Fix linknamespace test handling of architecture-specific st_other.
[glibc.git] / ChangeLog
blobcd34a098523ae68c3d593230deefc9af78da3cac
1 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
3         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
4         splitting into fields.
6 2015-05-12  Leonhard Holz <leonhard.holz@web.de>
8         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
9         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
10         * locale/localeinfo.h: Add enum collation_encoding_type.
11         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
12         * programs/ld-collate.c (collate_output): Add encoding type info.
13         * string/strcoll_l.c (STRDIFF): New function.
14         * (STRCOLL): Use STRDIFF to skip over equal prefix.
15         * wcsmbs/wcscoll_l.c: Define STRDIFF.
17 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
19         [BZ #18397]
20         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
21         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
22         <fpu_control.h> instead of <math/fpu_control.c>.
23         * sysdeps/mips/mips32/fpu/Makefile: New file.
25 2015-05-11  Andreas Schwab  <schwab@suse.de>
27         [BZ #18007]
28         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
29         nss_endgrent.
30         (_nss_compat_endgrent): Call nss_endgrent.
31         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
32         nss_endpwent.
33         (_nss_compat_endpwent): Call nss_endpwent.
34         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
35         needent, call nss_setspent only if non-zero.
36         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
37         (internal_endspent): Don't call nss_endspent.
38         (_nss_compat_endspent): Call nss_endspent.
39         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
40         Remove.  All uses removed.
41         (internal_setent): Remove parameter stayopen, add parameter
42         stream.  Use it instead of global variable.
43         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
44         (internal_endent, internal_getent): Add parameter stream.  Use it
45         instead of global variable.
46         (CONCAT(_nss_files_end,ENTNAME))
47         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
48         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
49         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
50         uses removed.
51         (internal_setent, internal_endent): Add parameter stream.  Use it
52         instead of global variable.
53         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
54         stream.
55         (get_next_alias): Add parameter stream.
56         (_nss_files_getaliasent_r): Pass global stream.
57         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
58         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
59         (_nss_files_gethostbyname4_r): Pass local stream to
60         internal_setent, internal_getent and internal_endent.  Remove
61         locking.
63 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
65         * tst-strfmon1.c (tests): Update expected currency symbol.
67 2015-05-08  Roland McGrath  <roland@hack.frob.com>
69         * sysdeps/nacl/gethostname.c: New file.
71 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
73         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
74         and sinh.
75         * math/auto-libm-test-out: Regenerated.
76         * sysdeps/i386/fpu/libm-test-ulps: Update.
77         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
81         [BZ #18125]
82         * stdlib/tst-setcontext3.c: New file.
83         * stdlib/tst-setcontext3.sh: New file.
84         * stdlib/Makefile (tests): Add tst-setcontext3.
85         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
86         to verify test program created output file.
87         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
88         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
89         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
90         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
92 2015-05-06  Roland McGrath  <roland@hack.frob.com>
94         [BZ #18383]
95         * elf/tst-tlsalign.c: New file.
96         * elf/tst-tlsalign-static.c: New file.
97         * elf/tst-tlsalign-lib.c: New file.
98         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
99         (tests-static): Add tst-tlsalign-static.
100         (modules-names): Add tst-tlsalign-lib.
101         (test-xfail-tst-tlsalign): New variable.
102         (test-xfail-tst-tlsalign-static): New variable.
104         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
105         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
107 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
109         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
110         csqrt, erfc, sin and sincos.
111         * math/auto-libm-test-out: Regenerated.
112         * sysdeps/i386/fpu/libm-test-ulps: Update.
113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
115 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
117         * sysdeps/aarch64/libm-test-ulps: Update.
119 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
121         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
122         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
123         * math/auto-libm-test-out: Regenerated.
124         * sysdeps/i386/fpu/libm-test-ulps: Update.
125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
127 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
129         [BZ #18265]
130         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
131         (wcsncpy): Likewise.
133 2015-05-05  Florian Weimer  <fweimer@redhat.com>
135         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
136         Assume __ASSUME_FALLOCATE is always true.
137         * sysdeps/unix/sysv/linux/posix_fallocate64.c
138         (__posix_fallocate64_l64): Likweise.
139         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
140         (posix_fallocate): Likewise.
141         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
142         (__posix_fallocate64_l64): Likewise.
143         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
144         [!__ASSUME_FALLOCATE]: Add comment.
146 2015-05-05  Florian Weimer  <fweimer@redhat.com>
148         * sysdeps/unix/sysv/linux/i386/Makefile
149         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
150         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
151         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
152         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
153         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
154         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
155         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
157 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
159         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
160         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
161         tgamma.
162         * math/auto-libm-test-out: Regenerated.
163         * sysdeps/i386/fpu/libm-test-ulps: Update.
164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
166 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
168         * math/auto-libm-test-in: Add more tests of tgamma.
169         * math/auto-libm-test-out: Regenerated.
170         * sysdeps/i386/fpu/libm-test-ulps: Update.
171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
173         * math/auto-libm-test-in: Add more tests of tanh.
174         * math/auto-libm-test-out: Regenerated.
175         * sysdeps/i386/fpu/libm-test-ulps: Update.
176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
178         * math/auto-libm-test-in: Add more tests of tan.
179         * math/auto-libm-test-out: Regenerated.
180         * sysdeps/i386/fpu/libm-test-ulps: Update.
181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
183         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
184         * math/auto-libm-test-out: Regenerated.
185         * sysdeps/i386/fpu/libm-test-ulps: Update.
186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
188         * math/auto-libm-test-in: Add another test of pow.
189         * math/auto-libm-test-out: Regenerated.
190         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
192         * math/auto-libm-test-in: Add more tests of lgamma.
193         * math/auto-libm-test-out: Regenerated.
194         * sysdeps/i386/fpu/libm-test-ulps: Update.
195         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
197         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
198         log1p.
199         * math/auto-libm-test-out: Regenerated.
200         * sysdeps/i386/fpu/libm-test-ulps: Update.
201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
203 2015-05-01  Mark Wielaard  <mjw@redhat.com>
205         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
206         Elf64_Chdr structs and ELFCOMPRESS constants.
208 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
210         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
211         expm1.
212         * math/auto-libm-test-out: Regenerated.
213         * sysdeps/i386/fpu/libm-test-ulps: Update.
214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
216         * math/auto-libm-test-in: Add more tests of erf and erfc.
217         * math/auto-libm-test-out: Regenerated.
218         * sysdeps/i386/fpu/libm-test-ulps: Update.
219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
221 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
223         * config.h.in (HAVE_AARCH64_BE): Add.
225 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
227         * math/auto-libm-test-in: Add more tests of csqrt.
228         * math/auto-libm-test-out: Regenerated.
229         * sysdeps/i386/fpu/libm-test-ulps: Update.
230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
232         * math/auto-libm-test-in: Add more tests of cosh and sinh.
233         * math/auto-libm-test-out: Regenerated.
234         * sysdeps/i386/fpu/libm-test-ulps: Update.
235         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
237         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
239 2015-04-29  Roland McGrath  <roland@hack.frob.com>
241         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
242         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
244         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
245         (euidaccess, eaccess): Define as weak aliases.
247         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
248         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
249         but __suseconds_t is often 'long int' so some sources assume that
250         type is being used (e.g. they use %ld to print tv_usec).
252 2015-04-29  Florian Weimer  <fweimer@redhat.com>
254         [BZ #18007]
255         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
256         (CVE-2014-8121)
257         * nss/tst-nss-getpwent.c: New file.
258         * nss/Makefile (tests): Add new test.
260 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
262         [BZ #18346]
263         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
264         exponents less than 48 as cases where high part of mantissa needs
265         examining to determine whether argument is integral.
266         * math/libm-test.inc (round_test_data): Add more tests.
268 2015-04-28  Mark Wielaard  <mjw@redhat.com>
270         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
272 2015-04-27  David S. Miller  <davem@davemloft.net>
274         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
275         __tls_get_addr.
276         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
278 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
280         [BZ#18333]
281         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
283 2015-04-27  Florian Weimer  <fweimer@redhat.com>
285         [BZ#18333]
286         * time/tzset.c (parse_tzname): Return error on memory allocation
287         failure.
288         * test-skeleton.c (struct temp_name_list): Change type of name
289         member to non-const.
290         (add_temp_file): Create a copy of the file name.
291         (delete_temp_files): Deallocate memory.
292         (create_temp_file): Add comment.
294 2015-04-24  Florian Weimer  <fweimer@redhat.com>
296         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
297         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
299 2015-04-24  Roland McGrath  <roland@hack.frob.com>
301         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
302         * sysdeps/arm/configure: Regenerated.
304 2015-04-24  Florian Weimer  <fweimer@redhat.com>
306         [BZ #17715]
307         * time/tzfile.c (__tzfile_read): Check for large values of
308         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
309         * time/tzset.c (__tzstring_len): New function, based on the old
310         __tzstring function.
311         (__tzstring): Call __tzstring_len.
312         (parse_tzname): New helper function extracted from
313         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
314         the input string.
315         (parse_offset): New helper function extracted from
316         __tzset_parse_tz.  Replace switch with fallthrough with
317         initialization before sscanf.
318         (parse_rule): Likewise.
319         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
320         new-style function definition.
321         * timezone/Makefile (tests): Add tst-tzset.
322         (tst-tzset.out): Dependencies on time zone files.
323         (tst-tzset-ENV): Set TZDIR.
324         (testdata/XT%): Copy crafted time zone files.
325         * timezone/README: Mention crafted time zone files.
326         * timezone/testdata/XT1, timezone/testdata/XT2,
327         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
328         files.
329         * timezone/tst-tzset.c: New test.
331 2015-04-24  Florian Weimer  <fweimer@redhat.com>
333         * Makeconfig (+gccwarn): Remove -Winline.
335 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
337         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
339 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
341         * NEWS: Mention sysconf() cache information support for s390.
342         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
344 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
346         * math/k_casinh.c (__kernel_casinh): Use __copysign.
347         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
348         (__nearbyint): Likewise.
349         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
350         (copysignl): Likewise.
352 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
354         [BZ #18287]
355         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
356         based on padding.  (CVE-2015-1781)
358 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
360         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
361         libc-vdso.h.
362         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
363         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
364         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
365         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
366         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
367         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
368         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
369         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
370         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
371         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
372         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
373         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
374         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
375         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
376         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
377         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
378         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
379         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
380         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
381         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
382         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
383         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
384         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
386 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
388         * stdlib/setenv.c (__add_to_environ):
389         Dump core quickly if setenv (..., NULL, ...) is called.
390         This time, do it the right way, and pacify GCC with a pragma.
392 2015-04-17  Roland McGrath  <roland@hack.frob.com>
394         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
395         IMAP->l_prev cannot be null, and #if out the code for the contrary
396         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
397         believe that NS (&_dl_ns[NSID]) could point outside the array.
399         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
400         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
401         before using NSID as an index.
403 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
405         [BZ #17825]
406         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
407         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
408         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
410 2015-04-17  Roland McGrath  <roland@hack.frob.com>
412         Add preliminary port to Google Native Client on ARM.
413         * abi-tags (.*-.*-nacl.*): New entry.
414         * sysdeps/arm/nacl: New directory.
415         * sysdeps/nacl: New directory.
417 2015-04-16  David S. Miller  <davem@davemloft.net>
419         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
420         lowlevellock-futex.h
422 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
424         * sysdeps/tile/configure.ac: New file.
425         * sysdeps/tile/configure: Regenerated.
427 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
429         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
430         conditionals for weak_alias and libc_hidden_weak.
431         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
432         libc_hidden_weak and weak_alias.
433         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
434         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
435         and weak_alias for static one.
437 2015-04-15  David S. Miller  <davem@davemloft.net>
439         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
441 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
443         [BZ #18206]
444         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
445           Use signed comparision instead of substraction to avoid
446           overflow bug.
447         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
448           Take the sign of ret.
449         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
450           Do not expect precise return values. Only the sign matters.
451         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
452         * wcsmbs/test-wcsncmp.c: New File.
453         * string/test-strncmp.c: Add wcsncmp support.
455 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
457         [BZ #6792]
458         * math/w_log1p.c: New file.
459         * math/w_log1pf.c: Likewise.
460         * math/w_log1pl.c: Likewise.
461         * math/Makefile (libm-calls): Add w_log1p.
462         * math/s_log1pl.c (log1pl): Remove weak_alias.
463         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
464         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
465         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
466         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
467         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
468         [NO_LONG_DOUBLE] (log1pl): Likewise.
469         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
470         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
471         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
472         (log1p): Remove long_double_symbol.
473         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
474         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
475         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
476         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
477         remove weak_alias for corresponding log1p function.
478         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
479         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
480         * sysdeps/ia64/fpu/w_log1p.c: New file.
481         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
482         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
483         * math/libm-test.inc (log1p_test_data): Add errno expectations.
485 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
487         [BZ #18247]
488         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
489         decimal exponent by 1.
490         * stdlib/tst-strtod-round-data: Add more tests.
491         * stdlib/tst-strtod-round.c (tests): Regenerated.
493 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
495         * math/auto-libm-test-in: Add more tests of clog and clog10.
496         * math/auto-libm-test-out: Regenerated.
497         * sysdeps/i386/fpu/libm-test-ulps: Update.
498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
500 2015-04-09  Roland McGrath  <roland@hack.frob.com>
502         * Makeconfig (module-cppflags): Exclude all .v.i files.
503         (skip-module-cppflags): Variable removed.
505         * configure.ac (libc_config_ok): Initialize before reading
506         preconfigure scripts, not after.
507         * configure: Regenerated.
509         * test-skeleton.c (TIMEOUT): Move #define to top level.
510         (main): Grok environment variable TEST_DIRECT.  If set, print
511         test expectation details into that file and then behave as if
512         given --direct.
514 2015-04-09  Florian Weimer  <fweimer@redhat.com>
516         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
517         warning on 32-bit.
519 2015-04-08  David S. Miller  <davem@davemloft.net>
521         * sysdeps/sparc/fpu/libm-test-ulps: Update.
523 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
525         * math/auto-libm-test-in: Add more tests of atanh.
526         * math/auto-libm-test-out: Regenerated.
527         * sysdeps/i386/fpu/libm-test-ulps: Update.
528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
530         * math/auto-libm-test-in: Add more tests of atan.
531         * math/auto-libm-test-out: Regenerated.
532         * sysdeps/i386/fpu/libm-test-ulps: Update.
533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
535 2015-04-08  Florian Weimer  <fweimer@redhat.com>
537         * elf/pldd.c (main): Rewrite to use struct
538         scratch_buffer instead of extend_alloca.
539         * elf/pldd-xx.c (find_maps): Likewise.
540         * grp/initgroups.c: Include <scratch_buffer.h> instead of
541         <alloca.h>.
542         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
543         scratch_buffer instead of extend_alloca.
544         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
545         grp/compat-initgroups.c.
546         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
547         Rewrite to use struct scratch_buffer instead of extend_alloca.
548         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
549         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
551 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
553         * math/auto-libm-test-in: Add more tests of cbrt.
554         * math/auto-libm-test-out: Regenerated.
555         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
557         * math/auto-libm-test-in: Add more tests of cabs.
558         * math/auto-libm-test-out: Regenerated.
559         * sysdeps/i386/fpu/libm-test-ulps: Update.
560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
562         [BZ #18210]
563         [BZ #18211]
564         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
565         (__ieee754_atan2): Set FE_TONEAREST mode for internal
566         computations.
567         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
568         clog10.
569         * math/auto-libm-test-out: Regenerated.
570         * sysdeps/i386/fpu/libm-test-ulps: Update.
571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
573         [BZ #18197]
574         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
575         (atan): Set FE_TONEAREST mode for internal computations.
576         * math/auto-libm-test-in: Add more tests of atan.
577         * math/auto-libm-test-out: Regenerated.
579 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
581         [BZ #17930]
582         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
584 2015-04-07  Florian Weimer  <fweimer@redhat.com>
586         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
588 2015-04-07  Florian Weimer  <fweimer@redhat.com>
590         * include/scratch_buffer.h: New file.
591         * malloc/scratch_buffer_grow.c: Likewise.
592         * malloc/scratch_buffer_grow_preserve.c: Likewise.
593         * malloc/scratch_buffer_set_array_size.c: Likewise.
594         * malloc/tst-scratch_buffer.c: Likewise.
595         * malloc/Makefile (routines): Add scratch_buffer_grow.
596         (tests): Add test case.
597         * malloc/Versions (GLIBC_PRIVATE): Export
598         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
599         __libc_scratch_buffer_set_array_size.
601 2015-04-06  Richard Henderson  <rth@redhat.com>
603         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
604         * sysdeps/alpha/fpu/libm-test-ulps: Update.
606         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
607         unsigned int before printing.
609 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
611         [BZ #17596]
612         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
613         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
615 2015-04-02  Florian Weimer  <fweimer@redhat.com>
617         * include/libc-internal.h (libc_max_align_t): Define.
619 2015-04-02  Andreas Schwab  <schwab@suse.de>
621         [BZ #16850]
622         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
624 2015-04-02  Mel Gorman  <mgorman@suse.de>
626         [BZ #17195]
627         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
628         as well as the main arena.
630 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
632         [BZ #18185]
633         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
634         sharing L2 cache to 2 for Silvermont/Knights Landing.
636 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
638         [BZ #17711]
639         * config.make.in (have-protected-data): New.
640         * configure.ac: Check linker support for protected data symbol.
641         * configure: Regenerated.
642         * elf/Makefile (modules-names): Add tst-protected1moda and
643         tst-protected1modb if $(have-protected-data) is yes.
644         (tests): Add tst-protected1a and tst-protected1b if
645         $(have-protected-data) is yes.
646         ($(objpfx)tst-protected1a): New.
647         ($(objpfx)tst-protected1b): Likewise.
648         (tst-protected1modb.so-no-z-defs): Likewise.
649         * elf/tst-protected1a.c: New file.
650         * elf/tst-protected1b.c: Likewise.
651         * elf/tst-protected1mod.h: Likewise.
652         * elf/tst-protected1moda.c: Likewise.
653         * elf/tst-protected1modb.c: Likewise.
655 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
657         [BZ #17711]
658         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
659         indicates it is called from do_lookup_x on relocation against
660         protected data, skip the data definion in the executable from
661         copy reloc.
662         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
663         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
664         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
665         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
666         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
667         otherwise to 0.
668         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
669         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
670         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
671         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
672         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
673         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
675 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
677         * sysdeps/nptl/pthread.h: Remove duplicate definition of
678         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
680 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
682         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
683         THREAD_SETMEM_NC.
684         * sysdeps/x86_64/nptl/tls.h: Ditto.
686 2015-03-27  Roland McGrath  <roland@hack.frob.com>
688         * dlfcn/tststatic.c (main): Converted to ...
689         (do_test): ... this.
690         (TEST_FUNCTION): New macro.
691         Include test-skeleton.c.
693 2015-03-26  Alan Modra  <amodra@gmail.com>
695         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
696         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
697         zero for undefined weak.
698         (elf_machine_plt_conflict): Similarly.
700 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
702         * math/auto-libm-test-in: Add more tests of acosh, asinh and
703         atanh.
704         * math/auto-libm-test-out: Regenerated.
705         * sysdeps/i386/fpu/libm-test-ulps: Update.
706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
708         * math/auto-libm-test-in: Add another test of asin.
709         * math/auto-libm-test-out: Regenerated.
710         * sysdeps/i386/fpu/libm-test-ulps: Update.
711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
713         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
714         Remove macro.
715         (LLL_EBX_REG): Likewise.
716         (LLL_ENTER_KERNEL): Likewise.
718         * math/auto-libm-test-in: Add more tests of asin.
719         * math/auto-libm-test-out: Regenerated.
720         * sysdeps/i386/fpu/libm-test-ulps: Update.
721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
723         [BZ #18138]
724         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
725         libc_do_syscall_args): New structure.
726         (INTERNAL_SYSCALL_MAIN_0): New macro.
727         (INTERNAL_SYSCALL_MAIN_1): Likewise.
728         (INTERNAL_SYSCALL_MAIN_2): Likewise.
729         (INTERNAL_SYSCALL_MAIN_3): Likewise.
730         (INTERNAL_SYSCALL_MAIN_4): Likewise.
731         (INTERNAL_SYSCALL_MAIN_5): Likewise.
732         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
733         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
734         Replace conditional definitions by conditional definitions of ....
735         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
736         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
737         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
738         (libpthread-sysdep_routines): Add libc-do-syscall.
739         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
740         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
741         to __NR_futex not 240.
743 2015-03-25  Alan Modra  <amodra@gmail.com>
745         * NEWS: Advertise TLS optimization.
746         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
747         (DT_PPC_NUM): Increment.
748         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
749         (CHECK_STATIC_TLS): Use here.
750         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
751         TLS descriptors.
752         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
753         * sysdeps/powerpc/dl-tls.c: New file.
754         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
755         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
756         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
757         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
762 2015-03-25  Alan Modra  <amodra@gmail.com>
764         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
765         for overlapping .opd entries" to "support...".
766         * sysdeps/powerpc/powerpc64/configure: Regenerate
768 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
770         * math/auto-libm-test-in: Add more tests of acos.
771         * math/auto-libm-test-out: Regenerated.
772         * sysdeps/i386/fpu/libm-test-ulps: Update.
773         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
775         * math/auto-libm-test-in: Add more tests of expm1.
776         * math/auto-libm-test-out: Regenerated.
777         * sysdeps/i386/fpu/libm-test-ulps: Update.
778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
780 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
782         * math/auto-libm-test-in: Add more tests of cosh and sinh.
783         * math/auto-libm-test-out: Regenerated.
784         * sysdeps/i386/fpu/libm-test-ulps: Update.
785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
787         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
790         * math/auto-libm-test-in: Add more tests of log2.
791         * math/auto-libm-test-out: Regenerated.
792         * sysdeps/i386/fpu/libm-test-ulps: Update.
793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
795 2015-03-23  Roland McGrath  <roland@hack.frob.com>
797         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
798         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
799         _IO_IS_APPENDING bit in READ_WRITE instead.
801 2015-03-23  Florian Weimer  <fweimer@redhat.com>
803         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
804         (__determine_cpumask_size): Replace extend_alloca with a
805         variable-length array.  Do not treat res == 0 as an error.
807 2015-03-23  Florian Weimer  <fweimer@redhat.com>
809         [BZ #18100]
810         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
811         and integer overflow.
812         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
813         (main): Add integer overflow tests.
814         * manual/pattern.texi (Calling Wordexp): Document additional use
815         for WRDE_SYNTAX.
817 2015-03-23  Alan Modra  <amodra@gmail.com>
819         * config.h.in: Remove HAVE_ASM_PPC_REL16.
820         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
821         and false branch of conditional.
822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
823         Likewise.
825 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
827         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
828         libc-modules.h
829         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
830         unused declaration of _hurd_intr_rpc_msg_in_trap.
831         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
832         defined instead of whether it is non-zero.
833         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
834         input constraint instead of both input and output constraint.  Use ecx
835         clobber instead of %ecx.
836         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
837         mutex_unlock): Use a statement expression instead of an expression list.
838         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
839         type to vm_size_t instead of vm_address_t.
840         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
841         defined instead of whether it is non-zero.
842         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
843         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
844         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
845         comparisons with mapaddr.
846         * nscd/nscd-client.h: Include <time.h>.
847         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
848         9th parameter to __vm_region instead of int.
849         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
850         * scripts/check-local-headers.sh (exclude): Add device/,
851         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
852         cthreads.h.
854 2015-03-19  Roland McGrath  <roland@hack.frob.com>
856         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
857         to account for alignment padding.
858         * sysdeps/arm/memmove.S: Likewise.
860 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
862         * sysdeps/unix/sysv/linux/generic/README: New file.
864 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
866         [BZ #18138]
867         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
868         (futex_abstimed_wait)
869         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
870         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
871         of lll_futex_timed_wait.
873 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
875         [BZ #17542]
876         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
878 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
880         [BZ #17090]
881         [BZ #17620]
882         [BZ #17621]
883         [BZ #17628]
884         * NEWS: Update.
885         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
886         entries with Static TLS too.  Skip entries past the end of the
887         allocated DTV, from Alan Modra.
888         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
889         Static TLS DTV entry set up from...
890         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
891         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
892         * nptl/allocatestack.c (init_one_static_tls): ... and here...
893         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
894         for Static TLS.
895         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
896         that the slot we find is associated with the given map before
897         using its generation count.
898         * nptl_db/db_info.c: Include ldsodefs.h.
899         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
900         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
901         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
902         (link_map::l_tls_offset): New struct field.
903         (dtv_t::counter): Likewise.
904         (rtld_global): New struct.
905         (_rtld_global): New rtld variable.
906         (dl_tls_dtv_slotinfo_list): New rtld global field.
907         (dtv_slotinfo_list): New struct.
908         (dtv_slotinfo): Likewise.
909         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
910         (td_lookup): Rename to...
911         (td_mod_lookup): ... this.  Use new mod parameter instead of
912         LIBPTHREAD_SO.
913         * nptl_db/td_thr_tlsbase.c: Include link.h.
914         (dtv_slotinfo_list, dtv_slotinfo): New functions.
915         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
916         addresses even if the DTV is out of date or missing them.
917         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
918         index zero-length arrays.
919         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
920         (td_lookup): Make it a macro implemented in terms of...
921         (td_mod_lookup): ... this declaration.
922         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
923         (DB_MAIN_VARIABLE): Likewise.
925 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
927         [BZ #18134]
928         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
930 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
932         * stdlib/setenv.c (__add_to_environ): Revert previous change.
934 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
936         [BZ #18128]
937         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
938         (atomic_add, atomic_increment_and_test)
939         (atomic_decrement_and_test): Fix 64-bit arithmetic.
941 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
943         * stdlib/setenv.c (__add_to_environ):
944         Dump core quickly if setenv (..., NULL, ...) is called.
946 2015-03-13  Roland McGrath  <roland@hack.frob.com>
948         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
949         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
950         all the necessary asm magic in one place.
951         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
952         using those.
954 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
956         [BZ #14906]
957         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
958         traced file mtime. Use consistent log message.
959         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
960         (register_traced_file): Call install_watches. Always set mtime.
961         (invalidate_cache): Iterate over all trace files. Call install_watches.
962         (inotify_check_files): Don't inline. Handle watching parent
963         directories and configuration file movement in and out.
964         (handle_inotify_events): New function.
965         (main_loop_poll): Call handle_inotify_events.
966         (main_loop_epoll): Likewise.
967         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
968         (struct traced_file): Use array of inotify fds. Add parent directory,
969         and basename.
970         (struct database_dyn): Remove unused file_mtime.
971         (init_traced_file): New inline function.
972         (define_traced_file): New macro.
973         * nss/nss_db/db-init.c: Use define_traced_file.
974         (_nss_db_init): Use init_traced_file.
975         * nss/nss_files/files-init.c: Use define_traced_file.
976         (_nss_files_init): Use init_traced_file.
978 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
980         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
981         [_LIBC]: Do not include <stdlib.h>.
982         [!_LIBC] (abort): Remove declaration.
983         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
984         _FP_STATIC_ASSERT instead of conditionally calling abort.
985         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
986         (_FP_EXTEND_CNAN): Likewise.
987         (FP_TRUNC): Likewise.
988         (__FP_CLZ): Likewise.
989         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
991 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
993         * manual/string.texi (XPG basename): Fix prototype.
995 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
997         [BZ #18080]
998         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
999         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1000         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1001         (__setcontext): Likewise.
1002         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1003         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1004         Call rt_sigprocmask syscall one time to set new signal mask
1005         and retrieve the current signal mask instead of two calls.
1006         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1007         (__swapcontext): Likewise.
1008         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1009         * stdlib/tst-setcontext2.c: New file.
1011 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1013         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1015 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1017         [BZ #18093]
1018         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1019         the wrong size.
1021 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1023         [BZ #18043]
1024         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1026 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1028         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1029         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1030         Remove define.
1031         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1032         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1033         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1034         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1035         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1036         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1037         define.
1038         * nptl_db/td_symbol_list.c (td_lookup): Remove
1039         HAVE_ASM_GLOBAL_DOT_NAME code.
1040         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1041         HAVE_ASM_GLOBAL_DOT_NAME check.
1042         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1043         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1044         (DOT_LABEL): Remove define.
1045         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1046         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1047         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1048         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1049         (__TLS_GET_ADDR): Likewise.
1050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1051         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1053 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1055         [BZ #18111]
1056         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1057         (_FPU_SETCW): Initialize cw from fpsr before storing.
1058         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1059         (fesetexceptflag): Rewrite using fpu_control.h.
1060         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1062 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1064         [BZ #18110]
1065         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1066         asms.
1067         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1069 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1071         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1072         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1073         abort.
1074         (_FP_FMA): Likewise.
1075         (_FP_DIV): Likewise.
1077 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1079         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1080         with 0 in that case.
1081         * Makefile (summarize-tests): New canned sequence, factored out of
1082         commands for targets tests and xtests.  Display summary lines that
1083         don't start with PASS: or XFAIL: rather than ones that do start with
1084         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1085         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1086         do start with ERROR: or FAIL:.
1087         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1088         (except for [$(build-shared) = yes]).
1089         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1090         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1091         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1092         * nptl/Makefile: Revert 2015-03-04 changes.
1093         [$(CXX) empty] (tests-unsupported): New variable.
1094         * debug/Makefile: Likewise.
1096         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1097         gnulib file.  Replace __attribute with __attribute__ throughout.
1099 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1101         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1103 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1105         [BZ #18104]
1106         * math/auto-libm-test-in: Add another test of pow.
1107         * math/auto-libm-test-out: Regenerated.
1109 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1111         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1112         $(config-cflags-nofma).
1114 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1116         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1117         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1118         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1119         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1120         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1121         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1122         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1123         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1124         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1125         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1126         Add comment on closing #endif.
1128 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1130         * posix/wordexp.c (CHAR_IN_SET): New macro.
1131         (parse_param): Use it.
1133 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1135         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1137 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1139         [BZ #18043]
1140         * posix/wordexp.c (parse_param): Fix buffer overflow.
1141         * posix/wordexp-test.c (test_case): Add test case.
1143 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1145         [BZ #18042]
1146         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1147         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1149 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1151         [BZ #18043]
1152         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1153         (do_bz18043): Delete.
1154         (at_page_end): New.
1155         (testit): Refactor to have words at the edge of unreadable page.
1157 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1159         [BZ #16734]
1160         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1161         Cleanup read-only streams as well.
1162         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1164 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1166         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1167         <bits/libc-lockP.h>
1169 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1171         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1172         on [__KERNEL__].
1173         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1174         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1175         * soft-fp/op-common.h (_FP_DECL): Likewise.
1177 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1179         * elf/ifuncdep2.c (global): Replace
1180         __attribute__((visibility("protected"))) with
1181         asm (".protected global").
1182         * elf/ifuncmod1.c (global): Likewise.
1183         * elf/ifuncmod5.c (global): Likewise.
1185 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1187         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1188         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1190 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1192         * manual/install.texi (Configuring and compiling):
1193         Document test-wrapper-env-only.
1194         * INSTALL: Regenerated.
1196 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1198         [BZ #18043]
1199         * posix/wordexp.c (parse_param): Fix buffer overflow.
1200         * posix/wordexp-test.c (do_bz18043): Add test case.
1202 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1204         * time/tst-strptime2.c (do_test): Ensure failing tests are
1205         reported correctly.
1206         * time/tst-strptime3.c (do_test): Likewise.
1208 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1210         Fix aio_error thread-safety.
1211         * sysdeps/pthread/aio_error.c: New file
1212         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1213         synchronization.
1215 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1217         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1218         (group_number, vfprintf): Use it.
1219         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1220         (JUMP, REF): Use it.
1221         (WORK_BUFFER_SIZE): New enum constant.
1222         (process_arg, vfprintf): Use it.
1224 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1226         * manual/errno.texi (Error Messages): Complete example function
1227         by adding missing #define.
1228         (program_invocation_name): Add statement indicating GNU
1229         extension and reference which header file declares the variable.
1230         (program_invocation_short_name): Likewise.
1232 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1234         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1235         compatibility note.
1237 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1239         * Makeconfig (test-wrapper-env-only): New variable.
1240         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1241         then use that with $(test-wrapper-env-only) rather than using
1242         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1244 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1246         [BZ #18082]
1247         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1248         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1249         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1250         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1251         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1252         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1253         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1254         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1255         Likewise.
1256         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1257         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1258         Likewise.
1259         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1260         Likewise.
1261         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1262         Likewise.
1263         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1264         Likewise.
1265         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1266         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1267         Likewise.
1268         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1269         Likewise.
1270         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1271         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1273 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1275         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1276         (ETH_ALEN): New macro.
1277         (struct ether_addr): Use it for length of ether_addr_octet.
1279         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1280         (setdb): Don't call __nss_configure_lookup for "rpc".
1281         (do_test): Don't call test_rpc.
1282         (output_rpcent, test_rpc): Functions moved ...
1283         * sunrpc/test-rpcent.c: ... to this new file.
1284         * sunrpc/Makefile (tests): Add it.
1286         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1287         __xpg_sigpause.
1288         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1289         * nptl/tst-signal6.c: Likewise.
1290         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1291         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1293         * configure.ac (libc_cv_cxx_link_ok): New check.
1294         Reset CXX to empty if it fails to link.
1295         * configure: Regenerated.
1296         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1297         bug-atexit3-lib only if $(CXX) is nonempty.
1298         * nptl/Makefile (tests): Likewise for tst-cancel24.
1299         (tests, tests-static): Likewise for tst-cancel24-static.
1300         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1301         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1302         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1303         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1305 2015-03-04  Andreas Schwab  <schwab@suse.de>
1307         [BZ #17631]
1308         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1309         for non-GCC compilers.
1310         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1311         Likewise.
1313 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1315         [BZ #17776]
1316         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1317         integer before bitwise and assembly operations.
1318         (feclearexcept): Likewise.
1319         * math/test-fenvinline.c: New file.
1320         * math/Makefile: Add test-fenvinline test.
1322 2015-03-03  Alan Modra  <amodra@gmail.com>
1324         [BZ #16512]
1325         * scripts/localplt.awk: Strip off symbol version.
1326         * NEWS: Mention bug fix.
1328 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1330         * sysdeps/pthread/timer_routines.c
1331         (timer_free_list, thread_free_list, thread_active_list): Make static.
1333 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1335         [BZ #17779]
1336         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1337         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1338         Undefine.
1339         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1340         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1341         Likewise.
1342         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1343         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1344         Likewise.
1346 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1348         [BZ #18036]
1349         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1350         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1352 2015-03-02  Andreas Schwab  <schwab@suse.de>
1354         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1355         variable name.
1357 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1359         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1360         Return error status.
1362 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1364         [BZ #15969]
1365         * locale/findlocale.c (_nl_find_locale): Introduce const
1366         version of loc_name and drop unsafe type casts.
1368 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1370         * dlfcn/tststatic2.c (main): Converted to ...
1371         (do_test): ... this.
1372         (TEST_FUNCTION): New macro.
1373         Include test-skeleton.c.
1375 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1377         [BZ #17711]
1378         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1379         (tests-pie): Add vismain.
1380         (CFLAGS-vismain.c): New.
1381         * elf/vismain.c: Add comments for PIE requirement.
1383 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1385         [BZ #18046]
1386         [BZ #18047]
1387         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1388         0x1p-56L as threshold for just returning the argument.
1389         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1390         0x1p-32L as threshold for just returning the argument.
1391         * math/auto-libm-test-in: Add more tests of atanh.
1392         * math/auto-libm-test-out: Regenerated.
1393         * sysdeps/i386/fpu/libm-test-ulps: Update.
1394         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1396 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1398         * string/bcopy.c (bcopy): Call memmove for performance.
1400 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1402         * string/bzero.c (__bzero): Call memset for performance.
1404 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1406         [BZ #18068]
1407         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1408         to 00100000.
1410 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1412         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1414 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1416         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1417         (__kernel_standard): Use CSTR macro when setting exc.name.
1418         * sysdeps/ieee754/Makefile [$(subdir) = math]
1419         (CFLAGS-k_standard.c): Remove variable.
1421         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1422         setting p and q from "else if" to "else".
1423         (qzero): Likewise.
1424         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1425         (qone): Likewise.
1426         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1427         (qzerof): Likewise.
1428         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1429         (qonef): Likewise.
1430         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1431         (qzero): Likewise.
1432         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1433         (qone): Likewise.
1435         [BZ #18038]
1436         [BZ #18039]
1437         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1438         return pi/2 for arguments below 0x1p-113L.
1439         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1440         return pi/2 for arguments below 0x1p-106L.
1441         * math/auto-libm-test-in: Add more tests of acos.
1442         * math/auto-libm-test-out: Regenerated.
1444         [BZ #16351]
1445         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1446         (MO): New macro.
1447         (__ieee754_asin): Force underflow exception for results with small
1448         absolute value.
1449         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1450         (MO): New macro.
1451         (__ieee754_asinf): Force underflow exception for results with
1452         small absolute value.
1453         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1454         (__ieee754_asin): Force underflow exception for results with small
1455         absolute value.
1456         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1457         (__ieee754_asinf): Force underflow exception for results with
1458         small absolute value.
1459         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1460         (__ieee754_asinl): Force underflow exception for results with
1461         small absolute value.
1462         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1463         (__ieee754_asinl): Force underflow exception for results with
1464         small absolute value.
1465         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1466         (__ieee754_asinl): Force underflow exception for results with
1467         small absolute value.
1468         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1469         Include <math.h>.
1470         * math/auto-libm-test-in: Do not mark underflow exceptions as
1471         possibly missing for bug 16351.
1472         * math/auto-libm-test-out: Regenerated.
1474         [BZ #18030]
1475         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1476         of power of 2 down when low part has opposite sign.
1477         * math/libm-test.inc (logb_test_data): Add more tests.
1479 2015-02-26  Andreas Schwab  <schwab@suse.de>
1481         [BZ #18032]
1482         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1483         over collating symbol inside a bracket expression.  Minor cleanup.
1484         * posix/tst-fnmatch3.c (do_test): Add test case.
1486 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1488         [BZ #18029]
1489         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1490         Adjust exponent of power of 2 down when low part has opposite
1491         sign.
1492         * math/libm-test.inc (ilogb_test_data): Add more tests.
1494 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1496         [BZ #15969]
1497         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1498         the previous change.
1500         [BZ #15969]
1501         * locale/findlocale.c (_nl_find_locale): Retry archive search
1502         after alias expansion.
1504 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1506         * iconv/tst-iconv3.c (main): Converted to ...
1507         (do_test): ... this.
1508         (TEST_FUNCTION): New macro.
1509         Include test-skeleton.c.
1511         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1512         (convert): Make function static.
1513         (test_unalign): Likewise.  Add const to argument pointee types.
1514         (main): Replace with static function do_test.
1515         Print "Succeeded." only if RET is zero.
1516         (TEST_FUNCTION): New macro.
1517         Include test-skeleton.c.
1519         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1520         returns a null pointer.
1522 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1524         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1525         to __memcpy_ppc only for static builds.
1527 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1529         [BZ #18020]
1530         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1531         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1532         * math/auto-libm-test-in: Add more tests of asinh.
1533         * math/auto-libm-test-out: Regenerated.
1534         * sysdeps/i386/fpu/libm-test-ulps: Update.
1535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1537 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1539         [BZ #15850]
1540         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1541         and ip6_mtuinfo definitions here.
1542         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1543         in this define too.  Update comment.
1545 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1547         * elf/sprof.c (load_shobj): Tweak error message to match others.
1549 2015-02-24  Kevin Easton  <kevin@guarana.org>
1551         [BZ #16145] (partial fix)
1552         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1553         to reduce lock contention.
1555 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1557         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1558         (struct timex): Update time comment.
1559         (ADJ_SETOFFSET): Define.
1561 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1563         [BZ #18019]
1564         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1565         2**56 not 2**28 as threshold for log (2x) formula.
1566         * math/auto-libm-test-in: Add more tests of acosh.
1567         * math/auto-libm-test-out: Regenerated.
1568         * sysdeps/i386/fpu/libm-test-ulps: Update.
1569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1571 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1573         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1574         parenthesis around the buf assignment.
1575         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1577 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1579         [BZ #16783]
1580         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1581         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1582         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1583         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1584         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1585         * math/libm-test.inc (scalb_test_data): Add more tests.
1587 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1589         [BZ #17916]
1590         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1591         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1593 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1595         [BZ #17523]
1596         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1597         * io/bits/fcntl2.h (open): Use it.
1598         (openat): Likewise.
1599         * io/open.c (__libc_open): Likewise.
1600         * io/open64.c (__libc_open64): Likewise.
1601         * io/open64_2.c (__open64_2): Likewise.
1602         * io/open_2.c (__open_2): Likewise.
1603         * io/openat.c (__openat): Likewise.
1604         * io/openat64.c (__openat64): Likewise.
1605         * io/openat64_2.c (__openat64_2): Likewise.
1606         * io/openat_2.c (__openat_2): Likewise.
1607         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1608         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1609         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1610         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1611         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1612         (__open_nocancel): Likewise.
1613         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1614         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1615         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1617 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1619         [BZ #14841]
1620         * resolv/gethnamaddr.c (getanswer): Skip logging if
1621         RES_USE_DNSSEC is set.
1622         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1624 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1626         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1628 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1630         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1631         201304L, for Unicode 7.
1633 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1635         [BZ #17836]
1636         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1637         shared library.  Add gmon-start.os otherwise.
1638         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1639         $(objpfx)gmon-start.os if builing shared library.
1640         ($(objpfx)g$(static-start-installed-name)): Likewise.
1642 2015-02-23  Andreas Schwab  <schwab@suse.de>
1644         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1646 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1648         [BZ #17269]
1649         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1650         (enlarge_userbuf): Likewise.
1652 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1654         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1655         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1656         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1657         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1659 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1661         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1662         expression inside statement expression.
1664 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1666         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1667         <sysdeps/nptl/lowlevellock.h> and remove macros and
1668         functions that are now defined there.
1669         (SYS_futex): Remove.
1670         (lll_compare_and_swap): Remove.
1671         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1673 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1675         [BZ #17999]
1676         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1677         instead of scandirat.
1678         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1679         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1680         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1681         __scandirat.
1682         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1683         (__scandirat): Declare.  Use libc_hidden_proto.
1684         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1685         Remove variable.
1686         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1688 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1690         [BZ #15319]
1691         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1692         (MO): New macro.
1693         (__ieee754_atan2): For results with small absolute value, force
1694         underflow exception and remove excess range and precision from
1695         return value.
1696         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1697         (MO): New macro.
1698         (__ieee754_atan2f): For results with small absolute value, force
1699         underflow exception and remove excess range and precision from
1700         return value.
1701         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1702         (MO): New macro.
1703         (__atan): For results with small absolute value, force underflow
1704         exception and remove excess range and precision from return value.
1705         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1706         (MO): New macro.
1707         (__atanf): For results with small absolute value, force underflow
1708         exception and remove excess range and precision from return value.
1709         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1710         <math.h>.
1711         (__ieee754_atan2): Force underflow exception for results with
1712         small absolute value.
1713         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1714         <math_private.h>.
1715         (atan): Force underflow exception for results with small absolute
1716         value.
1717         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1718         (__atanf): Force underflow exception for results with small
1719         absolute value.
1720         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1721         <math.h>.
1722         (__atanl): Force underflow exception for results with small
1723         absolute value.
1724         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1725         (__atanl): Force underflow exception for results with small
1726         absolute value.
1727         * sysdeps/x86/fpu/bits/mathinline.h
1728         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1729         (__ieee754_atan2): Only define inline for long double.
1730         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1731         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1732         * math/auto-libm-test-in: Do not mark underflow exceptions as
1733         possibly missing for bug 15319.  Add more tests of atan2.
1734         * math/auto-libm-test-out: Regenerated.
1735         * math/libm-test.inc (casin_test_data): Do not mark underflow
1736         exceptions as possibly missing for bug 15319.
1737         (casinh_test_data): Likewise.
1738         * sysdeps/i386/fpu/libm-test-ulps: Update.
1740 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1742         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1743         * sysdeps/mips/bits/endian.h: Fix comments.
1745 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1747         [BZ #17996]
1748         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1749         (hdestroy_r): Likewise.
1750         (hsearch_r): Likewise.
1751         (__hcreate_r): Declare and use libc_hidden_proto.
1752         (__hdestroy_r): Likewise.
1753         (__hsearch_r): Likewise.
1754         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1755         (hcreate): Call __hcreate_r instead of hcreate_r.
1756         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1757         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1758         as weak alias of __hcreate_r.
1759         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1760         __hdestroy_r.
1761         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1762         __hsearch_r.
1763         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1764         Remove variable.
1765         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1766         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1767         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1768         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1770 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1772         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1773         arena_lock into a single arena_get.
1775 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1777         * dl-reloc.c: Inlucde libc-internal.h.
1778         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1779         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1780         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1781         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1782         (grow_heap): Likewise.
1783         * malloc/malloc.c: Include libc-internal.h.
1784         (do_check_malloc): Call powerof2.
1785         (sysmalloc): Use pagesize. Call ALIGN_UP.
1786         (systrim): Use pagesize.
1787         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1788         (__libc_valloc): Use pagesize.
1789         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1791 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1793         [BZ #17991]
1794         * include/sys/resource.h (__getrlimit64): Declare.  Use
1795         libc_hidden_proto.
1796         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1797         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1798         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1799         getrlimit64.
1800         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1801         __getrlimit64.
1802         [!getrlimit64] (getrlimit64): Define as weak alias of
1803         __getrlimit64.  Use libc_hidden_weak.
1804         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1805         using __getrlimit64 not __new_getrlimit64.
1806         (__GI_getrlimit64): Likewise.
1807         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1808         Likewise.
1809         (__GI_getrlimit64): Likewise.
1810         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1812         (getrlimit): Add __getrlimit64 alias.
1813         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1814         Likewise.
1815         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1816         Remove variable.
1817         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1818         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1820 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1822         * libio/fileops.c: Add missing sys/mman.h
1823         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1825 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1827         * manual/math.texi (Errors in Math Functions): Clarify goals
1828         regarding inexact and underflow exceptions.
1830 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1832         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1833         * sysdeps/mips/memset.S: Ditto.
1835 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1837         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1839 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1841         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1842         (__v1longjmp): Remove versioned symbol.
1843         (__v1siglongjmp): Remove alias and versioned symbol.
1844         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1845         (__v2siglongjmp): Likewise.
1847 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1849         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1851 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1853         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1855 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1857         [BZ #17987]
1858         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1859         zero result does not depend on the sign resulting from
1860         subtraction.
1861         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1862         Likewise.
1863         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1864         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1865         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1866         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1867         * math/libm-test.inc (remquo_test_data): Add more tests.
1869 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1871         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1872         Problem reported by J William Piggott.
1874 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1876         [BZ #17978]
1877         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1878         products 4 * y and 2 * y where those would overflow.
1879         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1880         Likewise.
1881         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1882         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1883         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1884         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1885         * math/libm-test.inc (remquo_test_data): Add more tests.
1887         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1889         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1890         [defined _COMPILING_NEWLIB].
1891         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1892         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1894         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1895         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1897 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1899         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1900         acquired.
1902 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1904         [BZ #17792]
1905         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1906         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1907         HOST_STACK_END_ADDR): Likewise.
1909 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1911         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1912         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1913         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1915 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1917         * sysdeps/generic/c++-types.data: New file.
1918         * sysdeps/generic/ld.abilist: New file.
1919         * sysdeps/generic/libBrokenLocale.abilist: New file.
1920         * sysdeps/generic/libanl.abilist: New file.
1921         * sysdeps/generic/libc.abilist: New file.
1922         * sysdeps/generic/libcrypt.abilist: New file.
1923         * sysdeps/generic/libdl.abilist: New file.
1924         * sysdeps/generic/libm.abilist: New file.
1925         * sysdeps/generic/libpthread.abilist: New file.
1926         * sysdeps/generic/libresolv.abilist: New file.
1927         * sysdeps/generic/librt.abilist: New file.
1929 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1931         [BZ #17569]
1932         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1933         Compute absolute value of x as modified by fmod, not original
1934         value of x.
1935         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1936         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1937         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1938         RUN_TEST_ffI_f1_mod8.
1939         (remquo_test_data): Add more tests.
1941 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1943         * sysdeps/init_array/pt-crti.S: New file.
1945 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1947         [BZ #17967]
1948         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1949         __builtin_fmaf instead of relying on contraction of a * b + c.
1951 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1953         [BZ #17969]
1954         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1955         node.
1957 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1959         [BZ #17964]
1960         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1961         __builtin_fma instead of relying on contraction of a * b + c.
1963 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1965         * Makeconfig (ASFLAGS): Add -Werror=undef.
1966         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1967         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1968         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1970         * Makeconfig (after-link): New variable.
1971         (+link-pie, +link-pie-tests): Use it.
1972         (+link-static, +link-static-tests): Likewise.
1973         (+link, +link-tests): Likewise.
1974         * Makerules (build-module, build-module-asneeded): Likewise.
1975         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1976         Likewise.
1977         * elf/Makefile ($(objpfx)ld.so): Likewise.
1979 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1981         [BZ #17965]
1982         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1983         both struct timeval and struct timespec.
1985 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1987         [BZ #16560]
1988         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1989         and redefine.
1990         (__ieee754_exp2l): Do not multiply small fractional parts by
1991         M_LN2l.
1992         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1993         small argument.
1994         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1995         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1996         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1997         * math/auto-libm-test-in: Add more tests of exp2.
1998         * math/auto-libm-test-out: Regenerated.
2000 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2002         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2003         unaligned path.
2005 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2007         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2008         little endian.
2010 2015-02-12  Andreas Schwab  <schwab@suse.de>
2012         [BZ #15790]
2013         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2014         Filter out elision flags from value returned in kind.
2015         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2016         * nptl/tst-pthread-mutexattr.c: New file.
2018 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2020         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2021         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2022         into gnu-gnu, and update comment to refer to abi-tags.
2024 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2026         [BZ #15467]
2027         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2028         (__sincos): Set errno to EDOM for infinite argument.
2029         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2030         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2031         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2032         (__sincosl): Set errno to EDOM for infinite argument.
2033         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2034         (__sincosl): Set errno to EDOM for infinite argument.
2035         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2036         (__sincosl): Set errno to EDOM for infinite argument.
2037         * math/libm-test.inc (sincos_test_data): Test errno setting.
2039 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2041         * string/strxfrm_l.c: Remove #define STRCMP.
2042         * string/strcoll_l.c: Remove #define STRLEN.
2043         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2044         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2046 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2048         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2049         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2050         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2051         * sysdeps/mips/mips64/Makefile: ... here.
2052         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2053         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2054         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2055         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2056         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2057         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2058         * sysdeps/mips/mips64/n64/Implies: Likewise.
2060 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2062         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2063         <sys/time.h>, <string.h>, and <errno.h>.
2064         (dest_offset, dest_address, value, zero): Remove unused variables.
2065         (ldouble): Remove typedef.
2066         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2067         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2068         1).  Fix code style.
2069         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2070         (check): Function removed.
2071         (CHECK): New macro.
2072         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2073         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2074         Don't call set_sigaction_FP and remove_sigaction_FP here.
2075         (ldouble_test): Just use 'long double' as macro argument, no need for
2076         the 'ldouble' typedef.
2077         (do_test): Set up SIGFPE handler at start, using plain signal rather
2078         than sigaction.  Fix code style.
2080 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2082         [BZ #17949]
2083         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2084         jump label.
2086 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2088         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2089         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2091         * sysdeps/powerpc/configure.ac: Remove file.
2092         * sysdeps/powerpc/configure: Likewise.
2094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2095         [sysdep_routines]: Remove wordcopy-power6 object.
2096         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2097         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2098         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2099         (__memmove_ppc32): Likewise.
2100         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2101         file.
2102         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2103         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2104         Remove preprocessor.
2106         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2107         [sysdep_routines]: Remove wide chars objects.
2108         [wcsmbs]: New rule for wide char objects.
2110         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2111         Remove wordcopy-power6 obejct.
2112         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2113         Use local call for wordcopy and memcpy symbols.
2114         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2115         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2116         implementation for loader.
2117         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2119         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2120         Remove wordcopy-power7 object.
2121         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2122         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2123         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2124         (_wordcopy_fwd_dest_aligned): Likewise.
2125         (_wordcopy_bwd_aligned): Likewise.
2126         (_wordcopy_bwd_dest_aligned): Likewise.
2128         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2129         Rewrite to call __memmove_ppc instead of include default
2130         implementation.
2132         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2133         Remove wide chars objects.
2134         [wcsmbs]: New rule for wide char objects.
2136 2015-02-09  Andreas Schwab  <schwab@suse.de>
2138         [BZ #17912]
2139         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2140         in terms of __O_DIRECTORY.
2142 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2144         * time/getdate.c: Include <stdbool.h>.
2145         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2146         call PTR_MANGLE.
2147         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2148         PTR_DEMANGLE.
2150 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2152         Add ersatz _Static_assert on older C hosts
2153         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2154         pre-C11 C platform that is not known to support _Static_assert.
2156 2015-02-07  Richard Braun  <rbraun@sceen.net>
2158         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2159         sigstate.
2160         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2162 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2164         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2165         priority against unexistent AIO_PRIO_DELTA_MAX.
2166         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2167         instead of int.
2168         * misc/fchflags.c (fchflags): Likewise.
2169         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2170         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2171         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2172         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2173         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2174         Declare macros.
2175         [__USE_MISC] (chflags, fchflags): Declare functions.
2176         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2177         EINVAL when nfds is greater than FD_SETSIZE.
2178         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2179         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2180         45.
2181         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2182         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2183         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2184         MACH_RCV_TIMED_OUT.
2185         * hurd/hurd/signal.h (_hurd_self_sigstate,
2186         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2187         Explicit casts from void *.
2188         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2189         * abi-tags: Rename gnu-gnu os into gnu.
2191         [BZ #4719]
2192         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2193         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2194         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2195         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2196         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2197         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2199         [BZ #17944]
2200         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2201         duplicates ADDR->sun_path with sockaddr LEN limitation.
2202         * sysdeps/mach/hurd/connect.c: Include <string.h>
2203         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2204         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2205         * sysdeps/mach/hurd/sendto.c: Likewise.
2206         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2207         implementing it by hand.
2209 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2211         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2212         Use sfi_breg on ldr.
2213         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2214         Likewise.
2216         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2217         it's defined.
2218         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2219         Test SIGSETXID only if it's defined.
2221         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2223         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2224         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2226         * nptl/tst-align2.c: Moved ...
2227         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2228         * nptl/Makefile (tests): Remove tst-align2.
2229         * sysdeps/unix/sysv/linux/Makefile
2230         [$(subdir) = nptl] (tests): Add tst-align-clone.
2231         * nptl/tst-getpid1.c: Moved ...
2232         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2233         * nptl/tst-getpid2.c: Moved ...
2234         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2235         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2236         * sysdeps/unix/sysv/linux/Makefile
2237         [$(subdir) = nptl] (tests): ... here.
2238         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2239         * sysdeps/unix/sysv/linux/Makefile
2240         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2242         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2243         Drop trailing \n from perror argument.  Use return rather than exit.
2245         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2246         on [SA_SIGINFO].
2247         * nptl/tst-cancel21.c (do_test): Likewise.
2248         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2249         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2250         [!SA_SIGINFO]: Make it a stub test.
2252         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2253         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2255         * posix/tst-getlogin.c: Move to ...
2256         * login/tst-getlogin.c: ... here.
2257         * posix/Makefile (tests): Move tst-getlogin to ...
2258         * login/Makefile (tests): ... here.
2260         * libio/tst-atime.c (do_test): Move local variables SV and E
2261         inside [ST_NOATIME] conditional.
2263         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2265         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2267         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2268         (wait_code): New function replaces macro.
2269         Call nanosleep rather than syscall.
2271         * nptl/pt-system.c: Rewritten.  Put everything under
2272         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2273         Use IFUNC to redirect when possible.
2275         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2276         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2277         Use IFUNC to redirect when possible.
2279         * nptl/pt-fork.c: Rewritten.  Put everything under
2280         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2281         Use IFUNC to redirect when possible.
2282         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2284         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2285         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2286         unconditionally nowadays.  This included the only reference to
2287         __vdso_clock_gettime that appears outside libc proper.
2288         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2289         Remove version set (containing only __vdso_clock_gettime).
2290         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2291         Add attribute_hidden.
2292         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2293         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2294         libc_hidden_data_def.
2295         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2296         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2298         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2299         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2300         setrpcent, and getrpcport to ...
2301         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2302         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2303         getrpcbynumber_r, and getrpcent_r to ...
2304         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2305         * inet/getrpcbyname.c: Moved ...
2306         * sunrpc/getrpcbyname.c: ... here.
2307         * inet/getrpcbyname_r.c: Moved ...
2308         * sunrpc/getrpcbyname_r.c: ... here.
2309         * inet/getrpcbynumber.c: Moved ...
2310         * sunrpc/getrpcbynumber.c: ... here.
2311         * inet/getrpcbynumber_r.c: Moved ...
2312         * sunrpc/getrpcbynumber_r.c: ... here.
2313         * inet/getrpcent.c: Moved ...
2314         * sunrpc/getrpcent.c: ... here.
2315         * inet/getrpcent_r.c: Moved ...
2316         * sunrpc/getrpcent_r.c: ... here.
2317         * inet/Makefile (routines): Move those to ...
2318         * sunrpc/Makefile (routines): ... here.
2319         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2320         the $(subdirs) list.
2321         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2322         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2323         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2324         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2326         * elf/Makefile (routines): Include $(all-dl-routines), not just
2327         $(dl-routines).
2328         (rtld-routines): Likewise.  Use = rather than :=.
2329         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2330         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2331         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2332         * sysdeps/arm/Makefile: Likewise.
2333         * sysdeps/i386/Makefile: Likewise.
2334         * sysdeps/x86_64/Makefile: Likewise.
2335         * sysdeps/hppa/Makefile [$(subdir) = elf]
2336         (sysdep_routines, sysdep-rtld-routines): Don't add
2337         $(sysdep-dl-routines) to these.
2338         * sysdeps/ia64/Makefile: Likewise.
2339         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2340         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2341         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2342         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2343         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2344         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2345         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2346         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2347         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2348         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2349         these; sysdep-dl-routines alone is enough.
2351 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2353         [BZ #17932]
2354         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2355         where multiplication results in zero and third argument is finite
2356         and nonzero.
2357         * math/auto-libm-test-in: Add more tests of fma.
2358         * math/auto-libm-test-out: Regenerated.
2360         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2361         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2362         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2363         (_FP_CMP_EQ): Likewise.
2364         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2366         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2367         extra argument CHECK_NAN.  Redefine as wrapper around
2368         _FP_EXTEND_CNAN.
2370 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2372         * version.h (RELEASE): Set to "stable".
2373         (VERSION): Set to "2.21"
2374         * include/features.h (__GLIBC_MINOR__): Set to 21.
2376         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2378 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2379             Paul Eggert  <eggert@cs.ucla.edu>
2381         [BZ #16618]
2382         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2383         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2384         size in bytes. Store needed elements in wpmax. Use needed size
2385         in bytes for extend_alloca.
2387 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2389         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2390         binutls 2.25, and texinfo 5.2.
2391         * INSTALL: Regenerate.
2392         * sysdeps/nios2/configure: Regenerate.
2393         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2394         * manual/contrib.texi: Update.
2395         * po/be.po: Update.
2396         * po/bg.po: Update.
2397         * po/ca.po: Update.
2398         * po/cs.po: Update.
2399         * po/da.po: Update.
2400         * po/de.po: Update.
2401         * po/el.po: Update.
2402         * po/eo.po: Update.
2403         * po/es.po: Update.
2404         * po/fi.po: Update.
2405         * po/fr.po: Update.
2406         * po/gl.po: Update.
2407         * po/hr.po: Update.
2408         * po/hu.po: Update.
2409         * po/ia.po: Update.
2410         * po/id.po: Update.
2411         * po/it.po: Update.
2412         * po/ja.po: Update.
2413         * po/ko.po: Update.
2414         * po/lt.po: Update.
2415         * po/nb.po: Update.
2416         * po/nl.po: Update.
2417         * po/pl.po: Update.
2418         * po/pt_BR.po: Update.
2419         * po/ru.po: Update.
2420         * po/rw.po: Update.
2421         * po/sk.po: Update.
2422         * po/sl.po: Update.
2423         * po/sv.po: Update.
2424         * po/tr.po: Update.
2425         * po/uk.po: Update.
2426         * po/vi.po: Update.
2427         * po/zh_CN.po: Update.
2428         * po/zh_TW.po: Update.
2430         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2431         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2432         * sysdeps/hppa/dl-irel.h: Remove #warning.
2433         * sysdeps/hppa/entry.h: Provide prototype for
2434         __canonicalize_funcptr_for_compare and cast argument.
2435         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2436         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2437         * sysdeps/hppa/sotruss-lib.c: New file.
2438         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2439         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2440         (atomic_compare_and_exchange_bool_acq): Likewise.
2441         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2442         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2444         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2445         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2446         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2448 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2450         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2451         called function in non-PIC case.
2453 2015-01-31  David S. Miller  <davem@davemloft.net>
2455         * sysdeps/sparc/sparc32/bits/atomic.h
2456         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2457         unlock not after it.
2458         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2459         volatile register usage warnings from the compiler.
2461         * sysdeps/sparc/nptl/sem_init.c: Delete.
2462         * sysdeps/sparc/nptl/sem_post.c: Delete.
2463         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2464         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2465         * sysdeps/sparc/sparc32/sem_init.c: New file.
2466         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2467         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2468         padding explicitly initialized.
2469         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2470         padding for in-semaphore spinlock.
2471         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2472         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2473         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2474         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2475         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2476         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2477         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2478         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2479         version.
2480         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2481         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2483 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2485         [BZ #17801]
2486         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2487         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2488         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2489         New.
2490         (index_AVX_Fast_Unaligned_Load): Likewise.
2491         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2492         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2493         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2494         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2495         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2496         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2497         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2498         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2499         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2501 2015-01-29  Andreas Schwab  <schwab@suse.de>
2503         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2505 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2507         [BZ #17892]
2508         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2510 2015-01-28  Martin Sebor  <msebor@redhat.com>
2512         * math/README.libm-test: Clarify. Add "How to read the test output."
2514 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2516         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2517         Define to 0.
2519 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2521         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2522         (__HAVE_64B_ATOMICS): Define to 0.
2524 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2526         [BZ #17885]
2527         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2528         value to set as new flag.
2530         [BZ #16576]
2531         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2532         and use _ARCH_PPCSQ instead.
2533         (__ieee754_sqrt): Likewise.
2534         (__ieee754_sqrtf): Likewise.
2535         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2536         _ARCH_PPCSQ is defined.
2537         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2538         fsqrt instruction.
2539         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2540         _ARCH_PPCSQ is defined.
2541         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2542         fsqrts instruction.
2543         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2545 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2547         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2548         bug (GCC BZ #64739).
2550 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2552         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2553         Mark _retval as used.
2554         (lll_futex_wake_unlock): Likewise.
2555         (lll_futex_timed_wait_requeue_pi): Likewise.
2557         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2558         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2559         register variables.
2561         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2562         libm_hidden_def.
2564         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2565         (__bswap_64): Mark as __always_inline.
2567 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2569         [BZ #15378]
2570         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2571         when none of the search directories exist.
2573 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2575         [BZ #17869]
2576         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2577         power8 in .machine directive.
2579         [BZ #17868]
2580         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2581         set dependency from opd value.
2583 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2585         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2586         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2587         architecture.
2589 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2591         [BZ #17870]
2592         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2593         with uint64_t.
2594         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2595         (uint64_t) 1.
2596         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2597         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2598         Replace 1UL with (uint64_t) 1.
2599         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2600         int with uint64_t.
2602 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2604         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2605         (if_freenameindex): Likewise.
2607         * resource/getrlimit64.c: Add missing libc_hidden_def.
2609 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2611         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2612         __label__.
2613         (_FP_FMA): Likewise.
2614         (_FP_TO_INT_ROUND): Likewise.
2615         (_FP_FROM_INT): Likewise.
2617 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2619         [BZ #16418]
2620         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2621         Make code racy and cancel safe.
2623 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2625         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2626         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2627         attribution.
2629         * pwd/tst-getpw.c: Rewrite.
2631         [BZ #17702]
2632         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2633         (modules-names): Add moddummy1 and moddummy2.
2634         ($(objpfx)tst-rec-dlopen): Define.
2635         * dlfcn/moddummy1.c: New file.
2636         * dlfcn/moddummy2.c: New file.
2637         * dlfcn/tst-rec-dlopen.c: New file.
2638         * elf/dl-cache.c (_dl_load_cache_lookup):
2639         Return char*. Copy result with alloca/strcpy/strdup.
2640         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2641         returns char*. Free cached. If not saving realname
2642         free cached.
2643         * elf/dl-open.c (dl_open_worker): Do not assert that
2644         _r_debug->r_state is RT_CONSISTENT.
2645         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2646         returns char*.
2648 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2649             Carlos O'Donell  <carlos@redhat.com>
2651         [BZ #12674]
2652         * nptl/sem_waitcommon.c: New file.
2653         * nptl/sem_wait.c: Include sem_waitcommon.c.
2654         (__sem_wait_cleanup, do_futex_wait): Remove.
2655         (__new_sem_wait): Adapt.
2656         (__new_sem_trywait): New function.
2657         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2658         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2659         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2660         (sem_timedwait): Adapt.
2661         * nptl/sem_post.c (__new_sem_post): Adapt.
2662         (futex_wake): New function.
2663         (__old_sem_post): Add release MO fence.
2664         * nptl/sem_open.c (sem_open): Adapt.
2665         * nptl/sem_init.c (__new_sem_init): Adapt.
2666         (futex_private_if_supported): New function.
2667         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2668         (__old_sem_getvalue): Add using previous code.
2669         * sysdeps/nptl/internaltypes.h: Adapt.
2670         * nptl/tst-sem13.c (do_test): Adapt.
2671         * nptl/tst-sem11.c (main): Adapt.
2672         * nptl/sem_trywait.c: Remove.
2673         * nptl/DESIGN-sem.txt: Remove.
2674         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2675         (gen-as-const-headers): Remove structsem.sym.
2676         * nptl/structsem.sym: Remove.
2677         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2678         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2679         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2680         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2681         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2682         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2683         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2684         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2685         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2686         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2687         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2688         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2689         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2690         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2691         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2692         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2693         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2694         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2695         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2696         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2697         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2698         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2700 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2702         * INSTALL: Regenerated.
2704         * po/libc.pot: Regenerated.
2706 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2707             Sandra Loosemore  <sandra@codesourcery.com>
2708             Andrew Jenner  <andrew@codesourcery.com>
2709             Joseph Myers  <joseph@codesourcery.com>
2710             Nathan Sidwell  <nathan@codesourcery.com>
2712         * NEWS: Mention new Nios II port.
2713         * sysdeps/nios2/Implies: New file.
2714         * sysdeps/nios2/Makefile: New file.
2715         * sysdeps/nios2/Subdirs: New file.
2716         * sysdeps/nios2/Versions: New file.
2717         * sysdeps/nios2/__longjmp.S: New file.
2718         * sysdeps/nios2/abort-instr.h: New file.
2719         * sysdeps/nios2/backtrace.c: New file.
2720         * sysdeps/nios2/bits/endian.h: New file.
2721         * sysdeps/nios2/bits/fenv.h: New file.
2722         * sysdeps/nios2/bits/link.h: New file.
2723         * sysdeps/nios2/bits/setjmp.h: New file.
2724         * sysdeps/nios2/bsd-_setjmp.S: New file.
2725         * sysdeps/nios2/bsd-setjmp.S: New file.
2726         * sysdeps/nios2/configure: New generated file.
2727         * sysdeps/nios2/configure.ac: New file.
2728         * sysdeps/nios2/crti.S: New file.
2729         * sysdeps/nios2/crtn.S: New file.
2730         * sysdeps/nios2/dl-init.c: New file.
2731         * sysdeps/nios2/dl-machine.h: New file.
2732         * sysdeps/nios2/dl-sysdep.h: New file.
2733         * sysdeps/nios2/dl-tls.h: New file.
2734         * sysdeps/nios2/dl-trampoline.S: New file.
2735         * sysdeps/nios2/gccframe.h: New file.
2736         * sysdeps/nios2/gmp-mparam.h: New file.
2737         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2738         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2739         * sysdeps/nios2/ldsodefs.h: New file.
2740         * sysdeps/nios2/libc-tls.c: New file.
2741         * sysdeps/nios2/libm-test-ulps: New file.
2742         * sysdeps/nios2/machine-gmon.h: New file.
2743         * sysdeps/nios2/math-tests.h: New file.
2744         * sysdeps/nios2/math_private.h: New file.
2745         * sysdeps/nios2/memusage.h: New file.
2746         * sysdeps/nios2/nptl/Makefile: New file.
2747         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2748         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2749         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2750         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2751         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2752         * sysdeps/nios2/nptl/tls.h: New file.
2753         * sysdeps/nios2/preconfigure: New file.
2754         * sysdeps/nios2/s_fma.c: New file.
2755         * sysdeps/nios2/s_fmaf.c: New file.
2756         * sysdeps/nios2/setjmp.S: New file.
2757         * sysdeps/nios2/sfp-machine.h: New file.
2758         * sysdeps/nios2/sotruss-lib.c: New file.
2759         * sysdeps/nios2/stackguard-macros.h: New file.
2760         * sysdeps/nios2/stackinfo.h: New file.
2761         * sysdeps/nios2/start.S: New file.
2762         * sysdeps/nios2/sysdep.h: New file.
2763         * sysdeps/nios2/tls-macros.h: New file.
2764         * sysdeps/nios2/tst-audit.h: New file.
2765         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2766         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2767         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2768         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2769         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2770         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2771         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2772         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2773         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2774         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2775         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2776         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2777         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2778         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2779         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2780         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2781         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2782         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2783         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2784         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2785         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2786         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2787         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2788         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2789         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2790         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2791         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2792         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2793         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2794         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2795         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2796         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2797         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2798         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2799         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2800         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2801         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2802         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2803         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2804         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2805         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2806         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2807         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2808         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2810 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2812         [BZ #17844]
2813         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2814         (getutent): Use weak_alias in non SHARED case
2815         and default_symbol_version in SHARED case.
2816         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2817         (getutent_r, pututline): Likewise.
2818         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2819         (getutid): Likewise.
2820         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2821         (getutid_r): Likewise.
2822         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2823         (getutline): Likewise.
2824         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2825         (getutline_r): Likewise.
2826         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2827         (updwtmp): Likewise.
2829 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2831         [BZ #17848]
2832         * sysdeps/s390/s390-32/memcmp.S
2833         (memcmp_g5): Rename to __memcmp_g5.
2834         * sysdeps/s390/s390-32/memcpy.S
2835         (memcpy_g5): Rename to __memcpy_g5.
2836         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2837         (memcpy_mvcle) Rename to __memcpy_mvcle.
2838         * sysdeps/s390/s390-32/memset.S
2839         (memset_g5): Rename to __memset_g5.
2840         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2841         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2842         and use prefixed functions.
2843         * sysdeps/s390/s390-32/multiarch/memcmp.S
2844         (memcmp_z196): Rename to __memcmp_z196.
2845         (memcmp_z10): Rename to __memcmp_z10.
2846         (memcmp): Set alias to __memcmp_g5.
2847         (bcmp): Set alias to __memcmp_g5.
2848         * sysdeps/s390/s390-32/multiarch/memcpy.S
2849         (memcpy_z196): Rename to __memcpy_z196.
2850         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2851         (memcpy_z10): Rename to __memcpy_z10.
2852         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2853         (memcpy): Set alias to __memcpy_g5.
2854         * sysdeps/s390/s390-32/multiarch/memset.S
2855         (memset_z196): Rename to __memset_z196.
2856         Jump to __memset_mvcle instead of memset_mvcle.
2857         (memset_z10): Rename to __memset_z10.
2858         Jump to __memset_mvcle instead of memset_mvcle.
2859         (memset_mvcle) Rename to __memset_mvcle.
2860         (memset): Set alias to __memset_g5.
2861         * sysdeps/s390/s390-64/memcmp.S
2862         (memcmp_z900): Rename to __memcmp_z900.
2863         * sysdeps/s390/s390-64/memcpy.S
2864         (memcpy_z900): Rename to __memcpy_z900.
2865         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2866         (memcpy_mvcle) Rename to __memcpy_mvcle.
2867         * sysdeps/s390/s390-64/memset.S
2868         (memset_z900): Rename to __memset_z900.
2869         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2870         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2871         and use prefixed functions.
2872         * sysdeps/s390/s390-64/multiarch/memcmp.S
2873         (memcmp_z196): Rename to __memcmp_z196.
2874         (memcmp_z10): Rename to __memcmp_z10.
2875         (memcmp): Set alias to __memcmp_z900.
2876         (bcmp): Set alias to __memcmp_z900.
2877         * sysdeps/s390/s390-64/multiarch/memcpy.S
2878         (memcpy_z196): Rename to __memcpy_z196.
2879         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2880         (memcpy_z10): Rename to __memcpy_z10.
2881         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2882         (memcpy): Set alias to __memcpy_z900.
2883         * sysdeps/s390/s390-64/multiarch/memset.S
2884         (memset_z196): Rename to __memset_z196.
2885         Jump to __memset_mvcle instead of memset_mvcle.
2886         (memset_z10): Rename to __memset_z10.
2887         Jump to __memset_mvcle instead of memset_mvcle.
2888         (memset_mvcle) Rename to __memset_mvcle.
2889         (memset): Set alias to __memset_z900.
2891 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2893         [BZ #17748]
2894         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2895         __fesetenv instead of fesetenv.
2897 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2899         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2900         macro.
2902 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2904         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2905         regression on LE.
2907         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2908         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2909         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2910         strncmp-power8 object.
2911         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2912         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2913         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2914         * NEWS: Update.
2916 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2917             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2919         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2920         trailing byte check.
2922 2015-01-13  David S. Miller  <davem@davemloft.net>
2924         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2926 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2928         * login/logout.c (logout): Use memset rather than bzero.
2929         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2930         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2931         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2932         (_gethtbyaddr): Likewise.
2933         * locale/programs/simple-hash.c (bcopy): Macro removed.
2935 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2937         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2938         Add strcmp-power8 object.
2939         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2940         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2941         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2942         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2943         __strcmp_power8 implementation.
2944         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2945         * NEWS: Update.
2947         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2948         Add strncpy-power8 and stpncpy-power8 objects.
2949         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2950         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2951         implementations.
2952         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2953         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2954         __stpncpy_power8 implementation.
2955         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2956         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2957         __strncpy_power8 implementation.
2958         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2959         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2960         * NEWS: Update.
2962         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2963         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2964         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2966         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2967         strncat-power8 object.
2968         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2969         __strcat_power8 implementation.
2970         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2971         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2972         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2973         optimized strcat for power8.
2975         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2976         strcpy-power8 and stpcpy-power8 objects.
2977         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2978         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2979         implementations.
2980         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2981         multiarch stpcpy implementation for POWER8.
2982         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2983         multiarch strcpy implementation for POWER8.
2984         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2985         __strcpy_power8 function.
2986         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2987         stpcpy for POWER8.
2988         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2989         strcpy for POWER8.
2990         * NEWS: Update.
2992 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2994         [BZ #16009]
2995         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2996         weights and rules. Use do_xfrm_cached if data fits in cache,
2997         do_xfrm otherwise.  Moved former main loop to...
2998         * (do_xfrm_cached): New function.
2999         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3000         find_idx, find_position and stack_push.
3001         * (find_idx): New function.
3002         * (find_position): Likewise.
3003         * localedata/sort-test.sh: Added test run for do_xfrm.
3004         * localedata/xfrm-test.c (main): Added command line option
3005         -nocache to run the test with strings that are too large for
3006         the STRXFRM cache.
3008 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3010         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3011         variable to lll_futex_wake call, not the value itself.
3013 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3015         [BZ #17803]
3016         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3017         twom64.  Adjust value to 0x1p-64L.
3018         (__scalblnl): Only return standard underflowing result for K <=
3019         -64 not K <= -63; adjust exponent for underflowing result by 64
3020         not 63.
3021         * math/libm-test.inc (scalbn_test_data): Add more tests.
3022         (scalbln_test_data): Likewise.
3024         [BZ #17834]
3025         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3026         0x1p63L.
3027         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3028         not HX.
3029         * math/libm-test.inc (scalbn_test_data): Add more tests.
3030         (scalbln_test_data): Likewise.
3032 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3033             Stefani Seibold  <stefani@seibold.net>
3035         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3036         (sysdep_routines): Add dl-vdso here, ...
3037         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3038         (sysdep_routines): ... not here.
3039         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3040         fallback when vDSO is not presented.
3041         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3042         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3043         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3044         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3045         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3046         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3047         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3048         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3049         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3050         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3051         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3052         fallback configurable symbol when vDSO is not available.
3053         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3054         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3055         be able to redefine fallback symbol when vDSO is not available.
3056         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3057         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3059 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3061         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3062         (TLS_INIT_TP): Add tm_capable initialization.
3063         (TLS_DEFINE_INIT_TP): Likewise.
3064         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3065         TCB.
3066         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3067         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3068         calculation.
3069         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3070         transactoion is lock elision is built and TCB tm_capable is set.
3071         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3073         (INTERNAL_SYSCALL_NCS): Likewise.
3074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3075         (INTERNAL_SYSCALL_NCS): Likewise.
3076         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3078         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3079         for powerpc.
3080         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3081         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3082         and remove it for 32 bits case.
3083         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3084         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3085         initialization.
3086         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3087         Disable lock elision with rdlocks if elision is not available.
3089         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3090         (sysdep_routines): Add lock elision objects.
3091         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3092         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3093         [pthread_mutex_t] (__elision): Add field.
3094         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3095         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3096         elision definitions for powerpc.
3097         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3098         implementation of lock elision for powerpc.
3099         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3100         implementation of timed lock elision for powerpc.
3101         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3102         implementation of trylock with lock elision for powerpc.
3103         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3104         implementaion of unlock for lock elision for powerpc.
3105         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3106         automatic enable lock elision for mutexes.
3107         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3108         transaction execution definitions for powerpc.
3109         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3110         definitions.
3111         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3112         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3113         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3114         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3115         * NEWS: Update.
3117 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3119         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3120         for #include of <shm-directory.h>.
3122 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3124         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3125         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3127 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3129         [BZ #17791]
3130         * NEWS: Mention bug fix.
3131         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3132         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3133         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3135 2015-01-09  Torvald Riegel <triegel@redhat.com>
3137         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3139 2015-01-09  Torvald Riegel <triegel@redhat.com>
3141         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3143 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3145         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3146         pointer and cast to uintptr_t.
3148 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3150         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3151         removed.
3152         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3154 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3156         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3157         of 0.
3159 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3161         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3162         <nptl/pthreadP.h> instead.
3163         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3165         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3166         already defined.
3167         [__SIGRTMIN] (init): Function removed.
3168         [__SIGRTMIN] (initialized): Variable removed.
3169         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3170         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3171         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3172         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3173         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3174         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3175         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3176         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3177         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3178         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3179         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3180         * sysdeps/nptl/allocrtsig.c: New file.
3181         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3182         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3183         * sysdeps/generic/testrtsig.h: File removed.
3185         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3186         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3188         * nptl/nptl-init.c (pthread_functions): Conditionalize
3189         .ptr__nptl_setxid initialization on [SIGSETXID].
3191         * sysdeps/nptl/sys/procfs.h: New file.
3192         * nptl_db/Makefile (headers): Add it.
3193         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3195         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3196         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3197         * nptl/pthread_attr_setaffinity.c: Include it.
3198         * nptl/pthread_setattr_default_np.c: Likewise.
3199         * nptl/check-cpuset.h: New file.
3201 2015-01-08  Richard Henderson  <rth@redhat.com>
3203         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3204         (CFLAGS-tst-execstack-prog.c): Likewise.
3205         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3207 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3208             Sandra Loosemore  <sandra@codesourcery.com>
3209             Andrew Jenner  <andrew@codesourcery.com>
3210             Joseph Myers  <joseph@codesourcery.com>
3211             Nathan Sidwell  <nathan@codesourcery.com>
3213         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3214         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3215         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3216         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3217         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3218         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3219         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3220         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3221         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3222         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3223         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3224         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3225         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3226         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3227         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3228         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3229         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3231 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3233         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3234         timespec struct member in syscall macro.
3235         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3236         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3237         first timeval struct member in syscall macro.
3238         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3240 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3242         [BZ #17748]
3243         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3244         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3245         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3246         __feupdateenv and define as weak alias of __feupdateenv.  Use
3247         libm_hidden_weak.
3248         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3249         libm_hidden_def.
3250         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3251         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3252         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3253         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3254         libm_hidden_def.
3255         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3256         __feupdateenv and define as weak alias of __feupdateenv.  Use
3257         libm_hidden_weak.
3258         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3259         libm_hidden_def.
3260         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3261         __feupdateenv and define as weak alias of __feupdateenv.  Use
3262         libm_hidden_weak.
3263         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3264         libm_hidden_def.
3265         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3266         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3267         (__feupdateenv): Likewise.
3268         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3269         __feupdateenv and define as weak alias of __feupdateenv.  Use
3270         libm_hidden_weak.
3271         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3272         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3273         libm_hidden_def.
3274         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3275         function.
3276         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3277         libm_hidden_def.
3278         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3279         __feupdateenv instead of feupdateenv.
3280         (default_libc_feupdateenv_test): Likewise.
3281         (libc_feresetround_ctx): Likewise.
3283 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3285         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3286         prototype.
3288 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3290         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3291         COLL_SYM in a couple of places to avoid uninitialized variable
3292         wanings on tilegx gcc 4.8.2.
3294 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3296         * sysdeps/aarch64/strcpy.S: New file.
3297         * sysdeps/aarch64/stpcpy.S: New file.
3298         * NEWS: Updated.
3300 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3302         * sysdeps/aarch64/strrchr.S: New file.
3303         * NEWS: Updated.
3305 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3307         [BZ #17658]
3308         * stdlib/setenv.c: Fix memory leak when setting large,
3309         duplicate string.
3311 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3313         [BZ #17273]
3314         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3315         and tabs from buffer before parsing fstab entry.
3316         * misc/tst-mntent.c (main): Add test for mount entry with
3317         trailing spaces and tabs.
3319 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3321         [BZ #17748]
3322         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3323         * math/fesetround.c (fesetround): Rename to __fesetround and
3324         define as weak alias of __fesetround.  Use libm_hidden_weak.
3325         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3326         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3327         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3328         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3329         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3330         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3331         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3332         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3333         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3334         __fesetround_inline.
3335         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3336         __fesetround_inline instead of __fesetround.
3337         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3338         __fesetround and define as weak alias of __fesetround.  Use
3339         libm_hidden_weak.  Call __fesetround_inline instead of
3340         __fesetround.
3341         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3342         __fesetround and define as weak alias of __fesetround.  Use
3343         libm_hidden_weak.
3344         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3345         Likewise.
3346         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3347         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3348         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3349         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3350         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3351         __fesetround and define as weak alias of __fesetround.  Use
3352         libm_hidden_weak.
3353         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3354         __fesetround instead of fesetround.
3355         (default_libc_feholdexcept_setround): Likewise.
3356         (libc_feholdsetround_ctx): Likewise.
3357         (libc_feholdsetround_noex_ctx): Likewise.
3359         [BZ #17748]
3360         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3361         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3362         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3363         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3364         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3365         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3366         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3367         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3368         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3369         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3370         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3371         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3372         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3373         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3374         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3375         libm_hidden_def.
3376         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3377         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3378         Likewise.
3379         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3380         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3381         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3382         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3383         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3384         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3385         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3386         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3387         __fesetenv instead of fesetenv.
3388         (libc_feresetround_noex_ctx): Likewise.
3389         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3390         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3391         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3392         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3393         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3394         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3395         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3396         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3397         (__feupdateenv): Likewise.
3398         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3399         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3400         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3401         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3403 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3405         [BZ #17806]
3406         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3407         addresses have been freed.
3409 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3411         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3412         and nservall.
3414 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3416         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3417         Clean up check_pf allocation pattern. addresses
3419 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3421         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3422         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3423         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3424         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3425         * nptl/pthread_join.c (pthread_join): Likewise.
3426         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3427         * sysdeps/posix/waitid.c (__waitid): Likewise.
3428         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3429         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3430         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3431         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3432         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3433         Likewise.
3434         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3435         (__libc_pread64): Likewise.
3436         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3437         (__libc_pwrite): Likewise.
3438         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3439         (__libc_pwrite64): Likewsie.
3440         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3441         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3442         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3443         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3444         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3445         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3446         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3448         Likewise.
3449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3450         (__libc_pread64): Likewise.
3451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3452         Likewise.
3453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3454         (__libc_pwrite64): Likewise.
3455         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3456         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3457         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3458         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3459         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3460         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3461         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3462         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3463         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3464         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3465         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3466         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3467         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3468         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3469         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3470         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3471         Likewise.
3473 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3475         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3476         (CFLAGS-test-double.c): Likewise.
3477         (CFLAGS-test-ldouble.c): Likewise.
3478         (CPPFLAGS-test-ifloat.c): Likewise.
3479         (CPPFLAGS-test-idouble.c): Likewise.
3480         (CPPFLAGS-test-ildoubl.c): Likewise.
3481         (CFLAGS-test-test-fenv.c): Remove variable.
3482         (CFLAGS-test-misc.c): Likewise.
3484 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3486         [BZ #17797]
3487         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3488         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3489         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3490         CLOCKS_PER_SEC == 1000000.
3491         * time/clocktest.c (main): Replace %ld with %jd and cast to
3492         intmax_t.
3494 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3496         * sysdeps/generic/unwind-resume.h: New file.
3497         * sysdeps/gnu/unwind-resume.c: Include it.
3498         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3499         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3500         argument list.
3501         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3502         global rather than static.
3503         (_Unwind_Resume): Update user.
3504         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3505         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3506         rather than static.  Add __attribute__ ((cold)).
3507         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3508         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3509         * sysdeps/arm/arm-unwind-resume.S: New file.
3510         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3511         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3512         * sysdeps/arm/Makefile [$(subdir) = csu]
3513         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3514         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3515         Add rt-arm-unwind-resume.
3516         [$(subdir) = nptl]
3517         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3518         Add pt-arm-unwind-resume.
3519         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3520         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3522 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3524         [BZ #17748]
3525         * include/fenv.h (__feholdexcept): Declare.  Use
3526         libm_hidden_proto.
3527         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3528         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3529         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3530         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3531         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3532         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3533         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3534         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3535         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3536         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3537         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3538         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3539         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3540         (feholdexcept): Likewise.
3541         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3542         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3543         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3544         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3545         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3546         __feholdexcept instead of feholdexcept.
3547         (default_libc_feholdexcept_setround): Likewise.
3549 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3551         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3552         to avoid using stl/str to align destination.
3554 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3556         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3558 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3560         [BZ #17796]
3561         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3562         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3563         Define as weak alias not strong alias.
3565 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3567         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3568         bltzal with addiupc.
3569         (RTLD_START): Ditto.
3571 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3573         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3574         for __vdso_* functions in declarations.
3575         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3576         definitions.
3577         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3578         INTERNAL_VSYSCALL): Use struct return types to check for error.
3580         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3581         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3582         function with cast from llround().
3583         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3584         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3585         Define.
3587 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3589         [BZ #17793]
3590         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3591         Define as weak alias not strong alias.
3593         [BZ #17635]
3594         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3595         ...
3596         * ctype/ctype-extn.c: ... here.
3597         (__isblank_l): Move to ...
3598         * ctype/ctype-c99_l.c: ... here.  New file.
3599         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3600         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3601         Remove variable.
3602         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3603         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3604         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3605         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3606         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3608         [BZ #17777]
3609         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3610         (posix_fadvise64): Define as weak alias not strong alias.
3611         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3612         (posix_fallocate64): Likewise.
3613         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3614         Remove variable.
3615         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3616         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3617         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3618         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3619         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3621 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3623         [BZ #16191]
3624         * NEWS: Mention bug fix.
3625         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3626         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3627         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3628         (HOST_STACK_END_ADDR): Likewise.
3630 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3632         [BZ #17748]
3633         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3634         * math/fegetround.c (fegetround): Rename to __fegetround and
3635         define as weak alias of __fegetround.  Use libm_hidden_weak.
3636         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3637         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3638         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3639         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3640         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3641         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3642         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3643         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3644         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3645         Undefine after rather than before function definition; use
3646         parentheses around function name in definition.
3647         (__fegetround): Also undefine macro after function definition.
3648         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3649         __fegetround and define as weak alias of __fegetround.  Use
3650         libm_hidden_weak.  Do not undefine as macro.
3651         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3652         Likewise.
3653         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3654         __fegetround and define as weak alias of __fegetround.  Use
3655         libm_hidden_weak.
3656         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3657         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3658         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3659         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3660         __fegetround and define as weak alias of __fegetround.  Use
3661         libm_hidden_weak.
3662         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3663         __fegetround instead of fegetround.
3665         [BZ #17782]
3666         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3667         Condition macro definition on [__USE_MISC].
3669         [BZ #17781]
3670         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3671         (struct sigaction): Change type of sa_flags field to int.
3673         [BZ #17780]
3674         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3675         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3676         __glibc_reserved0.
3678         * nptl/version.c (banner): Use single year in copyright notice.
3680         * NEWS: Update copyright dates.
3681         * catgets/gencat.c (print_version): Likewise.
3682         * csu/version.c (banner): Likewise.
3683         * debug/catchsegv.sh: Likewise.
3684         * debug/pcprofiledump.c (print_version): Likewise.
3685         * debug/xtrace.sh (do_version): Likewise.
3686         * elf/ldconfig.c (print_version): Likewise.
3687         * elf/ldd.bash.in: Likewise.
3688         * elf/pldd.c (print_version): Likewise.
3689         * elf/sotruss.sh: Likewise.
3690         * elf/sprof.c (print_version): Likewise.
3691         * iconv/iconv_prog.c (print_version): Likewise.
3692         * iconv/iconvconfig.c (print_version): Likewise.
3693         * locale/programs/locale.c (print_version): Likewise.
3694         * locale/programs/localedef.c (print_version): Likewise.
3695         * login/programs/pt_chown.c (print_version): Likewise.
3696         * malloc/memusage.sh (do_version): Likewise.
3697         * malloc/memusagestat.c (print_version): Likewise.
3698         * malloc/mtrace.pl: Likewise.
3699         * manual/libc.texinfo: Likewise.
3700         * nptl/version.c (banner): Likewise.
3701         * nscd/nscd.c (print_version): Likewise.
3702         * nss/getent.c (print_version): Likewise.
3703         * nss/makedb.c (print_version): Likewise.
3704         * posix/getconf.c (main): Likewise.
3705         * scripts/test-installation.pl: Likewise.
3706         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3708 2015-01-02  Will Newton  <will.newton@linaro.org>
3710         * sysdeps/arm/armv7/configure: Removed.
3711         * sysdeps/arm/armv7/configure.ac: Likewise.
3713 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3715         * All files with FSF copyright notices: Update copyright dates
3716         using scripts/update-copyrights.
3717         * intl/plural.c: Regenerated.
3718         * locale/programs/charmap-kw.h: Likewise.
3719         * locale/programs/locfile-kw.h: Likewise.
3721 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3723         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3725 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3727         [BZ #17748]
3728         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3729         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3730         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3731         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3732         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3733         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3734         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3735         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3736         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3737         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3738         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3739         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3740         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3741         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3742         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3743         libm_hidden_def.
3744         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3745         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3746         Likewise.
3747         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3748         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3749         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3750         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3751         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3752         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3753         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3754         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3755         __fegetenv instead of fegetenv.
3756         (libc_feholdsetround_noex_ctx): Likewise.
3758 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3760         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3761         (Elf_MIPS_ABIFlags_v0): New structure.
3762         (EF_MIPS_FP64): Define.
3763         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3764         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3765         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3766         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3767         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3768         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3769         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3770         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3771         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3772         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3773         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3774         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3775         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3776         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3777         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3778         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3779         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3780         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3781         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3782         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3783         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3784         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3785         field.
3786         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3787         EF_MIPS_FP64.
3788         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3789         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3790         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3791         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3792         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3793         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3794         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3795         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3796         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3797         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3798         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3799         record the current FP ABI extension.
3800         (mips-mode-switch): Define to show if kernel headers support mode
3801         switching.
3802         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3803         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3804         supported SYSV ABI version to 3.
3805         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3806         feature.
3808 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3809             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3811         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3812         path.
3813         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3815 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3817         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3818         __fegetround and redefine to call __fegetround.  Remove condition
3819         on [!__NO_MATH_INLINES].
3820         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3821         function.
3822         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3823         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3824         Remove macro.
3825         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3826         instead of <fenv_libc.h>.
3827         (__llrintl): Call fegetround instead of __fegetround.
3828         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3829         instead of <fenv_libc.h>.
3830         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3831         (__lrintl): Call fegetround instead of __fegetround.
3832         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3833         instead of <fenv_libc.h>.
3834         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3835         (__rintl): Call fegetround instead of __fegetround.
3837 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3839         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3840         arrays.
3842 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3844         [BZ #17775]
3845         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3846         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3847         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3849 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3851         * sysdeps/i386/tls-macros.h: Include <features.h>.
3852         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3853         (TLS_IE): Likewise.
3854         (TLS_LD): Likewise.
3855         (TLS_GD): Likewise.
3856         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3857         define for GCC >= 5.0.
3859 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3861         * math/test-fenv.c (test_single_exception, set_single_exc,
3862         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3863         feexcp_mask_test, feenable_test, fe_single_test): Add
3864         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3865         case where they are not used.
3866         * math/libm-test.inc: Likewise.
3867         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3868         unused in the absence of FP rounding/exception support.
3869         * stdio-common/tst-printf-round.c: Likewise.
3870         * stdlib/tst-strtod-round.c: Likewise.
3871         * stdlib/tst-strtod-underflow.c: Likewise.
3873 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3875         [BZ #17723]
3876         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3877         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3878         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3879         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3880         libm_hidden_weak.
3881         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3882         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3883         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3884         libm_hidden_def.
3885         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3886         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3887         libm_hidden_weak.
3888         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3889         Likewise.
3890         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3891         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3892         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3893         libm_hidden_weak.
3894         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3895         libm_hidden_def.
3896         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3897         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3898         (__feraiseexcept): Likewise.
3899         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3900         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3901         libm_hidden_weak.
3902         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3903         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3904         libm_hidden_def.
3905         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3906         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3907         Use libm_hidden_def.
3908         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3909         libm_hidden_def.
3910         (feraiseexcept): Define as weak not strong alias.  Use
3911         libm_hidden_weak.
3912         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3913         New inline function.  Factored out of ...
3914         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3915         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3916         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3917         feraiseexcept.
3918         * math/w_acos.c (__acos): Likewise.
3919         * math/w_asin.c (__asin): Likewise.
3920         * math/w_ilogb.c (__ilogb): Likewise.
3921         * math/w_j0.c (y0): Likewise.
3922         * math/w_j1.c (y1): Likewise.
3923         * math/w_jn.c (yn): Likewise.
3924         * math/w_log.c (__log): Likewise.
3925         * math/w_log10.c (__log10): Likewise.
3926         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3927         * sysdeps/aarch64/fpu/math_private.h
3928         (libc_feupdateenv_test_aarch64): Likewise.
3929         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3930         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3931         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3932         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3933         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3934         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3935         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3936         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3937         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3938         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3940 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3942         [BZ #17732]
3943         * io/test-utime.c (main): Replace %ld with %jd and cast to
3944         intmax_t.
3945         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3946         * nptl/tst-mutex5.c: Include <stdint.h>.
3947         (do_test): Replace %ld with %jd and cast to intmax_t.
3948         * posix/tst-regex.c (run_test): Likewise.
3949         (run_test_backwards): Likewise.
3950         * rt/tst-clock.c: Include <stdint.h>.
3951         (clock_test): Replace %ld with %jd and cast to intmax_t.
3952         * rt/tst-cpuclock1.c: Include <stdint.h>.
3953         (do_test): Replace %lu with %ju and cast to uintmax_t.
3954         * rt/tst-cpuclock2.c: Include <stdint.h>.
3955         (do_test): Replace %lu with %ju and cast to uintmax_t.
3956         * rt/tst-mqueue1.c: Include <stdint.h>.
3957         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3958         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3959         intmax_t.
3960         * rt/tst-mqueue4.c (do_test): Likewise.
3961         * rt/tst-timer4.c: Include <stdint.h>.
3962         (check_ts): Replace %ld with %jd and cast to intmax_t.
3963         (do_test): Likewise.
3964         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3965         and cast to intmax_t.
3966         * sysdeps/pthread/tst-timer.c (main): Likewise.
3967         * time/clocktest.c (main): Likewise.
3968         * time/tst-posixtz.c (do_test): Likewise.
3969         * timezone/tst-timezone.c (main): Likewise.
3971 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3972             H.J. Lu  <hongjiu.lu@intel.com>
3974         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3975         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3976         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3977         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3978         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3979         version if bit_Fast_Unaligned_Load is set.
3980         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3981         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3982         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3983         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3984         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3985         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3986         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3987         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3988         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3989         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3990         to 4.
3991         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3992         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3993         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3994         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3996 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3998         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3999         instead of #if to avoid a Wundef warning.
4000         * stdlib/tst-limits.c (do_test): Likewise.
4002         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4003         parallel other exception macros.
4004         (fegetenv): Convert from macro to extern inline so that it applies
4005         retroactively to inline functions already seen by the compiler.
4006         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4008         * posix/Makefile (before-compile): Use $(objpfx) for
4009         posix-conf-vars-def.h.
4011 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4013         * posix/getconf.c (main): Use size_t for type of I.
4014         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4015         NSPEC.
4017         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4018         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4019         * posix/posix-envs.def: Likewise.
4020         * sysdeps/posix/sysconf.c: Likewise.
4021         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4022         (specs): Remove array.
4023         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4024         array.
4026         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4027         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4028         (__sysconf): Use CONF_IS_* macros.
4030         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4031         ($(objpfx)posix-conf-vars-def.h): New target.
4032         * posix/posix-conf-vars.list: New file.
4033         * posix/posix-conf-vars.h: New file.
4034         * posix/confstr.c: Include posix-conf-vars.h.
4035         (confstr): Use CONF_IS_* macros.
4036         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4037         CONF_IS_* macros.
4038         * scripts/gen-posix-conf-vars.awk: New file.
4040 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4042         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4043         fegetround): Add no-op macros to avoid linknamespace issues.
4045         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4046         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4048         * sysdeps/unix/sysv/linux/tile/sysdep.h
4049         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4050         assembly-specific section to avoid a redefinition warning.
4052         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4053         long before casting to pointer to avoid a cast warning.
4055 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4057         * sysdeps/tile/tilegx/Implies: New file.
4059 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4061         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4063 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4065         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4067 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4069         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4070         not define.
4071         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4072         <kernel-features.h>.
4073         (__utimes) [__NR_utimes]: Make code unconditional.
4074         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4075         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4076         (__ASSUME_UTIMES): Do not undefine.
4077         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4078         (__ASSUME_UTIMES): Likewise.
4079         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4080         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4081         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4082         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4084 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4086         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4088 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4090         [BZ #17747]
4091         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4092         alias to weak alias for j0l, y0l.
4093         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4094         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4096         [BZ #17746]
4097         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4098         conversion.
4100 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4102         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4103         to zero if not already defined.
4105 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4107         [BZ #17724]
4108         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4109         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4110         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4111         (char *) casts added.
4112         * sysdeps/ieee754/k_standardf.c: New file.
4113         * sysdeps/ieee754/k_standardl.c: Likewise.
4114         * math/Makefile (libm-support): Remove k_standard.
4115         (libm-calls): Add k_standard.
4117 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4119         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4120         Optimize to avoid an unnecessary FPCR read.
4122 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4124         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4125         Optimize to reduce FPCR/FPSR accesses.
4127 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4129         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4130         Call libc_fetestexcept_aarch64.
4132 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4134         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4135         Call libc_fesetround_aarch64.
4137 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4139         [BZ #17733]
4140         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4141         (__bind): Do not define as weak alias.
4142         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4143         define.
4144         (__getsockname): Do not define as weak alias.
4146 2014-12-22  Will Newton  <will.newton@linaro.org>
4148         * manual/install.texi: Document that we require bison 2.7
4149         or above.
4150         * INSTALL: Regenerate.
4151         * configure.ac: Use AC_CHECK_PROG_VER instead of
4152         AC_PATH_PROG when checking for bison and check for
4153         version 2.7 or above.
4154         * configure: Regenerate.
4156 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4158         [BZ #17745]
4159         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4160         * sysdeps/tile/ffsll.c (ffsll): To here.
4162         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4164 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4166         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4167         if not defined.
4168         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4169         definition.
4170         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4171         hidden ___tls_get_addr.
4172         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4173         hidden __tls_get_addr.
4174         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4175         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4176         Likewise.
4178 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4180         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4181         _dl_init call.
4183 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4185         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4186         from "call _dl_init@PLT".
4187         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4189 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4191         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4192         guarantees.
4194 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4196         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4198 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4200         [BZ #17744]
4201         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4202         strnlen.
4204 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4206         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4207         of multu on MIPSr6.
4208         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4209         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4210         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4211         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4212         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4214 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4216         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4217         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4218         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4219         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4220         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4221         mips32r6/mips64r6.
4222         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4224 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4226         * string/strncat.c (STRNCAT): Simplify implementation.
4228 2014-12-19  David S. Miller  <davem@davemloft.net>
4230         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4231         access the quad as both a long double and as a series of 4 words.
4233         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4234         link_map->l_info array access.
4236 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4238         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4240         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4241         * math/atest-exp2.c (TIMEOUT): Likewise.
4242         * math/atest-sincos.c (TIMEOUT): Likewise.
4244 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4246         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4247         -Wno-error with -fno-builtin-lround.
4249 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4251         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4252         Contains futex constants and functions moved over from ...
4253         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4254         <lowlevellock-futex.h>.
4255         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4256         (lll_timedwait_tid): Add comments and parentheses around macro
4257         arguments.
4259 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4261         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4262         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4263         (__lll_private_flag): Remove.
4264         (lll_futex_wait): Likewise.
4265         (lll_futex_timed_wait): Likewise.
4266         (lll_futex_wake): Likewise.
4267         (lll_futex_requeue): Likewise.
4268         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4269         (__lll_timedwait_tid): Spell out argument names.
4270         (lll_timedwait_tid): Add comments and parentheses around macro
4271         arguments.
4272         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4273         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4275 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4277         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4278         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4279         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4280         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4281         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4282         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4283         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4284         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4285         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4286         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4287         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4288         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4289         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4290         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4291         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4292         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4293         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4294         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4295         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4297 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4299         * sysdeps/x86_64/x32/Makefile: New file.
4301 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4303         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4304         1L with (mp_limb_t) 1.
4306 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4308         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4309         * nptl/libc_pthread_init.c: ... here.
4310         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4311         * nptl/register-atfork.c: ... here.
4313         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4314         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4315         Use assert_perror to check its return value.
4316         (__gai_create_helper_thread): Likewise.
4318         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4320         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4322 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4324         [BZ #17725]
4325         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4326         __profil_counter.
4327         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4328         Likewise.
4329         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4330         Likewise.
4331         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4332         Likewise.
4333         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4334         (profil_counter): Likewise.
4335         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4336         (profil_counter): Likewise.
4337         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4338         Likewise.
4339         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4340         Likewise.
4341         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4342         (profil_counter): Likewise.
4343         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4344         Likewise.
4345         [!__profil_counter] (profil_counter): Define as weak alias of
4346         __profil_counter.
4347         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4348         (profil_counter): Rename to __profil_counter.
4349         [!__profil_counter] (profil_counter): Define as weak alias of
4350         __profil_counter.
4351         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4352         (profil_counter): Rename to __profil_counter.
4353         [!__profil_counter] (profil_counter): Define as weak alias of
4354         __profil_counter.
4355         * sysdeps/posix/profil.c: Update comment referring to
4356         profil_counter.
4357         (__profil): Use __profil_counter instead of profil_counter.
4358         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4359         __profil_counter.  Use __profil_counter_ushort and
4360         __profil_counter_uint in definitions.
4361         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4362         instead of profil_counter_uint and profil_counter_ushort.
4364         [BZ #17722]
4365         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4366         define as weak alias of __inet_makeaddr.
4367         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4368         as weak alias of __inet_addr.
4369         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4370         as weak alias of __inet_pton.  Use libc_hidden_weak.
4371         * include/arpa/inet.h (__inet_pton): Declare.  Use
4372         libc_hidden_proto.
4373         (inet_makeaddr): Don't use libc_hidden_proto.
4374         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4375         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4376         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4377         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4378         Remove variable.
4379         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4380         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4382 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4384         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4386 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4388         * stdio-common/bug-vfprintf-nargs.c (do_test):
4389         Cast value to intptr_t to avoid format warning
4390         for usage with PRIdPTR printing macro.
4392 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4394         * libio/tst-widetext.c (do_test):
4395         Use format type %td instead of %Zd for ptrdiff_t
4396         in order to avoid format warning.
4398 2014-12-17  Andreas Schwab  <schwab@suse.de>
4400         * nscd/mem.c (gc): Add size_t cast to match printf format.
4402 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4404         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4405         (init): Apply PTR_MANGLE to pointers before storing them.
4406         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4407         before using them.
4409 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4411         [BZ #17719]
4412         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4413         define as weak alias of __memrchr.
4414         (__memrchr): Do not define as strong alias of memrchr.
4415         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4416         Remove variable.
4417         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4418         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4419         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4421         [BZ #17717]
4422         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4423         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4424         (if_indextoname): Rename to __if_indextoname and define as weak
4425         alias of __if_indextoname.  Use libc_hidden_weak.
4426         (if_freenameindex): Rename to __if_freenameindex and define as
4427         weak alias of __if_freenameindex.
4428         (if_nameindex): Rename to __if_nameindex and define as weak alias
4429         of __if_nameindex.
4430         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4431         __if_nametoindex and define as weak alias of __if_nametoindex.
4432         Use libc_hidden_weak.
4433         (if_freenameindex): Rename to __if_freenameindex and define as
4434         weak alias of __if_freenameindex.
4435         (if_nameindex): Rename to __if_nameindex and define as weak alias
4436         of __if_nameindex.
4437         (if_indextoname): Rename to __if_indextoname and define as weak
4438         alias of __if_indextoname.  Use libc_hidden_weak.
4439         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4440         __if_nametoindex and define as weak alias of __if_nametoindex.
4441         Use libc_hidden_weak.
4442         (if_freenameindex): Rename to __if_freenameindex and define as
4443         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4444         (if_nameindex_netlink): Use __if_freenameindex instead of
4445         if_freenameindex.
4446         (if_nameindex): Rename to __if_nameindex and define as weak alias
4447         of __if_nameindex.  Use libc_hidden_weak.
4448         (if_indextoname): Rename to __if_indextoname and define as weak
4449         alias of __if_indextoname.  Use libc_hidden_weak.
4450         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4451         libc_hidden_proto.
4452         [!_ISOMAC] (__if_freenameindex): Likewise.
4453         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4454         if_nametoindex.
4455         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4456         variable.
4457         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4458         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4459         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4460         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4461         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4462         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4463         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4465         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4466         Remove variable.
4467         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4468         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4470 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4472         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4473         subscript above bounds'
4475         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4476         bounds.
4478 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4480         * libio/tst-fopenloc.c: Use test-skeleton.c.
4482         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4483         (entry): Rename to ITEM.
4484         (do_test, comp): Adjust.
4486         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4488 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4490         * string/tester.c: Include <libc-internal.h>.
4491         (test_memset): Ignore -Wmemset-transposed-args.
4493 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4495         * misc/tst-mntent2.c (do_test): Fix warning.
4497 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4499         * elf/tst-unique4lib.cc(a): Mark as used.
4501 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4503         [BZ #17630]
4504         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4505         names.
4507 2014-12-16  Allan McRae  <allan@archlinux.org>
4509         * stdio-common/Makefile (tests): Re-add bug26.
4511 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4513         [BZ #17657]
4514         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4515         static array.
4517 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4519         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4520         (__lll_lock_wait): Likewise.
4521         (__lll_timedlock_wait): Likewise.
4522         (__lll_timedwait_tid): Likewise.
4523         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4524         (__lll_robust_timedlock_wait): Likewise.
4525         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4526         (lll_cond_trylock): Likewise.
4527         (__lll_lock): Likewise.
4528         (__lll_robust_lock): Likewise.
4529         (__lll_cond_lock): Likewise.
4530         (lll_robust_cond_lock): Likewise.
4531         (__lll_timedlock): Likewise.
4532         (__lll_robust_timedlock): Likewise.
4533         (__lll_unlock): Likewise.
4534         (__lll_robust_unlock): Likewise.
4535         (lll_wait_tid): Likewise.
4536         (lll_timedwait_tid): Likewise.
4538 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4540         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4542 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4544         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4546 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4548         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4549         * stdio-common/tst-sprintf.c: Likewise.
4551 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4553         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4555 2014-12-15  Jeff Law  <law@redhat.com>
4557         [BZ #16617]
4558         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4559         on the heap.  (CVE-2012-3406)
4560         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4561         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4562         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4564 2014-12-15  Will Newton  <will.newton@linaro.org>
4566         * manual/install.texi: Bump required version of texinfo
4567         to 4.7 from 4.5.
4568         * INSTALL: Regenerated.
4569         * configure.ac: Check for makeinfo version 4.7 and above.
4570         * configure: Regenerated.
4572 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4574         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4575         PREFIX, string constant to insert between directory and name.
4576         * sysdeps/posix/shm_open.c: Update caller.
4577         * sysdeps/posix/shm_unlink.c: Likewise.
4578         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4579         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4580         (SEM_SHM_PREFIX): New macro.
4581         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4582         [$(have-thread-library) = no].
4583         * nptl/Makefile (libpthread-routines): Add shm-directory.
4584         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4585         * sysdeps/nptl/shm-directory.h: New file.
4586         * sysdeps/posix/shm-directory.c
4587         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4588         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4589         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4590         INTERNAL_SYSCALL.
4591         (__where_is_shmfs): Function removed.
4592         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4593         Variables removed.
4594         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4595         Use SHM_GET_NAME.
4596         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4598         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4599         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4600         unconditional for use inside libpthread.
4601         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4603 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4605         * nptl/pthread_getaffinity.c: New file.
4606         * nptl/pthread_setaffinity.c: New file.
4607         * nptl/pthread_getname.c: New file.
4608         * nptl/pthread_setname.c: New file.
4610         * nptl/pthread_create.c (START_THREAD_DEFN)
4611         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4613 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4614             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4616         * resolv/res_send.c (send_vc): Disable warning resplen may
4617         be used uninitialized.
4619 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4621         * nptl/tst-mutex6.c
4622         (ATTR_NULL): New define checks ATTR against NULL.
4623         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4624         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4626 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4628         [BZ #17581]
4629         * malloc/hooks.c
4630         (mem2mem_check): Revert my previous change.
4631         (malloc_check_get_size): Revert my previous change.
4632         (mem2chunk_check): Revert my previous change.
4634 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4636         * sysdeps/posix/shm-directory.c: New file.
4637         * sysdeps/posix/shm-directory.h: New file.
4638         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4639         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4640         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4641         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4642         Transmute EPERM to EACCES.
4643         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4644         from ...
4645         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4646         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4648 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4650         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4651         pointer and cast to uintptr_t.
4652         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4653         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4654         Add cast to avoid warning.
4655         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4657 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4659         * nptl/semaphore.h: Move to ...
4660         * sysdeps/pthread/semaphore.h: ... here.
4661         * Makefile (installed-headers): Change nptl/semaphore.h to
4662         sysdeps/pthread/semaphore.h.
4664 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4666         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4667         generated error format strings.
4669         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4670         -Wformat-extra-args warnings for scanf formats.
4671         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4672         test of zero-length format (duh).
4673         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4674         corner-case scanf format test.
4675         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4676         generated fprintf format string.
4677         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4678         corner-case sprintf format tests.
4679         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4680         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4681         -Wformat-extra-args warnings throughout.
4682         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4683         (CFLAGS-scanf4.c): Likewise.
4684         (CFLAGS-scanf7.c): Likewise.
4685         (CFLAGS-tst-sprintf.c): Likewise.
4686         (CFLAGS-tst-printf.c): Likewise.
4687         (CFLAGS-tst-printfsz.c): Likewise.
4689 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4691         * include/cpio.h: New file.
4692         * include/fmtmsg.h: Likewise.
4694         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4695         corresponding format argument to size_t.
4696         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4697         arguments.
4698         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4699         corresponding format argument to size_t.
4700         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4701         arguments.
4702         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4703         corresponding format argument to size_t.
4704         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4705         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4706         (CFLAGS-tst-mbswcs2.c): Likewise.
4707         (CFLAGS-tst-mbswcs3.c): Likewise.
4708         (CFLAGS-tst-mbswcs4.c): Likewise.
4709         (CFLAGS-tst-mbswcs5.c): Likewise.
4710         (CFLAGS-tst-trans.c): Likewise
4712 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4714         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4715         rather than assuming they won't contain any '%'s.
4717 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4719         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4720         inhibit_loop_to_libcall to avoid recursive calls.
4721         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4722         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4724 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4726         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4727         prototype.
4729 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4731         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4732         integer value instead of boolean.
4734 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4736         * malloc/malloc.c: Fix powerof2 check.
4738 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4740         * locale/programs/locfile.h (maybe_swap_uint32):
4741         Remove inline and add unused attribute.
4743 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4745         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4746         Truncating assembler expression to a .long expression.
4748 2014-12-11  Andreas Schwab  <schwab@suse.de>
4750         * elf/rtld.c (struct map_args): Constify str member.
4751         (do_preload): Constify fname argument.
4753 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4755         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4756         constants definition.
4758 2014-12-11  Andreas Schwab  <schwab@suse.de>
4760         [BZ #16657]
4761         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4762         FORCE_ELISION instead of DO_ELISION.
4763         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4764         Remove.
4765         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4766         Likewise.
4768         * iconvdata/gconv-modules: Remove duplicate entry.
4770 2014-12-11  Will Newton  <will.newton@linaro.org>
4772         Merge gettext 0.19.3 into intl/.
4774         This involves a number of cosmetic changes to comments
4775         and ANSI function definitions and prototypes throughout
4776         all the files. The gettext copyright header is used but
4777         with the date ranges taken from the glibc copy.
4779         * NEWS: Add gettext merge to 2.21.
4780         * intl/bindtextdom.c: Switch to gettext copyright.
4781         Use ANSI definitions and prototypes.
4782         Use gl_* locking primitives rather than __libc_* ones.
4783         Use __builtin_expect rather than __glibc_likely/unlikely.
4784         * intl/dcgettext.c: Switch to gettext copyright.
4785         Use ANSI definitions and prototypes.
4786         * intl/dcigettext.c: Switch to gettext copyright.
4787         Use ANSI definitions and prototypes.
4788         (INTDIV0_RAISES_SIGFPE): New define.
4789         Use gl_* locking primitives rather than __libc_* ones.
4790         Include eval-plural.h instead of plural-eval.c.
4791         Use __builtin_expect rather than __glibc_likely/unlikely.
4792         * intl/dcngettext.c: Switch to gettext copyright.
4793         Use ANSI definitions and prototypes.
4794         * intl/dgettext.c: Likewise.
4795         * intl/dngettext.c: Likewise.
4796         * intl/plural-eval.c: Renamed to...
4797         * intl/eval-plural.h: ...this.
4798         * intl/explodename.c: Switch to gettext copyright.
4799         Use ANSI definitions and prototypes.
4800         (_nl_explode_name): Use strchr instead of __rawmemchr.
4801         * intl/finddomain.c: Switch to gettext copyright.
4802         Use ANSI definitions and prototypes.
4803         Use gl_* locking primitives rather than __libc_* ones.
4804         (_nl_find_domain): Use malloc rather than alloca for
4805         allocation of temporary locale name.
4806         * intl/gettext.c: Switch to gettext copyright.
4807         Use ANSI definitions and prototypes.
4808         * intl/gettextP.h: Switch to gettext copyright.
4809         Use ANSI definitions and prototypes.
4810         Use gl_* locking primitives rather than __libc_* ones.
4811         * intl/gmo.h: Switch to gettext copyright.
4812         (struct sysdep_string): Move struct segment_pair outside of
4813         struct definition.
4814         * intl/hash-string.c: Use ANSI definitions and prototypes.
4815         * intl/hash-string.h: Switch to gettext copyright.
4816         Use ANSI definitions and prototypes.
4817         * intl/l10nflist.c: Switch to gettext copyright.
4818         Use ANSI definitions and prototypes.
4819         (_nl_normalize_codeset): Avoid integer overflow.
4820         * intl/loadinfo.h: Switch to gettext copyright.
4821         Use ANSI definitions and prototypes.
4822         (LIBINTL_DLL_EXPORTED): New define.
4823         (PATH_SEPARATOR): New define.
4824         * intl/loadmsgcat.c: Switch to gettext copyright.
4825         * intl/localealias.c: Switch to gettext copyright.
4826         Use ANSI definitions and prototypes.
4827         (_nl_expand_alias): Use PATH_SEPARATOR.
4828         * intl/ngettext.c: Switch to gettext copyright.
4829         Use ANSI definitions and prototypes.
4830         * intl/plural-exp.c: Likewise.
4831         * intl/plural-exp.h: Switch to gettext copyright.
4832         Use ANSI definitions and prototypes.
4833         (struct expression): Move definition of enum operator outside
4834         of struct definition.
4835         * intl/plural.c: Regenerate.
4836         * intl/plural.y: Switch to gettext copyright.
4837         Use ANSI definitions and prototypes.
4838         Port to bison 3.0.
4839         * intl/textdomain.c: Switch to gettext copyright.
4840         Use ANSI definitions and prototypes.
4841         Use gl_* locking primitives rather than __libc_* ones.
4843 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4845         * debug/warning-nop.c: Add used atrribute.
4847 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4849         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4851         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4852         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4853         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4855 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4856             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4858         [BZ #17634]
4859         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4860         Undefine after defining function.  Define as weak alias of
4861         __wcschr.  Use libc_hidden_weak.
4862         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4863         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4864         (libc_hidden_def): Also define __GI___wcschr alias.
4865         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4866         __wcschr and define as weak alias of __wcschr.
4867         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4868         __wcschr.
4869         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4870         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4871         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4872         libc_hidden_weak.  Do not use libc_hidden_def.
4873         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4874         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4875         __GI___wcschr alias.
4876         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4877         [IS_IN (libc)] (wcschr): Define as macro expanding to
4878         __redirect_wcschr.
4879         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4880         [IS_IN (libc)] (__wcschr_power6): Likewise.
4881         [IS_IN (libc)] (__wcschr_power7): Likewise.
4882         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4883         instead of wcschr.
4884         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4885         __libc_wcschr.
4886         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4887         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4888         __wcschr and define as weak alias of __wcschr.  Use
4889         libc_hidden_builtin_def.
4890         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4891         as weak alias of __wcschr.  Use libc_hidden_weak.
4892         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4893         wcschr.
4894         * time/era.c (_nl_init_era_entries): Likewise.
4895         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4896         variable.
4897         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4898         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4900 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4902         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4903         format for long int variable.
4905 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4907         [BZ #10672]
4908         * manual/search.texi: (Array Sort Function): Remove claim how to make
4909         qsort stable.
4911 2014-12-10  Andreas Schwab  <schwab@suse.de>
4913         [BZ #12847]
4914         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4915         user-controlled locks.
4917 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4919         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4920         register.
4922 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4924         * configure.ac (--disable-werror): New configure option.
4925         (enable_werror): New AC_SUBST.
4926         * configure: Regenerated.
4927         * config.make.in (enable-werror): New variable.
4928         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4929         -Wno-error=undef.
4930         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4931         * manual/install.texi (Configuring and compiling): Document
4932         --disable-werror.
4933         * INSTALL: Regenerated.
4934         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4935         (CFLAGS-tst-chk2.c): Likewise.
4936         (CFLAGS-tst-chk3.c): Likewise.
4937         (CFLAGS-tst-chk4.cc): Likewise.
4938         (CFLAGS-tst-chk5.cc): Likewise.
4939         (CFLAGS-tst-chk6.cc): Likewise.
4940         (CFLAGS-tst-lfschk1.c): Likewise.
4941         (CFLAGS-tst-lfschk2.c): Likewise.
4942         (CFLAGS-tst-lfschk3.c): Likewise.
4943         (CFLAGS-tst-lfschk4.cc): Likewise.
4944         (CFLAGS-tst-lfschk5.cc): Likewise.
4945         (CFLAGS-tst-lfschk6.cc): Likewise.
4947         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4948         (main): Disable -Wdeprecated-declarations around calls to
4949         register_printf_function.
4951         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4952         (do_test): Disable -Wdiv-by-zero around some calls to
4953         fwrite_unlocked and fread_unlocked.
4955         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4956         (DIAG_POP_NEEDS_COMMENT): Likewise.
4957         (_DIAG_STR1): Likewise.
4958         (_DIAG_STR): Likewise.
4959         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4960         * stdio-common/bug21.c: Include <libc-internal.h>.
4961         (do_test): Disable -Wformat around call to sscanf.
4962         * stdio-common/scanf14.c: Include <libc-internal.h>.
4963         (main): Disable -Wformat around some calls to scanf functions.
4965 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4967         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4969 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4971         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4972         stack variable alignment.
4974 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4976         [BZ #17682]
4977         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4978         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4979         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4980         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4981         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4982         __getrlimit instead of getrlimit.
4983         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4984         __gettimeofday instead of gettimeofday.
4985         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4986         Likewise.
4987         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4988         Likewise.
4989         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4990         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4991         Remove variable.
4992         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4993         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4995 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4997         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4998         for wide-character tests.
5000 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5002         * io/openat64.c: #include <libc-internal.h>
5003         (__openat64): Prototypify.  Use ignore_value on MODE.
5004         * io/openat.c: Likewise.
5005         * misc/reboot.c: #include <libc-internal.h>
5006         (reboot): Prototypify.  Use ignore_value on HOWTO.
5007         * misc/ptrace.c: #include <libc-internal.h>
5008         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5010 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5012         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5013         XPG4, UNIX98 and XOPEN2K.
5014         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5015         Remove variable.
5016         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5018 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5020         * libio/fileops.c: Use ISO C style for function definitions.
5021         * libio/iofopen.c: Likewise.
5022         * libio/wfileops.c: Likewise.
5024         [BZ #17653]
5025         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5026         offset on EOF.
5027         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5028         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5029         (fgets_func): Function pointer to fgets and fgetws.
5030         (do_ftell_test): Add test to verify ftell value after read
5031         EOF.
5032         (do_test): Set fgets_func.
5034         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5035         O_TRUNC flag for w and w+ modes.
5036         (do_rewind_test): Likewise.
5037         (do_ftell_test): Likewise.
5038         (do_write_test): Likewise.
5040         [BZ #17647]
5041         * libio/fileops.c (do_ftell): Seek only when there are
5042         unflushed writes.
5043         * libio/wfileops.c (do_ftell_wide): Likewise.
5044         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5045         test case.
5046         (do_one_test): Call it.
5048 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5050         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5051         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5052         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5053         Remove variable.
5054         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5055         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5056         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5058 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5060         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5061         Remove variable.
5062         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5064         [BZ #17668]
5065         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5066         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5067         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5068         __freeifaddrs.  Use libc_hidden_weak.
5069         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5070         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5071         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5072         __freeifaddrs.  Use libc_hidden_weak.
5073         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5074         __getifaddrs and define as weak alias of __getifaddrs.  Use
5075         libc_hidden_weak.
5076         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5077         __freeifaddrs.  Use libc_hidden_weak.
5078         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5079         Remove variable.
5080         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5081         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5083 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5085         [BZ #17601]
5086         * sysdeps/mips/start.S (__start): Use indirect jump to call
5087         __libc_start_main.
5089 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5091         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5093         * nptl/tst-mutex1.c: Include <stdbool.h>.
5094         [!ATTR] (ATTR_NULL): New macro.
5095         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5096         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5097         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5099         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5100         to char *.
5102         [BZ #17665]
5103         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5104         Change conditional to [__USE_MISC].
5106         [BZ #17664]
5107         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5108         fgets_unlocked.
5109         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5110         __fgets_unlocked.
5111         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5112         fgets_unlocked.
5113         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5114         Remove variable.
5115         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5116         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5117         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5118         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5119         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5120         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5121         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5122         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5123         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5125         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5127 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5129         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5130         Remove strpbrk objects.
5131         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5132         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5133         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5134         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5135         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5136         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5138         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5139         Remove strcspn objects.
5140         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5141         (__libc_ifunc_impl_list): Remove strcspn implementation.
5142         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5143         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5144         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5145         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5147         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5148         Remove strspn objetcs.
5149         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5150         (__libc_ifunc_impl_list): Remove strspn implementation.
5151         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5152         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5153         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5154         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5156 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5158         [BZ #17581]
5159         * malloc/hooks.c
5160         (mem2mem_check): Add a terminator to the chain of checking blocks.
5161         (malloc_check_get_size): Use it here.
5162         (mem2chunk_check): Ditto.
5164 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5166         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5167         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5169 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5171         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5173         * nptl/nptl-init.c: Include libc-internal.h.
5174         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5176         * elf/ldconfig.c (search_dir): Expand comment.
5178 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5180         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5181         variable.
5182         (linknamespace-symlist-stdlibs-tests): Likewise.
5183         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5184         instead of $(objpfx)symlist-stdlibs.
5185         (linknamespace-libs-isoc): New variable.
5186         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5187         (linknamespace-libs-ISO): New variable.
5188         (linknamespace-libs-ISO99): Likewise.
5189         (linknamespace-libs-ISO11): Likewise.
5190         (linknamespace-libs-XPG3): Likewise.
5191         (linknamespace-libs-XPG4): Likewise.
5192         (linknamespace-libs-POSIX): Likewise.
5193         (linknamespace-libs-UNIX98): Likewise.
5194         (linknamespace-libs-XOPEN2K): Likewise.
5195         (linknamespace-libs-POSIX2008): Likewise.
5196         (linknamespace-libs-XOPEN2K8): Likewise.
5197         ($(objpfx)symlist-stdlibs): Replace by
5198         $(linknamespace-symlist-stdlibs-tests).  Use
5199         $(linknamespace-libs-$*) as set of libraries.
5200         ($(linknamespace-header-tests)): Update dependencies.  Use
5201         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5202         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5203         * conform/linknamespace.pl: Remove comment about considering
5204         definitions of symbols from irrelevant libraries.
5206 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5208         [BZ #13862]
5209         * elf/dl-tls.c: Include <atomic.h>.
5210         (oom): Remove #ifdef SHARED/#endif.
5211         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5212         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5213         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5214         big enough.
5215         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5216         * nptl/Makefile (tests): Add tst-stack4.
5217         (modules-names): Add tst-stack4mod.
5218         ($(objpfx)tst-stack4): New.
5219         (tst-stack4mod.sos): Likewise.
5220         ($(objpfx)tst-stack4.out): Likewise.
5221         ($(tst-stack4mod.sos)): Likewise.
5222         (clean): Likewise.
5223         * nptl/tst-stack4.c: New file.
5224         * nptl/tst-stack4mod.c: Likewise.
5226 2014-11-27  J. Brown  <jb999@gmx.de>
5228         * sysdeps/x86/bits/string.h: Add recent CPUs.
5230 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5232         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5233         sigblock.
5235         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5236         feof.
5238         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5239         variable.
5241 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5243         * nscd/connections.c: Include libc-internal.h because of macro
5244         usage ignore_value.
5246 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5248         * string/bits/string3.h (__warn_memset_zero_len): Don't
5249         declare for gcc newer than 5.0.
5250         (memset): Don't test for zero-length __LEN for gcc newer than
5251         5.0.
5253 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5255         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5256         size_t for %zu format.
5258         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5259         difference, not %ju.
5261 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5263         * include/libc-internal.h (ignore_value): New macro.
5264         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5265         with ignore_value.
5267         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5268         definition.
5270         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5271         pthread_cleanup_push to void *.
5273         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5274         Undefine.
5276         [BZ #16619]
5277         [BZ #16740]
5278         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5279         instead of 1L << 52.
5281         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5282         * libio/bug-rewind2.c (do_test): Likewise.
5284         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5285         * debug/test-strcpy_chk-ifunc.c: Likewise.
5286         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5287         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5288         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5289         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5290         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5291         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5292         * Rules [$(multi-arch) = no] (tests): Do not filter out
5293         $(tests-ifunc).
5294         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5295         * debug/Makefile (tests-ifunc): Remove variable.
5296         (tests): Do not add $(tests-ifunc).
5297         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5298         (tests): Do not add $(tests-ifunc).
5299         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5300         [TEST_IFUNC]: Remove conditionals.
5301         * string/test-string.h (TEST_IFUNC): Remove macro.
5302         [TEST_IFUNC]: Remove conditionals.
5304         * string/test-strchr.c [!WIDE] (L): New macro.
5305         [WIDE] (L): Likewise.
5306         (check1): Use CHAR instead of char.  Use L on string and character
5307         constants.
5309 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5311         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5312         tests.
5313         * sysdeps/powerpc/bits/atomic.h
5314         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5315         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5316         (atomic_exchange_and_add_acq): Likewise.
5317         (atomic_exchange_and_add_rel): Likewise.
5318         * sysdeps/powerpc/powerpc32/bits/atomic.h
5319         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5320         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5321         * sysdeps/powerpc/powerpc64/bits/atomic.h
5322         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5323         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5325 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5327         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5328         Change synchronization of __sched_fifo_min_prio and
5329         __sched_fifo_max_prio.
5330         * nptl/pthread_mutexattr_getprioceiling.c
5331         (pthread_mutexattr_getprioceiling): Likewise.
5332         * nptl/pthread_mutexattr_setprioceiling.c
5333         (pthread_mutexattr_setprioceiling): Likewise.
5334         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5335         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5336         Likewise.
5338 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5340         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5341         void.
5343 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5345         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5346         third argument const.
5348 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5350         fnmatch: work around GCC compiler warning bug with uninit var
5351         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5352         This works around a bug with x86-64 GCC 4.9.2 and earlier
5353         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5354         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5355         used uninitialized in this function [-Wmaybe-uninitialized]".
5357 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5359         * posix/bug-regex31.c (main): Return RES not 0.
5361 2014-11-25  Anton Blanchard <anton@samba.org>
5363         * sysdeps/powerpc/bits/atomic.h
5364         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5366 2014-11-24  Sterling Augustine  <saugustine@google.com>
5368         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5370 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5372         [BZ #17608]
5373         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5375 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5377         [BZ #17633]
5378         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5379         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5380         variable.
5381         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5382         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5384 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5386         * string/strncpy.c (strncpy): Improve performance by using memset.
5388 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5390         * string/strcpy.c (strcpy):
5391         Improve performance by using strlen and memcpy.
5393 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5395         * string/strcoll_l.c (get_next_seq): __always_inline.
5396         * string/strcoll_l.c (do_compare): __always_inline.
5398 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5400         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5401         defined.
5402         * include/mqueue.h: Likewise.
5403         * include/stdlib.h: Likewise.
5405         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5406         (get_null_defines): Adjust.
5407         * sunrpc/Makefile: Adjust comment.
5408         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5409         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5410         (CFLAGS-interp.c): Likewise.
5411         (CFLAGS-ldconfig.c): Likewise.
5412         (CPPFLAGS-.os): Likewise.
5413         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5414         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5415         * extra-modules.mk (extra-modules.mk): Likewise.
5416         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5417         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5418         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5419         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5420         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5421         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5422         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5423         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5424         * iconvdata/Makefile (CPPFLAGS): Likewise.
5425         (cpp-srcs-left): Add libof for all iconvdata routines.
5426         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5427         * include/assert.h: Likewise.
5428         * include/ctype.h: Likewise.
5429         * include/errno.h: Likewise.
5430         * include/libc-symbols.h: Likewise.
5431         * include/math.h: Likewise.
5432         * include/netdb.h: Likewise.
5433         * include/resolv.h: Likewise.
5434         * include/stdio.h: Likewise.
5435         * include/stdlib.h: Likewise.
5436         * include/string.h: Likewise.
5437         * include/sys/stat.h: Likewise.
5438         * include/wctype.h: Likewise.
5439         * intl/l10nflist.c: Likewise.
5440         * libidn/idn-stub.c: Likewise.
5441         * libio/libioP.h: Likewise.
5442         * nptl/libc_multiple_threads.c: Likewise.
5443         * nptl/pthreadP.h: Likewise.
5444         * posix/regex_internal.h: Likewise.
5445         * resolv/res_hconf.c: Likewise.
5446         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5447         * sysdeps/arm/memmove.S: Likewise.
5448         * sysdeps/arm/sysdep.h: Likewise.
5449         * sysdeps/generic/_itoa.h: Likewise.
5450         * sysdeps/generic/symbol-hacks.h: Likewise.
5451         * sysdeps/gnu/errlist.awk: Likewise.
5452         * sysdeps/gnu/errlist.c: Likewise.
5453         * sysdeps/i386/i586/memcpy.S: Likewise.
5454         * sysdeps/i386/i586/memset.S: Likewise.
5455         * sysdeps/i386/i686/memcpy.S: Likewise.
5456         * sysdeps/i386/i686/memmove.S: Likewise.
5457         * sysdeps/i386/i686/mempcpy.S: Likewise.
5458         * sysdeps/i386/i686/memset.S: Likewise.
5459         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5460         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5461         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5462         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5463         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5464         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5465         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5466         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5467         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5468         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5469         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5470         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5471         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5472         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5473         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5474         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5475         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5476         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5477         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5478         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5479         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5480         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5481         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5482         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5483         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5484         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5485         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5486         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5487         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5488         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5489         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5490         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5491         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5492         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5493         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5494         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5495         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5496         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5497         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5498         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5499         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5500         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5501         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5502         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5503         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5504         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5505         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5506         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5507         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5508         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5509         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5510         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5511         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5512         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5513         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5514         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5515         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5516         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5517         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5518         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5519         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5520         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5521         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5522         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5523         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5524         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5525         * sysdeps/posix/closedir.c: Likewise.
5526         * sysdeps/posix/opendir.c: Likewise.
5527         * sysdeps/posix/readdir.c: Likewise.
5528         * sysdeps/posix/rewinddir.c: Likewise.
5529         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5530         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5531         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5532         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5533         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5534         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5535         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5536         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5537         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5538         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5539         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5540         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5541         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5542         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5543         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5544         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5545         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5546         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5547         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5548         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5549         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5550         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5551         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5552         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5553         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5554         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5555         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5556         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5557         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5558         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5559         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5560         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5561         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5562         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5563         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5564         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5565         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5566         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5567         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5568         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5569         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5570         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5571         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5572         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5573         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5574         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5575         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5576         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5577         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5578         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5579         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5580         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5581         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5582         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5583         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5584         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5585         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5586         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5587         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5588         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5589         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5590         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5591         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5592         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5593         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5594         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5595         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5596         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5597         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5598         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5599         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5600         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5601         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5602         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5603         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5604         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5605         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5606         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5607         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5608         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5609         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5610         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5611         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5612         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5613         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5614         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5615         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5616         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5617         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5618         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5619         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5620         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5621         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5622         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5623         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5624         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5625         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5626         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5627         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5628         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5629         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5630         * sysdeps/unix/alpha/sysdep.S: Likewise.
5631         * sysdeps/unix/alpha/sysdep.h: Likewise.
5632         * sysdeps/unix/make-syscalls.sh: Likewise.
5633         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5634         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5635         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5636         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5637         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5638         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5639         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5640         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5641         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5642         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5643         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5644         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5645         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5646         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5647         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5648         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5649         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5650         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5651         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5652         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5653         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5654         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5655         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5656         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5657         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5658         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5659         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5662         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5663         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5664         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5665         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5666         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5667         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5668         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5669         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5670         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5671         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5672         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5673         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5674         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5675         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5676         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5677         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5678         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5679         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5680         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5681         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5682         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5683         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5684         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5685         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5686         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5687         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5688         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5689         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5690         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5691         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5692         * sysdeps/x86_64/memcpy.S: Likewise.
5693         * sysdeps/x86_64/memmove.c: Likewise.
5694         * sysdeps/x86_64/memset.S: Likewise.
5695         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5696         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5697         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5698         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5699         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5700         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5701         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5702         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5703         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5704         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5705         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5706         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5707         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5708         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5709         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5710         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5711         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5712         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5713         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5714         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5715         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5716         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5717         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5718         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5719         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5720         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5721         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5722         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5723         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5724         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5725         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5726         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5727         * sysdeps/x86_64/strcmp.S: Likewise.
5729         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5731         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5732         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5733         * elf/rtld-Rules: Likewise.
5734         * elf/setup-vdso.h: Likewise.
5735         * include/assert.h: Likewise.
5736         * include/bits/stdlib-float.h: Likewise.
5737         * include/errno.h: Likewise.
5738         * include/sys/stat.h: Likewise.
5739         * include/unistd.h: Likewise.
5740         * sysdeps/aarch64/setjmp.S: Likewise.
5741         * sysdeps/alpha/setjmp.S: Likewise.
5742         * sysdeps/arm/__longjmp.S: Likewise.
5743         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5744         * sysdeps/arm/setjmp.S: Likewise.
5745         * sysdeps/arm/sysdep.h: Likewise.
5746         * sysdeps/generic/_itoa.h: Likewise.
5747         * sysdeps/generic/dl-sysdep.h: Likewise.
5748         * sysdeps/generic/ldsodefs.h: Likewise.
5749         * sysdeps/i386/dl-tls.h: Likewise.
5750         * sysdeps/i386/setjmp.S: Likewise.
5751         * sysdeps/m68k/setjmp.c: Likewise.
5752         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5753         * sysdeps/mach/hurd/opendir.c: Likewise.
5754         * sysdeps/posix/getcwd.c: Likewise.
5755         * sysdeps/posix/opendir.c: Likewise.
5756         * sysdeps/posix/profil.c: Likewise.
5757         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5758         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5759         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5760         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5761         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5762         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5763         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5764         * sysdeps/s390/dl-tls.h: Likewise.
5765         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5766         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5767         * sysdeps/sh/sh3/setjmp.S: Likewise.
5768         * sysdeps/sh/sh4/setjmp.S: Likewise.
5769         * sysdeps/unix/alpha/sysdep.h: Likewise.
5770         * sysdeps/unix/arm/sysdep.S: Likewise.
5771         * sysdeps/unix/i386/sysdep.S: Likewise.
5772         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5773         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5774         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5775         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5776         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5777         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5778         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5779         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5780         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5781         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5782         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5783         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5784         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5787         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5788         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5789         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5790         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5791         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5792         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5793         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5794         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5795         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5796         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5797         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5798         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5799         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5800         * sysdeps/x86_64/setjmp.S: Likewise.
5802         * include/math.h: Use IS_IN instead of IS_IN_libm.
5803         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5804         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5805         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5806         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5807         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5808         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5809         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5810         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5811         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5812         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5813         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5814         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5815         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5816         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5817         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5818         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5819         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5820         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5821         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5822         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5823         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5824         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5825         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5826         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5827         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5828         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5829         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5830         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5831         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5832         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5833         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5834         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5835         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5837         Likewise.
5838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5839         Likewise.
5840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5841         Likewise.
5842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5843         Likewise.
5844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5845         Likewise.
5846         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5847         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5848         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5849         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5850         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5851         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5857         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5858         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5859         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5860         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5861         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5862         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5863         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5864         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5865         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5866         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5867         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5868         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5869         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5870         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5872         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5874         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5875         * nptl/pthreadP.h: Likewise.
5876         * nptl_db/structs.def: Likewise.
5877         * sysdeps/arm/sysdep.h: Likewise.
5878         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5879         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5880         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5881         * sysdeps/unix/alpha/sysdep.h: Likewise.
5882         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5883         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5884         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5885         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5886         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5887         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5888         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5889         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5890         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5891         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5892         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5893         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5894         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5895         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5898         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5899         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5900         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5901         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5902         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5903         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5904         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5905         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5906         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5907         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5909         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5910         * nptl/pthreadP.h: Likewise.
5911         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5912         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5913         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5914         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5915         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5916         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5917         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5918         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5919         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5920         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5921         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5922         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5924         Likewise.
5925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5926         Likewise.
5927         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5928         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5929         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5930         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5931         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5932         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5933         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5934         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5936         * dlfcn/dladdr.c: Use IS_IN.
5937         * dlfcn/dladdr1.c: Likewise.
5938         * dlfcn/dlclose.c: Likewise.
5939         * dlfcn/dlerror.c: Likewise.
5940         * dlfcn/dlinfo.c: Likewise.
5941         * dlfcn/dlmopen.c: Likewise.
5942         * dlfcn/dlopen.c: Likewise.
5943         * dlfcn/dlsym.c: Likewise.
5944         * dlfcn/dlvsym.c: Likewise.
5946         * include/ifaddrs.h: Use IS_IN.
5947         * inet/check_pf.c: Likewise.
5948         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5949         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5951         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5952         IS_IN_ldconfig.
5953         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5954         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5956         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5957         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5958         IS_IN (libc).
5960         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5962         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5963         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5964         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5965         * include/libc-symbols.h (IS_IN_LIB): New macro.
5966         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5967         * include/netdb.h: Likewise.
5968         * include/stap-probe.h: Remove all uses of IN_LIB.
5970         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5971         instead of IN_MODULE.
5972         * include/libc-symbols.h (IN_MODULE): Define using
5973         MODULE_NAME.
5974         (PASTE_NAME, PASTE_NAME1): New macros.
5975         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5976         of IN_LIB.
5977         (STAP_PROBE_ASM): Likewise.
5979 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5981         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5982         __mach_init in dlopened libc.
5984 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5986         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5987         * sysdeps/arm/preconfigure: Regenerate.
5989 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5991         * nptl/pthread_create.c (__pthread_create_2_1): Set
5992         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5993         when copying values from IATTR into PD.
5995 2014-11-21  Will Newton  <will.newton@linaro.org>
5996             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5998         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5999         Refactor inline-asm.  Also add comment.
6001         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6002         ElfW macro instead of hardcoded Elf64 types.
6003         (la_aarch64_gnu_pltenter): Likewise.
6004         * sysdeps/aarch64/dl-machine.h
6005         (elf_machine_runtime_setup): Use ElfW(Addr).
6007         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6008         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6009         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6010         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6011         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6012         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6013         (R_AARCH64_TLS_DTPMOD): This.
6014         (R_AARCH64_TLS_DTPREL64): Rename to ...
6015         (R_AARCH64_TLS_DTPREL): This.
6016         (R_AARCH64_TLS_TPREL64): Rename to ...
6017         (R_AARCH64_TLS_TPREL): This.
6018         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6019         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6020         R_AARCH64_TLS_TPREL64.
6021         (elf_machine_rela): Likewise.
6023 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6025         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6026         by setting it to 0.  64b atomics are not supported currently.
6028 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6030         [BZ #16469]
6031         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6032         search domain names.
6034 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6036         [BZ #16469]
6037         * NEWS: Update.
6038         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6039         trailing dot.
6040         * posix/tst-getaddrinfo5.c: New.
6041         * posix/Makefile (tests): Add it.
6043 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6045         [BZ #14498]
6046         * NEWS: Fixed.
6047         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6048         after parsing line but before break_if_match.
6049         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6050         if there is a protocol mismatch.
6052 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6054         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6055         because the potential race is on the user-supplied stream.
6057 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6059         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6060         string literal if not passed a buffer.
6061         * manual/job.texi (ctermid): Update reasoning, note deviation
6062         from posix, suggest mtasurace when not passed a buffer, for
6063         future non-preliminary safety notes.
6065 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6067         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6068         of not passing it a buffer.
6069         Reported by Peng Haitao.
6071 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6073         * manual/Makefile ($(objpfx)stamp-summary): Require
6074         check-safety.sh to pass.
6075         * manual/check-safety.sh: Wish for verification that every
6076         @deftypefn and @deftypefun is followed by a @safety remark.
6078 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6080         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6082         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6083         PTHREAD_CANCEL_ASYNCHRONOUS.
6084         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6085         send SIGCANCEL.
6087         * nptl/default-sched.h: New file.
6088         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6089         * nptl/pthread_create.c: Include it.
6090         (__pthread_create_2_1): Use collect_default_sched instead of making
6091         Linux syscalls here directly.
6093 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6095         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6096         __pthread_once): Use C11 atomics.
6098 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6100         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6102 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6104         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6105         atomic_thread_fence_acquire, atomic_thread_fence_release,
6106         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6107         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6108         atomic_compare_exchange_weak_relaxed,
6109         atomic_compare_exchange_weak_acquire,
6110         atomic_compare_exchange_weak_release,
6111         atomic_exchange_acquire, atomic_exchange_release,
6112         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6113         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6114         atomic_fetch_and_acquire,
6115         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6117 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6119         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6120         USE_ATOMIC_COMPILER_BUILTINS): Define.
6121         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6122         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6123         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6124         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6125         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6126         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6127         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6128         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6129         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6130         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6131         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6132         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6133         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6134         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6135         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6136         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6137         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6138         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6139         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6140         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6141         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6142         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6143         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6144         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6145         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6146         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6147         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6148         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6149         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6150         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6151         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6152         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6153         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6154         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6155         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6156         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6157         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6158         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6159         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6160         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6162 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6164         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6165         the sched_priority value here.  It was already checked when the user
6166         called pthread_attr_setschedparam.
6168         * nptl/tst-bad-schedattr.c: New file.
6169         * nptl/Makefile (tests): Add it.
6171 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6172             Florian Weimer  <fweimer@redhat.com>
6173             Joseph Myers  <joseph@codesourcery.com>
6174             Adam Conrad  <adconrad@0c3.net>
6175             Andreas Schwab  <schwab@suse.de>
6176             Brooks  <bmoses@google.com>
6178         [BZ #17625]
6179         * wordexp-test.c (__dso_handle): Add prototype.
6180         (__register_atfork): Likewise.
6181         (__app_register_atfork): New function.
6182         (registered_forks): New global.
6183         (register_fork): New function.
6184         (test_case): Add 3 new tests for WRDE_CMDSUB.
6185         (main): Call __app_register_atfork.
6186         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6187         fork count is non-zero fail the test.
6188         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6189         is set.
6190         (parse_dollars): Remove check for WRDE_NOCMD.
6191         (parse_dquote): Likewise.
6193 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6195         * Makeconfig (built-modules): List non-library modules to be
6196         built.
6197         (module-cppflags): Include libc-modules.h for
6198         everything except shlib-versions.v.i.
6199         (CPPFLAGS): Use it.
6200         (before-compile): Add libc-modules.h.
6201         ($(common-objpfx)libc-modules.h,
6202         $(common-objpfx)libc-modules.stmp): New targets.
6203         (common-generated): Add libc-modules.h and libc-modules.stmp.
6204         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6205         * include/libc-symbols.h: Don't include libc-modules.h.
6206         * include/libc-modules.h: Remove file.
6207         * scripts/gen-libc-modules.awk: New script to generate
6208         libc-modules.h.
6209         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6210         Depend on libc-modules.stmp.
6212         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6214         * Makeconfig (in-module): Get value of libof set for the
6215         translation unit.
6216         (CPPFLAGS): Use $(in-module).
6217         * Makerules: Don't suffix routine names for nonlib.
6218         * include/libc-modules.h: New file.
6219         * include/libc-symbols.h: Include libc-modules.h
6220         (IS_IN): New macro to replace IS_IN_* macros.
6221         * elf/Makefile: Set libof-* for each routine.
6222         * elf/rtld-Rules: Likewise.
6223         * extra-modules.mk: Likewise.
6224         * iconv/Makefile: Likewise.
6225         * iconvdata/Makefile: Likewise.
6226         * locale/Makefile: Likewise.
6227         * malloc/Makefile: Likewise.
6228         * nss/Makefile: Likewise.
6229         * sysdeps/gnu/Makefile: Likewise.
6230         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6231         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6232         * sysdeps/s390/s390-64/Makefile: Likewise.
6233         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6234         CPPFLAGS for nscd instead of nonlib.
6236 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6238         * nptl/createthread.c: New file.
6240         * nptl/createthread.c: Moved ...
6241         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6243         * nptl/createthread.c: Add proper top-line comment.
6244         (do_clone): Folded into ...
6245         (create_thread): ... here.  Take new arguments STOPPED_START and
6246         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6247         increment __nptl_threads, do event-reporting logic, do
6248         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6249         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6250         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6251         just send SIGCANCEL.
6252         * nptl/pthread_create.c: Forward-declare create_thread before
6253         including createthread.c.
6254         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6255         declaration, and new macro START_THREAD_SELF to replace argument.
6256         Remove return statement.
6257         (report_thread_creation): New function.
6258         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6259         synchronization logic, and __nptl_nthreads increment here, around
6260         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6261         PD->parent_cancelhandling here, before create_thread.  When
6262         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6263         __deallocate_stack, and ENOMEM translation here.
6265 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6267         [BZ #17616]
6268         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6269         (mptwo): Rename to __mptwo.
6270         (__inv): Use __mptwo instead of mptwo.
6271         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6272         (mptwo): Rename to __mptwo.
6273         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6274         of mpone and __mptwo instead of mptwo.
6275         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6276         instead of mpone.
6277         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6278         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6279         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6280         of mpone and __mptwo instead of mptwo.
6281         (__mpranred): Use __mpone instead of mpone.
6282         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6283         variable.
6284         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6285         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6286         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6287         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6288         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6289         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6290         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6291         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6292         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6293         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6294         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6295         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6296         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6297         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6298         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6299         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6300         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6301         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6302         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6304 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6306         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6307         replace BSD Handler xref with BSD Signal Handling.
6309 2014-11-17  Richard Henderson  <rth@redhat.com>
6311         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6312         (_FP_PACK_RAW_2): Remove.
6313         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6314         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6315         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6316         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6317         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6318         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6319         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6320         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6321         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6322         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6323         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6324         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6325         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6326         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6327         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6328         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6330 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6332         * signal/signal.h [__USE_MISC]
6333         (struct sigvec): Remove type.
6334         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6335         (sigvec): Remove declaration.
6336         * sysdeps/posix/sigvec.c: Moved ...
6337         * signal/sigvec.c: ... here, replacing old file.
6338         (struct sigvec): New type, copied from old signal.h definition.
6339         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6340         (__sigvec): Convert definition to prototype.
6341         (sigvec): Replace weak_alias with compat_symbol.
6342         * signal/Versions (libc: GLIBC_2.21): New version set.
6343         * include/signal.h: Remove __sigvec declaration.
6344         * sysdeps/unix/bsd/sigvec.c: Remove file.
6345         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6346         * manual/signal.texi (BSD Handler): Remove subsection.
6347         Move siginterrupt up to ...
6348         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6349         (Blocking in BSD): Fold subsection into its parent.
6350         * NEWS: Mention sigvec removal.
6352 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6354         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6355         (DLA_FMS): Make definition conditional only on [__FMA4__].
6356         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6357         definition.
6359         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6360         Make definition conditional only on [PROF].
6361         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6362         definition.
6363         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6364         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6366         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6367         !__GNUC__].
6368         * include/signal.h (__sigpause): Move declaration above call to
6369         libc_hidden_proto.
6370         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6371         variable.
6372         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6373         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6375 2014-11-14  David S. Miller  <davem@davemloft.net>
6377         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6378         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6380 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6382         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6383         * configure: Regenerated.
6384         * manual/install.texi (Tools for Compilation): Document a
6385         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6386         compiler verified to work.
6387         * INSTALL: Regenerated.
6389         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6390         redeclare with asm name.
6391         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6392         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6393         including <string.h>.
6394         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6395         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6396         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6397         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6398         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6399         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6400         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6402 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6404         * stdlib/strtol.c (__strtol): Use prototype definition.
6406         [BZ #17594]
6407         * stdlib/strtol.c (SYM__): New macro.
6408         (SYM__1): Likewise.
6409         (__strtol): Likewise.
6410         (strtol): Rename to __strtol and define as weak alias of
6411         __strtol.  Use libc_hidden_weak.
6413 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6415         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6416         Use numbered labels in inline assembly.
6418 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6420         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6421         Add setjmp LIBC_PROBE.
6422         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6423         Likewise.
6424         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6425         Add longjmp, longjmp_target LIBC_PROBE.
6426         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6427         Likewise.
6429 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6431         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6432         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6433         to get rid of unused variable warning.
6435 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6437         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6438         Check for unwind_backtrace ==  NULL only in SHARED case.
6439         (__backchain_backtrace): Compile only in SHARED case.
6440         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6441         Likewise.
6442         (__backchain_backtrace): Declare as static.
6444 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6446         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6447         (__libc_multiple_threads_ptr): Variable moved ...
6448         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6450 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6452         * conform/GlibcConform.pm: New file.
6453         * conform/conformtest.pl: Use GlibcConform module.
6454         * conform/linknamespace.pl: New file.
6455         * conform/list-header-symbols.pl: Likewise.
6456         * conform/Makefile (linknamespace-symlists-base): New variable.
6457         (linknamespace-symlists-tests): Likewise.
6458         (linknamespace-header-base): Likewise.
6459         (linknamespace-header-tests): Likewise.
6460         (tests-special): Add new tests.
6461         ($(linknamespace-symlists-tests)): New rule.
6462         (linknamespace-libs): New variable.
6463         ($(objpfx)symlist-stdlibs): New rule.
6464         ($(linknamespace-header-tests)): Likewise.
6465         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6466         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6467         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6468         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6469         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6470         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6471         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6472         (test-xfail-ISO/math.h/linknamespace): Likewise.
6473         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6474         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6475         (test-xfail-ISO/time.h/linknamespace): Likewise.
6476         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6477         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6478         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6479         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6480         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6481         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6482         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6483         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6484         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6485         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6486         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6487         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6488         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6489         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6490         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6491         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6492         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6493         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6494         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6495         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6496         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6497         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6498         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6499         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6500         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6501         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6502         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6503         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6504         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6505         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6506         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6507         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6508         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6509         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6510         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6511         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6512         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6513         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6514         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6515         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6516         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6517         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6518         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6519         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6520         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6521         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6522         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6523         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6524         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6525         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6526         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6527         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6528         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6529         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6530         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6531         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6532         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6533         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6534         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6535         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6536         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6537         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6538         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6539         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6540         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6541         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6542         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6543         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6544         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6545         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6546         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6547         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6548         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6549         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6550         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6551         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6552         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6553         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6554         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6555         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6556         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6557         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6558         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6559         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6560         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6561         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6562         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6563         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6564         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6565         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6566         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6567         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6568         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6569         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6570         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6571         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6572         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6573         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6574         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6575         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6576         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6577         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6578         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6579         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6580         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6581         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6582         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6583         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6584         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6585         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6586         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6587         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6588         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6589         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6590         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6591         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6592         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6593         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6594         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6595         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6596         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6597         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6598         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6599         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6600         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6601         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6602         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6603         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6604         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6605         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6606         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6607         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6608         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6609         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6610         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6611         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6612         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6613         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6614         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6615         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6616         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6617         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6618         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6619         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6620         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6621         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6622         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6623         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6624         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6625         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6627         [BZ #17589]
6628         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6629         of fgets_unlocked.
6631         [BZ #17585]
6632         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6633         (memmem): Rename to __memmem and define as weak alias of
6634         __memmem.  Use libc_hidden_weak.
6635         (__memmem): Use libc_hidden_def.
6636         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6637         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6638         memmem.
6640         [BZ #17582]
6641         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6642         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6643         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6644         and define as weak alias of __fgets_unlocked.  Use
6645         libc_hidden_weak.
6646         (__fgets_unlocked): Use libc_hidden_def.
6647         * include/stdio.h (__fgets_unlocked): Declare.  Use
6648         libc_hidden_proto.
6649         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6650         __fgets_unlocked instead of fgets_unlocked.
6651         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6652         (GET_NPROCS_CONF_PARSER): Likewise.
6653         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6654         (GET_NPROCS_CONF_PARSER): Likewise.
6656         [BZ #17574]
6657         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6658         weak alias of __wmemset.  Use libc_hidden_weak.
6659         (__wmemset): Use libc_hidden_def.
6660         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6661         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6662         of wmemset.
6664         [BZ #17573]
6665         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6666         with asm name __mempcpy.
6667         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6669         [BZ #17572]
6670         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6671         and define as weak alias of __rawmemchr.
6672         (__rawmemchr): Do not define as strong alias of rawmemchr.
6674         [BZ #17571]
6675         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6676         alias of __qsort_r.
6677         (qsort): Call __qsort_r instead of qsort_r.
6678         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6679         (__qsort_r): Declare.  Call libc_hidden_proto.
6680         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6681         instead of qsort_r.
6682         * nscd/gai.c (__qsort_r): Define to qsort_r.
6683         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6684         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6685         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6687         [BZ #17570]
6688         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6689         define as weak alias of __malloc_info.
6691         [BZ #17584]
6692         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6693         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6694         (__rewinddir): Use libc_hidden_def.
6695         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6696         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6697         (__rewinddir): Use libc_hidden_def.
6698         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6699         weak alias of __rewinddir.  Don't use libc_hidden_def.
6700         (__rewinddir): Use libc_hidden_def.
6701         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6702         (__rewinddir): Use libc_hidden_proto.
6703         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6704         rewinddir.
6705         (__getcwd): Use __rewinddir instead of rewinddir.
6707         [BZ #17583]
6708         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6709         alias of __fileno.  Use libc_hidden_weak.
6710         (__fileno): Use libc_hidden_def.
6711         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6712         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6713         alias of __ftello.
6714         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6715         __ftello.
6716         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6717         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6718         libc_hidden_def.
6719         (fread_unlocked): Don't use libc_hidden_ver.
6720         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6721         and define as weak alias of __fread_unlocked.  Don't use
6722         libc_hidden_def.
6723         (__fread_unlocked): Use libc_hidden_def.
6724         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6725         (ftello): Don't use libc_hidden_proto.
6726         (__ftello): Declare.  Use libc_hidden_proto.
6727         (fread_unlocked): Don't use libc_hidden_proto.
6728         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6729         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6730         and __ftello instead of fileno, fread_unlocked and ftello.
6732 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6734         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6735         GOT12.
6736         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6737         Likewise.
6738         (_dl_start_user): Likewise.
6739         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6741 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6742             Siddhesh Poyarekar  <siddhesh@redhat.com>
6744         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6745         Move argv and envp down instead of moving argc up.
6746         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6748 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6750         [BZ #17506]
6751         * test-skeleton.c (main): Return successful if one of
6752         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6753         * string/tst-strcoll-overflow.c: Define expected status.
6755 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6757         [BZ #17475]
6758         * locale/iso-639.def: Define Bhili and Tulu language codes.
6760 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6762         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6764 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6766         [BZ #17555]
6767         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6769 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6771         * configure.ac: Updated check of minimal required version to
6772         2.22.
6773         * manual/install.texi (Tools for Compilation): Updated version
6774         number.
6775         * configure: Regenerated.
6776         * INSTALL: Likewise.
6778 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6780         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6781         __tls_get_addr.
6783 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6785         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6786         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6787         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6788         libc_hidden_weak.
6789         (waitpid): Define as alias of __waitpid.
6790         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6791         __waitpid.
6792         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6793         libc_hidden_weak.
6794         (waitpid): Define as alias of __waitpid.
6795         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6796         __libc_waitpid alias.
6797         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6798         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6799         Likewise.
6800         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6801         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6802         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6803         alias.
6804         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6805         __waitpid.
6806         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6807         libc_hidden_weak.
6808         (waitpid): Define as alias of __waitpid.
6810 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6812         * manual/llio.texi: Add comment that write safety has been
6813         fixed in Linux.
6815         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6816         (localplt-build-dso): Add elf/ld.so.
6817         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6818         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6819         and free for ld.so.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6821         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6823         Likewise.
6824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6825         Likewise.
6826         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6827         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6828         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6829         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6830         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6831         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6832         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6833         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6834         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6835         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6836         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6838 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6840         [BZ #14132]
6841         * include/libc-symbols.h (INTUSE): Remove macro.
6842         (INTDEF): Likewise.
6843         (INTVARDEF): Likewise.
6844         (_INTVARDEF): Likewise.
6845         (INTDEF2): Likewise.
6846         (INTVARDEF2): Likewise.
6847         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6848         rtld_hidden_def instead of INTVARDEF.
6849         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6850         (_dl_starting_up_internal): Remove declaration.
6851         (_dl_starting_up): Use rtld_hidden_proto.
6852         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6853         declaration.
6854         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6855         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6856         _dl_starting_up.
6857         * elf/dl-writev.h (_dl_writev): Likewise.
6858         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6859         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6860         _dl_starting_up_internal.
6862 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6864         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6865         test-skeleton.c.
6867 2014-11-05  Will Newton  <will.newton@linaro.org>
6869         * benchtests/Makefile: (bench-malloc): Add malloc thread
6870         scalability benchmark.
6871         * benchtests/bench-malloc-threads.c: New file.
6873 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6875         * sysdeps/aarch64/strchrnul.S: New file.
6877 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6879         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6880         definition.
6881         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6882         Likwise.
6883         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6884         Likewise.
6885         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6886         Likewise.
6887         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6888         Likewise.
6889         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6890         Likewise.
6892 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6894         * catgets/test-gencat.c: Use test-skeleton.c.
6895         * catgets/tst-catgets.c: Likewise.
6896         * csu/tst-empty.c: Likewise.
6897         * elf/tst-audit2.c: Likewise.
6898         * elf/tst-global1.c: Likewise.
6899         * elf/tst-pathopt.c: Likewise.
6900         * elf/tst-piemod1.c: Likewise.
6901         * elf/tst-tls10.c: Likewise.
6902         * elf/tst-tls11.c: Likewise.
6903         * elf/tst-tls12.c: Likewise.
6904         * gnulib/tst-gcc.c: Likewise.
6905         * iconvdata/tst-e2big.c: Likewise.
6906         * iconvdata/tst-loading.c: Likewise.
6907         * iconv/tst-iconv1.c: Likewise.
6908         * iconv/tst-iconv2.c: Likewise.
6909         * inet/test-inet6_opt.c: Likewise.
6910         * inet/tst-gethnm.c: Likewise.
6911         * inet/tst-network.c: Likewise.
6912         * inet/tst-ntoa.c: Likewise.
6913         * intl/tst-codeset.c: Likewise.
6914         * intl/tst-gettext2.c: Likewise.
6915         * intl/tst-gettext3.c: Likewise.
6916         * intl/tst-ngettext.c: Likewise.
6917         * intl/tst-translit.c: Likewise.
6918         * io/test-stat.c: Likewise.
6919         * libio/test-fmemopen.c: Likewise.
6920         * libio/tst-freopen.c: Likewise.
6921         * libio/tst-sscanf.c: Likewise.
6922         * libio/tst-ungetwc1.c: Likewise.
6923         * libio/tst-ungetwc2.c: Likewise.
6924         * libio/tst-widetext.c: Likewise.
6925         * localedata/tst-ctype.c: Likewise.
6926         * localedata/tst-digits.c: Likewise.
6927         * localedata/tst-leaks.c: Likewise.
6928         * localedata/tst-mbswcs1.c: Likewise.
6929         * localedata/tst-mbswcs2.c: Likewise.
6930         * localedata/tst-mbswcs3.c: Likewise.
6931         * localedata/tst-mbswcs4.c: Likewise.
6932         * localedata/tst-mbswcs5.c: Likewise.
6933         * localedata/tst-setlocale.c: Likewise.
6934         * localedata/tst-trans.c: Likewise.
6935         * localedata/tst-wctype.c: Likewise.
6936         * localedata/tst-xlocale1.c: Likewise.
6937         * login/tst-grantpt.c: Likewise.
6938         * malloc/tst-calloc.c: Likewise.
6939         * malloc/tst-malloc.c: Likewise.
6940         * malloc/tst-mallocstate.c: Likewise.
6941         * malloc/tst-mcheck.c: Likewise.
6942         * malloc/tst-mtrace.c: Likewise.
6943         * malloc/tst-obstack.c: Likewise.
6944         * math/atest-exp2.c: Likewise.
6945         * math/atest-exp.c: Likewise.
6946         * math/atest-sincos.c: Likewise.
6947         * math/test-matherr.c: Likewise.
6948         * math/test-misc.c: Likewise.
6949         * math/test-powl.c: Likewise.
6950         * math/tst-definitions.c: Likewise.
6951         * misc/tst-dirname.c: Likewise.
6952         * misc/tst-efgcvt.c: Likewise.
6953         * misc/tst-fdset.c: Likewise.
6954         * misc/tst-hsearch.c: Likewise.
6955         * misc/tst-mntent2.c: Likewise.
6956         * nptl/tst-sem7.c: Likewise.
6957         * nptl/tst-sem8.c: Likewise.
6958         * nptl/tst-sem9.c: Likewise.
6959         * nss/test-netdb.c: Likewise.
6960         * posix/tst-fnmatch.c: Likewise.
6961         * posix/tst-getlogin.c: Likewise.
6962         * posix/tst-gnuglob.c: Likewise.
6963         * posix/tst-mmap.c: Likewise.
6964         * pwd/tst-getpw.c: Likewise.
6965         * resolv/tst-inet_ntop.c: Likewise.
6966         * rt/tst-timer.c: Likewise.
6967         * stdio-common/test-fseek.c: Likewise.
6968         * stdio-common/test-popen.c: Likewise.
6969         * stdio-common/test-vfprintf.c: Likewise.
6970         * stdio-common/tst-cookie.c: Likewise.
6971         * stdio-common/tst-fileno.c: Likewise.
6972         * stdio-common/tst-gets.c: Likewise.
6973         * stdio-common/tst-obprintf.c: Likewise.
6974         * stdio-common/tst-perror.c: Likewise.
6975         * stdio-common/tst-sprintf2.c: Likewise.
6976         * stdio-common/tst-sprintf3.c: Likewise.
6977         * stdio-common/tst-sprintf.c: Likewise.
6978         * stdio-common/tst-swprintf.c: Likewise.
6979         * stdio-common/tst-tmpnam.c: Likewise.
6980         * stdio-common/tst-unbputc.c: Likewise.
6981         * stdio-common/tst-wc-printf.c: Likewise.
6982         * stdlib/tst-environ.c: Likewise.
6983         * stdlib/tst-fmtmsg.c: Likewise.
6984         * stdlib/tst-limits.c: Likewise.
6985         * stdlib/tst-rand48-2.c: Likewise.
6986         * stdlib/tst-rand48.c: Likewise.
6987         * stdlib/tst-random2.c: Likewise.
6988         * stdlib/tst-random.c: Likewise.
6989         * stdlib/tst-strtol.c: Likewise.
6990         * stdlib/tst-strtoll.c: Likewise.
6991         * stdlib/tst-tls-atexit.c: Likewise.
6992         * stdlib/tst-xpg-basename.c: Likewise.
6993         * string/test-ffs.c: Likewise.
6994         * string/tst-bswap.c: Likewise.
6995         * string/tst-inlcall.c: Likewise.
6996         * string/tst-strtok.c: Likewise.
6997         * string/tst-strxfrm.c: Likewise.
6998         * sysdeps/x86_64/tst-audit10.c: Likewise.
6999         * sysdeps/x86_64/tst-audit3.c: Likewise.
7000         * sysdeps/x86_64/tst-audit4.c: Likewise.
7001         * sysdeps/x86_64/tst-audit5.c: Likewise.
7002         * time/tst-ftime_l.c: Likewise.
7003         * time/tst-getdate.c: Likewise.
7004         * time/tst-mktime3.c: Likewise.
7005         * time/tst-mktime.c: Likewise.
7006         * time/tst-posixtz.c: Likewise.
7007         * time/tst-strptime2.c: Likewise.
7008         * time/tst-strptime3.c: Likewise.
7009         * wcsmbs/tst-btowc.c: Likewise.
7010         * wcsmbs/tst-mbrtowc.c: Likewise.
7011         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7012         * wcsmbs/tst-wchar-h.c: Likewise.
7013         * wcsmbs/tst-wcpncpy.c: Likewise.
7014         * wcsmbs/tst-wcrtomb.c: Likewise.
7015         * wcsmbs/tst-wcsnlen.c: Likewise.
7016         * wcsmbs/tst-wcstof.c: Likewise.
7018 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7020         [BZ #14132]
7021         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7022         INTDEF.
7023         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7024         declaration.
7025         (_dl_mcount): Use rtld_hidden_proto.
7026         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7027         _dl_mcount.
7028         * elf/rtld.c (_rtld_global_ro): Likewise.
7030         [BZ #14132]
7031         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7032         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7033         of _dl_init_internal.
7034         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7035         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7036         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7037         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7038         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7039         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7040         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7041         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7042         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7043         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7044         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7045         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7046         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7047         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7048         * sysdeps/tile/dl-start.S (_start): Likewise.
7049         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7050         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7052         [BZ #14132]
7053         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7054         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7055         (rtld_progname): Make macro definition unconditional.
7056         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7057         INTDEF.
7058         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7059         (dl_main): Likewise.
7060         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7061         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7062         instead of _dl_argv_internal.
7063         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7064         __GI__dl_argv instead of INTUSE(_dl_argv).
7065         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7066         __GI__dl_argv instead of _dl_argv_internal.
7068         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7069         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7070         macro.
7071         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7072         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7073         New macro.
7074         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7075         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7076         macro.
7077         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7078         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7080 2014-11-04  Andreas Schwab  <schwab@suse.de>
7082         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7084 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7086         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7087         mtvsrd instruction in binary form.
7089 2014-11-03  Andreas Schwab  <schwab@suse.de>
7091         [BZ #17522]
7092         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7093         for less than MB_LEN_MAX use a local buffer of that size.
7094         * libio/tst-fputws.c: New file.
7095         * libio/Makefile (tests): Add tst-fputws.
7097 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7099         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7100         the size of the fpu_fr.fpu_dregs[] array.
7102 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7104         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7105         (__nanosleep): Do not define as alias.
7106         (nanosleep): Define as alias of __nanosleep.
7107         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7108         __libc_nanosleep name.
7110 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7112         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7113         install.texi in comment.
7115 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7117         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7118         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7119         ... add here and use lwsync or sync ...
7120         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7121         ... and add here using lwsync.
7123 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7125         * elf/dl-machine-reject-phdr.h: New file.
7126         * elf/dl-load.c: #include that.
7127         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7128         if that returned true.
7130 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7132         [BZ #17496]
7133         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7134         gen-as-const-headers chunk.  Add a big scare comment after the last
7135         safe place to touch before-compile.
7137 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7139         * manual/install.texi (Tools for Compilation): Update autoconf
7140         version requirements.
7141         * INSTALL: Regenerated.
7143         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7144         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7145         (__libc_pselect): Likewise.
7147         [BZ #14138]
7148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7153 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7155         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7156         correct barrier instruction.
7157         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7158         Likewise.
7159         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7160         Likewise.
7162 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7164         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7165         after defining inlines.  Instead, just use parens to defeat macro
7166         expansion of __isctype in its declaration.
7168 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7170         * include/sys/uio.h (__libc_readv): Remove declaration.
7171         (__libc_writev): Likewise.
7172         * misc/readv.c (__libc_readv): Rename to __readv.
7173         (__readv): Do not define as alias.
7174         (readv): Define as alias of __readv.
7175         * misc/writev.c (__libc_writev): Rename to __writev.
7176         (__writev): Do not define as alias.
7177         (writev): Define as alias of __writev.
7178         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7179         (__readv): Do not define as alias.
7180         (readv): Define unconditionally as alias of __readv.
7181         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7182         (__writev): Do not define as alias.
7183         (writev): Define unconditionally as alias of __writev.
7184         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7185         name.
7186         (writev): Do not define __libc_writev name.
7188 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7190         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7191         (convert_charseq): New function, broken out of ...
7192         (use_from_charmap): ... here.  Call it.
7193         (use_to_charmap): Use convert_charseq and free instead of duplicating
7194         its code with a variable-length stack struct.
7196 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7198         * include/fcntl.h (__libc_creat): Remove declaration.
7199         * io/creat.c (__libc_creat): Rename to creat.
7200         (creat): Do not define as alias.
7201         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7202         of creat instead of __libc_creat.
7203         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7204         to creat.
7205         (creat): Do not define as alias.
7206         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7207         __libc_creat.
7208         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7209         __libc_creat name.
7210         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7211         Likewise.
7213 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7215         * manual/llio.texi: Add comments discussing why write() may be
7216         considered MT-unsafe on Linux.
7218 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7220         * dl-load.c (local_strdup): Remove.
7221         (expand_dynamic_string_token): Use __strdup.
7222         (decompose_rpath): Likewise.
7223         (_dl_map_object): Likewise.
7225 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7227         [BZ #14132]
7228         * sysdeps/generic/unwind-dw2-fde.c
7229         (__register_frame_info_bases_internal): Do not declare.
7230         (__register_frame_info_table_bases_internal): Likewise.
7231         (__deregister_frame_info_bases_internal): Likewise.
7232         (__register_frame_info_bases): Declare and use hidden_proto before
7233         definition.  Use hidden_def instead of INTDEF.
7234         (__register_frame_info_table_bases): Likewise.
7235         (__deregister_frame_info_bases): Likewise.
7236         (__register_frame_info): Do not use INTUSE.
7237         (__register_frame): Likewise.
7238         (__register_frame_info_table): Likewise.
7239         (__register_frame_table): Likewise.
7240         (__deregister_frame_info): Likewise.
7241         (__deregister_frame): Likewise.
7243 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7245         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7246         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7247         not undefine.
7248         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7249         Likewise.
7250         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7251         Likewise.
7253 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7255         [BZ #14138]
7256         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7257         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7258         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7259         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7260         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7261         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7262         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7263         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7264         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7265         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7266         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7267         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7268         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7269         syscall.
7270         (setfsuid): Likewise.
7271         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7272         (setfsuid): Likewise.
7273         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7274         (setfsuid): Likewise.
7275         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7276         Likewise.
7277         (setfsuid): Likewise.
7278         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7279         (setfsuid): Likewise.
7280         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7281         Likewise.
7282         (setfsuid): Likewise.
7284 2014-10-27  Andreas Schwab  <schwab@suse.de>
7286         [BZ #17501]
7287         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7288         check for Slow_SSE4_2 feature bit.
7289         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7290         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7291         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7292         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7294 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7296         * configure.ac: Validate compiler version with a empirical test of
7297         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7298         $CC -v output.
7299         * configure: Regenerated.
7301         * inet/htons.c (htons): Prototypify.
7302         * inet/htonl.c (htonl): Likewise.
7304 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7306         * string/strncat.c (strncat): Improve performance by using strlen.
7308 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7310         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7312 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7314         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7315         Call libc_fetestexcept_aarch64.
7317 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7319         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7320         Call libc_feholdexcept_aarch64.
7322 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7324         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7325         Call get_rounding_mode.
7327 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7329         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7330         Simplify logic.
7332 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7334         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7335         Simplify logic.
7337 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7339         [BZ #14138]
7340         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7341         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7342         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7343         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7344         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7345         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7346         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7347         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7348         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7349         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7350         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7351         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7352         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7353         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7354         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7355         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7356         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7357         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7358         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7359         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7360         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7361         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7362         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7363         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7364         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7365         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7366         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7367         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7368         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7369         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7370         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7371         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7372         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7373         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7374         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7375         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7376         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7377         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7378         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7379         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7380         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7381         syscall.
7382         (geteuid): Likewise.
7383         (getgid): Likewise.
7384         (getuid): Likewise.
7385         (getresgid): Likewise.
7386         (getresuid): Likewise.
7387         (getgroups): Likewise.
7388         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7389         (geteuid): Likewise.
7390         (getgid): Likewise.
7391         (getuid): Likewise.
7392         (getresgid): Likewise.
7393         (getresuid): Likewise.
7394         (getgroups): Likewise.
7395         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7396         (geteuid): Likewise.
7397         (getgid): Likewise.
7398         (getuid): Likewise.
7399         (getresgid): Likewise.
7400         (getresuid): Likewise.
7401         (getgroups): Likewise.
7402         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7403         Likewise.
7404         (geteuid): Likewise.
7405         (getgid): Likewise.
7406         (getuid): Likewise.
7407         (getresgid): Likewise.
7408         (getresuid): Likewise.
7409         (getgroups): Likewise.
7410         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7411         (geteuid): Likewise.
7412         (getgid): Likewise.
7413         (getuid): Likewise.
7414         (getresgid): Likewise.
7415         (getresuid): Likewise.
7416         (getgroups): Likewise.
7417         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7418         Likewise.
7419         (geteuid): Likewise.
7420         (getgid): Likewise.
7421         (getuid): Likewise.
7422         (getgroups): Likewise.
7424         [BZ #14138]
7425         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7426         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7427         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7428         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7429         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7430         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7431         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7432         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7433         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7434         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7435         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7436         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7437         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7438         __chown.
7439         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7440         (lchown): Likewise.
7441         (fchown): Likewise.
7442         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7443         Likewise.
7444         (lchown): Likewise.
7445         (fchown): Likewise.
7446         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7447         (lchown): Likewise.
7448         (fchown): Likewise.
7449         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7450         Likewise.
7451         (lchown): Likewise.
7452         (fchown): Likewise.
7454 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7456         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7457         Simplify logic.
7459 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7461         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7462         Cleanup logic.
7464 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7466         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7467         Remove unused include.
7469 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7471         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7472         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7473         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7474         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7476 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7477             Helge Deller <deller@gmx.de>
7479         [BZ #17508]
7480         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7481         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7482         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7484 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7486         [BZ #14132]
7487         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7488         Remove macro definition.
7489         (__ashrdi3_v_glibc20): Likewise.
7490         (__lshrdi3_v_glibc20): Likewise.
7491         (__cmpdi2_v_glibc20): Likewise.
7492         (__ucmpdi2_v_glibc20): Likewise.
7493         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7494         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7495         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7496         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7497         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7498         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7500 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7502         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7503         old GNU extension [0] syntax.
7504         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7505         alloca rather than an array member with variable length.
7506         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7507         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7508         (parse_opt): ... here.  Likewise use alloca there.
7509         Validate the -i argument before checking for rootness.
7510         (send_shutdown): New function, broken out of ...
7511         (parse_opt): ... here.
7513 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7515         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7516         macro to get at the _rt_local_ro field.
7517         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7518         ([PIC] case) or _dl_hwcap ([!PIC] case).
7519         * sysdeps/arm/setjmp.S: Likewise.
7521         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7522         * sysdeps/arm/configure.ac: New check to define it.
7523         * sysdeps/arm/configure: Regenerated.
7524         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7525         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7526         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7527         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7528         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7529         Use move/movt pair instead of a load.
7530         (LDST_GLOBAL): Macro removed.
7531         (LDR_GLOBAL): New macro replaces it.
7532         (LDR_HIDDEN): New macro.
7533         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7534         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7536         * setjmp/tst-setjmp-static.c: New file.
7537         * setjmp/Makefile (tests): Add it.
7538         (tests-static): New variable.
7540 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7542         [BZ #17485]
7543         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7545 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7547         [BZ #14132]
7548         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7550 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7552         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7554 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7556         * io/fts.c (dirent_not_directory): New function.
7557         (fts_build): Call it.
7559 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7561         * nptl/version.c (__nptl_main): Use normal __write rather than
7562         INTERNAL_SYSCALL.
7563         (banner): Update copyright years.
7565         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7566         gettimeofday.
7567         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7568         * nptl/pthread_cond_timedwait.c: Likewise.
7569         * nptl/pthread_mutex_timedlock.c: Likewise.
7570         * nptl/sem_timedwait.c: Likewise.
7572         * sysdeps/nptl/bits/libc-lock.h
7573         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7574         (__libc_lock_init_recursive): Return void, not 0.
7575         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7576         (__libc_rwlock_init): Likewise.
7577         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7579 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7581         [BZ #15215]
7582         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7583         (__pthread_once_slow): ... here.
7584         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7585         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7587 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7589         [BZ #15215]
7590         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7591         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7592         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7593         * nptl/pthread_once.c (__pthread_once): Likewise.
7594         Update comments.
7596 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7598         [BZ #14138]
7599         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7600         name.
7601         (writev): Use __libc_writev as strong name.
7602         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7603         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7605 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7607         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7609         * sysdeps/i386/nptl/tls.h
7610         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7611         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7612         New macros.
7613         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7614         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7615         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7616         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7617         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7618         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7620         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7621         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7622         on [__NR_futex].
7623         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7624         broken out of ...
7625         (__pthread_mutex_init): ... here.  Call it.
7626         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7627         Conditionalize PI cases on [__NR_futex].
7628         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7629         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7630         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7632         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7633         conditional on [SIGSETXID].
7634         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7635         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7636         is defined.  Likewise for SIGSETXID.
7637         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7638         Conditionalize definitions on [SIGSETXID].
7639         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7640         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7641         unblocking on [SIGCANCEL].
7643         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7644         [__NR_set_robust_list].
7646 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7648         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7649         (do_compare): Likewise.
7651 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7653         [BZ #15884]
7654         * string/strcoll_l.c: Don't include stdio.h.
7655         (coll_seq): Remove members idxarr and rulearr.
7656         (get_next_seq_cached): Remove function.
7657         (get_next_seq): Likewise.
7658         (get_next_seq_nocache): Rename to get_next_seq.
7659         (do_compare): Remove function.
7660         (do_compare_nocache): Rename to do_compare.
7661         (STRCOLL): Remove weight and rules cache.
7663 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7665         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7666         * sysdeps/arm/sfp-machine.h: ... to here.
7667         * sysdeps/arm/Implies: Remove arm/soft-fp.
7669 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7671         * conform/data/sys/utsname.h-data (*_t): Allow.
7672         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7673         [POSIX] (WEXITED): Do not expect constant.
7674         [POSIX] (WSTOPPED): Likewise.
7675         [POSIX] (WNOHANG): Likewise.
7676         [POSIX] (WNOWAIT): Likewise.
7677         [POSIX] (siginfo_t): Do not expect type or elements.
7678         [POSIX] (pid_t): Do not expect type.
7679         [POSIX] (signal.h): Do not allow header.
7680         [POSIX] (sys/resource.h): Likewise.
7681         [POSIX] (si_*): Do not allow pattern.
7682         [POSIX] (W*): Likewise.
7683         [POSIX] (P_*): Likewise.
7684         [POSIX] (BUS_*): Likewise.
7685         [POSIX] (CLD_*): Likewise.
7686         [POSIX] (FPE_*): Likewise.
7687         [POSIX] (ILL_*): Likewise.
7688         [POSIX] (POLL_*): Likewise.
7689         [POSIX] (SEGV_*): Likewise.
7690         [POSIX] (SI_*): Likewise.
7691         [POSIX] (TRAP_*): Likewise.
7692         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7693         variable.
7695 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7697         [BZ #12926]
7698         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7699         infinite loop when __recvmsg returns 0.
7701 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7703         * CANCEL-FCT-WAIVE: Remove file.
7704         * CANCEL-FILE-WAIVE: Likewise.
7706         [BZ #14132]
7707         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7708         instead of INTVARDEF.
7709         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7710         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7711         rtld_hidden_data_def instead of INTVARDEF.
7712         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7713         * elf/dl-deps.c (expand_dst): Likewise.
7714         * elf/dl-load.c (_dl_dst_count): Likewise.
7715         (_dl_dst_substitute): Likewise.
7716         (decompose_rpath): Likewise.
7717         (_dl_init_paths): Likewise.
7718         (open_path): Likewise.
7719         (_dl_map_object): Likewise.
7720         * elf/rtld.c (dl_main): Likewise.
7721         (process_dl_audit): Likewise.
7722         (process_envvars): Likewise.
7723         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7724         Remove declaration.
7725         (__libc_enable_secure): Use rtld_hidden_proto.
7727 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7729         * elf/dl-load.c
7730         (add_path): New function broken out of _dl_rtld_di_serinfo.
7731         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7733 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7735         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7736         parentheses around macro arguments.
7737         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7738         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7739         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7740         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7741         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7742         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7743         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7744         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7745         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7746         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7747         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7748         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7749         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7750         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7751         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7752         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7753         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7754         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7755         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7756         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7757         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7758         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7759         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7760         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7761         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7762         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7763         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7764         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7765         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7766         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7767         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7768         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7769         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7770         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7771         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7772         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7773         Likewise.
7774         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7775         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7776         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7777         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7778         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7779         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7780         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7781         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7782         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7783         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7784         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7785         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7786         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7787         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7788         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7789         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7790         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7791         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7792         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7793         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7794         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7795         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7796         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7797         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7798         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7799         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7800         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7801         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7802         (_FP_FRAC_SRS_1): Likewise.
7803         (_FP_FRAC_CLZ_1): Likewise.
7804         (_FP_MUL_MEAT_1_imm): Likewise.
7805         (_FP_MUL_MEAT_1_wide): Likewise.
7806         (_FP_MUL_MEAT_1_hard): Likewise.
7807         (_FP_SQRT_MEAT_1): Likewise.
7808         (_FP_FRAC_ASSEMBLE_1): Likewise.
7809         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7810         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7811         (__FP_CLZ_2): Likewise.
7812         (_FP_MUL_MEAT_2_wide): Likewise.
7813         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7814         (_FP_MUL_MEAT_2_gmp): Likewise.
7815         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7816         (_FP_SQRT_MEAT_2): Likewise.
7817         (_FP_FRAC_ASSEMBLE_2): Likewise.
7818         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7819         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7820         (_FP_FRAC_CLZ_4): Likewise.
7821         (_FP_MUL_MEAT_4_wide): Likewise.
7822         (_FP_MUL_MEAT_4_gmp): Likewise.
7823         (_FP_SQRT_MEAT_4): Likewise.
7824         (_FP_FRAC_ASSEMBLE_4): Likewise.
7825         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7826         * soft-fp/op-common.h (_FP_CMP): Likewise.
7827         (_FP_CMP_EQ): Likewise.
7828         (_FP_CMP_UNORD): Likewise.
7829         (_FP_TO_INT): Likewise.
7830         (_FP_FROM_INT): Likewise.
7831         [!__FP_CLZ] (__FP_CLZ): Likewise.
7832         (_FP_DIV_HELP_imm): Likewise.
7833         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7834         Likewise.
7835         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7836         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7837         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7838         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7839         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7840         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7841         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7842         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7843         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7844         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7845         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7846         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7847         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7848         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7849         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7850         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7851         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7852         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7853         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7854         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7855         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7856         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7857         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7858         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7859         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7860         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7861         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7862         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7863         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7864         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7865         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7866         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7867         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7868         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7869         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7870         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7871         (FP_UNPACK_RAW_SP): Likewise.
7872         (FP_PACK_RAW_S): Likewise.
7873         (FP_PACK_RAW_SP): Likewise.
7874         (FP_UNPACK_S): Likewise.
7875         (FP_UNPACK_SP): Likewise.
7876         (FP_UNPACK_SEMIRAW_S): Likewise.
7877         (FP_UNPACK_SEMIRAW_SP): Likewise.
7878         (FP_PACK_S): Likewise.
7879         (FP_PACK_SP): Likewise.
7880         (FP_PACK_SEMIRAW_S): Likewise.
7881         (FP_PACK_SEMIRAW_SP): Likewise.
7882         (_FP_SQRT_MEAT_S): Likewise.
7883         (FP_CMP_S): Likewise.
7884         (FP_CMP_EQ_S): Likewise.
7885         (FP_CMP_UNORD_S): Likewise.
7886         (FP_TO_INT_S): Likewise.
7887         (FP_FROM_INT_S): Likewise.
7889         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7891         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7892         (FP_EX_INVALID_IMZ): Likewise.
7893         (FP_EX_INVALID_IMZ_FMA): Likewise.
7894         (FP_EX_INVALID_ISI): Likewise.
7895         (FP_EX_INVALID_ZDZ): Likewise.
7896         (FP_EX_INVALID_IDI): Likewise.
7897         (FP_EX_INVALID_SQRT): Likewise.
7898         (FP_EX_INVALID_CVI): Likewise.
7899         (FP_EX_INVALID_VC): Likewise.
7900         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7901         "invalid" exceptions.
7902         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7903         (_FP_ADD_INTERNAL): Likewise.
7904         (_FP_MUL): Likewise.
7905         (_FP_FMA): Likewise.
7906         (_FP_DIV): Likewise.
7907         (_FP_CMP_CHECK_NAN): Likewise.
7908         (_FP_SQRT): Likewise.
7909         (_FP_TO_INT): Likewise.
7910         (FP_EXTEND): Likewise.
7912 2014-10-09  Allan McRae  <allan@archlinux.org>
7914         * po/fr.po: Update French translation from translation project.
7916 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7918         [BZ #14132]
7919         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7920         of INTDEF.
7921         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7922         (__cxa_atexit): Use libc_hidden_proto.
7923         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7925         [BZ #14132]
7926         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7927         declaration.
7928         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7929         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7930         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7931         [!_ISOMAC] (__iswctype_internal): Likewise.
7932         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7933         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7934         alias.
7935         (fcntl): Remove __fcntl_internal alias.
7936         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7937         __connect_internal alias.
7938         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7939         Likewise.
7941         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7942         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7943         FP_DENORM_ZERO.
7944         (_FP_CHECK_FLUSH_ZERO): New macro.
7945         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7946         (_FP_CMP): Likewise.
7947         (_FP_CMP_EQ): Likewise.
7948         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7949         FP_DENORM_ZERO.
7950         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7951         (FP_TRUNC): Likewise.
7953         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7954         treated as invalid conversion, not as normal exponent.
7956         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7957         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7958         (_FP_CMP_EQ): Likewise.
7959         (_FP_CMP_UNORD): Likewise.
7960         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7961         (FP_CMP_EQ_D): Likewise.
7962         (FP_CMP_UNORD_D): Likewise.
7963         * soft-fp/extended.h (FP_CMP_E): Likewise.
7964         (FP_CMP_EQ_E): Likewise.
7965         (FP_CMP_UNORD_E): Likewise.
7966         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7967         (FP_CMP_EQ_Q): Likewise.
7968         (FP_CMP_UNORD_Q): Likewise.
7969         * soft-fp/single.h (FP_CMP_S): Likewise.
7970         (FP_CMP_EQ_S): Likewise.
7971         (FP_CMP_UNORD_S): Likewise.
7972         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7973         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7974         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7975         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7976         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7977         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7978         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7979         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7980         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7981         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7982         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7983         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7984         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7985         to FP_CMP_Q.
7986         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7987         FP_CMP_Q.
7988         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7989         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7990         FP_CMP_EQ_Q.
7991         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7992         FP_CMP_Q.
7993         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7994         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7995         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7996         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7997         FP_CMP_EQ_Q.
7998         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7999         FP_CMP_Q.
8000         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8001         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8002         FP_CMP_EQ_Q.
8003         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8004         FP_CMP_Q.
8005         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8006         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8007         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8008         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8009         FP_CMP_EQ_Q.
8011         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8012         a subnormal result, set the underflow exception if trapping on
8013         underflow is enabled.
8014         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8015         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8016         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8017         redefine to 0.
8018         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8019         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8020         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8021         * soft-fp/extendxftf2.c (__extendxftf2): Use
8022         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8024         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8025         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8026         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8027         FP_HANDLE_EXCEPTIONS.
8028         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8029         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8030         FP_HANDLE_EXCEPTIONS.
8031         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8032         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8033         FP_HANDLE_EXCEPTIONS.
8034         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8035         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8036         FP_HANDLE_EXCEPTIONS.
8038 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8040         [BZ #14132]
8041         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8042         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8043         use INTUSE.
8044         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8045         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8046         Remove alias.
8047         (__adjtimex): Define using libc_hidden_ver.
8048         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8049         Remove declaration.
8050         (ntp_gettime): Call __adjtimex directly.
8051         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8052         Remove declaration.
8053         (ntp_gettimex): Call __adjtimex directly.
8054         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8055         __adjtimex_internal alias.
8057 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8059         [BZ #17460]
8060         * nscd/nscd.c (more_help): Rewrite list of tables collection
8061         using xstrdup and asprintf.
8063         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8065 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8066             Roland McGrath  <roland@hack.frob.com>
8068         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8069         (do_lookup_unique): ... local function 'enter' here; update callers.
8071 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8073         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8074         compat_symbol calls on [SHARED].
8075         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8076         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8077         Remove.
8078         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8079         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8080         (oldsetrlimit): Remove.
8081         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8083         (lchown): New syscall entry.
8084         (oldsetrlimit): Remove.
8085         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8086         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8087         (oldsetrlimit): Remove.
8088         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8090         [BZ #14138]
8091         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8092         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8093         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8094         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8095         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8096         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8097         (fchown): Likewise.
8098         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8099         (fchown): Likewise.
8100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8101         Likewise.
8103 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8105         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8106         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8107         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8108         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8109         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8110         Likewise.
8111         (__old_sem_post): Likewise.
8113 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8115         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8116         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8117         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8118         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8119         Use INLINE_VSYSCALL macro.
8120         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8121         __vdso_clock_gettime.
8122         * sysdeps/unix/sysv/linux/tile/init-first.c
8123         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8124         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8125         __vdso_clock_gettime.
8127         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8128         to set up frame more cleanly.
8130         * sysdeps/tile/memcmp.c: New file.
8132         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8134         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8135         * sysdeps/tile/tilegx/strcasestr.c: New file.
8136         * sysdeps/tile/tilegx/strnlen.c: New file.
8137         * sysdeps/tile/tilegx/strstr.c: New file.
8139         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8141 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8143         * nptl/tst-setuid3.c: Write errors to stdout.
8145 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8147         * elf/dl-deps.c
8148         (preload): New functions broken out of _dl_map_object_deps.
8149         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8151 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8153         [BZ #14138]
8154         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8155         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8157 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8159         * sysdeps/mips/strcmp.S: New.
8161 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8163         [BZ #14138]
8164         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8165         (linkat): Likewise.
8166         (mkdirat): Likewise.
8167         (readlinkat): Likewise.
8168         (renameat): Likewise.
8169         (symlinkat): Likewise.
8170         (unlinkat): Likewise.
8171         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8172         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8173         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8174         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8175         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8176         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8177         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8179 2014-09-30  Will Newton  <will.newton@linaro.org>
8181         * math/math.h: Define long double math functions if
8182         _LIBC_TEST is defined.
8183         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8185         * localedata/Makefile: Move assignment to tests-special
8186         into an ifdef testing run-built-tests.
8187         * timezone/Makefile: Likewise.
8189 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8191         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8192         with $(BASH) not $(SHELL).
8194 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8195             Matthew LeGendre  <legendre1@llnl.gov>
8197         [BZ #17411]
8198         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8199         l_reloc_result.
8201 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8203         * stdio-common/printf_fp.c
8204         (hack_digit): New function, broken out of ...
8205         (__printf_fp): ... local function here.  Update call sites.
8206         hack_digit now takes an additional parameter that is a pointer
8207         to a struct of the referenced locals.  Those locals moved inside
8208         the struct and references updated.
8210 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8212         * aclocal.m4: Require autoconf 2.69.
8213         * configure: Regenerated.
8214         * sysdeps/aarch64/configure: Likewise.
8215         * sysdeps/alpha/configure: Likewise.
8216         * sysdeps/arm/armv7/configure: Likewise.
8217         * sysdeps/arm/configure: Likewise.
8218         * sysdeps/ia64/configure: Likewise.
8219         * sysdeps/mach/configure: Likewise.
8220         * sysdeps/mips/configure: Likewise.
8221         * sysdeps/s390/configure: Likewise.
8222         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8225         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8226         file.
8227         * sysdeps/ia64/configure.ac: Likewise.
8229 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8232         specify symbol version for ld.so.  Do not include entry for
8233         libpthread.
8234         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8235         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8236         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8238         [BZ #14171]
8239         * Makeconfig [$(build-shared) = yes]
8240         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8241         makefiles.
8242         [$(build-shared) = yes && $(soversions.mk-done) = t]
8243         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8244         [$(build-shared) = yes && $(soversions.mk-done) = t]
8245         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8246         to Makerules.
8247         [$(build-shared) = yes && $(soversions.mk-done) = t]
8248         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8249         here.
8250         [$(build-shared) = yes && $(soversions.mk-done) = t]
8251         (common-generated): Don't append gnu/lib-names.h and
8252         gnu/lib-names.stmp here.
8253         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8254         (lib-names-h-abi): New variable.
8255         [$(build-shared) = yes && $(soversions.mk-done) = t]
8256         (lib-names-stmp-abi): Likewise.
8257         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8258         abi-variants] (before-compile): Append
8259         $(common-objpfx)$(lib-names-h-abi).
8260         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8261         abi-variants] (common-generated): Append gnu/lib-names.h.
8262         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8263         abi-variants] (install-others-nosubdir): Depend on
8264         $(inst_includedir)/$(lib-names-h-abi).
8265         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8266         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8267         [$(build-shared) = yes && $(soversions.mk-done) = t]
8268         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8269         [$(build-shared) = yes && $(soversions.mk-done) = t]
8270         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8271         [$(build-shared) = yes && $(soversions.mk-done) = t]
8272         (common-generated): Append $(lib-names-h-abi) and
8273         $(lib-names-stmp-abi).
8274         * scripts/lib-names.awk: Do not handle multi being set.
8275         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8276         Remove variable.
8277         (abi-lp64_be-ld-soname): Likewise.
8278         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8279         Likewise.
8280         (abi-hard-ld-soname): Likewise.
8281         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8282         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8283         Remove variable.
8284         (abi-o32_hard-ld-soname): Likewise.
8285         (abi-o32_soft_2008-ld-soname): Likewise.
8286         (abi-o32_hard_2008-ld-soname): Likewise.
8287         (abi-n32_soft-ld-soname): Likewise.
8288         (abi-n32_hard-ld-soname): Likewise.
8289         (abi-n32_soft_2008-ld-soname): Likewise.
8290         (abi-n32_hard_2008-ld-soname): Likewise.
8291         (abi-n64_soft-ld-soname): Likewise.
8292         (abi-n64_hard-ld-soname): Likewise.
8293         (abi-n64_soft_2008-ld-soname): Likewise.
8294         (abi-n64_hard_2008-ld-soname): Likewise.
8295         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8296         Likewise.
8297         (abi-64-v2-ld-soname): Likewise.
8298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8299         ld.so entries.
8300         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8301         variable.
8302         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8303         entry.
8304         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8305         variable.
8306         (abi-64-ld-soname): Likewise.
8307         (abi-x32-ld-soname): Likewise.
8308         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8309         entry.
8310         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8312 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8314         [BZ #14138]
8315         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8316         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8317         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8318         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8319         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8320         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8321         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8322         syscall entry for GLIBC_2.2 symbol version.
8323         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8324         Likewise.
8325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8326         (setrlimit): Likewise.
8327         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8328         Likewise.
8330 2014-09-23  Will Newton  <will.newton@linaro.org>
8332         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8333         _LINUX_ARM_SYSDEP_H include guard too.
8334         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8335         define.
8337 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8339         * sysdeps/unix/sysv/linux/eventfd.c:
8340         Make first argument unsigned.
8341         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8342         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8344 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8346         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8347         * socket/sys/socket.h: Likewise
8348         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8350 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8352         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8354 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8356         * time/tst-ftime.c: New test.
8357         * time/Makefile (tests): Add tst-ftime.
8359 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8361         * soft-fp/extended.h: Fix comment formatting.
8362         * soft-fp/op-1.h: Likewise.
8363         * soft-fp/op-2.h: Likewise.
8364         * soft-fp/op-4.h: Likewise.
8365         * soft-fp/op-8.h: Likewise.
8366         * soft-fp/op-common.h: Likewise.
8367         * soft-fp/soft-fp.h: Likewise.
8369         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8371 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8373         [BZ #6652]
8374         * Makeconfig (soversions-default-setname): Remove variable.
8375         ($(common-objpfx)soversions.i): Don't pass default_setname to
8376         soversions.awk.
8377         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8378         oldest_abi to abi-versions.awk.
8379         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8380         * config.make.in (oldest-abi): Remove variable.
8381         * configure.ac (--enable-oldest-abi): Remove configure option.
8382         * configure: Regenerated.
8383         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8384         text.
8385         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8386         * scripts/soversions.awk: Do not handle default_setname variable.
8387         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8388         variable.
8389         * sysdeps/mach/hurd/configure: Regenerated.
8390         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8391         variable.
8392         * sysdeps/unix/sysv/linux/configure: Regenerated.
8394 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8396         * elf/Makefile (CFLAGS-interp.c): Remove.
8397         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8398         path string.
8399         * elf/interp.c: Include generated runtime-linker.h
8401         * Makerules (lib%.so): Don't include $(+interp) in
8402         prerequisites.
8403         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8404         * dlfcn/eval.c: Remove file.
8406         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8407         macros.
8409         [BZ #17266]
8410         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8411         4.2 and newer.
8413         [BZ #17370]
8414         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8416 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8417             Jakub Jelinek  <jakub@redhat.com>
8419         [BZ #17266]
8420         * libio/stdio.h: Check definition of __fortify_function
8421         instead of __extern_always_inline to include bits/stdio2.h.
8422         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8423         check if __extern_always_inline is defined.
8424         [__USE_MISC || __USE_XOPEN]: Likewise.
8425         [__USE_ISOC99] Likewise.
8426         * misc/sys/cdefs.h (__fortify_function): Define only if
8427         __extern_always_inline is defined.
8428         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8429         __extern_always_inline and __extern_inline only for g++-4.3
8430         and newer or a compatible gcc.
8432 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8434         [BZ #17371]
8435         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8436         last change to handle zero prefix length.
8438 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8440         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8441         _SC_REGEX_VERSION.
8443         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8444         _POSIX_RAW_SOCKETS.
8446 2014-09-13  Allan McRae  <allan@archlinux.org>
8448         * po/ru.po: Update Russian translation from translation project.
8450 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8452         * locale/programs/locale.c (show_locale_vars): Inline local function
8453         into its sole call site.  Clean up some style nits.
8454         (print_item): New function, broken out of ...
8455         (show_info): ... local function here.  Clean up style nits.
8457         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8458         out of ...
8459         (set_class_defaults): ... local function set_default here.
8460         Define set_default as a macro locally to pass constant parameters.
8461         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8462         rather than a shared local.
8464         * stdlib/rpmatch.c (try): New function, broken out of ...
8465         (rpmatch): ... local function here.  Also, prototypify definition.
8467 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8469         * scripts/soversions.awk: Do not handle configuration names.
8470         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8471         vendor and os variables to soversions.awk.
8472         * configure.ac: Do not modify gnu-* host_os.
8473         * configure: Regenerated
8474         * shlib-versions: Remove first column with configuration names.
8475         * nptl/shlib-versions: Likewise.
8476         * nptl_db/shlib-versions: Likewise.
8477         * sysdeps/hppa/shlib-versions: Likewise.
8478         * sysdeps/m68k/shlib-versions: Likewise.
8479         * sysdeps/mach/hurd/shlib-versions: Likewise.
8480         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8481         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8482         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8483         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8484         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8485         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8486         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8487         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8489         Likewise.
8490         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8491         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8492         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8493         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8494         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8495         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8496         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8497         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8500         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8502         Regenerated.
8503         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8505         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8507         * shlib-versions: Remove OS-specific entries.  Moved to files in
8508         sysdeps.
8509         * sysdeps/mach/hurd/shlib-versions: New file.
8510         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8512         * nptl/shlib-versions: Remove architecture-specific entries.
8513         Moved to files in sysdeps.
8514         * shlib-versions: Likewise.
8515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8516         file.
8517         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8518         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8519         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8520         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8522         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8523         (UDP_NO_CHECK6_RX): Likewise.
8525 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8527         * sysdeps/posix/sysconf.c (__sysconf): Spell
8528         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8530 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8532         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8533         loading.
8534         * iconv/Versions (__gconv_transliterate): Export for use from
8535         gconv modules.
8536         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8537         (struct __gconv_trans_data, __gconv_trans_fct,
8538         __gconv_trans_context_fct, __gconv_trans_query_fct,
8539         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8540         definitions.
8541         (struct __gconv_step_data): Remove __trans member.
8542         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8543         longer hidden.  Remove unused trans_data argument.
8544         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8545         (__gconv_translit_find): Remove declaration.
8546         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8547         prototype.
8548         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8549         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8550         trans_data argument.  Add hidden definition.
8551         (__gconv_translit_find): Remove.
8552         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8553         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8554         * iconv/skeleton.c: Remove transliteration initialization.
8555         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8556         __gconv_step_data initialization.
8557         * libio/iofwide.c (__libio_translit_): Remove.
8558         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8559         * wcsmbs/btowc.c (__btowc): Likewise.
8560         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8561         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8562         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8563         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8564         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8565         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8566         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8567         * wcsmbs/wctob.c (wctob): Likewise.
8569 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8571         [BZ #16194]
8572         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8573         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8574         register usage.
8575         * sysdeps/x86/Makefile: Adjust.
8577 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8578             Roland McGrath  <roland@hack.frob.com>
8580         * locale/weight.h: Add include guard.
8581         (findidx): Make static rather than auto; take new parameters
8582         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8583         * locale/weightwc.h: Likewise.
8584         * posix/fnmatch_loop.c
8585         (FCT): Change type of EXTRA from int32_t to wint_t.
8586         Don't include either header inside the function.
8587         Call FINDIDX rather than findidx, and pass new arguments.
8588         #undef FINDIDX at the end of the file.
8589         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8590         FINDIDX before including fnmatch_loop.c for the non-wide version.
8591         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8592         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8593         for the wide version.
8594         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8595         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8596         Pass new arguments to findidx.
8597         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8598         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8599         Don't #include it inside the function.  Pass new arguments to findidx.
8600         * posix/regex_internal.h
8601         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8602         (re_string_elem_size_at): Don't #include it inside the function.
8603         Pass new arguments to findidx.
8604         * string/strcoll_l.c: #include WEIGHT_H at top level.
8605         (get_next_seq): Don't #include it inside the function.
8606         Pass new arguments to findidx.
8607         (get_next_seq_nocache): Likewise.
8608         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8609         (STRXFRM): Don't #include it inside the function.
8610         Pass new arguments to findidx.
8612 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8614         [BZ #17344]
8615         * malloc/malloc.c (unlink): Turn asserts into a call to
8616         malloc_printerr.
8618 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8620         [BZ #17370]
8621         * libio/wfileops (do_ftell_wide): Free OUT.
8623 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8625         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8627 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8629         [BZ #17363]
8630         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8631         group if the current group is empty.
8633 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8635         * benchtests/bench-memset.c (test_main): Add more test from size
8636         from 32 to 512 bytes.
8637         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8638         Add POWER8 memset object.
8639         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8640         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8641         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8642         implementation.
8643         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8644         Likewise.
8645         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8646         multiarch POWER8 memset optimization.
8647         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8648         POWER8 memset optimization.
8650         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8651         Remove bzero multiarch objects.
8652         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8653         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8654         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8655         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8656         Remove define.
8657         [__bzero]: Redefine to specific name.
8658         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8659         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8660         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8661         define.
8662         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8663         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8665 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8667         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8668         warnings into errors.
8670         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8671         __cxa_thread_atexit_impl prototype.
8673 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8675         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8676         Fix capitalization of error message.
8678 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8680         * sysdeps/mips/preconfigure: Modify ABI tests.
8682 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8684         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8686 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8687             Carlos O'Donell  <carlos@systemhalted.org>
8689         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8690         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8691         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8692         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8693         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8694         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8695         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8696         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8697         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8698         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8699         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8700         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8701         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8702         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8703         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8704         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8705         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8706         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8707         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8708         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8709         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8710         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8711         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8712         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8713         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8714         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8715         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8716         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8717         Deconditionalize the code that was previously under [RESET_PID].
8718         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8719         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8720         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8721         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8722         include sysdep.h.
8724 2014-09-08  Allan McRae  <allan@archlinux.org>
8726         * version.h (RELEASE): Set to "development".
8727         (VERSION): Set to "2.20.90"
8729 2014-09-07  Allan McRae  <allan@archlinux.org
8731         * version.h (RELEASE): Set to "stable".
8732         (VERSION): Set to "2.20"
8733         * include/features.h (__GLIBC_MINOR__): Set to 20.
8735         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8736         Liebler.
8738         * po/ko.po: Update Korean translation from translation project.
8740 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8742         [BZ #17354]
8743         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8744         macro for handling signed relocations.
8746 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8748         [BZ #17325]
8749         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8750         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8751         assert.
8752         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8753         * iconvdata/ibm935.c (BODY): Likewise.
8754         * iconvdata/ibm937.c (BODY): Likewise.
8755         * iconvdata/ibm939.c (BODY): Likewise.
8756         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8757         assert.
8758         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8759         script.
8760         * iconvdata/run-iconv-test.sh: New test loop for checking for
8761         decoder crashers.
8763 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8765         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8766         libm_hidden_ver.
8768 2014-09-01  Allan McRae  <allan@archlinux.org>
8770         * po/eo.po: Update Esperanto translation from translation project.
8772         * po/ca.po: Update Catalan translation from translation project.
8774 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8776         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8777         __proc_dostop call.
8779 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8781         [BZ #17319]
8782         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8783         to call set_thread_area instead of hand written asm.
8784         (__NR_set_thread_area): Removed define.
8785         (TLS_FLAG_WRITABLE): Likewise.
8786         (__ASSUME_SET_THREAD_AREA): Remove check.
8787         (TLS_EBX_ARG): Remove define.
8788         (TLS_LOAD_EBX): Likewise.
8790 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8792         Simplify atomicity of socket creation in bind.
8794         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8795         looking up the name after linking the file.
8797 2014-08-27  Allan McRae  <allan@archlinux.org>
8799         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8801 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8803         [BZ #17187]
8804         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8805         trans_compare, open_translit, __gconv_translit_find):
8806         Remove module loading code.
8808 2014-08-26  Allan McRae  <allan@archlinux.org>
8810         * po/vi.po: Update Vietnamese translation from translation project.
8812         * po/uk.po: Update Ukrainian translation from translation project.
8814         * po/fr.po: Update French translation from translation project.
8816         * po/ru.po: Update Russian translation from translation project.
8818         * po/pl.po: Update Polish translation from translation project.
8820         * po/cs.po: Update Czech translation from translation project.
8822         * po/de.po: Update German translation from translation project.
8824         * po/bg.po: Update Bulgarian translation from translation project.
8826         * po/sv.po: Update Sweedish translation from translation project.
8828         * po/nl.po: Update Dutch translation from translation project.
8830         * po/es.po: Update Spanish translation from translation project.
8832 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8834         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8836         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8837         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8838         (CPPFLAGS-iconvconfig): Likewise.
8839         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8841         * include/libc-symbols.h: Remove unnecessary check for
8842         NOT_IN_libc.
8843         * nptl/pthreadP.h: Likewise.
8844         * sysdeps/aarch64/setjmp.S: Likewise.
8845         * sysdeps/alpha/setjmp.S: Likewise.
8846         * sysdeps/arm/sysdep.h: Likewise.
8847         * sysdeps/i386/setjmp.S: Likewise.
8848         * sysdeps/m68k/setjmp.c: Likewise.
8849         * sysdeps/posix/getcwd.c: Likewise.
8850         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8851         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8852         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8853         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8854         * sysdeps/sh/sh3/setjmp.S: Likewise.
8855         * sysdeps/sh/sh4/setjmp.S: Likewise.
8856         * sysdeps/unix/alpha/sysdep.h: Likewise.
8857         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8858         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8859         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8860         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8863         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8864         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8865         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8866         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8867         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8868         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8869         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8870         * sysdeps/x86_64/setjmp.S: Likewise.
8872 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8874         [BZ #17263]
8875         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8876         <stdint.h>.
8877         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8878         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8880 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8882         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8884         [BZ #17262]
8885         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8886         and __x86_64__ when disabling x87 inline functions.
8888 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8890         [BZ #17259]
8891         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8892         asm statement with __cpuid_count.
8894 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8896         * configure.ac: Change __ehdr_start code to dereference the struct.
8897         Run readelf on the output to look for relocations.
8898         * configure: Regenerated.
8900 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8902         [BZ #17261]
8903         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8904         value to 0.
8905         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8907 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8909         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8911 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8913         [BZ #16892]
8914         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8915         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8917 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8919         * malloc/malloc.c: Fix typo in comment.
8921 2014-08-09  Allan McRae  <allan@archlinux.org>
8923         * Regenerate libc.po.
8925 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8927         * intl/tst-gettext2.sh: Check every lang file for creation.
8929 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8931         * sysdeps/aarch64/fpu/math_private.h
8932         (libc_feholdsetround_noex_aarch64_ctx): New function.
8934 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8936         * sysdeps/arm/armv6/strcpy.S (strcpy):
8937         Fix performance issue in misaligned cases.
8939 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8941         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8942         Move definition from termios.h.
8943         (struct termio): Likewise.
8944         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8945         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8946         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8947         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8948         Likewise.
8949         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8950         Move definition to ioctl-types.h
8951         (struct termio): Likewise.
8952         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8953         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8954         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8955         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8956         Likewise.
8958 2014-08-05  Richard Henderson  <rth@redhat.com>
8960         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8961         exceptions.
8962         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8963         Add fraiseexcpt.
8964         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8965         Use __feraiseexcept.
8966         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8967         Protect libm symbols with IS_IN_libm.
8969         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8971 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8973         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8975 2014-08-04  Will Newton  <will.newton@linaro.org>
8977         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8978         file.
8980 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8982         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8983         variants for each function.
8985 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8987         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8988         appended ...
8989         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8990         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8991         appended ...
8992         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8993         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8994         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8995         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8996         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8997         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8998         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8999         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9000         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9001         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9002         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9003         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9004         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9005         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9006         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9007         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9008         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9009         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9010         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9011         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9012         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9013         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9014         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9015         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9016         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9017         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9018         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9019         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9020         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9021         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9022         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9023         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9024         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9025         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9026         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9027         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9028         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9029         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9030         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9031         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9032         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9033         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9034         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9035         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9036         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9037         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9038         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9039         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9040         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9041         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9042         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9043         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9044         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9045         Update #include.
9046         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9047         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9049 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9051         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9052         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9053         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9054         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9055         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9056         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9058 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9060         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9061         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9062         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9063         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9065 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9067         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9068         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9069         (__libc_vfork): Define function under this name.
9070         (__vfork): Define as an alias.
9071         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9072         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9074 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9076         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9077         that was previously under [RESET_PID].
9078         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9080 2014-08-04  Andreas Schwab  <schwab@suse.de>
9082         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9084 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9086         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9087         (main): Likewise.
9089 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9091         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9093 2014-08-01  Richard Henderon  <rth@redhat.com>
9095         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9096         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9097         typo in exact zero test.
9098         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9099         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9100         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9102 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9104         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9105         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9106         * sysdeps/arm/sysdep.h: ... here.
9107         [!__ASSEMBLER__]: Include <stdint.h>.
9109 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9111         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9112         (HAVE_WCTYPE_H): Likewise.
9113         (HAVE_ISWCTYPE): Likewise.
9114         (ENABLE_NLS): Likewise.
9115         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9116         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9118         * posix/regex_internal.c: Check if DEBUG is defined and is
9119         set.
9121         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9122         (HAVE_MBSRTOWCS): Likewise.
9123         * posix/fnmatch.c: Include string.h unconditionally.
9125 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9127         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9128         reversal.
9130 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9132         * sysdeps/generic/safe-fatal.h: New file.
9133         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9134         * nptl/forward.c: Include it.
9135         (__pthread_unwind): Use __safe_fatal as default action, rather
9136         than a bogus use of INTERNAL_SYSCALL that could never work.
9138         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9139         * configure.ac (libc_cv_builtin_trap): New test.
9140         * configure: Regenerated.
9141         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9142         (ABORT_INSTRUCTION): Define using __builtin_trap.
9144         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9145         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9146         * sysdeps/nptl/nptl-signals.h: New file.
9147         * nptl/pthreadP.h: Include <nptl-signals.h>.
9149 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9151         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9152         (ONE_DIRECTION): Define.
9153         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9154         (ONE_DIRECTION): Define.
9155         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9156         (ONE_DIRECTION): Define.
9158 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9160         * sysdeps/s390/Makefile: Delete file.
9161         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9162         * sysdeps/s390/__longjmp.c: Delete file.
9163         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9164         Remove fields __flags and __reserved.
9165         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9166         and add versioning.
9167         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9168         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9169         * sysdeps/s390/rtld-setjmp.S: Likewise.
9170         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9171         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9172         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9173         * sysdeps/s390/s390-32/setjmp.S: ... here.
9174         Add versioning.
9175         (__sigsetjmp): Remove setting __flags field.
9176         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9177         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9178         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9179         * sysdeps/s390/s390-64/setjmp.S: ... here.
9180         Add versioning.
9181         (__sigsetjmp): Remove setting __flags field.
9182         * sysdeps/s390/setjmp.S: Delete file.
9183         * sysdeps/s390/sigjmp.c: Likewise.
9184         * sysdeps/s390/v1-longjmp.c: Likewise.
9185         * sysdeps/s390/v1-setjmp.h: Likewise.
9186         * sysdeps/s390/v1-sigjmp.c: Likewise.
9187         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9188         Remove v1-longjmp_chk.
9189         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9190         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9191         Include debug/longjmp_chk.c and add versioning.
9192         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9193         Include nptl/pt-longjmp.c and add versioning.
9194         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9195         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9196         Include __longjmp.c.
9197         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9198         Move to ...
9199         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9200         (__getcontext): Remove setting __flags field.
9201         Add versioning.
9202         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9203         Don't restore upper high grps.
9204         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9205         Likewise.
9206         (__swapcontext): Remove setting uc_flags field.
9207         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9208         Delete file.
9209         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9210         Include __longjmp.c.
9211         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9212         Move to ...
9213         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9214         (__getcontext): Remove setting __flags field.
9215         Add versioning.
9216         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9217         (__swapcontext): Remove setting uc_flags field.
9218         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9219         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9220         Remove fields uc_high_gprs and __reserved.
9221         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9222         New file with reverted content.
9223         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9224         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9225         Regenerated.
9226         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9227         Regenerated.
9229 2014-07-31  Andreas Schwab  <schwab@suse.de>
9231         * config.h.in (HAVE_IFUNC): Define to 0.
9232         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9233         definedness.
9235 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9237         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9238         memmove-avx-unaligned, memcpy-avx-unaligned and
9239         mempcpy-avx-unaligned.
9240         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9241         Add tests for AVX memcpy functions.
9242         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9243         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9244         memcpy_chk.
9245         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9246         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9247         memmove_chk.
9248         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9249         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9250         mempcpy_chk.
9251         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9252         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9253         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9255 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9257         [BZ #17213]
9258         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9259         powerpc64le.
9261 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9263         [BZ #16839]
9264         * manual/llio.texi: Add section about open file description locks.
9265         * manual/examples/ofdlocks.c: Example of open file description
9266         lock usage.
9267         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9268         F_OFD_SETLK, and F_OFD_SETLKW.
9270 2014-07-23  Allan McRae  <allan@archlinux.org>
9272         * po/es.po: Update Spanish translation from translation project.
9274 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9276         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9278 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9280         [BZ #17078]
9281         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9282         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9283         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9285 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9287         [BZ #17088]
9288         * math/fesetenv.c (__fesetenv)
9289         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9290         * math/feupdateenv.c (__feupdateenv)
9291         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9293         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9294         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9295         (__ASSUME_SOCKETCALL): Do not define.
9297         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9298         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9299         (__ASSUME_SOCKETCALL): Do not define.
9300         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9301         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9302         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9303         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9304         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9305         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9306         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9307         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9309         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9310         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9311         (__ASSUME_SOCKETCALL): Do not define.
9312         (__ASSUME_IPC64): Define unconditionally.
9313         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9314         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9315         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9316         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9317         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9318         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9319         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9320         Likewise.
9322         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9323         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9324         (__ASSUME_SOCKETCALL): Do not define.
9325         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9326         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9327         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9328         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9329         (__ASSUME_REQUEUE_PI): Define unconditionally.
9330         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9331         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9332         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9333         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9334         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9335         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9337         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9338         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9339         (__ASSUME_SOCKETCALL): Do not define.
9340         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9341         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9342         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9343         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9344         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9345         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9347         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9348         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9349         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9350         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9351         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9352         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9353         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9354         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9355         (__ASSUME_GETCPU_SYSCALL): Likewise.
9357         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9358         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9359         cases for individual architectures.
9360         * sysdeps/gnu/configure: Regenerated.
9361         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9362         LIBC_SLIBDIR_RTLDDIR.
9363         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9364         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9365         LIBC_SLIBDIR_RTLDDIR.
9366         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9368         LIBC_SLIBDIR_RTLDDIR.
9369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9370         Regenerated.
9371         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9372         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9373         file.
9374         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9375         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9376         file.
9377         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9378         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9379         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9380         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9382         * sysdeps/aarch64/shlib-versions: Move to ...
9383         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9384         * sysdeps/alpha/shlib-versions: Move to ...
9385         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9386         * sysdeps/arm/shlib-versions: Move to ...
9387         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9388         * sysdeps/hppa/shlib-versions: Move all contents except for
9389         libgcc_s entry to ...
9390         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9391         entry from ...
9392         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9393         * sysdeps/ia64/shlib-versions: Move to ...
9394         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9395         entry from ...
9396         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9397         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9398         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9399         * sysdeps/microblaze/shlib-versions: Move to ...
9400         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9401         * sysdeps/mips/shlib-versions: Move to ...
9402         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9403         entry from ...
9404         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9405         * sysdeps/tile/shlib-versions: Move to ...
9406         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9407         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9408         from ...
9409         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9410         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9411         entry from ...
9412         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9414 2014-07-17  Will Newton  <will.newton@linaro.org>
9416         * sysdeps/arm/bits/atomic.h
9417         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9418         (__arch_compare_and_exchange_bool_16_int): Likewise.
9419         (__arch_compare_and_exchange_bool_64_int): Likewise.
9421         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9422         into an #else block.
9424 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9426         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9427         just Linux configurations.  Test empirically that the compiler sets
9428         __ARM_EABI__, rather than using the tuple to decide.
9429         * sysdeps/arm/preconfigure: Regenerated.
9430         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9431         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9432         contents appended ...
9433         * sysdeps/arm/configure.ac: ... here.
9434         * sysdeps/arm/configure: Regenerated.
9436 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9438         * nptl/pthread_kill.c: New file.
9439         * nptl/pthread_sigmask.c: New file.
9440         * nptl/pthread_sigqueue.c: New file.
9442         * sysdeps/nptl/lowlevellock.h: New file.
9443         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9444         * sysdeps/nptl/lowlevellock-futex.h: New file.
9446         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9447         Remove dead declarations.
9449 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9451         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9452         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9453         config-cflags-avx2.
9454         * sysdeps/x86_64/configure.ac: Likewise.
9455         * sysdeps/i386/configure: Regenerated.
9456         * sysdeps/x86_64/configure: Likewise.
9457         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9458         memset-avx2 only if config-cflags-avx2 is yes.
9459         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9460         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9461         defined.
9462         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9463         only if HAVE_AVX2_SUPPORT is defined.
9464         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9466 2014-07-14  Alan Modra  <amodra@gmail.com>
9468         [BZ #17153]
9469         * elf/elf.h (DT_PPC64_NUM): Correct value.
9470         * NEWS: Add to fixed bug list.
9472 2014-07-13  Jim Meyering  <meyering@fb.com>
9474         [BZ 17150]
9475         regex: don't deref NULL upon heap allocation failure
9476         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9477         failure in one more place.
9478         To trigger the segfault, configure grep -with-included-regex,
9479         build it, and run these commands:
9480         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9482 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9484         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9486 2014-07-11  Richard Henderson  <rth@redhat.com>
9488         * sysdeps/aarch64/libm-test-ulps: Update.
9490 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9492         [BZ #17135]
9493         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9494         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9495         (__nptl_setxid): Initialize error member.  Call
9496         __nptl_setxid_error.
9497         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9498         * nptl/descr.h (struct xid_command): Add error member.
9499         * nptl/tst-setuid3.c: New file.
9500         * nptl/Makefile (tests): Add it.
9502 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9504         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9505         New define.
9506         (__lll_trylock): Use __lll_base_trylock.
9507         (__lll_cond_trylock): Likewise.
9509 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9511         * nptl/pthread_create.c (start_thread): Use atomic_or and
9512         lll_futex_wake directly rather than lll_robust_dead.
9513         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9514         (lll_robust_dead): Macro removed.
9515         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9516         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9517         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9518         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9519         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9520         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9521         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9522         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9523         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9524         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9525         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9526         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9527         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9528         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9529         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9531         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9532         Use atomic_compare_and_exchange_val_acq directly rather than
9533         lll_robust_trylock.
9534         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9535         (__lll_robust_trylock, lll_robust_trylock): Removed.
9536         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9537         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9538         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9539         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9540         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9541         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9542         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9543         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9544         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9545         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9546         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9547         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9548         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9549         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9551 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9553         * manual/locale.texi (Locale Names): New section documenting
9554         locale name syntax.  Adjust menu and node chaining accordingly.
9555         (Choosing Locale): Reference Locale Names, Locale Categories.
9556         Mention setting LC_ALL=C.  Reflect that name syntax is now
9557         documented.
9558         (Locale Categories): New section title.  Reference Locale Names.
9559         LC_ALL is an environment variable, but not a category.
9560         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9561         description, now in Locale Name.  Reference that section.  Locale
9562         name syntax is now documented.
9564 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9566         [BZ #17137]
9567         * locale/findlocale.c (name_present, valid_locale_name): New
9568         functions.
9569         (_nl_find_locale): Use the loc_name variable to store name
9570         candidates.  Call name_present and valid_locale_name to check and
9571         validate locale names.  Return an error if the locale is invalid.
9573 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9575         * locale/setlocale.c (setlocale): Use strdup for allocating
9576         composite name copy.
9578 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9580         Sync up with gnulib.
9581         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9582         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9583         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9584         and _GL_ARG_NONNULL.
9585         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9586         [!_LIBC]: Include code for Windows and Cygwin.
9587         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9588         Include prototype for int strerror_r.
9589         [!_LIBC] (is_open): New function.
9590         (flush_stdout): New function.
9591         (print_errno_message): Use it.
9592         (error): Likewise.
9593         (error_at_line): Likewise.
9594         (error_tail) Add function attribute macros.  Use
9595         __builtin_expect.
9597         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9599         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9601         * io/ftw.c: Include sys/param.h unconditionally.
9603         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9605         [BZ #17125]
9606         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9607         libc_freeres_ptr.
9608         (freecache): New function to free CACHE on exit.
9610         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9611         initialization.
9613 2014-07-09  David S. Miller  <davem@davemloft.net>
9615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9617         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9618         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9619         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9620         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9621         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9622         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9623         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9624         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9625         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9626         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9627         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9628         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9629         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9631 2014-07-09  Andreas Schwab  <schwab@suse.de>
9633         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9634         output.
9635         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9636         (do_test): Likewise.
9638         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9640 2014-07-09  Will Newton  <will.newton@linaro.org>
9642         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9643         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9644         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9645         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9646         * sysdeps/hppa/start.S (_start): Likewise.
9648 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9650         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9652         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9653         defined.
9655 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9657         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9658         after checking that it is non-NULL.
9660         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9662 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9664         * sysdeps/powerpc/memmove.c: Remove file.
9665         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9666         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9667         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9668         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9669         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9670         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9671         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9672         string memmove instead of removed powerpc one.
9674         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9675         [weak_alias]: Fix compiler warning due trailing data.
9676         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9677         [weak_alias]: Likewise.
9678         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9679         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9681         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9682         (__libc_ifunc_impl_list): Add memmove functions.
9684 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9686         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9687         Remove code.
9688         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9689         Likewise
9690         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9691         Likewise
9692         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9693         Likewise
9694         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9695         Likewise
9696         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9697         Likewise
9698         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9699         Likewise
9700         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9701         Likewise
9702         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9703         Likewise
9704         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9705         Likewise
9706         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9707         Likewise
9708         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9709         Likewise
9710         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9711         Likewise
9712         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9713         Likewise
9714         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9715         Likewise
9716         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9717         Likewise
9718         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9719         Likewise
9721 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9723         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9724         to avoid alignment traps in non-cacheable memory.
9725         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9727         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9728         multiarch objects.
9729         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9730         file: multiarch power7 memmove.
9731         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9732         multiarch default memmove.
9733         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9734         multiarch memove for powerpc32/power4.
9736         * string/bcopy.c: Use full path to include memmove.c.
9737         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9738         multiarch objects.
9739         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9740         bcopy for powerpc64.
9741         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9742         bcopy for powerpc64.
9743         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9744         and memmove implementations.
9745         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9746         optimized multiarch memmove for POWER7/powerpc64.
9747         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9748         default multiarch memmove for powerpc64.
9749         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9750         multiarch for powerpc64.
9751         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9752         for POWER7/powerpc64.
9753         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9754         memmove for POWER7/powerpc64.
9756         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9757         glibc default one.
9759         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9760         __ELF_NATIVE_CLASS equal to 64.
9762 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9764         * sysdeps/nptl/lowlevellock.h: File removed.
9766         * NEWS: NPTL is no longer an add-on!
9767         * nptl/internaltypes.h: Moved ...
9768         * sysdeps/nptl/internaltypes.h: ... here.
9769         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9770         * sysdeps/nptl/fork.c: Likewise.
9771         * sysdeps/nptl/gai_misc.h: Likewise.
9772         * sysdeps/nptl/librt-cancellation.c: Likewise.
9773         * sysdeps/nptl/jmp-unwind.c: Likewise.
9774         * sysdeps/nptl/setxid.h: Likewise.
9775         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9776         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9777         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9778         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9779         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9780         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9781         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9782         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9783         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9784         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9785         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9786         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9787         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9788         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9789         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9790         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9791         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9792         * nptl/Makeconfig: Moved ...
9793         * sysdeps/nptl/Makeconfig: ... here.
9794         * nptl/configure: File removed.
9795         * nptl/ANNOUNCE: File removed.
9796         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9797         * sysdeps/unix/sysv/linux/configure: Regenerated.
9799         * nptl/Makefile (routines): Add libc_pthread_init,
9800         libc_multiple_threads, register-atfork and unregister-atfork.
9801         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9802         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9803         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9804         pthread-pi-defines.sym, structsem.sym.
9805         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9806         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9807         [$(subdir) = nptl] (tests): Add tst-setgetname.
9808         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9809         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9810         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9811         [!LIBC_SIGACTION]: Remove aliases.
9812         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9813         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9814         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9815         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9816         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9817         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9818         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9819         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9820         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9821         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9822         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9823         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9824         __libc_allocate_rtsig_private.
9825         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9826         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9827         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9828         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9829         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9830         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9831         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9832         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9833         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9834         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9835         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9836         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9837         * nptl/internaltypes.h: ... here.
9838         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9839         * sysdeps/nptl/jmp-unwind.c: ... here.
9840         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9841         * nptl/libc-lowlevellock.c: ... here.
9842         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9843         * nptl/libc_multiple_threads.c: ... here.
9844         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9845         * nptl/libc_pthread_init.c: ... here.
9846         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9847         * nptl/lowlevelbarrier.sym: ... here.
9848         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9849         * nptl/lowlevelcond.sym: ... here.
9850         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9851         * nptl/lowlevellock.c: ... here.
9852         * nptl/lowlevellock.h: Moved ...
9853         * sysdeps/nptl/lowlevellock.h: ... here.
9854         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9855         * nptl/lowlevelrobustlock.c: ... here.
9856         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9857         * nptl/lowlevelrobustlock.sym: ... here.
9858         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9859         * nptl/lowlevelrwlock.sym: ... here.
9860         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9861         * nptl/pt-fork.c: ... here.
9862         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9863         * nptl/pthread-pi-defines.sym: ... here.
9864         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9865         * nptl/pthread_attr_getaffinity.c: ... here.
9866         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9867         * nptl/pthread_attr_setaffinity.c: ... here.
9868         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9869         * nptl/pthread_mutex_cond_lock.c: ... here.
9870         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9871         Update #include.
9872         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9873         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9874         * nptl/pthread_once.c: ... here, replacing old file.
9875         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9876         * nptl/pthread_yield.c: ... here.
9877         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9878         * nptl/register-atfork.c: ... here.
9879         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9880         * nptl/sem_post.c: ... here.
9881         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9882         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9883         * nptl/sem_timedwait.c: ... here.
9884         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9885         * nptl/sem_trywait.c: ... here.
9886         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9887         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9888         * nptl/sem_wait.c: ... here.
9889         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9890         * nptl/structsem.sym: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9892         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9893         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9894         * nptl/unregister-atfork.c: ... here.
9895         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9896         * nptl/unwindbuf.sym: ... here.
9897         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9898         * sysdeps/nptl/fork.c: ... here.
9899         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9900         * sysdeps/nptl/fork.h: ... here.
9901         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9902         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9903         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9904         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9905         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9906         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9907         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9908         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9909         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9910         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9911         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9912         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9913         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9914         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9915         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9916         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9917         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9918         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9919         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9920         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9921         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9922         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9923         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9924         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9925         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9926         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9927         * sysdeps/unix/sysv/linux/raise.c: ... here.
9928         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9929         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9930         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9931         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9932         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9933         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9934         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9935         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9936         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9937         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9938         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9939         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9940         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9941         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9942         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9944 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9946         * sysdeps/generic/memcopy.h: Add comment for
9947         MEMCPY_OK_FOR_FWD_MEMMOVE.
9949 2014-07-04  Will Newton  <will.newton@linaro.org>
9951         * string/memchr.c: Merge from gnulib.
9952         [_LIBC]: Remove conditionals.
9953         (__ptr_t): Remove define.
9954         (LONG_MAX_32_BITS): Likewise.
9955         (LONG_MAX): Likewise.
9956         (MEMCHR): Use ANSI prototype and optimize algorithm.
9958         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9960 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9962         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9963         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9965         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9966         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9967         in a bare environment with no <stdlib.h> installed.
9968         * sysdeps/nptl/configure: Regenerated.
9970         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9972         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9973         AC_EGREP_CPP for kernel header checks, so they only succeed if
9974         including <linux/version.h> actually works right.
9975         * sysdeps/unix/sysv/linux/configure: Regenerated.
9977         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9978         value so it's not diagnosed as unused.
9980         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9981         thing) with "ifeq ($(subdir),rt)".
9983 2014-07-03  Richard Henderson  <rth@redhat.com>
9985         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9986         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9987         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9989         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9990         (math_force_eval): New.
9992         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9993         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9995         * sysdeps/alpha/fpu/s_round.c: Remove file.
9996         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9998         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9999         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10000         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10001         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10002         (_dl_start, print_statistics): Likewise.
10003         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10004         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10006         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10007         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10008         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10009         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10010         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10011         (HP_SMALL_TIMING_AVAIL): Define.
10012         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10013         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10014         (HP_SMALL_TIMING_AVAIL): Define.
10015         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10016         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10018         * sysdeps/aarch64/hp-timing.h: New file.
10020         * sysdeps/generic/hp-timing.h: Remove dead comment.
10021         * sysdeps/generic/hp-timing-common.h: New file.
10022         * sysdeps/alpha/hp-timing.h: Include it.
10023         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10024         * sysdeps/i386/i686/hp-timing.h: Likewise.
10025         * sysdeps/ia64/hp-timing.h: Likewise.
10026         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10027         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10028         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10029         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10030         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10031         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10032         (hp_timing_t): New.
10034         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10035         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10036         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10037         * elf/rtld.c (_dl_start_final): Likewise.
10038         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10039         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10040         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10041         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10042         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10043         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10044         (HP_TIMING_DIFF_INIT): Remove.
10045         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10046         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10047         (HP_TIMING_DIFF_INIT): Remove.
10048         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10049         * sysdeps/i386/i686/hp-timing.c: Remove file.
10050         * sysdeps/x86_64/hp-timing.c: Remove file.
10051         * sysdeps/ia64/hp-timing.c: Remove file.
10052         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10053         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10054         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10055         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10057         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10058         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10059         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10060         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10061         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10062         (HP_TIMING_ACCUM): Remove.
10063         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10064         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10065         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10067         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10068         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10069         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10070         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10071         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10072         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10073         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10074         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10076         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10078 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10080         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10082 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10084         Sync up with gettext.
10085         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10086         [_MSC_VER]: Include malloc.h
10087         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10088         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10089         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10090         TEMP_FAILURE_RETRY.  Cast return of alloca.
10091         [!_LIBC] Call gl_rwlock_init.
10092         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10094 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10096         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10097         before checking its value.
10099 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10101         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10103         * debug/memcpy_chk.c: Don't include pagecopy.h.
10104         * debug/mempcpy_chk.c: Likewise.
10105         * string/memcpy.c: Likewise.
10106         * string/memmove.c: Likewise.
10107         * sysdeps/powerpc/memmove.c: Likewise.
10108         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10109         definition of PAGE_COPY_FWD_MAYBE here...
10110         * sysdeps/generic/pagecopy.h: ... from here.
10111         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10113 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10114             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10116         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10117         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10118         optimizations.
10119         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10120         (__libc_ifunc_impl_list): Likewise.
10121         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10122         multiarch strcat for PPC64.
10123         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10124         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10126 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10128         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10130 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10132         * intl/loadmsgcat.c: Remove declaration of
10133         get_sysdep_segment_value.
10134         (get_sysdep_segment_value): Use ISO C style.
10135         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10136         semicolon.  Fix typo and formatting in comment.
10137         (_nl_unload_domain): Use ISO C style.
10139         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10141 2014-07-02  Will Newton  <will.newton@linaro.org>
10143         * malloc/obstack.c: Merge from gnulib master.
10144         [HAVE_CONFIG_H]: Remove conditional code.
10145         [!_LIBC]: Include config.h.
10146         [!ELIDE_CODE]: Don't include inttypes.h, include
10147         stdint.h unconditionally.
10148         (print_and_abort): Mark as _Noreturn.
10149         (_obstack_allocated_p): Mark as __attribute_pure__.
10150         (obstack_free): Rename to __obstack_free.
10151         [!__attribute__]: Remove conditional code.
10152         * malloc/obstack.h: Merge from gnulib master.
10153         [__cplusplus]: Move conditional down.
10154         [!__attribute_pure__]: Define __attribute_pure__ here
10155         if it is not already defined.
10156         (_obstack_memory_used): Mark as __attribute_pure__.
10157         [!__obstack_free]: Define as obstack_free.
10158         [__GNUC__]: Remove check for ancient NeXT gcc.
10160 2014-07-02  Will Newton  <will.newton@linaro.org>
10161             Paul Eggert  <eggert@cs.ucla.edu>
10163         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10165 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10167         * resolv/gethnamaddr.c: Add comment warning that the file is
10168         not maintained.
10170 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10172         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10173         entries.
10175         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10176         entry for aio_cancel and aio_cancel64.
10177         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10178         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10179         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10180         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10181         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10182         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10183         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10184         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10185         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10186         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10187         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10188         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10189         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10191 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10193         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10194         * nptl/pthread_mutex_lock.c: Likewise.
10195         * nptl/pthread_mutex_timedlock.c: Likewise.
10196         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10198 2014-07-01  Richard henderson  <rth@redhat.com>
10200         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10201         (__isnan, __isnanl): Remove.
10202         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10204         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10206 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10208         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10210 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10212         * resolv/nss_dns/dns-host.c (getanswer_r)
10213         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10215 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10217         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10218         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10219         undefine.
10220         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10221         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10223 2014-07-01  Roland McGrath <roland@hack.frob.com>
10225         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10226         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10228         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10229         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10231         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10232         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10233         ... here.
10234         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10235         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10237         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10238         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10239         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10240         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10242         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10243         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10244         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10245         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10246         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10247         Moved ...
10248         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10249         ... here.
10250         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10251         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10252         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10253         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10254         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10255         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10256         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10257         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10258         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10259         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10260         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10261         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10262         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10263         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10264         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10265         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10266         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10267         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10268         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10269         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10270         ... here.
10271         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10272         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10273         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10274         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10275         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10276         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10277         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10278         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10280 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10282         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10283         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10284         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10285         Add sysdep.
10287 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10289         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10291 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10293         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10294         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10296         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10298         * sysdeps/arm/libm-test-ulps: Regenerated.
10300 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10301             Roland McGrath <roland@hack.frob.com>
10303         * test-skeleton.c (signal_handler): Kill the whole process group
10304         before killing the child individually.
10305         (main): Report any failure on `setpgid'.
10307 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10309         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10310         from _TLS_H to _ARM_NPTL_TLS_H.
10311         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10312         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10314 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10316         [BZ #16539]
10317         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10318         (__expm1l): Return argument unchanged when small but not
10319         subnormal.
10321         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10322         include macro name.
10323         (_FP_UNPACK_RAW_1_P): Likewise.
10324         (_FP_PACK_RAW_1): Likewise.
10325         (_FP_PACK_RAW_1_P): Likewise.
10326         (_FP_MUL_MEAT_1_wide): Likewise.
10327         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10328         (_FP_MUL_MEAT_1_hard): Likewise.
10329         (_FP_DIV_MEAT_1_imm): Likewise.
10330         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10331         (_FP_DIV_MEAT_1_udiv): Likewise.
10332         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10333         (_FP_UNPACK_RAW_2): Likewise.
10334         (_FP_UNPACK_RAW_2_P): Likewise.
10335         (_FP_PACK_RAW_2): Likewise.
10336         (_FP_PACK_RAW_2_P): Likewise.
10337         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10338         (_FP_MUL_MEAT_2_wide): Likewise.
10339         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10340         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10341         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10342         (_FP_MUL_MEAT_2_gmp): Likewise.
10343         (_FP_DIV_MEAT_2_udiv): Likewise.
10344         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10345         (_FP_FRAC_SRL_4): Likewise.
10346         (_FP_FRAC_SRST_4): Likewise.
10347         (_FP_FRAC_SRS_4): Likewise.
10348         (_FP_UNPACK_RAW_4): Likewise.
10349         (_FP_UNPACK_RAW_4_P): Likewise.
10350         (_FP_PACK_RAW_4): Likewise.
10351         (_FP_PACK_RAW_4_P): Likewise.
10352         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10353         (_FP_MUL_MEAT_4_wide): Likewise.
10354         (_FP_MUL_MEAT_4_gmp): Likewise.
10355         (umul_ppppmnnn): Likewise.
10356         (_FP_DIV_MEAT_4_udiv): Likewise.
10357         (__FP_FRAC_ADD_4): Likewise.
10358         (__FP_FRAC_SUB_3): Likewise.
10359         (__FP_FRAC_SUB_4): Likewise.
10360         (__FP_FRAC_DEC_3): Likewise.
10361         (__FP_FRAC_DEC_4): Likewise.
10362         (__FP_FRAC_ADDI_4): Likewise.
10363         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10364         (_FP_FRAC_SRL_8): Likewise.
10365         (_FP_FRAC_SRS_8): Likewise.
10367         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10368         include macro name.
10369         (FP_UNPACK_RAW_EP): Likewise.
10370         (FP_PACK_RAW_E): Likewise.
10371         (FP_PACK_RAW_EP): Likewise.
10372         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10373         (_FP_ISSIGNAN): Likewise.
10374         (_FP_ADD_INTERNAL): Likewise.
10375         (_FP_FMA): Likewise.
10376         (_FP_CMP): Likewise.
10377         (_FP_SQRT): Likewise.
10378         (_FP_TO_INT): Likewise.
10379         (_FP_FROM_INT): Likewise.
10380         (FP_EXTEND): Likewise.
10381         (_FP_DIV_MEAT_N_loop): Likewise.
10383 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10385         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10386         throughout.
10388 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10390         [BZ #17097]
10391         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10392         result with correct sign in case of exponents that produce
10393         overflow except for X very close to 1.
10395 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10397         mktime: merge #if/#ifdef usage from glibc
10398         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10399         as that works with both Glibc's and Gnulib's style.
10400         See thread starting at Siddhesh Poyarekar's bug report at:
10401         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10403 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10405         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10406         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10407         * sysdeps/tile/tilegx/memmove.c: Remove file.
10409 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10411         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10412         abi-name definition.
10413         * scripts/soversions.awk: Do not handle or generate ABI lines.
10414         * shlib-versions: Remove ABI entries.
10415         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10416         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10418 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10420         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10421         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10422         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10423         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10424         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10425         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10426         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10427         Moved ...
10428         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10429         ... here.
10430         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10431         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10432         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10433         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10435         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10437         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10438         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10439         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10441         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10442         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10443         Moved ...
10444         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10445         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10446         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10447         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10448         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10449         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10450         Moved ...
10451         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10452         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10453         Moved ...
10454         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10455         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10456         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10457         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10458         Moved ...
10459         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10460         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10461         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10462         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10463         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10464         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10465         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10466         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10467         Moved ...
10468         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10469         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10470         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10471         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10472         Moved ...
10473         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10474         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10475         Moved ...
10476         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10477         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10478         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10479         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10480         Moved ...
10481         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10482         ... here.
10483         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10484         Identical file removed.
10485         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10486         Moved ...
10487         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10489         Identical file removed.
10490         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10491         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10493         Moved ...
10494         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10495         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10496         Identical file removed.
10497         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10498         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10499         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10500         Identical file removed.
10501         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10502         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10503         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10504         Identical file removed.
10505         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10506         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10507         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10508         Identical file removed.
10509         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10510         Moved ...
10511         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10512         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10513         Identical file removed.
10514         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10515         Moved ...
10516         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10517         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10518         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10519         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10520         Identical file removed.
10521         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10522         Moved ...
10523         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10524         ... here.
10525         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10526         Identical file removed.
10527         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10528         Moved ...
10529         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10530         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10531         Identical file removed.
10532         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10533         Moved ...
10534         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10535         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10538         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10539         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10540         Moved ...
10541         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10542         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10543         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10545         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10546         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10547         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10548         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10549         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10551 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10553         [BZ #17092]
10554         * nscd/nscd.c (monitor_child): Return exit status of child
10555         instead of return value from wait syscall.
10557 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10559         * configure.ac (libc_commonpagesize): Remove variable.
10560         (libc_relro_required): Likewise.
10561         (libc_cv_z_relro): Remove configure test.
10562         * configure: Regenerated.
10563         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10564         variable.
10565         (libc_relro_required): Likewise.
10566         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10567         (libc_relro_required): Likewise.
10568         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10569         (libc_relro_required): Likewise.
10570         * sysdeps/arm/preconfigure: Regenerated.
10571         * sysdeps/ia64/preconfigure: Remove file.
10572         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10573         variable.
10574         (libc_relro_required): Likewise.
10576         [BZ #16561]
10577         [BZ #16562]
10578         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10579         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10580         recompute overflowing results in original rounding mode.
10581         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10582         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10583         recompute overflowing results in original rounding mode.
10584         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10585         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10586         recompute overflowing results in original rounding mode.
10587         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10588         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10589         recompute overflowing results in original rounding mode.
10590         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10591         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10592         recompute overflowing results in original rounding mode.
10593         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10594         (libc_feholdsetround_ctx): New macro.
10595         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10596         * sysdeps/i386/fpu/libm-test-ulps: Update.
10597         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10599 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10601         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10602         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10603         corresponding .cpsetup call.
10605 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10607         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10608         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10609         * sysdeps/arm/Makefile [$(subdir) = csu]
10610         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10611         (static-only-routines): Add aeabi_read_tp here.
10612         (shared-only-routines): Add libc-aeabi_read_tp here.
10613         (CFLAGS-libc-start.c): Add -fexceptions here.
10614         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10615         (sysdep_routines, static-only-routines, shared-only-routines):
10616         Don't add to these here.
10617         (CFLAGS-libc-start.c): Likewise.
10619         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10620         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10621         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10622         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10623         * sysdeps/arm/Makefile [$(subdir) = rt]
10624         (librt-sysdep_routines, librt-shared-only-routines):
10625         Append rt-aeabi_unwind_cpp_pr1 here.
10626         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10627         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10628         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10629         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10630         Append nptl-aeabi_unwind_cpp_pr1 here.
10631         (tests): Filter out tst-cleanupx4 here.
10632         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10633         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10634         Don't do those here.
10636 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10638         * scripts/list-sources.sh: Do not handle ports specially.
10640 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10642         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10643         * sysdeps/arm/feupdateenv.c: Likewise.
10645         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10647 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10649         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10650         trailing whitespace removed.
10651         * scripts/config.guess: Update to version 2014-03-23.
10652         * scripts/config.sub: Update to version 2014-05-01
10653         * scripts/install-sh: Update to version 2013-12-25.23.
10654         * scripts/move-if-change: Update from gnulib.
10656 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10658         * debug/memmove_chk.c: Remove pagecopy.h include.
10660 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10662         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10663         identical to gnulib mktime.
10665 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10667         * configure.ac: Do not test for machine being rs6000.  Do not test
10668         for powerpc*-*soft.
10669         * configure: Regenerated.
10671         [BZ #11505]
10672         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10673         test.
10674         * configure: Regenerated.
10675         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10676         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10677         Remove configure test.
10678         * sysdeps/arm/configure: Regenerated.
10679         * sysdeps/nptl/configure.ac: Do not check
10680         libc_cv_asm_cfi_directives.
10681         * sysdeps/nptl/configure: Regenerated.
10682         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10683         * sysdeps/x86_64/nptl/configure: Remove generated file.
10684         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10685         unconditional.
10686         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10688 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10690         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10691         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10692         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10693         it is defined.
10695         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10696         instead of whether it is defined.
10697         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10698         * sysdeps/hppa/dl-machine.h: Likewise.
10699         * sysdeps/ia64/dl-machine.h: Likewise.
10700         * sysdeps/m68k/dl-machine.h: Likewise.
10701         * sysdeps/microblaze/dl-machine.h: Likewise.
10702         * sysdeps/mips/dl-machine.: Likewise.
10703         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10704         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10705         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10706         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10707         * sysdeps/sh/dl-machine.h: Likewise.
10708         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10709         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10710         * sysdeps/tile/dl-machine.h: Likewise.
10711         * sysdeps/x86_64/dl-machine.h: Likewise.
10713         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10714         code.
10715         (verify_persistent_db): Likewise.
10717 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10719         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10720         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10721         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10722         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10723         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10724         Moved ...
10725         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10726         ... here.
10727         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10728         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10729         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10730         Identical file removed.
10731         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10732         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10733         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10734         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10735         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10736         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10737         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10738         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10739         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10740         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10741         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10742         Moved ...
10743         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10744         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10745         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10746         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10747         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10748         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10749         Moved ...
10750         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10751         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10752         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10753         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10754         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10755         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10756         Identical file removed.
10757         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10758         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10759         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10760         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10761         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10762         Moved ...
10763         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10764         ... here.
10765         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10766         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10767         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10768         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10769         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10770         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10771         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10772         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10773         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10774         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10775         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10776         Moved ...
10777         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10778         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10779         Moved ...
10780         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10781         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10782         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10783         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10784         Moved ...
10785         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10786         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10787         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10789         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10790         folded into ...
10791         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10792         * sysdeps/unix/sysv/linux/s390/Versions
10793         (libpthread: GLIBC_2.19): New version set.
10794         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10795         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10796         (librt: GLIBC_2.3.3): New version set.
10797         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10798         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10799         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10800         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10801         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10802         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10803         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10804         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10805         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10806         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10807         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10808         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10809         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10810         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10811         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10812         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10813         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10814         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10815         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10816         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10817         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10818         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10819         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10820         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10821         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10822         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10823         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10824         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10825         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10826         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10827         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10828         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10829         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10830         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10831         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10832         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10833         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10834         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10835         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10836         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10837         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10838         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10839         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10840         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10841         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10843         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10844         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10845         (__libc_vfork): Define the function under this name.
10846         [!NOT_IN_libc] (__vfork): Make this an alias.
10847         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10848         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10849         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10850         (__libc_vfork): Define the function under this name.
10851         [!NOT_IN_libc] (__vfork): Make this an alias.
10852         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10853         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10854         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10855         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10856         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10857         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10859         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10860         code that was previously under [RESET_PID].
10861         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10862         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10863         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10865         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10866         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10867         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10868         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10869         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10870         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10871         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10872         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10873         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10874         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10875         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10876         Moved ...
10877         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10878         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10879         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10880         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10881         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10882         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10883         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10884         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10885         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10886         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10887         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10888         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10889         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10890         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10891         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10892         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10893         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10894         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10895         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10896         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10897         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10898         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10899         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10900         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10901         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10902         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10903         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10904         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10905         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10907 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10909         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10910         that was previously under [RESET_PID].
10911         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10913 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10915         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10916         not undefine and redefine.
10917         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10918         [O_CLOEXEC]: Make code unconditional.
10919         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10920         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10921         <kernel-features.h>.
10922         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10923         conditional variable definition.
10924         (shm_open) [O_CLOEXEC]: Make code unconditional.
10925         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10926         code.
10928         * configure.ac (USE_REGPARMS): Don't define here.
10929         * configure: Regenerated.
10930         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10931         * sysdeps/i386/configure: Regenerated.
10933         * nptl/createthread.c: Don't include kernel-features.h.
10934         * nptl/pthread_cancel.c: Likewise.
10935         * nptl/pthread_condattr_setclock.c: Likewise.
10936         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10937         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10938         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10939         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10940         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10941         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10942         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10943         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10944         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10945         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10946         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10947         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10948         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10949         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10950         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10951         * nscd/gai.c: Likewise.
10952         * nss/nss_db/db-open.c: Likewise.
10953         * sysdeps/generic/ldsodefs.h: Likewise.
10954         * sysdeps/sh/nptl/tls.h: Likewise.
10955         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10956         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10957         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10958         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10959         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10960         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10961         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10962         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10963         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10964         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10965         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10966         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10967         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10968         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10969         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10970         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10971         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10972         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10973         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10974         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10975         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10976         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10977         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10978         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10979         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10980         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10981         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10982         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10983         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10984         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10985         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10986         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10987         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10988         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10989         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10990         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10991         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10992         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10993         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10994         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10995         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10996         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10997         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10998         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10999         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11000         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11001         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11002         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11003         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11004         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11005         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11006         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11007         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11008         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11009         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11010         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11011         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11012         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11035         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11036         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11037         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11038         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11039         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11040         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11041         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11042         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11043         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11044         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11045         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11046         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11047         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11048         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11049         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11050         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11051         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11052         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11053         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11054         * sysdeps/unix/sysv/linux/system.c: Likewise.
11055         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11056         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11057         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11058         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11059         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11060         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11061         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11063         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11064         * configure: Regenerated.
11065         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11067         * configure.ac (base_machine): Do not set specially for particular
11068         machines here.
11069         * configure: Regenerated.
11070         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11071         settings from configure.ac.
11072         * sysdeps/i386/preconfigure: New file.
11073         * sysdeps/s390/preconfigure: Likewise.
11074         * sysdeps/sh/preconfigure: Likewise.
11075         * sysdeps/sparc/preconfigure: Likewise.
11077 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11079         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11080         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11081         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11082         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11083         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11084         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11085         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11086         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11087         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11088         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11089         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11090         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11091         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11092         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11093         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11094         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11095         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11096         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11097         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11099         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11100         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11101         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11102         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11103         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11104         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11105         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11106         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11107         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11108         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11109         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11110         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11111         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11112         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11113         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11114         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11115         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11116         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11117         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11118         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11119         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11120         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11121         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11122         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11123         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11124         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11125         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11126         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11127         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11128         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11129         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11130         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11131         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11132         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11133         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11134         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11135         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11136         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11138         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11139         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11140         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11141         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11142         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11143         Moved ...
11144         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11145         ... here.
11146         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11147         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11148         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11149         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11150         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11151         Moved ...
11152         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11153         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11154         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11156         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11158         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11160         Moved ...
11161         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11162         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11163         Moved ...
11164         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11165         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11166         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11168         Moved ...
11169         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11170         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11171         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11172         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11173         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11174         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11175         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11176         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11177         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11178         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11179         Moved ...
11180         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11181         ... here.
11182         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11183         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11185         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11186         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11187         Moved ...
11188         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11189         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11190         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11191         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11192         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11193         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11194         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11195         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11196         Moved ...
11197         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11199         Moved ...
11200         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11201         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11202         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11203         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11204         Moved ...
11205         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11207         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11208         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11209         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11211 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11213         * timezone/checktab.awk: Update from tzcode 2014e.
11214         * timezone/private.h: Likewise.
11215         * timezone/tzfile.h: Likewise.
11216         * timezone/zdump.c: Likewise.
11217         * timezone/zic.c: Likewise.
11219         * sysdeps/unix/sysv/linux/kernel-features.h
11220         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11221         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11222         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11223         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11224         Remove conditional code.
11226 2014-06-25  Will Newton  <will.newton@linaro.org>
11228         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11229         (_dl_arm_cap_flags): Add HWCAP2 values.
11230         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11231         (_DL_HWCAP_COUNT): Increase to 37.
11232         (_DL_HWCAP_LAST): New define.
11233         (_DL_HWCAP2_LAST): New define.
11234         (_dl_procinfo): Add support for printing
11235         AT_HWCAP2 entries.
11236         (_dl_string_hwcap): Use _dl_hwcap_string.
11238 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11242 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11244         * README: Do not mention ports directory.
11246         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11247         Remove macro.
11248         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11249         <kernel-features.h>.
11250         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11251         conditional variable definition.
11252         (__futimes): Update comment.
11253         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11254         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11256         [BZ #16560]
11257         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11258         arguments close to 0.
11259         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11260         Likewise.
11261         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11262         Likewise.
11263         * math/auto-libm-test-in: Add more tests of exp10.
11264         * math/auto-libm-test-out: Regenerated.
11265         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11267         * sysdeps/unix/sysv/linux/kernel-features.h
11268         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11269         * sysdeps/unix/sysv/linux/readv.c: Do not include
11270         <kernel-features.h>.
11271         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11272         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11273         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11274         unconditional.
11275         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11276         conditional code.
11277         * sysdeps/unix/sysv/linux/writev.c: Do not include
11278         <kernel-features.h>.
11279         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11280         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11281         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11282         unconditional.
11283         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11284         conditional code.
11286 2014-06-25  Will Newton  <will.newton@linaro.org>
11288         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11289         comment changes throughout the file.  Remove checks
11290         for HAVE_*_H definitions that are not required.
11291         (__gen_tempname): Call abort if an unknown kind value is
11292         passed.
11294 2014-06-25  Andreas Schwab  <schwab@suse.de>
11296         [BZ #17086]
11297         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11298         scalbln, scalblnf, scalblnl in libc.
11300 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11302         [BZ #17086]
11303         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11304         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11305         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11307 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11309         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11310         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11311         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11312         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11313         Update #include.
11314         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11315         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11316         Update #include.
11317         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11318         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11319         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11320         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11321         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11322         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11323         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11324         * sysdeps/x86/bits/semaphore.h: ... here.
11325         * sysdeps/x86/nptl/elide.h: Moved ...
11326         * sysdeps/x86/elide.h: ... here.
11327         * sysdeps/x86_64/nptl/Implies: File removed.
11328         * sysdeps/i386/nptl/Implies: File removed.
11330 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11332         [BZ #16539]
11333         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11334         return the argument for normal arguments with exponent below -64.
11335         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11336         Likewise.
11337         * math/auto-libm-test-in: Add another test of expm1.
11338         * math/auto-libm-test-out: Regenerated.
11340         [BZ #16287]
11341         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11342         calling __erfcl for arguments at least 16.
11343         * math/auto-libm-test-in: Add more tests of erf.
11344         * math/auto-libm-test-out: Regenerated.
11346         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11347         individual architectures.
11348         * sysdeps/unix/sysv/linux/configure: Regenerated.
11349         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11350         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11351         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11352         (ldd_rewrite_script): Define variable.
11353         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11355         file.
11356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11357         generated file.
11358         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11359         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11360         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11361         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11362         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11363         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11364         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11365         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11367 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11369         [BZ #17084]
11370         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11371         Rename member __data.d to __data.__elision_data.
11373 2014-06-24  Wilco  <wdijkstr@arm.com>
11375         * NEWS: Add 16918 to fixed bug list.
11377 2014-06-24  Wilco  <wdijkstr@arm.com>
11379         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11381 2014-06-24  Wilco  <wdijkstr@arm.com>
11383         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11384         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11385         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11386         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11387         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11388         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11389         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11390         Use _FPU_MASK_RM.
11392 2014-06-24  Wilco  <wdijkstr@arm.com>
11394         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11396 2014-06-24  Wilco  <wdijkstr@arm.com>
11398         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11399         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11400         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11401         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11403 2014-06-24  Wilco  <wdijkstr@arm.com>
11405         [BZ #16918]
11406         * sysdeps/arm/feupdateenv.c (feupdateenv):
11407         Rewrite to reduce FPSCR accesses and fix return value.
11409 2014-06-24  Wilco  <wdijkstr@arm.com>
11411         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11412         Optimize to avoid unnecessary FPSCR writes.
11413         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11414         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11415         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11416         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11418 2014-06-24  Wilco  <wdijkstr@arm.com>
11420         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11421         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11422         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11423         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11424         Call libc_fetestexcept_vfp.
11425         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11426         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11427         __SOFTFP__ ifdef so that they can be built for softfp.
11429 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11431         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11432         argument type signed char.
11434         * Makerules (check-abi): Dump diff of symlist if the test
11435         fails.
11437 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11439         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11440         using abort.
11442         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11443         Remove unused variable ST.
11445 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11447         [BZ #16354]
11448         [BZ #17061]
11449         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11450         small arguments before calling __expm1.
11451         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11452         small arguments before calling __expm1f.
11453         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11454         small arguments before calling __expm1l.
11455         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11456         Likewise.
11457         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11458         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11459         spurious underflow for some cosh tests.
11460         * math/auto-libm-test-out: Regenerated.
11461         * sysdeps/i386/fpu/libm-test-ulps: Update.
11463         [BZ #17050]
11464         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11465         (__ieee754_y1): Set errno if return value overflows.
11466         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11467         (__ieee754_y1f): Set errno if return value overflows.
11468         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11469         (__ieee754_y1l): Set errno if return value overflows.
11470         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11471         (__ieee754_y1l): Set errno if return value overflows.
11472         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11473         * math/auto-libm-test-out: Regenerated.
11475         * math/gen-auto-libm-tests.c: Document use of
11476         ignore-zero-inf-sign.
11477         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11478         (input_flags): Add ignore-zero-inf-sign.
11479         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11480         * math/gen-libm-test.pl (generate_testfile): Handle
11481         ignore-zero-inf-sign.
11482         * math/auto-libm-test-in: Mark some cpow tests with
11483         ignore-zero-inf-sign and some with xfail-rounding.
11484         * math/auto-libm-test-out: Regenerated.
11485         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11486         * sysdeps/i386/fpu/libm-test-ulps: Update.
11487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11489         [BZ #16315]
11490         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11491         overflowing or underflowing operations take place with sign of
11492         result.
11493         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11494         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11495         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11496         (__ieee754_pow): Recompute overflowing and underflowing results in
11497         original rounding mode.
11498         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11499         (__powl_helper): Allow negative argument X and scale negated value
11500         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11501         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11502         overflowing or underflowing operations take place with sign of
11503         result.
11504         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11505         Include <math.h>.
11506         * math/auto-libm-test-in: Add more tests of pow.
11507         * math/auto-libm-test-out: Regenerated.
11508         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11509         (pow_tonearest_test_data): Remove.
11510         (pow_test_tonearest): Likewise.
11511         (pow_towardzero_test_data): Likewise.
11512         (pow_test_towardzero): Likewise.
11513         (pow_downward_test_data): Likewise.
11514         (pow_test_downward): Likewise.
11515         (pow_upward_test_data): Likewise.
11516         (pow_test_upward): Likewise.
11517         (main): Don't call removed functions.
11518         * sysdeps/i386/fpu/libm-test-ulps: Update.
11519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11521 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11524         Moved ...
11525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11527         Moved ...
11528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11530         Moved ...
11531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11533         Moved ...
11534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11536         File removed.
11537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11538         File removed.
11539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11540         File removed.
11541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11542         File removed.
11543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11544         File removed.
11545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11546         File removed.
11547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11548         File removed.
11549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11550         File removed.
11551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11552         File removed.
11553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11554         File removed.
11555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11556         File removed.
11557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11558         File removed.
11559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11560         Moved ...
11561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11563         Moved ...
11564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11565         ... here.
11566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11567         Moved ...
11568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11570         Moved ...
11571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11573         Moved ...
11574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11576         Moved ...
11577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11579         Moved ...
11580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11582         Moved ...
11583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11585         Moved ...
11586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11589         ... here.
11590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11591         Moved ...
11592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11594         Moved ...
11595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11596         ... here.
11597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11598         Moved ...
11599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11600         ... here.
11601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11602         Moved ...
11603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11604         ... here.
11605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11606         Moved ...
11607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11609         Moved ...
11610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11614         Moved ...
11615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11616         ... here.
11617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11618         Moved ...
11619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11620         ... here.
11621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11622         Moved ...
11623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11625         Moved ...
11626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11628         Moved ...
11629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11631         Moved ...
11632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11634         Moved ...
11635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11636         ... here.
11637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11638         Moved ...
11639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11641         Moved ...
11642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11644         Moved ...
11645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11647         Moved ...
11648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11652         Moved ...
11653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11655         Moved ...
11656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11658         Moved ...
11659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11660         ... here.
11661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11662         Moved ...
11663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11664         ... here.
11665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11666         Moved ...
11667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11668         ... here.
11669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11670         Moved ...
11671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11673         Moved ...
11674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11676         Moved ...
11677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11679         Moved ...
11680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11681         ... here.
11682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11683         Moved ...
11684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11685         ... here.
11686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11687         Moved ...
11688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11689         ... here.
11690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11691         Moved ...
11692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11694         Moved ...
11695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11697 2014-06-23  Will Newton  <will.newton@linaro.org>
11698             Wilco  <wdijkstr@arm.com>
11700         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11701         implementation.  Include get-rounding-mode.h.
11702         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11703         [!libc_feholdsetround_noex_ctx]: Define
11704         libc_feholdsetround_noex_ctx.
11705         [!libc_feholdsetround_noexf_ctx]: Define
11706         libc_feholdsetround_noexf_ctx.
11707         [!libc_feholdsetround_noexl_ctx]: Define
11708         libc_feholdsetround_noexl_ctx.
11709         (libc_feholdsetround_ctx): New function.
11710         (libc_feresetround_ctx): New function.
11711         (libc_feholdsetround_noex_ctx): New function.
11712         (libc_feresetround_noex_ctx): New function.
11714 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11716         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11717         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11718         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11719         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11720         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11721         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11723         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11724         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11725         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11726         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11727         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11728         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11729         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11730         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11731         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11732         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11733         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11734         Moved ...
11735         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11736         ... here.
11737         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11738         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11739         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11740         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11741         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11742         Moved ...
11743         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11744         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11745         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11746         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11747         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11748         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11749         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11750         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11751         Moved ...
11752         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11753         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11754         Moved ...
11755         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11756         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11757         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11758         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11759         Moved ...
11760         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11761         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11762         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11763         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11764         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11765         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11766         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11767         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11768         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11769         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11770         Moved ...
11771         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11772         ... here.
11773         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11774         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11775         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11776         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11777         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11778         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11779         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11780         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11781         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11782         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11783         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11784         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11785         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11786         Moved ...
11787         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11788         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11789         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11790         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11791         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11792         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11793         Moved ...
11794         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11795         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11796         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11797         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11798         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11800         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11801         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11802         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11803         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11804         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11805         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11806         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11807         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11808         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11809         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11810         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11811         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11812         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11813         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11814         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11815         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11816         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11817         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11818         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11819         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11820         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11821         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11822         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11823         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11824         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11825         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11826         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11827         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11829 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11831         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11832         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11833         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11834         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11835         (IPV6_PMTUDISC_INTERFACE): Likewise.
11836         (IPV6_PMTUDISC_OMIT): Likewise.
11838 2014-06-23  Andreas Schwab  <schwab@suse.de>
11840         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11841         Remove unused errout label.
11843 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11845         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11846         macro: hardware supports Vector Crypto instructions.
11848 2014-06-23  Will Newton  <will.newton@linaro.org>
11850         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11851         rather than __builtin_expect.
11853         * elf/dl-lookup.c (undefined_msg): Remove variable.
11854         (_dl_lookup_symbol_x): Replace undefined_msg with string
11855         literal.
11857         * elf/dl-lookup.c (do_lookup_unique): New function.
11858         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11859         to a separate function.
11861 2014-06-23  Andreas Schwab  <schwab@suse.de>
11863         [BZ #17079]
11864         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11865         before reading the next line.
11867 2014-06-23  Will Newton  <will.newton@linaro.org>
11869         * test-skeleton.c (signal_handler): Use printf and %m
11870         rather than perror.  Use printf rather than fprintf to
11871         stderr.  Use puts rather than fputs to stderr.
11872         (main): Likewise.
11874 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11876         * nscd/nscd.c (thread_info_t): Remove typedef.
11877         (thread_info): Remove variable.
11879 2014-06-21  Allan McRae  <allan@archlinux.org>
11881         * NEWS: Mention CVE-2014-4043.
11883 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11885         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11886         * nptl/smp.h: ... here.
11888         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11890         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11891         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11892         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11893         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11895         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11896         * nptl/stack-aliasing.h: New file.
11897         * sysdeps/i386/i686/stack-aliasing.h: New file.
11898         * sysdeps/i386/i686/nptl/Makefile: File removed.
11899         * sysdeps/x86_64/stack-aliasing.h: New file.
11900         * sysdeps/x86_64/nptl/Makefile
11901         (CFLAGS-pthread_create.c): Variable removed.
11903         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11904         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11905         old file.
11906         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11907         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11908         old file.
11910 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11912         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11913         (__ASSUME_SIGFRAME_V2): Remove macro.
11914         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11915         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11916         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11917         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11918         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11919         Declare as function.  Remove conditional macro definitions.
11920         (__default_rt_sa_restorer): Likewise.
11921         (__default_sa_restorer_v1): Remove declaration.
11922         (__default_sa_restorer_v2): Likewise.
11923         (__default_rt_sa_restorer_v1): Likewise.
11924         (__default_rt_sa_restorer_v2): Likewise.
11925         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11926         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11927         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11929 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11931         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11932         (libpthread-routines): Add sysdep.
11933         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11934         * sysdeps/unix/sysv/linux/sparc/Versions
11935         (libpthread: GLIBC_2.3.3): New version set.
11936         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11937         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11938         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11939         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11940         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11941         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11942         Moved ...
11943         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11944         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11945         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11946         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11947         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11948         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11949         * sysdeps/sparc/nptl/sem_init.c: ... here.
11950         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11951         * sysdeps/sparc/nptl/sem_post.c: ... here.
11952         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11953         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11954         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11955         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11956         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11957         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11958         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11959         (libpthread-routines): Add cpu_relax.
11960         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11961         File removed.
11962         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11963         (librt: GLIBC_2.3.3): New version set.
11964         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11965         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11966         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11967         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11968         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11969         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11970         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11971         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11972         Moved ...
11973         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11974         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11975         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11976         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11977         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11978         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11979         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11980         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11981         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11982         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11983         Moved ...
11984         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11985         Update #include.
11986         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11987         Moved ...
11988         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11989         Update #include.
11990         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11991         Moved ...
11992         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11993         Update #include.
11994         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11995         Moved ...
11996         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11997         Update #include.
11998         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11999         Moved ...
12000         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12001         Update #include.
12002         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12003         Moved ...
12004         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12005         Update #include.
12006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12007         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12008         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12009         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12010         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12011         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12012         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12013         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12014         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12015         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12016         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12017         Moved ...
12018         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12019         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12020         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12021         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12022         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12024 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12026         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12027         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12028         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12029         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12030         * nscd/nscd.c: Likewise.
12031         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12032         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12033         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12034         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12036         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12037         <kernel-features.h>.
12038         (init_mq_netlink): Remove conditional have_sock_cloexec
12039         definitions.  Remove code conditional on have_sock_cloexec < 0.
12040         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12041         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12042         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12043         <kernel-features.h>.
12044         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12045         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12047 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12049         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12050         Add tests for memset_chk and memset.
12052         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12053         with AVX2_Usable.
12055 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12057         [BZ #16046]
12058         * elf/tst-dl-iter-static.c: New file.
12059         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12061         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12062         error.
12064 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12066         * sysdeps/unix/sysv/linux/kernel-features.h
12067         (__ASSUME_F_GETOWN_EX): Remove macro.
12068         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12069         <kernel-features.h>.
12070         (miss_F_GETOWN_EX): Remove variable or macro.
12071         (do_fcntl): Do not check miss_F_GETOWN_EX.
12072         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12074         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12075         Remove macro.
12076         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12077         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12078         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12080         * sysdeps/unix/sysv/linux/kernel-features.h
12081         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12082         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12083         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12084         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12086 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12088         [BZ #17075]
12089         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12090         Fix calculation of the symbol's value.
12091         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12092         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12093         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12094         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12095         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12096         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12097         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12098         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12099         (modules-names): Add `tst-armtlsdescmod',
12100         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12101         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12102         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12103         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12104         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12105         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12106         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12107         ($(objpfx)tst-armtlsdescloc): New dependency.
12108         ($(objpfx)tst-armtlsdescextnow): Likewise.
12109         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12110         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12111         TLS scheme support.
12112         * sysdeps/arm/configure: Regenerate.
12114 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12116         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12117         (__atfct_seterrno_2): Likewise.
12118         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12119         <kernel-features.h>.
12120         (__ASSUME_ATFCTS): Do not undefine and redefine.
12121         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12122         (__have_atfcts): Remove conditional definition.
12123         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12124         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12125         unreachable if [__ASSUME_ATFCTS].
12126         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12127         not undefine and redefine.
12128         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12129         <kernel-features.h>.
12130         (faccessat) [__NR_faccessat]: Make code unconditional.
12131         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12132         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12133         <kernel-features.h>.
12134         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12135         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12136         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12137         <kernel-features.h>.
12138         (fchownat) [__NR_fchownat]: Make code unconditional.
12139         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12140         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12141         <kernel-features.h>.
12142         (futimesat) [__NR_futimesat]: Make code unconditional.
12143         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12144         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12145         <kernel-features.h>.
12146         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12147         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12148         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12149         <kernel-features.h>.
12150         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12151         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12152         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12153         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12154         <kernel-features.h>.
12155         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12156         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12157         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12158         <kernel-features.h>.
12159         (linkat) [__NR_linkat]: Make code unconditional.
12160         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12161         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12162         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12163         <kernel-features.h>.
12164         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12165         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12166         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12167         <kernel-features.h>.
12168         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12169         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12170         * sysdeps/unix/sysv/linux/openat.c: Do not include
12171         <kernel-features.h>.
12172         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12173         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12174         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12175         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12176         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12177         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12178         <kernel-features.h>.
12179         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12180         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12181         result of INLINE_SYSCALL directly, not via int variable.
12182         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12183         <kernel-features.h>.
12184         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12185         (renameat) [__NR_renameat]: Make code unconditional.
12186         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12187         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12188         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12189         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12190         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12191         (__ASSUME_ATFCTS): Do not undefine and redefine.
12192         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12193         <kernel-features.h>.
12194         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12195         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12196         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12197         <kernel-features.h>.
12198         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12199         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12200         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12201         (__ASSUME_ATFCTS): Do not undefine and redefine.
12202         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12203         <kernel-features.h>.
12204         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12205         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12206         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12207         <kernel-features.h>.
12208         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12209         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12211 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12213         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12215 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12217         [BZ #17069]
12218         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12219         constructed tree before returning error.
12220         * posix/bug-regexp36.c: Expand test case.
12222 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12224         [BZ #6803]
12225         * math/libm-test.inc (scalbln_test_date):
12226         Add errno expectations.
12227         * math/w_scalblnf.c: New File.
12228         Add wrapper which checks for setting errno to ERANGE.
12229         Add weak_alias for corresponding scalbln function.
12230         * math/w_scalbln.c: Likewise.
12231         * math/w_scalblnl.c: Likewise.
12232         * math/Makefile (libm-calls): Add w_scalbln.
12233         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12234         Remove weak_alias for corresponding scalbln function.
12235         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12236         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12237         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12238         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12239         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12240         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12241         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12242         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12243         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12244         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12245         Remove long_double_symbol for scalblnl function in libm, libc.
12246         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12247         Add wrapper which checks for setting errno to ERANGE.
12248         Add long_double_symbol for scalblnl function in libm, libc.
12249         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12250         Remove long_double_symbol for scalblnl in libm.
12251         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12252         Add wrapper which checks for setting errno to ERANGE.
12253         Add long_double_symbol for scalblnl function in libm.
12254         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12255         Do not use wrapper because of own implementation.
12257 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12259         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12260         3 bytes for __pad1 for x32.
12261         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12263 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12264             H.J. Lu  <hongjiu.lu@intel.com>
12266         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12267         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12268         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12269         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12270         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12272 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12274         [BZ #17069]
12275         * posix/regcomp.c (parse_expression): Deallocate partially
12276         constructed tree before returning error.
12277         * posix/Makefile.c (tests): Add bug-regex36.
12278         (generated): Add bug-regex36.mtrace.
12279         (tests-special): Add $(objpfx)bug-regex36-mem.out
12280         (bug-regex36-ENV): New variable.
12281         ($(objpfx)bug-regex36-mem.out): New rule.
12282         * posix/bug-regex36.c: New file.
12284 2014-06-19  Will Newton  <will.newton@linaro.org>
12286         * malloc/malloc.c (systrim): If extra is zero then return
12287         early.
12289 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12291         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12293 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12295         * sysdeps/aarch64/strchr.S: New file.
12297 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12299         [BZ #17022]
12300         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12301         from arguments -2 or below.
12302         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12303         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12305 2014-06-18  Andreas Schwab  <schwab@suse.de>
12307         [BZ #17062]
12308         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12309         of a bracket expr not to run off the end of the string.
12310         * posix/Makefile (tests): Add tst-fnmatch3.
12311         * posix/tst-fnmatch3.c: New file.
12313 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12315         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12316         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12317         [$(cross-compiling) = no]: Likewise.
12318         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12319         [$(cross-compiling) = no]: Likewise.
12321 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12323         [BZ #17031]
12324         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12325         double, adjusted for any remainder from the high double.
12326         * math/libm-test.inc (nearbyint): Add tests.
12327         (rint): Likewise.
12329 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12331         * nptl/sysdeps/powerpc/Makefile: Moved ...
12332         * sysdeps/powerpc/nptl/Makefile: ... here.
12333         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12334         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12335         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12336         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12337         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12338         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12339         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12340         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12341         * nptl/sysdeps/powerpc/tls.h: Moved ...
12342         * sysdeps/powerpc/nptl/tls.h: ... here.
12344 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12346         [BZ #16681]
12347         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12348         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12349         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12350         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12351         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12352         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12353         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12354         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12355         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12357 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12359         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12361 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12363         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12364         defined operator.
12366         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12367         $TIMEOUTFACTOR.
12369 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12371         [BZ #17058]
12372         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12373         non-executed part of the test.
12375 2014-06-16  Andreas Schwab  <schwab@suse.de>
12377         * string/bits/string2.h (strdup, strndup): Update feature guard.
12379 2014-06-14  David S. Miller  <davem@davemloft.net>
12381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12383 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12385         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12386         that was previously under [RESET_PID].
12387         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12389         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12390         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12391         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12392         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12393         (__libc_vfork): New strong alias.
12394         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12396 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12398         * sysdeps/generic/elide.h: New file.
12400 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12402         * Makefile (installed-headers): Adjust path of pthread.h header.
12404 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12406         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12407         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12408         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12409         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12411         * nptl/sysdeps/s390/Makefile: Moved ...
12412         * sysdeps/s390/nptl/Makefile: ... here.
12413         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12414         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12415         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12416         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12417         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12418         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12419         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12420         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12421         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12422         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12423         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12424         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12425         * nptl/sysdeps/s390/tls.h: Moved ...
12426         * sysdeps/s390/nptl/tls.h: ... here.
12428         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12429         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12431 2014-06-13  David S. Miller  <davem@davemloft.net>
12433         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12434         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12435         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12436         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12437         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12438         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12439         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12440         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12441         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12442         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12443         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12444         Remove RESET_PID cpp guards.
12445         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12446         Remove RESET_PID cpp guards.
12447         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12449 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12451         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12452         __sp to uintptr_t.
12454 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12456         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12457         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12458         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12459         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12460         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12461         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12462         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12463         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12464         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12465         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12466         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12467         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12468         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12469         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12470         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12471         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12472         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12473         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12474         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12475         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12477         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12478         (pthread_rwlock_rdlock): Add elision.
12479         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12480         (pthread_rwlock_wrlock): Add elision.
12481         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12482         (pthread_rwlock_trywrlock): Add elision.
12483         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12484         (pthread_rwlock_tryrdlock): Add elision.
12485         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12486         (pthread_rwlock_tryrdlock): Add elision unlock.
12487         * nptl/sysdeps/pthread/pthread.h:
12488         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12489         (PTHREAD_RWLOCK_INITIALIZER,
12490         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12491         Handle new elision field.
12492         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12493         * sysdeps/arm/nptl/bits/pthreadtypes.h
12494         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12495         * sysdeps/sh/nptl/bits/pthreadtypes.h
12496         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12497         * sysdeps/tile/nptl/bits/pthreadtypes.h
12498         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12499         * sysdeps/a/nptl/bits/pthreadtypes.h
12500         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12501         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12502         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12503         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12504         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12505         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12506         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12507         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12508         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12509         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12510         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12511         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12512         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12513         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12514         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12515         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12516         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12517         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12518         (elision_init): Set try_xbegin to zero when no RTM.
12519         * sysdeps/x86/nptl/bits/pthreadtypes.h
12520         (pthread_rwlock_t): Change __pad1 to __rwelision.
12521         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12523 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12525         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12526         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12527         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12528         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12530 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12532         [BZ #16996]
12533         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12534         that the cached result has been set before returning it.
12536 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12538         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12539         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12540         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12541         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12542         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12543         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12545         * nptl/sysdeps/sparc/Makefile: Moved ...
12546         * sysdeps/sparc/nptl/Makefile: ... here.
12547         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12548         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12549         * nptl/sysdeps/sparc/tls.h: Moved ...
12550         * sysdeps/sparc/nptl/tls.h: ... here.
12551         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12552         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12553         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12554         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12555         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12556         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12557         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12558         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12559         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12560         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12561         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12562         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12563         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12564         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12565         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12566         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12567         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12568         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12569         Update #include.
12570         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12571         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12572         Update #include.
12573         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12574         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12575         Update #include.
12576         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12577         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12578         Update #include.
12580         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12582         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12583         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12585         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12586         (struct list_links): Type removed.
12587         (struct thread_node, struct timer_node): Replace struct list_links
12588         with struct list_head.
12589         (list_unlink_ip): Likewise.
12590         * sysdeps/pthread/timer_routines.c
12591         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12592         (list_append, list_insbefore): Likewise.
12593         (list_init): Function removed.
12594         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12595         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12596         * sysdeps/pthread/Makefile: ... here, new file.
12598         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12599         * sysdeps/nptl/Implies: ... here.
12600         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12601         * nptl/sysdeps/pthread/list.h: Moved ...
12602         * include/list.h: ... here.
12603         * nptl/sysdeps/pthread/createthread.c: Moved ...
12604         * nptl/createthread.c: ... here.
12605         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12606         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12607         * nptl/pt-longjmp.c: ... here.
12608         * nptl/sysdeps/pthread/Makefile: Moved ...
12609         * sysdeps/nptl/Makefile: ... here.
12610         * nptl/sysdeps/pthread/Subdirs: Moved ...
12611         * sysdeps/nptl/Subdirs: ... here.
12612         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12613         * sysdeps/nptl/aio_misc.h: ... here.
12614         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12615         * sysdeps/nptl/bits/libc-lock.h: ... here.
12616         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12617         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12618         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12619         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12620         * nptl/sysdeps/pthread/configure: Moved ...
12621         * sysdeps/nptl/configure: ... here.
12622         * nptl/sysdeps/pthread/configure.ac: Moved ...
12623         * sysdeps/nptl/configure.ac: ... here.
12624         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12625         * sysdeps/nptl/gai_misc.h: ... here.
12626         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12627         * sysdeps/nptl/librt-cancellation.c: ... here.
12628         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12629         * sysdeps/nptl/malloc-machine.h: ... here.
12630         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12631         * sysdeps/nptl/pthread-functions.h: ... here.
12632         * nptl/sysdeps/pthread/pthread.h: Moved ...
12633         * sysdeps/nptl/pthread.h: ... here.
12634         * nptl/sysdeps/pthread/setxid.h: Moved ...
12635         * sysdeps/nptl/setxid.h: ... here.
12636         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12637         * sysdeps/nptl/sigfillset.c: ... here.
12638         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12639         * sysdeps/nptl/tcb-offsets.h: ... here.
12640         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12641         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12642         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12643         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12644         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12645         * sysdeps/pthread/allocalim.h: ... here.
12646         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12647         * sysdeps/pthread/bits/sigthread.h: ... here.
12648         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12649         * sysdeps/pthread/flockfile.c: ... here.
12650         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12651         * sysdeps/pthread/ftrylockfile.c: ... here.
12652         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12653         * sysdeps/pthread/funlockfile.c: ... here.
12654         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12655         * sysdeps/pthread/posix-timer.h: ... here.
12656         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12657         * sysdeps/pthread/timer_create.c: ... here.
12658         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12659         * sysdeps/pthread/timer_delete.c: ... here.
12660         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12661         * sysdeps/pthread/timer_getoverr.c: ... here.
12662         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12663         * sysdeps/pthread/timer_gettime.c: ... here.
12664         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12665         * sysdeps/pthread/timer_routines.c: ... here.
12666         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12667         * sysdeps/pthread/timer_settime.c: ... here.
12668         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12669         * sysdeps/pthread/tst-timer.c: ... here.
12670         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12671         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12673         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12674         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12676         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12677         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12678         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12679         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12680         Update #include target.
12681         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12682         * sysdeps/i386/i686/nptl/Makefile: ... here.
12683         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12684         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12685         Update #include target.
12686         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12687         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12688         * nptl/sysdeps/i386/Makefile: Moved ...
12689         * sysdeps/i386/nptl/Makefile: ... here.
12690         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12691         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12692         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12693         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12694         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12695         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12696         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12697         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12698         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12699         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12700         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12701         * nptl/sysdeps/i386/tls.h: Moved ...
12702         * sysdeps/i386/nptl/tls.h: ... here.
12704         * sysdeps/sh/Makefile [$(subdir) = csu]
12705         (gen-as-const-headers): Add tcb-offsets.sym.
12706         * nptl/sysdeps/sh/Makefile: File removed.
12707         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12708         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12709         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12710         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12711         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12712         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12713         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12714         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12715         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12716         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12717         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12718         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12719         * nptl/sysdeps/sh/tls.h: Moved ...
12720         * sysdeps/sh/nptl/tls.h: ... here.
12721         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12722         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12723         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12724         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12725         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12726         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12727         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12728         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12729         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12730         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12731         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12732         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12733         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12734         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12735         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12736         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12737         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12738         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12739         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12740         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12741         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12742         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12743         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12744         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12745         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12746         Moved ...
12747         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12748         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12749         Moved ...
12750         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12751         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12752         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12753         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12754         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12755         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12756         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12757         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12758         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12759         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12760         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12761         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12762         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12763         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12764         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12765         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12766         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12767         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12768         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12770 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12772         * posix/spawn_faction_addopen.c: Include string.h.
12774 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12776         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12777         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12778         * nptl/sysdeps/x86_64/Makefile: Moved ...
12779         * sysdeps/x86_64/nptl/Makefile: ... here.
12780         * nptl/sysdeps/x86_64/configure: Moved ...
12781         * sysdeps/x86_64/nptl/configure: ... here.
12782         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12783         * sysdeps/x86_64/nptl/configure.ac: ... here.
12784         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12785         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12786         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12787         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12788         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12789         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12790         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12791         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12792         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12793         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12794         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12795         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12796         * nptl/sysdeps/x86_64/tls.h: Moved ...
12797         * sysdeps/x86_64/nptl/tls.h: ... here.
12798         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12799         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12800         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12801         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12803         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12805 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12807         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12809 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12811         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12812         type.
12813         [POSIX] (off_t): Likewise.
12814         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12815         [POSIX] (S_ISBLK): Require macro.
12816         [POSIX] (S_ISCHR): Likewise.
12817         [POSIX] (S_ISDIR): Likewise.
12818         [POSIX] (S_ISFIFO): Likewise.
12819         [POSIX] (S_ISREG): Likewise.
12820         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12821         optional-macro.
12822         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12823         type.
12824         [POSIX] (time_t): Likewise.
12825         [POSIX] (timer_t): Likewise.
12827 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12829         [BZ #17048]
12830         * posix/spawn_int.h (struct __spawn_action): Make the path string
12831         non-const to support deallocation.
12832         * posix/spawn_faction_addopen.c
12833         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12834         * posix/spawn_faction_destroy.c
12835         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12836         path in all spawn_do_open actions.
12837         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12838         posix_spawn_file_actions_addopen.
12840 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12842         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12843         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12844         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12845         conditional code always true.
12846         (__libc_vfork): New alias.
12848 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12850         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12851         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12853         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12855         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12856         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12858         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12859         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12861         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12862         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12864 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12866         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12867         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12868         multiarch strcmp for PPC64.
12869         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12870         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12871         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12872         multiarch optimizations.
12873         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12874         (__libc_ifunc_impl_list): Likewise.
12876 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12878         * benchtests/scripts/validate_benchout.py: New script.
12879         * benchtests/Makefile (bench-func): Call it.
12880         * benchtests/scripts/benchout.schema.json: New file.
12882 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12884         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12885         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12886         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12887         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12888         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12889         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12890         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12891         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12892         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12893         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12894         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12895         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12896         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12897         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12898         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12899         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12901         Moved ...
12902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12903         ... here.
12904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12905         Moved ...
12906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12908         Moved ...
12909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12910         ... here.
12911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12912         Moved ...
12913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12914         ... here.
12915         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12916         Moved ...
12917         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12919         Moved ...
12920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12921         ... here.
12922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12923         Moved ...
12924         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12925         ... here.
12926         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12927         Moved ...
12928         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12930         Moved ...
12931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12932         ... here.
12933         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12934         Moved ...
12935         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12936         ... here.
12937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12938         Moved ...
12939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12940         ... here.
12941         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12942         Moved ...
12943         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12945         Moved ...
12946         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12947         ... here.
12948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12949         Moved ...
12950         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12951         ... here.
12952         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12953         Moved ...
12954         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12955         ... here.
12956         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12957         Moved ...
12958         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12959         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12960         Moved ...
12961         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12962         ... here.
12963         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12964         Moved ...
12965         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12966         ... here.
12967         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12968         Moved ...
12969         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12970         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12971         Moved ...
12972         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12973         ... here.
12974         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12975         Moved ...
12976         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12977         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12978         Moved ...
12979         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12980         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12981         Moved ...
12982         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12983         ... here.
12984         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12985         Moved ...
12986         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12987         ... here.
12988         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12989         Moved ...
12990         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12991         ... here.
12992         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12993         Moved ...
12994         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12995         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12996         Moved ...
12997         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12998         ... here.
12999         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13000         Moved ...
13001         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13002         ... here.
13003         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13004         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13005         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13006         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13007         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13008         Moved ...
13009         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13010         ... here.
13011         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13012         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13013         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13014         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13015         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13016         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13017         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13018         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13019         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13020         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13021         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13022         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13023         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13024         Moved ...
13025         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13026         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13027         Moved ...
13028         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13029         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13030         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13031         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13032         Moved ...
13033         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13034         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13035         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13036         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13037         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13038         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13039         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13041 2014-06-10  Wilco  <wdijkstr@arm.com>
13043         * math/test-fenv-return.c: New file.
13044         * math/Makefile: Add new test test-fenv-return.
13046 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13048         [BZ #17042]
13049         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13050         when x - 1 is zero.
13051         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13052         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13053         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13054         0.0L for an argument of 1.0L.
13055         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13056         Likewise.
13057         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13058         value when x - 1 is zero.
13059         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13060         * sysdeps/i386/fpu/libm-test-ulps: Update.
13061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13063 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13065         [BZ #15119]
13066         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13068 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13070         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13071         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13073 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13075         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13076         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13078         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13079         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13081         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13082         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13084         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13085         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13087         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13088         if not already defined.
13089         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13090         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13091         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13092         (TLS_INIT_TP): Use it.
13093         (TLS_DEFINE_INIT_TP): New macro.
13094         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13096 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13098         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13099         constant.
13100         [POSIX] (IXANY): Likewise.
13101         [POSIX] (OLCUC): Likewise.
13102         [POSIX || POSIX2008] (CBAUD): Do not allow.
13103         [POSIX || POSIX2008] (DEFECHO): Likewise.
13104         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13105         [POSIX || POSIX2008] (ECHOKE): Likewise.
13106         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13107         [POSIX || POSIX2008] (EXTA): Likewise.
13108         [POSIX || POSIX2008] (EXTB): Likewise.
13109         [POSIX || POSIX2008] (FLUSHO): Likewise.
13110         [POSIX || POSIX2008] (LOBLK): Likewise.
13111         [POSIX || POSIX2008] (PENDIN): Likewise.
13112         [POSIX || POSIX2008] (SWTCH): Likewise.
13113         [POSIX || POSIX2008] (VDISCARD): Likewise.
13114         [POSIX || POSIX2008] (VDSUSP): Likewise.
13115         [POSIX || POSIX2008] (VLNEXT): Likewise.
13116         [POSIX || POSIX2008] (VREPRINT): Likewise.
13117         [POSIX || POSIX2008] (VSTATUS): Likewise.
13118         [POSIX || POSIX2008] (VWERASE): Likewise.
13119         (B*): Change to B[0123456789]*.
13120         * conform/data/time.h-data [POSIX || UNIX98]
13121         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13122         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13123         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13124         [POSIX] (tm_*): Do not allow.
13126 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13128         * Makefile (install): Don't set LANGUAGE.
13129         * Makefile.in (install): Likewise.
13130         * assert/Makefile (test-assert-ENV): Remove variable.
13131         (test-assert-perr-ENV): Likewise.
13132         * elf/Makefile (neededtest4-ENV): Likewise.
13133         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13134         [$(cross-compiling) = no]: Don't set LANGUAGE.
13135         * io/ftwtest-sh (LANG): Remove variable.
13136         * libio/Makefile (tst-widetext-ENV): Likewise.
13137         * manual/install.texi (Running make install): Don't refer to
13138         environment settings for make install.
13139         * INSTALL: Regenerated.
13140         * nptl/tst-tls6.sh: Don't set LANG.
13141         * posix/globtest.sh (LANG): Remove variable.
13142         * string/Makefile (tester-ENV): Likewise.
13143         (inl-tester-ENV): Likewise.
13144         (noinl-tester-ENV): Likewise.
13145         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13146         [$(cross-compiling) = no]: Don't set LANGUAGE.
13147         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13148         without explicit environment settings.
13150 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13152         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13153         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13154         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13155         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13157 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13159         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13160         other files in the crypt directory.
13161         * crypt/crypt.c: Remove duplicate includes.
13162         * crypt/crypt-entry.c: Likewise.
13163         * crypt/crypt_util.c: Likewise.
13165 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13167         * Makeconfig (run-program-env): New variable.
13168         (run-program-prefix-before-env): Likewise.
13169         (run-program-prefix-after-env): Likewise.
13170         (run-program-prefix): Define in terms of new variables.
13171         (built-program-cmd-before-env): New variable.
13172         (built-program-cmd-after-env): Likewise.
13173         (built-program-cmd): Define in terms of new variables.
13174         (test-program-prefix-before-env): New variable.
13175         (test-program-prefix-after-env): Likewise.
13176         (test-program-prefix): Define in terms of new variables.
13177         (test-program-cmd-before-env): New variable.
13178         (test-program-cmd-after-env): Likewise.
13179         (test-program-cmd): Define in terms of new variables.
13180         * Rules (make-test-out): Use $(run-program-env).
13181         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13182         (help): Do not mention environment variables.  Mention
13183         --timeoutfactor option.
13184         (timeoutfactor): New variable.
13185         (blacklist_exports): Remove function.
13186         (exports): Remove variable.
13187         (command): Do not include ${exports}.
13188         * manual/install.texi (Configuring and compiling): Do not mention
13189         test wrappers preserving environment variables.  Mention that last
13190         assignment to a variable must take precedence.
13191         * INSTALL: Regenerated.
13192         * benchtests/Makefile (run-bench): Use $(run-program-env).
13193         * catgets/Makefile ($(objpfx)test1.cat): Use
13194         $(built-program-cmd-before-env), $(run-program-env) and
13195         $(built-program-cmd-after-env).
13196         ($(objpfx)test2.cat): Do not specify environment variables
13197         explicitly.
13198         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13199         $(run-program-env) and $(built-program-cmd-after-env).
13200         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13201         $(run-program-env) and $(test-program-cmd-after-env).
13202         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13203         explicitly.
13204         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13205         run_program_env and test_program_cmd_after_env arguments.
13206         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13207         * elf/tst-pathopt.sh: Use run_program_env argument.
13208         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13209         $(test-wrapper-env) and $(run-program-env).
13210         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13211         run_program_env arguments.
13212         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13213         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13214         $(test-program-prefix-before-env), $(run-program-env) and
13215         $(test-program-prefix-after-env).
13216         ($(objpfx)tst-gettext2.out): Likewise.
13217         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13218         run_program_env and test_program_prefix_after_env arguments.
13219         * intl/tst-gettext2.sh: Likewise.
13220         * intl/tst-gettext4.sh: Do not set environment variables
13221         explicitly.
13222         * intl/tst-gettext6.sh: Likewise.
13223         * intl/tst-translit.sh: Likewise.
13224         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13225         $(test-program-prefix-before-env), $(run-program-env) and
13226         $(test-program-prefix-after-env).
13227         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13228         run_program_env and test_program_prefix_after_env arguments.
13229         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13230         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13231         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13232         explicitly with each use of ${test_wrapper_env}.
13233         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13234         $(test-program-prefix-before-env), $(run-program-env) and
13235         $(test-program-prefix-after-env).
13236         * posix/tst-getconf.sh: Do not set environment variables
13237         explicitly.
13238         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13239         run_program_env and test_program_prefix_after_env arguments.
13240         * stdio-common/tst-printf.sh: Do not set environment variables
13241         explicitly.
13242         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13243         $(test-program-prefix-before-env), $(run-program-env) and
13244         $(test-program-prefix-after-env).
13245         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13246         run_program_env and test_program_prefix_after_env arguments.
13247         Split $test calls into $test_pre and $test.
13248         * timezone/Makefile (build-testdata): Use
13249         $(built-program-cmd-before-env), $(run-program-env) and
13250         $(built-program-cmd-after-env).
13252 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13254         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13255         strlen for non SHARED builds.
13257 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13259         * nptl/allocatestack.c (check_list): Inlined function...
13260         (__reclaim_stacks): ... here.
13262 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13264         [BZ #15698]
13265         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13266         memory overrun.
13268 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13270         * Rules (make-test-out): Include
13271         LOCPATH=$(common-objpfx)localedata in default environment.
13272         * debug/Makefile (tst-chk1-ENV): Remove variable.
13273         (tst-chk2-ENV): Likewise.
13274         (tst-chk3-ENV): Likewise.
13275         (tst-chk4-ENV): Likewise.
13276         (tst-chk5-ENV): Likewise.
13277         (tst-chk6-ENV): Likewise.
13278         (tst-lfschk1-ENV): Likewise.
13279         (tst-lfschk2-ENV): Likewise.
13280         (tst-lfschk3-ENV): Likewise.
13281         (tst-lfschk4-ENV): Likewise.
13282         (tst-lfschk5-ENV): Likewise.
13283         (tst-lfschk6-ENV): Likewise.
13284         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13285         (tst-iconv7-ENV): Likewise.
13286         * intl/Makefile (LOCPATH-ENV): Likewise.
13287         (tst-codeset-ENV): Likewise.
13288         (tst-gettext3-ENV): Likewise.
13289         (tst-gettext5-ENV): Likewise.
13290         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13291         (tst-fopenloc-ENV): Likewise.
13292         (tst-fgetws-ENV): Remove variable.
13293         (tst-ungetwc1-ENV): Likewise.
13294         (tst-ungetwc2-ENV): Likewise.
13295         (bug-ungetwc2-ENV): Likewise.
13296         (tst-swscanf-ENV): Likewise.
13297         (bug-ftell-ENV): Likewise.
13298         (tst-fgetwc-ENV): Likewise.
13299         (tst-fseek-ENV): Likewise.
13300         (tst-ftell-partial-wide-ENV): Likewise.
13301         (tst-ftell-active-handler-ENV): Likewise.
13302         (tst-ftell-append-ENV): Likewise.
13303         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13304         (tst-regexloc-ENV): Likewise.
13305         (bug-regex1-ENV): Likewise.
13306         (tst-regex-ENV): Likewise.
13307         (tst-regex2-ENV): Likewise.
13308         (bug-regex5-ENV): Likewise.
13309         (bug-regex6-ENV): Likewise.
13310         (bug-regex17-ENV): Likewise.
13311         (bug-regex18-ENV): Likewise.
13312         (bug-regex19-ENV): Likewise.
13313         (bug-regex20-ENV): Likewise.
13314         (bug-regex22-ENV): Likewise.
13315         (bug-regex23-ENV): Likewise.
13316         (bug-regex25-ENV): Likewise.
13317         (bug-regex26-ENV): Likewise.
13318         (bug-regex30-ENV): Likewise.
13319         (bug-regex32-ENV): Likewise.
13320         (bug-regex33-ENV): Likewise.
13321         (bug-regex34-ENV): Likewise.
13322         (bug-regex35-ENV): Likewise.
13323         (tst-rxspencer-ENV): Likewise.
13324         (tst-rxspencer-no-utf8-ENV): Likewise.
13325         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13326         (tst-sscanf-ENV): Likewise.
13327         (tst-swprintf-ENV): Likewise.
13328         (tst-swscanf-ENV): Likewise.
13329         (test-vfprintf-ENV): Likewise.
13330         (scanf13-ENV): Likewise.
13331         (bug14-ENV): Likewise.
13332         (tst-grouping-ENV): Likewise.
13333         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13334         (tst-strtod3-ENV): Likewise.
13335         (tst-strtod4-ENV): Likewise.
13336         (tst-strtod5-ENV): Likewise.
13337         (testmb2-ENV): Likewise./
13338         * string/Makefile (tst-strxfrm-ENV): Likewise.
13339         (tst-strxfrm2-ENV): Likewise.
13340         (bug-strcoll1-ENV): Likewise.
13341         (test-strcasecmp-ENV): Likewise.
13342         (test-strncasecmp-ENV): Likewise.
13343         * time/Makefile (tst-strptime-ENV): Likewise.
13344         (tst-ftime_l-ENV): Likewise.
13345         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13346         (tst-mbrtowc-ENV): Likewise.
13347         (tst-wcrtomb-ENV): Likewise.
13348         (tst-mbrtowc2-ENV): Likewise.
13349         (tst-c16c32-1-ENV): Likewise.
13350         (tst-mbsnrtowcs-ENV): Likewise.
13352 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13354         * manual/resource.texi (How to get information about the memory
13355         subsystem?): Fix typo.
13356         Reported by Peon de la Parra Ivan <peon@keba.com>
13358 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13360         [BZ #16882]
13361         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13362         (pthread_spin_lock): Branch out of spin loop to proper location.
13363         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13364         (pthread_spin_lock): Likewise.
13366         * nptl/tst-spin4.c: New test.
13367         * nptl/Makefile (tests): Add tst-spin4.
13369 2014-06-03  Andreas Schwab  <schwab@suse.de>
13371         [BZ #15946]
13372         * resolv/res_send.c (send_dg): Reload file descriptor after
13373         calling reopen.
13375 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13377         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13379 2014-06-03  Richard Henderson  <rth@redhat.com>
13381         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13382         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13383         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13384         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13385         in the SAVE_PID block.
13386         (__libc_vfork): New alias.
13387         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13389         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13390         child in registers, not on the stack.  Remove RESET_PID conditionals.
13391         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13393 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13395         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13397 2014-06-03  Wilco  <wdijkstr@arm.com>
13399         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13400         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13401         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13402         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13403         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13404         Likewise.
13406 2014-06-03  Wilco  <wdijkstr@arm.com>
13408         * sysdeps/aarch64/fpu/math_private.h
13409         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13410         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13411         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13412         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13413         Fix declarations.
13415 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13417         * crypt/crypt-private.h: Include ufc-crypt.h.
13418         (__b64_from_24bit): Declare extern.
13419         * crypt/crypt_util.c(__b64_from_24bit): New function.
13420         (b64t): New static const variable.
13421         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13422         (b64t): Remove variable.
13423         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13424         * crypt/sha256-crypt.c: Include crypt-private.h.
13425         (b64t): Remove variable.
13426         (__sha256_crypt_r): Remove b64_from_24bit and replace
13427         with __b64_from_24bit.
13428         * crypt/sha512-crypt.c: Likewise.
13430 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13432         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13433         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13434         Label the code __libc_vfork rather than __vfork.
13435         [!NOT_IN_libc] (vfork): Define as weak alias.
13436         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13437         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13438         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13440 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13442         * malloc/malloc.c (malloc_info): Fix format specifier for
13443         n_mmaps.
13445 2014-06-02  Wilco  <wdijkstr@arm.com>
13447         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13448         FPCR write.
13450 2014-06-02  Wilco  <wdijkstr@arm.com>
13452         [BZ #17009]
13453         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13454         Rewrite to reduce FPCR/FPSR accesses.
13456 2014-06-01  David S. Miller  <davem@davemloft.net>
13458         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13460 2014-05-31  David S. Miller  <davem@davemloft.net>
13462         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13463         to occur in round to nearest mode when |x| >= 2.0
13465 2014-05-30  Richard Henderson  <rth@twiddle.net>
13467         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13468         (PSEUDO_RET_NOERRNO): Remove.
13469         (ret): Don't redefine.
13470         (ret_NOERRNO): Define in terms of ret.
13471         (ret_ERRVAL): Likewise.
13473         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13474         use of PSEUDO_RET; perform the error check directly.
13476 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13478         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13479         with __int128_t.
13481 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13483         * malloc/malloc (malloc_info): Fix formatting.
13485 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13486             Roland McGrath  <roland@hack.frob.com>
13488         * malloc/malloc (malloc_info): Also print mmapped statistics.
13490 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13492         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13493         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13495 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13497         * malloc/malloc.c (malloc_info): Inline mi_arena.
13499 2014-05-29  Richard Henderson  <rth@twiddle.net>
13501         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13502         Remove comma before expanding ASM_ARGS_##nr.
13503         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13504         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13505         of ASM_ARGS_##nr.
13506         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13507         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13508         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13509         (ASM_ARGS_1): Add leading comma.
13511         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13512         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13513         to __errno_location.
13514         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13515         Remove the expected plt for __errno_location.
13517         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13518         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13519         call to __read_tp.
13521         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13522         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13523         it and break it down.
13524         (DOCARGS_0, DOCARGS_1): Do nothing.
13525         (DOCARGS_2): Update to store into the new stack frame.
13526         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13527         (UNDOCARGS_1): Update to restore from the new stack frame.
13528         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13529         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13531         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13532         (SINGLE_THREAD_P): New parameter for result regno.
13533         (PSEUDO): Update to match; use cbz instead of beq.
13535         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13536         Use ENTRY to define the _nocancel entry point.  Share the syscall
13537         and syscall error check paths with the cancel path.
13538         (PSEUDO_END): New.
13540         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13541         whitespace; tabs before and after asm mnemonics.
13543 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13545         [BZ #15132]
13546         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13547         Call fstat64 or stat64 internally, depending on arguments passed.
13548         Replace stat buffer argument with file descriptor argument.
13549         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13550         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13551         Pass fd to __internal_statvfs instead of calling fstat64.
13552         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13553         Pass fd to __internal_statvfs64 instead of calling fstat64.
13554         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13555         Pass -1 to __internal_statvfs instead of calling stat64.
13556         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13557         Pass -1 to __internal_statvfs64 instead of calling stat64.
13559 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13561         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13562         that was previously under [RESET_PID].
13563         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13565         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13566         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13568 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13570         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13572         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13573         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13575 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13577         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13579 2014-05-27  Andreas Schwab  <schwab@suse.de>
13581         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13582         TLS_INIT_TP macro.
13583         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13584         * elf/rtld.c (init_tls, dl_main): Likewise.
13585         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13586         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13587         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13588         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13589         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13590         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13591         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13592         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13593         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13594         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13595         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13596         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13597         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13598         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13599         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13600         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13601         * sysdeps/generic/tls.h: Update description.
13603 2014-05-27  Will Newton  <will.newton@linaro.org>
13605         [BZ #16990]
13606         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13607         and restore r2 rather than just restoring.
13609 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13611         [BZ #16724]
13612         * libio/tst-ftell-append.c: New test case.
13613         * libio/Makefile (tests): Add test case.
13614         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13615         append mode.
13616         * libio/wfileops.c (do_ftell_wide): Likewise.
13618 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13620         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13622         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13623         ...
13624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13626         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13627         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13628         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13629         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13630         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13631         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13632         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13633         Moved ...
13634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13635         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13636         Moved ...
13637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13638         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13639         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13640         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13641         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13642         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13643         ...
13644         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13645         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13646         Moved ...
13647         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13648         here.
13649         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13650         ...
13651         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13652         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13653         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13655         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13656         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13657         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13658         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13660         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13661         merge into ...
13662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13663         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13664         ...
13665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13666         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13667         ...
13668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13669         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13670         Moved ...
13671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13672         here.
13673         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13674         Moved ...
13675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13676         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13677         Moved ...
13678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13681         conditional [RESET_PID].
13682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13683         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13684         removed.
13685         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13686         removed.
13688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13689         <tcb-offsets.h>.
13690         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13691         (__libc_vfork): New strong alias.
13692         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13693         removed.
13694         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13695         Removed.
13697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13698         <tcb-offsets.h>.
13699         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13700         (__libc_vfork): New strong alias.
13701         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13702         removed.
13703         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13704         removed.
13706 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13708         * malloc/malloc.c (mi_arena): New function.
13709         (malloc_info): Remove nested function mi_arena. Call non-nosted
13710         function mi_arena.
13712 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13714         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13715         by insrwi.
13716         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13717         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13718         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13719         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13720         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13721         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13722         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13724 2014-05-26  Andreas Schwab  <schwab@suse.de>
13726         [BZ #16984]
13727         * locale/programs/repertoire.c (repertoire_read): Add slash
13728         between I18NPATH element and file name.
13729         * locale/programs/locfile.c (locfile_read): Likewise.
13731 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13733         * nptl/pthread_mutexattr_settype.c
13734         (__pthread_mutexattr_settype):
13735         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13737 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13739         * nptl/tst-mutex5 (do_test):
13740         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13742 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13744         * benchtests/README: Document 'init' directive.
13745         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13746         BENCH_INIT.
13747         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13748         (parse_file): Recognize 'init' directive.
13750 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13752         [BZ #16796]
13753         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13754         alignment of struct pthread.
13756 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13758         [BZ #16878]
13759         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13760         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13761         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13762         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13764 2014-05-25  Richard Henderson  <rth@twiddle.net>
13766         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13767         (SINGLE_THREAD_P_PIC): Remove.
13768         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13769         (SINGLE_THREAD_P_PIC): Remove.
13771         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13772         branch to syscall error ...
13773         (PSEUDO): ... here.
13774         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13775         from __local_syscall_error to .Lsyscall_error.
13776         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13777         (SYSCALL_ERROR): Update label name.
13779         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13780         Do not use DOARGS/UNDOARGS.
13781         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13782         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13783         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13784         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13785         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13787         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13788         block comment.
13790         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13791         define if !NOT_IN_libc.
13792         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13793         define with non-default symbol versions.
13795 2014-05-23  Richard Henderson  <rth@twiddle.net>
13797         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13798         (vfork, __vfork): Define via compat_symbol.
13800         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13801         [!HAVE_IFUNC] (vfork_compat): Remove.
13802         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13804 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13806         [BZ #16978]
13807         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13808         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13809         variable.
13811 2014-05-23  Richard Henderson  <rth@twiddle.net>
13813         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13814         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13815         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13816         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13818         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13819         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13820         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13821         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13822         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13823         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13824         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13825         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13826         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13827         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13828         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13829         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13830         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13831         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13832         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13833         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13834         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13835         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13836         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13837         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13838         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13839         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13840         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13841         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13842         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13843         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13844         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13845         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13846         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13847         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13848         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13849         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13850         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13851         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13852         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13853         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13854         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13855         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13856         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13857         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13858         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13859         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13860         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13861         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13862         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13863         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13864         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13865         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13866         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13867         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13868         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13869         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13870         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13871         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13872         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13873         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13875         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13876         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13877         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13878         before exiting on error.
13879         (__libc_vfork): New strong alias.
13880         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13881         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13883         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13884         that was previously under [RESET_PID].
13885         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13887         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13889 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13891         [BZ #16977]
13892         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13893         value when x - 1 is zero.
13894         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13895         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13896         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13897         0.0L for an argument of 1.0L.
13898         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13899         Likewise.
13900         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13901         value when x - 1 is zero.
13902         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13903         * sysdeps/i386/fpu/libm-test-ulps: Update.
13904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13906 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13908         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13909         alphasort and versionsort.
13911 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13913         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13914         macro.
13915         [copysignf]: Likewise.
13917 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13919         * crypt/md5-crypt.c: Fix formatting.
13921 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13923         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13924         (b64_from_24bit): New function.
13926 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13928         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13929         libc_hidden_builtin_def to ifunc.
13930         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13931         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13933 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13935         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13936         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13938 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13940         * nscd/Depend (linuxthreads): Remove.
13941         (nptl): Add.
13942         * resolv/Depend (linuxthreads): Remove.
13943         * rt/Depend (linuxthreads): Remove.
13945         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13946         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13947         $(common-objpfx)elf/.
13948         (link-libc-before-gnulib): Likewise.
13949         (elfobjdir): Remove variable.
13950         * Makefile (install): Use $(elf-objpfx) instead of
13951         $(common-objpfx)elf/.
13952         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13953         $(elfobjdir)/.
13954         (link-libc-deps): Likewise.
13955         ($(common-objpfx)libc.so): Likewise.
13956         ($(common-objpfx)linkobj/libc.so): Likewise.
13957         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13958         instead of $(common-objpfx)elf/.
13959         (symbolic-link-list): Likewise.
13960         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13961         [$(cross-compiling) = no]: Likewise.
13962         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13963         $(elfobjdir)/.
13964         (static-gnulib-arch): Likewise.
13965         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13966         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13967         $(common-objpfx)elf/.
13969 2014-05-21  Richard Henderson  <rth@redhat.com>
13971         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13972         (SINGLE_THREAD_P): Use the correct width load.  Fold
13973         into the ldr offset.
13975         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13976         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13978 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13980         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13981         (libgcc_s_resume): Use __attribute_used__.
13982         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13983         Likewise.
13985 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13987         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13988         optimization when used with float constants.
13990         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13992 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13994         [BZ #16915]
13995         * locale/nl_langinfo_l.c: Make direct reference to every
13996         _nl_current_CATEGORY symbol.
13997         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13998         (tests-static): Add tst-langinfo-static.
13999         (tests-special): Add tst-langinfo-static.out.
14000         ($(objpfx)tst-langinfo.out): Redirect output.
14001         ($(objpfx)tst-langinfo-static.out): New.
14002         * localedata/tst-langinfo.sh: Send output to stdout.
14003         * localedata/tst-langinfo-static.c: New file.
14005         [BZ #16965]
14006         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14007         when the shift amount is modulo the limb size.
14009 2014-05-20  Richard Henderson  <rth@redhat.com>
14011         [BZ #16967]
14012         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14013         Change type of sa_flags from unsigned int to int.
14015         [BZ #16966]
14016         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14018         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14020 2014-05-20  Will Newton  <will.newton@linaro.org>
14022         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14023         Test the return value of the system call in the nocancel case.
14025 2014-05-20  Will Newton  <will.newton@linaro.org>
14026             Yvan Roux  <yvan.roux@linaro.org>
14028         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14029         #include of asm/ptrace.h.
14030         (PTRACE_GET_THREAD_AREA): Remove #undef.
14031         (PTRACE_GETHBPREGS): Likewise.
14032         (PTRACE_SETHBPREGS): Likewise.
14033         (struct user_regs_struct): New structure.
14034         (struct user_fpsimd_struct): New structure.
14035         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14036         #include of asm/ptrace.h and second #include of sys/user.h.
14037         (PTRACE_GET_THREAD_AREA): Remove #undef.
14038         (PTRACE_GETHBPREGS): Likewise.
14039         (PTRACE_SETHBPREGS): Likewise.
14040         (ELF_NGREG): Use new struct user_regs_struct.
14041         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14043 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14045         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14046         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14048 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14050         [BZ #16958]
14051         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14052         membar to avoid block loads/stores to overlap previous stores.
14054 2014-05-17  Richard Henderson  <rth@redhat.com>
14056         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14057         Create the __##syscall_name##_nocancel entry point.
14058         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14059         Remove; let the sysdep-cancel.h code create it.
14061 2014-05-17  David S. Miller  <davem@davemloft.net>
14063         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14064         Protect with __USE_GNU.
14065         (TIOCSET_TEMPT): Likewise.
14066         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14067         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14068         these are already provided in bits/ioctl-types.h
14070 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14072         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14073         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14075         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14076         Use wait4 regardless of [__NR_waitpid].
14078 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14080         PR libgcc/60166
14081         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14082         (_FP_NANSIGN_Q): Set the quiet bit.
14084 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14086         * benchtests/Makefile
14087         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14088         not $(common-objpfx)math/libm.so.
14089         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14090         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14091         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14092         $(common-objpfx)dlfcn/libdl.so.
14093         ($(objpfx)tst-audit8): Depend on $(libm), not
14094         $(common-objpfx)math/libm.so.
14095         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14096         not $(common-objpfx)dlfcn/libdl.so.
14097         * math/Makefile
14098         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14099         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14100         [$(build-shared) = yes].
14101         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14102         $(common-objpfx)nptl/libpthread.so.
14103         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14104         $(common-objpfx)math/libm.so$(libm.so-version) or
14105         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14106         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14107         $(common-objpfx)dlfcn/libdl.so.
14108         * setjmp/Makefile (link-libm): Remove variable.
14109         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14110         * stdio-common/Makefile (link-libm): Remove variable.
14111         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14112         * stdlib/Makefile (link-libm): Remove variable.
14113         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14114         ($(objpfx)tst-strtod-round): Likewise.
14115         ($(objpfx)tst-tininess): Likewise.
14116         ($(objpfx)tst-strtod-underflow): Likewise.
14117         ($(objpfx)tst-strtod6): Likewise.
14118         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14119         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14120         $(common-objpfx)dlfcn/libdl.so.
14122 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14124         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14125         BSD terminal modes definitions.
14127 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14129         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14130         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14132         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14133         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14134         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14135         Don't do #include_next.
14136         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14137         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14138         Don't do #include_next.
14139         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14140         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14141         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14142         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14144 2014-05-16  Allan McRae  <allan@archlinux.org>
14146         * po/sv.po: Update Swedish translation from translation project.
14148         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14149         in sed expression.
14151 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14153         [BZ #16917]
14154         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14155         errno if the TIOCGPTN ioctl fails with an error different than
14156         EINVAL.
14157         * login/tst-ptsname.c: New file.
14158         * login/Makefile (tests): Add tst-ptsname.
14160         [BZ #16943]
14161         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14162         and prlimit64.
14164 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14166         [BZ #16849]
14167         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14168         herrno to return EAI_AGAIN.
14170 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14172         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14173         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14174         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14175         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14176         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14177         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14178         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14179         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14180         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14181         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14182         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14183         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14184         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14185         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14186         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14187         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14188         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14189         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14190         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14191         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14192         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14193         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14194         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14195         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14196         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14197         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14198         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14199         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14200         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14201         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14202         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14203         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14204         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14205         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14206         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14207         Moved ...
14208         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14210         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14212         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14213         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14214         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14215         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14216         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14218         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14219         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14220         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14221         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14222         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14223         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14224         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14225         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14226         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14227         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14228         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14229         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14230         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14231         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14232         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14233         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14234         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14235         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14236         Moved ...
14237         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14238         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14239         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14240         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14241         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14242         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14243         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14244         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14245         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14246         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14247         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14248         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14249         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14250         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14251         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14252         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14253         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14254         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14255         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14256         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14257         Moved ...
14258         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14259         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14260         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14262         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14263         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14264         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14265         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14266         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14267         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14268         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14269         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14270         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14271         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14272         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14273         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14274         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14275         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14276         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14277         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14278         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14279         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14280         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14281         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14282         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14283         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14284         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14285         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14286         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14287         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14288         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14289         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14290         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14291         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14292         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14294         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14295         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14297         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14298         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14299         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14300         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14301         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14302         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14303         Moved ...
14304         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14305         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14306         Moved ...
14307         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14308         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14309         Moved ...
14310         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14311         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14312         Moved ...
14313         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14314         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14315         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14316         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14317         Moved ...
14318         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14319         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14320         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14321         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14322         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14323         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14324         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14325         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14326         Moved ...
14327         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14328         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14329         Moved ...
14330         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14331         ... here.
14332         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14333         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14334         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14335         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14336         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14337         Moved ...
14338         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14339         ... here.
14340         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14341         Moved ...
14342         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14343         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14344         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14345         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14346         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14347         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14348         Moved ...
14349         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14350         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14351         Moved ...
14352         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14353         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14354         Moved ...
14355         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14356         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14357         Moved ...
14358         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14359         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14360         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14361         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14362         Moved ...
14363         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14364         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14365         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14366         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14367         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14368         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14369         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14370         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14371         Moved ...
14372         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14373         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14374         Moved ...
14375         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14376         ... here.
14377         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14378         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14379         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14380         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14381         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14382         Moved ...
14383         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14384         ... here.
14385         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14386         Moved ...
14387         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14388         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14389         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14390         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14391         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14392         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14393         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14394         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14395         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14396         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14397         Moved ...
14398         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14399         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14400         Moved ...
14401         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14402         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14403         Moved ...
14404         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14405         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14406         Moved ...
14407         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14408         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14409         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14410         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14411         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14412         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14413         Moved ...
14414         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14415         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14416         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14417         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14418         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14419         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14420         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14421         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14422         Moved ...
14423         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14424         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14425         Moved ...
14426         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14427         ... here.
14428         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14429         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14430         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14431         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14432         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14433         Moved ...
14434         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14435         ... here.
14436         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14437         Moved ...
14438         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14439         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14440         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14441         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14442         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14443         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14444         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14445         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14446         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14447         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14448         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14450         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14451         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14453         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14454         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14456         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14457         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14458         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14459         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14460         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14461         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14462         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14463         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14464         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14465         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14466         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14467         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14468         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14469         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14470         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14471         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14472         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14473         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14474         Moved ...
14475         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14476         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14477         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14478         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14479         Moved ...
14480         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14481         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14482         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14483         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14484         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14485         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14486         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14487         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14488         Moved ...
14489         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14490         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14491         Moved ...
14492         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14493         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14494         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14495         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14496         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14497         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14498         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14499         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14500         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14501         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14502         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14503         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14504         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14505         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14506         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14507         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14508         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14510         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14511         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14512         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14513         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14514         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14516         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14517         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14518         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14519         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14520         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14521         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14522         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14523         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14524         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14525         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14527         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14528         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14530         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14531         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14532         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14533         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14534         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14535         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14536         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14537         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14538         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14539         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14540         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14541         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14542         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14543         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14544         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14545         Update #include.
14546         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14547         Likewise.
14548         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14549         Likewise.
14550         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14551         Likewise.
14552         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14553         Likewise.
14554         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14555         Likewise.
14556         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14557         Likewise.
14558         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14559         Likewise.
14560         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14561         Likewise.
14562         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14563         Likewise.
14564         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14565         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14566         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14567         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14568         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14569         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14570         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14571         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14572         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14573         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14574         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14575         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14576         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14577         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14578         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14580         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14581         that was previously under [RESET_PID].
14582         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14583         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14584         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14586         * sysdeps/i386/nptl/Implies: New file.
14587         * sysdeps/x86_64/nptl/Implies: New file.
14588         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14589         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14590         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14591         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14593         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14594         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14595         (__libc_vfork): New strong alias.
14596         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14597         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14599         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14600         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14601         (__libc_vfork): New strong alias.
14602         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14603         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14605         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14606         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14607         (__libc_vfork): New strong alias.
14608         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14609         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14610         * nptl/pt-vfork.c: New file.
14611         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14612         (libpthread: GLIBC_2.20): New version set (empty).
14614 2014-05-14  Will Newton  <will.newton@linaro.org>
14616         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14617         rather than #if.
14619 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14621         [BZ #16564]
14622         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14623         arguments with exponent 65 or above.
14624         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14625         arguments 0x1p113L or above.
14626         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14627         to arguments 0x1p107L or above.
14628         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14629         positive arguments with exponent 65 or above.
14630         * math/auto-libm-test-in: Add more tests of log1p.
14631         * math/auto-libm-test-out: Regenerated.
14633         [BZ #16928]
14634         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14635         non-finite arguments is +0.
14636         * math/s_cacosf.c (__cacosf): Likewise.
14637         * math/s_cacosl.c (__cacosl): Likewise.
14638         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14639         * sysdeps/i386/fpu/libm-test-ulps: Update.
14640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14642         [BZ #16927]
14643         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14644         value.
14645         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14646         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14647         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14648         for explicit high bit of mantissa when testing for argument equal
14649         to 1.
14650         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14651         * sysdeps/i386/fpu/libm-test-ulps: Update.
14652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14654         [BZ #16516]
14655         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14656         (__erf): Scale by 16 instead of 8 in potentially underflowing
14657         case.  Ensure exception if result actually underflows.
14658         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14659         (__erff): Scale by 16 instead of 8 in potentially underflowing
14660         case.  Ensure exception if result actually underflows.
14661         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14662         (efx8): Remove variable.
14663         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14664         case.  Ensure exception if result actually underflows.
14665         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14666         (efx8): Remove variable.
14667         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14668         case.  Ensure exception if result actually underflows.
14669         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14670         (efx8): Remove variable.
14671         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14672         case.  Ensure exception if result actually underflows.
14673         * math/auto-libm-test-in: Add more tests of erf.
14674         * math/auto-libm-test-out: Regenerated.
14676 2014-05-14  Andreas Schwab  <schwab@suse.de>
14678         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14679         Remove code conditionalized on USE___THREAD.
14681         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14682         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14683         not definedness.
14685 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14687         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14688         Define unconditionally.
14689         (__ASSUME_O_CLOEXEC): Likewise.
14690         (__ASSUME_SOCK_CLOEXEC): Likewise.
14691         (__ASSUME_IN_NONBLOCK): Likewise.
14692         (__ASSUME_PIPE2): Likewise.
14693         (__ASSUME_EVENTFD2): Likewise.
14694         (__ASSUME_SIGNALFD4): Likewise.
14695         (__ASSUME_DUP3): Likewise.
14696         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14697         (__ASSUME_DUP3): Do not define.
14698         (__ASSUME_EVENTFD2): Likewise.
14699         (__ASSUME_IN_NONBLOCK): Likewise.
14700         (__ASSUME_O_CLOEXEC): Likewise.
14701         (__ASSUME_PIPE2): Likewise.
14702         (__ASSUME_SIGNALFD4): Likewise.
14703         (__ASSUME_SOCK_CLOEXEC): Likewise.
14704         (__ASSUME_UTIMES): Undefine.
14705         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14706         (__ASSUME_UTIMES): Do not define.
14707         (__ASSUME_O_CLOEXEC): Likewise.
14708         (__ASSUME_SOCK_CLOEXEC): Likewise.
14709         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14710         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14711         0x020621].
14712         (__ASSUME_PIPE2): Likewise.
14713         (__ASSUME_EVENTFD2): Likewise.
14714         (__ASSUME_SIGNALFD4): Likewise.
14715         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14716         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14717         Do not define.
14718         (__ASSUME_EVENTFD2): Likewise.
14719         (__ASSUME_SIGNALFD4): Likewise.
14720         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14721         (__ASSUME_32BITUIDS): Likewise.
14722         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14723         (__ASSUME_IPC64): Likewise.
14724         (__ASSUME_ST_INO_64_BIT): Likewise.
14725         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14726         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14727         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14728         (__ASSUME_UTIMES): Do not define.
14729         (__ASSUME_PSELECT): Likewise.
14730         (__ASSUME_PPOLL): Likewise.
14731         (__ASSUME_O_CLOEXEC): Likewise.
14732         (__ASSUME_SOCK_CLOEXEC): Likewise.
14733         (__ASSUME_IN_NONBLOCK): Likewise.
14734         (__ASSUME_PIPE2): Likewise.
14735         (__ASSUME_EVENTFD2): Likewise.
14736         (__ASSUME_SIGNALFD4): Likewise.
14737         (__ASSUME_DUP3): Likewise.
14738         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14739         (__ASSUME_UTIMES): Likewise.
14740         (__ASSUME_O_CLOEXEC): Likewise.
14741         (__ASSUME_SOCK_CLOEXEC): Likewise.
14742         (__ASSUME_IN_NONBLOCK): Likewise.
14743         (__ASSUME_PIPE2): Likewise.
14744         (__ASSUME_EVENTFD2): Likewise.
14745         (__ASSUME_SIGNALFD4): Likewise.
14746         (__ASSUME_DUP3): Likewise.
14747         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14748         (__ASSUME_UTIMES): Likewise.
14749         (__ASSUME_O_CLOEXEC): Likewise.
14750         (__ASSUME_SOCK_CLOEXEC): Likewise.
14751         (__ASSUME_IN_NONBLOCK): Likewise.
14752         (__ASSUME_PIPE2): Likewise.
14753         (__ASSUME_EVENTFD2): Likewise.
14754         (__ASSUME_SIGNALFD4): Likewise.
14755         (__ASSUME_DUP3): Likewise.
14756         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14757         Likewise.
14758         (__ASSUME_UTIMES): Likewise.
14759         (__ASSUME_EVENTFD2): Likewise.
14760         (__ASSUME_SIGNALFD4): Likewise.
14761         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14762         (__ASSUME_O_CLOEXEC): Likewise.
14763         (__ASSUME_SOCK_CLOEXEC): Likewise.
14764         (__ASSUME_IN_NONBLOCK): Likewise.
14765         (__ASSUME_PIPE2): Likewise.
14766         (__ASSUME_EVENTFD2): Likewise.
14767         (__ASSUME_SIGNALFD4): Likewise.
14768         (__ASSUME_DUP3): Likewise.
14769         (__ASSUME_UTIMES): Undefine.
14771         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14772         feclearexcept.  Remove symbol versioning code.
14773         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14774         symbol versioning code.
14775         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14776         symbol versioning code.
14777         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14778         feupdateenv.  Remove symbol versioning code.
14779         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14780         fegetexceptflag.  Remove symbol versioning code.
14781         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14782         fesetexceptflag.  Remove symbol versioning code.
14783         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14784         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14785         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14786         (__posix_fadvise64_l32): Remove prototype.
14787         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14788         code.
14790 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14792         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14793         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14794         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14795         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14797 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14799         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14800         current working directory
14802 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14804         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14805         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14806         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14807         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14808         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14809         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14810         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14811         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14812         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14813         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14814         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14815         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14816         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14817         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14818         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14819         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14820         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14821         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14822         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14823         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14824         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14825         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14826         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14827         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14828         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14829         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14830         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14831         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14832         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14833         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14834         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14835         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14836         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14837         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14838         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14839         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14840         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14841         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14842         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14843         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14844         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14845         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14847         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14848         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14850         * sysdeps/unix/sysv/linux/arm/Makefile
14851         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14852         Add rt-aeabi_unwind_cpp_pr1.
14853         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14854         Add nptl-aeabi_unwind_cpp_pr1.
14855         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14856         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14857         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14858         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14859         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14860         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14862         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14863         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14864         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14865         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14867         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14868         Deconditionalize the code that was previously under [RESET_PID].
14869         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14871         * sysdeps/generic/exit-thread.h: New file.
14872         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14873         * include/unistd.h (__exit_thread): Remove declaration.
14874         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14875         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14876         * csu/libc-start.c: Include <exit-thread.h>.
14877         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14878         * nptl/pthread_create.c: Include <exit-thread.h>.
14879         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14880         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14881         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14882         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14883         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14884         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14885         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14886         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14887         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14888         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14889         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14890         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14891         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14892         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14893         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14894         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14895         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14897 2014-05-13  Andreas Schwab  <schwab@suse.de>
14899         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14901 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14903         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14904         (__ASSUME_UTIMES): Do not condition on kernel version.
14905         (__ASSUME_PSELECT): Define unconditionally.
14906         (__ASSUME_PPOLL): Likewise.
14907         (__ASSUME_ATFCTS): Likewise.
14908         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14909         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14910         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14911         (__ASSUME_UTIMENSAT): Define unconditionally.
14912         (__ASSUME_PRIVATE_FUTEX): Likewise.
14913         (__ASSUME_FALLOCATE): Likewise.
14914         (__ASSUME_O_CLOEXEC): Likewise.
14915         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14916         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14917         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14918         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14919         (__ASSUME_IN_NONBLOCK): Likewise.
14920         (__ASSUME_PIPE2): Likewise.
14921         (__ASSUME_EVENTFD2): Likewise.
14922         (__ASSUME_SIGNALFD4): Likewise.
14923         (__ASSUME_DUP3): Likewise.
14924         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14925         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14926         (__ASSUME_AT_RANDOM): Likewise.
14927         (__ASSUME_PREADV): Likewise.
14928         (__ASSUME_PWRITEV): Likewise.
14929         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14930         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14931         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14932         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14933         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14934         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14935         (__ASSUME_O_CLOEXEC): Define unconditionally.
14936         (__ASSUME_PSELECT): Do not undefine conditionally.
14937         (__ASSUME_PPOLL): Likewise.
14938         (__ASSUME_ATFCTS): Likewise.
14939         (__ASSUME_SET_ROBUST_LIST): Likewise.
14940         (__ASSUME_UTIMENSAT): Likewise.
14941         (__ASSUME_FDATASYNC): Define unconditionally.
14942         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14943         (__ASSUME_SIGFRAME_V2): Likewise.
14944         )__ASSUME_EVENTFD2): Likewise.
14945         (__ASSUME_SIGNALFD4): Likewise.
14946         (__ASSUME_PSELECT): Do not undefine conditionally.
14947         (__ASSUME_PPOLL): Likewise.
14948         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14949         (__ASSUME_PSELECT): Define unconditionally.
14950         (__ASSUME_PPOLL): Likewise.
14951         (__ASSUME_O_CLOEXEC): Likewise.
14952         (__ASSUME_SOCK_CLOEXEC): Likewise.
14953         (__ASSUME_IN_NONBLOCK): Likewise.
14954         (__ASSUME_PIPE2): Likewise.
14955         (__ASSUME_EVENTFD2): Likewise.
14956         (__ASSUME_SIGNALFD4): Likewise.
14957         (__ASSUME_DUP3): Likewise.
14958         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14959         (__ASSUME_O_CLOEXEC): Likewise.
14960         (__ASSUME_SOCK_CLOEXEC): Likewise.
14961         (__ASSUME_IN_NONBLOCK): Likewise.
14962         (__ASSUME_PIPE2): Likewise.
14963         (__ASSUME_EVENTFD2): Likewise.
14964         (__ASSUME_SIGNALFD4): Likewise.
14965         (__ASSUME_DUP3): Likewise.
14966         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14967         (__ASSUME_EVENTFD2): Likewise.
14968         (__ASSUME_SIGNALFD4): Likewise.
14969         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14971 2014-05-12  Andreas Schwab  <schwab@suse.de>
14973         [BZ #16932]
14974         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14975         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14976         than maximum RPC packet size.
14977         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14978         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14979         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14980         (_nss_nis_getservbyport_r): Likewise.
14982 2014-05-12  Will Newton  <will.newton@linaro.org>
14984         * malloc/Makefile (tests): Add tst-mallopt.
14985         * malloc/tst-mallopt.c: New file.
14987 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14989         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14990         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14992 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14994         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14995         (tst-tlsmod6.so): Likewise.
14997 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14999         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15001 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15003         [BZ #16064]
15004         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15005         and <dl-procinfo.h>.
15006         (__fegetenv): Save SSE state in envp->__eip if supported.
15007         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15008         envp->__eip if supported.
15009         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15010         and <dl-procinfo.h>.
15011         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15012         __data_offset and __data_selector in environment to 0.  Set SSE
15013         state if supported.
15014         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15015         test-fenv-sse.
15016         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15017         -mfpmath=sse.
15018         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15020 2014-05-09  Will Newton  <will.newton@linaro.org>
15022         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15023         and libc_relro_required for ARM.
15024         * sysdeps/arm/preconfigure: Regenerate.
15026 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15027             Stefan Liebler  <stli@linux.vnet.ibm.com>
15029         * config.make.in (enable-lock-elision): New Makefile variable.
15030         * configure.ac: Likewise.
15031         * configure: Regenerate.
15032         * sysdeps/s390/configure.ac:
15033         Add check for gcc transactions support.
15034         * sysdeps/s390/configure: Regenerate.
15035         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15036         Build elision files if enabled.
15037         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15038         Add lock elision support for s390.
15039         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15040         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15041         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15042         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15043         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15044         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15045         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15046         Likewise.
15047         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15048         Likewise.
15049         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15050         Likewise.
15051         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15052         Likewise.
15053         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15054         (__lll_timedlock_elision, __lll_lock_elision)
15055         (__lll_unlock_elision, __lll_trylock_elision)
15056         (lll_timedlock_elision, lll_lock_elision)
15057         (lll_unlock_elision, lll_trylock_elision): Add.
15058         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15059         (pthread_mutex_t): Add lock elision support for s390.
15061 2014-05-14  Wilco  <wdijkstr@arm.com>
15063         * sysdeps/arm/fclrexcpt.c: Cleanup.
15064         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15065         * sysdeps/arm/feenablxcpt.c: Cleanup.
15066         * sysdeps/arm/fegetenv.c: Cleanup.
15067         * sysdeps/arm/fegetexcept.c: Cleanup.
15068         * sysdeps/arm/fegetround.c: Cleanup.
15069         * sysdeps/arm/feholdexcpt.c: Cleanup.
15070         * sysdeps/arm/fesetenv.c: Cleanup.
15071         * sysdeps/arm/fesetround.c: Cleanup.
15072         * sysdeps/arm/feupdateenv.c: Cleanup.
15073         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15074         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15075         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15076         * sysdeps/arm/ftestexcept.c: Cleanup.
15077         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15078         * sysdeps/arm/setfpucw.c: Cleanup.
15080 2014-05-09  Will Newton  <will.newton@linaro.org>
15082         * sysdeps/arm/armv7/strcmp.S: New file.
15083         * NEWS: Mention addition of ARMv7 optimized strcmp.
15085 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15087         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15088         look for %.ac rather than %.in.
15090         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15091         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15092         * sysdeps/mach/hurd/configure: Regenerated.
15093         * sysdeps/unix/sysv/linux/configure: Regenerated.
15095         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15097 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15099         [BZ# 16922]
15100         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15101         (LONG_SUB): Ditto.
15102         (PTR_SUB): Ditto.
15104 2014-05-07  Andreas Schwab  <schwab@suse.de>
15106         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15107         when skipping over non-matching result from nscd.
15109 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15111         [BZ #16876]
15112         * nptl/sockperf.c (client): Check socket return value.
15114         [BZ #16877]
15115         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15116         nscd security class.
15118 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15120         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15121         * sysdeps/arm/unwind.h: ... here.
15123 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15125         [BZ# 16916]
15126         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15127         Define.
15129 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15131         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15132         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15133         multiarch strncpy for PPC64.
15134         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15135         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15136         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15137         multiarch optimizations.
15138         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15139         (__libc_ifunc_impl_list): Likewise.
15140         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15141         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15142         multiarch stpncpy for PPC64.
15143         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15144         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15146 2014-05-06  Andreas Schwab  <schwab@suse.de>
15148         [BZ #16912]
15149         * gmon/mcount.c (_MCOUNT_DECL): Use
15150         atomic_compare_and_exchange_bool_acq instead of
15151         catomic_compare_and_exchange_bool_acq.
15153 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15155         * elf/Makefile (others, install-bin): Remove pldd.
15156         (pldd-modules): Variable removed.
15157         ($(objpfx)pldd): Target removed.
15158         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15159         (others, install-bin): Append pldd here.
15160         ($(objpfx)pldd): New target.
15162         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15163         to 0, so the first #if test emitted later doesn't see it undefined.
15164         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15165         * sysdeps/gnu/errlist.c: Regenerated.
15167 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15169         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15170         [libc_hidden_builtin_def]: Define to empty value.
15171         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15172         [libc_hidden_builtin_def]: Likewise.
15173         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15174         [libc_hidden_builtin_def]: Likewise.
15175         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15176         [libc_hidden_builtin_def]: Likewise.
15177         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15178         __redirect_memcpy and define ifunc as default hidden symbol.
15179         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15180         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15182 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15184         * locale/iso-4217.def: Reintroduce XDR currency.
15186 2014-05-04  Allan McRae  <allan@archlinux.org>
15188         * po/eo.po: Update Esperanto translation from translation project.
15190 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15192         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15193         and FEATURE_INDEX_MAX to 1.
15194         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15196 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15198         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15199         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15200         * iconvdata/big5.c (ONE_DIRECTION): Define.
15201         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15202         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15203         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15204         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15205         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15206         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15207         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15208         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15209         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15210         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15211         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15212         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15213         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15214         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15215         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15216         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15217         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15218         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15219         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15220         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15221         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15222         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15223         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15224         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15225         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15226         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15227         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15228         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15229         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15230         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15231         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15232         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15233         * iconvdata/johab.c (ONE_DIRECTION): Define.
15234         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15235         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15236         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15237         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15238         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15239         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15240         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15241         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15242         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15243         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15245 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15247         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15248         (_IO_JUMPS_OFFSET): Define to 0.
15250         * nptl/sysdeps/pthread/bits/libc-lock.h
15251         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15252         (__libc_lock_define_initialized_recursive): Always define using
15253         initializer.  Modern compilers treat uninitialized (implicit zero) and
15254         explicit zero initializers the same (i.e. put the datum in bss).
15256 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15258         * nscd/nscd-client.h: Include <string.h>.
15260 2014-05-01  David S. Miller  <davem@davemloft.net>
15262         [BZ #16885]
15263         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15264         multiple zero bytes exist at the end of a string.
15265         Reported by Aurelien Jarno <aurelien@aurel32.net>
15267         * string/test-strcmp.c (check): Add explicit test for situations where
15268         there are multiple zero bytes after the first.
15270 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15272         [BZ #16890]
15273         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15274         when compiling wprintf.
15275         * stdio-common/tstdiomisc.c (t3): New function.
15276         (main): Call it.
15278 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15280         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15281         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15282         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15283         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15285 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15287         * stdlib/longlong.h: Updated from GCC.
15289 2014-05-01  Will Newton  <will.newton@linaro.org>
15290             Bernard Ogden  <bernie.ogden@linaro.org>
15292         * NEWS: Update fixed bug list.
15294         [BZ #15119]
15295         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15297 2014-04-30  David S. Miller  <davem@davemloft.net>
15299         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15300         (libc_feholdexcept_setround_sparc_ctx): New function.
15301         (libc_fesetenv_sparc_ctx): Likewise.
15302         (libc_feupdateenv_sparc_ctx): Likewise.
15303         (libc_feholdsetround_sparc_ctx): Likewise.
15304         (libc_feholdexcept_setround_ctx): Define.
15305         (libc_feholdexcept_setroundf_ctx): Likewise.
15306         (libc_feholdexcept_setroundl_ctx): Likewise.
15307         (libc_fesetenv_ctx): Likewise.
15308         (libc_fesetenvf_ctx): Likewise.
15309         (libc_fesetenvl_ctx): Likewise.
15310         (libc_feupdateenv_ctx): Likewise.
15311         (libc_feupdateenvf_ctx): Likewise.
15312         (libc_feupdateenvl_ctx): Likewise.
15313         (libc_feresetround_ctx): Likewise.
15314         (libc_feresetroundf_ctx): Likewise.
15315         (libc_feresetroundl_ctx): Likewise.
15316         (libc_feholdsetround_ctx): Likewise.
15317         (libc_feholdsetroundf_ctx): Likewise.
15318         (libc_feholdsetroundl_ctx): Likewise.
15320         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15321         with __USE_GNU instead of XOPEN cpp guards.
15323         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15324         0.
15326         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15327         with XOPEN cpp guards.
15329 2014-04-30  Julian Brown  <julian@codesourcery.com>
15331         [BZ #16888]
15332         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15333         handling.
15335 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15337         [BZ #9894]
15338         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15339         Change to 2.6.32.
15340         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15341         * sysdeps/unix/sysv/linux/configure: Regenerated.
15342         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15343         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15344         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15345         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15346         * README: Update reference to required Linux kernel version.
15347         * manual/install.texi (Linux): Update reference to required Linux
15348         kernel headers version.
15349         * INSTALL: Regenerated.
15351         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15352         header inclusion.
15353         [POSIX] (limits.h): Likewise.
15354         [POSIX] (math.h): Likewise.
15355         [POSIX] (sys/wait.h): Likewise.
15356         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15357         function.
15358         [POSIX] (stddef.h): Do not allow header inclusion.
15360 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15362         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15364 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15366         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15367         Return immediately after lll_futex_wake.
15369 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15371         [BZ #16791]
15372         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15373         structure.
15374         (datahead_init_pos): Call datahead_init_common early.
15375         (datahead_init_neg): Likewise.
15377         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15378         datahead_init_neg): New functions.
15379         * nscd/aicache.c (addhstaiX): Use them.
15380         * nscd/grpcache.c (cache_addgr): Likewise.
15381         * nscd/hstcache.c (cache_addhst): Likewise.
15382         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15383         * nscd/netgroupcache.c (do_notfound): Likewise.
15384         (addgetnetgrentX): Likewise.
15385         (addinnetgrX): Likewise.
15386         * nscd/pwdcache.c (cache_addpw): Likewise.
15387         * nscd/servicescache.c (cache_addserv): Likewise.
15389 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15390             Atsushi Onoe  <atsushi@onoe.org>
15392         [BZ #14308]
15393         [BZ #12994]
15394         [BZ #13651]
15395         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15396         one response is valid.
15397         * resolv/res_send.c (send_dg): Check for validity of other
15398         response if the current response is a referral.
15400 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15402         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15404 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15406         [BZ #16823]
15407         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15408         Always divide by positive zero when computing -Inf result.
15409         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15410         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15412 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15414         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15415         FPSCR if value do not change.
15416         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15417         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15418         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15419         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15420         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15421         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15422         function.
15424 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15426         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15427         * sysdeps/unix/sysv/linux/hppa: Move directory from
15428         ports/systeps/unix/sysv/linux/hppa.
15429         * README: Update listing for hppa-*-linux-gnu.
15431 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15433         [BZ #16754]
15434         * manual/stdio.texi (Hook functions): Fix types of stream hook
15435         functions.
15436         [BZ #16854]
15437         * socket/sys/socket.h: Fix typo in comment.
15439 2014-04-28  Wilco  <wdijkstr@arm.com>
15441         * sysdeps/arm/fenv_private.h: New file.
15442         * sysdeps/arm/math_private.h: New file.
15443         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15445 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15447         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15448         with __int128_t.
15449         (La_x86_64_retval): Likewise.
15451 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15453         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15454         fpsr if value didn't change.
15455         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15456         to fpcr if value didn't change.
15457         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15458         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15459         fpsr or fpcr if value didn't change.
15460         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15461         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15462         fpcr if value didn't change.
15463         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15464         to fpsr if value didn't change.
15466 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15468         * nptl/tst-sem3.c: Use test-skeleton.c
15469         (main): Rename to do_test.  Use return instead of
15470         exit.
15471         * nptl/tst-sem4.c: Use test-skeleton.c
15472         (main): Rename to do_test.
15474 2014-04-22  David S. Miller  <davem@davemloft.net>
15476         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15477         (struct sigaction): New struct member __glibc_reserved0, change
15478         type of sa_flags to int.
15480 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15482         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15483         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15485 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15487         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15488         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15490 2014-04-22  Will Newton  <will.newton@linaro.org>
15491             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15493         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15494         (__longjmp): Add longjmp and longjmp_target SystemTap
15495         probes.
15496         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15497         (__sigsetjmp): Add setjmp SystemTap probe.
15499 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15501         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15502         match manual order.
15504 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15506         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15508         * sysdeps/powerpc/fpu/fenv_private.h
15509         (libc_feholdexcept_setroundl_ctx): Define to
15510         libc_feholdexcept_setround_ppc_ctx.
15511         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15512         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15513         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15514         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15516 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15518         * sysdeps/aarch64/math-tests.h: New file.
15520 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15522         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15523         New.
15524         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15525         Check and set bit_AVX2_Usable.
15526         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15527         macro.
15528         (bit_AVX2): Likewise.
15529         (index_AVX2_Usable): Likewise.
15530         (CPUID_AVX2): Likewise.
15531         (HAS_AVX2): Likewise.
15533 2014-04-17  Will Newton  <will.newton@linaro.org>
15535         * manual/setjmp.texi (System V contexts): Add note that
15536         calling setcontext on a context created by a call to a
15537         signal handler is undefined.  Update text to note that
15538         setcontext from a signal handler is possible but not
15539         recommended.
15541         [BZ #16629]
15542         * stdlib/tst-setcontext.c: Include signal.h.
15543         (main): Check that the signal stack before and
15544         after swapcontext is the same.
15546         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15547         Re-implement to restore registers in user code and avoid
15548         rt_sigreturn system call.
15550 2014-04-17  Wilco  <wdijkstr@arm.com>
15552         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15553         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15554         * math/test-fenv.c: Skip exception trap tests on targets which only
15555         support non-stop mode.
15557 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15558             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15560         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15561         (libc_feholdsetround_aarch64_ctx)
15562         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15563         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15564         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15565         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15566         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15567         (libc_feresetround_noexl_ctx): Define.
15569 2014-04-16  Richard Henderson  <rth@redhat.com>
15571         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15573         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15574         unwind tables.
15576         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15577         const from the non-libc, non-ldso copy.
15579         * sysdeps/alpha/libm-test-ulps: Regenerate.
15581 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15582             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15584         * sysdeps/aarch64/fpu/math_private.h: New file.
15586 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15588         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15590 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15592         [BZ #16275]
15593         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15594         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15595         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15596         Intel MPX bound registers before _dl_profile_fixup.
15597         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15598         registers after _dl_profile_fixup.  Save and restore bound
15599         registers bnd0/bnd1 when calling _dl_call_pltexit.
15600         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15601         (LR_BND_OFFSET): Likewise.
15602         (LRV_BND0_OFFSET): Likewise.
15603         (LRV_BND1_OFFSET): Likewise.
15605 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15607         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15608         to...
15609         * sysdeps/mach/hurd/i386/tls.h: ... here.
15610         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15611         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15612         fields.
15614 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15616         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15618 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15620         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15622 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15624         [BZ #14770]
15625         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15626         * sysdeps/s390/configure: Regenerate.
15628         [BZ #16824]
15629         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15630         Set round-to-nearest internally to reduce error accumulation.
15632 2014-04-16  Alan Modra  <amodra@gmail.com>
15634         [BZ #16740]
15635         [BZ #16619]
15636         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15637         * math/libm-test.inc (frexp_test_data): Add tests.
15638         * NEWS: Update fixed bug list.
15640 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15642         * benchtests/Makefile: Depend on libraries in build directory.
15643         (bench-math): Separate out math tests.
15644         (bench-pthread): Separate out pthread tests.
15645         (bench): Include math and pthread tests.
15647 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15649         [BZ #16831]
15650         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15651         _dl_debug_initialize.
15653         * configure.ac: Remove SELinux header check.
15654         * configure: Regenerate.
15655         * nscd/selinux.c (perms): Array of const char* to permission names.
15656         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15657         default policy. Call string_to_security_class and string_to_av_perm to
15658         translate strings. Enforce default policy and call avs_has_perm with
15659         results of translated strings.
15661 2014-04-13  David S. Miller  <davem@davemloft.net>
15663         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15665 2014-04-12  Allan McRae  <allan@archlinux.org>
15667         [BZ #16838]
15668         * manual/string.texi (Collation Functions): Fix qsort argument
15669         order in example.
15670         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15672 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15674         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15675         Make the test a no-op if there are no exceptions defined.
15677 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15679         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15680         enable-hardcoded-path-in-tests
15682 2014-04-11  Will Newton  <will.newton@linaro.org>
15684         * benchtests/Makefile (extra-objs): Add json-lib.o.
15685         (bench-func): Tidy up JSON output.
15686         * benchtests/bench-skeleton.c: Include json-lib.h.
15687         (main): Use JSON library functions to do output of
15688         benchmark results.
15689         * benchtests/bench-timing-type.c (main): Output the
15690         timing type simply, leaving formatting to the user.
15691         * benchtests/json-lib.c: New file.
15692         * benchtests/json-lib.h: Likewise.
15694 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15696         [BZ #15215]
15697         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15698         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15699         memory barriers.  Add comments.
15700         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15701         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15702         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15703         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15704         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15705         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15707 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15709         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15710         * sysdeps/s390/s390-64/configure.ac: ... this ...
15711         * sysdeps/s390/configure.ac: ... to here.
15712         * sysdeps/s390/s390-32/configure: Delete file.
15713         * sysdeps/s390/s390-64/configure: Delete file.
15714         * sysdeps/s390/configure: Regenerate.
15716 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15718         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15720 2014-04-11  Will Newton  <will.newton@linaro.org>
15722         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15723         to zero if it is not defined elsewhere.  (mtrim): Test
15724         the value of MALLOC_DEBUG with #if rather than #ifdef.
15726 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15728         * benchtests/pthread_once-inputs: New file.
15729         * benchtests/pthread_once-source.c: New file.
15730         * benchtests/README: Update documentation.
15732 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15733             H.J. Lu  <hongjiu.lu@intel.com>
15735         [BZ #16275]
15736         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15737         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15738         * sysdeps/x86_64/configure: Regenerated.
15739         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15740         macro.
15741         (REGISTER_SAVE_RAX): Likewise.
15742         (REGISTER_SAVE_RCX): Likewise.
15743         (REGISTER_SAVE_RDX): Likewise.
15744         (REGISTER_SAVE_RSI): Likewise.
15745         (REGISTER_SAVE_RDI): Likewise.
15746         (REGISTER_SAVE_R8): Likewise.
15747         (REGISTER_SAVE_R9): Likewise.
15748         (REGISTER_SAVE_BND0): Likewise.
15749         (REGISTER_SAVE_BND1): Likewise.
15750         (REGISTER_SAVE_BND2): Likewise.
15751         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15752         bound registers when calling _dl_fixup.
15754 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15756         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15757         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15758         of its definition.
15759         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15760         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15761         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15762         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15763         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15764         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15765         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15767 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15769         [BZ #15514]
15770         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15771         pathconf(_PC_NAME_MAX).
15773 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15775         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15776         Remove macro usage.
15777         (__PTHREAD_SPINS): Move definition to ...
15778         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15779         (__PTHREAD_SPINS): ... here.
15780         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15781         (__PTHREAD_SPIN): Likewise.
15782         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15783         (__PTHREAD_SPIN): Likewise.
15784         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15785         (__PTHREAD_SPIN): Likewise.
15786         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15787         (__PTHREAD_SPIN): Likewise.
15788         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15789         (__PTHREAD_SPIN): Likewise.
15790         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15791         (__PTHREAD_SPIN): Likewise.
15792         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15793         (__PTHREAD_SPIN): Likewise.
15794         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15795         (__PTHREAD_SPIN): Likewise.
15796         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15797         (__PTHREAD_SPIN): Likewise.
15798         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15799         (__PTHREAD_SPIN): Likewise.
15800         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15801         (__PTHREAD_SPIN): Likewise.
15802         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15803         (__PTHREAD_SPIN): Likewise.
15805         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15806         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15807         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15808         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15809         imply folder.
15810         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15811         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15812         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15813         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15814         correct imply path.
15815         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15816         strlen symbol for non multi-arch builds.
15817         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15818         missing hidden_def and weak_alias.
15820 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15822         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15824 2014-04-07  Will Newton  <will.newton@linaro.org>
15826         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15827         and contents.  [!_LIBC] Remove #ifndef and contents.
15828         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15829         * string/memccpy.c (__memccpy): Use ANSI prototype.
15830         * string/memfrob.c (memfrob): Likewise.
15831         * string/strcoll.c (STRCOLL): Likewise.
15832         * string/strlen.c (strlen): Likewise.
15833         * string/strtok.c (STRTOK): Likewise.
15834         * string/strcat.c: Remove unused #include of memcopy.h.
15835         (strcat): Use ANSI prototype.
15836         * string/strchr.c: Remove unused #include of memcopy.h.
15837         (strchr): Use ANSI prototype.
15838         * string/strcmp.c: Remove unused #include of memcopy.h.
15839         (strcmp): Use ANSI prototype.
15840         * string/strcpy.c: Remove unused #include of memcopy.h.
15841         (strcpy): Use ANSI prototype.
15843 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15845         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15846         * config.make.in (config-extra-cppflags): Set it from
15847         libc_extra_cppflags.
15848         * configure.ac (libc_extra_cflags): Make it accumulate over
15849         configure fragments.
15850         (libc_extra_cppflags): New flag.
15851         * configure. Regenerate.
15852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15853         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15854         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15857         [BZ #16815]
15858         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15859         result for FE_DOWNWARD rounding mode.
15860         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15861         Likewise.
15862         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15864 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15866         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15867         in function argument name.
15869 2014-04-03  David Svoboda  <svoboda@cert.org>
15871         [BZ #5666]
15872         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15873         explicitly.
15875 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15877         * elf/dl-unmap-segments.h: New file.
15878         * sysdeps/generic/ldsodefs.h
15879         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15880         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15881         * elf/dl-fptr.c: Likewise.
15882         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15883         * sysdeps/aarch64/tlsdesc.c: Likewise.
15884         * sysdeps/arm/tlsdesc.c: Likewise.
15885         * sysdeps/i386/tlsdesc.c: Likewise.
15886         * sysdeps/tile/dl-runtime.c: Likewise.
15887         * sysdeps/x86_64/tlsdesc.c: Likewise.
15888         * elf/dl-load.h: New file.
15889         * elf/dl-load.c: Include it.
15890         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15891         Macros moved to dl-load.h.
15892         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15893         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15894         Use _dl_unmap_segments in place of __munmap.
15895         Break out segment-mapping loop into ...
15896         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15898 2014-04-03  Will Newton  <will.newton@linaro.org>
15900         * elf/dl-lookup.c (do_lookup_x): Remove comment
15901         referring to nested function and move variable
15902         declarations down to before first use.
15904 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15906         [BZ #16799]
15907         [BZ #16800]
15908         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15909         with 0 numerator.
15910         * math/s_catanf.c (__catanf): Likewise.
15911         * math/s_catanh.c (__catanh): Likewise.
15912         * math/s_catanhf.c (__catanhf): Likewise.
15913         * math/s_catanhl.c (__catanhl): Likewise.
15914         * math/s_catanl.c (__catanl): Likewise.
15915         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15916         by positive zero when computing -Inf result.
15917         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15918         (catanh_test): Likewise.
15919         * sysdeps/i386/fpu/libm-test-ulps: Update.
15920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15922         [BZ #16789]
15923         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15924         instead of using underflowing value in computing result.
15925         * math/s_clog10.c (__clog10): Likewise.
15926         * math/s_clog10f.c (__clog10f): Likewise.
15927         * math/s_clog10l.c (__clog10l): Likewise.
15928         * math/s_clogf.c (__clogf): Likewise.
15929         * math/s_clogl.c (__clogl): Likewise.
15930         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15931         (clog10_test): Likewise.
15932         * sysdeps/i386/fpu/libm-test-ulps: Update.
15933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15935 2014-04-02  Alan Modra  <amodra@gmail.com>
15937         [BZ #16739]
15938         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15939         output when value is near a power of two.  Use int64_t for lx and
15940         remove casts.  Use decimal rather than hex exponent constants.
15941         Don't use long double multiplication when double will suffice.
15942         * math/libm-test.inc (nextafter_test_data): Add tests.
15943         * NEWS: Add 16739 and 16786 to bug list.
15945         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15947         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15949 2014-04-01  Will Newton  <will.newton@linaro.org>
15951         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15952         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15954 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15956         [BZ #13347]
15957         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15958         * nptl/tst-setuid2.c: New file.
15959         * nptl/Makefile (xtests): Add tst-setuid2.
15961 2014-04-01  Alan Modra  <amodra@gmail.com>
15963         [BZ #16786]
15964         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15966 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15968         [BZ #6803]
15969         [BZ #6804]
15970         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15971         set errno as appropriate.
15972         * math/w_scalbf.c (__scalbf): Likewise.
15973         * math/w_scalbl.c (__scalbl): Likewise.
15974         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15975         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15976         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15977         Add more NaN tests.
15979         [BZ #16349]
15980         * math/w_atan2.c: Include <errno.h>.
15981         (__atan2): Set errno for result underflowing to zero.
15982         * math/w_atan2f.c: Include <errno.h>.
15983         (__atan2f): Set errno for result underflowing to zero.
15984         * math/w_atan2l.c: Include <errno.h>.
15985         (__atan2l): Set errno for result underflowing to zero.
15986         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15987         tests.
15988         * math/auto-libm-test-out: Regenerated.
15990 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15992         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15993         Encode instruction correctly in little endian.
15994         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15995         Likewise.
15996         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15997         Likewise.
15998         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15999         Likewise.
16000         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16001         Likewise.
16003 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16005         [BZ #9894]
16006         * sysdeps/unix/sysv/linux/kernel-features.h
16007         [__sparc__ && !__arch64__ && !__sparc_v9__]
16008         (__ASSUME_SET_ROBUST_LIST): Do not define.
16009         [__sparc__ && !__arch64__ && !__sparc_v9__]
16010         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16011         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16012         Likewise.
16013         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16014         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16015         (__ASSUME_REQUEUE_PI): Likewise.
16016         (__ASSUME_SET_ROBUST_LIST): Likewise.
16017         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16018         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16019         Undefine.
16020         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16021         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16022         Likewise.
16023         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16024         Likewise.
16025         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16026         Likewise.
16027         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16028         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16029         Undefine.
16030         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16031         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16032         Likewise.
16034         [BZ #16648]
16035         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16036         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16037         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16039 2014-03-31  Will Newton  <will.newton@linaro.org>
16041         * benchtests/Makefile (bench): Add ffs and ffsll to list
16042         of tests.
16043         * benchtests/ffs-inputs: New file.
16044         * benchtests/ffsll-inputs: Likewise.
16046 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16048         [BZ #16770]
16049         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16050         too large before casting to int.
16051         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16052         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16053         * math/libm-test.inc (scalb_test_data): Add more tests.
16055 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16057         * benchtests/Makefile (DETAILED_OPT): New make option.
16058         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16059         set.
16060         * benchtests/bench-skeleton.c: Include stdbool.h.
16061         (main): Store and print timings per input.
16062         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16063         member to each argument value.
16064         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16065         (_print_arg_data): Initialize per-input timing to 0.
16067         * benchtests/Makefile (timing-type): New binary.
16068         (bench-clean): Also remove bench-timing-type.
16069         (bench): New target for timing-type.
16070         (bench-func): Print output in JSON format.
16071         * benchtests/bench-skeleton.c (main): Print output in JSON
16072         format.
16073         * benchtests/bench-timing-type.c: New file.
16074         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16075         (TIMING_PRINT_STATS): Remove.
16076         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16077         name separately.
16079         * benchtests/bench-modf.c: Remove.
16080         * benchtests/modf-inputs: New inputs file.
16082 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16084         [BZ #16362]
16085         * math/s_clog10.c (M_PI_LOG10E): New macro.
16086         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16087         imaginary parts are 0.
16088         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16089         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16090         imaginary parts are 0.
16091         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16092         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16093         imaginary parts are 0.
16094         * math/libm-test.inc (clog10_test_data): Update expected results
16095         for when real and imaginary parts are 0.
16097 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16099         * elf/dl-load.c: Finish conversion of __builtin_expect into
16100         __glibc_{un}likely.
16102 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16104         [BZ #16348]
16105         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16106         1+x for argument with exponent below -67.
16107         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16108         Likewise.
16109         * math/auto-libm-test-in: Add more tests of exp.
16110         * math/auto-libm-test-out: Regenerated.
16112 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16114         [BZ #16759]
16115         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16116         (nscd_getnetgrent): Use it.
16118         [BZ #16760]
16119         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16120         of stpcpy.
16122 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16124         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16125         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16126         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16127         (lll_robust_unlock): Remove out of line section. Use cfi
16128         intrinsics.
16129         (LLL_STUB_UNWIND_INFO*): Remove.
16130         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16131         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16132         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16133         (lll_robust_unlock): Remove out of line section. Use cfi
16134         intrinsics.
16135         (LLL_STUB_UNWIND_INFO*): Remove.
16137 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16139         [BZ #16758]
16140         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16141         blank values.
16143 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16145         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16147 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16149         [BZ #16198]
16150         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16151         fnstenv.
16152         * math/test-fenv-preserve.c: New file.
16153         * math/Makefile (tests): Add test-fenv-preserve.
16155 2014-03-26  Will Newton <will.newton@linaro.org>
16157         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16159 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16161         * scripts/versionlist.awk: Partition the version sets and emit all
16162         GLIBC_* (sorted) before all others (sorted).
16164 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16166         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16167         GLIBC_2.2.5 version.
16169 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16171         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16172         calls.
16174         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16175         previous change.
16177         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16179 2014-03-25  Andreas Schwab  <schwab@suse.de>
16181         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16182         label to be used after in6ailist is initialized.
16184 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16186         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16187         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16189 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16191         [BZ #16357]
16192         [BZ #16599]
16193         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16194         min_plus_half.
16195         (fp_formats): Update initializers.
16196         (init_fp_formats): Initialize new field.
16197         (output_for_one_input_case): Allow underflow for results up to
16198         min_plus_half.
16199         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16200         * math/auto-libm-test-in: Don't mark some underflows from asin and
16201         atanh as spurious.
16202         * math/auto-libm-test-out: Regenerated.
16203         * sysdeps/i386/fpu/libm-test-ulps: Update.
16204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16206 2014-03-25  Andreas Schwab  <schwab@suse.de>
16208         * libio/Makefile (tst-ftell-partial-wide-ENV)
16209         (tst-ftell-active-handler-ENV): Define.
16211 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16213         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16215 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16217         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16219 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16221         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16222         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16223         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16225 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16227         [BZ #16634]
16228         * elf/dl-load.c (open_verify): Add mode parameter.
16229         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16230         (open_path): Change from boolean 'secure' to complete flag 'mode'
16231         (_dl_map_object): Adjust.
16232         * elf/Makefile (tests): Add tst-dlopen-aout.
16233         * elf/tst-dlopen-aout.c: New test.
16235 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16237         [BZ #16714]
16238         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16239         (struct stat): Rename member pad0 to __glibc_reserved0.
16241         [BZ #16712]
16242         * sysdeps/s390/s390-32/bits/wordsize.h
16243         (__WORDSIZE32_SIZE_ULONG): New define.
16244         * sysdeps/s390/s390-64/bits/wordsize.h
16245         (__WORDSIZE32_SIZE_ULONG): Likewise.
16246         * sysdeps/generic/stdint.h (SIZE_MAX):
16247         Define as UL if __WORDSIZE32_SIZE_ULONG.
16249         [BZ #16713]
16250         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16251         (__glibc_reserved0): New variable.
16252         (sa_flags): Change type to int.
16254         * posix/Makefile (before-compile): Use += before-compile instead
16255         of a :=.
16257         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16258         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16260 2014-03-20  Andreas Schwab  <schwab@suse.de>
16262         [BZ #16743]
16263         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16264         non-matching result from nscd.
16266 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16268         * scripts/bench.py: Moved to ...
16269         * benchtests/scripts/bench.py: ... here.
16270         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16272 2014-03-24  Andreas Schwab  <schwab@suse.de>
16274         [BZ #16002]
16275         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16276         alloca_account and account alloca use for struct in6ailist.
16278 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16280         [BZ #16284]
16281         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16282         rounding mode to recompute results that overflow to infinity or
16283         underflow to zero.
16284         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16285         bug 16284.
16286         * math/auto-libm-test-out: Regenerated.
16287         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16288         (ccosh_test): Likewise.
16289         (csin_test_data): Use plus_oflow.
16290         (csin_test): Use ALL_RM_TEST.
16291         (csinh_test_data): Use plus_oflow.
16292         (csinh_test): Use ALL_RM_TEST.
16293         * sysdeps/i386/fpu/libm-test-ulps: Update.
16294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16296 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16298         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16299         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16300         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16302         [BZ #16731]
16303         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16304         when x - 1 is zero.
16305         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16306         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16307         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16308         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16309         argument is 1.
16310         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16311         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16312         zero.
16313         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16314         * sysdeps/i386/fpu/libm-test-ulps: Update.
16315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16317 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16319         * scripts/bench.pl: Remove file.
16320         * scripts/bench.py: New benchmark script.
16321         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16322         * benchtests/README: Mention python dependency.
16323         * scripts/pylintrc: New file.
16324         * scripts/pylint: New file.
16326         * bits/mathdef.h: Use #ifdef instead of #if.
16327         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16328         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16329         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16330         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16331         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16332         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16334 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16335             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16337         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16338         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16339         and strpbrk-ppc64 objects.
16340         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16341         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16342         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16343         multiarch strpbrk for POWER7.
16344         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16345         multiarch strpbrk for PPC64.
16346         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16347         ifunc selector.
16348         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16349         strpbrk for POWER7.
16351 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16353         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16354         (atan_test): Likewise.
16355         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16356         (atanh_test): Use ALL_RM_TEST.
16357         (atan2_test_data): Likewise.
16358         (cabs_test): Likewise.
16359         (cacosh_test): Likewise.
16360         (carg_test): Likewise.
16361         (casin_test): Likewise.
16362         (casinh_test): Likewise.
16363         (cbrt_test): Likewise.
16364         (csqrt_test): Likewise.
16365         (erf_test): Likewise.
16366         (erfc_test): Likewise.
16367         (pow10_test): Likewise.
16368         (exp2_test): Likewise.
16369         (hypot_test): Likewise.
16370         (j0_test): Likewise.
16371         (j1_test): Likewise.
16372         (lgamma_test): Likewise.
16373         (gamma_test): Likewise.
16374         (sincos_test): Likewise.
16375         (tanh_test): Likewise.
16376         (y0_test): Likewise.
16377         (y1_test): Likewise.
16378         * sysdeps/i386/fpu/libm-test-ulps: Update.
16379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16381 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16383         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16384         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16385         and strcspn-ppc64 objects.
16386         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16387         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16388         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16389         multiarch strcspn for POWER7.
16390         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16391         multiarch strcspn for PPC64.
16392         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16393         ifunc selector.
16394         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16395         strcspn for POWER7.
16397 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16399         * math/gen-libm-test.pl (generate_testfile): Expect only function
16400         name as argument to AUTO_TESTS_* and pass results for all rounding
16401         modes to parse_args.
16402         (parse_auto_input): Separate inputs of automatic tests from
16403         outputs before storing in %auto_tests.
16404         * math/libm-test.inc (acos_test_data): Update call to
16405         AUTO_TESTS_f_f.
16406         (acos_test): Use ALL_RM_TEST.
16407         (acos_tonearest_test_data): Remove.
16408         (acos_test_tonearest): Likewise.
16409         (acos_towardzero_test_data): Likewise.
16410         (acos_test_towardzero): Likewise.
16411         (acos_downward_test_data): Likewise.
16412         (acos_test_downward): Likewise.
16413         (acos_upward_test_data): Likewise.
16414         (acos_test_upward): Likewise.
16415         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16416         (asin_test_data): Likewise.
16417         (asin_test): Use ALL_RM_TEST.
16418         (asin_tonearest_test_data): Remove.
16419         (asin_test_tonearest): Likewise.
16420         (asin_towardzero_test_data): Likewise.
16421         (asin_test_towardzero): Likewise.
16422         (asin_downward_test_data): Likewise.
16423         (asin_test_downward): Likewise.
16424         (asin_upward_test_data): Likewise.
16425         (asin_test_upward): Likewise.
16426         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16427         (atan_test_data): Likewise.
16428         (atanh_test_data): Likewise.
16429         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16430         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16431         (carg_test_data): Likewise.
16432         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16433         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16434         (ccosh_test_data): Likewise.
16435         (cexp_test_data): Likewise.
16436         (clog_test_data): Likewise.
16437         (clog10_test_data): Likewise.
16438         (cos_test_data): Update call to AUTO_TESTS_f_f.
16439         (cos_test): Use ALL_RM_TEST.
16440         (cos_tonearest_test_data): Remove.
16441         (cos_test_tonearest): Likewise.
16442         (cos_towardzero_test_data): Likewise.
16443         (cos_test_towardzero): Likewise.
16444         (cos_downward_test_data): Likewise.
16445         (cos_test_downward): Likewise.
16446         (cos_upward_test_data): Likewise.
16447         (cos_test_upward): Likewise.
16448         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16449         (cosh_test): Use ALL_RM_TEST.
16450         (cosh_tonearest_test_data): Remove.
16451         (cosh_test_tonearest): Likewise.
16452         (cosh_towardzero_test_data): Likewise.
16453         (cosh_test_towardzero): Likewise.
16454         (cosh_downward_test_data): Likewise.
16455         (cosh_test_downward): Likewise.
16456         (cosh_upward_test_data): Likewise.
16457         (cosh_test_upward): Likewise.
16458         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16459         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16460         (ctan_test_data): Likewise.
16461         (ctan_test): Use ALL_RM_TEST.
16462         (ctan_tonearest_test_data): Remove.
16463         (ctan_test_tonearest): Likewise.
16464         (ctan_towardzero_test_data): Likewise.
16465         (ctan_test_towardzero): Likewise.
16466         (ctan_downward_test_data): Likewise.
16467         (ctan_test_downward): Likewise.
16468         (ctan_upward_test_data): Likewise.
16469         (ctan_test_upward): Likewise.
16470         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16471         (ctanh_test): Use ALL_RM_TEST.
16472         (ctanh_tonearest_test_data): Remove.
16473         (ctanh_test_tonearest): Likewise.
16474         (ctanh_towardzero_test_data): Likewise.
16475         (ctanh_test_towardzero): Likewise.
16476         (ctanh_downward_test_data): Likewise.
16477         (ctanh_test_downward): Likewise.
16478         (ctanh_upward_test_data): Likewise.
16479         (ctanh_test_upward): Likewise.
16480         (erf_test_data): Update call to AUTO_TESTS_f_f.
16481         (erfc_test_data): Likewise.
16482         (exp_test_data): Likewise.
16483         (exp_test): Use ALL_RM_TEST.
16484         (exp_tonearest_test_data): Remove.
16485         (exp_test_tonearest): Likewise.
16486         (exp_towardzero_test_data): Likewise.
16487         (exp_test_towardzero): Likewise.
16488         (exp_downward_test_data): Likewise.
16489         (exp_test_downward): Likewise.
16490         (exp_upward_test_data): Likewise.
16491         (exp_test_upward): Likewise.
16492         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16493         (exp10_test): Use ALL_RM_TEST.
16494         (exp10_tonearest_test_data): Remove.
16495         (exp10_test_tonearest): Likewise.
16496         (exp10_towardzero_test_data): Likewise.
16497         (exp10_test_towardzero): Likewise.
16498         (exp10_downward_test_data): Likewise.
16499         (exp10_test_downward): Likewise.
16500         (exp10_upward_test_data): Likewise.
16501         (exp10_test_upward): Likewise.
16502         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16503         (expm1_test_data): Likewise.
16504         (expm1_test): Use ALL_RM_TEST.
16505         (expm1_tonearest_test_data): Remove.
16506         (expm1_test_tonearest): Likewise.
16507         (expm1_towardzero_test_data): Likewise.
16508         (expm1_test_towardzero): Likewise.
16509         (expm1_downward_test_data): Likewise.
16510         (expm1_test_downward): Likewise.
16511         (expm1_upward_test_data): Likewise.
16512         (expm1_test_upward): Likewise.
16513         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16514         (fma_test): Use ALL_RM_TEST.
16515         (fma_towardzero_test_data): Remove.
16516         (fma_test_towardzero): Likewise.
16517         (fma_downward_test_data): Likewise.
16518         (fma_test_downward): Likewise.
16519         (fma_upward_test_data): Likewise.
16520         (fma_test_upward): Likewise.
16521         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16522         (j0_test_data): Update call to AUTO_TESTS_f_f.
16523         (j1_test_data): Likewise.
16524         (jn_test_data): Update call to AUTO_TESTS_if_f.
16525         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16526         (log_test_data): Update call to AUTO_TESTS_f_f.
16527         (log10_test_data): Likewise.
16528         (log1p_test_data): Likewise.
16529         (log2_test_data): Likewise.
16530         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16531         (pow_tonearest_test_data): Likewise.
16532         (sin_test_data): Update call to AUTO_TESTS_f_f.
16533         (sin_test): Use ALL_RM_TEST.
16534         (sin_tonearest_test_data): Remove.
16535         (sin_test_tonearest): Likewise.
16536         (sin_towardzero_test_data): Likewise.
16537         (sin_test_towardzero): Likewise.
16538         (sin_downward_test_data): Likewise.
16539         (sin_test_downward): Likewise.
16540         (sin_upward_test_data): Likewise.
16541         (sin_test_upward): Likewise.
16542         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16543         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16544         (sinh_test): Use ALL_RM_TEST.
16545         (sinh_tonearest_test_data): Remove.
16546         (sinh_test_tonearest): Likewise.
16547         (sinh_towardzero_test_data): Likewise.
16548         (sinh_test_towardzero): Likewise.
16549         (sinh_downward_test_data): Likewise.
16550         (sinh_test_downward): Likewise.
16551         (sinh_upward_test_data): Likewise.
16552         (sinh_test_upward): Likewise.
16553         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16554         (sqrt_test): Use ALL_RM_TEST.
16555         (sqrt_tonearest_test_data): Remove.
16556         (sqrt_test_tonearest): Likewise.
16557         (sqrt_towardzero_test_data): Likewise.
16558         (sqrt_test_towardzero): Likewise.
16559         (sqrt_downward_test_data): Likewise.
16560         (sqrt_test_downward): Likewise.
16561         (sqrt_upward_test_data): Likewise.
16562         (sqrt_test_upward): Likewise.
16563         (tan_test_data): Update call to AUTO_TESTS_f_f.
16564         (tan_test): Use ALL_RM_TEST.
16565         (tan_tonearest_test_data): Remove.
16566         (tan_test_tonearest): Likewise.
16567         (tan_towardzero_test_data): Likewise.
16568         (tan_test_towardzero): Likewise.
16569         (tan_downward_test_data): Likewise.
16570         (tan_test_downward): Likewise.
16571         (tan_upward_test_data): Likewise.
16572         (tan_test_upward): Likewise.
16573         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16574         (tgamma_test_data): Likewise.
16575         (y0_test_data): Likewise.
16576         (y1_test_data): Likewise.
16577         (yn_test_data): Update call to AUTO_TESTS_if_f.
16578         (main): Do not call removed functions.
16580 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16582         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16583         (ldexp_test_data): Remove.
16584         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16585         scalbn_test_data.
16586         (scalb_test): Use ALL_RM_TEST.
16588 2014-03-19  Andreas Schwab  <schwab@suse.de>
16590         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16592 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16594         [BZ #16649]
16595         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16596         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16597         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16598         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16599         (__ASSUME_PREADV): Undefine.
16600         (__ASSUME_PWRITEV): Likewise.
16602 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16604         * bits/mman-linux.h: Add comment about non-Linux use.
16605         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16606         bits/mman-linux.h resting place.
16608         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16609         * bits/mman-linux.h: ... here.
16611 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16613         * conform/conformtest.pl: Add standard definition when calling C
16614         preprocessor on data files.
16615         (checknamespace): Remove unused variable.
16617 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16619         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16620         minus_oflow, plus_uflow and minus_uflow in expected results.
16621         * math/libm-test.inc (scalbn_test_data): Add more tests of
16622         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16623         minus_uflow.
16624         (scalbn_test): Use ALL_RM_TEST.
16625         (scalbln_test_data): Add more tests of negative arguments.  Use
16626         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16627         (scalbln_test): Use ALL_RM_TEST.
16629 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16631         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16633 2014-03-18  Will Newton  <will.newton@linaro.org>
16635         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16636         inaccurate comment.
16638 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16640         * Makerules [!subdir] (check-abi): Exit with error status if a
16641         test failed.
16643 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16645         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16646         for rint.  Include results for all rounding modes.
16647         (nearbyint_test): Use ALL_RM_TEST.
16648         (rint_test_data): Include all tests used for nearbyint.
16650 2014-03-17  Will Newton  <will.newton@linaro.org>
16652         * nptl/sysdeps/pthread/pthread.h: Revert previous
16653         change.
16655         * sysdeps/generic/ldsodefs.h: Revert previous
16656         change.
16658         * libio/genops.c: Revert previous change.
16659         * libio/libioP.h: Likewise.
16660         * stdio-common/vfprintf.c: Likewise.
16662         * sysdeps/generic/math_private.h: Revert previous
16663         change.
16665         * sysdeps/generic/math_private.h: Check whether
16666         HAVE_RM_CTX is defined with #ifdef rather
16667         than #if.
16669         * argp/argp-fmtstream.h: Check whether
16670         __STRICT_ANSI__ is defined with #ifdef rather
16671         than #if.
16672         * argp/argp.h: Likewise.
16674         * libio/genops.c: Check whether
16675         _IO_JUMPS_OFFSET is defined with #ifdef rather
16676         than #if.
16677         * libio/libioP.h: Likewise.
16678         * stdio-common/vfprintf.c: Likewise.
16680         * sysdeps/generic/ldsodefs.h: Check whether
16681         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16682         than #if.
16684         * nptl/sysdeps/pthread/pthread.h: Check
16685         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16686         its value.
16688 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16690         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16691         setting O_APPEND.
16692         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16693         test case.
16695         [BZ #16680]
16696         * libio/fileops.c (_IO_file_open): Seek to end of file but
16697         don't cache the offset.
16698         (get_file_offset): Remove function.
16699         (do_ftell): Use cached offset when available.
16700         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16701         don't cache the offset.
16702         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16703         case.
16704         (do_one_test): Call it.
16705         (do_ftell_test): Fix up expected old offset for a+ mode.
16706         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16707         available.
16709         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16710         up test status with function return status.
16711         (do_write_test): Likewise.
16712         (do_append_test): Likewise.
16714         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16715         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16716         Remove.
16718 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16720         * math/gen-libm-test.pl (parse_args): Handle results specified for
16721         each rounding mode separately.
16722         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16723         tests and results from lrint_tonearest_test_data,
16724         lrint_towardzero_test_data, lrint_downward_test_data and
16725         lrint_upward_test_data.
16726         (lrint_test): Use ALL_RM_TEST.
16727         (lrint_tonearest_test_data): Remove.
16728         (lrint_test_tonearest): Likewise.
16729         (lrint_towardzero_test_data): Likewise.
16730         (lrint_test_towardzero): Likewise.
16731         (lrint_downward_test_data): Likewise.
16732         (lrint_test_downward): Likewise.
16733         (lrint_upward_test_data): Likewise.
16734         (lrint_test_upward): Likewise.
16735         (llrint_test_data): Merge in per-rounding-mode tests and results
16736         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16737         llrint_downward_test_data and llrint_upward_test_data.
16738         (llrint_test): Use ALL_RM_TEST.
16739         (llrint_tonearest_test_data): Remove.
16740         (llrint_test_tonearest): Likewise.
16741         (llrint_towardzero_test_data): Likewise.
16742         (llrint_test_towardzero): Likewise.
16743         (llrint_downward_test_data): Likewise.
16744         (llrint_test_downward): Likewise.
16745         (llrint_upward_test_data): Likewise.
16746         (llrint_test_upward): Likewise.
16747         (rint_test_data): Merge in per-rounding-mode tests and results
16748         from rint_tonearest_test_data, rint_towardzero_test_data,
16749         rint_downward_test_data and rint_upward_test_data.  Add
16750         per-rounding-mode results for tests not in those arrays.
16751         (rint_test): Use ALL_RM_TEST.
16752         (rint_tonearest_test_data): Remove.
16753         (rint_test_tonearest): Likewise.
16754         (rint_towardzero_test_data): Likewise.
16755         (rint_test_towardzero): Likewise.
16756         (rint_downward_test_data): Likewise.
16757         (rint_test_downward): Likewise.
16758         (rint_upward_test_data): Likewise.
16759         (rint_test_upward): Likewise.
16760         (main): Don't call removed functions.
16762 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16764         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16765         "Compiled on ..." crapola.  It is anti-useful.
16767 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16769         * scripts/evaluate-test.sh: Handle fourth argument to determine
16770         whether test run should stop on failure.
16771         * Makeconfig (stop-on-test-failure): New variable.
16772         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16773         $(stop-on-test-failure).
16774         * Makefile (tests): Give a summary of results from testing and
16775         exit with failure status if they include an ERROR or FAIL.
16776         (xtests): Likewise.
16777         * manual/install.texi (Configuring and compiling): Mention
16778         stop-on-test-failure=y.
16779         * INSTALL: Regenerated.
16781 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16783         * scripts/versionlist.awk: New file.
16784         * Makerules [$(build-shared) = yes]
16785         (postclean-generated): Add Versions.def, not Versions.def.v and
16786         Versions.def.v.i.
16787         ($(common-objpfx)Versions.def.v.i): Target removed.
16788         ($(common-objpfx)Versions.def): New target.
16789         ($(common-objpfx)Versions.all): Depend on that rather that
16790         $(common-objpfx)Versions.def.v.
16791         * Versions.def: File removed.
16793         * Makeconfig (+gccwarn): Add -Wundef.
16794         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16795         a dl-sysdep.h breaking its contract.
16796         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16797         * include/stackinfo.h: New file.
16798         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16799         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16800         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16801         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16802         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16803         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16804         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16805         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16806         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16807         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16808         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16809         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16810         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16811         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16812         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16814 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16816         [BZ #16707]
16817         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16818         implementation.
16819         * math/libm-test.inc (round_test_data): Add more tests.
16821         [BZ #16706]
16822         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16823         implementation.
16824         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16826         [BZ #16701]
16827         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16828         implementation.
16829         * math/libm-test.inc (ceil_test_data): Add more tests.
16831         * math/libm-test.inc (trunc_test_data): Add more tests related to
16832         BZ#16414.
16834 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16836         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16837         with #if rather than #ifdef.
16838         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16840 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16842         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16843         first.  Disable AVX-512 GCC support if assembler doesn't support
16844         it.
16845         * sysdeps/x86_64/configure: Regenerated.
16847 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16849         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16850         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16851         (__old_pthread_attr_setstack): Likewise.
16852         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16853         [!_STACK_GROWS_DOWN]: Likewise.
16855 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16857         * config.make.in (have-bash2): Delete.
16858         * configure.ac (libc_cv_have_bash2): Delete.
16859         * configure: Regenerate.
16860         * elf/Makefile (common-ldd-rewrite): Rename to ...
16861         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16862         (sh-ldd-rewrite): Delete.
16863         (bash-ldd-rewrite): Delete.
16864         (have-bash2): Delete checks.
16865         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16866         ldd-rewrite.
16868         * config.make.in (have-ksh): Delete.
16869         (KSH): Delete.
16870         * configure.ac (libc_cv_have_ksh): Delete.
16871         * configure: Regenerate.
16873         * elf/Makefile: Delete $(have-ksh) check.
16874         ($(objpfx)sotruss): Change KSH to BASH.
16875         * elf/sotruss.ksh: Rename to ...
16876         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16877         function style to match POSIX.  Drop ksh vim mode setting.
16879         * manual/time.texi (Specifying the Time Zone with TZ): Change
16880         Tuesday to Thursday.
16882         * debug/tst-longjmp_chk2.c: Update header comment.
16883         (stackoverflow_handler): Add comment.  Call assert on pass value.
16885 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16887         [BZ #16194]
16888         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16889         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16890         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16891         (La_x86_64_vector): Add zmm.
16892         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16893         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16894         ($(objpfx)tst-audit10): New target.
16895         ($(objpfx)tst-audit10.out): Likewise.
16896         (tst-audit10-ENV): New.
16897         (AVX512-CFLAGS): Likewise.
16898         (CFLAGS-tst-audit10.c): Likewise.
16899         (CFLAGS-tst-auditmod10a.c): Likewise.
16900         (CFLAGS-tst-auditmod10b.c): Likewise.
16901         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16902         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16903         * sysdeps/x86_64/configure: Regenerated.
16904         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16905         AVX-512 zmm register support.
16906         (_dl_x86_64_save_sse): Likewise.
16907         (_dl_x86_64_restore_sse): Likewise.
16908         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16909         size vector registers.
16910         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16911         (ZMM_SIZE): Likewise.
16912         * sysdeps/x86_64/tst-audit10.c: New file.
16913         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16914         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16916 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16918         * configure.ac (HAVE_EHDR_START): New check.
16919         * configure: Regenerated.
16920         * config.h.in (HAVE_EHDR_START): New #undef.
16921         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16922         assuming the lowest-addressed segment maps the start of the file.
16924 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16926         * INSTALL: Regenerated.
16928 2014-03-13  Will Newton  <will.newton@linaro.org>
16930         * manual/setjmp.texi (System V contexts): Improve
16931         clarity and grammar of documentation.
16933 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16935         [BZ #16381]
16936         * elf/Makefile (tests): Add tst-pie2.
16937         (tests-pie): Add tst-pie2.
16938         * elf/tst-pie2.c: New file.
16939         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16940         for ET_EXEC.
16941         * elf/rtld.c (map_doit): Load executable as lt_executable.
16942         (dl_main): Likewise.
16944 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16946         [BZ #16642]
16947         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16948         (__ASSUME_PSELECT): Undefine.
16950 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16952         [BZ #16689]
16953         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16954         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16955         static build.
16956         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16957         selector for static builds.
16959 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16961         [BZ #16695]
16962         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16963         key in the buffer.
16965 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16967         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16968         IFUNC selector for static builds.
16970 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16972         * sysdeps/mips/math_private.h [__mips_hard_float]
16973         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16974         libc_feresetround_mips_ctx.
16975         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16976         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16977         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16979         [BZ #16677]
16980         * math/s_nextafter.c (__nextafter): Do not return value from
16981         overflowing computation.
16982         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16983         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16984         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16985         Likewise.
16986         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16987         Likewise.
16988         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16989         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16991 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16993         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16994         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16995         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16996         the new mov targetting sp.
16998 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17000         [BZ #16683]
17001         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17002         Define it for static builds as well.
17003         (NO_BZERO_IMPL): Likewise.
17005 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17007         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17008         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17009         multiarch strspn for PPC64.
17010         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17011         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17012         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17013         (__libc_ifunc_impl_list): Likewise.
17014         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17015         multiarch optimizations
17016         * string/strspn.c (strspn): Using macro to redefine symbol name.
17018 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17019             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17021         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17022         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17023         multiarch strncat for PPC64.
17024         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17025         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17026         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17027         (__libc_ifunc_impl_list): Likewise.
17028         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17029         multiarch optimizations
17031 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17033         [BZ #16639]
17034         * nscd/nscd.service: Make service type forking.
17036 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17038         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17039         sign in non default rounding modes.
17040         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17042 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17044         * math/libm-test.inc (ALL_RM_TEST): New macro.
17045         (ceil_test): Use ALL_RM_TEST.
17046         (cimag_test): Likewise.
17047         (conj_test): Likewise.
17048         (copysign_test): Likewise.
17049         (cproj_test): Likewise.
17050         (creal_test): Likewise.
17051         (fabs_test): Likewise.
17052         (floor_test): Likewise.
17053         (fmax_test): Likewise.
17054         (fmin_test): Likewise.
17055         (fmod_test): Likewise.
17056         (fpclassify_test): Likewise.
17057         (frexp_test): Likewise.
17058         (ilogb_test): Likewise.
17059         (isfinite_test): Likewise.
17060         (finite_test): Likewise.
17061         (isgreater_test): Likewise.
17062         (isgreaterequal_test): Likewise.
17063         (isinf_test): Likewise.
17064         (isless_test): Likewise.
17065         (islessequal_test): Likewise.
17066         (islessgreater_test): Likewise.
17067         (isnan_test): Likewise.
17068         (isnormal_test): Likewise.
17069         (issignaling_test): Likewise.
17070         (isunordered_test): Likewise.
17071         (logb_test): Likewise.
17072         (logb_downward_test_data): Remove.
17073         (logb_test_downward): Likewise.
17074         (lround_test): Use ALL_RM_TEST.
17075         (llround_test): Likewise.
17076         (modf_test): Likewise.
17077         (nexttoward_test): Likewise.
17078         (remainder_test): Likewise.
17079         (drem_test): Likewise.
17080         (remainder_tonearest_test_data): Likewise.
17081         (remainder_test_tonearest): Likewise.
17082         (drem_test_tonearest): Likewise.
17083         (remainder_towardzero_test_data): Likewise.
17084         (remainder_test_towardzero): Likewise.
17085         (drem_test_towardzero): Likewise.
17086         (remainder_downward_test_data): Likewise.
17087         (remainder_test_downward): Likewise.
17088         (drem_test_downward): Likewise.
17089         (remainder_upward_test_data): Likewise.
17090         (remainder_test_upward): Likewise.
17091         (drem_test_upward): Likewise.
17092         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17093         (round_test): Use ALL_RM_TEST.
17094         (signbit_test): Likewise.
17095         (trunc_test): Likewise.
17096         (significand_test): Likewise.
17097         (main): Don't call removed functions.
17099 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17101         [BZ #16674]
17102         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17103         || __USE_XOPEN2K8].
17104         (ILL_ILLOPN): Likewise.
17105         (ILL_ILLADR): Likewise.
17106         (ILL_ILLTRP): Likewise.
17107         (ILL_PRVOPC): Likewise.
17108         (ILL_PRVREG): Likewise.
17109         (ILL_COPROC): Likewise.
17110         (ILL_BADSTK): Likewise.
17111         (FPE_INTDIV): Likewise.
17112         (FPE_INTOVF): Likewise.
17113         (FPE_FLTDIV): Likewise.
17114         (FPE_FLTOVF): Likewise.
17115         (FPE_FLTUND): Likewise.
17116         (FPE_FLTRES): Likewise.
17117         (FPE_FLTINV): Likewise.
17118         (FPE_FLTSUB): Likewise.
17119         (SEGV_MAPERR): Likewise.
17120         (SEGV_ACCERR): Likewise.
17121         (BUS_ADRALN): Likewise.
17122         (BUS_ADRERR): Likewise.
17123         (BUS_OBJERR): Likewise.
17124         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17125         (TRAP_TRACE): Likewise.
17126         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17127         __USE_XOPEN2K8].
17128         (CLD_KILLED): Likewise.
17129         (CLD_DUMPED): Likewise.
17130         (CLD_TRAPPED): Likewise.
17131         (CLD_STOPPED): Likewise.
17132         (CLD_CONTINUED): Likewise.
17133         (POLL_IN): Likewise.
17134         (POLL_OUT): Likewise.
17135         (POLL_MSG): Likewise.
17136         (POLL_ERR): Likewise.
17137         (POLL_PRI): Likewise.
17138         (POLL_HUP): Likewise.
17139         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17140         Likewise.
17141         (ILL_ILLOPN): Likewise.
17142         (ILL_ILLADR): Likewise.
17143         (ILL_ILLTRP): Likewise.
17144         (ILL_PRVOPC): Likewise.
17145         (ILL_PRVREG): Likewise.
17146         (ILL_COPROC): Likewise.
17147         (ILL_BADSTK): Likewise.
17148         (FPE_INTDIV): Likewise.
17149         (FPE_INTOVF): Likewise.
17150         (FPE_FLTDIV): Likewise.
17151         (FPE_FLTOVF): Likewise.
17152         (FPE_FLTUND): Likewise.
17153         (FPE_FLTRES): Likewise.
17154         (FPE_FLTINV): Likewise.
17155         (FPE_FLTSUB): Likewise.
17156         (SEGV_MAPERR): Likewise.
17157         (SEGV_ACCERR): Likewise.
17158         (BUS_ADRALN): Likewise.
17159         (BUS_ADRERR): Likewise.
17160         (BUS_OBJERR): Likewise.
17161         (BUS_MCEERR_AR): Likewise.
17162         (BUS_MCEERR_AO): Likewise.
17163         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17164         (TRAP_TRACE): Likewise.
17165         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17166         __USE_XOPEN2K8].
17167         (CLD_KILLED): Likewise.
17168         (CLD_DUMPED): Likewise.
17169         (CLD_TRAPPED): Likewise.
17170         (CLD_STOPPED): Likewise.
17171         (CLD_CONTINUED): Likewise.
17172         (POLL_IN): Likewise.
17173         (POLL_OUT): Likewise.
17174         (POLL_MSG): Likewise.
17175         (POLL_ERR): Likewise.
17176         (POLL_PRI): Likewise.
17177         (POLL_HUP): Likewise.
17178         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17179         (ILL_ILLOPN): Likewise.
17180         (ILL_ILLADR): Likewise.
17181         (ILL_ILLTRP): Likewise.
17182         (ILL_PRVOPC): Likewise.
17183         (ILL_PRVREG): Likewise.
17184         (ILL_COPROC): Likewise.
17185         (ILL_BADSTK): Likewise.
17186         (FPE_INTDIV): Likewise.
17187         (FPE_INTOVF): Likewise.
17188         (FPE_FLTDIV): Likewise.
17189         (FPE_FLTOVF): Likewise.
17190         (FPE_FLTUND): Likewise.
17191         (FPE_FLTRES): Likewise.
17192         (FPE_FLTINV): Likewise.
17193         (FPE_FLTSUB): Likewise.
17194         (SEGV_MAPERR): Likewise.
17195         (SEGV_ACCERR): Likewise.
17196         (BUS_ADRALN): Likewise.
17197         (BUS_ADRERR): Likewise.
17198         (BUS_OBJERR): Likewise.
17199         (BUS_MCEERR_AR): Likewise.
17200         (BUS_MCEERR_AO): Likewise.
17201         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17202         (TRAP_TRACE): Likewise.
17203         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17204         __USE_XOPEN2K8].
17205         (CLD_KILLED): Likewise.
17206         (CLD_DUMPED): Likewise.
17207         (CLD_TRAPPED): Likewise.
17208         (CLD_STOPPED): Likewise.
17209         (CLD_CONTINUED): Likewise.
17210         (POLL_IN): Likewise.
17211         (POLL_OUT): Likewise.
17212         (POLL_MSG): Likewise.
17213         (POLL_ERR): Likewise.
17214         (POLL_PRI): Likewise.
17215         (POLL_HUP): Likewise.
17216         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17217         Likewise.
17218         (ILL_ILLOPN): Likewise.
17219         (ILL_ILLADR): Likewise.
17220         (ILL_ILLTRP): Likewise.
17221         (ILL_PRVOPC): Likewise.
17222         (ILL_PRVREG): Likewise.
17223         (ILL_COPROC): Likewise.
17224         (ILL_BADSTK): Likewise.
17225         (ILL_BADIADDR): Likewise.
17226         (ILL_BREAK): Likewise.
17227         (FPE_INTDIV): Likewise.
17228         (FPE_INTOVF): Likewise.
17229         (FPE_FLTDIV): Likewise.
17230         (FPE_FLTOVF): Likewise.
17231         (FPE_FLTUND): Likewise.
17232         (FPE_FLTRES): Likewise.
17233         (FPE_FLTINV): Likewise.
17234         (FPE_FLTSUB): Likewise.
17235         (FPE_DECOVF): Likewise.
17236         (FPE_DECDIV): Likewise.
17237         (FPE_DECERR): Likewise.
17238         (FPE_INVASC): Likewise.
17239         (FPE_INVDEC): Likewise.
17240         (SEGV_MAPERR): Likewise.
17241         (SEGV_ACCERR): Likewise.
17242         (SEGV_PSTKOVF): Likewise.
17243         (BUS_ADRALN): Likewise.
17244         (BUS_ADRERR): Likewise.
17245         (BUS_OBJERR): Likewise.
17246         (BUS_MCEERR_AR): Likewise.
17247         (BUS_MCEERR_AO): Likewise.
17248         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17249         (TRAP_TRACE): Likewise.
17250         (TRAP_BRANCH): Likewise.
17251         (TRAP_HWBKPT): Likewise.
17252         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17253         __USE_XOPEN2K8].
17254         (CLD_KILLED): Likewise.
17255         (CLD_DUMPED): Likewise.
17256         (CLD_TRAPPED): Likewise.
17257         (CLD_STOPPED): Likewise.
17258         (CLD_CONTINUED): Likewise.
17259         (POLL_IN): Likewise.
17260         (POLL_OUT): Likewise.
17261         (POLL_MSG): Likewise.
17262         (POLL_ERR): Likewise.
17263         (POLL_PRI): Likewise.
17264         (POLL_HUP): Likewise.
17265         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17266         (ILL_ILLOPN): Likewise.
17267         (ILL_ILLADR): Likewise.
17268         (ILL_ILLTRP): Likewise.
17269         (ILL_PRVOPC): Likewise.
17270         (ILL_PRVREG): Likewise.
17271         (ILL_COPROC): Likewise.
17272         (ILL_BADSTK): Likewise.
17273         (FPE_INTDIV): Likewise.
17274         (FPE_INTOVF): Likewise.
17275         (FPE_FLTDIV): Likewise.
17276         (FPE_FLTOVF): Likewise.
17277         (FPE_FLTUND): Likewise.
17278         (FPE_FLTRES): Likewise.
17279         (FPE_FLTINV): Likewise.
17280         (FPE_FLTSUB): Likewise.
17281         (SEGV_MAPERR): Likewise.
17282         (SEGV_ACCERR): Likewise.
17283         (BUS_ADRALN): Likewise.
17284         (BUS_ADRERR): Likewise.
17285         (BUS_OBJERR): Likewise.
17286         (BUS_MCEERR_AR): Likewise.
17287         (BUS_MCEERR_AO): Likewise.
17288         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17289         (TRAP_TRACE): Likewise.
17290         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17291         __USE_XOPEN2K8].
17292         (CLD_KILLED): Likewise.
17293         (CLD_DUMPED): Likewise.
17294         (CLD_TRAPPED): Likewise.
17295         (CLD_STOPPED): Likewise.
17296         (CLD_CONTINUED): Likewise.
17297         (POLL_IN): Likewise.
17298         (POLL_OUT): Likewise.
17299         (POLL_MSG): Likewise.
17300         (POLL_ERR): Likewise.
17301         (POLL_PRI): Likewise.
17302         (POLL_HUP): Likewise.
17303         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17304         (ILL_ILLOPN): Likewise.
17305         (ILL_ILLADR): Likewise.
17306         (ILL_ILLTRP): Likewise.
17307         (ILL_PRVOPC): Likewise.
17308         (ILL_PRVREG): Likewise.
17309         (ILL_COPROC): Likewise.
17310         (ILL_BADSTK): Likewise.
17311         (FPE_INTDIV): Likewise.
17312         (FPE_INTOVF): Likewise.
17313         (FPE_FLTDIV): Likewise.
17314         (FPE_FLTOVF): Likewise.
17315         (FPE_FLTUND): Likewise.
17316         (FPE_FLTRES): Likewise.
17317         (FPE_FLTINV): Likewise.
17318         (FPE_FLTSUB): Likewise.
17319         (SEGV_MAPERR): Likewise.
17320         (SEGV_ACCERR): Likewise.
17321         (BUS_ADRALN): Likewise.
17322         (BUS_ADRERR): Likewise.
17323         (BUS_OBJERR): Likewise.
17324         (BUS_MCEERR_AR): Likewise.
17325         (BUS_MCEERR_AO): Likewise.
17326         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17327         (TRAP_TRACE): Likewise.
17328         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17329         __USE_XOPEN2K8].
17330         (CLD_KILLED): Likewise.
17331         (CLD_DUMPED): Likewise.
17332         (CLD_TRAPPED): Likewise.
17333         (CLD_STOPPED): Likewise.
17334         (CLD_CONTINUED): Likewise.
17335         (POLL_IN): Likewise.
17336         (POLL_OUT): Likewise.
17337         (POLL_MSG): Likewise.
17338         (POLL_ERR): Likewise.
17339         (POLL_PRI): Likewise.
17340         (POLL_HUP): Likewise.
17341         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17342         (ILL_ILLOPN): Likewise.
17343         (ILL_ILLADR): Likewise.
17344         (ILL_ILLTRP): Likewise.
17345         (ILL_PRVOPC): Likewise.
17346         (ILL_PRVREG): Likewise.
17347         (ILL_COPROC): Likewise.
17348         (ILL_BADSTK): Likewise.
17349         (FPE_INTDIV): Likewise.
17350         (FPE_INTOVF): Likewise.
17351         (FPE_FLTDIV): Likewise.
17352         (FPE_FLTOVF): Likewise.
17353         (FPE_FLTUND): Likewise.
17354         (FPE_FLTRES): Likewise.
17355         (FPE_FLTINV): Likewise.
17356         (FPE_FLTSUB): Likewise.
17357         (SEGV_MAPERR): Likewise.
17358         (SEGV_ACCERR): Likewise.
17359         (BUS_ADRALN): Likewise.
17360         (BUS_ADRERR): Likewise.
17361         (BUS_OBJERR): Likewise.
17362         (BUS_MCEERR_AR): Likewise.
17363         (BUS_MCEERR_AO): Likewise.
17364         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17365         (TRAP_TRACE): Likewise.
17366         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17367         __USE_XOPEN2K8].
17368         (CLD_KILLED): Likewise.
17369         (CLD_DUMPED): Likewise.
17370         (CLD_TRAPPED): Likewise.
17371         (CLD_STOPPED): Likewise.
17372         (CLD_CONTINUED): Likewise.
17373         (POLL_IN): Likewise.
17374         (POLL_OUT): Likewise.
17375         (POLL_MSG): Likewise.
17376         (POLL_ERR): Likewise.
17377         (POLL_PRI): Likewise.
17378         (POLL_HUP): Likewise.
17379         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17380         (ILL_ILLOPN): Likewise.
17381         (ILL_ILLADR): Likewise.
17382         (ILL_ILLTRP): Likewise.
17383         (ILL_PRVOPC): Likewise.
17384         (ILL_PRVREG): Likewise.
17385         (ILL_COPROC): Likewise.
17386         (ILL_BADSTK): Likewise.
17387         (ILL_DBLFLT): Likewise.
17388         (ILL_HARDWALL): Likewise.
17389         (FPE_INTDIV): Likewise.
17390         (FPE_INTOVF): Likewise.
17391         (FPE_FLTDIV): Likewise.
17392         (FPE_FLTOVF): Likewise.
17393         (FPE_FLTUND): Likewise.
17394         (FPE_FLTRES): Likewise.
17395         (FPE_FLTINV): Likewise.
17396         (FPE_FLTSUB): Likewise.
17397         (SEGV_MAPERR): Likewise.
17398         (SEGV_ACCERR): Likewise.
17399         (BUS_ADRALN): Likewise.
17400         (BUS_ADRERR): Likewise.
17401         (BUS_OBJERR): Likewise.
17402         (BUS_MCEERR_AR): Likewise.
17403         (BUS_MCEERR_AO): Likewise.
17404         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17405         (TRAP_TRACE): Likewise.
17406         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17407         __USE_XOPEN2K8].
17408         (CLD_KILLED): Likewise.
17409         (CLD_DUMPED): Likewise.
17410         (CLD_TRAPPED): Likewise.
17411         (CLD_STOPPED): Likewise.
17412         (CLD_CONTINUED): Likewise.
17413         (POLL_IN): Likewise.
17414         (POLL_OUT): Likewise.
17415         (POLL_MSG): Likewise.
17416         (POLL_ERR): Likewise.
17417         (POLL_PRI): Likewise.
17418         (POLL_HUP): Likewise.
17419         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17420         (ILL_ILLOPN): Likewise.
17421         (ILL_ILLADR): Likewise.
17422         (ILL_ILLTRP): Likewise.
17423         (ILL_PRVOPC): Likewise.
17424         (ILL_PRVREG): Likewise.
17425         (ILL_COPROC): Likewise.
17426         (ILL_BADSTK): Likewise.
17427         (FPE_INTDIV): Likewise.
17428         (FPE_INTOVF): Likewise.
17429         (FPE_FLTDIV): Likewise.
17430         (FPE_FLTOVF): Likewise.
17431         (FPE_FLTUND): Likewise.
17432         (FPE_FLTRES): Likewise.
17433         (FPE_FLTINV): Likewise.
17434         (FPE_FLTSUB): Likewise.
17435         (SEGV_MAPERR): Likewise.
17436         (SEGV_ACCERR): Likewise.
17437         (BUS_ADRALN): Likewise.
17438         (BUS_ADRERR): Likewise.
17439         (BUS_OBJERR): Likewise.
17440         (BUS_MCEERR_AR): Likewise.
17441         (BUS_MCEERR_AO): Likewise.
17442         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17443         (TRAP_TRACE): Likewise.
17444         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17445         __USE_XOPEN2K8].
17446         (CLD_KILLED): Likewise.
17447         (CLD_DUMPED): Likewise.
17448         (CLD_TRAPPED): Likewise.
17449         (CLD_STOPPED): Likewise.
17450         (CLD_CONTINUED): Likewise.
17451         (POLL_IN): Likewise.
17452         (POLL_OUT): Likewise.
17453         (POLL_MSG): Likewise.
17454         (POLL_ERR): Likewise.
17455         (POLL_PRI): Likewise.
17456         (POLL_HUP): Likewise.
17457         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17458         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17460         [BZ #16670]
17461         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17462         before #include of <time.h>.
17463         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17464         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17465         (test-xfail-UNIX98/sched.h/conform): Likewise.
17467 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17469         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17470         error absence of trapping exception support.
17471         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17473 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17475         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17476         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17477         * timezone/Makefile (testdata): Move definition above include of
17478         Rules.
17479         (test-zones): New variable.
17480         (tests-special): Add zone files.
17481         (build-testdata): Use $(evaluate-test).
17483         * elf/Makefile (tests-special): Rename tests to end with .out.
17484         ($(objpfx)noload-mem): Likewise.
17485         ($(objpfx)tst-leaks1-mem): Likewise.
17486         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17487         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17488         $(objpfx)test-iconvconfig.out.
17489         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17490         set -e inside subshell and redirect output to file.
17491         * iconvdata/Makefile (generated): Rename tests to end with .out.
17492         Correct type.
17493         (tests-special): Rename tests to end with .out.
17494         ($(objpfx)mtrace-tst-loading): Likewise.
17495         * intl/Makefile (generated): Likewise.
17496         (tests-special): Likewise.
17497         ($(objpfx)mtrace-tst-gettext): Likewise.
17498         * misc/Makefile (generated): Likewise.
17499         (tests-special): Likewise.
17500         ($(objpfx)tst-error1-mem): Likewise.
17501         * nptl/Makefile (tests-special): Likewise.
17502         ($(objpfx)tst-stack3-mem): Likewise.
17503         (generated): Likewise.
17504         * posix/Makefile (generated): Likewise.
17505         (tests-special): Likewise.
17506         (xtests-special): Likewise.
17507         ($(objpfx)tst-fnmatch-mem): Likewise.
17508         ($(objpfx)bug-regex2-mem): Likewise.
17509         ($(objpfx)bug-regex14-mem): Likewise.
17510         ($(objpfx)bug-regex21-mem): Likewise.
17511         ($(objpfx)bug-regex31-mem): Likewise.
17512         ($(objpfx)tst-vfork3-mem): Likewise.
17513         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17514         ($(objpfx)tst-pcre-mem): Likewise.
17515         ($(objpfx)tst-boost-mem): Likewise.
17516         ($(objpfx)bug-ga2-mem): Likewise.
17517         ($(objpfx)bug-glob2-mem): Likewise.
17518         * resolv/Makefile (generate): Likewise.
17519         (tests-special): Likewise.
17520         (xtests-special): Likewise.
17521         (generated): Likewise.
17522         ($(objpfx)mtrace-tst-leaks): Likewise.
17523         ($(objpfx)mtrace-tst-leaks2): Likewise.
17525         * scripts/merge-test-results.sh: New file.
17526         * Makefile (tests-special-notdir): New variable.
17527         (tests): Run merge-test-results.sh.
17528         (xtests): Likewise.
17529         * Rules (tests-special-notdir): New variable.
17530         (xtests-special-notdir): Likewise.
17531         (tests): Run merge-test-results.sh
17532         (xtests): Likewise.
17534         * Makeconfig (test-xfail-name): New variable.
17535         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17536         compute variable name for expected failures.
17537         * conform/Makefile (conformtest-headers-data): New variable.
17538         (conformtest-standards): Likewise.
17539         (conformtest-headers-ISO): Likewise.
17540         (conformtest-headers-ISO99): Likewise.
17541         (conformtest-headers-ISO11): Likewise.
17542         (conformtest-headers-POSIX): Likewise.
17543         (conformtest-headers-XPG3): Likewise.
17544         (conformtest-headers-XPG4): Likewise.
17545         (conformtest-headers-UNIX98): Likewise.
17546         (conformtest-headers-XOPEN2K): Likewise.
17547         (conformtest-headers-POSIX2008): Likewise.
17548         (conformtest-headers-XOPEN2K8): Likewise.
17549         (conformtest-header-list-base): Likewise.
17550         (conformtest-header-list-tests): Likewise.
17551         (conformtest-header-base): Likewise.
17552         (conformtest-header-tests): Likewise.
17553         (tests-special): Add $(conformtest-header-list-tests).  If
17554         [$(fast-check) && !$(cross-compiling)], add
17555         $(conformtest-header-tests) instead of
17556         $(objpfx)run-conformtest.out.
17557         (generated): Add $(conformtest-header-list-base).  If
17558         [$(fast-check) && !$(cross-compiling)], add
17559         $(conformtest-header-base).  Remove previous setting.
17560         ($(conformtest-header-list-tests)): New target.
17561         (test-xfail-run-conformtest): Remove variable.
17562         ($(objpfx)run-conformtest.out): Remove target.
17563         (test-xfail-ISO11/complex.h/conform): New variable.
17564         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17565         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17566         (test-xfail-XPG3/varargs.h/conform): Likewise.
17567         (test-xfail-XPG4/varargs.h/conform): Likewise.
17568         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17569         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17570         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17571         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17572         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17573         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17574         (test-xfail-XPG3/ftw.h/conform): Likewise.
17575         (test-xfail-XPG3/grp.h/conform): Likewise.
17576         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17577         (test-xfail-XPG3/limits.h/conform): Likewise.
17578         (test-xfail-XPG3/pwd.h/conform): Likewise.
17579         (test-xfail-XPG3/search.h/conform): Likewise.
17580         (test-xfail-XPG3/signal.h/conform): Likewise.
17581         (test-xfail-XPG3/stdio.h/conform): Likewise.
17582         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17583         (test-xfail-XPG3/string.h/conform): Likewise.
17584         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17585         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17586         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17587         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17588         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17589         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17590         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17591         (test-xfail-XPG3/termios.h/conform): Likewise.
17592         (test-xfail-XPG3/time.h/conform): Likewise.
17593         (test-xfail-XPG3/unistd.h/conform): Likewise.
17594         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17595         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17596         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17597         (test-xfail-XPG4/netdb.h/conform): Likewise.
17598         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17599         (test-xfail-XPG4/signal.h/conform): Likewise.
17600         (test-xfail-XPG4/stdio.h/conform): Likewise.
17601         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17602         (test-xfail-XPG4/stropts.h/conform): Likewise.
17603         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17604         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17605         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17606         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17607         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17608         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17609         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17610         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17611         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17612         (test-xfail-XPG4/termios.h/conform): Likewise.
17613         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17614         (test-xfail-XPG4/unistd.h/conform): Likewise.
17615         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17616         (test-xfail-POSIX/sched.h/conform): Likewise.
17617         (test-xfail-POSIX/signal.h/conform): Likewise.
17618         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17619         (test-xfail-POSIX/tar.h/conform): Likewise.
17620         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17621         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17622         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17623         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17624         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17625         (test-xfail-UNIX98/sched.h/conform): Likewise.
17626         (test-xfail-UNIX98/signal.h/conform): Likewise.
17627         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17628         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17629         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17630         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17631         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17632         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17633         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17634         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17635         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17636         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17637         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17638         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17639         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17640         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17641         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17642         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17643         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17644         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17645         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17646         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17647         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17648         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17649         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17650         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17651         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17652         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17653         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17654         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17655         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17656         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17657         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17658         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17659         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17660         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17661         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17662         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17663         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17664         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17665         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17666         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17667         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17668         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17669         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17670         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17671         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17672         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17673         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17674         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17675         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17676         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17677         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17678         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17679         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17680         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17681         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17682         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17683         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17684         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17685         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17686         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17687         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17688         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17689         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17690         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17691         (conformtest-cc-flags): Likewise.
17692         ($(conformtest-header-tests): New target.
17693         * conform/check-header-lists.sh: New file.
17694         * conform/run-conformtest.sh: Remove.
17696         * conform/conformtest.pl: Allow ' and \ in values given for
17697         constants.
17698         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17699         inclusion.
17700         [POSIX] (sys/types.h): Likewise.
17701         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17702         inclusion.
17703         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17704         inclusion.
17705         * conform/data/signal.h-data (SIGIO): Remove expectation.
17706         [XPG3] (SIGBUS): Do not expect.
17707         [POSIX || XPG3] (SIGPOLL): Likewise.
17708         [POSIX || XPG3] (SIGPROF): Likewise.
17709         [POSIX || XPG3] (SIGSYS): Likewise.
17710         [XPG3] (SIGTRAP): Likewise.
17711         [POSIX || XPG3] (SIGURG): Likewise.
17712         [POSIX || XPG3] (SIGVTALRM): Likewise.
17713         [POSIX || XPG3] (SIGXCPU): Likewise.
17714         [POSIX || XPG3] (SIGXFSZ): Likewise.
17715         [POSIX] (SA_SIGINFO): Expect.
17716         [XPG3] (siginfo_t): Do not expect type or contents.
17717         [POSIX] (si_pid): Do not expect element.
17718         [POSIX] (si_uid): Likewise.
17719         [POSIX] (si_addr): Likewise.
17720         [POSIX] (si_status): Likewise.
17721         [POSIX] (si_band): Likewise.
17722         [XPG4] (si_value): Likewise.
17723         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17724         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17725         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17726         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17727         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17728         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17729         [POSIX || XPG3] (ILL_COPROC): Likewise.
17730         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17731         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17732         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17733         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17734         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17735         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17736         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17737         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17738         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17739         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17740         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17741         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17742         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17743         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17744         [POSIX || XPG3] (CLD_EXITED): Likewise.
17745         [POSIX || XPG3] (CLD_KILLED): Likewise.
17746         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17747         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17748         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17749         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17750         [POSIX || XPG3] (POLL_IN): Likewise.
17751         [POSIX || XPG3] (POLL_OUT): Likewise.
17752         [POSIX || XPG3] (POLL_MSG): Likewise.
17753         [POSIX || XPG3] (POLL_ERR): Likewise.
17754         [POSIX || XPG3] (POLL_PRI): Likewise.
17755         [POSIX || XPG3] (POLL_HUP): Likewise.
17756         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17757         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17758         (SIG*): Do not allow.
17759         [XPG3] (si_*): Likewise.
17760         [XPG3] (SI_*): Likewise.
17761         [XPG3 || XPG4] (sigev_*): Likewise.
17762         [XPG3 || XPG4] (SIGEV_*): Likewise.
17763         [XPG3 || XPG4] (sival_*): Likewise.
17764         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17765         [POSIX || XPG3] (BUS_*): Likewise.
17766         [POSIX || XPG3] (CLD_*): Likewise.
17767         [POSIX || XPG3] (FPE_*): Likewise.
17768         [POSIX || XPG3] (ILL_*): Likewise.
17769         [POSIX || XPG3] (POLL_*): Likewise.
17770         [POSIX || XPG3] (SEGV_*): Likewise.
17771         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17772         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17773         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17774         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17775         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17776         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17777         Specify type and value.
17778         (TVERSLEN): Likewise.
17779         (REGTYPE): Likewise.
17780         (AREGTYPE): Likewise.
17781         (LNKTYPE): Likewise.
17782         (SYMTYPE): Likewise.
17783         (CHRTYPE): Likewise.
17784         (BLKTYPE): Likewise.
17785         (DIRTYPE): Likewise.
17786         (FIFOTYPE): Likewise.
17787         (CONTTYPE): Likewise.
17788         (TSUID): Likewise.
17789         (TSGID): Likewise.
17790         (TSVTX): Likewise.
17791         (TUREAD): Likewise.
17792         (TUWRITE): Likewise.
17793         (TUEXEC): Likewise.
17794         (TGREAD): Likewise.
17795         (TGWRITE): Likewise.
17796         (TGEXEC): Likewise.
17797         (TOREAD): Likewise.
17798         (TOWRITE): Likewise.
17799         (TOEXEC): Likewise.
17800         [POSIX] (TSVTX): Expect constant.
17802 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17804         * Makefile (tests): Change dependencies to ....
17805         (tests-special): ... additions to this variable.
17806         (tests): Depend on $(tests-special).
17807         * Makerules (check-abi-list): New variable.
17808         (check-abi): Depend on $(check-abi-list).
17809         [$(subdir) = elf] (tests-special): Add
17810         $(objpfx)check-abi-libc.out.
17811         [$(build-shared) = yes && subdir] (tests-special): Add
17812         $(check-abi-list).
17813         [$(build-shared) = yes && subdir] (tests): Do not depend on
17814         check-abi.
17815         * Rules (tests): Depend on $(tests-special).
17816         (xtests): Depend on $(xtests-special).
17817         * catgets/Makefile (tests): Change dependencies to ....
17818         (tests-special): ... additions to this variable.
17819         * conform/Makefile (tests): Change dependencies to ....
17820         (tests-special): ... additions to this variable.
17821         * elf/Makefile (tests): Change dependencies to ....
17822         (tests-special): ... additions to this variable.
17823         * grp/Makefile (tests): Change dependencies to ....
17824         (tests-special): ... additions to this variable.
17825         * iconv/Makefile (xtests): Change dependencies to ....
17826         (xtests-special): ... additions to this variable.
17827         * iconvdata/Makefile (tests): Change dependencies to ....
17828         (tests-special): ... additions to this variable.
17829         * intl/Makefile (tests): Change dependencies to ....
17830         (tests-special): ... additions to this variable.  Also add
17831         $(objpfx)tst-gettext.out.
17832         * io/Makefile (tests): Change dependencies to ....
17833         (tests-special): ... additions to this variable.
17834         * libio/Makefile (tests): Change dependencies to ....
17835         (tests-special): ... additions to this variable.
17836         * malloc/Makefile (tests): Change dependencies to ....
17837         (tests-special): ... additions to this variable.
17838         * misc/Makefile (tests): Change dependencies to ....
17839         (tests-special): ... additions to this variable.
17840         * nptl/Makefile (tests): Change dependencies to ....
17841         (tests-special): ... additions to this variable.
17842         * nptl_db/Makefile (tests): Change dependencies to ....
17843         (tests-special): ... additions to this variable.
17844         * posix/Makefile (tests): Change dependencies to ....
17845         (tests-special): ... additions to this variable.
17846         (xtests): Change dependencies to ....
17847         (xtests-special): ... additions to this variable.
17848         * resolv/Makefile (tests): Change dependencies to ....
17849         (tests-special): ... additions to this variable.
17850         (xtests): Change dependencies to ....
17851         (xtests-special): ... additions to this variable.
17852         * stdio-common/Makefile (tests): Change dependencies to ....
17853         (tests-special): ... additions to this variable.
17854         (do-tst-unbputc): Remove target.
17855         (do-tst-printf): Likewise.
17856         * stdlib/Makefile (tests): Change dependencies to ....
17857         (tests-special): ... additions to this variable.
17858         * string/Makefile (tests): Change dependencies to ....
17859         (tests-special): ... additions to this variable.
17860         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17861         (tests-special): ... additions to this variable.
17863         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17864         whole file.
17865         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17866         whole file.
17867         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17868         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17870         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17871         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17872         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17873         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17874         * conform/data/libgen.h-data [XPG3]: Likewise.
17875         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17876         * conform/data/ndbm.h-data [XPG3]: Likewise.
17877         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17878         * conform/data/netdb.h-data [XPG3]: Likewise.
17879         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17880         * conform/data/poll.h-data [XPG3]: Likewise.
17881         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17882         * conform/data/strings.h-data [XPG3]: Likewise.
17883         * conform/data/stropts.h-data [XPG3]: Likewise.
17884         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17885         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17886         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17887         Likewise.
17888         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17889         * conform/data/sys/time.h-data [XPG3]: Likewise.
17890         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17891         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17892         * conform/data/sys/un.h-data [XPG3]: Likewise.
17893         * conform/data/syslog.h-data [XPG3]: Likewise.
17894         * conform/data/ucontext.h-data [XPG3]: Likewise.
17895         * conform/data/utmpx.h-data [XPG3]: Likewise.
17896         * conform/data/varargs.h-data [UNIX98]: Enable file.
17898         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17900         * math/libm-test.inc (struct test_f_f_data): Move expected results
17901         into structure for each rounding mode.
17902         (struct test_ff_f_data): Likewise.
17903         (struct test_ff_f_data_nexttoward): Likewise.
17904         (struct test_fi_f_data): Likewise.
17905         (struct test_fl_f_data): Likewise.
17906         (struct test_if_f_data): Likewise.
17907         (struct test_fff_f_data): Likewise.
17908         (struct test_c_f_data): Likewise.
17909         (struct test_f_f1_data): Likewise.
17910         (struct test_fF_f1_data): Likewise.
17911         (struct test_ffI_f1_data): Likewise.
17912         (struct test_c_c_data): Likewise.
17913         (struct test_cc_c_data): Likewise.
17914         (struct test_f_i_data): Likewise.
17915         (struct test_ff_i_data): Likewise.
17916         (struct test_f_l_data): Likewise.
17917         (struct test_f_L_data): Likewise.
17918         (struct test_fFF_11_data): Likewise.
17919         (RM_): New macro.
17920         (RM_FE_DOWNWARD): Likewise.
17921         (RM_FE_TONEAREST): Likewise.
17922         (RM_FE_TOWARDZERO): Likewise.
17923         (RM_FE_UPWARD): Likewise.
17924         (RUN_TEST_LOOP_f_f): Update references to expected results.
17925         (RUN_TEST_LOOP_2_f): Likewise.
17926         (RUN_TEST_LOOP_fff_f): Likewise.
17927         (RUN_TEST_LOOP_c_f): Likewise.
17928         (RUN_TEST_LOOP_f_f1): Likewise.
17929         (RUN_TEST_LOOP_fF_f1): Likewise.
17930         (RUN_TEST_LOOP_fI_f1): Likewise.
17931         (RUN_TEST_LOOP_ffI_f1): Likewise.
17932         (RUN_TEST_LOOP_c_c): Likewise.
17933         (RUN_TEST_LOOP_cc_c): Likewise.
17934         (RUN_TEST_LOOP_f_i): Likewise.
17935         (RUN_TEST_LOOP_f_i_tg): Likewise.
17936         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17937         (RUN_TEST_LOOP_f_b): Likewise.
17938         (RUN_TEST_LOOP_f_b_tg): Likewise.
17939         (RUN_TEST_LOOP_f_l): Likewise.
17940         (RUN_TEST_LOOP_f_L): Likewise.
17941         (RUN_TEST_LOOP_fFF_11): Likewise.
17942         * math/gen-libm-test.pl (parse_args): Output four copies of
17943         expected results for each test.
17945         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17946         (__ASSUME_UTIMES): Remove.
17947         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17948         (__ASSUME_UTIMES): Likewise.
17950         * math/gen-auto-libm-tests.c: Update comment on output format.
17951         (output_for_one_input_case): Generate before-rounding and
17952         after-rounding information as conditions on output flags not
17953         floating-point format.
17954         * math/auto-libm-test-out: Regenerated.
17955         * math/gen-libm-test.pl (cond_value): New function.
17956         (or_cond_value): Use cond_value.
17957         (generate_testfile): Handle conditional exceptions.
17959 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17961         * math/libm-test.inc (max_valid_error): New variable.
17962         (init_max_error): Take new argument specifying whether function
17963         results are exactly determined.  Set max_valid_error and bound
17964         other variables for errors based on this argument.
17965         (set_max_error): Do not record results above max_valid_error.
17966         (check_float_internal): Only accept errors of up to 0.5ulps if
17967         also at most max_valid_error.
17968         (START): Take new argument EXACT and pass it to init_max_error.
17969         (acos_test): Update call to START.
17970         (acos_test_tonearest): Likewise.
17971         (acos_test_towardzero): Likewise.
17972         (acos_test_downward): Likewise.
17973         (acos_test_upward): Likewise.
17974         (acosh_test): Likewise.
17975         (asin_test): Likewise.
17976         (asin_test_tonearest): Likewise.
17977         (asin_test_towardzero): Likewise.
17978         (asin_test_downward): Likewise.
17979         (asin_test_upward): Likewise.
17980         (asinh_test): Likewise.
17981         (atan_test): Likewise.
17982         (atanh_test): Likewise.
17983         (atan2_test): Likewise.
17984         (cabs_test): Likewise.
17985         (cacos_test): Likewise.
17986         (cacosh_test): Likewise.
17987         (carg_test): Likewise.
17988         (casin_test): Likewise.
17989         (casinh_test): Likewise.
17990         (catan_test): Likewise.
17991         (catanh_test): Likewise.
17992         (cbrt_test): Likewise.
17993         (ccos_test): Likewise.
17994         (ccosh_test): Likewise.
17995         (ceil_test): Likewise.
17996         (cexp_test): Likewise.
17997         (cimag_test): Likewise.
17998         (clog_test): Likewise.
17999         (clog10_test): Likewise.
18000         (conj_test): Likewise.
18001         (copysign_test): Likewise.
18002         (cos_test): Likewise.
18003         (cos_test_tonearest): Likewise.
18004         (cos_test_towardzero): Likewise.
18005         (cos_test_downward): Likewise.
18006         (cos_test_upward): Likewise.
18007         (cosh_test): Likewise.
18008         (cosh_test_tonearest): Likewise.
18009         (cosh_test_towardzero): Likewise.
18010         (cosh_test_downward): Likewise.
18011         (cosh_test_upward): Likewise.
18012         (cpow_test): Likewise.
18013         (cproj_test): Likewise.
18014         (creal_test): Likewise.
18015         (csin_test): Likewise.
18016         (csinh_test): Likewise.
18017         (csqrt_test): Likewise.
18018         (ctan_test): Likewise.
18019         (ctan_test_tonearest): Likewise.
18020         (ctan_test_towardzero): Likewise.
18021         (ctan_test_downward): Likewise.
18022         (ctan_test_upward): Likewise.
18023         (ctanh_test): Likewise.
18024         (ctanh_test_tonearest): Likewise.
18025         (ctanh_test_towardzero): Likewise.
18026         (ctanh_test_downward): Likewise.
18027         (ctanh_test_upward): Likewise.
18028         (erf_test): Likewise.
18029         (erfc_test): Likewise.
18030         (exp_test): Likewise.
18031         (exp_test_tonearest): Likewise.
18032         (exp_test_towardzero): Likewise.
18033         (exp_test_downward): Likewise.
18034         (exp_test_upward): Likewise.
18035         (exp10_test): Likewise.
18036         (exp10_test_tonearest): Likewise.
18037         (exp10_test_towardzero): Likewise.
18038         (exp10_test_downward): Likewise.
18039         (exp10_test_upward): Likewise.
18040         (pow10_test): Likewise.
18041         (exp2_test): Likewise.
18042         (expm1_test): Likewise.
18043         (expm1_test_tonearest): Likewise.
18044         (expm1_test_towardzero): Likewise.
18045         (expm1_test_downward): Likewise.
18046         (expm1_test_upward): Likewise.
18047         (fabs_test): Likewise.
18048         (fdim_test): Likewise.
18049         (floor_test): Likewise.
18050         (fma_test): Likewise.
18051         (fma_test_towardzero): Likewise.
18052         (fma_test_downward): Likewise.
18053         (fma_test_upward): Likewise.
18054         (fmax_test): Likewise.
18055         (fmin_test): Likewise.
18056         (fmod_test): Likewise.
18057         (fpclassify_test): Likewise.
18058         (frexp_test): Likewise.
18059         (hypot_test): Likewise.
18060         (ilogb_test): Likewise.
18061         (isfinite_test): Likewise.
18062         (finite_test): Likewise.
18063         (isgreater_test): Likewise.
18064         (isgreaterequal_test): Likewise.
18065         (isinf_test): Likewise.
18066         (isless_test): Likewise.
18067         (islessequal_test): Likewise.
18068         (islessgreater_test): Likewise.
18069         (isnan_test): Likewise.
18070         (isnormal_test): Likewise.
18071         (issignaling_test): Likewise.
18072         (isunordered_test): Likewise.
18073         (j0_test): Likewise.
18074         (j1_test): Likewise.
18075         (jn_test): Likewise.
18076         (ldexp_test): Likewise.
18077         (lgamma_test): Likewise.
18078         (gamma_test): Likewise.
18079         (lrint_test): Likewise.
18080         (lrint_test_tonearest): Likewise.
18081         (lrint_test_towardzero): Likewise.
18082         (lrint_test_downward): Likewise.
18083         (lrint_test_upward): Likewise.
18084         (llrint_test): Likewise.
18085         (llrint_test_tonearest): Likewise.
18086         (llrint_test_towardzero): Likewise.
18087         (llrint_test_downward): Likewise.
18088         (llrint_test_upward): Likewise.
18089         (log_test): Likewise.
18090         (log10_test): Likewise.
18091         (log1p_test): Likewise.
18092         (log2_test): Likewise.
18093         (logb_test): Likewise.
18094         (logb_test_downward): Likewise.
18095         (lround_test): Likewise.
18096         (llround_test): Likewise.
18097         (modf_test): Likewise.
18098         (nearbyint_test): Likewise.
18099         (nextafter_test): Likewise.
18100         (nexttoward_test): Likewise.
18101         (pow_test): Likewise.
18102         (pow_test_tonearest): Likewise.
18103         (pow_test_towardzero): Likewise.
18104         (pow_test_downward): Likewise.
18105         (pow_test_upward): Likewise.
18106         (remainder_test): Likewise.
18107         (drem_test): Likewise.
18108         (remainder_test_tonearest): Likewise.
18109         (drem_test_tonearest): Likewise.
18110         (remainder_test_towardzero): Likewise.
18111         (drem_test_towardzero): Likewise.
18112         (remainder_test_downward): Likewise.
18113         (drem_test_downward): Likewise.
18114         (remainder_test_upward): Likewise.
18115         (drem_test_upward): Likewise.
18116         (remquo_test): Likewise.
18117         (rint_test): Likewise.
18118         (rint_test_tonearest): Likewise.
18119         (rint_test_towardzero): Likewise.
18120         (rint_test_downward): Likewise.
18121         (rint_test_upward): Likewise.
18122         (round_test): Likewise.
18123         (scalb_test): Likewise.
18124         (scalbn_test): Likewise.
18125         (scalbln_test): Likewise.
18126         (signbit_test): Likewise.
18127         (sin_test): Likewise.
18128         (sin_test_tonearest): Likewise.
18129         (sin_test_towardzero): Likewise.
18130         (sin_test_downward): Likewise.
18131         (sin_test_upward): Likewise.
18132         (sincos_test): Likewise.
18133         (sinh_test): Likewise.
18134         (sinh_test_tonearest): Likewise.
18135         (sinh_test_towardzero): Likewise.
18136         (sinh_test_downward): Likewise.
18137         (sinh_test_upward): Likewise.
18138         (sqrt_test): Likewise.
18139         (sqrt_test_tonearest): Likewise.
18140         (sqrt_test_towardzero): Likewise.
18141         (sqrt_test_downward): Likewise.
18142         (sqrt_test_upward): Likewise.
18143         (tan_test): Likewise.
18144         (tan_test_tonearest): Likewise.
18145         (tan_test_towardzero): Likewise.
18146         (tan_test_downward): Likewise.
18147         (tan_test_upward): Likewise.
18148         (tanh_test): Likewise.
18149         (tgamma_test): Likewise.
18150         (trunc_test): Likewise.
18151         (y0_test): Likewise.
18152         (y1_test): Likewise.
18153         (yn_test): Likewise.
18154         (significand_test): Likewise.
18156         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18157         individual tests in comment.
18158         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18159         (prev_max_error): New variable.
18160         (prev_real_max_error): Likewise.
18161         (prev_imag_max_error): Likewise.
18162         (compare_ulp_data): Don't refer to test names in comment.
18163         (find_test_ulps): Remove function.
18164         (find_function_ulps): Likewise.
18165         (find_complex_function_ulps): Likewise.
18166         (init_max_error): Take function name as argument.  Look up ulps
18167         for that function.
18168         (print_ulps): Remove function.
18169         (print_max_error): Use prev_max_error instead of calling
18170         find_function_ulps.
18171         (print_complex_max_error): Use prev_real_max_error and
18172         prev_imag_max_error instead of calling find_complex_function_ulps.
18173         (check_float_internal): Take max_ulp parameter instead of calling
18174         find_test_ulps.  Don't call print_ulps.
18175         (check_float): Update call to check_float_internal.
18176         (check_complex): Update calls to check_float_internal.
18177         (START): Pass argument to init_max_error.
18178         * math/gen-libm-test.pl (%results): Don't include "kind"
18179         information.
18180         (parse_ulps): Don't handle ulps of individual tests.
18181         (print_ulps_file): Likewise.
18182         (output_ulps): Likewise.
18183         * math/README.libm-test: Update.
18184         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18185         individual tests.
18186         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18187         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18188         * sysdeps/arm/libm-test-ulps: Likewise.
18189         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18190         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18191         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18192         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18193         * sysdeps/microblaze/libm-test-ulps: Likewise.
18194         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18195         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18196         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18197         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18198         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18199         * sysdeps/sh/libm-test-ulps: Likewise.
18200         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18201         * sysdeps/tile/libm-test-ulps: Likewise.
18202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18204 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18206         * math/libm-test.inc (print_complex_max_error): Check separately
18207         whether real and imaginary errors are within allowed range and
18208         pass 0 to print_complex_function_ulps instead of value within
18209         allowed range.
18211 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18213         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18214         formatting.
18215         (get_handles_fopen): Likewise.
18216         (do_write_test): Likewise.
18218         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18220         * libio/fileops.c (do_ftell): Use cached offset when
18221         available.
18222         * libio/iofwide.c (do_ftell_wide): Likewise.
18223         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18224         _IO_file_attach.
18225         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18227         [BZ #16532]
18228         * libio/libioP.h (get_file_offset): New function.
18229         * libio/fileops.c (get_file_offset): Likewise.
18230         (do_ftell): Likewise.
18231         (_IO_new_file_seekoff): Split out ftell logic.
18232         * libio/wfileops.c (do_ftell_wide): Likewise.
18233         (_IO_wfile_seekoff): Split out ftell logic.
18234         * libio/tst-ftell-active-handler.c: New test case.
18235         * libio/Makefile (tests): Add it.
18237 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18239         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18240         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18242 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18244         [BZ #16639]
18245         * nscd/connections.c (nscd_init): Call do_exit.
18246         (start_threads): Call do_exit and notify_parent.
18247         (begin_drop_privileges): Call do_exit.
18248         (finish_drop_privileges): Likewise.
18249         * nscd/selinux.c (preserve_capabilities): Likewise.
18250         (install_real_capabilities): Likewise.
18251         (nscd_selinux_enabled): Likewise.
18252         (avc_create_thread): Likewise.
18253         (avc_alloc_lock): Likewise.
18254         (nscd_avc_init): Likewise.
18255         * nscd/nscd.c (parent_fd): New static variable.
18256         (main): Create a pipe between parent and child processes.
18257         Skip closing parent_fd.
18258         (monitor_child): New function.
18259         (do_exit): Likewise.
18260         (notify_parent): Likewise.
18261         * nscd/nscd.h (notify_parent): Likewise.
18262         (do_exit): Likewise.
18264 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18266         * malloc/malloc.c (__libc_calloc): Revert last change.
18268 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18272 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18274         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18275         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18276         implementation.
18277         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18278         (__libc_ifunc_impl_list): Likewise.
18279         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18280         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18281         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18282         * string/strrchr.c: Define STRRCHR.
18284 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18286         * benchtest/bench-strtok.c (simple_strtok): Delete.
18287         (strtok_string): Use as benchmark.
18288         * string/strtok (STRTOK): New macro.
18290 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18292         * manual/threads.texi: Add header and standard comments to all
18293         functions.
18295         * elf/dl-lookup.c (check_match): New function.
18296         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18297         (do_lookup_x): Remove nested function check_match. Use non-nested
18298         function check_match.
18300 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18302         * csu/Makefile (generated, before-compile): Use += rather than =.
18303         * catgets/Makefile (generated, generated-dirs): Likewise.
18304         * debug/Makefile (generated): Likewise.
18305         * dlfcn/Makefile (generated): Likewise.
18306         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18307         * iconvdata/Makefile (before-compile, generated): Likewise.
18308         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18309         * libio/Makefile (generated): Likewise.
18310         * malloc/Makefile (generated): Likewise.
18311         * manual/Makefile (generated, generated-dirs): Likewise.
18312         * misc/Makefile (generated): Likewise.
18313         * posix/Makefile (generated): Likewise.
18314         * resolv/Makefile (generated): Likewise.
18315         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18316         * timezone/Makefile (generated, generated-dirs): Likewise.
18318         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18320 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18322         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18323         power8 implementation.
18324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18325         file: POWER8 llround ifunc implementation.
18326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18327         (__lllround): Add POWER8 implementation.
18328         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18329         POWER8 llround implementation.
18331         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18332         power8 implementation.
18333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18334         file: POWER8 llrint ifunc implementation.
18335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18336         Add POWER8 implementation.
18337         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18338         POWER8 llrint implementation.
18340         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18341         power8 implementation.
18342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18343         file: POWER8 finite ifunc implementation.
18344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18345         Add POWER8 implementation.
18346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18347         Likewise.
18348         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18349         POWER8 finite implementation.
18350         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18352         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18353         power8 implementation.
18354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18355         file: POWER8 isinf ifunc implementation.
18356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18357         POWER8 implementation.
18358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18359         Likewise.
18360         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18361         isinf implementation.
18362         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18364         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18365         (INIT_ARCH): Add hwcap2 initialization.
18366         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18367         power8 implementation.
18368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18369         file: POWER8 isnan ifunc implementation.
18370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18371         POWER8 implementation.
18372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18373         Likewise.
18374         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18375         isnan implementation.
18376         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18378 2014-02-27  Joey Ye  <joey.ye@arm.com>
18380         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18381         (_FP_NANFRAC_Q): Set to zero.
18383 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18385         [BZ #16623]
18386         * math/auto-libm-test-in: New test inputs.
18387         * math/auto-libm-test-out: Regenerate.
18388         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18389         and DA.
18390         (__cos): Likewise.
18391         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18393 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18395         * scripts/evaluate-test.sh: Take new argument indicating whether
18396         failure is expected.
18397         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18398         indicating whether failure is expected.
18399         * conform/Makefile (test-xfail-run-conformtest): New variable.
18400         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18401         level.
18402         * posix/Makefile (test-xfail-annexc): New variable.
18403         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18405 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18407         * argp/Makefile: Include Makeconfig immediately after defining
18408         subdir.
18409         * assert/Makefile: Likewise.
18410         * benchtests/Makefile: Likewise.
18411         * catgets/Makefile: Likewise.
18412         * conform/Makefile: Likewise.
18413         * crypt/Makefile: Likewise.
18414         * csu/Makefile: Likewise.
18415         (all): Remove target.
18416         * ctype/Makefile: Include Makeconfig immediately after defining
18417         subdir.
18418         * debug/Makefile: Likewise.
18419         * dirent/Makefile: Likewise.
18420         * dlfcn/Makefile: Likewise.
18421         * gmon/Makefile: Likewise.
18422         * gnulib/Makefile: Likewise.
18423         * grp/Makefile: Likewise.
18424         * gshadow/Makefile: Likewise.
18425         * hesiod/Makefile: Likewise.
18426         * hurd/Makefile: Likewise.
18427         (all): Remove target.
18428         * iconvdata/Makefile: Include Makeconfig immediately after
18429         defining subdir.
18430         * inet/Makefile: Likewise.
18431         * intl/Makefile: Likewise.
18432         * io/Makefile: Likewise.
18433         * libio/Makefile: Likewise.
18434         (all): Remove target.
18435         * locale/Makefile: Include Makeconfig immediately after defining
18436         subdir.
18437         * login/Makefile: Likewise.
18438         * mach/Makefile: Likewise.
18439         (all): Remove target.
18440         * malloc/Makefile: Include Makeconfig immediately after defining
18441         subdir.
18442         (all): Remove target.
18443         * manual/Makefile: Include Makeconfig immediately after defining
18444         subdir.
18445         * math/Makefile: Likewise.
18446         * misc/Makefile: Likewise.
18447         * nis/Makefile: Likewise.
18448         * nss/Makefile: Likewise.
18449         * po/Makefile: Likewise.
18450         (all): Remove target.
18451         * posix/Makefile: Include Makeconfig immediately after defining
18452         subdir.
18453         * pwd/Makefile: Likewise.
18454         * resolv/Makefile: Likewise.
18455         * resource/Makefile: Likewise.
18456         * rt/Makefile: Likewise.
18457         * setjmp/Makefile: Likewise.
18458         * shadow/Makefile: Likewise.
18459         * signal/Makefile: Likewise.
18460         * socket/Makefile: Likewise.
18461         * soft-fp/Makefile: Likewise.
18462         * stdio-common/Makefile: Likewise.
18463         * stdlib/Makefile: Likewise.
18464         * streams/Makefile: Likewise.
18465         * string/Makefile: Likewise.
18466         * sunrpc/Makefile: Likewise.
18467         (all): Remove target.
18468         * sysvipc/Makefile: Include Makeconfig immediately after defining
18469         subdir.
18470         * termios/Makefile: Likewise.
18471         * time/Makefile: Likewise.
18472         * timezone/Makefile: Likewise.
18473         (all): Remove target.
18474         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18475         subdir.
18476         * wctype/Makefile: Likewise.
18478 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18480         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18481         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18482         (libc_feholdexcept_setround_mips): Ditto.
18483         (libc_feholdsetround): New.
18484         (libc_feholdsetroundf): New.
18485         (libc_feholdsetroundl): New.
18486         (libc_feupdateenv_test_mips): New.
18487         (libc_feupdateenv_test): New.
18488         (libc_feupdateenv_testf): New.
18489         (libc_feupdateenv_testl): New.
18490         (libc_feresetround): New.
18491         (libc_feresetroundf): New.
18492         (libc_feresetroundl): New.
18493         (libc_fetestexcept_mips): New.
18494         (libc_fetestexcept): New.
18495         (libc_fetestexceptf): New.
18496         (libc_fetestexceptl): New.
18497         (HAVE_RM_CTX): New.
18498         (libc_feholdexcept_setround_mips_ctx): New.
18499         (libc_feholdexcept_setround_ctx): New.
18500         (libc_feholdexcept_setroundf_ctx): New.
18501         (libc_feholdexcept_setroundl_ctx): New.
18502         (libc_fesetenv_mips_ctx): New.
18503         (libc_fesetenv_ctx): New.
18504         (libc_fesetenv_ctxf): New.
18505         (libc_fesetenv_ctxl): New.
18506         (libc_feupdateenv_mips_ctx): New.
18507         (libc_feupdateenv_ctx): New.
18508         (libc_feupdateenvf_ctx): New.
18509         (libc_feupdateenvl_ctx): New.
18510         (libc_feholdsetround_mips_ctx): New.
18511         (libc_feholdsetround_ctx): New.
18512         (libc_feholdsetroundf_ctx): New.
18513         (libc_feholdsetroundl_ctx): New.
18514         (libc_feresetround_mips_ctx): New.
18515         (libc_feresetround_ctx): New.
18516         (libc_feresetroundf_ctx): New.
18517         (libc_feresetroundl_ctx): New.
18519 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18521         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18523         * manual/ipc.texi: New file.
18524         * manual/Makefile (chapters): Add ipc.
18525         * manual/job.texi: Add "Inter-Process Communication" to next.
18526         * manual/process.texi: Add "Inter-Process Communication" to prev.
18528 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18532 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18534         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18536         * manual/arith.texi: Fix spaces after sentences.
18537         * manual/charset.texi: Likewise.
18538         * manual/errno.texi: Likewise.
18539         * manual/install.texi: Likewise.
18540         * manual/llio.texi: Likewise.
18541         * manual/locale.texi: Likewise.
18542         * manual/maint.texi: Likewise.
18543         * manual/math.texi: Likewise.
18544         * manual/memory.texi: Likewise.
18545         * manual/message.texi: Likewise.
18546         * manual/probes.texi: Likewise.
18547         * manual/resource.texi: Likewise.
18548         * manual/signal.texi: Likewise.
18549         * manual/socket.texi: Likewise.
18550         * manual/stdio.texi: Likewise.
18551         * manual/string.texi: Likewise.
18552         * manual/time.texi: Likewise.
18553         * manual/users.texi: Likewise.
18555 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18557         [BZ #16632]
18558         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18559         _DEFAULT_SOURCE is defined.
18561 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18562             Carlos O'Donell  <carlos@redhat.com>
18564         [BZ #16613]
18565         * elf/dl-tls.c (_dl_count_modids): New function.
18566         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18567         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18568         audit library and increment generation counter.
18569         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18570         * elf/tst-audit9.c: New file.
18571         * elf/tst-auditmod9a.c: New file.
18572         * elf/tst-auditmod9b.c: New file.
18573         * elf/Makefile: Add rules to build and run tst-audit9.
18575 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18577         [BZ #15347]
18578         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18580 2014-02-25  Will Newton  <will.newton@linaro.org>
18582         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18583         (__longjmp): Restore sp and lr before restoring callee
18584         saved registers.  Add longjmp and longjmp_target
18585         SystemTap probe point.
18586         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18587         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18588         Define to zero to match jmpbuf layout.
18589         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18590         (__sigsetjmp): Save sp and lr before saving callee
18591         saved registers.  Add setjmp SystemTap probe point.
18593 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18595         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18597 2014-02-24  Andreas Schwab  <schwab@suse.de>
18599         [BZ #15804]
18600         * elf/pldd.c (wait_for_ptrace_stop): New function.
18601         (main): Call it after attaching.
18603 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18605         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18606         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18607         Versions files is now verboten.
18608         * hurd/Versions (libc: GLIBC_2.0):
18609         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18610         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18611         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18612         * mach/Versions: Likewise.
18614         * csu/Versions: Remove unused %include.
18615         * resolv/Versions: Likewise.
18617 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18619         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18620         ($(objpfx)check-local-headers.out): Likewise.
18621         ($(objpfx)begin-end-check.out): Likewise.
18622         * Makerules (check-abi-%.out): Likewise.
18623         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18624         ($(objpfx)test2.cat): Likewise.
18625         ($(objpfx)de/libc.cat): Likewise.
18626         ($(objpfx)test-gencat.out): Likewise.
18627         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18628         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18629         ($(objpfx)noload-mem): Likewise.
18630         ($(objpfx)tst-pathopt.out): Likewise.
18631         ($(objpfx)tst-rtld-load-self.out): Likewise.
18632         ($(objpfx)tst-array1-cmp.out): Likewise.
18633         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18634         ($(objpfx)tst-array2-cmp.out): Likewise.
18635         ($(objpfx)tst-array3-cmp.out): Likewise.
18636         ($(objpfx)tst-array4-cmp.out): Likewise.
18637         ($(objpfx)tst-array5-cmp.out): Likewise.
18638         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18639         ($(objpfx)check-textrel.out): Likewise.
18640         ($(objpfx)check-execstack.out): Likewise.
18641         ($(objpfx)check-localplt.out): Likewise.
18642         ($(objpfx)order2-cmp.out): Likewise.
18643         ($(objpfx)tst-leaks1-mem): Likewise.
18644         ($(objpfx)tst-leaks1-static-mem): Likewise.
18645         ($(objpfx)tst-initorder-cmp.out): Likewise.
18646         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18647         ($(objpfx)tst-unused-dep.out): Likewise.
18648         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18649         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18650         * iconv/Makefile (test-iconvconfig): Likewise.
18651         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18652         ($(objpfx)iconv-test.out): Likewise.
18653         ($(objpfx)tst-tables.out): Likewise.
18654         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18655         ($(objpfx)tst-gettext.out): Likewise.
18656         ($(objpfx)tst-translit.out): Likewise.
18657         ($(objpfx)tst-gettext2.out): Likewise.
18658         ($(objpfx)tst-gettext4.out): Likewise.
18659         ($(objpfx)tst-gettext6.out): Likewise.
18660         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18661         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18662         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18663         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18664         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18665         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18666         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18667         ($(objpfx)wordexp-tst.out): Likewise.
18668         ($(objpfx)annexc.out): Likewise.
18669         ($(objpfx)tst-fnmatch-mem): Likewise.
18670         ($(objpfx)bug-regex2-mem): Likewise.
18671         ($(objpfx)bug-regex14-mem): Likewise.
18672         ($(objpfx)bug-regex21-mem): Likewise.
18673         ($(objpfx)bug-regex31-mem): Likewise.
18674         ($(objpfx)tst-vfork3-mem): Likewise.
18675         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18676         ($(objpfx)tst-pcre-mem): Likewise.
18677         ($(objpfx)tst-boost-mem): Likewise.
18678         ($(objpfx)tst-getconf.out): Likewise.
18679         ($(objpfx)bug-ga2-mem): Likewise.
18680         ($(objpfx)bug-glob2-mem): Likewise.
18681         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18682         ($(objpfx)mtrace-tst-leaks2): Likewise.
18683         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18684         ($(objpfx)tst-printf.out): Likewise.
18685         ($(objpfx)tst-setvbuf1.out): Likewise.
18686         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18687         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18688         ($(objpfx)tst-fmtmsg.out): Likewise.
18689         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18690         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18692         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18693         * bits/sigaction.h [__USE_MISC]: Likewise.
18694         * bits/waitstatus.h: Update #endif comments.
18695         * ctype/ctype.h: Likewise.
18696         * dirent/dirent.h: Likewise.
18697         [__USE_MISC]: Remove redundant conditionals.
18698         * grp/grp.h: Update #endif comments.
18699         [__USE_GNU]: Remove redundant conditionals.
18700         [__USE_MISC]: Likewise.
18701         * inet/netinet/in.h [__USE_GNU]: Likewise.
18702         * io/sys/stat.h [__USE_MISC]: Likewise.
18703         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18704         * libio/bits/stdio.h: Update #endif comments.
18705         [__USE_MISC]: Remove redundant conditionals.
18706         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18707         * libio/stdio.h: Update #endif comments.
18708         [__USE_MISC]: Remove redundant conditionals.
18709         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18710         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18711         * math/math.h: Update #else and #endif comments.
18712         [__USE_MISC]: Remove redundant conditionals.
18713         * misc/sys/uio.h: Update #endif comments.
18714         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18715         * posix/glob.h [__USE_MISC]: Likewise.
18716         * posix/sys/types.h: Update #endif comments.
18717         [__USE_MISC]: Remove redundant conditionals.
18718         * posix/sys/wait.h: Update #endif comments.
18719         [__USE_MISC]: Remove redundant conditionals.
18720         * posix/unistd.h: Update #endif comments.
18721         [__USE_MISC]: Remove redundant conditionals.
18722         * pwd/pwd.h [__USE_GNU]: Likewise.
18723         [__USE_MISC]: Likewise.
18724         * resolv/netdb.h [__USE_GNU]: Likewise.
18725         * signal/signal.h: Update #endif comments.
18726         [__USE_MISC]: Remove redundant conditionals.
18727         * stdlib/stdlib.h: Update #else and #endif comments.
18728         [__USE_MISC]: Remove redundant conditionals.
18729         [__USE_GNU]: Likewise.
18730         * string/bits/string2.h [__USE_MISC]: Likewise.
18731         * string/string.h: Update #endif comments.
18732         [__USE_MISC]: Remove redundant conditionals.
18733         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18734         Likewise.
18735         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18736         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18737         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18738         Likewise.
18739         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18740         Likewise.
18741         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18742         comments.
18743         [__USE_MISC]: Remove redundant conditionals.
18744         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18745         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18746         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18747         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18748         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18749         Likewise.
18750         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18751         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18752         Likewise.
18753         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18754         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18755         Likewise.
18756         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18757         Likewise.
18758         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18759         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18760         Likewise.
18761         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18762         Likewise.
18763         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18764         * sysdeps/x86/bits/string.h: Update #endif comments.
18765         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18766         conditionals.
18767         * time/sys/time.h: Update #endif comments.
18768         * time/time.h: Likewise.
18769         [__USE_MISC]: Remove redundant conditionals.
18771 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18773         [BZ #16600]
18774         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18776 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18778         * Versions.def (librt): Add GLIBC_2.17.
18780 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18782         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18783         synonym for _SYS_AUXV_H to allow direct inclusion.
18784         * sysdeps/sparc/bits/hwcap.h: Likewise.
18785         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18786         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18787         * sysdeps/sparc/sysdep.h: Likewise.
18789 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18791         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18793 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18795         * benchtests/bench-strrchr.c: Print length instead of position.
18797 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18799         [BZ #16611]
18800         * sysdeps/unix/sysv/linux/kernel-features.h
18801         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18802         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18803         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18804         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18805         Likewise.
18806         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18807         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18808         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18809         (__ASSUME_SENDMMSG): Define instead of using previous
18810         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18811         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18812         (__ASSUME_SENDMMSG_SYSCALL): Define.
18813         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18814         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18815         Likewise.
18816         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18817         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18818         Likewise.
18819         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18820         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18821         Likewise.
18822         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18823         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18824         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18825         [__ASSUME_SENDMMSG]: Change conditionals to
18826         [__ASSUME_SENDMMSG_SOCKETCALL].
18827         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18828         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18829         Define.
18830         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18831         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18832         Likewise.
18833         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18834         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18835         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18836         [!__ASSUME_SENDMMSG]: Change conditional to
18837         [!__ASSUME_SENDMMSG_SOCKETCALL].
18838         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18839         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18840         Define.
18842         [BZ #16610]
18843         * sysdeps/unix/sysv/linux/kernel-features.h
18844         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18845         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18846         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18847         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18848         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18849         [__i386__ || __sparc__]
18850         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18851         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18852         (__ASSUME_RECVMMSG): Define instead of using previous
18853         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18854         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18855         (__ASSUME_RECVMMSG_SYSCALL): Define.
18856         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18857         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18858         Likewise.
18859         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18860         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18861         Likewise.
18862         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18863         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18864         Likewise.
18865         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18866         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18867         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18868         [__ASSUME_RECVMMSG]: Change condition to
18869         [__ASSUME_RECVMMSG_SOCKETCALL].
18870         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18871         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18872         Define.
18873         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18874         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18875         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18876         Likewise.
18877         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18878         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18879         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18880         [!__ASSUME_RECVMMSG]: Change condition to
18881         [!__ASSUME_RECVMMSG_SOCKETCALL].
18882         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18883         (__ASSUME_RECVMMSG_SYSCALL): Define.
18885         [BZ #16609]
18886         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18887         __powerpc__ || __s390__ || __sh__ || __sparc__]
18888         (__ASSUME_SOCKETCALL): Define.
18889         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18890         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18891         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18892         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18893         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18894         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18895         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18896         (__ASSUME_ACCEPT4): Define instead of using previous
18897         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18898         __powerpc__ || __sparc__ || __s390__)] condition.
18899         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18900         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18901         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18902         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18903         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18904         [!__ASSUME_ACCEPT4]: Change condition to
18905         [!__ASSUME_ACCEPT4_SOCKETCALL].
18906         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18907         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18908         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18909         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18910         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18911         __ASSUME_ACCEPT4_SYSCALL.
18912         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18913         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18914         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18915         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18916         __ASSUME_ACCEPT4_SYSCALL.
18917         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18918         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18919         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18920         [__ASSUME_ACCEPT4]: Change condition to
18921         [__ASSUME_ACCEPT4_SOCKETCALL].
18922         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18923         (__ASSUME_SOCKETCALL): Define.
18924         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18925         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18926         (__ASSUME_SOCKETCALL): Define.
18927         (__ASSUME_ACCEPT4): Remove.
18928         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18929         Define.
18930         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18931         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18932         Likewise.
18933         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18934         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18936         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18937         macro.
18938         (HWCAP_ARM_LPAE): Likewise.
18939         (HWCAP_ARM_EVTSTRM): Likewise.
18940         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18941         Add vpfd32, lpae and evtstrm.
18942         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18943         Increase to 22.
18945 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18947         * math/auto-libm-test-in: Add tests of clog10.
18948         * math/auto-libm-test-out: Regenerated.
18949         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18950         * sysdeps/i386/fpu/libm-test-ulps: Update.
18951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18953 2014-02-18  Andreas Schwab  <schwab@suse.de>
18955         [BZ #16574]
18956         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18957         Store non-zero if the second buffer was newly allocated.
18958         (send_dg): Likewise.
18959         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18960         to send_vc and send_dg.
18961         (res_nsend): Pass NULL for ansp2_malloced.
18962         * resolv/res_query.c (__libc_res_nquery): Add parameter
18963         answerp2_malloced and pass it down to __libc_res_nsend.
18964         (res_nquery): Pass additional NULL to __libc_res_nquery.
18965         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18966         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18967         second answer buffer if answerp2_malloced was set.
18968         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18969         (__libc_res_nquerydomain): Add parameter
18970         answerp2_malloced and pass it down to __libc_res_nquery.
18971         (res_nquerydomain): Pass additional NULL to
18972         __libc_res_nquerydomain.
18973         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18974         additional NULL to __libc_res_nsend and __libc_res_nquery.
18975         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18976         additional NULL to __libc_res_nsearch.
18977         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18978         parameter of __libc_res_nsearch to check for separately allocated
18979         second buffer.
18980         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18981         __libc_res_nquery.
18982         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18983         additional NULL to __libc_res_nquery.
18984         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18985         __libc_res_nsearch.
18986         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18987         * include/resolv.h: Update prototypes of __libc_res_nquery,
18988         __libc_res_nsearch, __libc_res_nsend.
18990 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18992         * math/auto-libm-test-in: Add tests of fma.
18993         * math/auto-libm-test-out: Regenerated.
18994         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18995         (fma_towardzero_test_data): Likewise.
18996         (fma_downward_test_data): Likewise.
18997         (fma_upward_test_data): Likewise.
18998         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18999         mpc_mode.
19000         (rounding_modes): Add values for new field.
19001         (func_calc_method): Add value mpfr_fff_f.
19002         (func_calc_desc): Add mpfr_fff_f union field.
19003         (test_function): Add field exact_args.
19004         (FUNC): Add macro argument EXACT_ARGS.
19005         (FUNC_mpfr_f_f): Update call to FUNC.
19006         (FUNC_mpfr_f_f): Likewise.
19007         (FUNC_mpfr_ff_f): Likewise.
19008         (FUNC_mpfr_if_f): Likewise.
19009         (FUNC_mpc_c_f): Likewise.
19010         (FUNC_mpc_c_c): Likewise.
19011         (test_functions): Add fma.  Update calls to FUNC.
19012         (handle_input_arg): Add argument exact_args.
19013         (add_test): Update call to handle_input_arg.
19014         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19015         (output_for_one_input_case): Update call to calc_generic_results.
19016         Recalculate exact zero results in each rounding mode.
19018         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19019         non-negative before setting low bit.
19020         * math/auto-libm-test-in: Mark one asin test possibly having
19021         spurious underflow.
19022         * math/auto-libm-test-out: Regenerated.
19023         * sysdeps/i386/fpu/libm-test-ulps: Update.
19024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19026 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19028         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19029         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19030         ports/sysdeps/unix/sysv/linux/microblaze.
19031         * README: Add missing listing for microblaze*-*-linux-gnu.
19033 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19035         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19036         duplicate code
19038 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19040         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19041         * sysdeps/unix/sysv/linux/ia64: Move directory from
19042         ports/sysdeps/unix/sysv/linux/ia64.
19043         * README: Update listing for ia64-*-linux-gnu.
19045 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19046             Joseph Myers  <joseph@codesourcery.com>
19048         * Makeconfig (test-name): New variable.
19049         (evaluate-test): Likewise.
19050         * Makerules (do-test-clean): Remove .test-result files.
19051         (common-mostlyclean): Likewise.
19052         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19053         * scripts/evaluate-test.sh: New file.
19055 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19057         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19058         separate $(objpfx)tst-fopenloc-cmp.out and
19059         $(objpfx)tst-fopenloc-mem.out targets.
19060         (tests): Update dependencies.
19061         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19062         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19063         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19064         (tst-rxspencer-no-utf8-ARGS): New variable.
19065         (tst-rxspencer-no-utf8-ENV): Likewise.
19066         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19067         instead of $(objpfx)tst-rxspencer-mem.
19068         ($(objpfx)tst-rxspencer-mem): Change target to
19069         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19070         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19071         * posix/tst-rxspencer-no-utf8.c: New file.
19073         * elf/Makefile ($(objpfx)order.out): Remove rule.
19074         [$(run-built-tests) = yes] (tests): Depend on
19075         $(objpfx)order-cmp.out.
19076         ($(objpfx)order-cmp.out): New rule.
19077         [$(run-built-tests) = yes] (tests): Depend on
19078         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19079         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19080         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19081         $(objpfx)tst-array5-static-cmp.out.
19082         ($(objpfx)tst-array1.out): Remove rule.
19083         ($(objpfx)tst-array1-cmp.out): New rule.
19084         ($(objpfx)tst-array1-static.out): Remove rule.
19085         ($(objpfx)tst-array1-static-cmp.out): New rule.
19086         ($(objpfx)tst-array2.out): Remove rule.
19087         ($(objpfx)tst-array2-cmp.out): New rule.
19088         ($(objpfx)tst-array3.out): Remove rule.
19089         ($(objpfx)tst-array3-cmp.out): New rule.
19090         ($(objpfx)tst-array4.out): Remove rule.
19091         ($(objpfx)tst-array4-cmp.out): New rule.
19092         ($(objpfx)tst-array5.out): Remove rule.
19093         ($(objpfx)tst-array5-cmp.out): New rule.
19094         ($(objpfx)tst-array5-static.out): Remove rule.
19095         ($(objpfx)tst-array5-static-cmp.out): New rule.
19096         [$(run-built-tests) = yes] (tests): Depend on
19097         $(objpfx)order2-cmp.out.
19098         ($(objpfx)order2.out): Remove rule.
19099         ($(objpfx)order2-cmp.out): New rule.
19100         ($(objpfx)tst-initorder.out): Remove rule.
19101         [$(run-built-tests) = yes] (tests): Depend on
19102         $(objpfx)tst-initorder-cmp.out.
19103         ($(objpfx)tst-initorder-cmp.out): New rule.
19104         ($(objpfx)tst-initorder2.out): Remove rule.
19105         [$(run-built-tests) = yes] (tests): Depend on
19106         $(objpfx)tst-initorder2-cmp.out.
19107         ($(objpfx)tst-initorder2-cmp.out): New rule.
19108         [$(run-built-tests) = yes] (tests): Depend on
19109         $(objpfx)tst-unused-dep-cmp.out.
19110         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19111         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19112         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19113         on $(objpfx)tst-setvbuf1-cmp.out.
19114         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19115         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19116         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19117         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19118         ($(objpfx)tst-svc.out): Remove rule.
19119         ($(objpfx)tst-svc-cmp.out): New rule.
19121 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19123         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19124         * ctype/ctype.h [__USE_MISC]: Likewise.
19125         * dirent/dirent.h [__USE_MISC]: Likewise.
19126         * grp/grp.h [__USE_MISC]: Likewise.
19127         * io/fcntl.h [__USE_MISC]: Likewise.
19128         * io/sys/stat.h [__USE_MISC]: Likewise.
19129         * libio/stdio.h [__USE_MISC]: Likewise.
19130         * posix/unistd.h [__USE_MISC]: Likewise.
19131         * pwd/pwd.h [__USE_MISC]: Likewise.
19132         * stdlib.h [__USE_MISC]: Likewise.
19133         * string/bits/string2.h [__USE_MISC]: Likewise.
19134         * string/string.h [__USE_MISC]: Likewise.
19135         * time/time.h [__USE_MISC]: Likewise.
19137 2014-02-13  Andreas Schwab  <schwab@suse.de>
19139         [BZ #16574]
19140         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19141         second answer buffer if it was separately allocated.
19143 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19145         * sysdeps/mips/math-tests.h: Include <features.h>.
19146         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19147         (ROUNDING_TESTS_long_double): Do not define.
19148         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19149         (EXCEPTION_TESTS_long_double): Likewise.
19150         * sysdeps/mips/mips64/libm-test-ulps: Update.
19152         * include/features.h (__USE_BSD): Remove macro definitions.
19153         (__USE_SVID): Likewise.
19154         (_BSD_SOURCE): Likewise.
19155         (_SVID_SOURCE): Likewise.
19156         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19157         from definition of _DEFAULT_SOURCE.
19158         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19159         [_DEFAULT_SOURCE].
19160         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19161         * bits/mman.h [__USE_BSD]: Likewise.
19162         * bits/termios.h [__USE_BSD]: Likewise.
19163         * bits/waitstatus.h [__USE_BSD]: Likewise.
19164         * ctype/ctype.h [__USE_SVID]: Likewise.
19165         * dirent/dirent.h [__USE_BSD]: Likewise.
19166         * grp/grp.h [__USE_SVID]: Likewise.
19167         [__USE_BSD]: Likewise.
19168         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19169         * io/fcntl.h [__USE_BSD]: Likewise.
19170         * io/ftw.h [__USE_BSD]: Likewise.
19171         * io/sys/stat.h [__USE_BSD]: Likewise.
19172         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19173         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19174         * libio/stdio.h [__USE_SVID]: Likewise.
19175         [__USE_BSD]: Likewise.
19176         * math/math.h [__USE_SVID]: Likewise.
19177         [__USE_BSD]: Likewise.
19178         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19179         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19180         * misc/search.h [__USE_SVID]: Likewise.
19181         * misc/sys/mman.h [__USE_BSD]: Likewise.
19182         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19183         * misc/sys/uio.h [__USE_BSD]: Likewise.
19184         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19185         * posix/glob.h [__USE_BSD]: Likewise.
19186         * posix/regex.h [__USE_BSD]: Likewise.
19187         * posix/sys/types.h [__USE_BSD]: Likewise.
19188         [__USE_SVID]: Likewise.
19189         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19190         * posix/sys/wait.h [__USE_BSD]: Likewise.
19191         [__USE_SVID]: Likewise.
19192         * posix/unistd.h [__USE_BSD]: Likewise.
19193         [__USE_SVID]: Likewise.
19194         * pwd/pwd.h [__USE_SVID]: Likewise.
19195         * resolv/netdb.h [__USE_BSD]: Likewise.
19196         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19197         * signal/signal.h [__USE_BSD]: Likewise.
19198         [__USE_SVID]: Likewise.
19199         * socket/sys/socket.h [__USE_BSD]: Likewise.
19200         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19201         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19202         [__USE_SVID]: Likewise.
19203         * string/bits/string2.h [__USE_BSD]: Likewise.
19204         [__USE_SVID]: Likewise.
19205         * string/bits/string3.h [__USE_BSD]: Likewise.
19206         * string/endian.h [__USE_BSD]: Likewise.
19207         * string/string.h [__USE_SVID]: Likewise.
19208         [__USE_BSD]: Likewise.
19209         * string/strings.h [__USE_BSD]: Likewise.
19210         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19211         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19212         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19213         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19214         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19215         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19216         Likewise.
19217         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19218         Likewise.
19219         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19220         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19221         Likewise.
19222         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19223         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19224         Likewise.
19225         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19226         Likewise.
19227         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19228         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19229         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19230         Likewise.
19231         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19232         Likewise.
19233         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19234         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19235         * termios/termios.h [__USE_BSD]: Likewise.
19236         * time/sys/time.h [__USE_BSD]: Likewise.
19237         * time/time.h [__USE_BSD]: Likewise.
19238         [__USE_SVID]: Likewise.
19240         * Makefile (subdir_targets): Remove subdir_lint.out.
19242         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19243         (do-tst-printf): Likewise.
19244         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19245         $(objpfx)tst-printf.out.
19247         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19249         * Makerules (check-abi-%): Change target to
19250         $(objpfx)check-abi-%.out.
19251         (check-abi target): Update dependencies.
19252         (check-abi-pattern variable): Redirect output of diff to $@.
19253         (check-abi variable): Likewise.
19254         * elf/Makefile (check-abi): Update dependencies.
19256         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19257         unused.
19258         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19259         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19260         subnormal range.
19261         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19262         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19263         value has largest subnormal exponent.
19264         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19265         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19266         * sysdeps/aarch64/soft-fp/sfp-machine.h
19267         (_FP_TININESS_AFTER_ROUNDING): New macro.
19268         * sysdeps/alpha/soft-fp/sfp-machine.h
19269         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19270         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19271         Likewise.
19272         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19273         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19274         * sysdeps/mips/soft-fp/sfp-machine.h
19275         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19276         * sysdeps/powerpc/soft-fp/sfp-machine.h
19277         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19278         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19279         Likewise.
19280         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19281         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19282         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19283         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19284         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19285         Likewise.
19287 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19289         [BZ #16545]
19290         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19291         model 1.
19293 2014-02-12  Richard Henderson  <rth@redhat.com>
19295         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19296         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19297         * sysdeps/unix/sysv/linux/alpha: Move directory from
19298         ports/sysdeps/unix/sysv/linux/alpha.
19299         * README: Update listing for alpha-*-linux-gnu.
19301 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19303         * include/features.h: Update comment documenting feature test
19304         macros.
19305         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19306         _DEFAULT_SOURCE.
19307         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19308         (_SVID_SOURCE): Likewise.
19309         (_DEFAULT_SOURCE): Update description of default features.
19310         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19311         with _GNU_SOURCE.
19312         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19313         (S_ISVTX): Likewise.
19314         * manual/math.texi (Mathematical Constants): Likewise.
19315         * manual/signal.texi (Interrupted Primitives): Likewise.
19316         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19317         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19318         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19319         Don't refer to _SVID_SOURCE in warning text.
19321         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19323         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19324         already defined.
19325         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19326         * sysdeps/mips/dl-lookup.c: Remove.
19327         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19329 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19331         [BZ #16447]
19332         * math/auto-libm-test-in: Add testcase for expl.
19333         * math/auto-libm-test-out: Regenerate.
19334         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19335         calculation of unsafe.
19336         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19338 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19340         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19341         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19342         ports/sysdeps/unix/sysv/linux/aarch64.
19343         * README: Update listing for aarch64*-*-linux-gnu.
19345 2014-02-11  Will Newton  <will.newton@linaro.org>
19347         * manual/probes.texi (Mathematical Function Probes): Use
19348         "triggered" instead of "hit".
19350         * manual/probes.texi (Internal Probes): Add documentation
19351         of setjmp, longjmp and longjmp_target probes.
19353         * include/stap-probe.h: Add comment about probe argument
19354         format.
19356         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19357         definition.  (tr_where, tr_freehook, tr_mallochook,
19358         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19360 2014-02-11  David S. Miller  <davem@davemloft.net>
19362         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19363         processing int_tests.
19365 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19367         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19368         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19369         * sysdeps/unix/sysv/linux/mips: Move directory from
19370         ports/sysdeps/unix/sysv/linux/mips.
19371         * README: Update listing for mips-*-linux-gnu and
19372         mips64-*-linux-gnu.
19374 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19376         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19377         * sysdeps/unix/sysv/linux/m68k: Move directory from
19378         ports/sysdeps/unix/sysv/linux/m68k.
19379         * README: Update listing for m68k-*-linux-gnu.
19381 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19383         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19384         * sysdeps/unix/sysv/linux/generic: Move directory from
19385         ports/sysdeps/unix/sysv/linux/generic.
19386         * sysdeps/unix/sysv/linux/tile: Move directory from
19387         ports/sysdeps/unix/sysv/linux/tile.
19388         * README: Update listing for tile*-*-linux-gnu.
19390 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19392         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19393         __builtin_expect.
19394         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19395         * catgets/open_catalog.c (__open_catalog): Likewise.
19396         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19397         * debug/confstr_chk.c: Likewise.
19398         * debug/fread_chk.c (__fread_chk): Likewise.
19399         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19400         * debug/getgroups_chk.c: Likewise.
19401         * debug/mbsnrtowcs_chk.c: Likewise.
19402         * debug/mbsrtowcs_chk.c: Likewise.
19403         * debug/mbstowcs_chk.c: Likewise.
19404         * debug/memcpy_chk.c: Likewise.
19405         * debug/memmove_chk.c: Likewise.
19406         * debug/mempcpy_chk.c: Likewise.
19407         * debug/memset_chk.c: Likewise.
19408         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19409         * debug/strcat_chk.c (__strcat_chk): Likewise.
19410         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19411         * debug/strncat_chk.c (__strncat_chk): Likewise.
19412         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19413         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19414         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19415         * debug/wcpncpy_chk.c: Likewise.
19416         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19417         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19418         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19419         * debug/wcsncpy_chk.c: Likewise.
19420         * debug/wcsnrtombs_chk.c: Likewise.
19421         * debug/wcsrtombs_chk.c: Likewise.
19422         * debug/wcstombs_chk.c: Likewise.
19423         * debug/wmemcpy_chk.c: Likewise.
19424         * debug/wmemmove_chk.c: Likewise.
19425         * debug/wmempcpy_chk.c: Likewise.
19426         * debug/wmemset_chk.c: Likewise.
19427         * dirent/scandirat.c (SCANDIRAT): Likewise.
19428         * dlfcn/dladdr1.c (dladdr1): Likewise.
19429         * dlfcn/dladdr.c (dladdr): Likewise.
19430         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19431         * dlfcn/dlerror.c (__dlerror): Likewise.
19432         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19433         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19434         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19435         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19436         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19437         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19438         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19439         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19440         Likewise.
19441         * elf/dl-conflict.c: Likewise.
19442         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19443         * elf/dl-dst.h: Likewise.
19444         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19445         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19446         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19447         * elf/dl-init.c (call_init, _dl_init): Likewise.
19448         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19449         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19450         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19451         Likewise.
19452         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19453         Likewise.
19454         * elf/dl-minimal.c (__libc_memalign): Likewise.
19455         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19456         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19457         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19458         * elf/dl-sym.c (do_sym): Likewise.
19459         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19460         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19461         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19462         * elf/dl-writev.h (_dl_writev): Likewise.
19463         * elf/ldconfig.c (search_dir): Likewise.
19464         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19465         (dl_main): Likewise.
19466         * elf/setup-vdso.h (setup_vdso): Likewise.
19467         * grp/compat-initgroups.c (compat_call): Likewise.
19468         * grp/fgetgrent.c (fgetgrent): Likewise.
19469         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19470         * grp/putgrent.c (putgrent): Likewise.
19471         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19472         Likewise.
19473         * hurd/hurdinit.c: Likewise.
19474         * iconvdata/8bit-gap.c (struct): Likewise.
19475         * iconvdata/ansi_x3.110.c : Likewise.
19476         * iconvdata/big5.c : Likewise.
19477         * iconvdata/big5hkscs.c : Likewise.
19478         * iconvdata/cp1255.c: Likewise.
19479         * iconvdata/cp1258.c : Likewise.
19480         * iconvdata/cp932.c : Likewise.
19481         * iconvdata/euc-cn.c: Likewise.
19482         * iconvdata/euc-jisx0213.c : Likewise.
19483         * iconvdata/euc-jp.c: Likewise.
19484         * iconvdata/euc-jp-ms.c : Likewise.
19485         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19486         * iconvdata/gb18030.c : Likewise.
19487         * iconvdata/gbbig5.c (const): Likewise.
19488         * iconvdata/gbgbk.c: Likewise.
19489         * iconvdata/gbk.c : Likewise.
19490         * iconvdata/ibm1364.c : Likewise.
19491         * iconvdata/ibm930.c : Likewise.
19492         * iconvdata/ibm932.c: Likewise.
19493         * iconvdata/ibm933.c : Likewise.
19494         * iconvdata/ibm935.c : Likewise.
19495         * iconvdata/ibm937.c : Likewise.
19496         * iconvdata/ibm939.c : Likewise.
19497         * iconvdata/ibm943.c: Likewise.
19498         * iconvdata/iso_11548-1.c: Likewise.
19499         * iconvdata/iso-2022-cn.c : Likewise.
19500         * iconvdata/iso-2022-cn-ext.c : Likewise.
19501         * iconvdata/iso-2022-jp-3.c: Likewise.
19502         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19503         * iconvdata/iso-2022-kr.c : Likewise.
19504         * iconvdata/iso646.c (gconv_end): Likewise.
19505         * iconvdata/iso_6937-2.c : Likewise.
19506         * iconvdata/iso_6937.c : Likewise.
19507         * iconvdata/iso8859-1.c: Likewise.
19508         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19509         * iconvdata/shift_jisx0213.c : Likewise.
19510         * iconvdata/sjis.c : Likewise.
19511         * iconvdata/t.61.c : Likewise.
19512         * iconvdata/tcvn5712-1.c : Likewise.
19513         * iconvdata/tscii.c: Likewise.
19514         * iconvdata/uhc.c : Likewise.
19515         * iconvdata/unicode.c (gconv_end): Likewise.
19516         * iconvdata/utf-16.c (gconv_end): Likewise.
19517         * iconvdata/utf-32.c (gconv_end): Likewise.
19518         * iconvdata/utf-7.c (base64): Likewise.
19519         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19520         * iconv/gconv_close.c (__gconv_close): Likewise.
19521         * iconv/gconv_open.c (__gconv_open): Likewise.
19522         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19523         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19524         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19525         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19526         (ucs4le_internal_loop_single): Likewise.
19527         * iconv/iconv.c (iconv): Likewise.
19528         * iconv/iconv_close.c: Likewise.
19529         * iconv/loop.c (SINGLE): Likewise.
19530         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19531         * include/atomic.h: Likewise.
19532         * inet/inet6_option.c (option_alloc): Likewise.
19533         * intl/bindtextdom.c (set_binding_values): Likewise.
19534         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19535         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19536         * intl/localealias.c (read_alias_file): Likewise.
19537         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19538         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19539         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19540         * libio/fmemopen.c (fmemopen): Likewise.
19541         * libio/iofgets.c (_IO_fgets): Likewise.
19542         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19543         * libio/iofgetws.c (fgetws): Likewise.
19544         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19545         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19546         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19547         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19548         * locale/findlocale.c (_nl_find_locale): Likewise.
19549         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19550         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19551         Likewise.
19552         * locale/setlocale.c (setlocale): Likewise.
19553         * login/programs/pt_chown.c (main): Likewise.
19554         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19555         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19556         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19557         (mmap, mmap64, mremap, munmap): Likewise.
19558         * math/e_exp2l.c: Likewise.
19559         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19560         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19561         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19562         * math/s_catan.c (__catan): Likewise.
19563         * math/s_catanf.c (__catanf): Likewise.
19564         * math/s_catanh.c (__catanh): Likewise.
19565         * math/s_catanhf.c (__catanhf): Likewise.
19566         * math/s_catanhl.c (__catanhl): Likewise.
19567         * math/s_catanl.c (__catanl): Likewise.
19568         * math/s_ccosh.c (__ccosh): Likewise.
19569         * math/s_ccoshf.c (__ccoshf): Likewise.
19570         * math/s_ccoshl.c (__ccoshl): Likewise.
19571         * math/s_cexp.c (__cexp): Likewise.
19572         * math/s_cexpf.c (__cexpf): Likewise.
19573         * math/s_cexpl.c (__cexpl): Likewise.
19574         * math/s_clog10.c (__clog10): Likewise.
19575         * math/s_clog10f.c (__clog10f): Likewise.
19576         * math/s_clog10l.c (__clog10l): Likewise.
19577         * math/s_clog.c (__clog): Likewise.
19578         * math/s_clogf.c (__clogf): Likewise.
19579         * math/s_clogl.c (__clogl): Likewise.
19580         * math/s_csin.c (__csin): Likewise.
19581         * math/s_csinf.c (__csinf): Likewise.
19582         * math/s_csinh.c (__csinh): Likewise.
19583         * math/s_csinhf.c (__csinhf): Likewise.
19584         * math/s_csinhl.c (__csinhl): Likewise.
19585         * math/s_csinl.c (__csinl): Likewise.
19586         * math/s_csqrt.c (__csqrt): Likewise.
19587         * math/s_csqrtf.c (__csqrtf): Likewise.
19588         * math/s_csqrtl.c (__csqrtl): Likewise.
19589         * math/s_ctan.c (__ctan): Likewise.
19590         * math/s_ctanf.c (__ctanf): Likewise.
19591         * math/s_ctanh.c (__ctanh): Likewise.
19592         * math/s_ctanhf.c (__ctanhf): Likewise.
19593         * math/s_ctanhl.c (__ctanhl): Likewise.
19594         * math/s_ctanl.c (__ctanl): Likewise.
19595         * math/w_pow.c: Likewise.
19596         * math/w_powf.c: Likewise.
19597         * math/w_powl.c: Likewise.
19598         * math/w_scalb.c (sysv_scalb): Likewise.
19599         * math/w_scalbf.c (sysv_scalbf): Likewise.
19600         * math/w_scalbl.c (sysv_scalbl): Likewise.
19601         * misc/error.c (error_tail): Likewise.
19602         * misc/pselect.c (__pselect): Likewise.
19603         * nis/nis_callback.c (__nis_create_callback): Likewise.
19604         * nis/nis_call.c (__nisfind_server): Likewise.
19605         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19606         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19607         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19608         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19609         * nis/nis_lookup.c (nis_lookup): Likewise.
19610         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19611         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19612         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19613         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19614         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19615         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19616         * nis/nss_compat/compat-initgroups.c (add_group)
19617         (internal_getgrent_r): Likewise.
19618         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19619         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19620         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19621         (internal_getspnam_r): Likewise.
19622         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19623         (_nss_nis_getaliasbyname_r): Likewise.
19624         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19625         (_nss_nis_getntohost_r): Likewise.
19626         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19627         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19628         (_nss_nis_getgrgid_r): Likewise.
19629         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19630         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19631         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19632         (_nss_nis_gethostbyname4_r): Likewise.
19633         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19634         (initgroups_netid): Likewise.
19635         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19636         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19637         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19638         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19639         (_nss_nis_getprotobynumber_r): Likewise.
19640         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19641         (_nss_nis_getsecretkey): Likewise.
19642         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19643         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19644         (_nss_nis_getpwuid_r): Likewise.
19645         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19646         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19647         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19648         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19649         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19650         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19651         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19652         Likewise.
19653         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19654         (_nss_nisplus_getntohost_r): Likewise.
19655         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19656         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19657         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19658         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19659         Likewise.
19660         * nis/nss_nisplus/nisplus-initgroups.c
19661         (_nss_nisplus_initgroups_dyn): Likewise.
19662         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19663         (_nss_nisplus_getnetbyaddr_r): Likewise.
19664         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19665         (_nss_nisplus_getprotobynumber_r): Likewise.
19666         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19667         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19668         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19669         Likewise.
19670         * nis/nss_nisplus/nisplus-service.c
19671         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19672         (_nss_nisplus_getservbyport_r): Likewise.
19673         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19674         (_nss_nisplus_getspnam_r): Likewise.
19675         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19676         Likewise.
19677         * nscd/aicache.c (addhstaiX): Likewise.
19678         * nscd/cache.c (cache_search, prune_cache): Likewise.
19679         * nscd/connections.c (register_traced_file, send_ro_fd)
19680         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19681         (main_loop_epoll): Likewise.
19682         * nscd/grpcache.c (addgrbyX): Likewise.
19683         * nscd/hstcache.c (addhstbyX): Likewise.
19684         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19685         * nscd/mem.c (gc, mempool_alloc): Likewise.
19686         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19687         (addinnetgrX): Likewise.
19688         * nscd/nscd-client.h (__nscd_acquire_maplock)
19689         (__nscd_drop_map_ref): Likewise.
19690         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19691         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19692         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19693         Likewise.
19694         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19695         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19696         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19697         (__nscd_get_map_ref): Likewise.
19698         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19699         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19700         Likewise.
19701         * nscd/pwdcache.c (addpwbyX): Likewise.
19702         * nscd/selinux.c (preserve_capabilities): Likewise.
19703         * nscd/servicescache.c (addservbyX): Likewise.
19704         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19705         * posix/fnmatch.c (fnmatch): Likewise.
19706         * posix/getopt.c (_getopt_internal_r): Likewise.
19707         * posix/glob.c (glob, glob_in_dir): Likewise.
19708         * posix/wordexp.c (exec_comm_child): Likewise.
19709         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19710         (getanswer_r, gaih_getanswer_slice): Likewise.
19711         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19712         * resolv/res_init.c: Likewise.
19713         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19714         * resolv/res_query.c (__libc_res_nquery): Likewise.
19715         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19716         Likewise.
19717         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19718         * stdio-common/perror.c (perror): Likewise.
19719         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19720         * stdio-common/tmpnam.c (tmpnam): Likewise.
19721         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19722         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19723         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19724         Likewise.
19725         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19726         * stdlib/putenv.c (putenv): Likewise.
19727         * stdlib/setenv.c (__add_to_environ): Likewise.
19728         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19729         * stdlib/strtol_l.c (INTERNAL): Likewise.
19730         * string/memmem.c (memmem): Likewise.
19731         * string/strerror.c (strerror): Likewise.
19732         * string/strnlen.c (__strnlen): Likewise.
19733         * string/test-memmem.c (simple_memmem): Likewise.
19734         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19735         * sunrpc/pm_getport.c (__get_socket): Likewise.
19736         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19737         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19738         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19739         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19740         Likewise.
19741         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19742         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19743         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19744         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19745         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19746         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19747         Likewise.
19748         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19749         Likewise.
19750         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19751         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19752         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19753         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19754         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19755         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19756         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19757         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19758         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19759         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19760         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19761         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19762         Likewise.
19763         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19764         Likewise.
19765         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19766         Likewise.
19767         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19768         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19769         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19770         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19771         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19772         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19773         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19774         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19775         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19776         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19777         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19778         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19779         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19780         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19781         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19782         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19783         Likewise.
19784         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19785         Likewise.
19786         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19787         Likewise.
19788         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19789         Likewise.
19790         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19791         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19792         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19793         Likewise.
19794         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19795         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19796         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19797         * sysdeps/posix/sleep.c: Likewise.
19798         * sysdeps/posix/tempname.c: Likewise.
19799         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19800         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19801         Likewise.
19802         * sysdeps/powerpc/powerpc32/dl-machine.h
19803         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19804         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19805         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19806         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19807         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19808         Likewise.
19809         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19810         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19811         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19812         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19813         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19814         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19815         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19816         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19817         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19818         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19819         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19820         (elf_machine_lazy_rel): Likewise.
19821         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19822         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19823         (elf_machine_lazy_rel): Likewise.
19824         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19825         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19826         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19827         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19828         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19829         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19830         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19831         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19832         Likewise.
19833         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19834         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19835         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19836         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19837         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19838         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19839         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19840         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19841         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19842         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19843         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19844         Likewise.
19845         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19846         (__posix_fallocate64_l64): Likewise.
19847         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19848         (posix_fallocate): Likewise.
19849         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19850         Likewise.
19851         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19852         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19853         (getifaddrs_internal): Likewise.
19854         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19855         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19856         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19857         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19858         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19859         (__posix_fallocate64_l64): Likewise.
19860         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19861         Likewise.
19862         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19863         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19864         (__get_clockfreq): Likewise.
19865         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19866         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19867         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19868         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19869         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19870         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19871         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19872         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19873         Likewise.
19874         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19875         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19876         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19877         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19878         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19879         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19880         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19881         Likewise.
19882         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19883         (posix_fallocate): Likewise.
19884         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19885         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19886         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19887         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19888         (elf_machine_rela, elf_machine_rela_relative)
19889         (elf_machine_lazy_rel): Likewise.
19890         * time/asctime.c (asctime_internal): Likewise.
19891         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19892         * time/tzset.c (__tzset_parse_tz): Likewise.
19893         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19894         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19895         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19896         * wcsmbs/wcsmbsload.h: Likewise.
19898         [BZ #15894]
19899         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19901         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19902         (arena_get2): Remove THREAD_STATS conditionals.
19903         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19904         (__malloc_stats, int): Likewise.
19906 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19908         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19909         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19911         * manual/setjmp.texi: Fix typos/grammar errors.
19913         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19914         Only return early when n is <= 0.  Delete unused return statement.
19916         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19917         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19918         * debug/tst-longjmp_chk3.c: New file.
19920         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19921         (test_main): Replace code with set_fortify_handler call.
19922         * debug/test-strcpy_chk.c: Likewise.
19923         * debug/tst-chk1.c: Likewise.
19924         * debug/tst-longjmp_chk.c: Likewise.
19925         * test-skeleton.c: Include fcntl.h & paths.h
19926         (set_fortify_handler): Define.
19928         * debug/tst-longjmp_chk.c: Add header comment and include
19929         ../test-skeleton.c.
19930         (do_test): Mark static.
19931         (TEST_FUNCTION): Define.
19933         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19934         (IP_PMTUDISC_INTERFACE): Likewise.
19935         (IP_MULTICAST_IF): Likewise.
19936         (IP_MULTICAST_TTL): Likewise.
19937         (IP_MULTICAST_LOOP): Likewise.
19938         (IP_ADD_MEMBERSHIP): Likewise.
19939         (IP_DROP_MEMBERSHIP): Likewise.
19940         (IP_UNBLOCK_SOURCE): Likewise.
19941         (IP_BLOCK_SOURCE): Likewise.
19942         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19943         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19944         (IP_MSFILTER): Likewise.
19945         (MCAST_JOIN_GROUP): Likewise.
19946         (MCAST_BLOCK_SOURCE): Likewise.
19947         (MCAST_UNBLOCK_SOURCE): Likewise.
19948         (MCAST_LEAVE_GROUP): Likewise.
19949         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19950         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19951         (MCAST_MSFILTER): Likewise.
19952         (IP_MULTICAST_ALL): Likewise.
19953         (IP_UNICAST_IF): Likewise.
19955         * timezone/Makefile: Delete $(have-ksh) check.
19956         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19957         * timezone/tzselect.ksh: Add +x mode bits.
19959         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19960         (ANON_INODE_FS_MAGIC): Likewise.
19961         (BDEVFS_MAGIC): Likewise.
19962         (BINFMTFS_MAGIC): Likewise.
19963         (BTRFS_TEST_MAGIC): Likewise.
19964         (CRAMFS_MAGIC_WEND): Likewise.
19965         (DEBUGFS_MAGIC): Likewise.
19966         (ECRYPTFS_SUPER_MAGIC): Likewise.
19967         (EXT3_SUPER_MAGIC): Likewise.
19968         (EXT4_SUPER_MAGIC): Likewise.
19969         (FUTEXFS_SUPER_MAGIC): Likewise.
19970         (HOSTFS_SUPER_MAGIC): Likewise.
19971         (HUGETLBFS_MAGIC): Likewise.
19972         (MINIX3_SUPER_MAGIC): Likewise.
19973         (MTD_INODE_FS_MAGIC): Likewise.
19974         (NILFS_SUPER_MAGIC): Likewise.
19975         (OPENPROM_SUPER_MAGIC): Likewise.
19976         (PIPEFS_MAGIC): Likewise.
19977         (PSTOREFS_MAGIC): Likewise.
19978         (QNX6_SUPER_MAGIC): Likewise.
19979         (RAMFS_MAGIC): Likewise.
19980         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19981         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19982         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19983         (SECURITYFS_MAGIC): Likewise.
19984         (SELINUX_MAGIC): Likewise.
19985         (SMACK_MAGIC): Likewise.
19986         (SOCKFS_MAGIC): Likewise.
19987         (SQUASHFS_MAGIC): Likewise.
19988         (STACK_END_MAGIC): Likewise.
19989         (TMPFS_MAGIC): Likewise.
19990         (USBDEVICE_SUPER_MAGIC): Likewise.
19991         (V9FS_MAGIC): Likewise.
19992         (XENFS_SUPER_MAGIC): Likewise.
19993         (CRAMFS_MAGIC): Fix typo in comment.
19994         (EXT2_SUPER_MAGIC): Update comment.
19995         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19997 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19999         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20000         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20001         * sysdeps/unix/sysv/linux/arm: Move directory from
20002         ports/sysdeps/unix/sysv/linux/arm.
20003         * README: Update listing for arm-*-linux-gnueabi.
20005         * README: Remove mention of am33.
20007 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20009         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20010         than the comma operator, to avoid "rhs of comma has no effect"
20011         compiler warnings.
20012         (__sigfillset, __sigandset, __sigorset): Likewise.
20013         * include/signal.h (__sigemptyset): Likewise.
20014         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20016 2014-02-07  Allan McRae  <allan@archlinux.org>
20018         * version.h (RELEASE): Set to "development".
20019         (VERSION): Set to "2.19.90"
20020         * NEWS: Add 2.20 section.
20022 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20024         [BZ #16529]
20025         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20027 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20029         * manual/contrib.texi: Update entry for Carlos O'Donell,
20030         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20032 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20034         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20036         * sysdeps/unix/sysv/linux/kernel-features.h
20037         [__LINUX_KERNEL_VERSION >= 0x020621]
20038         (__ASSUME_PROC_PID_TASK_COMM): Define.
20040 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20042         [BZ #16398]
20043         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20044         conversion when destination buffer does not have enough space.
20045         * libio/tst-ftell-partial-wide.c: New test case.
20046         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20048         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20049         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20050         Leonard and Allan McRae.
20052 2014-02-04  David S. Miller  <davem@davemloft.net>
20054         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20055         32-bit.
20057 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20060         New file
20061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20062         New file
20063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20064         New file.
20065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20066         New file.
20067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20068         New file.
20069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20070         New file.
20071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20072         New file.
20073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20074         New file.
20075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20076         New file.
20077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20078         New file.
20079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20080         New file.
20081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20082         New file.
20083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20084         New file.
20086 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20088         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20089         * shlib-versions: Likewise.
20091 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20092             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20094         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20095         (abilist-pattern): New variable, set to %-le.abilist.
20097         * Makerules (abilist-pattern): New variable.
20098         (vpath): Use $(abilist-pattern) in place of %.abilist.
20099         (check-abi-% pattern rule): Likewise.
20100         (check-abi, update-abi): Likewise.
20102 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20104         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20106 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20108         * manual/startup.texi: Add next, previous, and top entries for
20109         the `Program Arguments' and `Environment Variables' nodes.
20111 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20113         * manual/macros.texi: Add comments before MTASC-safety macros.
20115         * manual/users.texi: Document MTASC-safety properties.
20117         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20118         (pthread_getspecific, pthread_setspecific): Format with
20119         @deftypefun, and add @safety note.
20120         * manual/signal.texi: Move comments that analyze the above
20121         functions to their home place.
20123 2014-02-03  Allan McRae  <allan@archlinux.org>
20125         * po/sl.po: Update Slovenian translation from translation project.
20127 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20129         * manual/time.texi (timegm): Add missing blank after @c.
20130         Reported by Joseph Myers <joseph@codesourcery.com>.
20132 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20134         * manual/check-safety.sh: New.
20135         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20137         * manual/terminal.texi: Document MTASC-safety properties.
20139         * manual/filesys.texi: Document MTASC-safety properties.
20141         * manual/errno.texi: Document MTASC-safety properties.
20143         * manual/intro.texi: Document safety identifiers and
20144         conditionals.
20146         * manual/string.texi (wcstok): Fix prototype.
20147         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20149         * manual/time.texi: Document MTASC-safety properties.
20151         * manual/string.texi: Document MTASC-safety properties.
20153         * manual/threads.texi: Document MTASC-safety properties.
20155         * manual/stdio.texi: Document MTASC-safety properties.
20157         * manual/syslog.texi: Document MTASC-safety properties.
20159         * manual/sysinfo.texi: Document MTASC-safety properties.
20161         * manual/startup.texi: Document MTASC-safety properties.
20163         * manual/socket.texi: Document MTASC-safety properties.
20165         * manual/signal.texi: Document MTASC-safety properties.
20167 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20169         * manual/setjmp.texi: Document MTASC-safety properties.
20171         * manual/search.texi: Document MTASC-safety properties.
20173         * manual/resource.texi: Document MTASC-safety properties.
20175         * manual/process.texi: Document MTASC-safety properties.
20177         * manual/platform.texi: Document MTASC-safety properties.
20179         * manual/pipe.texi: Document MTASC-safety properties.
20181         * manual/pattern.texi: Document MTASC-safety properties.
20183         * manual/message.texi: Document MTASC-safety properties.
20185         [BZ #12751]
20186         * manual/memory.texi: Document MTASC-safety properties.
20188         * manual/math.texi: Document MTASC-safety properties.
20190         * manual/locale.texi: Document MTASC-safety properties.
20192         * manual/llio.texi: Document MTASC-safety properties.
20194         * manual/libdl.texi: New.
20196         * manual/lang.texi: Document MTASC-safety properties.
20198         * manual/job.texi: Document MTASC-safety properties.
20200         * manual/getopt.texi: Document MTASC-safety properties.
20202         * manual/ctype.texi: Document MTASC-safety properties.
20204 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20206         [BZ #16046]
20207         * csu/libc-tls.c (static_map): Remove variable.
20208         (__libc_setup_tls): Use main executable's link map for TLS data.
20209         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20210         casing for LM_ID_BASE and GL(dl_nns).
20211         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20212         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20213         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20214         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20215         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20216         member.
20217         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20218         l_phnum members.
20220 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20222         * manual/debug.texi: Document MTASC-safety properties.
20224 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20226         [BZ #16510]
20227         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20228         of __x86_64__ when disabling x87 inline functions.
20230 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20232         * manual/charset.texi: Document MTASC-safety properties.
20234         * manual/crypt.texi: Document MTASC-safety properties.
20236         * manual/conf.texi: Document MTASC-safety properties.
20238         * manual/arith.texi: Document MTASC-safety properties.
20240         * manual/argp.texi: Document MTASC-safety properties.
20242         * manual/macros.texi: Introduce macros to document multi
20243         thread, asynchronous signal and asynchronous cancellation
20244         safety properties.
20245         * manual/intro.texi: Introduce the properties themselves.
20247 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20249         * sysdeps/sh/sh4/Makefile: New file.
20251 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20253         * math/gen-libm-test.pl ($srcdir): New variable.
20254         ($auto_input): Use it.
20256 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20258         [BZ #16506]
20259         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20260         access beyond array bounds when parsing netgroups file.
20262         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20263         the old buffer before realloc.
20265 2014-01-27  Allan McRae  <allan@archlinux.org>
20267         * po/fr.po: Update French translation from translation project.
20269 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20271         * sysdeps/sh/libm-test-ulps: Regenerate.
20273 2014-01-24  David S. Miller  <davem@davemloft.net>
20275         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20277 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20279         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20280         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20282 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20284         [BZ #16474]
20285         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20286         string pointers after reallocation.
20288 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20290         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20291         __SH4A__ instead of __SH_FPU_ANY__.
20293 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20295         * sysdeps/sh/fpu_control.h: New file.
20296         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20297         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20298         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20299         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20300         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20301         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20302         * sysdeps/sh/sys/ucontext.h: Remove.
20303         * sysdeps/sh/sys: Remove directory.
20305 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20307         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20308         s390/sys/ucontext.h.
20309         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20310         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20312 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20314         [BZ #15605]
20315         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20317 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20319         [BZ#16431]
20320         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20321         Adjust the vDSO correctly for internal calls.
20322         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20324 2014-01-20  Allan McRae  <allan@archlinux.org>
20326         * po/ca.po: Update Catalan translation from translation project.
20328 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20330         * sysdeps/s390/sotruss-lib.c: New file.
20332 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20334         [BZ#16430]
20335         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20336         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20337         local calls issues by not having a PLT stub required for IFUNC calls.
20338         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20340 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20342         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20343         * math/test-fpucw-static.c: Likewise.
20345 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20347         [BZ #16453]
20348         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20350 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20352         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20353         implementation for powerpc.
20355 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20357         [BZ #14782]
20358         * sysdeps/posix/system.c (__libc_system): Do not enable
20359         asynchronous cancellation.
20361 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20363         [BZ #16427]
20364         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20365         handling only for numbers special also in the IEEE case.
20367 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20369         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20371 2014-01-11  Allan McRae  <allan@archlinux.org>
20373         * po/bg.po: Update Bulgarian translation from translation project.
20375         * po/de.po: Update German translation from translation project.
20377 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20379         * sysdeps/generic/gcc-compat.h: New file.
20381 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20383         * benchtests/asin-inputs: Correct slow inputs.
20384         * benchtests/acos-inputs: Likewise.
20386 2014-01-10  Allan McRae  <allan@archlinux.org>
20388         * po:sv.po: Update Swedish translation from translation project.
20390         * po/vi.po: Update Vietnamese translation from translation project.
20392         * po/eo.po: Update Esperanto translation from translation project.
20394         * po/cs.po: Update Czech translation from translation project.
20396         * po/nl.po: Update Dutch translation from translation project.
20398         * po/pl.po: Update Polish translation from translation project.
20400         * po/ru.po: Update Russian translation from translation project.
20402         * po/uk.po: Update Ukrainian translation from translation project.
20404 2014-01-08  Brooks Moses  <bmoses@google.com>
20406         * elf/dl-load.c: Fix comment typo.
20408 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20410         * po/header.pot: Rename to...
20411         * po/pot.header: ... this.
20412         * po/Makefile: Use pot.header.
20414 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20415             Maxim Kuvyrkov  <maxim@kugelworks.com>
20417         [BZ #16394]
20418         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20419         SRC and DEST against LEN.
20421 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20423         [BZ #16414]
20424         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20425         implementation.
20426         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20428 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20430         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20432 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20434         [BZ #16408]
20435         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20436         for large positive arguments.
20438 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20440         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20442         * math/auto-libm-test-in: Mark various tests with
20443         xfail-rounding:ldbl-128ibm.
20444         * math/auto-libm-test-out: Regenerated.
20446         [BZ #16407]
20447         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20448         Increase overflow threshold.
20450 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20452         [BZ #14286]
20453         * stdio-common/vfprintf.c: Check for integer overflow.
20455 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20457         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20458         the first argument and return value of __tls_get_addr_internal.
20460 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20462         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20463         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20465 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20467         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20468         * sysdeps/s390/rtld-global-offsets.sym: New file.
20469         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20470         GLIBC_2.19 symbol.
20471         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20472         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20473         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20474         ... this.
20475         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20476         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20477         ... this.
20478         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20479         Regenerate.
20480         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20481         Regenerate.
20482         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20483         halfs of GPRs for high_gprs contexts.
20484         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20485         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20486         field.
20487         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20488         uc_flags field.
20489         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20490         64 bit versions:
20491         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20492         for high GPRs (uc_high_gprs) and for future extensions
20493         (__reserved).
20494         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20495         for future extensions (__reserved).
20496         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20497         64 bit versions:
20498         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20499         SC_HIGHGPRS offset definition.
20500         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20501         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20503         * Versions.def: Add GLIBC_2.19 for libpthread.
20504         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20505         siglongjmp for libpthread with GLIBC_2.19 symver.
20506         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20507         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20508         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20509         * sysdeps/s390/__longjmp.c: New file.
20510         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20511         * sysdeps/s390/longjmp.c: New file.
20512         * sysdeps/s390/setjmp.S: New file.
20513         * sysdeps/s390/sigjmp.S: New file.
20514         * sysdeps/s390/v1-longjmp.c: New file.
20515         * sysdeps/s390/v1-setjmp.h: New file.
20516         * sysdeps/s390/v1-sigjmp.c: New file.
20517         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20518         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20519         GLIBC_2.19 version.
20520         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20521         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20522         versioned symbols for ____longjmp_chk.
20523         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20524         Likewise.
20525         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20526         Regenerate.
20527         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20528         Regenerate.
20529         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20530         Regenerate.
20531         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20532         Regenerate.
20533         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20534         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20535         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20536         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20537         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20538         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20539         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20540         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20541         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20542         * sysdeps/s390/rtld-__longjmp.c: New file.
20543         * sysdeps/s390/rtld-setjmp.S: New file.
20545 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20547         [BZ #16400]
20548         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20549         Return -__logl (x) for small positive arguments without evaluating
20550         a polynomial.
20552 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20554         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20555         Rename to ...
20556         (__ptrace_peeksiginfo_args): ... this.
20557         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20558         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20559         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20561 2014-01-06  Allan McRae  <allan@archlinux.org>
20563         * inet/netinet/in.h: Fix typo in comment.
20565 2014-01-05  Andreas Jaeger  <aj@suse.de>
20567         * sysdeps/i386/fpu/libm-test-ulps: Update.
20569 2014-01-05  Allan McRae  <allan@archlinux.org>
20571         * po/libc.pot: Regenerated.
20573         * malloc/memusagestat.c: Fix gettext call formatting.
20575 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20577         * nscd/nscd.c: Improve usage() output.
20579 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20581         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20582         * sysdeps/unix/sysv/linux/configure: Regenerated.
20583         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20584         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20586 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20588         [BZ #16390]
20589         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20590         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20592 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20594         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20595         extra tokens at end of #undef directive.
20596         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20597         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20598         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20600 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20602         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20604         * math/auto-libm-test-in: Mark various tests with
20605         xfail-rounding:ldbl-128ibm.
20606         * math/auto-libm-test-out: Regenerated.
20608 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20610         [BZ #16386]
20611         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20612         numbers with subnormal high part when calculating exponent.
20614         [BZ #16385]
20615         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20616         fabs.
20618         [BZ #16384]
20619         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20620         M_LN2l.
20621         (__ieee754_acoshl): Use __log1pl not __log1p.
20623 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20625         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20626         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20627         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20628         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20629         (reused_arena, arena_get2): Convert to GNU style.
20630         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20631         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20632         (memalign_check, __malloc_set_state): Likewise.
20633         * malloc/mallocbug.c (main): Likewise.
20634         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20635         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20636         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20637         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20638         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20639         (__posix_memalign, malloc_info): Likewise.
20640         * malloc/malloc.h: Likewise.
20641         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20642         (mallochook, memalignhook, reallochook, mabort): Likewise.
20643         * malloc/mcheck.h: Likewise.
20644         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20645         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20646         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20647         * malloc/morecore.c (__default_morecore): Likewise.
20648         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20649         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20650         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20651         (print_and_abort): Likewise.
20652         * malloc/obstack.h: Likewise.
20653         * malloc/set-freeres.c (__libc_freeres): Likewise.
20654         * malloc/tst-mallocstate.c (main): Likewise.
20655         * malloc/tst-mtrace.c (main): Likewise.
20656         * malloc/tst-realloc.c (do_test): Likewise.
20658 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20660         [BZ #16366]
20661         * nscd/netgroupcache.c (do_notfound): New function.
20662         (addgetnetgrentX): Use it.
20664         [BZ # 16365]
20665         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20666         NSS_STATUS_NOTFOUND.
20668 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20670         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20673 2014-01-01  Allan McRae  <allan@archlinux.org>
20675         * scripts/update-copyrights: Update configure input file suffix.
20677         * NEWS: Update copyright year.
20678         * catgets/gencat.c: Likewise.
20679         * csu/version.c: Likewise.
20680         * debug/catchsegv.sh: Likewise.
20681         * debug/pcprofiledump.c: Likewise.
20682         * debug/xtrace.sh: Likewise.
20683         * elf/ldconfig.c: Likewise.
20684         * elf/ldd.bash.in: Likewise.
20685         * elf/pldd.c: Likewise.
20686         * elf/sotruss.ksh: Likewise.
20687         * elf/sprof.c: Likewise.
20688         * iconv/iconv_prog.c: Likewise.
20689         * iconv/iconvconfig.c: Likewise.
20690         * locale/programs/locale.c: Likewise.
20691         * locale/programs/localedef.c: Likewise.
20692         * login/programs/pt_chown.c: Likewise.
20693         * malloc/memusage.sh: Likewise.
20694         * malloc/memusagestat.c: Likewise.
20695         * malloc/mtrace.pl: Likewise.
20696         * manual/libc.texinfo: Likewise.
20697         * nscd/nscd.c: Likewise.
20698         * nss/getent.c: Likewise.
20699         * nss/makedb.c: Likewise.
20700         * posix/getconf.c: Likewise.
20701         * scripts/test-installation.pl: Likewise.
20703         * All files with FSF copyright notices: Update copyright dates
20704         using scripts/update-copyrights.
20705         * intl/plural.c: Regenerated.
20706         * locale/programs/charmap-kw.h: Likewise.
20707         * locale/programs/locfile-kw.h: Likewise.
20709 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20711         * sysdeps/unix/sysv/linux/configure: Regenerated.
20712         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20713         the linux/fanotify.h header.
20714         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20715         HAVE_LINUX_FANOTIFY_H is defined.
20717 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20719         * benchtests/cos-inputs: New inputs.
20720         * benchtests/sin-inputs: Likewise.
20722         * benchtests/atan-inputs: New inputs. Fix name of multiple
20723         precision fallback inputs.
20725         * benchtests/atanh-inputs: New inputs.
20726         * benchtests/tanh-inputs: Likewise.
20728         * benchtests/acosh-inputs: New inputs.
20729         * benchtests/asinh-inputs: Likewise.
20731         * benchtests/cosh-inputs: New inputs.
20732         * benchtests/sinh-inputs: Likewise.
20734         * benchtests/acos-inputs: Add more inputs.
20735         * benchtests/asin-inputs: Likewise.
20737 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20739         [BZ #16375]
20740         * manual/arith.texi: Fix spelling.
20741         * manual/charset.texi: Likewise.
20742         * manual/errno.texi: Likewise.
20743         * manual/filesys.texi: Likewise.
20744         * manual/lang.texi: Likewise.
20745         * manual/llio.texi: Likewise.
20746         * manual/locale.texi: Likewise.
20747         * manual/message.texi: Likewise.
20748         * manual/resource.texi: Likewise.
20749         * manual/search.texi: Likewise.
20750         * manual/setjmp.texi: Likewise.
20751         * manual/stdio.texi: Likewise.
20752         * manual/string.texi: Likewise.
20753         * manual/sysinfo.texi: Likewise.
20754         * manual/time.texi: Likewise.
20756 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20758         * po/sl.po: New file.
20760 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20762         * .gitignore: Add core/.gdbinit/.gdb_history.
20764 2013-12-27  Allan McRae  <allan@archlinux.org>
20766         [BZ #16369]
20767         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20768         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20770 2013-12-24  Brooks Moses  <bmoses@google.com>
20772         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20773         all compilers that claim C++98 compliance, not just GCC.
20774         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20775         Likewise.
20777 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20779         * NEWS: Restore accidentally deleted bug-fix entries.
20781 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20782             Ondřej Bílka  <neleai@seznam.cz>
20784         [BZ #15073]
20785         * malloc/malloc.c (_int_free): Perform sanity check only if we
20786         have_lock.
20788 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20790         [BZ #12986]
20791         * manual/stdio.texi (String Input Conversions): Clarify that character
20792         classes are not supported.
20794 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20796         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20798 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20800         [BZ #16337]
20801         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20802         Calculate results for small negative arguments directly rather
20803         than using reflection formula with special underflow handling.
20805         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20806         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20807         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20808         (fchflags): Likewise.
20809         (revoke): Likewise.
20810         (setlogin): Likewise.
20811         (sigaltstack): Likewise.
20812         (wait4): Likewise.
20813         (sigblock): Remove.
20814         (sigsetmask): Likewise.
20815         (wait3): Likewise.
20816         (waitpid): Likewise.
20817         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20818         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20819         file.
20820         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20821         * sysdeps/unix/bsd/Makefile: ... here.
20822         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20823         * sysdeps/unix/bsd/Versions: ... here.
20824         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20825         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20826         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20827         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20828         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20829         * sysdeps/unix/bsd/sigblock.c: ... here.
20830         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20831         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20832         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20833         * sysdeps/unix/bsd/sigvec.c: ... here.
20834         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20835         * sysdeps/unix/bsd/tcdrain.c: ... here.
20836         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20837         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20838         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20839         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20840         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20841         * sysdeps/unix/bsd/wait.c: ... here.
20842         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20843         * sysdeps/unix/bsd/wait3.c: ... here.
20844         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20845         * sysdeps/unix/bsd/waitpid.c: ... here.
20847 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20849         [BZ #16356]
20850         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20851         round-to-nearest for [!USE_AS_EXPM1L].
20852         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20853         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20854         more tests of exp and exp10.  Expect some exp10 tests to miss
20855         exceptions or fail in directed rounding modes.
20856         * math/auto-libm-test-out: Regenerated.
20857         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20858         (exp10_test_tonearest): New function.
20859         (exp10_towardzero_test_data): New array.
20860         (exp10_test_towardzero): New function.
20861         (exp10_downward_test_data): New array.
20862         (exp10_test_downward): New function.
20863         (exp10_upward_test_data): New array.
20864         (exp10_test_upward): New function.
20865         (main): Call the new functions.
20866         * sysdeps/i386/fpu/libm-test-ulps: Update.
20867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20869 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20871         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20872         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20873         * math/auto-libm-test-out: Regenerated.
20874         * math/libm-test.inc (acosh_test_data): Add more tests.
20875         (atanh_test_data): Likewise.
20876         (ceil_test_data): Likewise.
20877         (copysign_test_data): Likewise.
20878         * sysdeps/i386/fpu/libm-test-ulps: Update.
20879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20881         * timezone/checktab.awk: Update from tzcode 2013i.
20882         * timezone/private.h: Likewise.
20883         * timezone/scheck.c: Likewise.
20884         * timezone/tzfile.h: Likewise.
20885         * timezone/tzselect.ksh: Likewise.
20886         * timezone/zdump.c: Likewise.
20887         * timezone/zic.c: Likewise.
20889         * math/auto-libm-test-in: Add tests of cpow.
20890         * math/auto-libm-test-out: Regenerated.
20891         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20892         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20893         mpc_cc_c.
20894         (func_calc_desc): Add mpc_cc_c union field.
20895         (test_functions): Add cpow.
20896         (special_fill_2pi): New function.
20897         (special_real_inputs): Add 2pi.
20898         (calc_generic_results): Handle mpc_cc_c.
20899         * sysdeps/i386/fpu/libm-test-ulps: Update.
20900         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20902         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20903         csqrt, ctan and ctanh.
20904         * math/auto-libm-test-out: Regenerated.
20905         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20906         (TEST_COND_x86): Likewise.
20907         (ccos_test_data): Use AUTO_TESTS_c_c.
20908         (ccosh_test_data): Likewise.
20909         (cexp_test_data): Likewise.
20910         (clog_test_data): Likewise.
20911         (csqrt_test_data): Likewise.
20912         (ctan_test_data): Likewise.
20913         (ctan_tonearest_test_data): Likewise.
20914         (ctan_towardzero_test_data): Likewise.
20915         (ctan_downward_test_data): Likewise.
20916         (ctan_upward_test_data): Likewise.
20917         (ctanh_test_data): Likewise.
20918         (ctanh_tonearest_test_data): Likewise.
20919         (ctanh_towardzero_test_data): Likewise.
20920         (ctanh_downward_test_data): Likewise.
20921         (ctanh_upward_test_data): Likewise.
20922         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20923         mpc_c_c.
20924         (func_calc_desc): Add mpc_c_c union field.
20925         (FUNC_mpc_c_c): New macro.
20926         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20927         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20928         ctanh.
20929         (special_fill_min_subnorm_p120): New function.
20930         (special_real_inputs): Add min_subnorm_p120.
20931         (calc_generic_results): Handle mpc_c_c.
20932         * sysdeps/i386/fpu/libm-test-ulps: Update.
20933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20935 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20937         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20938         (do_sin_slow): New functions.
20939         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20940         (cslow2, csloww1, csloww2): Use the new functions.
20942         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20943         Use M to change sign of result instead of X.  Assume X is
20944         positive.
20945         (csloww1): Likewise.
20946         (__sin): Adjust.
20947         (__cos): Adjust.
20949         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20950         arguments A and DA.
20951         (__sin): Adjust.
20952         (__cos): Likewise.
20954         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20955         (__cos): Likewise.
20956         (sloww1): Don't adjust sign of DX.
20957         (csloww1): Likewise.
20958         (sloww2): Use X directly and don't adjust sign of DX.
20959         (csloww2): Likewise.
20961 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20963         * math/auto-libm-test-in: Add tests of cabs and carg.
20964         * math/auto-libm-test-out: Regenerated.
20965         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20966         (carg_test_data): Likewise.
20967         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20968         mpc_c_f.
20969         (func_calc_desc): Add mpc_c_f union field.
20970         (test_functions): Add cabs and carg.
20971         (calc_generic_results): Handle mpc_c_f.
20973         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20974         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20975         as a macro and a compat symbol.
20976         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20977         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20978         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20979         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20980         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20981         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20982         not use .hidden.
20983         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20984         Likewise.
20985         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20986         Likewise.
20987         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20988         Likewise.
20989         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20990         Likewise.
20991         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20992         Likewise.
20993         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20994         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20995         from GLIBC_2.3.2.
20997 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20999         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21001 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21003         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21004         trailing whitespace removed.
21005         * scripts/config.guess: Update to version 2013-11-29.
21006         * scripts/config.sub: Update to version 2013-10-01.
21008         * math/auto-libm-test-in: Add tests of sincos.
21009         * math/auto-libm-test-out: Regenerated.
21010         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21011         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21012         mpfr_f_11.
21013         (func_calc_desc): Add mpfr_f_11 union field.
21014         (test_functions): Add sincos.
21015         (calc_generic_results): Handle mpfr_f_11.
21016         * sysdeps/i386/fpu/libm-test-ulps: Update.
21017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21019 2013-12-19  Andreas Schwab  <schwab@suse.de>
21021         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21022         CALL_MCOUNT.
21023         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21024         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21025         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21027 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21029         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21030         * sysdeps/i386/fpu/libm-test-ulps: Update.
21031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21033         [BZ #16293]
21034         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21035         round-to-nearest mode when using frndint.
21036         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21037         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21038         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21039         Likewise.
21040         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21041         sinh test to fail.
21042         * math/auto-libm-test-out: Regenerated.
21043         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21044         (TEST_COND_x86): Likewise.
21045         (expm1_tonearest_test_data): New array.
21046         (expm1_test_tonearest): New function.
21047         (expm1_towardzero_test_data): New array.
21048         (expm1_test_towardzero): New function.
21049         (expm1_downward_test_data): New array.
21050         (expm1_test_downward): New function.
21051         (expm1_upward_test_data): New array.
21052         (expm1_test_upward): New function.
21053         (main): Run the new test functions.
21054         * sysdeps/i386/fpu/libm-test-ulps: Update.
21055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21057         * include/features.h: Update comment documenting feature test
21058         macros.  Mention _DEFAULT_SOURCE in comment.
21059         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21060         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21061         _BSD_SOURCE and _SVID_SOURCE.
21062         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21063         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21064         !_SVID_SOURCE]: Likewise.
21065         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21066         (__USE_POSIX_IMPLICITLY): Define.
21067         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21068         (_POSIX_SOURCE): Undefine and redefine.
21069         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21070         (_POSIX_C_SOURCE): Likewise.
21071         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21072         (Feature Test Macros): Update documentation of default features.
21074 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21076         * benchtests/Makefile: Add bench-strtok.
21077         * benchtests/bench-strtok.c: New file: strtok benchtest.
21079 2013-12-19  Allan McRae  <allan@archlinux.org>
21081         * manual/install.texi: Suppress menu for plain text output.
21082         * INSTALL: Regenerated.
21084 2013-12-18  Brooks Moses  <bmoses@google.com>
21086         [BZ #15846]
21087         * misc/getauxval.c: Include errno.h.
21088         (__getauxval): Set errno to ENOENT if the requested type is not
21089         found.
21090         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21091         don't declare with __attribute_const__.
21092         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21093         * manual/startup.texi: Document that getauxval sets errno.
21095 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21097         * math/auto-libm-test-in: Add tests of jn and yn.
21098         * math/auto-libm-test-out: Regenerated.
21099         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21100         (yn_test_data): Likewise.
21101         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21102         mpfr_if_f.
21103         (func_calc_desc): Add mpfr_if_f union field.
21104         (FUNC_mpfr_if_f): New macro.
21105         (test_functions): Add jn and yn.
21106         (calc_generic_results): Assert type of second input for
21107         mpfr_ff_f.  Handle mpfr_if_f.
21108         (output_for_one_input_case): Disable all checking for arguments
21109         fitting floating-point types in case of an integer argument.
21110         * sysdeps/i386/fpu/libm-test-ulps: Update.
21111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21114         Don't expect fegetround reference in libm.so.
21116 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21118         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21119         $(config-cflags-nofma).
21121 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21123         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21124         * math/auto-libm-test-out: Regenerated.
21126         [BZ #16338]
21127         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21128         to determine exponent and adjust argument to have exponent of -1.
21129         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21130         log2.
21131         * math/auto-libm-test-out: Regenerated.
21132         * sysdeps/i386/fpu/libm-test-ulps: Update.
21133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21135 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21137         * manual/probes.texi: Remove cases when per-thread arenas are
21138         disabled.
21140 2013-12-18  Andreas Schwab  <schwab@suse.de>
21142         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21143         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21144         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21145         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21146         * sysdeps/i386/i686/multiarch/Makefile: Update.
21147         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21149 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21151         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21152         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21154 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21156         [BZ #15968]
21157         Support TZ transition times < 00:00:00.
21158         This is needed for version-3 tz-format files; it supports time
21159         stamps past 2037 for America/Godthab (the only entry in the tz
21160         database for which this change is relevant).
21161         * manual/time.texi (TZ Variable): Document transition times
21162         from -167:59:59 through -00:00:01.
21163         * time/tzset.c (tz_rule): Time of day is now signed.
21164         (__tzset_parse_tz): Parse negative time of day.
21166         Document TZ transition times >= 25:00:00.
21167         * manual/time.texi (TZ Variable): Document transition times from
21168         25:00:00 through 167:59:59.  These are already supported, and this
21169         support will help with version-3 tz-format files.
21171         * manual/time.texi (TZ Variable): Modernize North America example
21172         to reflect current (i.e., 2007-and-later) daylight saving rules.
21174         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21176 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21178         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21179         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21180         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21181         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21182         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21183         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21184         * sysdeps/unix/bsd/clock.c: Likewise.
21185         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21186         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21187         * sysdeps/unix/bsd/init-posix.c: Likewise.
21188         * sysdeps/unix/bsd/poll.c: Likewise.
21189         * sysdeps/unix/bsd/ptsname.c: Likewise.
21190         * sysdeps/unix/bsd/seekdir.c: Likewise.
21191         * sysdeps/unix/bsd/setegid.c: Likewise.
21192         * sysdeps/unix/bsd/seteuid.c: Likewise.
21193         * sysdeps/unix/bsd/setgid.c: Likewise.
21194         * sysdeps/unix/bsd/setrgid.c: Likewise.
21195         * sysdeps/unix/bsd/setruid.c: Likewise.
21196         * sysdeps/unix/bsd/setsid.c: Likewise.
21197         * sysdeps/unix/bsd/setuid.c: Likewise.
21198         * sysdeps/unix/bsd/sigaction.c: Likewise.
21199         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21200         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21201         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21202         * sysdeps/unix/bsd/telldir.c: Likewise.
21203         * sysdeps/unix/bsd/times.c: Likewise.
21204         * sysdeps/unix/bsd/usleep.c: Likewise.
21206         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21207         ($(objpfx)libbsd-compat.a): Remove rule.
21209         * include/features.h (__FAVOR_BSD): Do not define.
21210         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21211         features conflicting with POSIX.
21212         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21213         (_BSD_SOURCE): Remove description of not being a subset of other
21214         feature test macros.
21215         * manual/job.texi (getpgrp): Do not document BSD version.
21216         (getpgid): Do not document by reference to BSD getpgrp.
21217         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21218         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21219         * signal/signal.h [__FAVOR_BSD]: Likewise.
21220         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21221         instead of making contents conditional on [__FAVOR_BSD].
21222         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21224 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21226         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21228 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21230         [BZ #16314]
21231         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21232         values below 2**-450, not 2**-500.
21233         * math/auto-libm-test-in: Don't allow spurious underflow from
21234         hypot.
21235         * math/auto-libm-test-out: Regenerated.
21237         [BZ #16316]
21238         [BZ #16330]
21239         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21240         values of ha and hb and sort them after adjusting subnormal
21241         arguments.
21242         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21243         Likewise.
21244         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21245         values of ea and eb and sort them after adjusting subnormal
21246         arguments.
21247         * math/auto-libm-test-in: Do not expect some hypot tests of
21248         subnormals to fail.  Add more hypot tests.
21249         * math/auto-libm-test-out: Regenerated.
21251 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21253         [BZ #13304]
21254         * sysdeps/sh/s_fma.c: New file.
21255         * sysdeps/sh/s_fmaf.c: New file.
21256         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21257         version.
21258         * sysdeps/sh/Implies: Add sh/soft-fp.
21260 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21262         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21263         level of indirection to members `objname', `errstring', `malloced'.
21264         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21265         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21266         it as the __longjmp argument (just pass 1 instead).
21267         (_dl_catch_error): Initialize C with argument pointers and address of
21268         volatile local ERRCODE rather than copying values out of C at return.
21270 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21272         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21273         * math/auto-libm-test-out: Regenerated.
21274         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21275         (hypot_test_data): Likewise.
21276         (pow_test_data): Likewise.
21277         (pow_tonearest_test_data): Likewise.
21278         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21279         mpfr_ff_f.
21280         (func_calc_desc): Add mpfr_ff_f union field.
21281         (FUNC_mpfr_ff_f): New macro.
21282         (test_functions): Add atan2, hypot and pow.
21283         (special_fill_min): New function.
21284         (special_fill_minus_min): Likewise.
21285         (special_fill_min_subnorm): Likewise.
21286         (special_fill_minus_min_subnorm): Likewise.
21287         (special_real_inputs): Add min, -min, min_subnorm and
21288         -min_subnorm.
21289         (calc_generic_results): Handle mpfr_ff_f.
21290         * sysdeps/i386/fpu/libm-test-ulps: Update.
21291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21293 2013-12-16  Will Newton  <will.newton@linaro.org>
21295         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21296         (Aligned Memory Blocks): Add documentation for aligned_alloc
21297         and suggest it as an alternative to posix_memalign.
21298         (Hooks for Malloc): Document __memalign_hook is also called
21299         for aligned_alloc.  (Summary of Malloc): Add summary for
21300         aligned alloc.  Document __memalign_hook is also called
21301         for aligned_alloc.
21303 2013-12-16  Will Newton  <will.newton@linaro.org>
21305         * manual/memory.texi (Malloc Examples): Clarify default
21306         alignment documentation.  Suggest posix_memalign rather
21307         than memalign or valloc.
21308         (Aligned Memory Blocks): Remove suggestion to use memalign
21309         or valloc.  Remove obsolete comment about BSD.
21310         Document memalign errno values and mark the function obsolete.
21311         Document posix_memalign returned error codes.  Mark valloc
21312         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21313         called for posix_memalign and valloc.
21314         (Summary of Malloc): Add posix_memalign to function summary.
21315         __memalign_hook is also called for posix_memalign and valloc.
21317 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21319         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21320         TAYLOR_SIN.
21321         (__sin): Adjust.
21322         (__cos): Likewise.
21323         (sloww): Use mynumber union.  Expand ternary operator into
21324         if-else statements.
21325         (cslow): use mynumber union.
21327 2013-12-16  Allan McRae  <allan@archlinux.org>
21329         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21330         * configure: Regenerated.
21332         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21334         [BZ #14120]
21335         * configure.ac: Added --enable-maintainer-mode. Check for
21336         autoconf when enabled.
21337         * configure: Regenerated.
21339         * nscd/nscd.service: New file.
21340         * nscd/nscd.tmpfiles: New file.
21342 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21344         [BZ #12100]
21345         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21346         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21347         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21348         (strstr): Add __strstr_sse2_unaligned ifunc.
21349         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21350         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21351         (strcasestr): Remove __strcasestr_sse42 ifunc.
21352         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21353         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21354         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21356 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21358         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21359         * sysdeps/sh/bits/fenv.h: ... here.
21360         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21362 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21364         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21366         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21367         hypotf multiarch implementations.
21368         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21369         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21370         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21371         multiarch hypot for PPC64.
21372         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21373         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21374         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21375         multiarch hypotf for PPC64.
21377         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21378         modff multiarch implementations.
21379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21382         multiarch modf for PPC64.
21383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21386         multiarch modff for PPC64.
21388         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21389         and logl multiarch implementations.
21390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21393         multiarch logb for PPC64.
21394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21397         multiarch logb for PPC64.
21398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21401         multiarch logb for PPC64.
21403         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21404         isinff multiarch implementation.
21405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21406         file.
21407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21408         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21409         multiarch isinf for PPC64.
21410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21411         file.
21412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21413         multiarch isinff for PPC64.
21415         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21416         finitef multiarch implementation.
21417         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21418         file.
21419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21421         multiarch finite for PPC64.
21422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21423         file.
21424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21425         multiarch finitef for PPC64.
21427         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21428         lrint multiarch implementation.
21429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21430         file.
21431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21433         multiarch llrint for PPC64.
21434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21435         multiarch lrint for PPC64.
21437         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21438         copysignf multiarch implementation.
21439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21440         file.
21441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21442         file.
21443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21444         multiarch copysign for PPC64.
21445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21446         multiarch copysignf for PPC64.
21448         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21449         multiarch implementation.
21450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21451         file.
21452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21453         file.
21454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21455         file.
21456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21457         file.
21458         multiarch llround for PPC64.
21459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21460         multiarch trunc for PPC64.
21461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21462         multiarch truncf for PPC64.
21464         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21465         multiarch implementation.
21466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21467         file.
21468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21469         file.
21470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21471         file.
21472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21473         file.
21474         multiarch llround for PPC64.
21475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21476         multiarch round for PPC64.
21477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21478         multiarch roundf for PPC64.
21480         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21481         multiarch implementation.
21482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21483         file.
21484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21485         file.
21486         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21487         file.
21488         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21489         file.
21490         multiarch llround for PPC64.
21491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21492         multiarch floor for PPC64.
21493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21494         multiarch floorf for PPC64.
21496         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21497         multiarch implementation.
21498         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21499         file.
21500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21501         file.
21502         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21503         file.
21504         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21505         file.
21506         multiarch llround for PPC64.
21507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21508         multiarch ceil for PPC64.
21509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21510         multiarch ceilf for PPC64.
21512         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21513         multiarch implementation.
21514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21515         file.
21516         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21517         file.
21518         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21519         file.
21520         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21521         multiarch llround for PPC64.
21522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21523         multiarch lround for PPC64.
21525         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21526         multiarch implementation.
21527         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21529         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21530         file.
21531         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21533         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21534         multiarch isnan for PPC64.
21535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21536         multiarch isnanf for PPC64.
21538         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21539         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21540         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21541         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21542         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21545         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21546         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21547         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21548         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21550         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21551         multiarch implementations.
21552         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21553         (__libc_ifunc_impl_list): Likewise.
21554         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21555         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21556         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21557         multiarch stpcpy for PPC64.
21559         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21560         multiarch implementations.
21561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21562         (__libc_ifunc_impl_list): Likewise.
21563         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21564         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21565         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21566         multiarch strcpy for PPC64.
21568         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21569         redefine function name.
21570         (_wordcopy_fwd_dest_aligned): Likewise.
21571         (_wordcopy_bwd_aligned): Likewise.
21572         (_wordcopy_bwd_dest_aligned): Likewise.
21573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21574         multiarch implementations.
21575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21576         (__libc_ifunc_impl_list): Likewise.
21577         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21578         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21579         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21580         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21581         multiarch wcscpy for PPC64.
21583         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21584         multiarch implementations.
21585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21586         (__libc_ifunc_impl_list): Likewise.
21587         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21588         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21589         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21590         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21591         multiarch wcscpy for PPC64.
21593         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21594         multiarch implementations.
21595         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21596         (__libc_ifunc_impl_list): Likewise.
21597         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21598         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21599         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21600         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21601         multiarch wcsrchr for PPC64.
21603         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21604         multiarch implementations.
21605         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21606         (__libc_ifunc_impl_list): Likewise.
21607         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21608         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21609         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21610         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21611         multiarch wcschr for PPC64.
21613         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21614         multiarch implementations.
21615         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21616         (__libc_ifunc_impl_list): Likewise.
21617         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21618         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21619         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21620         multiarch strchrnul for PPC64.
21622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21623         implementations.
21624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21625         (__libc_ifunc_impl_list): Likewise.
21626         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21627         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21628         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21629         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21630         strchr for PPC64.
21632         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21633         implementations.
21634         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21635         (__libc_ifunc_impl_list): Likewise.
21636         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21637         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21638         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21639         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21640         strncmp for PPC64.
21642         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21643         multiarch implementations.
21644         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21645         (__libc_ifunc_impl_list): Likewise.
21646         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21647         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21648         strncasecmp for PPC64.
21649         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21650         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21651         multiarch strncasecmp_l for PPC64.
21653         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21654         multiarch implementations.
21655         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21656         (__libc_ifunc_impl_list): Likewise.
21657         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21658         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21659         multiarch strcasecmp for PPC64.
21660         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21661         file.
21662         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21663         multiarch strcasecmp_l for PPC64.
21665         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21666         implementations.
21667         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21668         (__libc_ifunc_impl_list): Likewise.
21669         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21670         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21671         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21672         strnlen for PPC64.
21674         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21675         implementations.
21676         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21677         (__libc_ifunc_impl_list): Likewise.
21678         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21679         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21680         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21681         strlen for PPC64.
21683         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21684         implementations.
21685         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21686         (__libc_ifunc_impl_list): Likewise.
21687         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21688         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21689         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21690         rawmemrchr for PPC64.
21692         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21693         implementation.
21694         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21695         (__libc_ifunc_impl_list): Likewise.
21696         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21697         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21698         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21699         memrchr for PPC64.
21701         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21702         implementation.
21703         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21704         (__libc_ifunc_impl_list): Likewise.
21705         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21706         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21707         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21708         memchr for PPC64.
21710         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21711         implementation.
21712         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21713         (__libc_ifunc_impl_list): Likewise.
21714         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21715         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21716         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21717         mempcpy for PPC64.
21719         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21720         avoid cretion of __bzero symbol.
21721         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21722         Likewise.
21723         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21724         Likewise.
21725         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21726         Likewise.
21727         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21728         multiarch implementations.
21729         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21730         (__libc_ifunc_impl_list): Likewise.
21731         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21732         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21733         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21734         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21735         bzero for PPC32.
21736         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21737         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21738         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21739         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21740         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21741         memset for PPC64.
21742         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21744         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21745         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21746         implementations.
21747         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21748         (__libc_ifunc_impl_list): Likewise.
21749         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21750         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21751         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21752         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21753         memcmp for PPC64.
21755         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21756         multiarch for POWER/PPC64.
21757         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21758         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21759         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21760         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21761         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21762         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21763         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21764         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21765         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21766         memcpy for PPC64.
21768         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21769         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21770         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21771         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21772         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21773         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21774         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21775         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21776         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21777         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21778         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21779         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21780         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21781         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21782         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21791 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21793         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21795 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21797         * benchtests/Makefile (bench): Add exp2 and log2.
21798         (LDLIBS-bench-exp2): Add -lm.
21799         (LDLIBS-bench-log2): Likewise.
21800         * benchtests/exp2-inputs: New inputs file.
21801         * benchtests/log2-inputs: New inputs file.
21802         * benchtests/log-inputs: Add new inputs.
21803         * benchtests/tan-inputs: Likewise.
21805 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21807         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21808         definition...
21809         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21810         (csloww2): ... from here.
21812         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21813         instead of structures.
21814         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21815         (POLYNOMIAL): Likewise.
21816         (TAYLOR_SLOW): Likewise.
21817         (__sin): Likewise.
21818         (__cos): Likewise.
21819         (slow1): Likewise.
21820         (slow2): Likewise.
21821         (sloww): Likewise.
21822         (sloww1); Likewise.
21823         (sloww2): Likewise.
21824         (bsloww1): Likewise.
21825         (bsloww2): Likewise.
21826         (cslow2): Likewise.
21827         (csloww): Likewise.
21828         (csloww1): Likewise.
21829         (csloww2): Likewise.
21831 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21833         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21834         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21835         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21836         * malloc/hooks.c (realloc_check): Likewise.
21838         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21839         * malloc/arena.c: Remove PER_THREAD conditional.
21840         [!PER_THREAD]: Remove code.
21841         (ptmalloc_unlock_all2): Likewise.
21842         (ptmalloc_init): Likewise.
21843         (_int_new_arena): Likewise.
21844         (arena_get2): Likewise.
21845         * malloc/hooks.c (__malloc_get_state): Likewise.
21846         (__malloc_set_state): Likewise.
21847         * malloc/malloc.c: Likewise.
21848         (struct malloc_state): Likewise.
21849         (struct malloc_par): Likewise.
21850         (__libc_realloc): Likewise.
21851         (__libc_mallopt): Likewise.
21853 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21855         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21857 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21859         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21860         macro to a function.  Check for zero perturb_byte.
21861         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21863         * malloc/malloc.c: (force_reg): Remove.
21864         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21865         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21866         force_reg by atomic_forced_read.
21867         * malloc/arena.c (ptmalloc_init): Likewise.
21868         * malloc/hooks.c (top_check): Likewise.
21870 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21872         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21874 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21876         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21878 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21880         * math/auto-libm-test-in: Add tests of lgamma.
21881         * math/auto-libm-test-out: Regenerated.
21882         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21883         (M_LOG_2_SQRT_PIl): Likewise.
21884         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21885         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21886         mpfr_f_f1.
21887         (func_calc_desc): Add mpfr_f_f1 union field.
21888         (ARGS1): New macro.
21889         (ARGS2): Likewise.
21890         (ARGS3): Likewise.
21891         (ARGS4): Likewise.
21892         (RET1): Likewise.
21893         (RET2): Likewise.
21894         (CALC): Likewise.
21895         (FUNC): Likewise.
21896         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21897         (test_functions): Add lgamma.
21898         (calc_generic_results): Handle mpfr_f_f1.
21899         * sysdeps/i386/fpu/libm-test-ulps: Update.
21900         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21902 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21904         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21905         __mpn_add_n for PowerPC64/POWER7.
21906         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21907         __mpn_sub_n for PowerPC64/POWER7.
21909         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21910         __mpn_addmul_1 for PowerPC64.
21911         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21912         __mpn_submul_1 for PowerPC64.
21913         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21914         for PowerPC64.
21915         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21916         for PowerPC64.
21918 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21920         [BZ #15089]
21921         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21923 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21925         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21927         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21928         add multiarch folders.
21929         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21930         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21931         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21932         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21933         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21934         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21935         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21936         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21937         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21938         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21939         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21948         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21950         New file.
21951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21952         New file.
21953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21954         multiarch __ieee754_hypot for PowerPC32.
21955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21956         New file.
21957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21958         New file.
21959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21960         multiarch __ieee754_hypotf for PowerPC32.
21962         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21963         long_double_symbol only if __logbl is defined.
21964         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21965         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21966         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21967         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21968         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21969         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21970         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21971         path for implementation.
21972         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21973         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21975         logb, and logbl multiarch implementations for PowerPC32.
21976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21977         file.
21978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21979         file.
21980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21981         multiarch logb for PowerPC32.
21982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21983         file.
21984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21985         file.
21986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21987         multiarch logbf for PowerPC32.
21988         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21990         file.
21991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21992         multiarch logbl implementation for PowerPC32.
21994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21995         and modff multiarch implementations.
21996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21997         New file.
21998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21999         New file.
22000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22001         multiarch modf for PowerPC32.
22002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22003         New file.
22004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22005         New file.
22006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22007         multiarch modff for PowerPC32.
22009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22010         and lrintf multiarch implementations.
22011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22012         New file.
22013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22014         New file.
22015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22016         multiarch lrint for PowerPC32.
22017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22018         file: multiarch lrintf for PowerPC32.
22020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22021         and lroundf multiarch implementations.
22022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22023         New file.
22024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22025         New file.
22026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22027         New file.
22028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22029         multiarch lround for PowerPC32.
22030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22031         file: multiarch lroundf for PowerPC32.
22033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22034         copysign and copysignf multiarch implementations.
22035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22036         New file.
22037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22038         New file.
22039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22040         file: multiarch copysign for PowerPC32.
22041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22042         file: multiarch copysignf for PowerPC32.
22044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22045         and truncf multiarch implementations.
22046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22047         New file.
22048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22049         file.
22050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22051         multiarch trunc for PowerPC32.
22052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22053         New file.
22054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22055         New file.
22056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22057         multiarch truncf for PowerPC32.
22059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22060         and roundf multiarch implementations.
22061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22062         New file.
22063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22064         file.
22065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22066         multiarch round for PowerPC32.
22067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22068         New file.
22069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22070         New file.
22071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22072         multiarch roundf for PowerPC32.
22074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22075         and floorf multiarch implementations.
22076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22077         New file.
22078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22079         file.
22080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22081         multiarch floor for PowerPC32.
22082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22083         New file.
22084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22085         New file.
22086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22087         multiarch floorf for PowerPC32.
22089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22090         and ceilf multiarch implementations.
22091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22092         New file.
22093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22094         file.
22095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22096         multiarch ceil for PowerPC32.
22097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22098         New file.
22099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22100         file.
22101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22102         multiarch ceilf for PowerPC32.
22104         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22105         is defined.
22106         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22107         FINITEF is defined.
22108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22109         and finitef multiarch implementations.
22110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22111         New file.
22112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22113         file.
22114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22115         multiarch finite for PowerPC32.
22116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22117         New file.
22118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22119         file: multiarch finitef for PowerPC32.
22121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22122         and isinff multiarch implementations.
22123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22124         file.
22125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22126         file.
22127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22128         multiarch isinf for PowerPC32.
22129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22130         New file.
22131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22132         multiarch isinff for PowerPC32.
22134         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22135         alias when __isnan is defined.
22136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22137         and isnanf multiarch implementations.
22138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22139         file.
22140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22141         file.
22142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22143         file.
22144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22145         file.
22146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22147         multiarch isnan for PowerPC32.
22148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22149         New file.
22150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22151         New file.
22152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22153         multiarch isnanf for PowerPC32.
22155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22156         and sqrtf multiarch implementations.
22157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22158         file.
22159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22160         file.
22161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22162         multiarch sqrt for PowerPC32.
22163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22164         file.
22165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22166         file.
22167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22168         multiarch sqrtf for PowerPC32.
22170         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22171         and llroundf multiarch implementations.
22172         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22173         New file.
22174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22175         New file.
22176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22177         New file.
22178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22179         file: multiarch llround for PowerPC32.
22180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22181         file: multiarch llroundf for PowerPC32.
22183         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22184         multiarch PowerPC32 fpu implementations.
22185         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22186         New file.
22187         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22188         New file.
22189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22190         multiarch llrint for PowerPC32.
22191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22192         New file.
22193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22194         New file.
22195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22196         file.
22198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22200         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22201         file.
22202         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22203         file.
22204         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22205         file.
22206         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22207         multiarch wordcopy for PPC32.
22208         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22209         wordcopy objects.
22210         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22211         (__libc_ifunc_impl_list): Likewise.
22212         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22213         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22214         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22215         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22216         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22217         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22219         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22220         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22221         file.
22222         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22223         file.
22224         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22225         file.
22226         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22227         multiarch wcscpy for PPC32.
22228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22229         multiarch objects.
22230         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22231         (__libc_ifunc_impl_list): Likewise.
22232         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22233         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22234         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22235         sysdeps/powerpc/power6/wcscpy.c.
22237         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22238         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22239         file.
22240         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22241         file.
22242         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22243         file.
22244         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22245         multiarch wcsrchr for PPC32.
22246         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22247         multiarch objects.
22248         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22249         (__libc_ifunc_impl_list): Likewise.
22250         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22251         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22252         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22253         sysdeps/powerpc/power6/wcsrchr.c.
22255         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22256         file.
22257         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22258         file.
22259         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22260         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22261         multiarch wcschr for PPc32.
22262         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22263         multiarch objects.
22264         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22265         (__libc_ifunc_impl_list): Likewise.
22266         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22267         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22268         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22269         sysdeps/powerpc/power6/wcschr.c.
22271         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22272         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22273         file.
22274         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22275         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22276         file: multiarch strchr for PPC32.
22277         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22278         multiarch objects.
22279         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22280         (__libc_ifunc_impl_list): Likewise.
22282         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22283         name.
22284         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22285         file.
22286         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22287         file.
22288         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22289         multiarch strchrnul for PPC32.
22290         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22291         multiarch objects.
22292         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22293         (__libc_ifunc_impl_list): Likewise.
22295         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22296         file.
22297         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22298         multiarch strncasecmp for PPC32.
22299         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22300         file.
22301         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22302         multiarch strncasecmp_l for PPC32.
22303         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22304         strncasecmp multiarch objects.
22305         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22306         (__libc_ifunc_impl_list): Likewise.
22308         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22309         file.
22310         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22311         multiarch strncasecmp for PPC32.
22312         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22313         New file.
22314         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22315         multiarch strcasecmp_l for PPC32.
22316         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22317         multiarch objects.
22318         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22319         (__libc_ifunc_impl_list): Likewise.
22321         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22322         file.
22323         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22324         file.
22325         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22326         multiarch strncmp for PPC32.
22327         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22328         multiarch objects.
22329         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22330         (__libc_ifunc_impl_list): Likewise.
22332         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22333         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22334         file.
22335         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22336         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22337         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22338         multiarch objects.
22339         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22340         (__libc_ifunc_impl_list): Likewise.
22342         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22343         file.
22344         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22345         file.
22346         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22347         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22348         multiarch objects.
22349         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22350         (__libc_ifunc_impl_list): Likewise.
22352         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22353         file.
22354         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22355         file.
22356         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22357         multiarch rawmemchr for PPC32.
22358         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22359         multiarch objects.
22360         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22361         (__libc_ifunc_impl_list): Likewise.
22363         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22364         file.
22365         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22366         file.
22367         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22368         file: memrchr multiarch for PPC32.
22369         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22370         multiarch objects.
22371         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22372         (__libc_ifunc_impl_list): Likewise.
22374         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22375         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22376         file.
22377         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22378         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22379         multiarch memchr for PPC32.
22380         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22381         multiarch objects.
22382         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22383         (__libc_ifunc_impl_list): Likewise.
22385         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22386         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22387         file.
22388         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22389         file.
22390         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22391         file: multiarch mempcpy for PPC32.
22392         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22393         multiarch objects.
22394         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22395         (__libc_ifunc_impl_list): Likewise.
22397         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22398         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22399         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22400         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22401         multiarch bzero for PPC32.
22402         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22403         file.
22404         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22405         file.
22406         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22407         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22408         file: multiarch memset for PPC32.
22409         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22410         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22411         memset multiarch objects.
22412         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22413         (__libc_ifunc_impl_list): Likewise.
22415         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22416         file.
22417         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22418         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22419         memcmp for PPC32.
22420         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22421         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22422         multiarch objects.
22423         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22424         (__libc_ifunc_impl_list): Likewise.
22426         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22427         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22428         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22429         file.
22430         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22431         file.
22432         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22433         file.
22434         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22435         multiarch memcpy for PPC32.
22436         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22437         multiarch objects.
22438         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22439         (__libc_ifunc_impl_list): Likewise.
22441         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22442         support multiarch for POWER/PPC32.
22443         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22444         Likewise.
22445         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22447         Implies file to make multiarch folder appers before the fpu and
22448         default folder for power4 configuration.
22450 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22452         * scripts/bench.pl: Append volatile keyword to type.
22454 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22456         * sysdeps/sh/sotruss-lib.c: New file.
22457         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22459 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22461         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22463 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22465         [BZ #6810]
22466         * math/w_tgamma.c: Include <errno.h>.
22467         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22468         * math/w_tgammaf.c: Include <errno.h>.
22469         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22470         * math/w_tgammal.c: Include <errno.h>.
22471         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22472         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22473         underflow.  Add more tgamma tests.
22474         * math/auto-libm-test-out: Regenerated.
22475         * sysdeps/i386/fpu/libm-test-ulps: Update.
22476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22478         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22479         sin, sinh, tan, tanh, tgamma, y0 and y1.
22480         * math/auto-libm-test-out: Regenerated.
22481         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22482         (TEST_COND_x86): Likewise.
22483         (M_E2l): Remove macro.
22484         (M_E3l): Likewise.
22485         (M_2_SQRT_PIl): Likewise.
22486         (M_SQRT_PIl): Likewise.
22487         (M_1_DIV_El): Likewise.
22488         (log_test_data): Use AUTO_TESTS_f_f.
22489         (log10_test_data): Likewise.
22490         (log1p_test_data): Likewise.
22491         (log2_test_data): Likewise.
22492         (sin_test_data): Likewise.
22493         (sin_tonearest_test_data): Likewise.
22494         (sin_towardzero_test_data): Likewise.
22495         (sin_downward_test_data): Likewise.
22496         (sin_upward_test_data): Likewise.
22497         (sinh_test_data): Likewise.
22498         (sinh_tonearest_test_data): Likewise.
22499         (sinh_towardzero_test_data): Likewise.
22500         (sinh_downward_test_data): Likewise.
22501         (sinh_upward_test_data): Likewise.
22502         (tan_test_data): Likewise.
22503         (tan_tonearest_test_data): Likewise.
22504         (tan_towardzero_test_data): Likewise.
22505         (tan_downward_test_data): Likewise.
22506         (tan_upward_test_data): Likewise.
22507         (tanh_test_data): Likewise.
22508         (tgamma_test_data): Likewise.
22509         (y0_test_data): Likewise.
22510         (y1_test_data): Likewise.
22511         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22512         (special_real_inputs): Add pi/4.
22513         * sysdeps/i386/fpu/libm-test-ulps: Update.
22514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22516 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22518         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22519         "longjmp_target" static probes.
22520         (__longjmp): Rename to __longjmp_symbol.
22521         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22522         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22523         on which longjmp to generate.
22524         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22525         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22526         probe.
22527         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22528         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22529         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22530         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22531         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22532         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22534         __longjmp_symbol based on which __longjmp to generate.
22535         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22536         probe.
22537         (setjmp): Rename to setjmp_symbol.
22538         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22539         (_setjmp): Rename to _setjmp_symbol.
22540         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22541         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22542         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22543         which setjmp to generate.
22544         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22545         "longjmp_target" static probes.
22547 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22549         * benchtests/README: Add note about output arguments.
22550         * benchtests/bench-sincos.c: Remove file.
22551         * benchtests/sincos-inputs: New file.
22552         * scripts/bench.pl: Identify output arguments and define
22553         static variables for them.
22555         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22557         [BZ #15941]
22558         * Makefile (INSTALL): Add install-plain.texi as the primary
22559         dependency.
22560         * manual/install-plain.texi: New file.
22561         * manual/install.texi: Include node directive only for
22562         non-plaintext output.
22564 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22566         * stdlib/longlong.h: Update from GCC.
22568         [BZ #6807]
22569         [BZ #15901]
22570         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22571         * math/w_j0f.c (y0f): Likewise.
22572         * math/w_j0l.c (__y0l): Likewise.
22573         * math/w_j1.c (y1): Likewise.
22574         * math/w_j1f.c (y1f): Likewise.
22575         * math/w_j1l.c (__y1l): Likewise
22576         * math/w_jn.c (yn): Likewise.
22577         * math/w_jnf.c (ynf): Likewise.
22578         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22579         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22580         value for Bessel function domain errors outside _SVID_ mode.
22581         Adjust sign of return value for yn (negative integer, 0).
22582         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22583         by zero in return for negative x and set sign appropriately for
22584         negative n.
22585         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22586         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22587         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22588         expectations in error cases.
22589         (y1_test_data): Likewise.
22590         (yn_test_data): Likewise.
22591         * sysdeps/i386/fpu/libm-test-ulps: Update.
22592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22594 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22596         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22597         "64" to "64-v1".  Add "64-v2".
22598         (abi-64-options): Rename to ...
22599         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22600         (abi-64-condition): Rename to ...
22601         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22602         (abi-64-ld-soname): Rename to ...
22603         (abi-64-v1-ld-soname): ... this.
22604         (abi-64-v2-options): Define.
22605         (abi-64-v2-condition): Likewise.
22606         (abi-64-v2-ld-soname): Likewise.
22607         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22608         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22613 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22614             Alan Modra  <amodra@gmail.com>
22616         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22617         New versions for use with the ELFv2 ABI.
22618         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22619         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22620         declaration.
22621         (struct La_ppc64v2_retval): Likewise.
22622         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22623         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22624         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22625         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22626         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22627         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22628         Do not save or restore CR.
22629         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22630         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22631         return values for ELFv2 ABI.  Fix location of FPR return registers.
22632         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22633         updated values for _CALL_ELF == 2.
22634         (La_regs, La_retval, int_retval): Likewise.
22636 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22638         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22639         (FRAME_MIN_SIZE_PARM): Likewise.
22640         (FRAME_BACKCHAIN): Likewise.
22641         (FRAME_CR_SAVE): Likewise.
22642         (FRAME_LR_SAVE): Likewise.
22643         (FRAME_TOC_SAVE): Likewise.
22644         (FRAME_PARM_SAVE): Likewise.
22645         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22646         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22647         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22648         (call_mcount_parm_offset): New macro.
22649         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22650         (PROF): Use symbolic stack frame offsets.
22651         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22652         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22653         Redefine in terms of FRAME_MIN_SIZE.
22654         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22655         (_dl_profile_resolve): Likewise.  Update comment.
22656         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22657         symbols stack frame offsets.
22658         (__sigsetjmp): Likewise.
22659         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22660         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22661         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22662         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22665         (FRAME_BACKCHAIN): Remove.
22666         (FRAME_CR_SAVE): Likewise.
22667         (FRAME_LR_SAVE): Likewise.
22668         (FRAME_COMPILER_DW): Likewise.
22669         (FRAME_LINKER_DW): Likewise.
22670         (FRAME_TOC_SAVE): Likewise.
22671         (FRAME_PARM_SAVE): Likewise.
22672         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22673         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22674         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22676         (CHECK_SP): Use symbolic stack frame offsets.
22677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22678         zone" instead of caller's parameter save area for temp storage.
22679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22680         Likewise.  Also, use symbolic stack frame offsets.
22681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22682         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22683         our own stack frame instead of the caller's.
22684         (__socket): Use symbolic stack frame offsets.
22686 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22687             Alan Modra  <amodra@gmail.com>
22689         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22690         Define.
22691         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22692         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22693         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22694         New function.
22695         (elf_machine_fixup_plt): Call it.
22696         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22697         reloc arguments.
22698         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22699         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22700         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22701         r2 before calling target.
22703 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22704             Alan Modra  <amodra@gmail.com>
22706         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22707         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22708         versions of macros to support ELFv2 ABI.
22709         (LOCALENTRY): New macro.
22710         (ENTRY, EALIGN): Use it.
22711         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22712         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22713         fall through into ENTRY entry point.
22714         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22715         Only define if _CALL_ELF != 2.
22717         (elf_machine_matches_host): Verify ABI version matches.
22718         (RTLD_START): Use LOCALENTRY.
22719         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22720         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22721         (PLT_ENTRY_WORDS): New macro.
22722         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22723         (elf_machine_runtime_setup): Support ELFv2 ABI.
22724         (elf_machine_fixup_plt): Likewise.
22725         (elf_machine_plt_conflict): Likewise.
22726         (resolve_ifunc): Likewise.
22727         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22728         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22729         Likewise.
22730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22731         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22733         (makecontext): Support ELFv2 ABI.
22734         * elf/elf.h (EF_PPC64_ABI): Define.
22736 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22738         * sysdeps/powerpc/powerpc64/sysdep.h
22739         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22740         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22741         (ENTRY) [ASSEMBLER]: ... but instead here ...
22742         (EALIGN) [ASSEMBLER]: ... and here.
22743         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22744         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22745         (ENTRY_2) [!ASSEMBLER]: Use it.
22746         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22747         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22748         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22749         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22750         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22752         Use PPC64_LOAD_FUNCPTR.
22754         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22756 2013-12-04  Alan Modra  <amodra@gmail.com>
22758         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22759         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22760         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22761         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22763         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22764         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22765         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22766         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22767         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22768         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22770 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22773         (__makecontext): Fix incorrect CFI when backtracing out of
22774         context created via makecontext.
22775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22776         (__setcontext): Fix incorrect CFI during switch to new context.
22777         (__novec_setcontext): Likewise.
22779 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22781         [BZ #4772]
22782         * time/strptime_l.c (__strptime_internal): Allow modifiers
22783         in strptime.
22784         * time/tst-strptime.c (day_tests): Add testcase.
22786 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22788         * scripts/bench.pl: Skip over blank lines.
22790 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22792         [BZ #926]
22793         * manual/time.texi (Calendar Time): Clarify what timezone functions
22794         use.
22796 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22798         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22800 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22802         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22803         implementation.
22804         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22805         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22806         * debug/memset_chk.c (__memset_chk): Likewise.
22807         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22808         * debug/strncpy_chk.c: Likewise.
22810 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22812         [BZ #15268]
22813         [BZ #15425]
22814         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22815         (__ieee754_exp): For possibly underflowing results, check size of
22816         result and force underflow exception if required.
22817         * math/auto-libm-test-in: Add more tests of exp.
22818         * math/auto-libm-test-out: Regenerated.
22819         * sysdeps/i386/fpu/libm-test-ulps: Update.
22820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22822         [BZ #16283]
22823         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22824         * math/w_exp2f.c (__exp2f): Likewise.
22825         * math/w_exp2l.c (__exp2l): Likewise.
22826         * math/auto-libm-test-in: Do not allow missing errno on exp2
22827         underflow.
22828         * math/auto-libm-test-out: Regenerated.
22830 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22832         [BZ #16274]
22833         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22834         handle filename validation.
22835         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22836         (do_open): Delete.
22838 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22840         [BZ #6786]
22841         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22842         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22843         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22844         <float.h>.
22845         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22846         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22847         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22848         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22849         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22850         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22851         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22852         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22853         Add more erfc tests.
22854         * math/auto-libm-test-out: Regenerated.
22855         * sysdeps/i386/fpu/libm-test-ulps: Update.
22856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22858         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22859         exp2, expm1, j0 and j1.
22860         * math/auto-libm-test-out: Regenerated.
22861         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22862         (erfc_test_data): Likewise.
22863         (exp_test_data): Likewise.
22864         (exp_tonearest_test_data): Likewise.
22865         (exp_towardzero_test_data): Likewise.
22866         (exp_downward_test_data): Likewise.
22867         (exp_upward_test_data): Likewise.
22868         (exp10_test_data): Likewise.
22869         (exp2_test_data): Likewise.
22870         (expm1_test_data): Likewise.
22871         (j0_test_data): Likewise.
22872         (j1_test_data): Likewise.
22873         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22874         (input_flag_type): Add flag_xfail_rounding.
22875         (input_flags): Add xfail-rounding.
22876         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22877         (output_for_one_input_case): Handle flag_xfail_rounding.
22878         * sysdeps/i386/fpu/libm-test-ulps: Update.
22879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22881 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22883         [BZ #16289]
22884         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22885         division by 0.
22887 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22889         [BZ #16195]
22890         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22891         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22892         (STAP_PROBE0): New macro.
22893         (STAP_PROBE1): Likewise.
22894         (STAP_PROBE2): Likewise.
22895         (STAP_PROBE3): Likewise.
22896         (STAP_PROBE4): Likewise.
22898 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22900         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22902 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22904         * benchtests/Makefile (bench): Add sqrt.
22905         (LDLIBS-bench-sqrt): New.
22906         * benchtests/sqrt-input: New.
22908 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22910         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22911         (GAIH_EAI): Likewise.
22912         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22913         (gaih_inet): Likewise.
22914         (getaddrinfo): Don't use GAIH_EAI.
22916         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22917         (struct gaih): Remove definition.
22919 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22921         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22922         Use HERRNOP directly.
22924 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22926         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22928 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22930         * math/gen-auto-libm-tests.c (test_functions): Add more
22931         single-argument functions.
22932         (special_fill_pi_2): New function.
22933         (special_fill_minus_pi_2): Likewise.
22934         (special_fill_pi_6): Likewise.
22935         (special_fill_minus_pi_6): Likewise.
22936         (special_fill_pi_3): Likewise.
22937         (special_fill_2pi_3): Likewise.
22938         (special_fill_e): Likewise.
22939         (special_fill_1_e): Likewise.
22940         (special_fill_e_minus_1): Likewise.
22941         (special_real_inputs): Add more special inputs.
22942         (output_for_one_input_case): Do not require ERANGE on underflow to
22943         zero if round-to-nearest result does not underflow to zero, unless
22944         exact results required.
22945         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22946         atan, atanh, cbrt, cos and cosh.
22947         * math/auto-libm-test-out: Regenerated.
22948         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22949         (acos_tonearest_test_data): Likewise.
22950         (acos_towardzero_test_data): Likewise.
22951         (acos_downward_test_data): Likewise.
22952         (acos_upward_test_data): Likewise.
22953         (acosh_test_data): Likewise.
22954         (asin_test_data): Likewise.
22955         (asin_tonearest_test_data): Likewise.
22956         (asin_towardzero_test_data): Likewise.
22957         (asin_upward_test_data): Likewise.
22958         (asinh_test_data): Likewise.
22959         (atan_test_data): Likewise.
22960         (atanh_test_data): Likewise.
22961         (cbrt_test_data): Likewise.
22962         (cos_test_data): Likewise.
22963         (cos_tonearest_test_data): Likewise.
22964         (cos_towardzero_test_data): Likewise.
22965         (cos_downward_test_data): Likewise.
22966         (cos_upward_test_data): Likewise.
22967         (cosh_test_data): Likewise.
22968         (cosh_tonearest_test_data): Likewise.
22969         (cosh_towardzero_test_data): Likewise.
22970         (cosh_downward_test_data): Likewise.
22971         (cosh_upward_test_data): Likewise.
22972         * sysdeps/i386/fpu/libm-test-ulps: Update.
22973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22975 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22977         [BZ #6787]
22978         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22979         * math/w_exp10f.c (__exp10f): Likewise.
22980         * math/w_exp10l.c (__exp10l): Likewise.
22981         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22982         errno settings in existing tests.
22984         [BZ #14032]
22985         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22986         precision control set to double precision.
22987         * sysdeps/i386/fpu/w_sqrt.c: New file.
22988         * math/auto-libm-test-in: Add more tests.
22989         * math/auto-libm-test-out: Update.
22991         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22992         (sqrt_test_tonearest): New function.
22993         (sqrt_towardzero_test_data): New variable.
22994         (sqrt_test_towardzero): New function.
22995         (sqrt_downward_test_data): New variable.
22996         (sqrt_test_downward): New function.
22997         (sqrt_upward_test_data): New variable.
22998         (sqrt_test_upward): New function.
22999         (main): Call the new functions.
23001         * math/gen-auto-libm-tests.c: New file.
23002         * math/auto-libm-test-in: Likewise.
23003         * math/auto-libm-test-out: New generated file.
23004         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23005         variables.
23006         (%beautify): Add generated representations of zero.
23007         (top level): Set $auto_input and call parse_auto_input.
23008         (beautify): Remove trailing "f" from hex float constants.
23009         (parse_args): Handle XFAIL_TEST.
23010         (convert_condition): New function.
23011         (or_value): Likewise.
23012         (or_cond_value): Likewise.
23013         (generate_testfile): Handle AUTO_TESTS_* lines.
23014         (parse_auto_input): New function.
23015         * math/libm-test.inc (XFAIL_TEST): New macro.
23016         (ERRNO_UNCHANGED): Update value.
23017         (ERRNO_EDOM): Likewise.
23018         (ERRNO_ERANGE): Likewise.
23019         (IGNORE_RESULT): Likewise.
23020         (TEST_COND_flt_32): New macro.
23021         (TEST_COND_dbl_64): Likewise.
23022         (TEST_COND_ldbl_96_intel): Likewise.
23023         (TEST_COND_ldbl_96_m68k): Likewise.
23024         (TEST_COND_ldbl_128): Likewise.
23025         (TEST_COND_ldbl_128ibm): Likewise.
23026         (TEST_COND_long32): Likewise.
23027         (TEST_COND_long64): Likewise.
23028         (TEST_COND_before_rounding): Likewise.
23029         (TEST_COND_after_rounding): Likewise.
23030         (enable_test): Handle XFAIL_TEST flag.
23031         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23032         with finite results.
23033         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23034         auto-libm-test-out.
23036 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23037             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23039         [BZ #16214]
23040         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23041         __tls_get_addr_internal instead of __tls_get_offset in order to
23042         avoid GOT pointer dependency.  Make rtld export
23043         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23044         __tls_get_addr since we are a __tls_get_offset platform.
23045         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23046         GOT pointer being set up before.
23047         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23049 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23051         * manual/math.texi (Errors in Math Functions): Document accuracy
23052         goals.
23054         [BZ #15004]
23055         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23056         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23057         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23058         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23059         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23060         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23061         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23062         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23063         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23064         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23065         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23066         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23067         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23068         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23069         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23070         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23072         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23073         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23074         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23075         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23076         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23077         Likewise.
23078         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23079         Likewise.
23080         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23081         Likewise.
23082         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23083         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23084         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23085         atomic-feupdateenv and flt-rounds.
23086         * sysdeps/powerpc/nofpu/Versions (libc): Add
23087         __atomic_feholdexcept, __atomic_feclearexcept,
23088         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23089         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23090         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23091         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23092         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23093         here.
23094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23095         Update.
23097         * manual/arith.texi (FP Exceptions): Document that exceptions may
23098         not be raised when matherr is used.
23099         (Math Error Reporting): Document overflow in directed rounding
23100         modes.  Document that errno may not be set when finite values are
23101         returned on overflow.  Document intent to set errno on underflow
23102         only for underflow to zero.
23104         [BZ #16271]
23105         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23106         round-to-nearest then adjust result for other rounding modes.
23107         * include/fenv.h (fegetround): Use libm_hidden_proto.
23108         * math/fegetround.c (fegetround): Use libm_hidden_def.
23109         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23110         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23111         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23112         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23113         Likewise.
23114         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23115         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23116         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23117         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23119 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23121         [BZ #16077]
23122         * nss/Versions (libnss_files): Add
23123         _nss_files_gethostbyname3_r.
23124         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23125         New function.
23126         (HOST_DB_LOOKUP): Remove macro.
23127         (_nss_files_gethostbyname_r): Implement function without the
23128         HOST_DB_LOOKUP macro.
23129         (_nss_files_gethostbyname2_r): Likewise.
23131 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23133         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23135 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23137         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23138         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23139         warning.
23141 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23143         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23144         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23145         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23146         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23147         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23148         __fe_nomask_env_priv and attribute_hidden.
23149         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23150         (libc_feupdateenv_test_ppc): Likewise.
23151         (libc_feresetround_ppc): Likewise.
23152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23153         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23154         compat_symbol macro.
23155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23156         (__fe_nomask_env): Likewise.
23157         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23159 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23161         * string/Makefile: Remove ifunc tests.
23162         * string/test-string.h: Define TEST_IFUNC.
23163         * string/test-bcopy-ifunc.c: Remove.
23164         * string/test-bzero-ifunc.c: Likewise.
23165         * string/test-memccpy-ifunc.c: Likewise.
23166         * string/test-memchr-ifunc.c: Likewise.
23167         * string/test-memcmp-ifunc.c: Likewise.
23168         * string/test-memcpy-ifunc.c: Likewise.
23169         * string/test-memmem-ifunc.c: Likewise.
23170         * string/test-memmove-ifunc.c: Likewise.
23171         * string/test-mempcpy-ifunc.c: Likewise.
23172         * string/test-memrchr-ifunc.c: Likewise.
23173         * string/test-memset-ifunc.c: Likewise.
23174         * string/test-rawmemchr-ifunc.c: Likewise.
23175         * string/test-stpcpy-ifunc.c: Likewise.
23176         * string/test-stpncpy-ifunc.c: Likewise.
23177         * string/test-strcasecmp-ifunc.c: Likewise.
23178         * string/test-strcasestr-ifunc.c: Likewise.
23179         * string/test-strcat-ifunc.c: Likewise.
23180         * string/test-strchr-ifunc.c: Likewise.
23181         * string/test-strchrnul-ifunc.c: Likewise.
23182         * string/test-strcmp-ifunc.c: Likewise.
23183         * string/test-strcpy-ifunc.c: Likewise.
23184         * string/test-strcspn-ifunc.c: Likewise.
23185         * string/test-strlen-ifunc.c: Likewise.
23186         * string/test-strncasecmp-ifunc.c: Likewise.
23187         * string/test-strncat-ifunc.c: Likewise.
23188         * string/test-strncmp-ifunc.c: Likewise.
23189         * string/test-strncpy-ifunc.c: Likewise.
23190         * string/test-strnlen-ifunc.c: Likewise.
23191         * string/test-strpbrk-ifunc.c: Likewise.
23192         * string/test-strrchr-ifunc.c: Likewise.
23193         * string/test-strspn-ifunc.c: Likewise.
23194         * string/test-strstr-ifunc.c: Likewise.
23196 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23198         * benchtests/Makefile: Remove ifunc tests.
23199         * benchtests/bench-string.h: Define TEST_IFUNC.
23200         * benchtests/bench-bcopy-ifunc.c: Remove.
23201         * benchtests/bench-bzero-ifunc.c: Likewise.
23202         * benchtests/bench-memccpy-ifunc.c: Likewise.
23203         * benchtests/bench-memchr-ifunc.c: Likewise.
23204         * benchtests/bench-memcmp-ifunc.c: Likewise.
23205         * benchtests/bench-memcpy-ifunc.c: Likewise.
23206         * benchtests/bench-memmem-ifunc.c: Likewise.
23207         * benchtests/bench-memmove-ifunc.c: Likewise.
23208         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23209         * benchtests/bench-memrchr-ifunc.c: Likewise.
23210         * benchtests/bench-memset-ifunc.c: Likewise.
23211         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23212         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23213         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23214         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23215         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23216         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23217         * benchtests/bench-strcat-ifunc.c: Likewise.
23218         * benchtests/bench-strchr-ifunc.c: Likewise.
23219         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23220         * benchtests/bench-strcmp-ifunc.c: Likewise.
23221         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23222         * benchtests/bench-strcpy-ifunc.c: Likewise.
23223         * benchtests/bench-strcspn-ifunc.c: Likewise.
23224         * benchtests/bench-strlen-ifunc.c: Likewise.
23225         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23226         * benchtests/bench-strncat-ifunc.c: Likewise.
23227         * benchtests/bench-strncmp-ifunc.c: Likewise.
23228         * benchtests/bench-strncpy-ifunc.c: Likewise.
23229         * benchtests/bench-strnlen-ifunc.c: Likewise.
23230         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23231         * benchtests/bench-strrchr-ifunc.c: Likewise.
23232         * benchtests/bench-strsep-ifunc.c: Likewise.
23233         * benchtests/bench-strspn-ifunc.c: Likewise.
23234         * benchtests/bench-strstr-ifunc.c: Likewise.
23236 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23238         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23240 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23242         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23243         * rt/aio.h: Likewise.
23244         * sysdeps/gnu/bits/utmp.h: Likewise.
23245         * sysdeps/gnu/bits/utmpx.h: Likewise.
23246         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23247         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23248         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23249         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23250         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23251         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23252         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23253         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23254         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23255         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23256         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23257         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23258         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23260         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23261         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23262         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23263         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23264         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23265         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23266         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23267         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23268         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23269         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23270         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23271         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23272         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23273         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23274         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23275         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23276         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23277         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23278         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23279         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23280         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23281         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23282         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23283         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23284         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23285         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23286         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23287         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23289 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23291         [BZ #16245]
23292         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23293         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23295 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23297         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23298         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23299         Likewise.
23301 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23303         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23304         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23305         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23306         (__fesetround): Remove define.
23307         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23308         rounding and exceptions handling.
23309         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23310         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23311         (__fe_nomask_env): Likewise.
23312         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23313         __fegetround instead of fegetround.
23314         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23315         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23317 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23319         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23320         it's there.
23322         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23324 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23326         [BZ #11157]
23327         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23328         (encrypt_r): Likewise.
23329         * malloc/obstack.h (obstack_free): Likewise.
23330         * posix/unistd.h (encrypt): Likewise.
23332 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23334         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23335         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23336         DL_CALL_DT_FINI() that call the functions directly.
23337         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23338         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23339         * elf/dl-fini.c: Likewise.
23341 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23343         * malloc/hooks.c (memalign_check): Add alignment rounding.
23344         * malloc/malloc.c (_mid_memalign): New function.
23345         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23346         Implement by calling _mid_memalign.
23347         * manual/probes.texi (Memory Allocation Probes): Remove
23348         memory_valloc_retry and memory_pvalloc_retry.
23350 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23352         * locale/programs/locarchive.c (open_archive): Add const
23353         qualifier to ARCHIVEFNAME and copy default fname to
23354         DEFAULT_FNAME.
23356         [BZ #15601]
23357         * libio/tst-widetext.input: Rename Oriya to Odia.
23358         * locale/iso-639.def: Likewise.
23360         * manual/probes.texi (Mathematical Function Probes): Add
23361         documentation for sin, cos, asin and acos probes.
23362         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23363         (__sin32): Add slowasin probe.
23364         (__cos32): Add slowacos probe.
23365         (__mpsin): Add slowsin probe.
23366         (__mpcos): Add slowcos probe.
23368 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23370         [BZ #15483]
23371         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23372         thread-local __sim_exceptions_thread and global
23373         __sim_exceptions_global.
23374         (__sim_disabled_exceptions): Change to thread-local
23375         __sim_disabled_exceptions_thread and global
23376         __sim_disabled_exceptions_global.
23377         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23378         and global __sim_round_mode_global.
23379         (__simulate_exceptions): Use thread-local floating-point state and
23380         set global state from it as needed.
23381         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23382         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23383         __sim_round_mode_thread.
23384         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23385         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23386         and global __sim_exceptions_global.
23387         (__sim_disabled_exceptions): Change to thread-local
23388         __sim_disabled_exceptions_thread and global
23389         __sim_disabled_exceptions_global.
23390         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23391         and global __sim_round_mode_global.
23392         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23393         (SIM_SET_GLOBAL): Likewise.
23394         * sysdeps/powerpc/soft-fp/sfp-machine.h
23395         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23396         __sim_round_mode_thread.
23397         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23398         __sim_disabled_exceptions_thread.
23399         (__sim_exceptions): Change to __sim_exceptions_thread.
23400         (__sim_disabled_exceptions): Change to
23401         __sim_disabled_exceptions_thread.
23402         (__sim_round_mode): Change to __sim_round_mode_thread.
23403         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23404         thread-local floating-point state and set global state from it as
23405         needed.
23406         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23407         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23408         (__sim_disabled_exceptions): Remove extern declaration.
23409         (feenableexcept): Use thread-local floating-point state and set
23410         global state from it as needed.
23411         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23412         extern declaration.
23413         (__sim_disabled_exceptions): Likewise.
23414         (__sim_round_mode): Likewise.
23415         (__fegetenv): Use thread-local floating-point state.
23416         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23417         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23418         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23419         floating-point state and set global state from it as needed.
23420         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23421         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23422         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23423         Likewise.
23424         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23425         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23426         Likewise.
23427         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23428         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23429         Use __sim_round_mode_thread.
23430         * math/test-fenv-tls.c: New file.
23431         * math/Makefile (tests): Add test-fenv-tls.
23432         ($(objpfx)test-fenv-tls): Depend on
23433         $(common-objpfx)nptl/libpthread.so.
23435 2013-11-19  Andreas Schwab  <schwab@suse.de>
23437         * locale/programs/locale.c (show_info): Decode wordarray elements.
23438         * locale/categories.def (LC_MONETARY): Add element for
23439         _NL_MONETARY_CRNCYSTR.
23440         * locale/C-monetary.c (conversion_rate): New variable.
23441         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23442         element.
23444 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23446         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23447         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23449 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23451         * elf/Makefile (tst-auxv): New test.
23452         * elf/tst-auxv.c: New
23453         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23455 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23457         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23458         (hidden_proto): Caller changed.
23459         (hidden_tls_proto): New macro.
23460         (libc_hidden_tls_proto): Likewise.
23461         (rtld_hidden_tls_proto): Likewise.
23462         (libm_hidden_tls_proto): Likewise.
23463         (libresolv_hidden_tls_proto): Likewise.
23464         (librt_hidden_tls_proto): Likewise.
23465         (libdl_hidden_tls_proto): Likewise.
23466         (libnss_files_hidden_tls_proto): Likewise.
23467         (libnsl_hidden_tls_proto): Likewise.
23468         (libnss_nisplus_hidden_tls_proto): Likewise.
23469         (libutil_hidden_tls_proto): Likewise.
23471 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23473         [BZ #10253]
23474         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23475         (decompose_rpath): Defer expansion to fillin_rpath.
23476         (_dl_init_paths): Pass linkmap to fillin_rpath.
23478 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23480         * benchtests/Makefile: Add strsep.
23481         * benchtests/bench-strsep.c: New file: strsep benchtest.
23482         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23484 2013-11-18  Andreas Schwab  <schwab@suse.de>
23486         * locale/programs/locale.c (show_info) [case byte]: Check for
23487         '\377' instead of '\177'.
23488         * locale/C-monetary.c (not_available): Always use "\377".
23489         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23490         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23491         detect unavailable sign_posn locale elements.
23492         * locale/localeconv.c (__localeconv): For grouping and
23493         mon_grouping handle "\177" and "\377" like no grouping.
23494         (INT_ELEM): New macro.  Use it to set all numeric members.
23495         * locale/programs/ld-monetary.c (monetary_read)
23496         <tok_mon_grouping>: Normalize single -1 to the empty string.
23497         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23498         Likewise.
23500 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23502         [BZ #16055]
23503         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23504         when we match (nil).
23505         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23507 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23509         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23510         (NO_TEST_INLINE): Update value.
23511         (ERRNO_UNCHANGED): Likewise.
23512         (ERRNO_EDOM): Likewise.
23513         (ERRNO_ERANGE): Likewise.
23514         (IGNORE_RESULT): Likewise.
23515         (check_float_internal): Check signs of NaN results if
23516         TEST_NAN_SIGN used.
23517         (check_complex): Pass TEST_NAN_SIGN flag through to second
23518         check_float_internal call.
23519         (copysign_test_data): Add tests with quiet NaNs as second
23520         argument.  Use TEST_NAN_SIGN.
23521         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23522         TEST_NAN_SIGN.
23523         (signbit_test_data): Add tests of quiet NaN argument.
23524         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23526         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23527         $ignore_result.
23528         (parse_args): Handle function results specified as IGNORE.
23529         * math/libm-test.inc (IGNORE_RESULT): New macro.
23530         (check_float_internal): Do not check numerical result if flag
23531         IGNORE_RESULT set.
23532         (check_complex): Pass through IGNORE_RESULT to second
23533         check_float_internal call.
23534         (check_int): Do not check numerical result if flag IGNORE_RESULT
23535         set.
23536         (check_long): Likewise.
23537         (check_bool): Likewise.
23538         (check_longlong): Likewise.
23539         (lrint_test_data): Add tests of infinite and NaN arguments.
23540         (lrint_tonearest_test_data): Likewise.
23541         (lrint_towardzero_test_data): Likewise.
23542         (lrint_downward_test_data): Likewise.
23543         (lrint_upward_test_data): Likewise.
23544         (llrint_test_data): Likewise.
23545         (llrint_tonearest_test_data): Likewise.
23546         (llrint_towardzero_test_data): Likewise.
23547         (llrint_downward_test_data): Likewise.
23548         (llrint_upward_test_data): Likewise.
23549         (lround_test_data): Likewise.
23550         (llround_test_data): Likewise.
23552         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23553         (ERRNO_UNCHANGED): Update value.
23554         (ERRNO_EDOM): Likewise.
23555         (ERRNO_ERANGE): Likewise.
23556         (NO_TEST_INLINE_FLOAT): New macro.
23557         (NO_TEST_INLINE_DOUBLE): Likewise.
23558         (enable_test): New function.
23559         (RUN_TEST_f_f): Check enable_test before running test.
23560         (RUN_TEST_2_f): Likewise.
23561         (RUN_TEST_fff_f): Likewise.
23562         (RUN_TEST_c_f): Likewise.
23563         (RUN_TEST_f_f1): Likewise.
23564         (RUN_TEST_fF_f1): Likewise.
23565         (RUN_TEST_fI_f1): Likewise.
23566         (RUN_TEST_ffI_f1): Likewise.
23567         (RUN_TEST_c_c): Likewise.
23568         (RUN_TEST_cc_c): Likewise.
23569         (RUN_TEST_f_i): Likewise.
23570         (RUN_TEST_f_i_tg): Likewise.
23571         (RUN_TEST_ff_i_tg): Likewise.
23572         (RUN_TEST_f_b): Likewise.
23573         (RUN_TEST_f_b_tg): Likewise.
23574         (RUN_TEST_f_l): Likewise.
23575         (RUN_TEST_f_L): Likewise.
23576         (RUN_TEST_fFF_11): Likewise.
23577         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23578         conditionals.
23579         (cosh_test_data): Likewise.
23580         (exp_test_data): Likewise.
23581         (expm1_test_data): Likewise.
23582         (hypot_test_data): Likewise.
23583         (pow_test_data): Likewise.
23584         (sinh_test_data): Likewise.
23585         (tanh_test_data): Likewise.
23586         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23587         flags argument.
23589         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23590         tests with quiet NaN input and output.
23591         (acosh_test_data): Likewise.
23592         (asin_test_data): Likewise.
23593         (asinh_test_data): Likewise.
23594         (atan_test_data): Likewise.
23595         (atanh_test_data): Likewise.
23596         (atan2_test_data): Likewise.
23597         (cbrt_test_data): Likewise.
23598         (cos_test_data): Likewise.
23599         (cosh_test_data): Likewise.
23600         (erf_test_data): Likewise.
23601         (erfc_test_data): Likewise.
23602         (exp_test_data): Likewise.
23603         (exp10_test_data): Likewise.
23604         (exp2_test_data): Likewise.
23605         (expm1_test_data): Likewise.
23606         (hypot_test_data): Likewise.
23607         (j0_test_data): Likewise.
23608         (j1_test_data): Likewise.
23609         (jn_test_data): Likewise.
23610         (lgamma_test_data): Likewise.
23611         (log_test_data): Likewise.
23612         (log10_test_data): Likewise.
23613         (log1p_test_data): Likewise.
23614         (log2_test_data): Likewise.
23615         (pow_test_data): Likewise.
23616         (scalb_test_data): Likewise.
23617         (sin_test_data): Likewise.
23618         (sincos_test_data): Likewise.
23619         (sinh_test_data): Likewise.
23620         (tan_test_data): Likewise.
23621         (tanh_test_data): Likewise.
23622         (tgamma_test_data): Likewise.
23623         (y0_test_data): Likewise.
23624         (y1_test_data): Likewise.
23625         (yn_test_data): Likewise.
23627         [BZ #16167]
23628         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23629         argument being NaN and avoid computations with second argument in
23630         that case.
23631         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23632         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23633         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23635 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23637         * locale/iso-639.def: Add Chitwani Tharu (the).
23639 2013-11-14  Andreas Schwab  <schwab@suse.de>
23641         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23642         word instead of empty string.
23644 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23647         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23649         (__fe_nomask_env): Likewise.
23651 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23653         * benchtests/bench-timing.h: Include time.h.
23655 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23657         [BZ #15997]
23658         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23659         to 3.4.0 for x32.
23660         * sysdeps/unix/sysv/linux/configure: Regenerated.
23662 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23664         [BZ #16151]
23665         * stdlib/strtod_l.c (round_and_return): Do not consider
23666         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23667         exponent one less than half the least subnormal exponent.
23668         * stdlib/test-strtod-round-data: Add more tests.
23669         * stdlib/tst-strtod-round.c (tests): Regenerated.
23671 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23673         [BZ #14143]
23674         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23675         (__fe_mask_env): Likewise.
23676         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23677         libm_hidden_proto and add function prototype.
23678         (__fe_mask_env): Add function prototype.
23679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23680         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23682         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23684         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23686 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23688         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23689         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23691 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23693         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23694         of htab_find_slot().
23696 2013-11-11  David S. Miller  <davem@davemloft.net>
23698         [BZ #16150]
23699         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23700         symbol in the non-vis3 case in static builds.
23701         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23702         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23703         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23704         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23706 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23708         [BZ #387]
23709         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23710         it is empty.
23712 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23714         * benchtests/Makefile: Add bench-strtod.
23715         * benchtests/bench-strtod.c: New file: strtod benchtest
23717 2013-11-11  Andreas Schwab  <schwab@suse.de>
23719         [BZ #16153]
23720         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23721         terminating NUL in key length.
23723 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23725         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23726         Add artificial ODP entry for vDSO symbol for PPC64.
23727         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23728         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23730 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23732         [BZ #15374]
23733         * nss/getent.c (services_keys): Recognize services starting with digit.
23735 2013-11-06  David S. Miller  <davem@davemloft.net>
23737         [BZ #15985]
23738         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23739         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23741 2013-11-06  Will Newton  <will.newton@linaro.org>
23743         * manual/memory.texi (Malloc Examples): Remove register
23744         keyword from examples.
23746 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23748         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23750 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23752         [BZ #6981]
23753         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23754         depending on [__GCC_IEC_559 > 0].
23755         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23756         depending on [__GCC_IEC_559_COMPLEX > 0].
23758 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23760         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23761         to iso-639.def.
23763 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23765         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23767 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23769         [BZ #16112]
23770         * malloc/malloc (malloc_info): Do not handle first bin as
23771         special case.
23773 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23775         * locale/iso-639.def: Add Central Nahuatl (nhn).
23777 2013-11-01  Bruno Haible  <bruno@clisp.org>
23779         [BZ #7003]
23780         * manual/math.texi (BSD Random): Specify range upper bound as
23781         in POSIX.
23783 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23785         * locale/iso-639.def: Add Meadow Mari (mhr).
23787 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23789         [BZ #14752], [BZ #15763]
23790         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23791         Validate name.
23792         * rt/tst_shm.c: Add test for escaping directory.
23794 2013-10-31  Andreas Schwab  <schwab@suse.de>
23796         [BZ #15917]
23797         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23798         followed by 'x' as part of digit sequence.
23799         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23801 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23803         [BZ #16037]
23804         * configure.ac: allow GNU Make 4.0 and greater.
23805         * configure: Regenerated.
23807 2013-10-30  Will Newton  <will.newton@linaro.org>
23809         [BZ #16038]
23810         * malloc/hooks.c (memalign_check): Limit alignment to the
23811         maximum representable power of two.
23812         * malloc/malloc.c (__libc_memalign): Likewise.
23813         * malloc/tst-memalign.c (do_test): Add test for very
23814         large alignment values.
23815         * malloc/tst-posix_memalign.c (do_test): Likewise.
23817 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23819         [BZ #11087]
23820         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23821         (munmap_chunk): Likewise.
23822         (mremap_chunk): Likewise.
23824 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23826         [BZ #15799]
23827         * stdlib/div.c (div): Remove obsolete code.
23828         * stdlib/ldiv.c (ldiv): Likewise.
23829         * stdlib/lldiv.c (lldiv): Likewise.
23831 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23833         [BZ #16071]
23834         * nss/nss_files/files-XXX.c (get_contents_ret): New
23835         enumerator.
23836         (get_contents): New function.
23837         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23839 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23841         * configure.in: Moved to ...
23842         * configure.ac: ... here. Change reference to configure.in
23843         to configure.ac.
23844         * sysdeps/arm/preconfigure.ac: ... here.
23845         configure.in to configure.ac.
23846         * sysdeps/gnu/configure.in: Moved to ...
23847         * sysdeps/gnu/configure.ac: ... here.
23848         * sysdeps/i386/configure.in: Moved to ...
23849         * sysdeps/i386/configure.ac: ... here.
23850         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23851         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23852         * sysdeps/mach/configure.in: Moved to ...
23853         * sysdeps/mach/configure.ac: ... here.
23854         * sysdeps/mach/hurd/configure.in: Moved to ...
23855         * sysdeps/mach/hurd/configure.ac: ... here.
23856         * sysdeps/powerpc/configure.in: Moved to ...
23857         * sysdeps/powerpc/configure.ac: ... here.
23858         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23859         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23860         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23861         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23862         * sysdeps/s390/s390-32/configure.in: Moved to ...
23863         * sysdeps/s390/s390-32/configure.ac: ... here.
23864         * sysdeps/s390/s390-64/configure.in: Moved to ...
23865         * sysdeps/s390/s390-64/configure.ac: ... here.
23866         * sysdeps/sh/configure.in: Moved to ...
23867         * sysdeps/sh/configure.ac: ... here.
23868         * sysdeps/sparc/configure.in: Moved to ...
23869         * sysdeps/sparc/configure.ac: ... here.
23870         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23871         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23872         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23873         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23874         * sysdeps/x86_64/configure.in: Moved to ...
23875         * sysdeps/x86_64/configure.ac: ... here.
23876         * sysdeps/x86_64/preconfigure.in: Moved to ...
23877         * sysdeps/x86_64/preconfigure.ac: ... here.
23878         * aclocal.m4: Change reference to configure.in to configure.ac.
23879         * config.h.in: Likewise.
23880         * manual/install.texi: Likewise.
23881         * manual/maint.texi: Likewise.
23882         * Makefile: Likewise.
23883         * malloc/Makefile: Likewise.
23884         * nscd/Makefile: Likewise.
23885         * Makeconfig: Change reference to configure.in and
23886         preconfigure.in to configure.ac and preconfigure.ac
23887         respectively.
23888         * INSTALL: Regenerated.
23889         * configure: Likewise.
23890         * sysdeps/gnu/configure: Likewise.
23891         * sysdeps/i386/configure: Likewise.
23892         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23893         * sysdeps/mach/configure: Likewise.
23894         * sysdeps/mach/hurd/configure: Likewise.
23895         * sysdeps/powerpc/configure: Likewise.
23896         * sysdeps/powerpc/powerpc32/configure: Likewise.
23897         * sysdeps/powerpc/powerpc64/configure: Likewise.
23898         * sysdeps/s390/s390-32/configure: Likewise.
23899         * sysdeps/s390/s390-64/configure: Likewise.
23900         * sysdeps/sh/configure: Likewise.
23901         * sysdeps/sparc/configure: Likewise.
23902         * sysdeps/unix/sysv/linux/configure: Likewise.
23903         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23904         * sysdeps/x86_64/configure: Likewise.
23905         * sysdeps/x86_64/preconfigure: Likewise.
23907 2013-10-29  Andreas Schwab  <schwab@suse.de>
23909         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23911 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23913         * benchtests/pow-inputs: Add new inputs.
23915         * benchtests/exp-inputs: Add new inputs.
23917         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23918         conditional check for return value.
23919         (__cos32): Likewise.
23921 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23923         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23924         to provide a boost for large inputs with word alignment.
23925         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23926         implementation based on optimized PPC64 strcpy.
23927         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23928         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23929         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23930         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23932 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23934         [BZ #2801]
23935         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23937 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23939         [BZ #14876]
23940         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23941         * time/tst-strptime.c (day_tests): Add testcase.
23943 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23945         [BZ #14029]
23946         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23948 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23950         [BZ #16074]
23951         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23952         MAP_FAILED on error.
23954 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23956         [BZ #16072]
23957         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23958         heap for large requests.
23960 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23962         [BZ #9954]
23963         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23964         result if the result has no associated interface.
23965         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23966         interface for all 127.X.Y.Z addresses.
23968 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23970         * locale/iso-639.def: Add Ligurian (lij)
23972 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23974         [BZ #15825]
23975         * sunrpc/rpc_main.c: Document rpcgen -5.
23977 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23979         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23981 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23983         [BZ #10278]
23984         * posix/glob.c: Match only directories when trailing slash is present.
23985         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23986         (main): Add testcase.
23988 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23990         [BZ #15670]
23991         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23993 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23995         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23996         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23997         AUTH_DES and cindex for FIPS 140-2.
23998         (DES Encryption): Add cindex FIPS 46-3.
24000         * locale/locarchive.h (struct locarhandle): Add fname.
24001         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24002         if an optional argument was specified to --list-archive,
24003         otherwise NULL.
24004         * locale/programs/locarchive.c (show_archive_content): Take new
24005         argument fname and pass it via ah.fname to open_archive.
24006         * locale/programs/localedef.h: Update decl.
24007         (open_archive): If AH->fname is non-null, open that file
24008         rather than the default file name, and don't ignore ENOENT.
24009         (create_archive): Set AH.fname to NULL.
24010         (delete_locales_from_archive): Likewise.
24011         (add_locales_to_archive): Likewise.
24012         * locale/programs/locfile.c (write_all_categories): Likewise.
24014 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24015             Aldy Hernandez  <aldyh@redhat.com>
24017         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24018         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24019         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24020         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24021         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24022         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24023         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24024         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24025         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24026         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24027         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24028         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24029         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24030         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24031         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24032         Likewise.
24033         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24034         Likewise.
24035         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24036         Likewise.
24037         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24038         Likewise.
24039         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24040         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24041         Likewise.
24042         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24043         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24044         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24045         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24046         Likewise.
24047         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24048         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24049         * sysdeps/powerpc/preconfigure: Likewise.
24050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24051         Likewise.
24052         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24053         Replace contents of file by #include of <fenv_libc.h>.
24054         * sysdeps/powerpc/soft-fp/sfp-machine.h
24055         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24056         and <sys/prctl.h>.
24057         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24058         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24059         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24060         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24061         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24062         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24063         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24064         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24065         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24066         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24067         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24068         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24070         Allow copysignl PLT reference to be missing.
24072 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24073             Joseph Myers  <joseph@codesourcery.com
24075         [BZ #15948]
24076         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24077         single character.
24078         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24080 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24082         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24083         * elf/tst-tls1.c: Likewise.
24084         * elf/tst-tls10.h: Likewise.
24085         * elf/tst-tls14.c: Likewise.
24086         * elf/tst-tls2.c: Likewise.
24087         * elf/tst-tls3.c: Likewise.
24088         * elf/tst-tls4.c: Likewise.
24089         * elf/tst-tls5.c: Likewise.
24090         * elf/tst-tls6.c: Likewise.
24091         * elf/tst-tls7.c: Likewise.
24092         * elf/tst-tls8.c: Likewise.
24093         * elf/tst-tls9.c: Likewise.
24094         * elf/tst-tlsmod1.c: Likewise.
24095         * elf/tst-tlsmod13.c: Likewise.
24096         * elf/tst-tlsmod13a.c: Likewise.
24097         * elf/tst-tlsmod14a.c: Likewise.
24098         * elf/tst-tlsmod16a.c: Likewise.
24099         * elf/tst-tlsmod16b.c: Likewise.
24100         * elf/tst-tlsmod2.c: Likewise.
24101         * elf/tst-tlsmod3.c: Likewise.
24102         * elf/tst-tlsmod4.c: Likewise.
24103         * elf/tst-tlsmod5.c: Likewise.
24104         * elf/tst-tlsmod6.c: Likewise.
24106 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24108         [BZ #12486]
24109         * malloc/malloc.c: remove checks for statistics.
24111 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24113         [BZ #15277]
24114         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24115         * inet/tst-network.c: Add testcase.
24117 2013-10-17  Andreas Schwab  <schwab@suse.de>
24119         [BZ #15218]
24120         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24121         to determine canonical name.
24123 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24125         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24126         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24127         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24128         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24129         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24130         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24131         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24132         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24133         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24134         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24135         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24136         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24137         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24138         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24139         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24140         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24141         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24142         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24143         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24144         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24145         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24146         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24147         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24148         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24149         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24150         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24151         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24152         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24153         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24154         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24155         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24156         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24157         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24158         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24159         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24160         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24161         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24162         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24163         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24164         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24165         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24166         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24167         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24168         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24169         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24170         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24171         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24172         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24173         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24174         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24175         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24176         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24177         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24178         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24179         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24180         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24181         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24182         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24184 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24186         [BZ #16041]
24187         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24188         make result into a quiet NaN.
24190 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24192         * soft-fp/adddf3.c: Fix horizontal whitespace.
24193         * soft-fp/addsf3.c: Likewise.
24194         * soft-fp/addtf3.c: Likewise.
24195         * soft-fp/divdf3.c: Likewise.
24196         * soft-fp/divsf3.c: Likewise.
24197         * soft-fp/divtf3.c: Likewise.
24198         * soft-fp/double.h: Likewise.
24199         * soft-fp/eqdf2.c: Likewise.
24200         * soft-fp/eqsf2.c: Likewise.
24201         * soft-fp/eqtf2.c: Likewise.
24202         * soft-fp/extenddftf2.c: Likewise.
24203         * soft-fp/extended.h: Likewise.
24204         * soft-fp/extendsfdf2.c: Likewise.
24205         * soft-fp/extendsftf2.c: Likewise.
24206         * soft-fp/extendxftf2.c: Likewise.
24207         * soft-fp/fixdfdi.c: Likewise.
24208         * soft-fp/fixdfsi.c: Likewise.
24209         * soft-fp/fixdfti.c: Likewise.
24210         * soft-fp/fixsfdi.c: Likewise.
24211         * soft-fp/fixsfsi.c: Likewise.
24212         * soft-fp/fixsfti.c: Likewise.
24213         * soft-fp/fixtfdi.c: Likewise.
24214         * soft-fp/fixtfsi.c: Likewise.
24215         * soft-fp/fixtfti.c: Likewise.
24216         * soft-fp/fixunsdfdi.c: Likewise.
24217         * soft-fp/fixunsdfsi.c: Likewise.
24218         * soft-fp/fixunsdfti.c: Likewise.
24219         * soft-fp/fixunssfdi.c: Likewise.
24220         * soft-fp/fixunssfsi.c: Likewise.
24221         * soft-fp/fixunssfti.c: Likewise.
24222         * soft-fp/fixunstfdi.c: Likewise.
24223         * soft-fp/fixunstfsi.c: Likewise.
24224         * soft-fp/fixunstfti.c: Likewise.
24225         * soft-fp/floatdidf.c: Likewise.
24226         * soft-fp/floatdisf.c: Likewise.
24227         * soft-fp/floatditf.c: Likewise.
24228         * soft-fp/floatsidf.c: Likewise.
24229         * soft-fp/floatsisf.c: Likewise.
24230         * soft-fp/floatsitf.c: Likewise.
24231         * soft-fp/floattidf.c: Likewise.
24232         * soft-fp/floattisf.c: Likewise.
24233         * soft-fp/floattitf.c: Likewise.
24234         * soft-fp/floatundidf.c: Likewise.
24235         * soft-fp/floatundisf.c: Likewise.
24236         * soft-fp/floatunditf.c: Likewise.
24237         * soft-fp/floatunsidf.c: Likewise.
24238         * soft-fp/floatunsisf.c: Likewise.
24239         * soft-fp/floatunsitf.c: Likewise.
24240         * soft-fp/floatuntidf.c: Likewise.
24241         * soft-fp/floatuntisf.c: Likewise.
24242         * soft-fp/floatuntitf.c: Likewise.
24243         * soft-fp/fmadf4.c: Likewise.
24244         * soft-fp/fmasf4.c: Likewise.
24245         * soft-fp/fmatf4.c: Likewise.
24246         * soft-fp/gedf2.c: Likewise.
24247         * soft-fp/gesf2.c: Likewise.
24248         * soft-fp/getf2.c: Likewise.
24249         * soft-fp/ledf2.c: Likewise.
24250         * soft-fp/lesf2.c: Likewise.
24251         * soft-fp/letf2.c: Likewise.
24252         * soft-fp/muldf3.c: Likewise.
24253         * soft-fp/mulsf3.c: Likewise.
24254         * soft-fp/multf3.c: Likewise.
24255         * soft-fp/negdf2.c: Likewise.
24256         * soft-fp/negsf2.c: Likewise.
24257         * soft-fp/negtf2.c: Likewise.
24258         * soft-fp/op-1.h: Likewise.
24259         * soft-fp/op-2.h: Likewise.
24260         * soft-fp/op-4.h: Likewise.
24261         * soft-fp/op-8.h: Likewise.
24262         * soft-fp/op-common.h: Likewise.
24263         * soft-fp/quad.h: Likewise.
24264         * soft-fp/single.h: Likewise.
24265         * soft-fp/soft-fp.h: Likewise.
24266         * soft-fp/sqrtdf2.c: Likewise.
24267         * soft-fp/sqrtsf2.c: Likewise.
24268         * soft-fp/sqrttf2.c: Likewise.
24269         * soft-fp/subdf3.c: Likewise.
24270         * soft-fp/subsf3.c: Likewise.
24271         * soft-fp/subtf3.c: Likewise.
24272         * soft-fp/truncdfsf2.c: Likewise.
24273         * soft-fp/trunctfdf2.c: Likewise.
24274         * soft-fp/trunctfsf2.c: Likewise.
24275         * soft-fp/trunctfxf2.c: Likewise.
24276         * soft-fp/unorddf2.c: Likewise.
24277         * soft-fp/unordsf2.c: Likewise.
24278         * soft-fp/unordtf2.c: Likewise.
24280 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24282         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24283         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24285 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24287         * elf/dl-libc.c: Clear initfini list after freeing.
24289 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24291         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24292         * soft-fp/addsf3.c: Likewise.
24293         * soft-fp/addtf3.c: Likewise.
24294         * soft-fp/divdf3.c: Likewise.
24295         * soft-fp/divsf3.c: Likewise.
24296         * soft-fp/divtf3.c: Likewise.
24297         * soft-fp/double.h: Likewise.
24298         * soft-fp/eqdf2.c: Likewise.
24299         * soft-fp/eqsf2.c: Likewise.
24300         * soft-fp/eqtf2.c: Likewise.
24301         * soft-fp/extenddftf2.c: Likewise.
24302         * soft-fp/extended.h: Likewise.
24303         * soft-fp/extendsfdf2.c: Likewise.
24304         * soft-fp/extendsftf2.c: Likewise.
24305         * soft-fp/extendxftf2.c: Likewise.
24306         * soft-fp/fixdfdi.c: Likewise.
24307         * soft-fp/fixdfsi.c: Likewise.
24308         * soft-fp/fixdfti.c: Likewise.
24309         * soft-fp/fixsfdi.c: Likewise.
24310         * soft-fp/fixsfsi.c: Likewise.
24311         * soft-fp/fixsfti.c: Likewise.
24312         * soft-fp/fixtfdi.c: Likewise.
24313         * soft-fp/fixtfsi.c: Likewise.
24314         * soft-fp/fixtfti.c: Likewise.
24315         * soft-fp/fixunsdfdi.c: Likewise.
24316         * soft-fp/fixunsdfsi.c: Likewise.
24317         * soft-fp/fixunsdfti.c: Likewise.
24318         * soft-fp/fixunssfdi.c: Likewise.
24319         * soft-fp/fixunssfsi.c: Likewise.
24320         * soft-fp/fixunssfti.c: Likewise.
24321         * soft-fp/fixunstfdi.c: Likewise.
24322         * soft-fp/fixunstfsi.c: Likewise.
24323         * soft-fp/fixunstfti.c: Likewise.
24324         * soft-fp/floatdidf.c: Likewise.
24325         * soft-fp/floatdisf.c: Likewise.
24326         * soft-fp/floatditf.c: Likewise.
24327         * soft-fp/floatsidf.c: Likewise.
24328         * soft-fp/floatsisf.c: Likewise.
24329         * soft-fp/floatsitf.c: Likewise.
24330         * soft-fp/floattidf.c: Likewise.
24331         * soft-fp/floattisf.c: Likewise.
24332         * soft-fp/floattitf.c: Likewise.
24333         * soft-fp/floatundidf.c: Likewise.
24334         * soft-fp/floatundisf.c: Likewise.
24335         * soft-fp/floatunsidf.c: Likewise.
24336         * soft-fp/floatunsisf.c: Likewise.
24337         * soft-fp/floatuntidf.c: Likewise.
24338         * soft-fp/floatuntisf.c: Likewise.
24339         * soft-fp/floatuntitf.c: Likewise.
24340         * soft-fp/fmadf4.c: Likewise.
24341         * soft-fp/fmasf4.c: Likewise.
24342         * soft-fp/fmatf4.c: Likewise.
24343         * soft-fp/gedf2.c: Likewise.
24344         * soft-fp/gesf2.c: Likewise.
24345         * soft-fp/getf2.c: Likewise.
24346         * soft-fp/ledf2.c: Likewise.
24347         * soft-fp/lesf2.c: Likewise.
24348         * soft-fp/letf2.c: Likewise.
24349         * soft-fp/muldf3.c: Likewise.
24350         * soft-fp/mulsf3.c: Likewise.
24351         * soft-fp/multf3.c: Likewise.
24352         * soft-fp/negdf2.c: Likewise.
24353         * soft-fp/negsf2.c: Likewise.
24354         * soft-fp/negtf2.c: Likewise.
24355         * soft-fp/op-1.h: Likewise.
24356         * soft-fp/op-2.h: Likewise.
24357         * soft-fp/op-4.h: Likewise.
24358         * soft-fp/op-8.h: Likewise.
24359         * soft-fp/op-common.h: Likewise.
24360         * soft-fp/quad.h: Likewise.
24361         * soft-fp/single.h: Likewise.
24362         * soft-fp/soft-fp.h: Likewise.
24363         * soft-fp/sqrtdf2.c: Likewise.
24364         * soft-fp/sqrtsf2.c: Likewise.
24365         * soft-fp/sqrttf2.c: Likewise.
24366         * soft-fp/subdf3.c: Likewise.
24367         * soft-fp/subsf3.c: Likewise.
24368         * soft-fp/subtf3.c: Likewise.
24369         * soft-fp/truncdfsf2.c: Likewise.
24370         * soft-fp/trunctfdf2.c: Likewise.
24371         * soft-fp/trunctfsf2.c: Likewise.
24372         * soft-fp/trunctfxf2.c: Likewise.
24373         * soft-fp/unorddf2.c: Likewise.
24374         * soft-fp/unordsf2.c: Likewise.
24375         * soft-fp/unordtf2.c: Likewise.
24377 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24379         [BZ #15672]
24380         * misc/error.c (error_tail): Fix possible buffer overflow.
24382 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24384         [BZ #13028]
24385         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24386         address.
24388 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24390         [BZ #832]
24391         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24392         testing pipefail option.
24394 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24396         * soft-fp/double.h: Indent preprocessor directives inside #if.
24397         * soft-fp/extended.h: Likewise.
24398         * soft-fp/op-2.h: Likewise.
24399         * soft-fp/op-4.h: Likewise.
24400         * soft-fp/op-common.h: Likewise.
24401         * soft-fp/quad.h: Likewise.
24402         * soft-fp/single.h: Likewise.
24403         * soft-fp/soft-fp.h: Likewise.
24405 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24407         * iconv/iconv_prog.c: Fix typos.
24408         * stdio-common/psiginfo-data.h: Likewise.
24410 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24412         [BZ #15764]
24413         * locale/setlocale.c: Fix typo.
24415 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24417         [BZ #16036]
24418         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24419         signaling NaN arguments.
24420         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24421         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24423         [BZ #14910]
24424         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24425         unordered operands.
24426         * soft-fp/gesf2.c (__gesf2): Likewise.
24427         * soft-fp/getf2.c (__getf2): Likewise.
24428         * soft-fp/ledf2.c (__ledf2): Likewise.
24429         * soft-fp/lesf2.c (__lesf2): Likewise.
24430         * soft-fp/letf2.c (__letf2): Likewise.
24432         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24433         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24434         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24435         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24436         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24437         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24438         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24439         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24440         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24441         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24442         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24443         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24444         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24445         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24446         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24447         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24448         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24449         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24450         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24451         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24452         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24453         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24454         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24455         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24456         * soft-fp/floattidf.c (__floattidf): Likewise.
24457         * soft-fp/floattisf.c (__floattisf): Likewise.
24458         * soft-fp/floattitf.c (__floattitf): Likewise.
24459         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24460         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24461         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24462         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24463         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24464         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24465         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24466         * soft-fp/gesf2.c (__gesf2): Likewise.
24467         * soft-fp/getf2.c (__getf2): Likewise.
24468         * soft-fp/ledf2.c (__ledf2): Likewise.
24469         * soft-fp/lesf2.c (__lesf2): Likewise.
24470         * soft-fp/letf2.c (__letf2): Likewise.
24472         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24473         Undefine and redefine.
24474         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24475         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24476         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24477         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24478         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24479         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24480         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24481         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24482         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24483         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24484         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24485         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24486         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24487         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24488         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24490         [BZ #16032]
24491         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24492         without decrementing exponent if mantissa >= that for the
24493         denominator, not >.
24494         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24495         denominator, not >.  Decrement exponent in < case instead of
24496         incrementing in >= case.
24497         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24498         without decrementing exponent if mantissa >= that for the
24499         denominator, not >.
24501         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24502         computing saturated result for unsigned overflow.
24504 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24505             Jeff Law  <law@redhat.com>
24507         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24508         (atan2Mp): Add systemtap probe marker.
24509         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24510         (__ieee754_log): Add systemtap probe marker.
24511         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24512         (atanMp): Add systemtap probe marker.
24513         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24514         (tanMp): Add systemtap probe marker.
24515         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24516         (__slowexp): Add systemtap probe marker.
24517         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24518         (__slowpow): Add systemtap probe marker.
24519         * manual/probes.texi: Document probes.
24521 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24523         [BZ #15362]
24524         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24525         written.
24526         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24527         written.
24528         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24529         written to buffer but not flushed.
24530         * libio/iofwrite_u.c:  Likewise.
24531         * libio/iopadn.c:  Return bytes returned even if EOF was
24532         encountered.
24533         * libio/iowpadn.c:  Likewise.
24534         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24535         if _IO_padn does not write the whole buffer.
24536         [!COMPILE_WPRINTF] (PAD): Likewise.
24538 2013-10-10  David S. Miller  <davem@davemloft.net>
24540         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24541         directory block.
24543 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24545         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24546         instead of FSF address.
24547         * soft-fp/fixdfti.c: Likewise.
24548         * soft-fp/fixsfti.c: Likewise.
24549         * soft-fp/fixtfti.c: Likewise.
24550         * soft-fp/fixunsdfti.c: Likewise.
24551         * soft-fp/fixunssfti.c: Likewise.
24552         * soft-fp/fixunstfti.c: Likewise.
24553         * soft-fp/floattidf.c: Likewise.
24554         * soft-fp/floattisf.c: Likewise.
24555         * soft-fp/floattitf.c: Likewise.
24556         * soft-fp/floatuntidf.c: Likewise.
24557         * soft-fp/floatuntisf.c: Likewise.
24558         * soft-fp/floatuntitf.c: Likewise.
24559         * soft-fp/trunctfxf2.c: Likewise.
24561         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24562         * soft-fp/fixdfti.c: Likewise.
24563         * soft-fp/fixsfti.c: Likewise.
24564         * soft-fp/fixtfti.c: Likewise.
24565         * soft-fp/fixunsdfti.c: Likewise.
24566         * soft-fp/fixunssfti.c: Likewise.
24567         * soft-fp/fixunstfti.c: Likewise.
24568         * soft-fp/floattidf.c: Likewise.
24569         * soft-fp/floattisf.c: Likewise.
24570         * soft-fp/floattitf.c: Likewise.
24571         * soft-fp/floatuntidf.c: Likewise.
24572         * soft-fp/floatuntisf.c: Likewise.
24573         * soft-fp/floatuntitf.c: Likewise.
24574         * soft-fp/trunctfxf2.c: Likewise.
24576 2013-10-10  David S. Miller  <davem@davemloft.net>
24578         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24580 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24582         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24583         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24584         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24585         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24586         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24587         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24588         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24590         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24591         for NaNs before doing comparisons on argument.
24592         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24593         Likewise.
24595 2013-10-10  Will Newton  <will.newton@linaro.org>
24597         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24598         passed to _int_memalign does not overflow.
24600 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24602         * scripts/bench.pl: Add include-sources directive.
24603         * benchtests/README: Update documentation.
24605 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24607         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24608         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24609         instead of FP_INIT_ROUNDMODE.
24610         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24611         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24613         [BZ #16034]
24614         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24615         copy class of input value.
24616         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24617         not handle exceptions.
24618         * soft-fp/negsf2.c (__negsf2): Likewise.
24619         * soft-fp/negtf2.c (__negtf2): Likewise.
24620         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24622 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24624         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24625         semicolon.  From Linux kernel.
24627 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24629         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24631 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24633         [BZ #156]
24634         * manual/socket.texi: Added statement about buffer
24635         for gethostbyname2_r.
24637 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24639         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24640         Use .p2align directive instead, throughout.
24641         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24642         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24643         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24644         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24645         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24646         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24647         * sysdeps/x86_64/strchr.S: Likewise.
24648         * sysdeps/x86_64/strrchr.S: Likewise.
24650 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24652         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24654         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24656         * sysdeps/generic/math_private.h (__mpsin1): Remove
24657         declaration.
24658         (__mpcos1): Likewise.
24659         (__mpsin): New argument __range_reduce.
24660         (__mpcos): Likewise.
24661         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24662         (slow): Use __mpsin and __mpcos.
24663         (slow1): Likewise.
24664         (slow2): Likewise.
24665         (sloww): Likewise.
24666         (sloww1): Likewise.
24667         (sloww2): Likewise.
24668         (bsloww): Likewise.
24669         (bsloww1): Likewise.
24670         (bsloww2): Likewise.
24671         (cslow2): Likewise.
24672         (csloww): Likewise.
24673         (csloww1): Likewise.
24674         (csloww2): Likewise.
24675         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24676         range_reduce.  Merge in __mpsin1.
24677         (__mpcos): Likewise.
24678         (__mpsin1): Remove.
24679         (__mpcos1): Likewise.
24681 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24683         * locale/loadlocale.c (_nl_intern_locale_data): Use
24684         LOCFILE_ALIGNED_P.
24685         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24686         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24687         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24688         obstack data is appropriately aligned.
24689         (obstack_int32_grow_fast): Likewise.
24690         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24691         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24692         (add_locale_uint32_array): Likewise.
24694 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24696         * benchtests/Makefile: Remove ARGLIST and RET variables.
24697         ($(objpfx)bench-%.c): Pass only function name to the script.
24698         * benchtests/README: Update documentation.
24699         * benchtests/acos-inputs: Add new directives.
24700         * benchtests/acosh-inputs: Likewise.
24701         * benchtests/asin-inputs: Likewise.
24702         * benchtests/asinh-inputs: Likewise.
24703         * benchtests/atan-inputs: Likewise.
24704         * benchtests/atanh-inputs: Likewise.
24705         * benchtests/cos-inputs: Likewise.
24706         * benchtests/cosh-inputs: Likewise.
24707         * benchtests/exp-inputs: Likewise.
24708         * benchtests/log-inputs: Likewise.
24709         * benchtests/pow-inputs: Likewise.
24710         * benchtests/rint-inputs: Likewise.
24711         * benchtests/sin-inputs: Likewise.
24712         * benchtests/sinh-inputs: Likewise.
24713         * benchtests/tan-inputs: Likewise.
24714         * benchtests/tanh-inputs: Likewise.
24715         * scripts/bench.pl: Add support for new directives.
24717 2013-10-07  Alan Modra  <amodra@gmail.com>
24719         * README: Fix careless merge.
24721 2013-10-05  Alan Modra  <amodra@gmail.com>
24723         * NEWS: Mention powerpc64le support and bugs fixed.
24724         * README: Both big-endian and little-endian powerpc64 supported.
24726 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24728         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24729         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24730         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24731         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24733 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24735         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24736         match prototype.
24738 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24740         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24741         Move -mhard-float appending from
24742         ports/sysdeps/powerpc/powerpc32/Makefile.
24743         [$(with-fp) = yes] (ASFLAGS): Likewise.
24744         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24745         * sysdeps/powerpc/nofpu: Move directory from
24746         ports/sysdeps/powerpc/nofpu.
24747         * sysdeps/powerpc/soft-fp: Move directory from
24748         ports/sysdeps/powerpc/soft-fp.
24749         * sysdeps/powerpc/powerpc32/405: Move directory from
24750         ports/sysdeps/powerpc/powerpc32/405.
24751         * sysdeps/powerpc/powerpc32/440: Move directory from
24752         ports/sysdeps/powerpc/powerpc32/440.
24753         * sysdeps/powerpc/powerpc32/464: Move directory from
24754         ports/sysdeps/powerpc/powerpc32/464.
24755         * sysdeps/powerpc/powerpc32/476: Move directory from
24756         ports/sysdeps/powerpc/powerpc32/476.
24757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24758         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24760         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24762         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24764         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24766         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24767         * README: Update for powerpc-*-linux-gnu software floating point
24768         support in libc.
24770         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24771         case to powerpc/powerpc32*.
24772         * sysdeps/unix/sysv/linux/configure: Regenerated.
24774         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24775         (_FPU_MASK_OM): Define as 0x04.
24776         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24777         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24778         0x00c10080.
24779         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24780         0x0000003c.
24781         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24784         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24785         getcontext_e500.
24786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24787         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24788         setcontext_e500.
24789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24790         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24791         and setcontext_e500.
24793 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24795         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24797 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24799         * manual/threads.texi (Default Thread Attributes): Fix typo.
24801 2013-10-04  Will Newton  <will.newton@linaro.org>
24803         * malloc/Makefile: Add tst-memalign.
24804         * malloc/tst-memalign.c: New file.
24806         * malloc/tst-posix_memalign.c: Add comments.
24807         (do_test): Add comments and call free on all potentially
24808         allocated pointers. Add space after cast.
24810         * malloc/tst-pvalloc.c: Add comments.
24811         (do_test): Add comments and call free on all potentially
24812         allocated pointers. Remove duplicate check for NULL pointer.
24813         Add space after cast.
24815         * malloc/tst-valloc.c: Add comments.
24816         (do_test): Add comments and call free on all potentially
24817         allocated pointers. Remove duplicate check for NULL pointer.
24818         Add space after cast.
24820 2013-10-04  Alan Modra  <amodra@gmail.com>
24822         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24823         Use stdint types in rather than __attribute__((mode())).
24824         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24826 2013-10-04  Alan Modra  <amodra@gmail.com>
24828         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24829         Correct handling of unaligned relocs for little-endian.
24830         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24832 2013-10-04  Alan Modra  <amodra@gmail.com>
24834         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24835         * configure: Regenerate.
24836         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24837         * shlib-versions: Likewise.
24839 2013-10-04  Alan Modra  <amodra@gmail.com>
24841         * string/tester.c (test_memrchr): Increment reported test cycle.
24843 2013-10-04  Alan Modra  <amodra@gmail.com>
24845         * string/test-memcpy.c (do_one_test): When reporting errors, print
24846         string address and don't overrun end of string.
24848 2013-10-04  Alan Modra  <amodra@gmail.com>
24850         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24851         insrdi.  Make better use of reg selection to speed exit slightly.
24852         Schedule entry path a little better.  Remove useless "are we done"
24853         checks on entry to main loop.  Handle wrapping around zero address.
24854         Correct main loop count.  Handle single left-over word from main
24855         loop inline rather than by using loop_small.  Remove extra word
24856         case in loop_small caused by wrong loop count.  Add little-endian
24857         support.
24858         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24859         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24860         cache hint.
24861         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24862         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24863         support.  Avoid rlwimi.
24864         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24866 2013-10-04  Alan Modra  <amodra@gmail.com>
24868         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24869         insrdi.  Formatting.
24870         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24871         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24872         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24873         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24874         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24875         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24877 2013-10-04  Alan Modra  <amodra@gmail.com>
24879         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24880         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24881         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24882         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24883         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24884         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24885         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24886         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24887         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24888         use of regs.  Use power7 mtocrf.  Tidy function tails.
24890 2013-10-04  Alan Modra  <amodra@gmail.com>
24892         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24893         Formatting.  Consistently use rXXX register defines or rN defines.
24894         Use early exit labels that avoid restoring unused non-volatile regs.
24895         Make cr field use more consistent with rWORDn compares.  Rename
24896         regs used as shift registers for unaligned loop, using rN defines
24897         for short lifetime/multiple use regs.
24898         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24899         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24900         addi 1,1,64 to pop stack frame.  Simplify return value code.
24901         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24903 2013-10-04  Alan Modra  <amodra@gmail.com>
24905         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24906         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24907         rather than rlwimi.
24908         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24909         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24910         little-endian support.  Correct typos.
24911         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24912         rather than rlwimi.
24913         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24914         in loop and entry code to keep "and." results.
24915         (strchr): Add little-endian support.  Comment.  Move cntlzd
24916         earlier in tail.
24917         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24919 2013-10-04  Alan Modra  <amodra@gmail.com>
24921         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24922         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24923         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24924         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24926 2013-10-04  Alan Modra  <amodra@gmail.com>
24928         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24929         (rTMP): Define as r11.
24930         (strcmp): Add little-endian support.  Optimise tail.
24931         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24932         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24933         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24934         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24935         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24936         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24937         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24939 2013-10-04  Alan Modra  <amodra@gmail.com>
24941         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24942         little-endian support.  Remove unnecessary "are we done" tests.
24943         Handle "s" wrapping around zero and extremely large "size".
24944         Correct main loop count.  Handle single left-over word from main
24945         loop inline rather than by using small_loop.  Correct comments.
24946         Delete "zero" tail, use "end_max" instead.
24947         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24949 2013-10-04  Alan Modra  <amodra@gmail.com>
24951         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24952         support.  Don't branch over align.
24953         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24954         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24955         support.  Rearrange tmp reg use to suit.  Comment.
24956         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24958 2013-10-04  Alan Modra  <amodra@gmail.com>
24960         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24962 2013-10-04  Alan Modra  <amodra@gmail.com>
24964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24965         conditional form of branch and link when obtaining pc.
24966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24968 2013-10-04  Alan Modra  <amodra@gmail.com>
24970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24971         HIWORD/LOWORD.
24972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24975 2013-10-04  Alan Modra  <amodra@gmail.com>
24977         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24978         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24979         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24980         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24981         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24982         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24983         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24984         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24985         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24986         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24988 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24989             Alistair Popple <alistair@ozlabs.au.ibm.com>
24990             Alan Modra <amodra@gmail.com>
24992         [BZ #15723]
24993         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24994         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24995         _dl_hwcap access for little-endian.
24996         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24997         destroy vmx regs when saving unaligned.
24998         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24999         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25000         destroy vmx regs when saving unaligned.
25002 2013-10-04  Alan Modra  <amodra@gmail.com>
25004         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25005         Don't use a union to pack hi/low value.
25007 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25009         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25010         for little-endian.
25011         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25012         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25013         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25014         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25015         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25017 2013-10-04  Alan Modra  <amodra@gmail.com>
25019         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25020         constants to usual value for .cst8 section, and remove redundant
25021         high address load.
25022         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25023         constant for 0x1p52.  Load little-endian words of double from
25024         correct stack offsets.
25026 2013-10-04  Alan Modra  <amodra@gmail.com>
25028         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25029         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25030         words of double from correct stack offsets.
25031         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25032         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25033         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25034         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25035         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25036         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25037         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25038         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25039         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25040         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25041         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25042         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25043         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25044         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25045         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25046         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25047         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25049 2013-10-04  Alan Modra  <amodra@gmail.com>
25051         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25052         64-bit int/double union.
25053         (_FPU_SETCW): Likewise.
25054         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25055         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25057 2013-10-04  Alan Modra  <amodra@gmail.com>
25059         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25060         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25062 2013-10-04  Alan Modra  <amodra@gmail.com>
25064         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25065         use vector int constants.
25066         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25068 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25070         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25071         array with long long.
25072         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25073         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25074         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25075         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25076         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25077         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25078         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25079         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25080         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25081         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25082         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25083         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25084         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25086 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25088         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25089         (__signbit): Likewise.  Correct for little-endian.
25090         (__signbitl): Call __signbit.
25091         (lrint): Correct for little-endian.
25092         (lrintf): Call lrint.
25094 2013-10-04  Alan Modra  <amodra@gmail.com>
25096         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25097         union 32-bit int array member with 64-bit int array.
25098         (t515, tm256): Double rather than long double.
25099         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25101 2013-10-04  Alan Modra  <amodra@gmail.com>
25103         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25104         Delete.
25105         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25106         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25107         version of math_ldbl.h.
25109 2013-10-04  Alan Modra  <amodra@gmail.com>
25111         [BZ #15734], [BZ #15735]
25112         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25113         all uses of ieee875 long double macros and unions.  Simplify test
25114         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25115         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25116         normalize after ldbl_extract_mantissa, and don't add hidden bit
25117         already handled.  Don't treat low word of ieee854 mantissa like
25118         low word of IBM long double and mask off bit when testing for
25119         zero.
25120         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25121         all uses of ieee875 long double macros and unions.  Simplify tests
25122         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25123         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25124         two1022, instead use their values.  Recognise that tests for large
25125         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25126         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25127         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25128         test for 0.0L and nan.  Correct negation.
25129         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25130         ieee875 long double macros and unions.  Correct output for large
25131         magnitude x.  Correct absolute value calculation.
25132         (__erfcl): Likewise.
25133         * math/libm-test.inc: Add tests for errors discovered in IBM long
25134         double versions of fmodl, remainderl, erfl and erfcl.
25136 2013-10-04  Alan Modra  <amodra@gmail.com>
25138         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25139         all uses of ieee854 long double macros and unions.  Simplify tests
25140         for long doubles that are fully specified by the high double.
25141         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25142         Likewise.
25143         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25144         Remove dead code too.
25145         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25146         (__ieee754_ynl): Likewise.
25147         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25148         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25149         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25150         Remove dead code too.
25151         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25152         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25153         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25154         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25155         Simplify.
25156         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25157         Simplify.
25158         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25159         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25160         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25161         Comment on variable precision.
25162         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25163         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25164         Likewise.
25165         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25166         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25167         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25168         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25169         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25171 2013-10-04  Alan Modra  <amodra@gmail.com>
25173         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25174         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25175         all uses of ieee854 long double macros and unions.
25176         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25177         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25178         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25179         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25180         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25181         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25182         Likewise.
25183         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25184         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25185         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25186         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25187         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25188         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25189         Simplify sign and nan test too.
25190         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25191         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25192         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25193         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25194         Likewise.
25195         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25196         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25197         Likewise.
25198         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25199         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25200         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25201         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25202         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25203         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25205 2013-10-04  Alan Modra  <amodra@gmail.com>
25207         * stdio-common/printf_size.c (__printf_size): Don't use
25208         union ieee854_long_double in fpnum union.
25209         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25210         signbit macro to retrieve sign from long double.
25211         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25212         retrieve sign from long double.
25213         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25214         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25215         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25216         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25217         * math/test-misc.c (main): Don't use union ieee854_long_double.
25219 2013-10-04  Alan Modra  <amodra@gmail.com>
25221         [BZ #15680]
25222         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25223         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25224         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25225         calculation.  Remove unnecessary test for denormal exponent.
25226         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25227         Correct handling of denormals.  Avoid undefined shift behaviour.
25228         Correct normalisation of low mantissa when low double is denormal.
25229         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25230         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25231         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25232         Correct normalisation of low mantissa.  Test for overflow of high
25233         mantissa and normalise.
25234         (ldbl_nearbyint): Use more readable constant for two52.
25235         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25236         (__mpn_construct_long_double): Fix test for overflow of high
25237         mantissa and correct normalisation.  Avoid undefined shift.
25239 2013-10-04  Alan Modra  <amodra@gmail.com>
25241         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25242         (union ibm_extended_long_double): Define as an array of ieee754_double.
25243         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25244         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25245         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25246         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25247         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25248         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25249         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25250         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25251         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25252         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25253         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25255 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25257         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25258         page size instead of calling getpagesize.
25260         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25261         (LOCFILE_ALIGN_MASK): Likewise.
25262         (LOCFILE_ALIGN_UP): Likewise.
25263         (LOCFILE_ALIGNED_P): Likewise.
25264         * locale/programs/ld-collate.c (collate_output): Use the new
25265         macros instead of __alignof__ (int32_t).
25266         * locale/weight.h (findidx): Likewise.
25268 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25270         [BZ #431]
25271         * manual/string.texi: Fix strncat and wcsncat.
25273 2013-10-03  Brooks Moses  <bmoses@google.com>
25275         [BZ #15915]
25276         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25277         * Makerules: ...here, and adjust associated comments.
25279 2013-10-02  Will Newton  <will.newton@linaro.org>
25281         * malloc/Makefile: Add tst-pvalloc.
25282         * malloc/tst-pvalloc.c: New file.
25284 2013-10-02  Will Newton  <will.newton@linaro.org>
25286         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25287         improve test coverage.
25289 2013-10-02  Will Newton  <will.newton@linaro.org>
25291         * malloc/Makefile: Add tst-posix_memalign.
25292         * malloc/tst-posix_memalign.c: New file.
25294 2013-10-01  Eric Blake  <eblake@redhat.com>
25296         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25297         Use __THROWNL rather than __THROW on static functions.
25299 2013-09-30  Petr Machata  <pmachata@redhat.com>
25301         * elf/elf.h (R_AARCH64_ABS16): New macro.
25302         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25303         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25304         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25305         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25306         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25307         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25308         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25309         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25310         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25311         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25312         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25313         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25314         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25315         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25316         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25317         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25318         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25319         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25320         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25321         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25322         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25323         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25324         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25325         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25326         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25327         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25328         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25329         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25330         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25331         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25332         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25333         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25334         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25335         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25336         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25337         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25338         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25339         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25340         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25341         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25342         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25343         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25344         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25345         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25346         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25347         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25348         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25349         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25350         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25351         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25352         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25353         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25354         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25355         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25356         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25357         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25358         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25359         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25360         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25361         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25362         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25363         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25364         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25365         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25366         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25367         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25368         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25369         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25370         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25371         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25372         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25373         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25374         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25375         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25376         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25377         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25378         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25379         (R_AARCH64_TLSDESC_LDR): Likewise.
25380         (R_AARCH64_TLSDESC_ADD): Likewise.
25381         (R_AARCH64_TLSDESC_CALL): Likewise.
25383 2013-09-30  Andreas Schwab  <schwab@suse.de>
25385         [BZ #15048]
25386         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25387         the nss database lookup.
25388         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25389         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25391 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25393         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25395 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25397         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25398         ${Bash-specific parameter/pattern/string} parameter expansion.
25399         * sysdeps/unix/make-syscalls.sh: Likewise.
25401 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25403         * sysdeps/sh/stackguard-macros.h: New file.
25405 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25407         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25408         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25409         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25410         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25411         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25412         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25414 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25416         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25417         Fix thread ID register.
25419 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25421         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25422         [POSIX || UNIX98]: Require rather than permitting all symbols from
25423         <time.h>.
25424         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25425         element of struct sched_param.
25426         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25427         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25428         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25429         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25430         constant.
25432 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25434         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25435         argument calculation.
25437 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25439         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25440         Expect macro.
25441         [POSIX] (pthread_attr_t): Do not require type.
25442         [POSIX] (pthread_cond_t): Likewise.
25443         [POSIX] (pthread_condattr_t): Likewise.
25444         [POSIX] (pthread_key_t): Likewise.
25445         [POSIX] (pthread_mutex_t): Likewise.
25446         [POSIX] (pthread_mutexattr_t): Likewise.
25447         [POSIX] (pthread_once_t): Likewise.
25448         [POSIX] (pthread_t): Likewise.
25449         [POSIX-based standards] (pthread_atfork): Expect function.
25451 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25452             Richard Sandiford  <richard@codesourcery.com>
25454         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25455         (swap_endianness_p): New extern variable.
25456         (set_big_endian): New inline function.
25457         (maybe_swap_uint32): Likewise.
25458         (maybe_swap_uint32_array): Likewise.
25459         (maybe_swap_uint32_obstack): Likewise.
25460         * locale/programs/locfile.c: Include <stdbool.h>.
25461         (swap_endianness_p): New variable.
25462         (add_locale_uint32): Call maybe_swap_uint32.
25463         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25464         (write_locale_data): Call maybe_swap_uint32_array.
25465         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25466         maybe_swap_uint32.
25467         (obstack_int32_grow_fast): Likewise.
25468         (output_weightwc): Call maybe_swap_uint32_obstack.
25469         (collate_output): Likewise.
25470         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25471         (OPT_LITTLE_ENDIAN): Likewise.
25472         (options): Add --little-endian and --big-endian options.
25473         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25474         * locale/programs/locarchive.c: Include "locfile.h".
25475         (GET): New macro.
25476         (SET): Likewise.
25477         (INC): Likewise.
25478         (create_archive): Use the new macros to access fields of
25479         structures directly mapped from or written to locale archives.
25480         (oldlocrecentcmp): Likewise.
25481         (enlarge_archive): Likewise.
25482         (insert_name): Likewise.
25483         (add_alias): Likewise.
25484         (add_locale): Likewise.
25485         (delete_locales_from_archive): Likewise.
25486         (show_archive_content): Likewise.
25487         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25488         locale data.
25490 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25492         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25493         http://www.gnu.org/doc/freemanuals.texi.
25494         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25496 2013-09-24  Will Newton  <will.newton@linaro.org>
25498         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25499         macro.
25501 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25503         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25504         unsigned char.
25506 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25508         * manual/threads.texi (POSIX Threads): Fix a typo.
25510 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25512         [BZ #14547]
25513         * string/tst-strcoll-overflow.c: New test case.
25514         * string/Makefile (xtests): Add tst-strcoll-overflow.
25515         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25516         cache if string sizes may cause integer overflow.
25518         [BZ #14547]
25519         * string/strcoll_l.c (coll_seq): New members rule, idx,
25520         save_idx and back_us.
25521         (get_next_seq_nocache): New function.
25522         (do_compare_nocache): New function.
25523         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25524         when malloc fails.
25526 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25528         [BZ #15754]
25529         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25530         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25531         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25533         [BZ #15754]
25534         * elf/Makefile (tests): Add tst-ptrguard1.
25535         (tests-static): Add tst-ptrguard1-static.
25536         (tst-ptrguard1-ARGS): Define.
25537         (tst-ptrguard1-static-ARGS): Define.
25538         * elf/tst-ptrguard1.c: New file.
25539         * elf/tst-ptrguard1-static.c: New file.
25540         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25541         * sysdeps/i386/stackguard-macros.h: Likewise.
25542         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25543         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25544         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25545         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25546         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25547         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25549 2013-09-23  Hector Marco  <hecmargi@upv.es>
25550             Ismael Ripoll  <iripoll@disca.upv.es>
25551             Carlos O'Donell  <carlos@redhat.com>
25553         [BZ #15754]
25554         * sysdeps/generic/stackguard-macros.h: Define
25555         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25556         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25557         Define __pointer_chk_guard_local.
25558         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25559         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25561 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25563         [BZ #15859]
25564         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25566 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25568         * include/string.h (__ffs): Declare as hidden.
25569         * string/ffs.c (__ffs): Define as hidden.
25570         * sysdeps/i386/ffs.c (__ffs): Likewise.
25571         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25572         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25573         * sysdeps/s390/ffs.c (__ffs): Likewise.
25574         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25576 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25578         * NEWS: Mention malloc probes.
25580         * malloc/arena.c (new_heap): New memory_heap_new probe.
25581         (grow_heap): New memory_heap_more probe.
25582         (shrink_heap): New memory_heap_less probe.
25583         (heap_trim): New memory_heap_free probe.
25584         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25585         (systrim): New memory_sbrk_less probe.
25586         * manual/probes.texi: Document them.
25588         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25589         * manual/probes.texi: Document it.
25591         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25592         (__libc_realloc): Add memory_realloc_retry probe.
25593         (__libc_memalign): Add memory_memalign_retry probe.
25594         (__libc_valloc): Add memory_valloc_retry probe.
25595         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25596         (__libc_calloc): Add memory_calloc_retry probe.
25597         * manual/probes.texi: Document them.
25599         * malloc/arena.c (get_free_list): Add probe
25600         memory_arena_reuse_free_list.
25601         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25602         and memory_arena_reuse.
25603         (arena_get2) [!PER_THREAD]: Likewise.
25604         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25605         memory_arena_reuse_realloc.
25606         * manual/probes.texi: Document them.
25608         * malloc/malloc.c (__libc_free): Add
25609         memory_mallopt_free_dyn_thresholds probe.
25610         (__libc_mallopt): Add multiple memory_mallopt probes.
25611         * manual/probes.texi: Document them.
25613         * malloc/malloc.c: Include stap-probe.h.
25614         (__libc_mallopt): Add memory_mallopt probe.
25615         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25616         * manual/probes.texi: New.
25617         * manual/Makefile (chapters): Add probes.
25618         * manual/threads.texi: Set next node.
25620 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25622         [BZ #15963, #13985]
25623         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25624         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25625         Add `Chinese' to `nan' entry name.
25627 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25629         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25630         (POLYNOMIAL): Likewise.
25631         (TAYLOR_SINCOS): Likewise.
25632         (TAYLOR_SLOW): Likewise.
25633         (__sin): Use TAYLOR_SINCOS.
25634         (__cos): Likewise.
25635         (slow): Use TAYLOR_SLOW.
25636         (sloww): Likewise.
25637         (bsloww): Likewise.
25638         (csloww): Likewise.
25640 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25642         * stdlib/strtod_l.c: Fix buffer overrun.
25644 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25646         * benchtests/Makefile (bench): Add sincos.
25647         * benchtests/bench-sincos.c: New file.
25649         * math/libm-test.inc (cos_test_data): New test inputs.
25650         (sin_test_data): Likewise.
25652         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25653         macro.
25654         (__sin): Use it.
25655         (__cos): Likewise.
25656         (slow1): Likewise.
25657         (slow2): Likewise.
25658         (sloww1): Likewise.
25659         (sloww2): Likewise.
25660         (bsloww1): Likewise.
25661         (bsloww2): Likewise.
25662         (cslow2): Likewise.
25663         (csloww1): Likewise.
25664         (csloww2): Likewise.
25666         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25667         function.
25668         (__sin): Use it.
25669         (__cos): Likewise.
25671         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25672         gotos.
25673         (__cos): Likewise.
25675 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25677         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25678         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25679         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25680         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25681         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25682         * elf/cache.c (print_entry): Handle the new cache flags.
25684 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25685             Aldy Hernandez  <aldyh@redhat.com>
25687         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25688         Change condition to [_SOFT_FLOAT].
25689         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25690         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25691         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25692         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25693         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25694         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25695         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25696         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25697         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25698         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25699         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25700         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25701         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25702         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25703         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25704         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25705         declaration.
25707 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25709         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25710         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25711         (__longjmp): Use LOAD_GP to load saved GPRs.
25712         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25713         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25714         (__sigsetjmp): Use SAVE_GP to save GPRs.
25716         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25717         Do not append -msoft-float.
25718         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25720 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25722         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25724 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25726         [BZ #15966]
25727         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25728         (_FPU_GETCW): Use initial "__" on variable and field names but not
25729         on macro parameter name.
25730         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25731         parentheses around reference to macro parameter.
25733 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25735         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25736         prototype.
25737         (ctype_startup): Use uint32_t in cast and sizeof for
25738         ctype->charnames.
25740 2013-09-11  Jia Liu  <proljc@gmail.com>
25742         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25743         __daddr_t_defined.
25744         [__FreeBSD__]: Likewise.
25746 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25748         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25749         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25750         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25751         (strchr): Remove __strchr_sse42 ifunc selection.
25752         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25753         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25755 2013-09-11  Will Newton  <will.newton@linaro.org>
25757         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25758         parameter to RES. Remove hardcoded 1000 value.
25759         * benchtests/bench-skeleton.c (main): Pass RES parameter
25760         to TIMING_INIT and multiply result by 1000.
25762 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25764         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25766 2013-09-11  Andreas Schwab  <schwab@suse.de>
25768         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25769         if not defined.
25770         (O_TMPFILE) [__USE_GNU]: Define.
25771         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25772         Define.
25774 2013-09-11  Will Newton  <will.newton@linaro.org>
25776         [BZ #15857]
25777         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25778         does not overflow.
25780 2013-09-11  Will Newton  <will.newton@linaro.org>
25782         [BZ #15856]
25783         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25784         does not overflow.
25786 2013-09-11  Will Newton  <will.newton@linaro.org>
25788         [BZ #15855]
25789         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25790         does not overflow.
25792 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25794         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25795         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25796         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25797         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25798         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25800 2013-09-10  Allan McRae  <allan@archlinux.org>
25802         [BZ #15748]
25803         * manual/arith.texi (Parsing of Floats): Clarify
25804         cross-reference.
25806         [BZ #15849]
25807         * manual/install.texi (Running make install): Mention
25808         --enable-pt-chown.
25809         * INSTALL: Regenerated.
25811 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25813         * csu/init-first.c (_init): Remove the !SHARED condition around
25814         FPU control word initialization.
25815         * elf/dl-support.c (_dl_fpu_control): New variable.
25816         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25817         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25818         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25819         * math/test-fpucw-static.c: New file.
25820         * math/test-fpucw-ieee.c: New file.
25821         * math/test-fpucw-ieee-static.c: New file.
25822         * math/Makefile (tests): Add `test-fpucw-ieee' and
25823         `$(tests-static)'.
25824         (tests-static): New variable.
25825         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25826         dependency to...
25827         [($(build-shared),yes)]
25828         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25829         ... this.
25830         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25831         New dependency.
25833 2013-09-09  Allan McRae  <allan@archlinux.org>
25835         [BZ #15939]
25836         * manual/string.texi (Collation Functions): Fix typo in
25837         strcoll example.
25838         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25840         [BZ #15893]
25841         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25843         [BZ #15892]
25844         * libio/memstream.c (open_memstream): Fix memory leak.
25845         * libio/wmemstream.c (open_wmemstream): Likewise.
25847         [BZ #15895]
25848         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25850 2013-09-09  Will Newton  <will.newton@linaro.org>
25852         * malloc/Makefile: Add tst-realloc to tests.
25853         * malloc/tst-realloc.c: New file.
25855 2013-09-09  Allan McRae  <allan@archlinux.org>
25857         [BZ #15844]
25858         * COPYING: Update from GNU website to fix FSF address.
25859         * COPYING.LIB: Likewise.
25861 2013-09-06  David S. Miller  <davem@davemloft.net>
25863         * po/zh_TW.po: Update Chinese (traditional) translation from
25864         translation project.
25866 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25867             Joseph Myers  <joseph@codesourcery.com>
25869         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25870         "localeinfo.h".
25871         (obstack_chunk_alloc): New macro.
25872         (obstack_chunk_free): Likewise.
25873         (record_offset): New function.
25874         (init_locale_data): Likewise.
25875         (align_locale_data): Likewise.
25876         (add_locale_empty): Likewise.
25877         (add_locale_raw_data): Likewise.
25878         (add_locale_raw_obstack): Likewise.
25879         (add_locale_string): Likewise.
25880         (add_locale_wstring): Likewise.
25881         (add_locale_uint32): Likewise.
25882         (add_locale_uint32_array): Likewise.
25883         (add_locale_char): Likewise.
25884         (start_locale_structure): Likewise.
25885         (end_locale_structure): Likewise.
25886         (start_locale_prelude): Likewise.
25887         (end_locale_prelude): Likewise.
25888         (write_locale_data): Take locale_file structure rather than an
25889         iovec.
25890         * locale/programs/locfile.h: Include "obstack.h".
25891         (struct locale_file): Change to store locale file contents instead
25892         of header.
25893         (init_locale_data): New prototype.
25894         (align_locale_data): Likewise.
25895         (add_locale_empty): Likewise.
25896         (add_locale_raw_data): Likewise.
25897         (add_locale_raw_obstack): Likewise.
25898         (add_locale_string): Likewise.
25899         (add_locale_wstring): Likewise.
25900         (add_locale_uint32): Likewise.
25901         (add_locale_uint32_array): Likewise.
25902         (add_locale_char): Likewise.
25903         (start_locale_structure): Likewise.
25904         (end_locale_structure): Likewise.
25905         (start_locale_prelude): Likewise.
25906         (end_locale_prelude): Likewise.
25907         (write_locale_data): Update prototype.
25908         * locale/programs/3level.h (struct TABLE): Remove result field.
25909         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25910         Use new locale_file interface.
25911         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25912         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25913         * locale/programs/ld-address.c (address_output): Use new
25914         locale_file interface.
25915         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25916         NO_ADD_LOCALE.
25917         (collate_finish): Don't call collseq_table_finalize.
25918         (collate_output): Use new locale_file interface.
25919         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25920         in file.
25921         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25922         (TABLE): Move defines earlier in file.
25923         (ELEMENT): Likewise.
25924         (DEFAULT): Likewise.
25925         (wctrans_table_add): Move macro and inline function earlier in
25926         file.
25927         (struct wctype_table): Move type earlier in file.
25928         (add_locale_wctype_table): New static prototype.
25929         (struct locale_ctype_t): Use logical types instead of struct iovec
25930         pointers for members.
25931         (ctype_output): Use new locale_file interface.
25932         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25933         new locale_file interface.
25934         (allocate_arrays): Update for use of new locale_file interface.
25935         * locale/programs/ld-identification.c (identification_output): Use
25936         new locale_file interface.
25937         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25938         * locale/programs/ld-messages.c (messages_output): Likewise.
25939         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25940         * locale/programs/ld-name.c (name_output): Likewise.
25941         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25942         * locale/programs/ld-paper.c (paper_output): Likewise.
25943         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25944         * locale/programs/ld-time.c (time_output): Likewise.
25946 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25948         * benchtests/Makefile: Add memrchr benchmark.
25949         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25950         benchmark as memrchr.
25951         * benchtests/bench-memrchr-ifunc.c: New file.
25952         * benchtests/bench-memrchr.c: New file.
25954 2013-09-06   Will Newton  <will.newton@linaro.org>
25956         * benchtests/Makefile (string-bench): Add memcpy.
25958 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25959             Cong Wang  <amwang@redhat.com>
25961         [BZ #15850]
25962         * sysdeps/unix/sysv/linux/bits/in.h
25963         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25964         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25965         before __USE_KERNEL_IPV6_DEFS uses.
25966         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25967         IPPROTO_BEETPH.
25968         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25969         sockaddr_in6, or ipv6_mreq.
25971 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25973         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25974         memory access for final bytes in some large inputs.
25975         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25977 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25979         * string/test-memrchr.c: New file.
25980         * string/test-memrchr-ifunc.c: New file.
25981         * string/Makefile: Add new memrchr testcase.
25983 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25985         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25986         fanotify_init returns EPERM.
25988 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25990         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25991         errors.
25992         (top level): Treat second token from macro or constant entries for
25993         allowed headers as allowed.
25994         * include/complex.h: Condition internal declarations on
25995         [!_ISOMAC].
25996         * include/fenv.h: Condition include of <stdbool.h> and internal
25997         declarations on [!_ISOMAC].
25999 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26001         [BZ #15923]
26002         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26004 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26006         * configure.in (--enable-versioning): Remove configure option.
26007         (libc_cv_asm_symver_directive): Remove configure test.
26008         (libc_cv_ld_version_script_option): Likewise.
26009         (VERSIONING): Remove variable and AC_SUBST.
26010         (DO_VERSIONING): Remove AC_DEFINE.
26011         * configure: Regenerated.
26012         * config.h.in (DO_VERSIONING): Remove macro.
26013         * Makerules [$(versioning) = yes]: Change conditionals to
26014         [$(build-shared) = yes].
26015         * config.make.in (versioning): Remove variable.
26016         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26017         [$(build-shared) = yes].
26018         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26019         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26020         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26021         [$(build-shared) = yes].
26022         * extra-lib.mk [$(versioning) = yes]: Likewise.
26023         * hurd/Makefile [$(versioning) = yes]: Likewise.
26024         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26025         [SHARED].
26026         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26027         [SHARED].
26028         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26029         [SHARED && !NO_HIDDEN].
26030         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26031         [SHARED].
26032         [SHARED && DO_VERSIONING]: Likewise..
26033         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26034         [$(build-shared) = yes].
26035         * manual/install.texi (--disable-versioning): Remove
26036         documentation.
26037         * INSTALL: Regenerated.
26038         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26039         to [SHARED].
26040         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26041         [$(build-shared) = yes].
26042         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26043         * sysdeps/i386/i686/multiarch/strstr-c.c
26044         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26045         [SHARED && !NO_HIDDEN].
26046         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26047         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26048         * sysdeps/powerpc/powerpc32/dl-machine.c
26049         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26050         * sysdeps/powerpc/powerpc32/sysdep.h
26051         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26052         to [SHARED && PIC && !NO_HIDDEN].
26053         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26054         conditional to [SHARED].
26056 2013-09-04   Will Newton  <will.newton@linaro.org>
26058         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26059         * benchtests/bench-string.h: Include bench-timing.h instead
26060         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26061         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26062         call to HP_TIMING_DIFF_INIT.
26063         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26064         instead of hp-timing.h macros.
26065         * benchtests/bench-memchr.c: Likewise.
26066         * benchtests/bench-memcmp.c: Likewise.
26067         * benchtests/bench-memcpy.c: Likewise.
26068         * benchtests/bench-memmem.c: Likewise.
26069         * benchtests/bench-memmove.c: Likewise.
26070         * benchtests/bench-memset.c: Likewise.
26071         * benchtests/bench-rawmemchr.c: Likewise.
26072         * benchtests/bench-strcasecmp.c: Likewise.
26073         * benchtests/bench-strcasestr.c: Likewise.
26074         * benchtests/bench-strcat.c: Likewise.
26075         * benchtests/bench-strchr.c: Likewise.
26076         * benchtests/bench-strcmp.c: Likewise.
26077         * benchtests/bench-strcpy.c: Likewise.
26078         * benchtests/bench-strcpy_chk.c: Likewise.
26079         * benchtests/bench-strlen.c: Likewise.
26080         * benchtests/bench-strncasecmp.c: Likewise.
26081         * benchtests/bench-strncat.c: Likewise.
26082         * benchtests/bench-strncmp.c: Likewise.
26083         * benchtests/bench-strncpy.c: Likewise.
26084         * benchtests/bench-strnlen.c: Likewise.
26085         * benchtests/bench-strpbrk.c: Likewise.
26086         * benchtests/bench-strrchr.c: Likewise.
26087         * benchtests/bench-strspn.c: Likewise.
26088         * benchtests/bench-strstr.c: Likewise.
26090 2013-09-04  Will Newton  <will.newton@linaro.org>
26092         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26094 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26096         [BZ #15427]
26097         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26098         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26099         * math/libm-test.inc (lgamma_test_data): Add more tests.
26100         * sysdeps/i386/fpu/libm-test-ulps: Update.
26101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26103 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26105         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26106         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26107         Add ifunc.
26108         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26109         Add strcmp-sse2-unaligned
26110         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26112 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26114         * Versions.def (libc): Add GLIBC_2.19.
26116 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26118         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26119         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26121 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26123         [BZ #14155]
26124         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26125         intermediate calculations in recurrence.
26126         (__ieee754_ynf): Likewise.
26127         * math/libm-test.inc (jn_test_data): Do not allow spurious
26128         underflow exception.  Add more tests.
26129         (yn_test_data): Add more tests.
26130         * sysdeps/i386/fpu/libm-test-ulps: Update.
26131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26133 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26135         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26137 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26139         * csu/init-first.c: Fix then/than typos.
26140         * locale/programs/ld-collate.c: Likewise.
26141         * locale/programs/linereader.h: Likewise.
26142         * manual/charset.texi: Likewise.
26143         * manual/filesys.texi: Likewise.
26144         * manual/stdio.texi: Likewise.
26145         * manual/string.texi: Likewise.
26146         * stdlib/fmtmsg.c: Likewise.
26147         * sysdeps/i386/stpncpy.S: Likewise.
26148         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26149         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26150         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26151         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26153 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26155         * elf/dl-open.c: Fix typos.
26156         * iconvdata/gbbig5.c: Likewise.
26157         * iconvdata/iso-2022-jp.c: Likewise.
26158         * iconv/gconv_int.h: Likewise.
26159         * iconv/loop.c: Likewise.
26160         * nis/rpcsvc/nis.h: Likewise.
26161         * resolv/ns_name.c: Likewise.
26162         * stdio-common/vfscanf.c: Likewise.
26163         * streams/stropts.h: Likewise.
26164         * sunrpc/rpc_thread.c: Likewise.
26165         * sysdeps/i386/strpbrk.S: Likewise.
26166         * sysdeps/ieee754/k_standard.c: Likewise.
26167         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26168         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26169         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26170         * sysdeps/mach/hurd/profil.c: Likewise.
26171         * sysdeps/s390/dl-procinfo.h: Likewise.
26172         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26173         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26174         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26175         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26176         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26178 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26180         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26181         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26183 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26185         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26186         aix specific files.
26187         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26188         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26189         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26190         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26191         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26192         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26193         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26194         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26196 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26197             Roland McGrath  <roland@hack.frob.com>
26199         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26200         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26202 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26204         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26205         __executable_start symbol instead of _start.
26207 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26209         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26210         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26211         Move macros to...
26212         * sysdeps/gnu/ldsodefs.h: ... this new file.
26214         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26215         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26216         instead of ELFOSABI_LINUX.
26218         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26219         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26220         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26221         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26222         Likewise.
26223         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26224         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26225         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26226         Likewise.
26227         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26228         (ibm_extended_long_double): Add ieee_nan member.
26229         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26230         (do_test): New function.
26232         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26233         TEST_TRUNC.
26234         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26235         functions, renamed from truncdfsf_test, trunctfsf_test,
26236         trunctfdf_test.
26237         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26238         functions.
26239         (do_test): Run all these.
26241 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26243         * argp/argp-help.c: Fix typos.
26244         * argp/argp-parse.c: Likewise.
26245         * debug/backtracesyms.c: Likewise.
26246         * elf/elf.h: Likewise.
26247         * malloc/malloc.c: Likewise.
26248         * nis/nis_print.c: Likewise.
26249         * resolv/res_comp.c: Likewise.
26250         * stdlib/stdlib.h: Likewise.
26251         * sunrpc/clnt_tcp.c: Likewise.
26252         * sunrpc/clnt_udp.c: Likewise.
26253         * sunrpc/clnt_unix.c: Likewise.
26254         * sysdeps/unix/bsd/ptsname.c: Likewise.
26255         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26256         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26258         Likewise.
26259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26260         Likewise.
26261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26262         Likewise.
26263         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26265 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26267         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26268         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26270 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26272         [BZ #15897]
26273         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26274         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26275         ($(objpfx)bug-dl-leaf): New rule.
26276         ($(objpfx)bug-dl-leaf.so): Likewise.
26277         ($(objpfx)bug-dl-leaf.out): Likewise.
26278         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26279         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26280         * dlfcn/bug-dl-leaf.c: New test.
26281         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26282         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26283         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26284         (dlclose): Likewise.
26285         (dlmopen): Likewise.
26287 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26289         * include/netdb.h [!_ISOMAC]:
26290         Don't include <tls.h>.
26291         (h_errno, __libc_h_errno): Move declaration and macros out of
26292         [_LIBC_REENTRANT].
26294         * include/resolv.h [_RESOLV_H_]:
26295         Don't include <tls.h>.
26296         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26297         * resolv/res_libc.c: Don't include <tls.h>.
26298         (_res): Use __attribute__ ((nocommon)) in place of
26299         __attribute__ ((section (".bss"))).
26301         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26302         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26304         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26306         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26307         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26309         * resolv/res_mkquery.c: Include <sys/time.h>.
26311         * inet/ifreq.c: Moved to ...
26312         * sysdeps/unix/ifreq.c: ... here.
26313         * inet/ifreq.c: New file, true stub version.
26315         * socket/sa_len.c: New file.
26316         * socket/Makefile (aux): Add it.
26317         * sysdeps/unix/sysv/linux/Makefile
26318         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26319         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26320         and #include <socket/sa_len.c>.
26321         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26322         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26324         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26325         * bits/socket.h: ... here.
26327         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26328         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26329         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26331 2013-08-27  Andreas Schwab  <schwab@suse.de>
26333         [BZ #15736]
26334         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26335         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26336         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26337         * string/test-strcasecmp.c (test_main): Run tests in several
26338         locales.
26339         * string/test-strncasecmp.c (test_main): Likewise.
26341         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26342         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26343         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26344         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26345         (__strncasecmp_ssse3) [PIC]: Likewise.
26347 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26349         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26351         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26352         instead of explicitly declaring xdecrypt.
26353         * nis/nss_nis/nis-publickey.c: Likewise.
26355 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26357         [BZ #15890]
26358         * nscd/aicache.c: Include res_hconf.h.
26359         (addhstaiX): Initialize res_hconf.
26361 2013-08-26  Andreas Schwab  <schwab@suse.de>
26363         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26364         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26366 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26368         * nscd/aicache.c (addhstaiX): Fix indentation.
26370 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26372         * configure.ac: Quote $build_pt_chown test.
26373         * configure: Regenerated.
26375 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26377         [BZ #15532]
26378         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26379         * math/s_cexpf.c (__cexpf): Likewise.
26380         * math/s_cexpl.c (__cexpl): Likewise.
26381         * math/libm-test.inc (cexp_test_data): Correct expected return
26382         value for NaN + i0.  Add another test.
26384 2013-08-22  David S. Miller  <davem@davemloft.net>
26386         * po/ca.po: Update Catalan translation from translation project.
26387         * po/uk.po: Add Ukrainian translations from translation project.
26389 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26391         [BZ #15797]
26392         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26393         is infinite, not alongside NaN test.
26394         * math/s_fdimf.c (__fdimf): Likewise.
26395         * math/s_fdiml.c (__fdiml): Likewise.
26396         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26397         errno is unchanged.
26399 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26401         * argp/argp-help.c: Fix typos.
26402         * crypt/speeds.c: Likewise.
26403         * csu/check_fds.c: Likewise.
26404         * elf/dl-load.c: Likewise.
26405         * elf/dl-open.c: Likewise.
26406         * elf/reldep3.c: Likewise.
26407         * elf/reldep.c: Likewise.
26408         * elf/sprof.c: Likewise.
26409         * iconv/iconv_charmap.c: Likewise.
26410         * iconv/skeleton.c: Likewise.
26411         * iconv/strtab.c: Likewise.
26412         * io/lockf64.c: Likewise.
26413         * libio/libioP.h: Likewise.
26414         * resolv/gai_notify.c: Likewise.
26415         * resolv/ns_name.c: Likewise.
26416         * resolv/ns_samedomain.c: Likewise.
26417         * resolv/res_send.c: Likewise.
26418         * stdlib/random.c: Likewise.
26419         * sunrpc/rpc/xdr.h: Likewise.
26420         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26421         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26422         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26423         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26424         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26425         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26426         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26427         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26428         * sysdeps/mach/hurd/check_fds.c: Likewise.
26429         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26430         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26431         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26432         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26433         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26434         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26435         * sysdeps/pthread/aio_notify.c: Likewise.
26436         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26437         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26438         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26439         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26440         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26442 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26444         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26445         version if bit_Slow_SSE4_2 is set.
26446         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26447         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26449 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26451         [BZ #15867]
26452         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26453         trampoline stack frame information.
26454         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26455         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26456         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26457         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26458         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26459         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26460         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26461         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26462         sa_flags value.
26463         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26464         interrupting a syscall and set with option SA_SIGINFO.
26466 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26468         [BZ #15531]
26469         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26470         argument is infinite.
26471         * math/s_cprojf.c (__cprojf): Likewise.
26472         * math/s_cprojl.c (__cprojl): Likewise.
26473         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26474         * math/libm-test.inc (cproj_test_data): Add more tests.
26476         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26478         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26479         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26480         size.  Use __ffs to determine corresponding shift.
26482 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26483             Roland McGrath  <roland@hack.frob.com>
26485         * Makefile (INSTALL): Remove trailing blank lines from output of
26486         makeinfo.
26488 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26490         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26491         Align 32 bit compat elf_greg to 8 bytes.
26493 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26495         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26497 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26499         * string/strcoll_l.c (coll_seq): New structure.
26500         (get_next_seq_cached): New function.
26501         (get_next_seq): New function.
26502         (do_compare): New function.
26503         (STRCOLL): Use GNU style definition.  Simplify implementation
26504         by using get_next_seq, get_next_seq_cached and do_compare.
26506 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26508         [BZ #14699]
26509         CVE-2013-4237
26510         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26511         member.
26512         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26513         member.
26514         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26515         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26516         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26517         conditional.
26518         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26519         GETDENTS_64BIT_ALIGNED.
26520         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26521         * manual/filesys.texi (Reading/Closing Directory): Document
26522         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26523         strongly.
26524         * manual/conf.texi (Limits for Files): Add portability note to
26525         NAME_MAX, PATH_MAX.
26526         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26528 2013-08-13  Andreas Schwab  <schwab@suse.de>
26530         [BZ #15749]
26531         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26532         of fabs.
26533         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26534         LDBL_MAX_EXP >= 16384]: Add tests for it.
26536 2013-08-12  David S. Miller  <davem@davemloft.net>
26538         * version.h (RELEASE): Set to "development".
26539         (VERSION): Set to "2.18.90".
26540         * NEWS: Add 2.19 section.
26542 2013-08-03  David S. Miller  <davem@davemloft.net>
26544         * po/ko.po: Update Korean translation from translation project.
26546 2013-08-01  David S. Miller  <davem@davemloft.net>
26548         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26549         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26550         Bilka.
26552 2013-07-30  David S. Miller  <davem@davemloft.net>
26554         * po/fr.po: Update French translation from translation project.
26556 2013-07-28  David S. Miller  <davem@davemloft.net>
26558         * po/cs.po: Update Czech translation from translation project.
26560         * po/sv.po: Update Swedish translation from translation project.
26562 2013-07-27  David S. Miller  <davem@davemloft.net>
26564         * po/eo.po: Update Esperanto translation from translation project.
26566         * po/vi.po: Update Vietnamese translation from translation project.
26568         * po/de.po: Update German translation from translation project.
26570 2013-07-26  David S. Miller  <davem@davemloft.net>
26572         * po/bg.po: Update Bulgarian translation from translation project.
26574         * po/nl.po: Update Dutch translation from translation project.
26575         * po/pl.po: Update Polish translation from translation project.
26576         * po/ru.po: Update Russian translation from translation project.
26578 2013-07-24  David S. Miller  <davem@davemloft.net>
26580         * po/libc.pot: Update.
26582 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26584         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26585         variable page size.
26586         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26587         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26588         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26590 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26592         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26594 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26595             Andreas Schwab  <schwab@suse.de>
26596             Roland McGrath  <roland@hack.frob.com>
26597             Joseph Myers  <joseph@codesourcery.com>
26598             Carlos O'Donell  <carlos@redhat.com>
26600         [BZ #15755]
26601         * config.h.in: Define HAVE_PT_CHOWN.
26602         * config.make.in (build-pt-chown): New variable.
26603         * configure.in (--enable-pt_chown): New configure option.
26604         * configure: Regenerate.
26605         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26606         build-pt-chown is enabled.
26607         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26608         pt_chown to fix pty ownership.
26609         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26610         CLOSE_ALL_FDS.
26611         * manual/install.texi (Configuring and compiling): Mention
26612         --enable-pt_chown. Add @findex for grantpt.
26613         * INSTALL: Regenerate.
26615 2013-07-20  David S. Miller  <davem@davemloft.net>
26617         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26618         difference between 32-bit and 64-bit.
26620 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26622         [BZ #15711]
26623         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26624         Avoid system header dependency with -ffreestanding.
26625         ($(objpfx)bits/syscall%d): Likewise.
26627 2013-07-13  David S. Miller  <davem@davemloft.net>
26629         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26630         underflows from atanl/atan2l due to bug 15319.
26631         (casinh_test_data): Likewise.
26633 2013-07-07  David S. Miller  <davem@davemloft.net>
26635         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26637 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26639         * sysdeps/i386/fpu/libm-test-ulps: Update.
26640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26642 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26644         * configure.in (--enable-lock-elision): Fix message text.
26645         * INSTALL: Regenerate.
26646         * configure: Regenerate.
26648 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26650         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26652 2013-07-03  Andreas Jaeger  <aj@suse.de>
26654         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26655         define.
26656         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26657         (ptrace_peeksiginfo_args): Add.
26658         (__ptrace_peeksiginfo_flags): Add.
26659         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26660         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26661         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26663 2013-07-03  Allan McRae  <allan@archlinux.org>
26665         * sysdeps/i386/fpu/libm-test-ulps: Update.
26667 2013-07-02  David S. Miller  <davem@davemloft.net>
26669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26671 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26673         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26675 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26677         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26680 2013-07-02  Andi Kleen <ak@linux.intel.com>
26682         * config.h.in (ENABLE_LOCK_ELISION): Add.
26683         * configure.in (--enable-lock-elision): Add option.
26684         * manual/install.texi: Document --enable lock elision.
26685         * configure: Regenerate
26686         * INSTALL: Regenerate.
26688 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26690         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26691         SSE4.2 strcasecmp for libc.a.
26692         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26694 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26696         [BZ #13304]
26697         * soft-fp/op-common.h (_FP_FMA): New macro.
26698         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26699         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26700         (_FP_MUL_MEAT_1_imm): ... here.
26701         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26702         (_FP_MUL_MEAT_1_wide): ... here.
26703         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26704         (_FP_MUL_MEAT_1_hard): ... here.
26705         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26706         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26707         (_FP_MUL_MEAT_2_wide): ... here.
26708         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26709         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26710         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26711         (_FP_MUL_MEAT_2_gmp): ... here.
26712         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26713         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26714         (_FP_MUL_MEAT_4_wide): ... here.
26715         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26716         (_FP_MUL_MEAT_4_gmp): ... here.
26717         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26718         (_FP_WFRACBITS_DW_S): Likewise.
26719         (_FP_WFRACXBITS_DW_S): Likewise.
26720         (_FP_HIGHBIT_DW_S): Likewise.
26721         (FP_FMA_S): Likewise.
26722         (_FP_FRAC_HIGH_DW_S): Likewise.
26723         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26724         (_FP_WFRACBITS_DW_D): Likewise.
26725         (_FP_WFRACXBITS_DW_D): Likewise.
26726         (_FP_HIGHBIT_DW_D): Likewise.
26727         (FP_FMA_D): Likewise.
26728         (_FP_FRAC_HIGH_DW_D): Likewise.
26729         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26730         (_FP_WFRACBITS_DW_E): Likewise.
26731         (_FP_WFRACXBITS_DW_E): Likewise.
26732         (_FP_HIGHBIT_DW_E): Likewise.
26733         (FP_FMA_E): Likewise.
26734         (_FP_FRAC_HIGH_DW_E): Likewise.
26735         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26736         (_FP_WFRACBITS_DW_Q): Likewise.
26737         (_FP_WFRACXBITS_DW_Q): Likewise.
26738         (_FP_HIGHBIT_DW_Q): Likewise.
26739         (FP_FMA_Q): Likewise.
26740         (_FP_FRAC_HIGH_DW_Q): Likewise.
26741         * soft-fp/fmasf4.c: New file.
26742         * soft-fp/fmadf4.c: Likewise.
26743         * soft-fp/fmatf4.c: Likewise.
26745 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26747         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26748         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26749         Silvermont.
26750         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26751         macro.
26752         (index_Slow_SSE4_2): Likewise.
26753         (index_Prefer_PMINUB_for_stringop): Likewise.
26754         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26755         bit_Slow_SSE4_2 is set.
26756         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26757         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26759 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26761         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26762         rtld_global._dl_hwcap2.
26763         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26764         POWER8.
26765         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26766         POWER8 feature descriptions defined in _dl_hwcap2.
26767         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26768         string handling for POWER8 feature bits.
26769         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26770         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26771         _dl_powerpc_cap_flags.
26772         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26773         * sysdeps/powerpc/rtld-global-offsets.sym
26774         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26775         _dl_hwcap2 in the rtld_global_ro structure.
26777 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26779         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26780         hardware capabilities in support of AT_HWCAP2.
26781         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26782         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26783         GLRO(dl_hwcap2).
26784         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26785         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26786         explicitly the unknown a_type display mechanism is used.
26787         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26788         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26789         struct member.
26790         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26791         to macro prototype for AT_HWCAP2 support.
26792         * sysdeps/i386/dl-procinfo.h: Likewise.
26793         * sysdeps/s390/dl-procinfo.h: Likewise.
26794         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26795         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26796         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26797         return -1 for unknown a_type display fallback.
26798         * sysdeps/sparc/dl-procinfo.h: Likewise.
26799         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26800         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26802 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26804         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26805         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26807 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26809         [BZ #12492]
26810         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26811         mprotect making __stack_prot writable.
26813 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26814             Joseph Myers  <joseph@codesourcery.com>
26816         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26817         as being properly aligned.
26819 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26821         * dlfcn/modstatic5.c: New file.
26822         * dlfcn/tststatic5.c: New file.
26823         * dlfcn/Makefile (tests): Add tststatic5.
26824         (tests-static): Likewise.
26825         (modules-names): Add modstatic5.
26826         (tststatic5-ENV): New variable.
26827         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26829         [BZ #15022]
26830         * elf/dl-support.c (_dl_main_map): New variable.
26831         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26832         (_dl_nns, _dl_load_adds): Set to 1.
26833         (_dl_initial_searchlist): Refer to _dl_main_map.
26834         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26835         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26836         call to _dl_get_origin.
26837         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26838         around call_map.
26839         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26840         * dlfcn/modstatic3.c: New file.
26841         * dlfcn/tststatic3.c: New file.
26842         * dlfcn/tststatic4.c: New file.
26843         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26844         (tests-static): Likewise.
26845         (modules-names): Add modstatic3.
26846         (tststatic3-ENV, tststatic4-ENV): New variables.
26847         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26848         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26850 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26852         * configure.in (CC): Require GCC version 4.4 or later.
26853         * configure: Regenerated.
26854         * manual/install.texi (Tools for Compilation): Update GCC version
26855         requirement.
26856         * INSTALL: Regenerated.
26858 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26860         [BZ #15674]
26861         * string/test-memcmp.c (check2): New.
26862         (main): Call check2.
26864         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26866 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26868         [BZ #15022]
26869         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26870         over to...
26871         (dl_open_worker) [!SHARED]: ... here.
26873 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26875         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26877 2013-06-25  Richard Henderson  <rth@redhat.com>
26879         * locale/programs/locarchive.c: Include <libc-internal.h>
26881 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26883         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26884         trailing whitespace removed.
26886 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26888         [BZ #10283]
26889         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26890         * locale/programs/locarchive.c: Include libc-mmap.h.
26891         (prepare_address_space): Take two new outputs (the mmap base and len).
26892         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26893         values.
26894         (create_archive): Declare new mmap base and len values for
26895         prepare_address_space, and store the result in ah.
26896         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26897         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26898         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26899         Declare new mmap base and len values for
26900         prepare_address_space, and store the result in new_ah.
26901         (open_archive): Declare new mmap base and len values for
26902         prepare_address_space, and store the result in ah.
26903         (close_archive): If ah->mmap_base is not NULL, use that and
26904         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26905         * sysdeps/generic/libc-mmap.h: New file.
26907 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26909         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26910         (ALIGN_UP): Likewise.
26911         (PTR_ALIGN_DOWN): Likewise.
26912         (PTR_ALIGN_UP): Likewise.
26914 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26916         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26917         entry mapped to PPC_PLATFORM_POWER8.
26918         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26919         POWER8.
26920         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26921         (_dl_string_platform): Add case for exporting platform position for
26922         POWER8.
26923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26924         search path to sysdeps/powerpc/powerpc32/power8 directory.
26925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26926         search path to sysdeps/powerpc/powerpc64/power8 directory.
26927         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26928         power7 directories.
26929         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26930         power7 directories.
26932 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26934         * INSTALL: Regenerate.
26936         * nscd/connections.c (nscd_init): Fix comment.
26938 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26940         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26942         [BZ #15667]
26943         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26944         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26946 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26948         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26949         DL_DST_REQ_STATIC.
26950         (DL_DST_REQ_STATIC): Remove macro.
26952 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26954         [BZ #7006]
26955         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26956         with a shift of 0 bits.
26958 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26960         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26961         $(tststatic-ENV).
26963 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26965         [BZ #15655]
26966         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26968 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26970         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26971         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26972         accepts -fno-tree-loop-distribute-patterns.
26973         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26974         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26975         recursive call.
26976         * string/memset.c (memset): Likewise.
26977         * string/test-memmove.c (simple_memmove): Disable loop transformation
26978         to library calls.
26979         * string/test-memset.c (simple_memset): Likewise.
26980         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26981         * benchtests/bench-memset.c (simple_memset): Likewise.
26982         * configure: Regenerated.
26984 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26986         * math/test-misc.c (main): Ignore fesetround failure when failures
26987         of subsequent rounding tests would be ignored.
26989         [BZ #15654]
26990         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26991         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26992         * math/fegetenv.c (__fegetenv): Return 0.
26993         * math/fegetexcept.c (fegetexcept): Return 0.
26994         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26995         FE_TONEAREST.
26996         * math/feholdexcpt.c (feholdexcept): Return 0.
26997         * math/fesetenv.c (__fesetenv): Return 0.
26998         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26999         argument FE_TONEAREST.
27000         * math/feupdateenv.c (__feupdateenv): Return 0.
27001         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27003 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27005         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27006         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27007         ($(objpfx)rtld-%.os rules): Use them.
27009 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27011         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27012         fields.
27014 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27016         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27017         length of target pattern, then descending length of dependency pattern.
27018         * configure.in (AWK): Require gawk 3.1.2 or newer.
27019         * manual/install.texi (Tools for Compilation): Say that we do.
27020         * configure: Regenerated.
27022         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27023         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27024         * scripts/sysd-rules.awk: ... this new script.
27025         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27026         than a glob-style pattern.
27028 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27030         * math/test-misc.c (main): Do not treat incorrectly rounded
27031         conversions as failure unless ROUNDING_TESTS passes.
27033 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27035         [BZ #15631]
27036         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27037         restore exception state around main square root computation, then
27038         check for inexactness explicitly.
27040         * math/libm-test.inc (fma_test_data): Add another test.
27042 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27044         * manual/threads.texi (Non-POSIX Extensions): New document
27045         node.  Document pthread_getattr_default_np and
27046         pthread_setattr_default_np.
27048         * Versions.def (libpthread): Add GLIBC_2.18.
27049         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27051         Likewise.
27052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27053         Likewise.
27054         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27055         Likewise.
27056         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27057         Likewise.
27058         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27059         Likewise.
27060         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27061         Likewise.
27062         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27063         Likewise.
27064         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27065         Likewise.
27066         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27067         Likewise.
27069 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27071         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27072         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27074 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27075             H.J. Lu  <hjl.tools@gmail.com>
27077         [BZ #15627]
27078         * sysdeps/x86_64/rtld-memset.c: Remove file.
27079         * sysdeps/x86_64/rtld-memset.S: New file.
27081 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27083         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27084         (test_in_one_mode): Take arguments for whether the rounding mode
27085         is supported for each floating-point type.
27086         (do_test): Pass new arguments to test_in_one_mode using
27087         ROUNDING_TESTS.
27089 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27091         * posix/tst-waitid.c (do_test): Distinguish different instances of
27092         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27093         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27094         before entering the kernel for waitpid.
27096 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27098         * NEWS: Fix note on clock function precision.  Text by Roland
27099         McGrath.
27101 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27103         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27104         it into place only when and if the sanity check passes.
27106 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27108         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27109         output for whether conversion result is exact.  Take argument
27110         indicating whether type is IBM long double.
27111         (round_for_all): Change need_exact field to ibm_ld.
27112         * stdlib/tst-strtod-round.c (struct exactness): New type.
27113         (struct test): Change bool ld_ok field to struct exactness exact.
27114         (TEST): Update all definitions for change to field.
27115         (tests): Regenerate array contents.
27116         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27117         field value.  Check for IBM long double here.
27118         (do_test): Update calls to test_in_one_mode.
27120 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27122         [BZ #12515]
27123         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27124         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27126 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27128         [BZ #15605]
27129         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27130         generated by the compiler on loop optimizations.
27131         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27132         general definitions.
27134 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27136         * math/bug-nextafter.c: Include <math-tests.h>.
27137         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27138         the relevant type.
27139         * math/bug-nexttoward.c: Include <math-tests.h>.
27140         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27141         the relevant type.
27142         * math/test-misc.c: Include <math-tests.h>.
27143         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27144         the relevant type.
27146 2013-06-12  Andreas Jaeger  <aj@suse.de>
27148         * po/ia.po: Update Interlingua translation from translation
27149         project.
27151 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27153         * include/fenv.h: Include stdbool.h.
27154         (struct rm_ctx): New structure.
27155         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27156         Define macro.
27157         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27158         (SET_RESTORE_ROUNDF): Likewise.
27159         (SET_RESTORE_ROUNDL): Likewise.
27160         (SET_RESTORE_ROUND_NOEX): Likewise.
27161         (SET_RESTORE_ROUND_NOEXF): Likewise.
27162         (SET_RESTORE_ROUND_NOEXL): Likewise.
27163         (SET_RESTORE_ROUND_53BIT): Likewise.
27164         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27165         (libc_feresetround_noexf_ctx): Likewise.
27166         (libc_feresetround_noexl_ctx): Likewise.
27167         (libc_feholdsetround_53bit_ctx): Likewise.
27168         (libc_feresetround_53bit_ctx): Likewise.
27169         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27170         (libc_feholdexcept_setround_sse_ctx): New function.
27171         (libc_fesetenv_sse_ctx): Likewise.
27172         (libc_feupdateenv_sse_ctx): Likewise.
27173         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27174         (libc_feholdexcept_setround_387_ctx): Likewise.
27175         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27176         (libc_feholdsetround_387_prec_ctx): Likewise.
27177         (libc_feholdsetround_387_ctx): Likewise.
27178         (libc_feholdsetround_387_53bit_ctx): Likewise.
27179         (libc_feholdsetround_sse_ctx): Likewise.
27180         (libc_feresetround_sse_ctx): Likewise.
27181         (libc_feresetround_387_ctx): Likewise.
27182         (libc_feupdateenv_387_ctx): Likewise.
27183         (libc_feholdexcept_setroundf_ctx): Define macro.
27184         (libc_fesetenvf_ctx): Likewise.
27185         (libc_feupdateenvf_ctx): Likewise.
27186         (libc_feholdsetroundf_ctx): Likewise.
27187         (libc_feresetroundf_ctx): Likewise.
27188         (libc_feholdexcept_setround_ctx): Likewise.
27189         (libc_fesetenv_ctx): Likewise.
27190         (libc_feupdateenv_ctx): Likewise.
27191         (libc_feholdsetround_ctx): Likewise.
27192         (libc_feresetround_ctx): Likewise.
27193         (libc_feholdexcept_setroundl_ctx): Likewise.
27194         (libc_feupdateenvl_ctx): Likewise.
27195         (libc_feholdsetroundl_ctx): Likewise.
27196         (libc_feresetroundl_ctx): Likewise.
27197         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27198         (libc_feresetround_53bit_ctx): Likewise.
27200 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27202         * locale/iso-639.def: Convert to UTF-8.
27204 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27206         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27207         (EXCEPTION_TESTS_double): Likewise.
27208         (EXCEPTION_TESTS_long_double): Likewise.
27209         (EXCEPTION_TESTS): Likewise.
27210         * math/libm-test.inc (test_exceptions): Only test exceptions if
27211         EXCEPTION_TESTS (FLOAT).
27213 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27215         * benchtests/Makefile (string-bench): Add strcpy_chk and
27216         stpcpy_chk.
27217         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27218         * benchtests/bench-stpcpy_chk.c: New file.
27219         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27220         * benchtests/bench-strcpy_chk.c: New file.
27221         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27222         code.
27223         (do_test): Likewise.
27225 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27227         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27228         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27229         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27230         with tabs where appropriate.
27231         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27232         dl-procinfo.h.
27233         [PPC_PLATFORM_PPC440]: Likewise.
27234         [PPC_PLATFORM_PPC464]: Likewise.
27235         [PPC_PLATFORM_PPC476]: Likewise.
27236         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27237         ppc464, and ppc476 platform strings merging from ports/
27238         dl-procinfo.h.
27240 2013-06-11  Andreas Schwab  <schwab@suse.de>
27242         [BZ #14991]
27243         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27244         (from_ucs4_idx): Regenerate.
27245         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27246         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27247         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27248         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27249         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27250         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27251         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27252         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27253         from FROM_LOOP and TO_LOOP specific macros.
27254         (BODY): Handle combining characters.
27255         * iconvdata/BIG5HKSCS.irreversible: Update.
27256         * iconvdata/BIG5HKSCS.precomposed: New file.
27257         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27258         characters.
27259         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27261 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27263         * include/sys/time.h: Fix indentation and add copyright header.
27265         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27266         (do_test): Likewise.
27267         * string/test-memchr.c (do_one_test): Likewise.
27268         (do_test): Likewise.
27269         * string/test-memcmp.c (do_one_test): Likewise.
27270         (do_test): Likewise.
27271         * string/test-memcpy.c (do_one_test): Likewise.
27272         (do_test): Likewise.
27273         * string/test-memmem.c (do_one_test): Likewise.
27274         (do_test): Likewise.
27275         (do_random_tests): Likewise.
27276         * string/test-memmove.c (do_one_test): Likewise.
27277         (do_test): Likewise.
27278         * string/test-memset.c (do_one_test): Likewise.
27279         (do_test): Likewise.
27280         * string/test-rawmemchr.c (do_one_test): Likewise.
27281         (do_test): Likewise.
27282         * string/test-strcasecmp.c (do_one_test): Likewise.
27283         (do_test): Likewise.
27284         * string/test-strcasestr.c (do_one_test): Likewise.
27285         (do_test): Likewise.
27286         * string/test-strcat.c (do_one_test): Likewise.
27287         (do_test): Likewise.
27288         * string/test-strchr.c (do_one_test): Likewise.
27289         (do_test): Likewise.
27290         * string/test-strcmp.c (do_one_test): Likewise.
27291         (do_test): Likewise.
27292         * string/test-strcpy.c (do_one_test): Likewise.
27293         (do_test): Likewise.
27294         * string/test-string.h: Likewise.
27295         (test_init): Likewise.
27296         * string/test-strlen.c (do_one_test): Likewise.
27297         (do_test): Likewise.
27298         * string/test-strncasecmp.c (do_one_test): Likewise.
27299         (do_test): Likewise.
27300         * string/test-strncat.c (do_one_test): Likewise.
27301         (do_test): Likewise.
27302         * string/test-strncmp.c (do_one_test): Likewise.
27303         (do_test_limit): Likewise.
27304         (do_test): Likewise.
27305         * string/test-strncpy.c (do_one_test): Likewise.
27306         (do_test): Likewise.
27307         * string/test-strnlen.c (do_one_test): Likewise.
27308         (do_test): Likewise.
27309         * string/test-strpbrk.c (do_one_test): Likewise.
27310         (do_test): Likewise.
27311         * string/test-strrchr.c (do_one_test): Likewise.
27312         (do_test): Likewise.
27313         * string/test-strspn.c (do_one_test): Likewise.
27314         (do_test): Likewise.
27315         * string/test-strstr.c (do_one_test): Likewise.
27316         (do_test): Likewise.
27318         * benchtests/Makefile (string-bench): Add string benchmarks.
27319         * benchtests/bench-bcopy-ifunc.c: New file.
27320         * benchtests/bench-bcopy.c: New file.
27321         * benchtests/bench-bzero-ifunc.c: New file.
27322         * benchtests/bench-bzero.c: New file.
27323         * benchtests/bench-memccpy-ifunc.c: New file.
27324         * benchtests/bench-memccpy.c: New file.
27325         * benchtests/bench-memchr-ifunc.c: New file.
27326         * benchtests/bench-memchr.c: New file.
27327         * benchtests/bench-memcmp-ifunc.c: New file.
27328         * benchtests/bench-memcmp.c: New file.
27329         * benchtests/bench-memmem-ifunc.c: New file.
27330         * benchtests/bench-memmem.c: New file.
27331         * benchtests/bench-memmove-ifunc.c: New file.
27332         * benchtests/bench-memmove.c: New file.
27333         * benchtests/bench-mempcpy-ifunc.c: New file.
27334         * benchtests/bench-mempcpy.c: New file.
27335         * benchtests/bench-memset-ifunc.c: New file.
27336         * benchtests/bench-memset.c: New file.
27337         * benchtests/bench-rawmemchr-ifunc.c: New file.
27338         * benchtests/bench-rawmemchr.c: New file.
27339         * benchtests/bench-stpcpy-ifunc.c: New file.
27340         * benchtests/bench-stpcpy.c: New file.
27341         * benchtests/bench-stpncpy-ifunc.c: New file.
27342         * benchtests/bench-stpncpy.c: New file.
27343         * benchtests/bench-strcasecmp-ifunc.c: New file.
27344         * benchtests/bench-strcasecmp.c: New file.
27345         * benchtests/bench-strcasestr-ifunc.c: New file.
27346         * benchtests/bench-strcasestr.c: New file.
27347         * benchtests/bench-strcat-ifunc.c: New file.
27348         * benchtests/bench-strcat.c: New file.
27349         * benchtests/bench-strchr-ifunc.c: New file.
27350         * benchtests/bench-strchr.c: New file.
27351         * benchtests/bench-strchrnul-ifunc.c: New file.
27352         * benchtests/bench-strchrnul.c: New file.
27353         * benchtests/bench-strcmp-ifunc.c: New file.
27354         * benchtests/bench-strcmp.c: New file.
27355         * benchtests/bench-strcpy-ifunc.c: New file.
27356         * benchtests/bench-strcpy.c: New file.
27357         * benchtests/bench-strcspn-ifunc.c: New file.
27358         * benchtests/bench-strcspn.c: New file.
27359         * benchtests/bench-strlen-ifunc.c: New file.
27360         * benchtests/bench-strlen.c: New file.
27361         * benchtests/bench-strncasecmp-ifunc.c: New file.
27362         * benchtests/bench-strncasecmp.c: New file.
27363         * benchtests/bench-strncat-ifunc.c: New file.
27364         * benchtests/bench-strncat.c: New file.
27365         * benchtests/bench-strncmp-ifunc.c: New file.
27366         * benchtests/bench-strncmp.c: New file.
27367         * benchtests/bench-strncpy-ifunc.c: New file.
27368         * benchtests/bench-strncpy.c: New file.
27369         * benchtests/bench-strnlen-ifunc.c: New file.
27370         * benchtests/bench-strnlen.c: New file.
27371         * benchtests/bench-strpbrk-ifunc.c: New file.
27372         * benchtests/bench-strpbrk.c: New file.
27373         * benchtests/bench-strrchr-ifunc.c: New file.
27374         * benchtests/bench-strrchr.c: New file.
27375         * benchtests/bench-strspn-ifunc.c: New file.
27376         * benchtests/bench-strspn.c: New file.
27377         * benchtests/bench-strstr-ifunc.c: New file.
27378         * benchtests/bench-strstr.c: New file.
27380         * benchtests/Makefile: Disable parallel execution of targets.
27381         (string-bench): Add memcpy.
27382         (benchset): New variable to store a list of benchmark sets.
27383         (bench-func): Renamed from bench.
27384         (bench-set): New target.
27385         (bench): Depend on bench-func and bench-set.
27386         * benchtests/README: Add section on benchmark sets.
27387         * benchtests/bench-memcpy-ifunc.c: New file.
27388         * benchtests/bench-memcpy.c: New file.
27389         * benchtests/bench-string.h: New file.
27391 2013-06-11  Andreas Schwab  <schwab@suse.de>
27393         [BZ #15577]
27394         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27395         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27396         values in the triple.
27397         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27398         terminator in the group key.
27400 2013-06-11  Andreas Jaeger  <aj@suse.de>
27402         * po/zh_TW.po: Update Chinese (traditional) translation from
27403         translation project.
27405 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27407         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27408         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27409         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27410         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27411         (clock_getcpuclockid): Likewise.
27412         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27413         Add weak_alias and libc_hidden_def.
27414         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27415         * rt/clock_gettime.c (clock_gettime): Rename to
27416         __clock_gettime.  Add weak_alias and libc_hidden_def.
27417         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27418         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27419         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27420         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27421         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27422         Likewise.
27423         * rt/clock_settime.c (clock_settime): Rename to
27424         __clock_settime.  Add weak_alias and libc_hidden_def.
27425         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27427 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27429         * mach/err_boot.sub: Remove trailing whitespace.
27430         * mach/err_ipc.sub: Likewise.
27431         * mach/err_mach.sub: Likewise.
27433         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27434         (ROUNDING_TESTS_double): Likewise.
27435         (ROUNDING_TESTS_long_double): Likewise.
27436         (ROUNDING_TESTS): Likewise.
27437         * math/libm-test.inc: Include <math-tests.h>.
27438         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27439         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27440         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27441         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27443 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27445         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27446         of assigning.
27448 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27450         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27451         otherwise empty TRANS lines.
27452         * sysdeps/gnu/errlist.c: Regenerated.
27454         * catgets/gencat.c (error_print): Use (void) in function
27455         definition.
27456         * crypt/crypt_util.c (__init_des): Likewise.
27457         * crypt/speeds.c (Stop): Likewise.
27458         (main): Likewise.
27459         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27460         * inet/ruserpass.c (token): Likewise.
27461         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27462         * intl/localealias.c (extend_alias_table): Likewise.
27463         * intl/plural-exp.c (init_germanic_plural): Likewise.
27464         * libio/fcloseall.c (__fcloseall): Likewise.
27465         * libio/genops.c (_IO_flush_all): Likewise.
27466         (_IO_flush_all_linebuffered): Likewise.
27467         (_IO_cleanup): Likewise.
27468         (_IO_iter_begin): Likewise.
27469         (_IO_iter_end): Likewise.
27470         (_IO_list_lock): Likewise.
27471         (_IO_list_unlock): Likewise.
27472         (_IO_list_resetlock): Likewise.
27473         * libio/getchar.c (getchar): Likewise.
27474         * libio/getchar_u.c (getchar_unlocked): Likewise.
27475         * libio/getwchar.c (getwchar): Likewise.
27476         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27477         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27478         * login/getpt.c (__getpt): Likewise.
27479         * login/tst-utmp.c (main): Likewise.
27480         * malloc/hooks.c (__malloc_check_init): Likewise.
27481         * malloc/malloc.c (__malloc_stats): Likewise.
27482         * malloc/mtrace.c (tr_break): Likewise.
27483         (mtrace): Likewise.
27484         (muntrace): Likewise.
27485         * misc/fstab.c (endfsent): Likewise.
27486         * misc/getclktck.c (__getclktck): Likewise.
27487         * misc/getdtsz.c (__getdtablesize): Likewise.
27488         * misc/gethostid.c (gethostid): Likewise.
27489         * misc/getpagesize.c (__getpagesize): Likewise.
27490         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27491         (__get_nprocs): Likewise.
27492         (__get_phys_pages): Likewise.
27493         (__get_avphys_pages): Likewise.
27494         * misc/getttyent.c (getttyent): Likewise.
27495         (setttyent): Likewise.
27496         (endttyent): Likewise.
27497         * misc/getusershell.c (getusershell): Likewise.
27498         (endusershell): Likewise.
27499         (setusershell): Likewise.
27500         (initshells): Likewise.
27501         * misc/hsearch.c (__hdestroy): Likewise.
27502         * misc/sync.c (sync): Likewise.
27503         * misc/syslog.c (closelog_internal): Likewise.
27504         (closelog): Likewise.
27505         * misc/ttyslot.c (ttyslot): Likewise.
27506         * misc/vhangup.c (vhangup): Likewise.
27507         * posix/fork.c (__fork): Likewise.
27508         * posix/getegid.c (__getegid): Likewise.
27509         * posix/geteuid.c (__geteuid): Likewise.
27510         * posix/getgid.c (__getgid): Likewise.
27511         * posix/getpid.c (__getpid): Likewise.
27512         * posix/getppid.c (__getppid): Likewise.
27513         * posix/getuid.c (__getuid): Likewise.
27514         * posix/pause.c (pause): Likewise.
27515         * posix/setpgrp.c (setpgrp): Likewise.
27516         * posix/setsid.c (__setsid): Likewise.
27517         * posix/test-vfork.c (noop): Likewise.
27518         * resolv/gethnamaddr.c (_endhtent): Likewise.
27519         (_gethtent): Likewise.
27520         (ht_endhostent): Likewise.
27521         (gethostent): Likewise.
27522         (dns_service): Likewise.
27523         * stdlib/drand48.c (drand48): Likewise.
27524         * stdlib/lrand48.c (lrand48): Likewise.
27525         * stdlib/mrand48.c (mrand48): Likewise.
27526         * stdlib/rand.c (rand): Likewise.
27527         * stdlib/random.c (__random): Likewise.
27528         * stdlib/setenv.c (clearenv): Likewise.
27529         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27530         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27531         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27532         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27533         (__get_nprocs): Likewise.
27534         (__get_phys_pages): Likewise.
27535         (__get_avphys_pages): Likewise.
27536         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27537         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27538         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27539         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27540         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27541         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27542         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27543         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27544         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27545         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27546         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27547         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27548         * sysdeps/posix/clock.c (clock): Likewise.
27549         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27550         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27551         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27552         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27553         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27554         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27555         (__get_nprocs_conf): Likewise.
27556         (__get_phys_pages): Likewise.
27557         (__get_avphys_pages): Likewise.
27558         * time/clock.c (clock): Likewise.
27559         * time/tzset.c (__tzname_max): Likewise.
27561 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27563         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27564         (__bswap_32): Do not use "register".
27565         * crypt/crypt.c (_ufc_doit_r): Likewise.
27566         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27567         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27568         * gmon/gmon.c (__monstartup): Likewise.
27569         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27570         * hurd/hurdmalloc.c (more_memory): Likewise.
27571         (malloc): Likewise.
27572         (free): Likewise.
27573         (realloc): Likewise.
27574         (malloc_fork_prepare): Likewise.
27575         (malloc_fork_parent): Likewise.
27576         (malloc_fork_child): Likewise.
27577         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27578         (_svcauth_des): Likewise.
27579         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27580         * inet/inet_net.c (inet_network): Likewise.
27581         * inet/inet_netof.c (inet_netof): Likewise.
27582         * inet/rcmd.c (__validuser2_sa): Likewise.
27583         * io/fts.c (fts_open): Likewise.
27584         (fts_load): Likewise.
27585         (fts_close): Likewise.
27586         (fts_read): Likewise.
27587         (fts_children): Likewise.
27588         (fts_build): Likewise.
27589         (fts_stat): Likewise.
27590         (fts_sort): Likewise.
27591         (fts_alloc): Likewise.
27592         (fts_lfree): Likewise.
27593         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27594         (_IO_file_xsgetn): Likewise.
27595         (_IO_file_xsgetn_mmap): Likewise.
27596         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27597         (_IO_cookie_write): Likewise.
27598         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27599         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27600         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27601         * malloc/obstack.c (_obstack_begin): Likewise.
27602         (_obstack_begin_1): Likewise.
27603         (_obstack_newchunk): Likewise.
27604         (_obstack_allocated_p): Likewise.
27605         (obstack_free): Likewise.
27606         (_obstack_memory_used): Likewise.
27607         * misc/getttyent.c (getttynam): Likewise.
27608         (getttyent): Likewise.
27609         (skip): Likewise.
27610         (value): Likewise.
27611         * misc/getusershell.c (initshells): Likewise.
27612         * misc/syslog.c (__vsyslog_chk): Likewise.
27613         * misc/ttyslot.c (ttyslot): Likewise.
27614         * nis/nis_hash.c (__nis_hash): Likewise.
27615         * posix/fnmatch_loop.c (FCT): Likewise.
27616         * posix/getconf.c (print_all): Likewise.
27617         (main): Likewise.
27618         * posix/getopt.c (exchange): Likewise.
27619         * posix/glob.c (globfree): Likewise.
27620         (prefix_array): Likewise.
27621         (__glob_pattern_type): Likewise.
27622         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27623         (NS_GET32): Likewise.
27624         (NS_PUT16): Likewise.
27625         (NS_PUT32): Likewise.
27626         * resolv/gethnamaddr.c (getanswer): Likewise.
27627         (gethostbyname2): Likewise.
27628         (gethostbyaddr): Likewise.
27629         (_gethtent): Likewise.
27630         (_gethtbyname2): Likewise.
27631         (_gethtbyaddr): Likewise.
27632         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27633         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27634         * resolv/res_init.c (__res_vinit): Likewise.
27635         (net_mask): Likewise.
27636         * resolv/res_mkquery.c (outchar): Likewise.
27637         (PRINT): Likewise.
27638         * stdio-common/printf_fp.c (outchar): Likewise.
27639         (PRINT): Likewise.
27640         * stdio-common/printf_fphex.c (outchar): Likewise.
27641         (PRINT): Likewise.
27642         * stdio-common/printf_size.c (outchar): Likewise.
27643         (PRINT): Likewise.
27644         * stdio-common/test_rdwr.c (main): Likewise.
27645         * stdio-common/tfformat.c (matches): Likewise.
27646         * stdio-common/vfprintf.c (outchar): Likewise.
27647         (printf_unknown): Likewise.
27648         (buffered_vfprintf): Likewise.
27649         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27650         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27651         (ReadFile): Likewise.
27652         * stdlib/qsort.c (SWAP): Likewise.
27653         (_quicksort): Likewise.
27654         * stdlib/setenv.c (__add_to_environ): Likewise.
27655         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27656         * stdlib/strtol_l.c (__strtol_l): Likewise.
27657         * stdlib/tst-strtod.c (main): Likewise.
27658         * stdlib/tst-strtol.c (main): Likewise.
27659         * stdlib/tst-strtoll.c (main): Likewise.
27660         * string/bits/string2.h (__strcmp_cc): Likewise.
27661         (__strcmp_cg): Likewise.
27662         (__strcspn_c1): Likewise.
27663         (__strcspn_c2): Likewise.
27664         (__strcspn_c3): Likewise.
27665         (__strspn_c1): Likewise.
27666         (__strspn_c2): Likewise.
27667         (__strspn_c3): Likewise.
27668         (__strsep_1c): Likewise.
27669         (__strsep_2c): Likewise.
27670         (__strsep_3c): Likewise.
27671         * string/memccpy.c (__memccpy): Likewise.
27672         * string/stpcpy.c (__stpcpy): Likewise.
27673         * string/strcmp.c (strcmp): Likewise.
27674         * string/strrchr.c (strrchr): Likewise.
27675         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27676         Likewise.
27677         * sysdeps/mach/hurd/getcwd.c
27678         (_hurd_canonicalize_directory_name_internal): Likewise.
27679         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27680         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27681         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27682         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27683         Likewise, in both definitions.
27684         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27685         definitions.
27686         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27687         64] (__bswap_64): Likewise.
27688         * time/test_time.c (main): Likewise.
27689         * time/tzfile.c (__tzfile_read): Likewise.
27690         (__tzfile_compute): Likewise.
27691         * time/tzset.c (__tzset_parse_tz): Likewise.
27692         (tzset_internal): Likewise.
27693         (compute_change): Likewise.
27694         * wcsmbs/wcscat.c (__wcscat): Likewise.
27695         * wcsmbs/wcschr.c (wcschr): Likewise.
27696         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27697         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27698         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27699         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27700         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27701         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27702         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27703         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27704         * wcsmbs/wmemset.c (wmemset): Likewise.
27706 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27708         * scripts/config.guess: Update to version 2013-05-16.
27709         * scripts/config.sub: Update to version 2013-04-24.
27710         * scripts/install-sh: Update to version 2011-11-20.07.
27711         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27712         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27714 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27716         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27717         * elf/sln.c: Likewise.
27718         * hurd/hurd/ioctl.h: Likewise.
27719         * hurd/hurdmalloc.c: Likewise.
27720         * hurd/xattr.c: Likewise.
27721         * include/shlib-compat.h: Likewise.
27722         * inet/ruserpass.c: Likewise.
27723         * libio/iofgets_u.c: Likewise.
27724         * libio/iofgetws_u.c: Likewise.
27725         * locale/programs/ld-identification.c: Likewise.
27726         * locale/programs/ld-time.c: Likewise.
27727         * mach/msg-destroy.c: Likewise.
27728         * nss/nss_files/files-netgrp.c: Likewise.
27729         * resolv/res_data.c: Likewise.
27730         * soft-fp/op-1.h: Likewise.
27731         * soft-fp/op-2.h: Likewise.
27732         * soft-fp/op-4.h: Likewise.
27733         * soft-fp/op-common.h: Likewise.
27734         * stdio-common/printf_fphex.c: Likewise.
27735         * stdlib/strtod_l.c: Likewise.
27736         * sunrpc/rpc/clnt.h: Likewise.
27737         * sysdeps/generic/framestate.c: Likewise.
27738         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27739         * sysdeps/i386/bsd-setjmp.S: Likewise.
27740         * sysdeps/i386/__longjmp.S: Likewise.
27741         * sysdeps/i386/setjmp.S: Likewise.
27742         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27743         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27744         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27745         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27746         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27747         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27748         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27749         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27750         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27751         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27752         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27753         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27754         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27755         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27756         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27757         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27758         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27759         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27760         * sysdeps/ieee754/support.c: Likewise.
27761         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27762         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27763         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27764         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27765         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27766         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27767         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27768         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27769         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27770         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27771         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27772         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27773         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27774         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27775         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27776         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27777         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27780 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27782         * posix/transbug.c: Remove executable mode.
27784 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27786         * crypt/speeds.c: Remove trailing whitespace.
27787         * dlfcn/default.c: Likewise.
27788         * elf/ifuncdep2.c: Likewise.
27789         * elf/ifuncmain1.c: Likewise.
27790         * elf/ifuncmain1vis.c: Likewise.
27791         * elf/testobj.h: Likewise.
27792         * elf/tst-stackguard1.c: Likewise.
27793         * gmon/sys/gmon.h: Likewise.
27794         * hurd/hurdmsg.c: Likewise.
27795         * hurd/new-fd.c: Likewise.
27796         * hurd/ports-get.c: Likewise.
27797         * iconvdata/ibm1008_420.c: Likewise.
27798         * inet/tst-getni1.c: Likewise.
27799         * inet/tst-getni2.c: Likewise.
27800         * libio/ioungetc.c: Likewise.
27801         * libio/wfiledoalloc.c: Likewise.
27802         * manual/libm-err-tab.pl: Likewise.
27803         * math/w_dremf.c: Likewise.
27804         * misc/ftruncate.c: Likewise.
27805         * posix/bug-glob2.c: Likewise.
27806         * posix/tst-pcre.c: Likewise.
27807         * posix/wait4.c: Likewise.
27808         * resolv/README: Likewise.
27809         * resolv/res_debug.h: Likewise.
27810         * resolv/tst-inet_ntop.c: Likewise.
27811         * setjmp/bug269-setjmp.c: Likewise.
27812         * soft-fp/extended.h: Likewise.
27813         * soft-fp/op-1.h: Likewise.
27814         * soft-fp/op-2.h: Likewise.
27815         * soft-fp/op-4.h: Likewise.
27816         * soft-fp/op-8.h: Likewise.
27817         * soft-fp/testit.c: Likewise.
27818         * stdio-common/bug16.c: Likewise.
27819         * stdlib/random.c: Likewise.
27820         * sunrpc/rpcsvc/rquota.x: Likewise.
27821         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27822         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27823         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27824         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27825         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27826         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27827         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27828         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27829         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27830         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27831         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27832         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27833         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27834         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27835         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27836         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27837         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27838         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27839         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27840         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27841         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27842         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27843         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27844         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27845         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27846         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27847         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27848         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27849         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27850         * sysdeps/ieee754/s_lib_version.c: Likewise.
27851         * sysdeps/mach/hurd/check_fds.c: Likewise.
27852         * sysdeps/mach/hurd/getsockname.c: Likewise.
27853         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27854         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27855         * sysdeps/powerpc/bits/link.h: Likewise.
27856         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27857         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27858         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27859         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27860         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27861         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27862         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27863         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27864         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27865         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27866         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27867         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27868         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27869         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27870         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27871         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27872         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27873         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27874         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27875         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27876         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27877         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27878         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27879         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27880         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27881         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27882         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27883         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27884         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27885         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27886         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27887         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27888         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27889         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27890         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27891         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27892         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27893         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27894         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27895         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27896         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27897         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27898         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27899         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27900         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27901         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27902         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27903         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27904         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27905         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27906         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27907         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27908         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27909         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27910         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27911         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27912         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27913         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27914         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27915         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27916         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27917         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27918         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27919         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27920         * sysdeps/powerpc/sysdep.h: Likewise.
27921         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27922         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27923         * sysdeps/sh/dl-trampoline.S: Likewise.
27924         * sysdeps/sh/memset.S: Likewise.
27925         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27926         * sysdeps/sh/strlen.S: Likewise.
27927         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27928         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27929         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27930         * sysdeps/sparc/sparc32/rem.S: Likewise.
27931         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27932         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27933         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27934         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27935         * sysdeps/sparc/sparc32/urem.S: Likewise.
27936         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27937         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27938         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27939         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27940         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27941         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27942         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27943         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27944         * sysdeps/unix/bsd/times.c: Likewise.
27945         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27946         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27950         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27951         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27952         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27953         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27954         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27955         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27956         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27957         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27958         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27959         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27960         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27961         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27962         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27963         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27964         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27965         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27966         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27967         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27968         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27969         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27970         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27971         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27972         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27973         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27974         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27975         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27976         * sysdeps/x86_64/strcspn.S: Likewise.
27978 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27980         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27981         generated file.  Regenerate properly from gen-translit.pl.
27982         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27983         locale/C-translit.h.
27985 2013-06-05  Andreas Schwab  <schwab@suse.de>
27987         [BZ #15100]
27988         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27989         week as 6 instead of -1.
27990         * time/tst-strptime.c (day_tests): Add test case.
27992 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27994         * sysdeps/generic/math_private.h
27995         (libc_feholdexcept_setround_53bit): Replace with
27996         libc_feholdsetround_53bit.
27997         (libc_feupdateenv_53bit): Replace with
27998         libc_feresetround_53bit.
27999         (SET_RESTORE_ROUND_53BIT): Adjust.
28001 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28003         * string/test-strchrnul.c: Add copyright header.
28005         * posix/tst-getaddrinfo4.c: Increase test timeout.
28007 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28009         [BZ #15536]
28010         * math/libm-test.inc (MAX_EXP): Remove
28011         (MIN_EXP): Define.
28012         (ulp): Use MIN_EXP - MANT_DIG.
28013         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28015 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28017         * po/be.po: Revert last change.
28018         * po/zh_CN.po: Likewise.
28019         * po/header.pot: Likewise.
28021 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28023         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28024         link-libc-deps to empty as target-specific variable.
28025         * Makerules (link-libc-args): New variable.
28026         (libc-for-link): Likewise.
28027         (link-libc-deps): Likewise.
28028         (lib%.so): Depend on $(link-libc-deps).  Link with
28029         $(link-libc-args).
28030         (build-module): Link with $(link-libc-args).
28031         (build-module-asneeded): Likewise.
28032         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28033         list of objects.
28034         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28035         target-specific variable.
28036         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28037         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28038         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28039         libc.
28040         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28041         libc and ld.so.
28042         ($(objpfx)libpcprofile.so): Likewise.
28043         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28044         libc_nonshared.a.
28045         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28046         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28047         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28048         $(link-libc-deps).
28049         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28050         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28051         * login/Makefile ($(objpfx)libutil.so): Likewise.
28052         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28053         * math/Makefile ($(objpfx)libm.so): Likewise.
28054         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28055         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28056         variable instead of depending directly on libc.
28057         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28058         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28059         $(link-libc-deps).
28060         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28061         libc.
28062         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28063         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28064         ($(objpfx)libanl.so): Likewise.
28065         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28066         ld.so.
28067         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28068         $(link-libc-deps).
28069         * sysdeps/i386/fpu/Makefile: Remove file.
28070         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28071         ($(objpfx)libm.so): Remove dependency on ld.so.
28073 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28075         [BZ # 15553]
28076         * nis/yp_xdr.c (XDRMAXNAME): Define.
28077         (XDRMAXRECORD): Define.
28078         (xdr_domainname): Use XDRMAXNAME.
28079         (xdr_mapname): Likewise.
28080         (xdr_peername): Likewise.
28081         (xdr_keydat): Use XDRMAXRECORD.
28082         (xdr_valdat): Likewise.
28084 2013-05-30  Jeff Law  <law@redhat.com>
28086         [BZ #14256]
28087         * manual/errno.texi (ESTALE): Update to account for more than
28088         just NFS file systems.
28089         * sysdeps/gnu/errlist.c: Regenerated.
28091 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28093         [BZ #15465]
28094         * elf/Makefile (tests): Add tst-null-argv.
28095         (modules-names):  Add tst-null-argv-lib.
28096         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28097         (tst-null-argv-ENV): Set environment for tst-null-argv.
28098         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28099         (RTLD_PROGNAME): New macro.
28100         * elf/tst-null-argv.c: New test case.
28101         * elf/tst-null-argv-lib.c: Library for test case.
28102         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28103         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28104         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28105         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28106         * elf/dl-init.c (call_init): Likewise.
28107         (_dl_init): Likewise.
28108         * elf/dl-load.c (print_search_path): Likewise.
28109         (_dl_map_object): Likewise.
28110         * elf/dl-lookup.c (do_lookup_x): Likewise.
28111         (add_dependency): Likewise.
28112         (_dl_lookup_symbol_x): Likewise.
28113         (_dl_debug_bindings): Likewise.
28114         * elf/dl-open.c (_dl_show_scope): Likewise.
28115         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28116         * elf/dl-version.c (match_symbol): Likewise.
28117         (_dl_check_map_versions): Likewise.
28118         * elf/rtld.c (dl_main): Likewise.
28119         (print_unresolved): Use RTLD_PROGNAME.
28120         (print_missing_version): Likewise.
28121         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28122         (elf_machine_rela): Likewise.
28123         * sysdeps/powerpc/powerpc32/dl-machine.c
28124         (__process_machine_rela): Likewise.
28125         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28126         Likewise.
28127         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28128         Likewise.
28129         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28130         Likewise.
28131         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28132         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28133         Likewise.
28134         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28135         Likewise.
28136         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28138 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28140         * po/be.po: Add descriptive title.
28141         * po/zh_CN.po: Likewise.
28142         * po/header.pot: Likewise.
28144 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28146         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28147         error message.
28148         (enlarge_archive): Likewise.
28150 2013-05-28  Ben North  <ben@redfrontdoor.org>
28152         * manual/arith.texi (frexp): It is the magnitude of the return
28153         value which lies in [0.5, 1), not the return value itself.
28155 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28157         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28159 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28161         * stdio-common/bug26.c (main): Correct fscanf template.
28163         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28164         declare _dl_skip_args.
28166         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28167         Don't declare.
28169         * manual/platform.texi: Add missing @end deftypefun.
28171 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28173         [BZ #15529]
28174         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28175         bit of mantissa of 2^16382.
28176         * math/libm-test.inc (hypot_test_data): Add more tests.
28178         * math/libm-test.inc: Add drem and pow10 to list of tested
28179         functions.
28180         (pow10_test): New function.
28181         (drem_test): Likewise.
28182         (drem_test_tonearest): Likewise.
28183         (drem_test_towardzero): Likewise.
28184         (drem_test_downward): Likewise.
28185         (drem_test_upward): Likewise.
28186         (main): Call the new functions.
28188         * math/libm-test.inc (finite_test_data): Remove.
28189         (finite_test): Run tests from isfinite_test_data.
28190         (gamma_test_data): Remove.
28191         (gamma_test): Run tests from lgamma_test_data.
28192         * sysdeps/i386/fpu/libm-test-ulps: Update.
28193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28195 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28197         * manual/platform.texi: Add PowerPC PPR function set documentation.
28198         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28199         implementation.
28201 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28203         * math/libm-test.inc (MAX_EXP): Define.
28204         (ULPDIFF): Define.
28205         (ulp): New function.
28206         (check_float_internal): Use ULPDIFF.
28207         (cpow_test): Disable failing test.
28208         (check_ulp): Test ulp() implemetnation.
28209         (main): Call check_ulp before starting tests.
28211 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28213         * math/gen-libm-test.pl (generate_testfile): Do not handle
28214         START_DATA and END_DATA.
28215         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28216         END_DATA.
28217         (acos_tonearest_test_data): Likewise.
28218         (acos_towardzero_test_data): Likewise.
28219         (acos_downward_test_data): Likewise.
28220         (acos_upward_test_data): Likewise.
28221         (acosh_test_data): Likewise.
28222         (asin_test_data): Likewise.
28223         (asin_tonearest_test_data): Likewise.
28224         (asin_towardzero_test_data): Likewise.
28225         (asin_downward_test_data): Likewise.
28226         (asin_upward_test_data): Likewise.
28227         (asinh_test_data): Likewise.
28228         (atan_test_data): Likewise.
28229         (atanh_test_data): Likewise.
28230         (atan2_test_data): Likewise.
28231         (cabs_test_data): Likewise.
28232         (cacos_test_data): Likewise.
28233         (cacosh_test_data): Likewise.
28234         (carg_test_data): Likewise.
28235         (casin_test_data): Likewise.
28236         (casinh_test_data): Likewise.
28237         (catan_test_data): Likewise.
28238         (catanh_test_data): Likewise.
28239         (cbrt_test_data): Likewise.
28240         (ccos_test_data): Likewise.
28241         (ccosh_test_data): Likewise.
28242         (ceil_test_data): Likewise.
28243         (cexp_test_data): Likewise.
28244         (cimag_test_data): Likewise.
28245         (clog_test_data): Likewise.
28246         (clog10_test_data): Likewise.
28247         (conj_test_data): Likewise.
28248         (copysign_test_data): Likewise.
28249         (cos_test_data): Likewise.
28250         (cos_tonearest_test_data): Likewise.
28251         (cos_towardzero_test_data): Likewise.
28252         (cos_downward_test_data): Likewise.
28253         (cos_upward_test_data): Likewise.
28254         (cosh_test_data): Likewise.
28255         (cosh_tonearest_test_data): Likewise.
28256         (cosh_towardzero_test_data): Likewise.
28257         (cosh_downward_test_data): Likewise.
28258         (cosh_upward_test_data): Likewise.
28259         (cpow_test_data): Likewise.
28260         (cproj_test_data): Likewise.
28261         (creal_test_data): Likewise.
28262         (csin_test_data): Likewise.
28263         (csinh_test_data): Likewise.
28264         (csqrt_test_data): Likewise.
28265         (ctan_test_data): Likewise.
28266         (ctan_tonearest_test_data): Likewise.
28267         (ctan_towardzero_test_data): Likewise.
28268         (ctan_downward_test_data): Likewise.
28269         (ctan_upward_test_data): Likewise.
28270         (ctanh_test_data): Likewise.
28271         (ctanh_tonearest_test_data): Likewise.
28272         (ctanh_towardzero_test_data): Likewise.
28273         (ctanh_downward_test_data): Likewise.
28274         (ctanh_upward_test_data): Likewise.
28275         (erf_test_data): Likewise.
28276         (erfc_test_data): Likewise.
28277         (exp_test_data): Likewise.
28278         (exp_tonearest_test_data): Likewise.
28279         (exp_towardzero_test_data): Likewise.
28280         (exp_downward_test_data): Likewise.
28281         (exp_upward_test_data): Likewise.
28282         (exp10_test_data): Likewise.
28283         (exp2_test_data): Likewise.
28284         (expm1_test_data): Likewise.
28285         (fabs_test_data): Likewise.
28286         (fdim_test_data): Likewise.
28287         (finite_test_data): Likewise.
28288         (floor_test_data): Likewise.
28289         (fma_test_data): Likewise.
28290         (fma_towardzero_test_data): Likewise.
28291         (fma_downward_test_data): Likewise.
28292         (fma_upward_test_data): Likewise.
28293         (fmax_test_data): Likewise.
28294         (fmin_test_data): Likewise.
28295         (fmod_test_data): Likewise.
28296         (fpclassify_test_data): Likewise.
28297         (frexp_test_data): Likewise.
28298         (gamma_test_data): Likewise.
28299         (hypot_test_data): Likewise.
28300         (ilogb_test_data): Likewise.
28301         (isfinite_test_data): Likewise.
28302         (isgreater_test_data): Likewise.
28303         (isgreaterequal_test_data): Likewise.
28304         (isinf_test_data): Likewise.
28305         (isless_test_data): Likewise.
28306         (islessequal_test_data): Likewise.
28307         (islessgreater_test_data): Likewise.
28308         (isnan_test_data): Likewise.
28309         (isnormal_test_data): Likewise.
28310         (issignaling_test_data): Likewise.
28311         (isunordered_test_data): Likewise.
28312         (j0_test_data): Likewise.
28313         (j1_test_data): Likewise.
28314         (jn_test_data): Likewise.
28315         (ldexp_test_data): Likewise.
28316         (lgamma_test_data): Likewise.
28317         (lrint_test_data): Likewise.
28318         (lrint_tonearest_test_data): Likewise.
28319         (lrint_towardzero_test_data): Likewise.
28320         (lrint_downward_test_data): Likewise.
28321         (lrint_upward_test_data): Likewise.
28322         (llrint_test_data): Likewise.
28323         (llrint_tonearest_test_data): Likewise.
28324         (llrint_towardzero_test_data): Likewise.
28325         (llrint_downward_test_data): Likewise.
28326         (llrint_upward_test_data): Likewise.
28327         (log_test_data): Likewise.
28328         (log10_test_data): Likewise.
28329         (log1p_test_data): Likewise.
28330         (log2_test_data): Likewise.
28331         (logb_test_data): Likewise.
28332         (logb_downward_test_data): Likewise.
28333         (lround_test_data): Likewise.
28334         (llround_test_data): Likewise.
28335         (modf_test_data): Likewise.
28336         (nearbyint_test_data): Likewise.
28337         (nextafter_test_data): Likewise.
28338         (nexttoward_test_data): Likewise.
28339         (pow_test_data): Likewise.
28340         (pow_tonearest_test_data): Likewise.
28341         (pow_towardzero_test_data): Likewise.
28342         (pow_downward_test_data): Likewise.
28343         (pow_upward_test_data): Likewise.
28344         (remainder_test_data): Likewise.
28345         (remainder_tonearest_test_data): Likewise.
28346         (remainder_towardzero_test_data): Likewise.
28347         (remainder_downward_test_data): Likewise.
28348         (remainder_upward_test_data): Likewise.
28349         (remquo_test_data): Likewise.
28350         (rint_test_data): Likewise.
28351         (rint_tonearest_test_data): Likewise.
28352         (rint_towardzero_test_data): Likewise.
28353         (rint_downward_test_data): Likewise.
28354         (rint_upward_test_data): Likewise.
28355         (round_test_data): Likewise.
28356         (scalb_test_data): Likewise.
28357         (scalbn_test_data): Likewise.
28358         (scalbln_test_data): Likewise.
28359         (signbit_test_data): Likewise.
28360         (sin_test_data): Likewise.
28361         (sin_tonearest_test_data): Likewise.
28362         (sin_towardzero_test_data): Likewise.
28363         (sin_downward_test_data): Likewise.
28364         (sin_upward_test_data): Likewise.
28365         (sincos_test_data): Likewise.
28366         (sinh_test_data): Likewise.
28367         (sinh_tonearest_test_data): Likewise.
28368         (sinh_towardzero_test_data): Likewise.
28369         (sinh_downward_test_data): Likewise.
28370         (sinh_upward_test_data): Likewise.
28371         (sqrt_test_data): Likewise.
28372         (tan_test_data): Likewise.
28373         (tan_tonearest_test_data): Likewise.
28374         (tan_towardzero_test_data): Likewise.
28375         (tan_downward_test_data): Likewise.
28376         (tan_upward_test_data): Likewise.
28377         (tanh_test_data): Likewise.
28378         (tgamma_test_data): Likewise.
28379         (trunc_test_data): Likewise.
28380         (y0_test_data): Likewise.
28381         (y1_test_data): Likewise.
28382         (yn_test_data): Likewise.
28383         (significand_test_data): Likewise.
28385         * math/gen-libm-test.pl (@functions): Remove variable.
28386         (generate_testfile): Don't handle START and END lines.
28387         * math/libm-test.inc (START): New macro.
28388         (END): Likewise.
28389         (END_COMPLEX): Likewise.
28390         (acos_test): Use END macro without arguments.
28391         (acos_test_tonearest): Likewise.
28392         (acos_test_towardzero): Likewise.
28393         (acos_test_downward): Likewise.
28394         (acos_test_upward): Likewise.
28395         (acosh_test): Likewise.
28396         (asin_test): Likewise.
28397         (asin_test_tonearest): Likewise.
28398         (asin_test_towardzero): Likewise.
28399         (asin_test_downward): Likewise.
28400         (asin_test_upward): Likewise.
28401         (asinh_test): Likewise.
28402         (atan_test): Likewise.
28403         (atanh_test): Likewise.
28404         (atan2_test): Likewise.
28405         (cabs_test): Likewise.
28406         (cacos_test): Use END_COMPLEX macro without arguments.
28407         (cacosh_test): Likewise.
28408         (carg_test): Use END macro without arguments.
28409         (casin_test): Use END_COMPLEX macro without arguments.
28410         (casinh_test): Likewise.
28411         (catan_test): Likewise.
28412         (catanh_test): Likewise.
28413         (cbrt_test): Use END macro without arguments.
28414         (ccos_test): Use END_COMPLEX macro without arguments.
28415         (ccosh_test): Likewise.
28416         (ceil_test): Use END macro without arguments.
28417         (cexp_test): Use END_COMPLEX macro without arguments.
28418         (cimag_test): Use END macro without arguments.
28419         (clog_test): Use END_COMPLEX macro without arguments.
28420         (clog10_test): Likewise.
28421         (conj_test): Likewise.
28422         (copysign_test): Use END macro without arguments.
28423         (cos_test): Likewise.
28424         (cos_test_tonearest): Likewise.
28425         (cos_test_towardzero): Likewise.
28426         (cos_test_downward): Likewise.
28427         (cos_test_upward): Likewise.
28428         (cosh_test): Likewise.
28429         (cosh_test_tonearest): Likewise.
28430         (cosh_test_towardzero): Likewise.
28431         (cosh_test_downward): Likewise.
28432         (cosh_test_upward): Likewise.
28433         (cpow_test): Use END_COMPLEX macro without arguments.
28434         (cproj_test): Likewise.
28435         (creal_test): Use END macro without arguments.
28436         (csin_test): Use END_COMPLEX macro without arguments.
28437         (csinh_test): Likewise.
28438         (csqrt_test): Likewise.
28439         (ctan_test): Likewise.
28440         (ctan_test_tonearest): Likewise.
28441         (ctan_test_towardzero): Likewise.
28442         (ctan_test_downward): Likewise.
28443         (ctan_test_upward): Likewise.
28444         (ctanh_test): Likewise.
28445         (ctanh_test_tonearest): Likewise.
28446         (ctanh_test_towardzero): Likewise.
28447         (ctanh_test_downward): Likewise.
28448         (ctanh_test_upward): Likewise.
28449         (erf_test): Use END macro without arguments.
28450         (erfc_test): Likewise.
28451         (exp_test): Likewise.
28452         (exp_test_tonearest): Likewise.
28453         (exp_test_towardzero): Likewise.
28454         (exp_test_downward): Likewise.
28455         (exp_test_upward): Likewise.
28456         (exp10_test): Likewise.
28457         (exp2_test): Likewise.
28458         (expm1_test): Likewise.
28459         (fabs_test): Likewise.
28460         (fdim_test): Likewise.
28461         (finite_test): Likewise.
28462         (floor_test): Likewise.
28463         (fma_test): Likewise.
28464         (fma_test_towardzero): Likewise.
28465         (fma_test_downward): Likewise.
28466         (fma_test_upward): Likewise.
28467         (fmax_test): Likewise.
28468         (fmin_test): Likewise.
28469         (fmod_test): Likewise.
28470         (fpclassify_test): Likewise.
28471         (frexp_test): Likewise.
28472         (gamma_test): Likewise.
28473         (hypot_test): Likewise.
28474         (ilogb_test): Likewise.
28475         (isfinite_test): Likewise.
28476         (isgreater_test): Likewise.
28477         (isgreaterequal_test): Likewise.
28478         (isinf_test): Likewise.
28479         (isless_test): Likewise.
28480         (islessequal_test): Likewise.
28481         (islessgreater_test): Likewise.
28482         (isnan_test): Likewise.
28483         (isnormal_test): Likewise.
28484         (issignaling_test): Likewise.
28485         (isunordered_test): Likewise.
28486         (j0_test): Likewise.
28487         (j1_test): Likewise.
28488         (jn_test): Likewise.
28489         (ldexp_test): Likewise.
28490         (lgamma_test): Likewise.
28491         (lrint_test): Likewise.
28492         (lrint_test_tonearest): Likewise.
28493         (lrint_test_towardzero): Likewise.
28494         (lrint_test_downward): Likewise.
28495         (lrint_test_upward): Likewise.
28496         (llrint_test): Likewise.
28497         (llrint_test_tonearest): Likewise.
28498         (llrint_test_towardzero): Likewise.
28499         (llrint_test_downward): Likewise.
28500         (llrint_test_upward): Likewise.
28501         (log_test): Likewise.
28502         (log10_test): Likewise.
28503         (log1p_test): Likewise.
28504         (log2_test): Likewise.
28505         (logb_test): Likewise.
28506         (logb_test_downward): Likewise.
28507         (lround_test): Likewise.
28508         (llround_test): Likewise.
28509         (modf_test): Likewise.
28510         (nearbyint_test): Likewise.
28511         (nextafter_test): Likewise.
28512         (nexttoward_test): Likewise.
28513         (pow_test): Likewise.
28514         (pow_test_tonearest): Likewise.
28515         (pow_test_towardzero): Likewise.
28516         (pow_test_downward): Likewise.
28517         (pow_test_upward): Likewise.
28518         (remainder_test): Likewise.
28519         (remainder_test_tonearest): Likewise.
28520         (remainder_test_towardzero): Likewise.
28521         (remainder_test_downward): Likewise.
28522         (remainder_test_upward): Likewise.
28523         (remquo_test): Likewise.
28524         (rint_test): Likewise.
28525         (rint_test_tonearest): Likewise.
28526         (rint_test_towardzero): Likewise.
28527         (rint_test_downward): Likewise.
28528         (rint_test_upward): Likewise.
28529         (round_test): Likewise.
28530         (scalb_test): Likewise.
28531         (scalbn_test): Likewise.
28532         (scalbln_test): Likewise.
28533         (signbit_test): Likewise.
28534         (sin_test): Likewise.
28535         (sin_test_tonearest): Likewise.
28536         (sin_test_towardzero): Likewise.
28537         (sin_test_downward): Likewise.
28538         (sin_test_upward): Likewise.
28539         (sincos_test): Likewise.
28540         (sinh_test): Likewise.
28541         (sinh_test_tonearest): Likewise.
28542         (sinh_test_towardzero): Likewise.
28543         (sinh_test_downward): Likewise.
28544         (sinh_test_upward): Likewise.
28545         (sqrt_test): Likewise.
28546         (tan_test): Likewise.
28547         (tan_test_tonearest): Likewise.
28548         (tan_test_towardzero): Likewise.
28549         (tan_test_downward): Likewise.
28550         (tan_test_upward): Likewise.
28551         (tanh_test): Likewise.
28552         (tgamma_test): Likewise.
28553         (trunc_test): Likewise.
28554         (y0_test): Likewise.
28555         (y1_test): Likewise.
28556         (yn_test): Likewise.
28557         (significand_test): Likewise.
28559 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28561         [BZ #15381]
28562         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28564 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28566         [BZ #14894]
28567         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28568         __ppc_mdoio and __ppc_mdoom.
28569         * manual/platform.texi: Document new functions __ppc_yield,
28570         __ppc_mdoio and __ppc_mdoom.
28572 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28574         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28575         (main): Mention "tls" pseudo-hwcap is legacy.
28576         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28578 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28580         * math/gen-libm-test.pl (parse_args): Output only string of
28581         arguments as text for test name, not full call or descriptions of
28582         tests for extra outputs.
28583         (generate_testfile): Do not pass function name to parse_args.
28584         Generate this_func variable from START.
28585         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28586         field to arg_str.
28587         (struct test_ff_f_data): Likewise.
28588         (test_ff_f_data_nexttoward): Likewise.
28589         (struct test_fi_f_data): Likewise.
28590         (struct test_fl_f_data): Likewise.
28591         (struct test_if_f_data): Likewise.
28592         (struct test_fff_f_data): Likewise.
28593         (struct test_c_f_data): Likewise.
28594         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28595         (struct test_fF_f1_data): Likewise.
28596         (struct test_ffI_f1_data): Likewise.
28597         (struct test_c_c_data): Rename test_name field to arg_str.
28598         (struct test_cc_c_data): Likewise.
28599         (struct test_f_i_data): Likewise.
28600         (struct test_ff_i_data): Likewise.
28601         (struct test_f_l_data): Likewise.
28602         (struct test_f_L_data): Likewise.
28603         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28604         and extra2_name.
28605         (COMMON_TEST_SETUP): New macro.
28606         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28607         (COMMON_TEST_CLEANUP): Likewise.
28608         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28609         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28610         macros.
28611         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28612         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28613         macros.
28614         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28615         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28616         cleanup macros.
28617         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28618         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28619         macros.
28620         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28621         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28622         macros.
28623         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28624         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28625         cleanup macros.
28626         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28627         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28628         cleanup macros.
28629         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28630         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28631         cleanup macros.
28632         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28633         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28634         macros.
28635         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28636         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28637         macros.
28638         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28639         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28640         macros.
28641         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28642         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28643         cleanup macros.
28644         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28645         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28646         cleanup macros.
28647         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28648         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28649         macros.
28650         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28651         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28652         cleanup macros.
28653         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28654         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28655         macros.
28656         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28657         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28658         macros.
28659         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28660         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28661         cleanup macros.
28662         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28664 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28666         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28667         to _sifields.sigfault.
28668         (si_addr_lsb): Define new macro.
28669         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28670         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28671         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28673 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28675         [BZ #15441]
28676         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28677         returns -1.
28678         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28679         null return -1.
28680         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28681         loading the domain.
28683 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28685         * math/gen-libm-test.pl (parse_args): Do not include expected
28686         result in test name.
28687         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28688         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28689         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28690         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28691         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28694 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28696         * benchtests/Makefile: Sort function entries.
28698         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28699         tanh, asinh, acosh, atanh.
28700         * benchtests/acos-inputs: New file.
28701         * benchtests/acosh-inputs: New file.
28702         * benchtests/asin-inputs: New file.
28703         * benchtests/asinh-inputs: New file.
28704         * benchtests/atanh-inputs: New file.
28705         * benchtests/cosh-inputs: New file.
28706         * benchtests/log-inputs: New file.
28707         * benchtests/sinh-inputs: New file.
28708         * benchtests/tanh-inputs: New file.
28710 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28712         [BZ #15339]
28713         * posix/tst-getaddrinfo4.c: New test.
28714         * posix/Makefile (tests): Add it.
28716 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28718         [BZ #15339]
28719         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28720         when no services were used.
28721         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28722         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28724 2013-05-21  Andreas Schwab  <schwab@suse.de>
28726         [BZ #15014]
28727         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28728         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28729         successful.
28730         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28731         redundant variable declarations and reallocation of buffer when
28732         parsing as IPv6 address.  Always set NSS status when called from
28733         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28734         buffer too small.  Correct computation of needed size.
28735         * nss/Makefile (tests): Add test-digits-dots.
28736         * nss/test-digits-dots.c: New test.
28738 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28740         * benchtests/Makefile: Remove instructions for adding
28741         benchmark tests.
28742         * benchtests/README: New file to explain how to execute and
28743         enhance the benchmark tests.
28745 2013-05-21  Andreas Schwab  <schwab@suse.de>
28747         [BZ #15493]
28748         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28749         * setjmp/tst-sigsetjmp.c: New test.
28751 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28753         * sysdeps/x86_64/memset.S (memset): New implementation.
28754         (__bzero): Likewise.
28755         (__memset_tail): New function.
28757 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28759         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28760         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28761         __memcpy_sse2_unaligned ifunc selection.
28762         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28763         Add memcpy-sse2-unaligned.S.
28764         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28765         Add: __memcpy_sse2_unaligned.
28767 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28769         [BZ #15490]
28770         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28771         math_force_eval before restoring floating-point envrionment.
28772         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28773         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28774         Likewise.
28775         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28776         <math_private.h>.
28777         (__nearbyintl): Use math_force_eval before restoring
28778         floating-point environment.
28779         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28781         * math/gen-libm-test.pl (special_functions): Remove.
28782         (parse_args): Don't handle TEST_extra.  Handle functions with no
28783         return value.
28784         * math/libm-test.inc (struct test_sincos_data): Replace with
28785         struct test_fFF_11_data.
28786         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28787         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28788         (sincos_test_data): Change element type to struct
28789         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28790         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28791         RUN_TEST_LOOP_sincos.
28792         * math/README.libm-test: Don't mention special handling of
28793         individual functions.
28794         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28795         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28796         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28797         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28798         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28801         * math/gen-libm-test.pl (get_variable): Remove function.
28802         (parse_args): Don't show pointer parameters to call in test
28803         names.  Use "extra output N" in test names for extra outputs
28804         rather than naming variables.
28806 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28808         [BZ #15488]
28809         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28810         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28811         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28812         double tests.
28813         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28814         disable.
28815         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28816         check_long_double.
28818         * math/gen-libm-test.pl (@tests): Remove variable.
28819         ($count): Likewise.
28820         (new_test): Remove function.
28821         (show_exceptions): New function.
28822         (special_functions): Use show_exceptions instead of new_test.
28823         (parse_args): Likewise.
28824         (generate_testfile): Pass only function name in generated call to
28825         print_max_error or print_complex_max_error.
28826         (get_ulps): Do not handle complex tests specially.
28827         (output_test): Rename to ...
28828         (get_all_ulps_for_test): ... this.  Return a string rather than
28829         printing to a file.  Require ulps to be present.
28830         (output_ulps): Generate arrays rather than #defines.
28831         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28832         (struct ulp_data): New type.
28833         (BUILD_COMPLEX_ULP): Remove macro.
28834         (compare_ulp_data): New function.
28835         (find_ulps): Likewise.
28836         (find_test_ulps): Likewise.
28837         (find_function_ulps): Likewise.
28838         (find_complex_function_ulps): Likewise.
28839         (print_max_error): Determine allowed ulps using
28840         find_function_ulps.
28841         (print_complex_max_error): Determine allowed ulps using
28842         find_complex_function_ulps.
28843         (check_float_internal): Determine max ulps using find_test_ulps.
28844         (check_float): Do not take max_ulp parameter.  Update call to
28845         check_float_internal.
28846         (check_complex): Likewise.
28847         (check_int): Do not take max_ulp parameter.
28848         (check_long): Likewise.
28849         (check_bool): Likewise.
28850         (check_longlong): Likewise.
28851         (struct test_f_f_data): Remove max_ulp field.
28852         (struct test_ff_f_data): Likewise.
28853         (struct test_ff_f_data_nexttoward): Likewise.
28854         (struct test_fi_f_data): Likewise.
28855         (struct test_fl_f_data): Likewise.
28856         (struct test_if_f_data): Likewise.
28857         (struct test_fff_f_data): Likewise.
28858         (struct test_c_f_data): Likewise.
28859         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28860         (struct test_fF_f1_data): Likewise.
28861         (struct test_ffI_f1_data): Likewise.
28862         (struct test_c_c_data): Remove max_ulp field.
28863         (struct test_cc_c_data): Likewise.
28864         (struct test_f_i_data): Likewise.
28865         (struct test_ff_i_data): Likewise.
28866         (struct test_f_l_data): Likewise.
28867         (struct test_f_L_data): Likewise.
28868         (struct test_sincos_data): Likewise.
28869         (RUN_TEST_f_f): Do not handle ulps.
28870         (RUN_TEST_LOOP_f_f): Likewise.
28871         (RUN_TEST_2_f): Likewise.
28872         (RUN_TEST_LOOP_2_f): Likewise.
28873         (RUN_TEST_fff_f): Likewise.
28874         (RUN_TEST_LOOP_fff_f): Likewise.
28875         (RUN_TEST_c_f): Likewise.
28876         (RUN_TEST_LOOP_c_f): Likewise.
28877         (RUN_TEST_f_f1): Likewise.
28878         (RUN_TEST_LOOP_f_f1): Likewise.
28879         (RUN_TEST_fF_f1): Likewise.
28880         (RUN_TEST_LOOP_fF_f1): Likewise.
28881         (RUN_TEST_fI_f1): Likewise.
28882         (RUN_TEST_LOOP_fI_f1): Likewise.
28883         (RUN_TEST_ffI_f1): Likewise.
28884         (RUN_TEST_LOOP_ffI_f1): Likewise.
28885         (RUN_TEST_c_c): Likewise.
28886         (RUN_TEST_LOOP_c_c): Likewise.
28887         (RUN_TEST_cc_c): Likewise.
28888         (RUN_TEST_LOOP_cc_c): Likewise.
28889         (RUN_TEST_f_i): Likewise.
28890         (RUN_TEST_LOOP_f_i): Likewise.
28891         (RUN_TEST_f_i_tg): Likewise.
28892         (RUN_TEST_LOOP_f_i_tg): Likewise.
28893         (RUN_TEST_ff_i_tg): Likewise.
28894         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28895         (RUN_TEST_f_b): Likewise.
28896         (RUN_TEST_LOOP_f_b): Likewise.
28897         (RUN_TEST_f_b_tg): Likewise.
28898         (RUN_TEST_LOOP_f_b_tg): Likewise.
28899         (RUN_TEST_f_l): Likewise.
28900         (RUN_TEST_LOOP_f_l): Likewise.
28901         (RUN_TEST_f_L): Likewise.
28902         (RUN_TEST_LOOP_f_L): Likewise.
28903         (RUN_TEST_sincos): Likewise.
28904         (RUN_TEST_LOOP_sincos): Likewise.
28906 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28908         [BZ #15480]
28909         [BZ #15485]
28910         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28911         main case of finite arguments, set rounding mode to FE_TONEAREST
28912         and discard exceptions.
28913         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28914         exceptions.
28915         (remainder_tonearest_test_data): New variable.
28916         (remainder_test_tonearest): New function.
28917         (remainder_towardzero_test_data): New variable.
28918         (remainder_test_towardzero): New function.
28919         (remainder_downward_test_data): New variable.
28920         (remainder_test_downward): New function.
28921         (remainder_upward_test_data): New variable.
28922         (remainder_test_upward): New function.
28923         (main): Call the new test functions.
28925         * math/libm-test.inc (struct test_f_f1_data): Remove field
28926         extra_init.
28927         (struct test_fF_f1_data): Likewise.
28928         (struct test_ffI_f1_data): Likewise.
28929         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28930         based on value of EXTRA_EXPECTED.
28931         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28932         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28933         EXTRA_VAR based on value of EXTRA_EXPECTED.
28934         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28935         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28936         EXTRA_VAR based on value of EXTRA_EXPECTED.
28937         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28938         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28939         EXTRA_VAR based on value of EXTRA_EXPECTED.
28940         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28941         * math/gen-libm-test.pl (parse_args): Don't output initializers
28942         for extra output values.
28944         * math/libm-test.inc (check_int): Expect result to be exactly
28945         equal to expected value and do not handle ulps.
28946         (check_long): Likewise.
28947         (check_longlong): Likewise.
28949         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28950         exceptions.
28951         (cimag_test_data): Likewise.
28952         (conj_test_data): Likewise.
28953         (copysign_test_data): Likewise.
28954         (cproj_test_data): Likewise.
28955         (creal_test_data): Likewise.
28956         (fabs_test_data): Likewise.
28957         (fdim_test_data): Likewise.
28958         (finite_test_data): Likewise.
28959         (floor_test_data): Likewise.
28960         (fmax_test_data): Likewise.
28961         (fmin_test_data): Likewise.
28962         (fmod_test_data): Likewise.
28963         (fpclassify_test_data): Likewise.
28964         (frexp_test_data): Likewise.
28965         (ilogb_test_data): Likewise.
28966         (isfinite_test_data): Likewise.
28967         (isgreater_test_data): Likewise.
28968         (isgreaterequal_test_data): Likewise.
28969         (isinf_test_data): Likewise.
28970         (isless_test_data): Likewise.
28971         (islessequal_test_data): Likewise.
28972         (islessgreater_test_data): Likewise.
28973         (isnan_test_data): Likewise.
28974         (isnormal_test_data): Likewise.
28975         (issignaling_test_data): Likewise.
28976         (isunordered_test_data): Likewise.
28977         (ldexp_test_data): Likewise.
28978         (lrint_test_data): Likewise.
28979         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28980         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28981         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28982         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28983         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28984         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28985         test input.
28986         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28987         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28988         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28989         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28990         that test input.
28991         (lrint_downward_test_data): Test for "inexact" exceptions.
28992         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28993         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28994         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28995         test input.
28996         (lrint_upward_test_data): Test for "inexact" exceptions.
28997         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28998         test input.
28999         (llrint_test_data): Test for "inexact" exceptions.
29000         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29001         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29002         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29003         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29004         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29005         (llrint_downward_test_data): Test for "inexact" exceptions.
29006         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29007         (llrint_upward_test_data): Test for "inexact" exceptions.
29008         (logb_test_data): Likewise.
29009         (logb_downward_test_data): Likewise.
29010         (nextafter_test_data): Likewise.
29011         (nexttoward_test_data): Likewise.
29012         (remainder_test_data): Likewise.
29013         (remquo_test_data): Likewise.
29014         (scalbn_test_data): Likewise.
29015         (scalbln_test_data): Likewise.
29016         (signbit_test_data): Likewise.
29017         (sqrt_test_data): Likewise.
29018         (significand_test_data): Likewise.
29020 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29022         [BZ #15424]
29023         * benchtests/bench-modf.c (struct args): Mark arg0 as
29024         volatile.
29025         * scripts/bench.pl: Mark members of struct args as volatile.
29027 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29029         [BZ # 15497]
29030         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29031         negative infinity on POWER6 or lower.
29032         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29034 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29036         [BZ #15442]
29037         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29038         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29039         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29040         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29041         (_FP_SETQNAN): New macro.
29042         (_FP_SETQNAN_SEMIRAW): Likewise.
29043         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29044         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29045         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29046         (FP_EXTEND): Use _FP_FRAC_SNANP.
29047         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29048         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29049         into account.
29050         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29051         New macro.
29052         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29053         Likewise.
29055 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29057         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29058         with DIVIDE_BY_ZERO_EXCEPTION.
29059         (gamma_test_data): Likewise.
29060         (lgamma_test_data): Likewise.
29061         (log_test_data): Likewise.
29062         (log10_test_data): Likewise.
29063         (log2_test_data): Likewise.
29064         (tgamma_test_data): Likewise.
29066         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29067         (acos_test_tonearest): Likewise.
29068         (acos_test_towardzero): Likewise.
29069         (acos_test_downward): Likewise.
29070         (acos_test_upward): Likewise.
29071         (acosh_test): Likewise.
29072         (asin_test): Likewise.
29073         (asin_test_tonearest): Likewise.
29074         (asin_test_towardzero): Likewise.
29075         (asin_test_downward): Likewise.
29076         (asin_test_upward): Likewise.
29077         (asinh_test): Likewise.
29078         (atan_test): Likewise.
29079         (atanh_test): Likewise.
29080         (atan2_test): Likewise.
29081         (cabs_test): Likewise.
29082         (cacos_test): Likewise.
29083         (cacosh_test): Likewise.
29084         (casin_test): Likewise.
29085         (casinh_test): Likewise.
29086         (catan_test): Likewise.
29087         (catanh_test): Likewise.
29088         (cbrt_test): Likewise.
29089         (ccos_test): Likewise.
29090         (ccosh_test): Likewise.
29091         (cexp_test): Likewise.
29092         (clog_test): Likewise.
29093         (clog10_test): Likewise.
29094         (cos_test): Likewise.
29095         (cos_test_tonearest): Likewise.
29096         (cos_test_towardzero): Likewise.
29097         (cos_test_downward): Likewise.
29098         (cos_test_upward): Likewise.
29099         (cosh_test): Likewise.
29100         (cosh_test_tonearest): Likewise.
29101         (cosh_test_towardzero): Likewise.
29102         (cosh_test_downward): Likewise.
29103         (cosh_test_upward): Likewise.
29104         (cpow_test): Likewise.
29105         (csin_test): Likewise.
29106         (csinh_test): Likewise.
29107         (csqrt_test): Likewise.
29108         (ctan_test): Likewise.
29109         (ctan_test_tonearest): Likewise.
29110         (ctan_test_towardzero): Likewise.
29111         (ctan_test_downward): Likewise.
29112         (ctan_test_upward): Likewise.
29113         (ctanh_test): Likewise.
29114         (ctanh_test_tonearest): Likewise.
29115         (ctanh_test_towardzero): Likewise.
29116         (ctanh_test_downward): Likewise.
29117         (ctanh_test_upward): Likewise.
29118         (erf_test): Likewise.
29119         (erfc_test): Likewise.
29120         (exp_test): Likewise.
29121         (exp_test_tonearest): Likewise.
29122         (exp_test_towardzero): Likewise.
29123         (exp_test_downward): Likewise.
29124         (exp_test_upward): Likewise.
29125         (exp10_test): Likewise.
29126         (exp2_test): Likewise.
29127         (expm1_test): Likewise.
29128         (fmod_test): Likewise.
29129         (gamma_test): Likewise.
29130         (hypot_test): Likewise.
29131         (j0_test): Likewise.
29132         (j1_test): Likewise.
29133         (jn_test): Likewise.
29134         (lgamma_test): Likewise.
29135         (log_test): Likewise.
29136         (log10_test): Likewise.
29137         (log1p_test): Likewise.
29138         (log2_test): Likewise.
29139         (logb_test_downward): Likewise.
29140         (pow_test): Likewise.
29141         (pow_test_tonearest): Likewise.
29142         (pow_test_towardzero): Likewise.
29143         (pow_test_downward): Likewise.
29144         (pow_test_upward): Likewise.
29145         (remainder_test): Likewise.
29146         (remquo_test): Likewise.
29147         (sin_test): Likewise.
29148         (sin_test_tonearest): Likewise.
29149         (sin_test_towardzero): Likewise.
29150         (sin_test_downward): Likewise.
29151         (sin_test_upward): Likewise.
29152         (sincos_test): Likewise.
29153         (sinh_test): Likewise.
29154         (sinh_test_tonearest): Likewise.
29155         (sinh_test_towardzero): Likewise.
29156         (sinh_test_downward): Likewise.
29157         (sinh_test_upward): Likewise.
29158         (sqrt_test): Likewise.
29159         (tan_test): Likewise.
29160         (tan_test_tonearest): Likewise.
29161         (tan_test_towardzero): Likewise.
29162         (tan_test_downward): Likewise.
29163         (tan_test_upward): Likewise.
29164         (tanh_test): Likewise.
29165         (tgamma_test): Likewise.
29166         (y0_test): Likewise.
29167         (y1_test): Likewise.
29168         (yn_test): Likewise.
29170         * math/gen-libm-test.pl (adjust_arg): Remove function.
29171         (special_function): Remove argument $in_func.  Only handle
29172         generating output for tables of tests, not inside functions.
29173         (parse_args): Likewise.
29174         (generate_testfile): Remove variable $in_func.  Update call to
29175         parse_args.
29176         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29177         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29178         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29179         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29180         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29181         (MAX_VALUE_INIT): Rename macro to max_value.
29182         (MIN_VALUE_INIT): Rename macro to min_value.
29183         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29184         (plus_zero): Remove variable.
29185         (minus_zero): Likewise.
29186         (plus_infty): Likewise.
29187         (minus_infty): Likewise.
29188         (qnan_value): Likewise.
29189         (max_value): Likewise.
29190         (min_value): Likewise.
29191         (min_subnorm_value): Likewise.
29193 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29195         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29196         uint64_t or uint32_t usage.
29197         * crypt/sha256-block.c: Likewise.
29198         * crypt/sha256-crypt.c: Likewise.
29199         * crypt/sha256.c: Likewise.
29200         * crypt/sha512-block.c: Likewise.
29201         * crypt/sha512-crypt.c: Likewise.
29202         * crypt/sha512.c: Likewise.
29203         * debug/backtrace-tst.c: Likewise.
29204         * debug/pcprofiledump.c: Likewise.
29205         * elf/cache.c: Likewise.
29206         * elf/dl-cache.c: Likewise.
29207         * elf/dl-misc.c: Likewise.
29208         * elf/dl-profile.c: Likewise.
29209         * elf/dl-support.c: Likewise.
29210         * elf/ldconfig.c: Likewise.
29211         * elf/sprof.c: Likewise.
29212         * iconv/dummy-repertoire.c: Likewise.
29213         * iconv/iconv_charmap.c: Likewise.
29214         * iconv/skeleton.c: Likewise.
29215         * iconvdata/8bit-generic.c: Likewise.
29216         * iconvdata/cp737.h: Likewise.
29217         * iconvdata/cp775.h: Likewise.
29218         * iconvdata/ibm1008.h: Likewise.
29219         * iconvdata/ibm1025.h: Likewise.
29220         * iconvdata/ibm1046.h: Likewise.
29221         * iconvdata/ibm1097.h: Likewise.
29222         * iconvdata/ibm1112.h: Likewise.
29223         * iconvdata/ibm1122.h: Likewise.
29224         * iconvdata/ibm1123.h: Likewise.
29225         * iconvdata/ibm1124.h: Likewise.
29226         * iconvdata/ibm1129.h: Likewise.
29227         * iconvdata/ibm1130.h: Likewise.
29228         * iconvdata/ibm1132.h: Likewise.
29229         * iconvdata/ibm1133.h: Likewise.
29230         * iconvdata/ibm1137.h: Likewise.
29231         * iconvdata/ibm1140.h: Likewise.
29232         * iconvdata/ibm1141.h: Likewise.
29233         * iconvdata/ibm1142.h: Likewise.
29234         * iconvdata/ibm1143.h: Likewise.
29235         * iconvdata/ibm1144.h: Likewise.
29236         * iconvdata/ibm1145.h: Likewise.
29237         * iconvdata/ibm1146.h: Likewise.
29238         * iconvdata/ibm1147.h: Likewise.
29239         * iconvdata/ibm1148.h: Likewise.
29240         * iconvdata/ibm1149.h: Likewise.
29241         * iconvdata/ibm1153.h: Likewise.
29242         * iconvdata/ibm1154.h: Likewise.
29243         * iconvdata/ibm1155.h: Likewise.
29244         * iconvdata/ibm1156.h: Likewise.
29245         * iconvdata/ibm1157.h: Likewise.
29246         * iconvdata/ibm1158.h: Likewise.
29247         * iconvdata/ibm1160.h: Likewise.
29248         * iconvdata/ibm1161.h: Likewise.
29249         * iconvdata/ibm1162.h: Likewise.
29250         * iconvdata/ibm1163.h: Likewise.
29251         * iconvdata/ibm1164.h: Likewise.
29252         * iconvdata/ibm1166.h: Likewise.
29253         * iconvdata/ibm1167.h: Likewise.
29254         * iconvdata/ibm12712.h: Likewise.
29255         * iconvdata/ibm1390.h: Likewise.
29256         * iconvdata/ibm1399.h: Likewise.
29257         * iconvdata/ibm16804.h: Likewise.
29258         * iconvdata/ibm4517.h: Likewise.
29259         * iconvdata/ibm4899.h: Likewise.
29260         * iconvdata/ibm4909.h: Likewise.
29261         * iconvdata/ibm4971.h: Likewise.
29262         * iconvdata/ibm5347.h: Likewise.
29263         * iconvdata/ibm803.h: Likewise.
29264         * iconvdata/ibm856.h: Likewise.
29265         * iconvdata/ibm901.h: Likewise.
29266         * iconvdata/ibm902.h: Likewise.
29267         * iconvdata/ibm9030.h: Likewise.
29268         * iconvdata/ibm9066.h: Likewise.
29269         * iconvdata/ibm921.h: Likewise.
29270         * iconvdata/ibm922.h: Likewise.
29271         * iconvdata/ibm9448.h: Likewise.
29272         * iconvdata/isiri-3342.h: Likewise.
29273         * iconvdata/jis0201.h: Likewise.
29274         * include/link.h: Likewise.
29275         * include/netdb.h: Likewise.
29276         * inet/check_native.c: Likewise.
29277         * inet/check_pf.c: Likewise.
29278         * inet/getipv4sourcefilter.c: Likewise.
29279         * inet/getnameinfo.c: Likewise.
29280         * inet/getsourcefilter.c: Likewise.
29281         * inet/htonl.c: Likewise.
29282         * inet/setipv4sourcefilter.c: Likewise.
29283         * inet/setsourcefilter.c: Likewise.
29284         * inet/test-inet6_opt.c: Likewise.
29285         * inet/tst-network.c: Likewise.
29286         * locale/C-collate.c: Likewise.
29287         * locale/C-ctype.c: Likewise.
29288         * locale/C-time.c: Likewise.
29289         * locale/C-translit.h: Likewise.
29290         * locale/loadarchive.c: Likewise.
29291         * locale/programs/3level.h: Likewise.
29292         * locale/programs/charmap.c: Likewise.
29293         * locale/programs/charmap.h: Likewise.
29294         * locale/programs/ld-address.c: Likewise.
29295         * locale/programs/ld-collate.c: Likewise.
29296         * locale/programs/ld-ctype.c: Likewise.
29297         * locale/programs/ld-identification.c: Likewise.
29298         * locale/programs/ld-measurement.c: Likewise.
29299         * locale/programs/ld-messages.c: Likewise.
29300         * locale/programs/ld-monetary.c: Likewise.
29301         * locale/programs/ld-name.c: Likewise.
29302         * locale/programs/ld-numeric.c: Likewise.
29303         * locale/programs/ld-paper.c: Likewise.
29304         * locale/programs/ld-telephone.c: Likewise.
29305         * locale/programs/ld-time.c: Likewise.
29306         * locale/programs/linereader.c: Likewise.
29307         * locale/programs/locale.c: Likewise.
29308         * locale/programs/locarchive.c: Likewise.
29309         * locale/programs/locfile.h: Likewise.
29310         * locale/programs/repertoire.c: Likewise.
29311         * locale/programs/simple-hash.c: Likewise.
29312         * locale/programs/simple-hash.h: Likewise.
29313         * malloc/memusage.c: Likewise.
29314         * malloc/memusagestat.c: Likewise.
29315         * nis/nis_defaults.c: Likewise.
29316         * nis/nis_hash.c: Likewise.
29317         * nis/nis_print.c: Likewise.
29318         * nis/nis_xdr.c: Likewise.
29319         * nscd/connections.c: Likewise.
29320         * nscd/hstcache.c: Likewise.
29321         * nscd/nscd_gethst_r.c: Likewise.
29322         * nscd/nscd_getserv_r.c: Likewise.
29323         * nscd/nscd_helper.c: Likewise.
29324         * nscd/servicescache.c: Likewise.
29325         * nss/makedb.c: Likewise.
29326         * nss/nss_db/db-XXX.c: Likewise.
29327         * nss/nss_db/db-initgroups.c: Likewise.
29328         * nss/nss_db/db-netgrp.c: Likewise.
29329         * nss/nss_files/files-network.c: Likewise.
29330         * nss/nss_files/files-parse.c: Likewise.
29331         * posix/bug-regex5.c: Likewise.
29332         * posix/fnmatch_loop.c: Likewise.
29333         * posix/regcomp.c: Likewise.
29334         * posix/regexec.c: Likewise.
29335         * posix/tst-rfc3484-2.c: Likewise.
29336         * posix/tst-rfc3484-3.c: Likewise.
29337         * posix/tst-rfc3484.c: Likewise.
29338         * resolv/nss_dns/dns-canon.c: Likewise.
29339         * resolv/nss_dns/dns-network.c: Likewise.
29340         * resolv/res_init.c: Likewise.
29341         * resolv/res_mkquery.c: Likewise.
29342         * resolv/tst-aton.c: Likewise.
29343         * stdlib/cxa_atexit.c: Likewise.
29344         * stdlib/cxa_finalize.c: Likewise.
29345         * stdlib/gen-fpioconst.c: Likewise.
29346         * stdlib/strtol_l.c: Likewise.
29347         * string/tst-endian.c: Likewise.
29348         * sunrpc/auth_des.c: Likewise.
29349         * sunrpc/clnt_udp.c: Likewise.
29350         * sunrpc/rtime.c: Likewise.
29351         * sunrpc/svcauth_des.c: Likewise.
29352         * sunrpc/xdr.c: Likewise.
29353         * sunrpc/xdr_intXX_t.c: Likewise.
29354         * sunrpc/xdr_rec.c: Likewise.
29355         * sysdeps/generic/ldconfig.h: Likewise.
29356         * sysdeps/generic/ldsodefs.h: Likewise.
29357         * sysdeps/generic/memusage.h: Likewise.
29358         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29359         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29360         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29361         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29362         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29363         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29364         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29365         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29366         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29367         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29368         * sysdeps/posix/getaddrinfo.c: Likewise.
29369         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29370         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29371         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29372         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29373         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29374         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29375         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29376         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29377         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29378         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29379         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29380         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29381         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29382         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29383         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29384         * sysdeps/x86_64/dl-tls.h: Likewise.
29385         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29386         * time/alt_digit.c: Likewise.
29387         * time/era.c: Likewise.
29388         * wcsmbs/tst-c16c32-1.c: Likewise.
29390 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29392         * math/libm-test.inc (struct test_sincos_data): New type.
29393         (RUN_TEST_LOOP_sincos): New macro.
29394         (sincos_test_data): New variable.
29395         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29397 2013-05-16  Richard Henderson  <rth@redhat.com>
29399         * math/atest-exp2.c (LIMB64): New macro.
29400         (CONSTSZ): New macro.
29401         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29402         (hexdig): Move ...
29403         (print_mpn_fp): ... to function scope.
29404         (read_mpn_hex): Remove.
29405         (get_log2): Remove.
29406         (exp2_mpn): Use mp_log2.
29407         (main): Use mp_exp1.
29409 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29411         * math/libm-test.inc: Remove comment about not testing "inexact"
29412         exceptions.
29413         (INEXACT_EXCEPTION): New macro.
29414         (NO_INEXACT_EXCEPTION): Likewise.
29415         (INVALID_EXCEPTION_OK): Update value.
29416         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29417         (OVERFLOW_EXCEPTION_OK): Likewise.
29418         (UNDERFLOW_EXCEPTION_OK): Likewise.
29419         (IGNORE_ZERO_INF_SIGN): Likewise.
29420         (ERRNO_UNCHANGED): Likewise.
29421         (ERRNO_EDOM): Likewise.
29422         (ERRNO_ERANGE): Likewise.
29423         (test_exceptions): Handle testing "inexact" exceptions.
29424         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29425         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29426         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29427         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29428         INEXACT_EXCEPTION.
29429         (rint_towardzero_test_data): Likewise.
29430         (rint_downward_test_data): Likewise.
29431         (rint_upward_test_data): Likewise.
29433         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29434         with OVERFLOW_EXCEPTION.
29435         (exp10_test_data): Likewise.
29436         (exp2_test_data): Likewise.
29437         (expm1_test_data): Likewise.
29438         (lgamma_test_data): Likewise.
29439         (pow_test_data): Likewise.
29440         (tgamma_test_data): Likewise.
29441         (yn_test_data): Remove duplicate test of overflow.
29443         * math/libm-test.inc (struct test_cc_c_data): New type.
29444         (RUN_TEST_LOOP_cc_c): New macro.
29445         (cpow_test_data): New variable.
29446         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29448         * math/libm-test.inc (struct test_f_L_data): New type.
29449         (RUN_TEST_LOOP_f_L): New macro.
29450         (llrint_test_data): New variable.
29451         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29452         (llrint_tonearest_test_data): New variable.
29453         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29454         (llrint_towardzero_test_data): New variable.
29455         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29456         (llrint_downward_test_data): New variable.
29457         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29458         (llrint_upward_test_data): New variable.
29459         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29460         (llround_test_data): New variable.
29461         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29463 2013-05-13  Peter Collingbourne  <pcc@google.com>
29465         * math/atest-exp2.c (get_log2): Remove const attribute.
29467 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29469         * math/libm-test.inc (struct test_f_l_data): New type.
29470         (RUN_TEST_LOOP_f_l): New macro.
29471         (lrint_test_data): New variable.
29472         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29473         (lrint_tonearest_test_data): New variable.
29474         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29475         (lrint_towardzero_test_data): New variable.
29476         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29477         (lrint_downward_test_data): New variable.
29478         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29479         (lrint_upward_test_data): New variable.
29480         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29481         (lround_test_data): New variable.
29482         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29484 2013-05-15  Peter Collingbourne  <pcc@google.com>
29486         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29487         (EXTRACT_WORDS64) Use where appropriate.
29488         (INSERT_WORDS64) Likewise.
29490         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29491         constraints with x constraints.
29492         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29494         * malloc/obstack.c (_obstack_compat): Add initializer.
29496 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29498         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29499         si_trapno and add si_addr_lsb to _sifields.sigfault.
29500         (si_trapno): Remove macro.
29501         (si_addr_lsb): Define new macro.
29502         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29504 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29506         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29507         instead of TEST_f_l.
29508         (llrint_test_tonearest): Likewise.
29509         (llrint_test_towardzero): Likewise.
29510         (llrint_test_downward): Likewise.
29511         (llrint_test_upward): Likewise.
29512         (llround_test): Likewise.
29514         * math/libm-test.inc (struct test_f_i_data): Add comment.
29515         (RUN_TEST_LOOP_f_b): New macro.
29516         (RUN_TEST_LOOP_f_b_tg): Likewise.
29517         (finite_test_data): New variable.
29518         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29519         (isfinite_test_data): New variable.
29520         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29521         (isinf_test_data): New variable.
29522         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29523         (isnan_test_data): New variable.
29524         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29525         (isnormal_test_data): New variable.
29526         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29527         (issignaling_test_data): New variable.
29528         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29529         (signbit_test_data): New variable.
29530         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29532         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29533         with INVALID_EXCEPTION.
29534         (acosh_test_data): Likewise.
29535         (asin_test_data): Likewise.
29536         (atanh_test_data): Likewise.
29537         (fmod_test_data): Likewise.
29538         (log_test_data): Likewise.
29539         (log10_test_data): Likewise.
29540         (log2_test_data): Likewise.
29541         (pow_test_data): Likewise.
29542         (sqrt_test_data): Likewise.
29543         (y0_test_data): Likewise.
29544         (y1_test_data): Likewise.
29545         (yn_test_data): Likewise.
29547         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29548         function contents.
29550         * math/libm-test.inc (struct test_ff_i_data): New type.
29551         (RUN_TEST_LOOP_ff_i_tg): New macro.
29552         (isgreater_test_data): New variable.
29553         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29554         (isgreaterequal_test_data): New variable.
29555         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29556         (isless_test_data): New variable.
29557         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29558         (islessequal_test_data): New variable.
29559         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29560         (islessgreater_test_data): New variable.
29561         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29562         (isunordered_test_data): New variable.
29563         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29565 2013-05-14  David S. Miller  <davem@davemloft.net>
29567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29569 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29571         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29573         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29574         extra_test to int.
29575         (struct test_f_i_data): Change type of max_ulp to int.
29577         * math/libm-test.inc (test_ffI_f1_data): New type.
29578         (RUN_TEST_LOOP_ffI_f1): New macro.
29579         (remquo_test_data): New variable.
29580         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29582         * setjmp/tst-setjmp-fp.c: New file.
29583         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29584         (link-libm): New variable.
29585         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29587         * math/libm-test.inc (struct test_f_i_data): New type.
29588         (RUN_TEST_LOOP_f_i): New macro.
29589         (RUN_TEST_LOOP_f_i_tg): Likewise.
29590         (fpclassify_test_data): New variable.
29591         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29592         (ilogb_test_data): New variable.
29593         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29595         * math/libm-test.inc (scalbln_test): Correct function name in END
29596         call.
29598         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29599         (RUN_TEST_LOOP_fI_f1): New macro.
29600         (frexp_test_data): New variable.
29601         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29603         * math/libm-test.inc (struct test_fF_f1_data): New type.
29604         (RUN_TEST_LOOP_fF_f1): New macro.
29605         (modf_test_data): New variable.
29606         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29608         * math/libm-test.inc (struct test_f_f1_data): New type.
29609         (RUN_TEST_LOOP_f_f1): New macro.
29610         (gamma_test_data): New variable.
29611         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29612         (lgamma_test_data): New variable.
29613         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29615 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29617         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29618         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29619         (main): Comment "tls" pseudo-hwcap.
29621 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29623         * math/libm-test.inc (struct test_fl_f_data): New type.
29624         (RUN_TEST_LOOP_fl_f): New variable.
29625         (scalbln_test_data): New variable.
29626         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29628         * math/libm-test.inc (struct test_fi_f_data): New type.
29629         (RUN_TEST_LOOP_fi_f): New macro.
29630         (ldexp_test_data): New variable.
29631         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29632         (scalbn_test_data): New variable.
29633         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29635         * math/libm-test.inc (struct test_c_f_data): New type.
29636         (RUN_TEST_LOOP_c_f): New macro.
29637         (cabs_test_data): New variable.
29638         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29639         (carg_test_data): New variable.
29640         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29641         (cimag_test_data): New variable.
29642         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29643         (creal_test_data): New variable.
29644         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29646         * math/libm-test.inc (struct test_if_f_data): New type.
29647         (RUN_TEST_LOOP_if_f): New macro.
29648         (jn_test_data): New variable.
29649         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29650         (yn_test_data): New variable.
29651         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29653         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29655 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29657         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29658         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29660 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29662         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29663         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29664         (bench-deps): Add bench-timing.h.
29665         * benchtests-bench-skeleton.c: Include bench-timing.h.
29666         (main): Use TIMING_* macros instead of clock_gettime.
29667         * benchtests/bench-timing.h: New file.
29669         [BZ #14582]
29670         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29671         Renamed from _LIB_VERSION.
29672         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29674 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29676         * math/libm-test.inc (struct test_fff_f_data): New type.
29677         (RUN_TEST_LOOP_fff_f): New macro.
29678         (fma_test_data): New variable.
29679         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29680         (fma_towardzero_test_data): New variable.
29681         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29682         (fma_downward_test_data): New variable.
29683         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29684         (fma_upward_test_data): New variable.
29685         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29687         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29688         (struct test_c_c_data): New type.
29689         (RUN_TEST_LOOP_c_c): New macro.
29690         (cacos_test_data): New variable.
29691         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29692         (cacosh_test_data): New variable.
29693         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29694         (casin_test_data): New variable.
29695         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29696         (casinh_test_data): New variable.
29697         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29698         (catan_test_data): New variable.
29699         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29700         (catanh_test_data): New variable.
29701         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29702         (ccos_test_data): New variable.
29703         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29704         (ccosh_test_data): New variable.
29705         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29706         (cexp_test_data): New variable.
29707         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29708         (clog_test_data): New variable.
29709         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29710         (clog10_test_data): New variable.
29711         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29712         (conj_test_data): New variable.
29713         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29714         (cproj_test_data): New variable.
29715         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29716         (csin_test_data): New variable.
29717         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29718         (csinh_test_data): New variable.
29719         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29720         (csqrt_test_data): New variable.
29721         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29722         (ctan_test_data): New variable.
29723         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29724         (ctan_tonearest_test_data): New variable.
29725         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29726         (ctan_towardzero_test_data): New variable.
29727         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29728         (ctan_downward_test_data): New variable.
29729         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29730         (ctan_upward_test_data): New variable.
29731         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29732         (ctanh_test_data): New variable.
29733         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29734         (ctanh_tonearest_test_data): New variable.
29735         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29736         (ctanh_towardzero_test_data): New variable.
29737         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29738         (ctanh_downward_test_data): New variable.
29739         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29740         (ctanh_upward_test_data): New variable.
29741         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29742         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29743         of BUILD_COMPLEX.
29745         * math/libm-test.inc (struct test_ff_f_data): New type.
29746         (struct test_ff_f_data_nexttoward): Likewise.
29747         (RUN_TEST_LOOP_2_f): New macro.
29748         (RUN_TEST_LOOP_ff_f): Likewise.
29749         (atan2_test_data): New variable.
29750         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29751         (copysign_test_data): New variable.
29752         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29753         (fdim_test_data): New variable.
29754         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29755         (fmax_test_data): New variable.
29756         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29757         (fmin_test_data): New variable.
29758         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29759         (fmod_test_data): New variable.
29760         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29761         (hypot_test_data): New variable.
29762         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29763         (nextafter_test_data): New variable.
29764         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29765         (nexttoward_test_data): New variable.
29766         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29767         (pow_test_data): New variable.
29768         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29769         (pow_tonearest_test_data): New variable.
29770         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29771         (pow_towardzero_test_data): New variable.
29772         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29773         (pow_downward_test_data): New variable.
29774         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29775         (pow_upward_test_data): New variable.
29776         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29777         (remainder_test_data): New variable.
29778         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29779         (scalb_test_data): New variable.
29780         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29781         * sysdeps/i386/fpu/libm-test-ulps: Update.
29783 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29785         * math/libm-test.inc (fma_test): Use max_value instead of local
29786         variable fltmax.
29787         (nextafter_test): Likewise.
29789         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29790         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29791         (acos_downward_test_data): New variable.
29792         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29793         (acos_upward_test_data): New variable.
29794         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29795         (acosh_test_data): New variable.
29796         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29797         (asin_test_data): New variable.
29798         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29799         (asin_tonearest_test_data): New variable.
29800         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29801         (asin_towardzero_test_data): New variable.
29802         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29803         (asin_downward_test_data): New variable.
29804         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29805         (asin_upward_test_data): New variable.
29806         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29807         (asinh_test_data): New variable.
29808         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29809         (atan_test_data): New variable.
29810         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29811         (atanh_test_data): New variable.
29812         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29813         (cbrt_test_data): New variable.
29814         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29815         (ceil_test_data): New variable.
29816         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29817         (cos_test_data): New variable.
29818         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29819         (cos_tonearest_test_data): New variable.
29820         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29821         (cos_towardzero_test_data): New variable.
29822         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29823         (cos_downward_test_data): New variable.
29824         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29825         (cos_upward_test_data): New variable.
29826         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29827         (cosh_test_data): New variable.
29828         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29829         (cosh_tonearest_test_data): New variable.
29830         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29831         (cosh_towardzero_test_data): New variable.
29832         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29833         (cosh_downward_test_data): New variable.
29834         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29835         (cosh_upward_test_data): New variable.
29836         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29837         (erf_test_data): New variable.
29838         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29839         (erfc_test_data): New variable.
29840         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29841         (exp_test_data): New variable.
29842         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29843         (exp_tonearest_test_data): New variable.
29844         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29845         (exp_towardzero_test_data): New variable.
29846         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29847         (exp_downward_test_data): New variable.
29848         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29849         (exp_upward_test_data): New variable.
29850         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29851         (exp10_test_data): New variable.
29852         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29853         (exp2_test_data): New variable.
29854         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29855         (expm1_test_data): New variable.
29856         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29857         (fabs_test_data): New variable.
29858         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29859         (floor_test_data): New variable.
29860         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29861         (j0_test_data): New variable.
29862         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29863         (j1_test_data): New variable.
29864         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29865         (log_test_data): New variable.
29866         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29867         (log10_test_data): New variable.
29868         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29869         (log1p_test_data): New variable.
29870         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29871         (log2_test_data): New variable.
29872         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29873         (logb_test_data): New variable.
29874         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29875         (logb_downward_test_data): New variable.
29876         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29877         (nearbyint_test_data): New variable.
29878         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29879         (rint_test_data): New variable.
29880         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29881         (rint_tonearest_test_data): New variable.
29882         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29883         (rint_towardzero_test_data): New variable.
29884         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29885         (rint_downward_test_data): New variable.
29886         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29887         (rint_upward_test_data): New variable.
29888         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29889         (round_test_data): New variable.
29890         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29891         (sin_test_data): New variable.
29892         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29893         (sin_tonearest_test_data): New variable.
29894         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29895         (sin_towardzero_test_data): New variable.
29896         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29897         (sin_downward_test_data): New variable.
29898         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29899         (sin_upward_test_data): New variable.
29900         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29901         (sinh_test_data): New variable.
29902         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29903         (sinh_tonearest_test_data): New variable.
29904         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29905         (sinh_towardzero_test_data): New variable.
29906         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29907         (sinh_downward_test_data): New variable.
29908         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29909         (sinh_upward_test_data): New variable.
29910         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29911         (sqrt_test_data): New variable.
29912         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29913         (tan_test_data): New variable.
29914         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29915         (tan_tonearest_test_data): New variable.
29916         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29917         (tan_towardzero_test_data): New variable.
29918         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29919         (tan_downward_test_data): New variable.
29920         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29921         (tan_upward_test_data): New variable.
29922         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29923         (tanh_test_data): New variable.
29924         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29925         (tgamma_test_data): New variable.
29926         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29927         (trunc_test_data): New variable.
29928         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29929         (y0_test_data): New variable.
29930         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29931         (y1_test_data): New variable.
29932         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29933         (significand_test_data): New variable.
29934         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29936 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29938         [BZ #12387]
29939         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29941 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29943         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29945 2013-05-10  Andreas Jaeger  <aj@suse.de>
29947         [BZ #15448]
29948         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29949         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29951 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29953         * math/gen-libm-test.pl (adjust_arg): New function.
29954         (special_functions): Handle generating output in both functions
29955         and arrays.
29956         (parse_args): Likewise.
29957         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29958         $in_func argument to parse_args.
29959         * math/libm-test.inc (struct test_f_f_data): New type.
29960         (IF_ROUND_INIT_): New macro.
29961         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29962         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29963         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29964         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29965         (ROUND_RESTORE_): Likewise.
29966         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29967         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29968         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29969         (ROUND_RESTORE_FE_UPWARD): Likewise.
29970         (RUN_TEST_LOOP_f_f): New macro.
29971         (acos_test_data): New variable.
29972         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29973         (acos_tonearest_test_data): New variable.
29974         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29976 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29978         * benchtests/bench-skeleton.c (startup): Fix coding style.
29980 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29982         [BZ #6809]
29983         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29984         negative infinity argument.
29985         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29986         negative infinity argument.
29987         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29988         negative infinity argument.
29989         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29990         domain errors.
29992 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29994         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29995         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29996         * iconv/iconv_prog.c (main): Likewise.
29997         * locale/programs/charmap-dir.c (charmap_readdir)
29998         (fopen_uncompressed): Likewise.
29999         * locale/programs/locfile.c (siblings_uncached)
30000         (write_locale_data): Use lstat64 instead of lstat.
30001         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30002         stat.
30004 2013-05-10  Andreas Jaeger  <aj@suse.de>
30006         [BZ #15395]
30007         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30008         localization.
30009         Include <locale.h>.
30011 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30013         * elf/dl-close.c (_dl_close_worker): Add comments.
30015 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30017         [BZ #15359]
30018         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30019         high part of pi/2.
30020         (__ieee754_rem_pio2l): Update comments.
30022         [BZ #15429]
30023         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30024         high part of pi/2.
30025         (__ieee754_rem_pio2l): Update comments.
30027         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30028         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30030         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30031         M_PI_4l.
30033         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30034         (M_PI_34_LOG10El): Likewise.
30035         (M_PI2_LOG10El): Likewise.
30036         (M_PI4_LOG10El): Likewise.
30037         (M_PI_LOG10El): Likewise.
30039 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30043 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30045         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30046         (MINUS_ZERO_INIT): Likewise.
30047         (PLUS_INFTY_INIT): Likewise.
30048         (MINUS_INFTY_INIT): Likewise.
30049         (QNAN_VALUE_INIT): Likewise.
30050         (MAX_VALUE_INIT): Likewise.
30051         (MIN_VALUE_INIT): Likewise.
30052         (MIN_SUBNORM_VALUE_INIT): Likewise.
30053         (plus_zero): Initialize with PLUS_ZERO_INIT.
30054         (minus_zero): Initialize with MINUS_ZERO_INIT.
30055         (plus_infty): Initialize with PLUS_INFTY_INIT.
30056         (minus_infty): Initialize with MINUS_INFTY_INIT.
30057         (qnan_value): Initialize with QNAN_VALUE_INIT.
30058         (max_value): Initialize with MAX_VALUE_INIT.
30059         (min_value): Initialize with MIN_VALUE_INIT.
30060         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30062         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30063         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30064         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30065         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30067         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30068         (RUN_TEST_2_f): Likewise.
30069         (RUN_TEST_ff_f): Likewise.
30070         (RUN_TEST_fi_f): Likewise.
30071         (RUN_TEST_fl_f): Likewise.
30072         (RUN_TEST_fff_f): Likewise.
30073         (RUN_TEST_c_f): Likewise.
30074         (RUN_TEST_f_f1): Likewise.
30075         (RUN_TEST_fF_f1): Likewise.
30076         (RUN_TEST_fI_f1): Likewise.
30077         (RUN_TEST_ffI_f1): Likewise.
30078         (RUN_TEST_c_c): Likewise.
30079         (RUN_TEST_cc_c): Likewise.
30080         (RUN_TEST_f_i): Likewise.
30081         (RUN_TEST_f_i_tg): Likewise.
30082         (RUN_TEST_ff_i_tg): Likewise.
30083         (RUN_TEST_f_b): Likewise.
30084         (RUN_TEST_f_b_tg): Likewise.
30085         (RUN_TEST_f_l): Likewise.
30086         (RUN_TEST_f_L): Likewise.
30087         (RUN_TEST_sincos): Likewise.
30088         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30089         whether to show exceptions.  Do not include ");\n" in return
30090         value.
30091         (special_functions): Output call to RUN_TEST_sincos instead of
30092         check_float calls.  Update calls to new_test.
30093         (parse_args): Output call to single RUN_TEST_* macro instead of
30094         check_* calls and other assignments.  Update calls to new_test.
30096         [BZ #2546]
30097         [BZ #2560]
30098         [BZ #5159]
30099         [BZ #15426]
30100         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30101         input to result for tgamma overflow.
30102         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30103         (gamma_coeff): New variable.
30104         (NCOEFF): New macro.
30105         (gamma_positive): New function.
30106         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30107         underflow here.  Use gamma_positive instead of exp (lgamma) for
30108         other arguments.
30109         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30110         (gamma_coeff): New variable.
30111         (NCOEFF): New macro.
30112         (gammaf_positive): New function.
30113         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30114         underflow here.  Use gamma_positive instead of exp (lgamma) for
30115         other arguments.
30116         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30117         (gamma_coeff): New variable.
30118         (NCOEFF): New macro.
30119         (gammal_positive): New function.
30120         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30121         underflow here.  Use gamma_positive instead of exp (lgamma) for
30122         other arguments.
30123         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30124         (gamma_coeff): New variable.
30125         (NCOEFF): New macro.
30126         (gammal_positive): New function.
30127         (__ieee754_gammal_r): Handle positive infinity, overflow and
30128         underflow here.  Handle NaN the same as positive infinity.  Remove
30129         check x < 0xffffffff for negative integers.  Use gamma_positive
30130         instead of exp (lgamma) for other arguments.
30131         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30132         (gamma_coeff): New variable.
30133         (NCOEFF): New macro.
30134         (gammal_positive): New function.
30135         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30136         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30137         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30138         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30139         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30140         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30141         * sysdeps/generic/math_private.h (__gamma_productf): New
30142         prototype.
30143         (__gamma_product): Likewise.
30144         (__gamma_productl): Likewise.
30145         * math/Makefile (libm-calls): Add gamma_product.
30146         * math/libm-test.inc (tgamma_test): Add more tests.
30147         * sysdeps/i386/fpu/libm-test-ulps: Update.
30148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30150 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30152         * benchtests/bench-skeleton.c (main): Preheat CPU.
30154 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30156         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30158 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30160         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30161         and _dl_skip_args_internal.
30163 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30165         * manual/message.texi (Message Translation): Talk about users.
30166         Message to key mapping impacts design.
30168 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30170         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30172         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30174         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30175         * sysdeps/wordsize-64/glob64.c: ... here.
30177         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30178         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30179         New macros.
30181         * debug/getlogin_r_chk.c: Moved to ...
30182         * login/getlogin_r_chk.c: ... here.
30183         * debug/Makefile (routines): Move getlogin_r_chk to ...
30184         * login/Makefile (routines): ... here.
30185         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30186         * login/Versions (libc: GLIBC_2.4): ... here.
30188         * io/poll.c (__poll): Renamed from poll.
30189         Add libc_hidden_def.
30190         (poll): Define as weak alias.
30192         * debug/ptsname_r_chk.c: Moved to ...
30193         * login/ptsname_r_chk.c: ... here.
30194         * debug/Makefile (routines): Move ptsname_r_chk to ...
30195         * login/Makefile (routines): ... here.
30196         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30197         * login/Versions (libc: GLIBC_2.4): ... here.
30199         * posix/getlogin.c: Moved to ...
30200         * login/getlogin.c: ... here.
30201         * posix/getlogin_r.c: Moved to ...
30202         * login/getlogin_r.c: ... here.
30203         * posix/getlogin_r.c: Moved to ...
30204         * login/getlogin_r.c: ... here.
30205         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30206         * login/Makefile (routines): ... here.
30207         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30208         * login/Versions (libc: GLIBC_2.0): ... here.
30210         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30211         (setrlimit): Define as weak alias.
30213         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30214         Call __ names for open, ftruncate, and close.
30215         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30216         (truncate): Define as weak alias.
30218 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30220         * math/gen-libm-test.pl (parse_args): Initialize x before each
30221         test of frexp, modf and remquo.
30223         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30224         test signgam value.
30226 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30228         [BZ #15418]
30229         [BZ #15419]
30230         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30231         internal tests.
30232         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30234 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30236         * elf/dl-writev.h: New file.
30237         * elf/dl-misc.c: Include it.
30238         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30239         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30241 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30243         * math/libm-test.inc (noXFails): Remove variable.
30244         (noXPasses): Likewise.
30245         (BUILD_COMPLEX_INT): Remove macro.
30246         (print_screen): Remove xfail argument.
30247         (print_screen_max_error): Likewise.
30248         (update_stats): Likewise.
30249         (print_max_error): Likewise.  Update calls to other affected
30250         functions.
30251         (print_complex_max_error): Likewise.
30252         (test_single_exception): Update calls to print_screen.
30253         (test_single_errno): Likewise.
30254         (check_float_internal): Remove xfail argument.  Update calls to
30255         other affected functions.
30256         (check_float): Likewise.
30257         (check_complex): Likewise.
30258         (check_int): Likewise.
30259         (check_long): Likewise.
30260         (check_bool): Likewise.
30261         (check_longlong): Likewise.
30262         (main): Don't print noXFails and noXPasses.
30263         * math/gen-libm-test.pl (top level): Don't mention expected
30264         failure handling in comment.
30265         (new_test): Don't handle expected failures.
30266         (parse_args): Don't mention expected failure handling in comment.
30267         (generate_testfile): Don't handle expected failures.
30268         (parse_ulps): Likewise.
30269         (print_ulps_file): Likewise.
30270         (get_failure): Remove function.
30271         (output_test): Don't handle expected failures.
30272         * make/README.libm-test: Don't mention expected failure handling.
30274         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30275         (minus_zero): Likewise.
30276         (plus_infty): Likewise.
30277         (minus_infty): Likewise.
30278         (qnan_value): Likewise.
30279         (max_value): Likewise.
30280         (min_value): Likewise.
30281         (min_subnorm_value): Likewise.
30282         (initialize): Do not initialize those variables dynamically.
30284 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30286         * io/open.c (__open_2): Moved to ...
30287         * io/open_2.c: ... this new file.
30288         * io/open64.c (__open64_2): Moved to ...
30289         * io/open64_2.c: ... this new file.
30290         * io/openat.c (__openat_2): Moved to ...
30291         * io/openat_2.c: ... this new file.
30292         * io/openat64.c (__openat64_2): Moved to ...
30293         * io/openat64_2.c: ... this new file.
30294         * io/Makefile (routines): Add them.
30295         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30296         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30297         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30298         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30299         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30300         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30301         (__openat64): Add hidden_ver.
30302         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30303         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30305         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30306         Separately conditionalize setting of GLRO(dl_sysinfo) so
30307         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30308         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30310 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30312         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30313         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30314         definition.
30315         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30316         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30317         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30318         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30319         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30321 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30323         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30324         test signgam value.
30326         * math/libm-test.inc (hypot_test): Do not use
30327         IGNORE_ZERO_INF_SIGN.
30329 2013-05-03  Andreas Jaeger  <aj@suse.de>
30331         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30332         Linux 3.9.
30333         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30334         (PF_MAX): Adjust for VSOCK change.
30336 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30338         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30340 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30342         [BZ #15264]
30343         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30344         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30345         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30347 2013-05-02  David S. Miller  <davem@davemloft.net>
30349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30351 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30353         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30355 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30357         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30359 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30361         [BZ #14952]
30362         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30363         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30364         Use __attribute__ ((__gnu_inline__)).
30365         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30366         Don't use __attribute__ ((__gnu_inline__)).
30368 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30370         [BZ #15423]
30371         * math/s_catan.c (__catan): Handle small real or imaginary part of
30372         input specially to avoid spurious underflow.
30373         * math/s_catanf.c (__catanf): Likewise.
30374         * math/s_catanh.c (__catanh): Likewise.
30375         * math/s_catanhf.c (__catanhf): Likewise.
30376         * math/s_catanhl.c (__catanhl): Likewise.
30377         * math/s_catanl.c (__catanl): Likewise.
30378         * math/libm-test.inc (catan_test): Add more tests.
30379         (catanh_test): Likewise.
30380         * sysdeps/i386/fpu/libm-test-ulps: Update.
30381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30383 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30385         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30387 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30389         [BZ #15416]
30390         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30391         accurately for denominator in atan2.
30392         * math/s_catanf.c (__catanf): Likewise.
30393         * math/s_catanh.c (__catanh): Likewise.
30394         * math/s_catanhf.c (__catanhf): Likewise.
30395         * math/s_catanhl.c (__catanhl): Likewise.
30396         * math/s_catanl.c (__catanl): Likewise.
30397         * math/libm-test.inc (catan_test): Add more tests.
30398         (catanh_test): Likewise.
30399         * sysdeps/i386/fpu/libm-test-ulps: Update.
30400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30402 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30404         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30406         * benchtests/Makefile (bench): Remove slow benchmarks.
30407         * benchtests/atan-inputs: Add slow benchmark inputs.
30408         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30409         (BENCH_FUNC): Accept variant offset.
30410         (VARIANT): Define.
30411         * benchtests/bench-skeleton.c (main): Run benchmark for each
30412         variant.
30413         * benchtests/cos-inputs: Add slow benchmark inputs.
30414         * benchtests/exp-inputs: Likewise.
30415         * benchtests/pow-inputs: Likewise.
30416         * benchtests/sin-inputs: Likewise.
30417         * benchtests/slowatan-inputs: Remove.
30418         * benchtests/slowatan.c: Remove.
30419         * benchtests/slowcos-inputs: Remove.
30420         * benchtests/slowcos.c: Remove.
30421         * benchtests/slowexp-inputs: Remove.
30422         * benchtests/slowexp.c: Remove.
30423         * benchtests/slowpow-inputs: Remove.
30424         * benchtests/slowpow.c: Remove.
30425         * benchtests/slowsin-inputs: Remove.
30426         * benchtests/slowsin.c: Remove.
30427         * benchtests/slowtan-inputs: Remove.
30428         * benchtests/slowtan.c: Remove.
30429         * benchtests/tan-inputs: Add slow benchmark inputs.
30430         * scripts/bench.pl: Parse comments and directives.
30432         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30433         in CPPFLAGS.
30434         ($(objpfx)bench-%.c): Remove *-ITER.
30435         * benchtests/bench-modf.c: Remove definition of ITER.
30436         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30437         (main): Loop for DURATION seconds instead of fixed number of
30438         iterations.
30439         * scripts/bench.pl: Don't expect iterations in parameters.
30441 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30443         * io/fchdir.c (__fchdir): Renamed from fchdir.
30444         (fchdir): Define as weak alias.
30446 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30448         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30449         (ERRNO_EDOM): Likewise.
30450         (ERRNO_ERANGE): Likewise.
30451         (noErrnoTests): New variable.
30452         (init_max_error): Set errno to 0.
30453         (test_single_errno): New function.
30454         (test_errno): Likewise.
30455         (check_float_internal): Call test_errno.  Set errno to 0.
30456         (check_complex): Refer to errno tests in comment.
30457         (check_int): Call test_errno.  Set errno to 0.
30458         (check_long): Likewise.
30459         (check_bool): Likewise.
30460         (check_longlong): Likewise.
30461         (cos_test): Use ERRNO_* flags for errno tests instead of
30462         check_int.
30463         (expm1_test): Likewise.
30464         (fmod_test): Likewise.
30465         (ilogb_test): Likewise.
30466         (lgamma_test): Likewise.
30467         (pow_test): Likewise.
30468         (remainder_test): Likewise.
30469         (sin_test): Likewise.
30470         (tan_test): Likewise.
30471         (yn_test): Likewise.
30472         (initialize): Set errno to 0.
30473         (main): Print number of errno tests.
30474         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30476 2013-04-29  Andreas Jaeger  <aj@suse.de>
30478         [BZ #15084]
30479         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30480         and RES_USEVC.
30482         [BZ #15085]
30483         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30484         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30485         unimplemented.
30487         [BZ #15380]
30488         * stdlib/random.c (__initstate): Return NULL if
30489         __initstate fails.
30491         [BZ #15086]
30492         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30493         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30494         RES_SNGLKUPREOP.
30496 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30498         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30500 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30502         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30503         of individual tests.
30504         (casin_test): Likewise.
30505         (casinh_test): Likewise.
30507 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30509         [BZ #15409]
30510         * math/s_catan.c (__catan): Handle arguments with large real or
30511         imaginary part separately without squaring.
30512         * math/s_catanf.c (__catanf): Likewise.
30513         * math/s_catanh.c (__catanh): Likewise.
30514         * math/s_catanhf.c (__catanhf): Likewise.
30515         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30516         and redefine.
30517         (__catanhl): Handle arguments with large real or imaginary part
30518         separately without squaring.
30519         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30520         and redefine.
30521         (__catanl): Handle arguments with large real or imaginary part
30522         separately without squaring.
30523         * math/libm-test.inc (catan_test): Add more tests.
30524         (catanh_test): Likewise.
30525         * sysdeps/i386/fpu/libm-test-ulps: Update.
30526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30528 2013-04-27  Andreas Jaeger  <aj@suse.de>
30530         [BZ #15007]
30531         * stdlib/stdlib.h: Update guards for qecvt.
30532         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30533         <stdlib.h>.
30535 2013-04-27  Allan McRae  <allan@archlinux.org>
30537         * sysdeps/i386/fpu/libm-test-ulps: Update.
30539 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30541         [BZ #15406]
30542         * math/s_catan.c: Include <float.h>.
30543         (__catan): Ensure underflow exception occurs for underflowed
30544         result.
30545         * math/s_catanf.c: Include <float.h>.
30546         (__catanf): Ensure underflow exception occurs for underflowed
30547         result.
30548         * math/s_catanh.c: Include <float.h>.
30549         (__catanh): Ensure underflow exception occurs for underflowed
30550         result.
30551         * math/s_catanhf.c: Include <float.h>.
30552         (__catanhf): Ensure underflow exception occurs for underflowed
30553         result.
30554         * math/s_catanhl.c: Include <float.h>.
30555         (__catanhl): Ensure underflow exception occurs for underflowed
30556         result.
30557         * math/s_catanl.c: Include <float.h>.
30558         (__catanl): Ensure underflow exception occurs for underflowed
30559         result.
30560         * math/libm-test.inc (catan_test): Add more tests.
30561         (catanh_test): Likewise.
30563         [BZ #15405]
30564         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30565         underflowed result.
30566         * math/s_ccoshf.c (__ccoshf): Likewise.
30567         * math/s_ccoshl.c (__ccoshl): Likewise.
30568         * math/s_csin.c (__csin): Likewise.
30569         * math/s_csinf.c (__csinf): Likewise.
30570         * math/s_csinh.c (__csinh): Likewise.
30571         * math/s_csinhf.c (__csinhf): Likewise.
30572         * math/s_csinhl.c (__csinhl): Likewise.
30573         * math/s_csinl.c (__csinl): Likewise.
30574         * math/libm-test.inc (ccos_test): Add more tests.
30575         (ccosh_test): Likewise.
30576         (csin_test): Likewise.
30577         (csinh_test): Likewise.
30579 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30581         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30582         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30583         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30584         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30585         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30586         powerpc/power5+/fpu folders.
30587         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30590 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30592         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30594 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30596         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30597         additions to variable.
30598         [$(config-machine) = x86_64] (modules-names): Likewise.
30599         ($(objpfx)tst-audit3): Remove dependency.
30600         ($(objpfx)tst-audit3.out): Likewise.
30601         ($(objpfx)tst-audit4): Likewise.
30602         ($(objpfx)tst-audit4.out): Likewise.
30603         ($(objpfx)tst-audit5): Likewise.
30604         ($(objpfx)tst-audit5.out): Likewise.
30605         ($(objpfx)tst-audit6): Likewise.
30606         ($(objpfx)tst-audit6.out): Likewise.
30607         ($(objpfx)tst-audit7): Likewise.
30608         ($(objpfx)tst-audit7.out): Likewise.
30609         (tst-audit3-ENV): Remove variable.
30610         (tst-audit4-ENV): Likewise.
30611         (tst-audit5-ENV): Likewise.
30612         (tst-audit6-ENV): Likewise.
30613         (tst-audit7-ENV): Likewise.
30614         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30615         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30616         addition to variable.
30617         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30618         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30619         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30620         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30621         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30622         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30623         tst-audit3, tst-audit4 and tst-audit5.
30624         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30625         tst-audit6 and tst-audit7.
30626         [$(subdir) = elf] (modules-names): Add audit modules for those
30627         tests.
30628         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30629         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30630         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30631         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30632         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30633         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30634         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30635         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30636         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30637         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30638         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30639         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30640         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30641         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30642         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30643         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30644         Likewise.
30645         [$(subdir) = elf && $(config-cflags-avx) = yes]
30646         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30647         [$(subdir) = elf && $(config-cflags-avx) = yes]
30648         (CFLAGS-tst-auditmod4a.c): Likewise.
30649         [$(subdir) = elf && $(config-cflags-avx) = yes]
30650         (CFLAGS-tst-auditmod4b.c): Likewise.
30651         [$(subdir) = elf && $(config-cflags-avx) = yes]
30652         (CFLAGS-tst-auditmod6b.c): Likewise.
30653         [$(subdir) = elf && $(config-cflags-avx) = yes]
30654         (CFLAGS-tst-auditmod6c.c): Likewise.
30655         [$(subdir) = elf && $(config-cflags-avx) = yes]
30656         (CFLAGS-tst-auditmod7b.c): Likewise.
30657         * elf/tst-audit3.c: Move to ...
30658         * sysdeps/x86_64/tst-audit3.c: ... here.
30659         * elf/tst-audit4.c: Move to ...
30660         * sysdeps/x86_64/tst-audit4.c: ... here.
30661         * elf/tst-audit5.c: Move to ...
30662         * sysdeps/x86_64/tst-audit5.c: ... here.
30663         * elf/tst-audit6.c: Move to ...
30664         * sysdeps/x86_64/tst-audit6.c: ... here.
30665         * elf/tst-audit7.c: Move to ...
30666         * sysdeps/x86_64/tst-audit7.c: ... here.
30667         * elf/tst-auditmod3a.c: Move to ...
30668         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30669         * elf/tst-auditmod3b.c: Move to ...
30670         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30671         * elf/tst-auditmod4a.c: Move to ...
30672         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30673         * elf/tst-auditmod4b.c: Move to ...
30674         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30675         * elf/tst-auditmod5a.c: Move to ...
30676         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30677         * elf/tst-auditmod5b.c: Move to ...
30678         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30679         * elf/tst-auditmod6a.c: Move to ...
30680         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30681         * elf/tst-auditmod6b.c: Move to ...
30682         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30683         * elf/tst-auditmod6c.c: Move to ...
30684         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30685         * elf/tst-auditmod7a.c: Move to ...
30686         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30687         * elf/tst-auditmod7b.c: Move to ...
30688         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30690 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30692         [BZ #15366]
30693         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30694         define unconditionally.
30695         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30696         define unconditionally.
30697         (INT8_C, INT16_C, etc.): Likewise.
30699 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30701         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30702         __ehdr_start with hidden visibility.
30704         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30706 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30708         * math/libm-test.inc (cos_test): Use accurate hex constants.
30709         (sincost_test): Likewise.
30711 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30713         * math/libm-test.inc (catan_test): Add more tests.
30714         (catanh_test): Likewise.
30716         * math/s_catanf.c (__catanf): Use suffixed floating-point
30717         constants.
30718         * math/s_catanhf.c (__catanhf): Likewise.
30719         * math/s_catanhl.c (__catanhl): Likewise.
30720         * math/s_catanl.c (__catanl): Likewise.
30722         [BZ #15394]
30723         * math/s_catan.c (__catan): Calculate imaginary part of result
30724         with log1p not log unless computing log of number close to 0.
30725         * math/s_catanf.c (__catanf): Likewise.
30726         * math/s_catanl.c (__catanl): Likewise.
30727         * math/s_catanh.c (__catanh): Calculate real part of result with
30728         log1p not log unless computing log of number close to 0.
30729         * math/s_catanhf.c (__catanhf): Likewise.
30730         * math/s_catanhl.c (__catanhl): Likewise.
30731         * math/libm-test.inc (catan_test): Add more tests.
30732         (catanh_test): Likewise.
30733         * sysdeps/i386/fpu/libm-test-ulps: Update.
30734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30736 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30738         * benchtests/Makefile: Mention files in which fast and slow
30739         paths of math functions are implemented.
30741 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30743         * sysdeps/posix/timespec_get.c: New file.
30745 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30747         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30748         POWER.
30749         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30750         for POWER.
30751         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30752         powerpc/power5/fpu folders.
30753         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30754         * benchtests/Makefile: Add modf testcase.
30755         * benchtests/bench-modf.c: New file: Benchmark test for mo
30757 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30759         [BZ #14888]
30760         * time/Makefile (tests): Add tst-strptime-whitespace.
30761         * time/strptime_l.c (get_number): Use ISSPACE.
30762         (__strptime_internal): Likewise.
30763         * time/tst-strptime-whitespace.c: New test case.
30765 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30767         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30768         member.
30769         (_nss_files_init): Set it here.
30771 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30773         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30774         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30775         unsigned.
30777 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30779         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30781 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30783         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30784         size just once.
30786 2013-04-21  David S. Miller  <davem@davemloft.net>
30788         * po/ru.po: Update Russion translation from translation project.
30790 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30792         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30793         and setfsgid.
30795 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30797         * configure.in: Remove i386 configure warning. Remove i386 case.
30798         * configure: Regenerate.
30799         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30800         Add example to error message.
30801         * sysdeps/i386/configure: Regenerate.
30803 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30805         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30806         slowtan.
30807         * benchtests/cos-inputs: New file.
30808         * benchtests/slowcos-inputs: New file.
30809         * benchtests/slowcos.c: New file.
30810         * benchtests/slowtan-inputs: New file.
30811         * benchtests/slowtan.c: New file.
30812         * benchtests/tan-inputs: New file.
30814 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30816         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30817         considered kosher.
30819 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30821         * benchtests/Makefile: Include cppflags-iterator.mk to add
30822         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30824         * Makefile.in (bench-clean): New target.
30825         * benchtests/Makefile (bench-clean): Likewise.
30827 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30829         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30831 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30833         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30835 2013-04-15  Andreas Schwab  <schwab@suse.de>
30837         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30838         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30839         * nscd/pwdcache.c (cache_addpw): Likewise.
30840         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30841         more than recsize.
30843 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30845         * benchtests/Makefile (bench): Write all output to
30846         bench-out.tmp together.
30848 2013-04-15  Andreas Schwab  <schwab@suse.de>
30850         * nscd/nscd.c (main): Don't fork again after closing files.
30852 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30854         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30856         * benchtests/Rules (bench-deps): Collect dependencies into a
30857         single variable.  Add Makefile to dependencies.
30858         ($(objpfx)bench-%.c): Depend on bench-deps.
30860 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30861             Xavier Roche  <roche+kml2@exalead.com>
30863         [BZ #15361]
30864         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30865         just that it's a file descriptor.
30866         * manual/llio.texi (Synchronizing AIO Operations): Update description
30867         for EBADF error from aio_fsync.
30869 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30871         * Rules (bench): Move target definition...
30872         * benchtests/Makefile: ... here.
30874 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30876         * math/libm-test.inc (cos_test): Fix PI/2 test.
30877         (sincos_test): Likewise.
30878         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30879         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30881 2013-04-11  Andreas Schwab  <schwab@suse.de>
30883         [BZ #13988]
30884         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30885         accept exponent character only when digits were seen.
30886         * stdio-common/Makefile (tests): Add bug26.
30887         * stdio-common/bug26.c: New file.
30889         [BZ #14293]
30890         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30891         non-freeable.
30893 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30895         * Makeconfig (rtld-prefix): Define built linker prefix.
30896         * Rules (run-bench): Use it.
30897         * math/Makefile (run-regen-ulps): Likewise.
30899         * Rules (bench): Remove eval.
30901 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30902             Roland McGrath  <roland@hack.frob.com>
30903             Ondrej Bilka  <neleai@seznam.cz>
30905         [BZ #15346]
30906         * time/getdate.c: Include ctype.h and alloca.h.
30907         (__getdate_r): Trim leading and trailing spaces of input.
30908         * time/tst-getdate.c (tests): Add tests with leading and
30909         trailing spaces.
30911 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30913         [BZ #14280]
30914         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30915         when computing value.
30917 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30919         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30920         Use testrun.sh to run libm tests.
30922         [BZ #15309]
30923         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30925 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30927         [BZ #15264]
30928         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30930 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30932         * Makefile.in (regen-ulps): New target.
30933         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30934         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30935         [ifneq (no,$(PERL)] (regen-ulps): New target.
30936         [ifeq (no,$(PERL)] (regen-ulps): New target.
30937         * math/libm-test.inc (ulps_file_name): Define.
30938         (output_dir): New variable.
30939         (options): Add "output-dir" option.
30940         (parse_opt): Handle 'o' case.
30941         (main): If output_dir is non-NULL use it as a prefix
30942         otherwise use "".
30943         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30945 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30947         [BZ #10060, #10062]
30948         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30949         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30950         fail configure if __sync_val_compare_and_swap is not inlined.
30951         * sysdeps/i386/configure: Regenerate.
30952         * configure.in: Build for i686 when configured for i386.
30953         * configure: Regenerate.
30954         * README: Remove i386 reference.
30956 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30958         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30959         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30961 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30963         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30964         (lmsnanval): New variables.
30965         (F): Add conversion tests.
30966         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30967         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30969         * stdio-common/tstdiomisc.c (F): Properly collect individual
30970         tests' results.
30972         [BZ #14686, #15336]
30973         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30974         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30975         Instead, use input NaN values or generate a qNaN by arithmetic
30976         operation.  Also fix bugs to comply with the standard.
30977         * math/libm-test.inc (remainder_test): Add more tests.
30979         [BZ #15335, #15342]
30980         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30981         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30982         input NaN values or generate a qNaN by arithmetic operation.
30984         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30985         unreachable code.
30987         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30988         definitions.
30990 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30992         [BZ #14478]
30993         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30994         underflowed result.
30995         * math/s_cexpf.c (__cexpf): Likewise.
30996         * math/s_cexpl.c (__cexpl): Likewise.
30997         * math/libm-test.inc (cexp_test): Add more tests.
30999 2013-04-03  Andreas Schwab  <schwab@suse.de>
31001         [BZ #15330]
31002         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31003         order arrays from heap if bigger than alloca cutoff.
31005 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31007         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31008         (SNAN_TESTS_double): Refer to GCC PR56831.
31009         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31010         GCC PR56828.
31012 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31014         * Rules (bench): Move bench.out after the run is complete.
31016         * Rules (bench): Echo currently running benchmark.
31018         * benchtests/Makefile (bench): Add atan and slowatan.
31019         * benchtests/atan-inputs: New file.
31020         * benchtests/slowatan-inputs: New file.
31021         * benchtests/slowatan.c: New file.
31023         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31024         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31025         its value.
31027         [BZ #15305]
31028         * sysdeps/unix/sysv/linux/kernel-features.h
31029         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31030         __ASSUME_XFS_RESTRICTED_CHOWN.
31031         * sysdeps/unix/sysv/linux/pathconf.c
31032         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31033         Save and restore errno.
31035 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31037         [BZ #15327]
31038         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31039         arguments using __kernel_casinh.
31040         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31041         arguments using __kernel_casinhf.
31042         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31043         arguments using __kernel_casinhl.
31044         * math/libm-test.inc (cacosh_test): Add more tests.
31045         * sysdeps/i386/fpu/libm-test-ulps: Update.
31046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31048 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31050         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31051         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31053         * bench/Makefile (bench): Add sin and slowsin.
31054         * benchtests/sin-inputs: New file.
31055         * benchtests/slowsin-inputs: New file.
31056         * benchtests/slowsin.c: New file.
31058         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31059         (bench): Add slowexp and slowpow.
31060         (exp-ITER): Increase iterations.
31061         (pow-ITER): Likewise.
31062         * benchtests/exp-inputs: Change input.
31063         * benchtests/pow-inputs: Likewise.
31064         * benchtests/slowexp-inputs: New file.
31065         * benchtests/slowexp.c: New file.
31066         * benchtests/slowpow-inputs: New file.
31067         * benchtests/slowpow.c: New file.
31069 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31071         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31072         instructions.
31073         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31074         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31075         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31076         * benchtests/Makefile: Add rint benchtest.
31077         * benchtests/rint-inputs: Input for rint benchtest.
31079 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31081         * Versions.def (libm): Add GLIBC_2.18.
31082         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31083         hidden libm prototypes.
31084         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31085         * math/Makefile (libm-calls): Add s_issignaling.
31086         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31087         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31088         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31089         declaration.
31090         * math/math.h [__USE_GNU] (issignaling): New macro.
31091         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31092         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31093         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31094         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31095         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31096         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31097         * manual/arith.texi (issignaling): New section.
31098         * manual/libm-err-tab.pl (@all_functions): Update comment.
31099         * math/gen-libm-test.pl (parse_args): Apply special handling for
31100         issignaling.
31101         * math/libm-test.inc (print_float, issignaling_test): New
31102         functions.
31103         (check_float_internal): Add issignaling checks.
31104         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31105         default definition.
31106         * sysdeps/powerpc/math-tests.h: New file.
31107         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31108         tests.
31109         * math/test-snan.c (TEST_FUNC): Likewise.
31111 2013-03-30  David S. Miller  <davem@davemloft.net>
31113         * po/de.po: Update from translation team.
31115 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31117         [BZ #10357]
31118         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31119         imaginary part less than 1.0 and real part less than 0.5
31120         specially.
31121         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31122         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31123         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31124         (cacos_test): Add more tests.
31125         (casin_test): Likewise.
31126         (casinh_test): Likewise.
31127         * sysdeps/i386/fpu/libm-test-ulps: Update.
31128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31130 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31132         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31133         ONE with its value.
31135         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31136         (__pow_mp): Replace ONE and MONE with their values.
31137         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31138         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31139         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31140         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31141         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31142         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31144         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31146         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31147         (__pow_mp): Replace ZERO and MZERO with their values.
31148         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31149         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31150         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31151         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31152         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31153         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31154         (__sqr): Likewise.
31156         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31158         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31160 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31162         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31163         Declare with __attribute__ ((weak)).
31164         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31165         Call __call_tls_dtors only if it's not NULL.
31167 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31169         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31170         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31171         magic __ehdr_start linker symbol if it's defined.
31172         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31173         them up here if it was already done.
31175         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31176         (_dl_aux_init): Use const in cast when setting it.
31177         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31178         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31179         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31181         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31182         Declare them here.
31183         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31184         * csu/libc-tls.c: Nor here.
31185         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31187         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31188         (__libc_message): Never call vsyslog.
31190 2013-03-28  Alan Modra  <amodra@gmail.com>
31192         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31193         Define as empty.
31194         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31195         Likewise.
31197 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31199         [BZ #15214]
31200         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31201         underflow.
31202         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31204 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31206         [BZ #15304]
31207         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31208         Don't add gid passed as argument.
31210         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31212 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31214         [BZ #15307]
31215         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31216         imaginary part between 1.0 and 1.5 and real part less than 0.5
31217         specially.
31218         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31219         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31220         * math/libm-test.inc (cacos_test): Add more tests.
31221         (casin_test): Likewise.
31222         (casinh_test): Likewise.
31223         * sysdeps/i386/fpu/libm-test-ulps: Update.
31224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31226 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31228         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31229         constants.
31230         (norm): Likewise.
31231         (denorm): Likewise.
31232         (__dbl_mp): Likewise.
31233         (add_magnitudes): Likewise.
31234         (sub_magnitudes): Likewise.
31235         (__add): Likewise.
31236         (__sub): Likewise.
31237         (__mul): Likewise.
31238         (__sqr): Likewise.
31239         (__inv): Likewise.
31240         (__dvd): Likewise.
31242         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31243         commented code.
31244         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31245         (__dubcos): Likewise.
31246         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31247         (__ieee754_acos): Likewise.
31248         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31249         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31250         (__exp1): Likewise.
31251         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31252         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31253         (log1): Likewise.
31254         (my_log2): Likewise.
31255         (checkint): Likewise.
31256         * sysdeps/ieee754/dbl-64/e_remainder.c
31257         (__ieee754_remainder): Likewise.
31258         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31259         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31260         (bsloww): Likewise.
31261         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31263         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31264         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31265         MANTISSA_STORE_T to store computations on mantissa.  Use
31266         macros for rounding and division.
31267         (denorm): Likewise.
31268         (__dbl_mp): Likewise.
31269         (add_magnitudes): Likewise.
31270         (sub_magnitudes): Likewise.
31271         (__mul): Likewise.
31272         (__sqr): Likewise.
31273         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31274         powers of two in terms of TWOPOW macro.
31275         (mp_no): Make type of mantissa as MANTISSA_T.
31276         [!RADIXI]: Define RADIXI.
31277         [!TWO52]: Define TWO52.
31278         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31280 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31282         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31283         llroundl symbol when building for PPC32.
31285 2013-03-24  Mark H Weaver  <mhw@netris.org>
31287         * manual/arith.texi (Normalization Functions): Fix prototypes for
31288         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31290 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31292         [BZ #13889]
31293         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31294         high value to check if expl overflow.
31295         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31296         to check for underflow and overflow.
31297         * math/libm-test.inc: Add exp test.
31299 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31301         [BZ #11120]
31302         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31303         with NOT_IN_libc.
31305 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31307         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31308         symbol.
31310 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31312         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31313         wrap blocks consisting of several statements.
31315         * sysdeps/generic/math-tests.h: New file.
31316         * sysdeps/i386/fpu/math-tests.h: Likewise.
31317         * math/test-snan.c: Include it.
31318         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31320 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31322         [BZ #15285]
31323         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31324         (__ieee754_j0l): Do not improve calculations using cos of twice
31325         input for inputs above LDBL_MAX / 2.0L.
31326         (__ieee754_y0l): Likewise.
31327         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31328         (__ieee754_j1l): Do not improve calculations using cos of twice
31329         input for inputs above LDBL_MAX / 2.0L.
31330         (__ieee754_y1l): Likewise.
31331         * math/libm-test.inc (j0_test): Add another test.
31332         (j1_test): Likewise.
31333         (y0_test): Likewise.
31334         (y1_test): Likewise.
31335         * sysdeps/i386/fpu/libm-test-ulps: Update.
31337 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31339         * Rules ($(objpfx)bench-%.c): Include code from a C source
31340         file.
31342 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31344         [BZ #15287]
31345         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31346         imaginary part 1.0 and real part less than 0.5 specially.
31347         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31348         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31349         * math/libm-test.inc (cacos_test): Add more tests.
31350         (casin_test): Likewise.
31351         (casinh_test): Likewise.
31352         * sysdeps/i386/fpu/libm-test-ulps: Update.
31353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31355 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31357         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31358         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31360 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31362         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31363         * config.make.in (config-cflags-sse4): Remove variable.
31364         (config-cflags-avx): Likewise.
31365         (config-cflags-sse2avx): Likewise.
31366         (config-cflags-novzeroupper): Likewise.
31367         (config-asflags-i686): Likewise.
31368         (have-mfma4): Likewise.
31369         (have-as-vis3): Likewise.
31370         (MIG): Likewise.
31371         * configure.in (MIG): Do not AC_SUBST.
31372         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31373         (libc_cv_cc_sse4): Do not AC_SUBST.
31374         (libc_cv_cc_avx): Likewise.
31375         (libc_cv_cc_sse2avx): Likewise.
31376         (libc_cv_cc_novzeroupper): Likewise.
31377         (libc_cv_cc_fma4): Likewise.
31378         (libc_cv_as_i686): Likewise.
31379         (libc_cv_sparc_as_vis3): Likewise.
31380         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31381         LIBC_CONFIG_VAR.
31382         (config-asflags-i686): Likewise.
31383         (config-cflags-avx): Likewise.
31384         (config-cflags-sse2avx): Likewise.
31385         (have-mfma4): Likewise.
31386         (config-cflags-novzeroupper): Likewise.
31387         * sysdeps/mach/configure.in (MIG): Likewise.
31388         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31389         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31390         LIBC_CONFIG_VAR.
31391         (config-cflags-avx): Likewise.
31392         (config-cflags-sse2avx): Likewise.
31393         (have-mfma4): Likewise.
31394         (config-cflags-novzeroupper): Likewise.
31395         * configure: Regenerated.
31396         * sysdeps/i386/configure: Likewise.
31397         * sysdeps/mach/configure: Likewise.
31398         * sysdeps/sparc/configure: Likewise.
31399         * sysdeps/x86_64/configure: Likewise.
31401 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31403         [BZ #14812]
31404         * locale/programs/localedef.c (options): Put N_ translation marker
31405         on argument names, not just descriptions.
31407 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31409         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31411 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31413         [BZ #14176]
31414         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31416 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31418         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31419         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31420         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31421         [!BEFORE_ABORT] (before_abort): New function.
31422         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31423         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31424         (writev_for_fatal): New function.
31425         (WRITEV_FOR_FATAL): New macro; call that.
31426         (backtrace_and_maps): New function.
31427         (BEFORE_ABORT): New macro; call that.
31428         (struct str_list): Type removed.
31429         (__libc_message, __libc_fatal): Functions removed.
31430         Include <sysdeps/posix/libc_fatal.c> instead.
31432 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31434         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31435         constants.
31436         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31437         double constants.
31439 2013-03-19  Andreas Schwab  <schwab@suse.de>
31441         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31442         * sysdeps/gnu/configure: Regenerate.
31444         * configure.in: Substitute libc_cv_rtlddir.
31445         * configure: Regenerate.
31446         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31447         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31448         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31449         * elf/Makefile (install-others, CFLAGS-interp.c)
31450         (ldso_install, common-ldd-rewrite): Likewise.
31451         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31452         $(inst_slibdir)/$(rtld-installed-name).
31453         * scripts/rellns-sh: Add -p option.
31454         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31455         for source.
31457 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31459         * manual/nptl.texi: Renamed to ...
31460         * manual/threads.texi: ... this.
31461         * manual/Makefile (chapters): Update.
31463 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31465         [BZ #14812]
31466         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31467         on argument names, not just descriptions.
31468         * malloc/memusagestat.c (options): Likewise.
31469         * nss/getent.c (options): Likewise.
31471 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31473         [BZ #14812]
31474         * iconv/iconv_prog.c (options): Put N_ translation marker
31475         on argument names, not just descriptions.
31476         * iconv/iconvconfig.c (options): Likewise.
31478 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31480         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31481         implementation which is faster on all x86_64 architectures.
31482         Tested on AMD, Intel Nehalem, SNB, IVB.
31483         * sysdeps/x86_64/strnlen.S: Likewise.
31485         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31486         Remove all multiarch strlen and strnlen versions.
31487         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31488         Remove strlen and strnlen related parts.
31490         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31491         Inline strlen part.
31492         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31494         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31495         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31496         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31497         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31498         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31499         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31501 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31503         * manual/memory.texi (Malloc Tunable Parameters):
31504         Sort parameters alphabetically. Add comments for missing entries.
31506 2013-03-17  David S. Miller  <davem@davemloft.net>
31508         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31510 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31512         [BZ #15283]
31513         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31514         for arguments at most half maximum finite value.
31515         * math/libm-test.inc (j0_test): Add more tests.
31516         (j1_test): Likewise.
31517         (y0_test): Likewise.
31518         (y1_test): Likewise.
31519         * sysdeps/i386/fpu/libm-test-ulps: Update.
31520         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31522         [BZ #14155]
31523         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31524         1 / x and functions P and Q for arguments above 0x1p256L.
31525         (__ieee754_y0l): Likewise.
31526         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31527         (__ieee754_y1l): Likewise.
31528         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31529         (j1_test): Likewise.
31530         (y0_test): Likewise.
31531         (y1_test): Likewise.
31533 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31535         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31536         variable.
31538 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31540         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31541         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31542         zero since it's initialized to EXEC_PAGESIZE.
31544         * sysdeps/unix/sysv/linux/ldsodefs.h
31545         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31546         * sysdeps/generic/ldsodefs.h: ... here.
31548 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31550         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31552         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31553         math/test-snan.c.
31554         * math/test-snan.c: Renamed from
31555         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31556         * math/Makefile (tests): Add test-snan.
31557         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31558         test-powerpc-snan.
31560         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31561         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31562         functions.
31563         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31564         __builtin_nan family of functions.
31565         * math/libm-test.inc (initialize): Initialize qnan_value with
31566         __builtin_nan family of functions.
31567         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31568         Remove variables.
31569         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31570         Remove functions.
31571         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31572         storage class.  Initialize qNaN_var and sNaN_var with
31573         __builtin_nan and __builtin_nans families of functions,
31574         respectively.
31576         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31577         (sqrt_test): Remove duplicate test with qNaN input.
31578         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31579         (round_test, signbit_test, significand_test): Note missing +/-Inf
31580         as well as qNaN tests.
31582         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31583         qNaN_var.  Fix a few strings, too.
31584         * math/libm-test.inc (nan_value): Rename to qnan_value.
31585         * math/gen-libm-test.pl (%beautify): Adjust to that.
31586         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31587         * math/test-misc.c (main): Likewise.
31588         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31589         to __qnan_bytes, and __qnan_union, respectively.
31590         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31591         Likewise.
31592         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31593         and lqnanval, respectively.
31594         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31595         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31596         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31597         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31599         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31600         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31601         doubles.
31603         * math/test-misc.c (main): Fix copy'n'pastos.
31604         * misc/tst-efgcvt.c (special): Likewise.
31606         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31607         Remove declarations.
31609 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31611         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31612         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31613         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31614         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31616 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31618         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31619         macro to return vdso values correctly in IFUNC implementations.
31620         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31621         Optimization by using IFUNC.
31623 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31624             Richard Henderson  <rth@redhat.com>
31625             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31627         * Makefile.in (bench): New target.
31628         * NEWS: Mention the benchmark framework.
31629         * Rules (bench): Likewise.
31630         (binaries-bench): Generate binaries for functions to
31631         benchmark.
31632         * benchtests/Makefile: New makefile for benchmark tests.
31633         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31634         programs.
31635         * benchtests/exp-inputs: New input file for EXP function.
31636         * benchtests/pow-inputs: New input file for POW function.
31637         * scripts/bench.pl: New script to generate source files for
31638         benchmark programs.
31640 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31642         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31643         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31644         computations on mantissa.  Use macros for rounding and
31645         division.
31646         (denorm): Likewise.
31647         (__dbl_mp): Likewise.
31648         (add_magnitudes): Likewise.
31649         (sub_magnitudes): Likewise.
31650         (__mul): Likewise.
31651         (__sqr): Likewise.
31652         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31653         powers of two in terms of TWOPOW macro.
31654         (mp_no): Make type of mantissa as MANTISSA_T.
31655         [!RADIXI]: Define RADIXI.
31656         [!TWO52]: Define TWO52.
31657         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31659         * manual/nptl.texi (cindex): Modify threads to pthreads.
31661 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31663         * sysdeps/x86_64/preconfigure: Regenerated.
31665 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31667         [BZ #14155]
31668         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31669         0x1p28 and above.
31670         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31671         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31672         0x1p28 and above.
31673         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31674         * math/libm-test.inc (j0_test): Do not allow one spurious
31675         underflow exception.
31676         (y1_test): Likewise.
31678 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31680         * manual/Makefile (chapters): Add nptl.
31681         * manual/debug.texi (Debugging Support): Add link to Threads
31682         chapter.
31683         * manual/nptl.texi: New file.
31685         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31687 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31689         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31690         for non-NULL pointer before the memory validity test. Pointed
31691         out by Holger Brunck <holger.brunck@keymile.com>.
31693 2013-03-13  Andreas Schwab  <schwab@suse.de>
31695         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31696         instead of .os.
31698 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31700         * timezone/zic.c: Update from tzcode 2013b.
31702 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31704         * manual/install.texi (Configuring and compiling):
31705         Mention i686 and i586.
31706         * INSTALL: Regenerate.
31708 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31710         * sysdeps/init_array/elf-init.c: New file.
31711         * csu/elf-init.c
31712         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31713         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31715         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31716         __gmon_start__ as global, but as static with a .preinit_array pointer.
31717         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31718         * sysdeps/init_array/crti.S: New file, empty except for comments.
31719         * sysdeps/init_array/crtn.S: Likewise.
31721 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31723         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31724         definining bcopy.
31725         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31726         Remove Prefer_SSE_for_memop.
31727         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31728         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31729         HAS_PREFER_SSE_FOR_MEMOP.
31730         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31731         memset-x86-64.
31732         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31733         Remove bzero, memset ifunc support.
31734         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31735         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31736         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31737         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31739 2013-03-11  Andreas Schwab  <schwab@suse.de>
31741         [BZ #15234]
31742         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31743         by SHLIB_COMPAT.
31744         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31745         (GLIBC_2.16): Remove pthread_atfork.
31747 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31749         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31750         (ptestcases.h): Likewise.
31752 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31754         * Makeconfig ($(common-objpfx)config.status): Depend on
31755         sysdeps/*/preconfigure{,.in} too.
31757 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31759         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31760         (__free_hook): Use void * instead of __malloc_ptr_t.
31761         (__malloc_hook): Likewise.
31762         (__realloc_hook): Likewise.
31763         (__memalign_hook): Likewise.
31764         (__after_morecore_hook): Likewise.
31765         * malloc/arena.c (save_malloc_hook): Likewise.
31766         (save_free_hook): Likewise.
31767         * malloc/hooks.c (malloc_hook_ini): Likewise.
31768         (realloc_hook_ini): Likewise.
31769         (memalign_hook_ini): Likewise.
31770         * malloc/malloc.c (malloc_hook_ini): Likewise.
31771         (realloc_hook_ini): Likewise.
31772         (memalign_hook_ini): Likewise.
31773         (__free_hook): Likewise.
31774         (__malloc_hook): Likewise.
31775         (__realloc_hook): Likewise.
31776         (__memalign_hook): Likewise.
31777         (__libc_malloc): Likewise.
31778         (__libc_free): Likewise.
31779         (__libc_realloc): Likewise.
31780         (__libc_memalign): Likewise.
31781         (__libc_valloc): Likewise.
31782         (__libc_pvalloc): Likewise.
31783         (__libc_calloc): Likewise.
31784         (__posix_memalign): Likewise.
31785         * malloc/morecore.c (__sbrk): Likewise.
31786         (__default_morecore): Likewise.
31788         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31790         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31791         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31792         __malloc_ptrdiff_t.
31794         * malloc/malloc.h (__malloc_size_t): Remove macro.
31795         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31796         __malloc_size_t.
31797         (old_memalign_hook): Likewise.
31798         (old_realloc_hook): Likewise.
31799         (struct hdr): Likewise.
31800         (flood): Likewise.
31801         (mallochook): Likewise.
31802         (memalignhook): Likewise.
31803         (reallochook): Likewise.
31804         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31805         (tr_old_realloc_hook): Likewise.
31806         (tr_old_memalign_hook): Likewise.
31807         (tr_mallochook): Likewise.
31808         (tr_reallochook): Likewise.
31809         (tr_memalignhook): Likewise.
31811 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31813         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31814         default_ldbl_pack and using as default implementation.
31815         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31816         implementation.
31817         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31818         redundant definition.
31819         (ldbl_insert_mantissa): Likewise.
31820         (ldbl_canonicalize): Likewise.
31821         (ldbl_nearbyint): Likewise.
31822         (ldbl_pack): Rename to ldbl_pack_ppc.
31823         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31824         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31825         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31827 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31830         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31831         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31832         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31833         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31834         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31835         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31836         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31838 2013-03-07  Andreas Jaeger  <aj@suse.de>
31840         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31841         bits/mman-linux.h.
31843 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31845         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31846         Include mpa.h and declare __MPEXP.
31847         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31848         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31849         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31850         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31851         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31852         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31853         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31855         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31856         (__slowpow): Use long double EXPL and LOGL functions to
31857         compute POW.
31858         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31859         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31860         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31861         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31862         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31863         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31865         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31866         intermediate variable to calculate exponent.
31867         (__sqr): Likewise.
31868         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31869         Likewise.
31870         (__sqr): Likewise.
31872         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31873         [!NO__SQR]: Define __sqr.
31874         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31875         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31876         sysdeps/ieee754/dbl-64/mpa.c.
31877         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31879         [BZ #12723]
31880         * posix/Makefile (tests): Add tst-pathconf.
31881         * posix/tst-pathconf.c: New test case.
31882         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31883         _PC_PIPE_BUF.
31884         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31886 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31888         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31890 2013-03-06  Andreas Jaeger  <aj@suse.de>
31892         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31893         definition via __MAP_ANONYMOUS.
31895         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31896         it's not part of Linux headers.
31898         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31899         (MAP_HUGE_MASK): Define.
31901         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31902         Define.
31903         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31904         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31905         Define.
31906         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31907         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31908         Define.
31909         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31910         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31911         Define.
31912         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31914         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31915         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31916         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31917         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31918         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31919         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31921         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31922         Handle f2fs.
31924         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31925         Handle f2fs and efivarfs.
31927         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31928         f2fs.
31930         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31931         (EFIVARFS_MAGIC): Add.
31932         (F2FS_LINK_MAX): Add.
31934 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31936         * stdio-common/vfprintf.c: Replace __builtin_expect with
31937         __glibc_unlikely.
31939 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31941         [BZ #13550]
31942         * sysdeps/generic/bp-sym.h: Remove file.
31943         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31944         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31945         <bp-sym.h> and <bp-asm.h>.
31946         (__longjmp): Don't use BP_SYM.
31947         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31948         and <bp-asm.h>.
31949         (memcpy): Don't use BP_SYM.
31950         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31951         <bp-sym.h> and <bp-asm.h>.
31952         (memcpy): Don't use BP_SYM.
31953         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31954         <bp-asm.h>.
31955         (memcpy): Don't use BP_SYM.
31956         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31957         <bp-asm.h>.
31958         (memset): Don't use BP_SYM.
31959         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31960         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31961         (__bzero): Don't use BP_SYM.
31962         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31963         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31964         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31965         <bp-sym.h> and <bp-asm.h>.
31966         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31967         pointers.
31968         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31969         <bp-sym.h> and <bp-asm.h>.
31970         (memcpy): Don't use BP_SYM.
31971         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31972         <bp-sym.h> and <bp-asm.h>.
31973         (memset): Don't use BP_SYM.
31974         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31975         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31976         (__bzero): Don't use BP_SYM.
31977         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31978         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31979         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31980         <bp-sym.h> and <bp-asm.h>.
31981         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31982         pointers.
31983         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31984         <bp-sym.h> and <bp-asm.h>.
31985         (memcpy): Don't use BP_SYM.
31986         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31987         <bp-sym.h> and <bp-asm.h>.
31988         (memset): Don't use BP_SYM.
31989         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31990         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31991         (__bzero): Don't use BP_SYM.
31992         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31993         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31994         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31995         <bp-sym.h> and <bp-asm.h>.
31996         (__memchr): Don't use BP_SYM.
31997         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31998         <bp-sym.h> and <bp-asm.h>.
31999         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32000         pointers.
32001         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32002         <bp-sym.h> and <bp-asm.h>.
32003         (memcpy): Don't use BP_SYM.
32004         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32005         <bp-sym.h> and <bp-asm.h>.
32006         (__mempcpy): Don't use BP_SYM.
32007         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32008         <bp-sym.h> and <bp-asm.h>.
32009         (__memrchr): Don't use BP_SYM.
32010         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32011         <bp-sym.h> and <bp-asm.h>.
32012         (memset): Don't use BP_SYM.
32013         (__bzero): Likewise.
32014         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32015         <bp-sym.h> and <bp-asm.h>.
32016         (__rawmemchr): Don't use BP_SYM.
32017         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32018         <bp-sym.h> and <bp-asm.h>.
32019         (__STRCMP): Don't use BP_SYM.
32020         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32021         <bp-sym.h> and <bp-asm.h>.
32022         (strchr): Don't use BP_SYM.
32023         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32024         <bp-sym.h> and <bp-asm.h>.
32025         (__strchrnul): Don't use BP_SYM.
32026         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32027         <bp-sym.h> and <bp-asm.h>.
32028         (strlen): Don't use BP_SYM.
32029         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32030         <bp-sym.h> and <bp-asm.h>.
32031         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32032         pointers.
32033         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32034         <bp-sym.h> and <bp-asm.h>.
32035         (__strnlen): Don't use BP_SYM.
32036         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32037         <bp-sym.h> and <bp-asm.h>.
32038         (__GI__setjmp): Don't use BP_SYM.
32039         (_setjmp): Likewise.
32040         (__sigsetjmp): Likewise.
32041         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32042         (L(start_addresses)): Don't use BP_SYM.
32043         (_start): Likewise.
32044         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32045         <bp-asm.h>.
32046         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32047         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32048         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32049         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32050         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32051         <bp-asm.h>.
32052         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32053         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32054         about bounded pointers.
32055         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32056         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32057         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32058         <bp-asm.h>.
32059         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32060         about bounded pointers.  Remove GKM FIXME comments.
32061         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32062         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32063         <bp-asm.h>.
32064         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32065         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32066         Remove GKM FIXME comments.
32067         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32068         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32069         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32070         <bp-asm.h>.
32071         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32072         about bounded pointers.  Remove GKM FIXME comment.
32073         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32074         and <bp-asm.h>.
32075         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32076         pointers.
32077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32078         <bp-sym.h> and <bp-asm.h>.
32079         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32081         <bp-sym.h> and <bp-asm.h>.
32082         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32083         comment.
32085 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32087         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32088         call free(NULL).
32090 2013-03-05  David S. Miller  <davem@davemloft.net>
32092         * po/es.po: Update from translation team.
32094 2013-03-05  Andreas Jaeger  <aj@suse.de>
32096         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32097         <bits/mman-linux.h>.
32098         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32099         is fine.
32100         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32101         <bits/mman-linux.h> to end of file.
32102         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32103         is fine.
32104         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32105         <bits/mman-linux.h> to end of file.
32106         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32107         is fine.
32108         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32109         <bits/mman-linux.h> to end of file.
32111         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32112         (MCL_CURRENT, MCL_FUTURE): Define here.
32114 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32116         [BZ #15232]
32117         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32118         attribute_hidden.
32119         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32121 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32123         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32124         fourth parameter needed for rt_sigprocmask syscall.
32125         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32126         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32127         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32128         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32129         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32130         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32132 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32134         [BZ #13550]
32135         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32136         comment about bounded pointers.
32137         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32138         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32140 2013-03-04  Andreas Jaeger  <aj@suse.de>
32142         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32143         common definitions.
32145         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32146         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32147         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32148         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32149         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32150         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32152 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32154         [BZ #15055]
32155         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32156         __ieee754_sqrl instead of __sqrl.
32158 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32160         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32161         * sysdeps/powerpc/fpu_control.h: ... here.
32162         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32163         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32164         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32165         * sysdeps/powerpc/bits/mathinline.h: ... here.
32167 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32169         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32170         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32171         to just [NEED_DL_SYSINFO_DSO].
32172         * elf/dl-support.c: Likewise.
32173         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32174         * elf/rtld.c (dl_main): Likewise.
32175         * elf/setup-vdso.h (setup_vdso): Likewise.
32176         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32177         * sysdeps/unix/sysv/linux/dl-sysdep.c
32178         (_dl_discover_osversion): Likewise.
32180 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32182         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32183         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32185 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32187         * NEWS: Mention libm performance improvements and non-x86 PI
32188         futex support.
32190         * csu/libc-start.c (__pthread_initialize_minimal): Change
32191         function arguments.
32192         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32194 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32196         [BZ #13550]
32197         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32198         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32199         <bp-sym.h> and <bp-asm.h>.
32200         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32201         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32202         and <bp-asm.h>.
32203         (memcpy): Don't use BP_SYM.
32204         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32205         <bp-asm.h>.
32206         (__mpn_add_n): Don't use BP_SYM.
32207         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32208         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32209         and <bp-asm.h>.
32210         (__mpn_addmul_1): Don't use BP_SYM.
32211         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32212         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32213         <bp-sym.h>.
32214         (_setjmp): Don't use BP_SYM.
32215         (__novmx_setjmp): Likewise.
32216         (__GI__setjmp): Likewise.
32217         (__vmx_setjmp): Likewise.
32218         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32219         <bp-sym.h>.
32220         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32221         (__bzero): Don't use BP_SYM.
32222         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32223         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32224         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32225         <bp-sym.h> and <bp-asm.h>.
32226         (memcpy): Don't use BP_SYM.
32227         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32228         <bp-sym.h> and <bp-asm.h>.
32229         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32230         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32231         <bp-sym.h> and <bp-asm.h>.
32232         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32233         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32234         <bp-asm.h>.
32235         (__mpn_lshift): Don't use BP_SYM.
32236         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32237         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32238         <bp-asm.h>.
32239         (memset): Don't use BP_SYM.
32240         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32241         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32242         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32243         <bp-asm.h>.
32244         (__mpn_mul_1): Don't use BP_SYM.
32245         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32246         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32247         <bp-sym.h> and <bp-asm.h>.
32248         (memcmp): Don't use BP_SYM.
32249         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32250         <bp-sym.h> and <bp-asm.h>.
32251         (memcpy): Don't use BP_SYM.
32252         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32253         <bp-sym.h> and <bp-asm.h>.
32254         (memset): Don't use BP_SYM.
32255         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32256         <bp-sym.h> and <bp-asm.h>.
32257         (strncmp): Don't use BP_SYM.
32258         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32259         <bp-sym.h> and <bp-asm.h>.
32260         (memcpy): Don't use BP_SYM.
32261         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32262         <bp-sym.h> and <bp-asm.h>.
32263         (memset): Don't use BP_SYM.
32264         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32265         <bp-sym.h> and <bp-asm.h>.
32266         (__memchr): Don't use BP_SYM.
32267         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32268         <bp-sym.h> and <bp-asm.h>.
32269         (memcmp): Don't use BP_SYM.
32270         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32271         <bp-sym.h> and <bp-asm.h>.
32272         (memcpy): Don't use BP_SYM.
32273         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32274         <bp-sym.h> and <bp-asm.h>.
32275         (__mempcpy): Don't use BP_SYM.
32276         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32277         <bp-sym.h> and <bp-asm.h>.
32278         (__memrchr): Don't use BP_SYM.
32279         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32280         <bp-sym.h> and <bp-asm.h>.
32281         (memset): Don't use BP_SYM.
32282         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32283         <bp-sym.h> and <bp-asm.h>.
32284         (__rawmemchr): Don't use BP_SYM.
32285         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32286         <bp-sym.h> and <bp-asm.h>.
32287         (__STRCMP): Don't use BP_SYM.
32288         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32289         <bp-sym.h> and <bp-asm.h>.
32290         (strchr): Don't use BP_SYM.
32291         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32292         <bp-sym.h> and <bp-asm.h>.
32293         (__strchrnul): Don't use BP_SYM.
32294         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32295         <bp-sym.h> and <bp-asm.h>.
32296         (strlen): Don't use BP_SYM.
32297         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32298         <bp-sym.h> and <bp-asm.h>.
32299         (strncmp): Don't use BP_SYM.
32300         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32301         <bp-sym.h> and <bp-asm.h>.
32302         (__strnlen): Don't use BP_SYM.
32303         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32304         <bp-asm.h>.
32305         (__mpn_rshift): Don't use BP_SYM.
32306         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32307         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32308         <bp-sym.h> and <bp-asm.h>.
32309         (__sigsetjmp): Don't use BP_SYM.
32310         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32311         (L(start_addresses)): Don't use BP_SYM.
32312         (_start): Likewise.
32313         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32314         <bp-asm.h>.
32315         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32316         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32317         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32318         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32319         <bp-asm.h>.
32320         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32321         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32322         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32323         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32324         <bp-asm.h>.
32325         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32326         comments.
32327         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32328         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32329         <bp-asm.h>.
32330         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32331         FIXME comments.
32332         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32333         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32334         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32335         <bp-asm.h>.
32336         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32337         comment.
32338         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32339         and <bp-asm.h>.
32340         (strncmp): Don't use BP_SYM,
32341         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32342         <bp-asm.h>.
32343         (__mpn_sub_n): Don't use BP_SYM.
32344         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32345         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32346         and <bp-asm.h>.
32347         (__mpn_submul_1): Don't use BP_SYM.
32348         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32350         <bp-sym.h> and <bp-asm.h>.
32351         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32353         <bp-sym.h> and <bp-asm.h>.
32354         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32355         comment.
32357 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32359         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32360         Use ZK to minimize writes to Z.
32361         (sub_magnitudes): Simplify code a bit.
32362         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32363         Use ZK to minimize writes to Z.
32364         (sub_magnitudes): Simplify code a bit.
32366 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32368         * csu/gmon-start.c: Add special exception to license text.
32370 2013-02-27  Richard Henderson  <rth@redhat.com>
32372         * scripts/config.guess: Update from config.git.
32373         * scripts/config.sub: Likewise.
32375 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32377         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32379         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32381         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32383         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32385         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32387 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32389         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32390         [$(build-shared = yes].
32392 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32394         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32395         (__mul): Reduce iterations for calculating mantissa.
32397         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32398         MPTWO.
32399         (__mpranred): Likewise.
32401         [BZ #15160]
32402         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32403         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32405 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32407         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32408         Define __attribute__.
32410 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32412         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32413         unused.
32414         * posix/regex_internal.h (__attribute): Remove.
32415         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32416         (re_string_context_at): Likewise.
32417         (bitset_not): Use __attribute__ and mark function as possibly
32418         unused.
32419         (bitset_merge): Likewise.
32420         (bitset_mask): Likewise.
32421         (re_string_char_size_at): Likewise.
32422         (re_string_wchar_at): Likewise.
32423         (re_string_elem_size_at): Likewise.
32425 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32427         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32428         code.
32429         (cc32): Likewise.
32431         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32432         (__acr): Likewise.
32433         (__cpy): Likewise.
32434         (norm): Likewise.
32435         (denorm): Likewise.
32436         (__dbl_mp): Likewise.
32437         (add_magnitudes): Likewise.
32438         (sub_magnitudes): Likewise.
32439         (__mul): Likewise.
32440         (__inv): Likewise.
32442         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32443         style.
32445         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32446         style.
32448         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32449         code.
32451         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32452         up changes with default code.
32453         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32454         Likewise.
32456 2013-02-24  Allan McRae  <allan@archlinux.org>
32458         * manual/socket.texi (The Internet Namespace): Order menu items
32459         to match that in the file.
32461         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32462         node listing of the info page menu.
32464 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32466         [BZ #13550]
32467         * sysdeps/i386/bp-asm.h: Remove file.
32468         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32469         (PARMS): Do not use macros from bp-asm.h.
32470         (S1): Likewise.
32471         (S2): Likewise.
32472         (SIZE): Likewise.
32473         (__mpn_add_n): Do not use BP_SYM
32474         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32475         "bp-asm.h".
32476         (PARMS): Do not use macros from bp-asm.h.
32477         (S1): Likewise.
32478         (SIZE): Likewise.
32479         (__mpn_addmul_1): Do not use BP_SYM
32480         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32481         "bp-asm.h".
32482         (PARMS): Do not use macros from bp-asm.h.
32483         (SIGMSK): Likewise.
32484         (_setjmp): Likewise.  Do not use BP_SYM.
32485         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32486         "bp-asm.h".
32487         (PARMS): Do not use macros from bp-asm.h.
32488         (SIGMSK): Likewise.
32489         (setjmp): Likewise.  Do not use BP_SYM.
32490         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32491         "bp-asm.h".
32492         (PARMS): Do not use macros from bp-asm.h.
32493         (__frexp): Do not use BP_SYM.
32494         (frexp): Likewise.
32495         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32496         "bp-asm.h".
32497         (PARMS): Do not use macros from bp-asm.h.
32498         (__frexpf): Do not use BP_SYM.
32499         (frexpf): Likewise.
32500         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32501         "bp-asm.h".
32502         (PARMS): Do not use macros from bp-asm.h.
32503         (__frexpl): Do not use BP_SYM.
32504         (frexpl): Likewise.
32505         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32506         "bp-asm.h".
32507         (PARMS): Do not use macros from bp-asm.h.
32508         (__remquo): Do not use BP_SYM.
32509         (remquo): Likewise.
32510         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32511         "bp-asm.h".
32512         (PARMS): Do not use macros from bp-asm.h.
32513         (__remquof): Do not use BP_SYM.
32514         (remquof): Likewise.
32515         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32516         "bp-asm.h".
32517         (PARMS): Do not use macros from bp-asm.h.
32518         (__remquol): Do not use BP_SYM.
32519         (remquol): Likewise.
32520         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32521         "bp-asm.h".
32522         (PARMS): Do not use macros from bp-asm.h.
32523         (DEST): Likewise.
32524         (SRC): Likewise.
32525         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32526         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32527         "bp-asm.h".
32528         (PARMS): Do not use macros from bp-asm.h.
32529         (strlen): Do not use BP_SYM.
32530         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32531         "bp-asm.h".
32532         (PARMS): Do not use macros from bp-asm.h.
32533         (S1): Likewise.
32534         (S2): Likewise.
32535         (SIZE): Likewise.
32536         (__mpn_add_n): Do not use BP_SYM.
32537         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32538         "bp-asm.h".
32539         (PARMS): Do not use macros from bp-asm.h.
32540         (S1): Likewise.
32541         (SIZE): Likewise.
32542         (__mpn_addmul_1): Do not use BP_SYM.
32543         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32544         weak_alias.
32545         (bzero): Likewise.
32546         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32547         "bp-asm.h".
32548         (PARMS): Do not use macros from bp-asm.h.
32549         (S): Likewise.
32550         (SIZE): Likewise.
32551         (__mpn_lshift): Do not use BP_SYM.
32552         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32553         "bp-asm.h".
32554         (PARMS): Do not use macros from bp-asm.h.
32555         (DEST): Likewise.
32556         (SRC): Likewise.
32557         (LEN): Likewise.
32558         (memcpy): Likewise.  Do not use BP_SYM.
32559         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32560         libc_hidden_def and weak_alias.
32561         (mempcpy): Do not use BP_SYM in weak_alias.
32562         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32563         "bp-asm.h".
32564         (PARMS): Do not use macros from bp-asm.h.
32565         (DEST): Likewise.
32566         (LEN): Likewise.
32567         [!BZERO_P] (CHR): Likewise.
32568         (memset): Likewise.  Do not use BP_SYM.
32569         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32570         "bp-asm.h".
32571         (PARMS): Do not use macros from bp-asm.h.
32572         (S1): Likewise.
32573         (SIZE): Likewise.
32574         (__mpn_mul_1): Do not use BP_SYM.
32575         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32576         "bp-asm.h".
32577         (PARMS): Do not use macros from bp-asm.h.
32578         (S): Likewise.
32579         (SIZE): Likewise.
32580         (__mpn_rshift): Do not use BP_SYM.
32581         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32582         "bp-asm.h".
32583         (PARMS): Do not use macros from bp-asm.h.
32584         (STR): Likewise.
32585         (CHR): Likewise.
32586         (strchr): Likewise.  Do not use BP_SYM.
32587         (index): Do not use BP_SYM in weak_alias.
32588         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32589         "bp-asm.h".
32590         (PARMS): Do not use macros from bp-asm.h.
32591         (DEST): Likewise.
32592         (SRC): Likewise.
32593         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32594         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32595         "bp-asm.h".
32596         (PARMS): Do not use macros from bp-asm.h.
32597         (strlen): Do not use BP_SYM.
32598         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32599         "bp-asm.h".
32600         (PARMS): Do not use macros from bp-asm.h.
32601         (S1): Likewise.
32602         (S2): Likewise.
32603         (SIZE): Likewise.
32604         (__mpn_sub_n): Do not use BP_SYM.
32605         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32606         "bp-asm.h".
32607         (PARMS): Do not use macros from bp-asm.h.
32608         (S1): Likewise.
32609         (SIZE): Likewise.
32610         (__mpn_submul_1): Do not use BP_SYM.
32611         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32612         "bp-asm.h".
32613         (PARMS): Do not use macros from bp-asm.h.
32614         (S1): Likewise.
32615         (S2): Likewise.
32616         (SIZE): Likewise.
32617         (__mpn_add_n): Do not use BP_SYM.
32618         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32619         weak_alias.
32620         (bzero): Likewise.
32621         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32622         "bp-asm.h".
32623         (PARMS): Do not use macros from bp-asm.h.
32624         (BLK2): Likewise.
32625         (LEN): Likewise.
32626         (memcmp): Do not use BP_SYM.
32627         (bcmp): Do not use BP_SYM in weak_alias.
32628         * sysdeps/i386/i686/memcpy.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         (memcpy): Likewise.  Do not use BP_SYM.
32635         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32636         "bp-asm.h".
32637         (PARMS): Do not use macros from bp-asm.h.
32638         (DEST): Likewise.
32639         (SRC): Likewise.
32640         (LEN): Likewise.
32641         (memmove): Likewise.  Do not use BP_SYM.
32642         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32643         "bp-asm.h".
32644         (PARMS): Do not use macros from bp-asm.h.
32645         (DEST): Likewise.
32646         (SRC): Likewise.
32647         (LEN): Likewise.
32648         (__mempcpy): Likewise.  Do not use BP_SYM.
32649         (mempcpy): Do not use BP_SYM in weak_alias.
32650         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32651         "bp-asm.h".
32652         (PARMS): Do not use macros from bp-asm.h.
32653         (DEST): Likewise.
32654         (LEN): Likewise.
32655         [!BZERO_P] (CHR): Likewise.
32656         (memset): Likewise.  Do not use BP_SYM.
32657         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32658         "bp-asm.h".
32659         (PARMS): Do not use macros from bp-asm.h.
32660         (STR2): Likewise.
32661         (strcmp): Do not use BP_SYM.
32662         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32663         "bp-asm.h".
32664         (PARMS): Do not use macros from bp-asm.h.
32665         (STR): Likewise.
32666         (DELIM): Likewise.
32667         [USE_AS_STRTOK_R] (SAVE): Likewise.
32668         (FUNCTION): Likewise.  Do not use BP_SYM.
32669         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32670         aliases.
32671         (strtok_r): Likewise.
32672         (__GI___strtok_r): Likewise.
32673         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32674         (PARMS): Do not use macros from bp-asm.h.
32675         (S): Likewise.
32676         (SIZE): Likewise.
32677         (__mpn_lshift): Do not use BP_SYM.
32678         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32679         (PARMS): Do not use macros from bp-asm.h.
32680         (STR): Likewise.
32681         (CHR): Likewise.
32682         (__memchr): Do not use BP_SYM.
32683         (memchr): Do not use BP_SYM in weak_alias.
32684         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32685         (PARMS): Do not use macros from bp-asm.h.
32686         (BLK2): Likewise.
32687         (LEN): Likewise.
32688         (memcmp): Do not use BP_SYM.
32689         (bcmp): Do not use BP_SYM in weak_alias.
32690         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32691         (PARMS): Do not use macros from bp-asm.h.
32692         (S1): Likewise.
32693         (SIZE): Likewise.
32694         (__mpn_mul_1): Do not use BP_SYM.
32695         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32696         "bp-asm.h".
32697         (PARMS): Do not use macros from bp-asm.h.
32698         (STR): Likewise.
32699         (CHR): Likewise.
32700         (__rawmemchr): Do not use BP_SYM.
32701         (rawmemchr): Do not use BP_SYM in weak_alias.
32702         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32703         (PARMS): Do not use macros from bp-asm.h.
32704         (S): Likewise.
32705         (SIZE): Likewise.
32706         (__mpn_rshift): Do not use BP_SYM.
32707         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32708         (PARMS): Do not use macros from bp-asm.h.
32709         (SIGMSK): Likewise.
32710         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32711         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32712         (_start): Do not use BP_SYM.
32713         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32714         (PARMS): Do not use macros from bp-asm.h.
32715         (DEST): Likewise.
32716         (SRC): Likewise.
32717         (__stpcpy): Likewise.  Do not use BP_SYM.
32718         (stpcpy): Do not use BP_SYM in weak_alias.
32719         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32720         "bp-asm.h".
32721         (PARMS): Do not use macros from bp-asm.h.
32722         (DEST): Likewise.
32723         (SRC): Likewise.
32724         (LEN): Likewise.
32725         (__stpncpy): Likewise.  Do not use BP_SYM.
32726         (stpncpy): Do not use BP_SYM in weak_alias.
32727         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32728         (PARMS): Do not use macros from bp-asm.h.
32729         (STR): Likewise.
32730         (CHR): Likewise.
32731         (strchr): Likewise.  Do not use BP_SYM.
32732         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32733         "bp-asm.h".
32734         (PARMS): Do not use macros from bp-asm.h.
32735         (STR): Likewise.
32736         (CHR): Likewise.
32737         (__strchrnul): Likewise.  Do not use BP_SYM.
32738         (strchrnul): Do not use BP_SYM in weak_alias.
32739         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32740         "bp-asm.h".
32741         (PARMS): Do not use macros from bp-asm.h.
32742         (STOP): Likewise.
32743         (strcspn): Do not use BP_SYM.
32744         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32745         "bp-asm.h".
32746         (PARMS): Do not use macros from bp-asm.h.
32747         (STR): Likewise.
32748         (STOP): Likewise.
32749         (strpbrk): Likewise.  Do not use BP_SYM.
32750         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32751         "bp-asm.h".
32752         (PARMS): Do not use macros from bp-asm.h.
32753         (STR): Likewise.
32754         (CHR): Likewise.
32755         (strrchr): Likewise.  Do not use BP_SYM.
32756         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32757         (PARMS): Do not use macros from bp-asm.h.
32758         (SKIP): Likewise.
32759         (strspn): Do not use BP_SYM.
32760         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32761         (PARMS): Do not use macros from bp-asm.h.
32762         (STR): Likewise.
32763         (DELIM): Likewise.
32764         (SAVE): Likewise.
32765         (FUNCTION): Likewise.  Do not use BP_SYM.
32766         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32767         aliases.
32768         (strtok_r): Likewise.
32769         (__GI___strtok_r): Likewise.
32770         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32771         (PARMS): Do not use macros from bp-asm.h.
32772         (S1): Likewise.
32773         (S2): Likewise.
32774         (SIZE): Likewise.
32775         (__mpn_sub_n): Do not use BP_SYM.
32776         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32777         "bp-asm.h".
32778         (PARMS): Do not use macros from bp-asm.h.
32779         (S1): Likewise.
32780         (SIZE): Likewise.
32781         (__mpn_submul_1): Do not use BP_SYM.
32782         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32783         <bp-sym.h>.
32784         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32785         and <bp-asm.h>.
32786         (PARMS): Do not use macros from bp-asm.h.
32787         (FLAGS): Likewise.
32788         (PTID): Likewise.
32789         (TLS): Likewise.
32790         (CTID): Likewise.
32791         (__clone): Do not use BP_SYM.
32792         (clone): Do not use BP_SYM in weak_alias.
32793         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32794         and <bp-asm.h>.
32795         (PARMS): Do not use macros from bp-asm.h.
32796         (LEN): Likewise.
32797         (__mmap64): Do not use BP_SYM.
32798         (mmap64): Do not use BP_SYM in weak_alias.
32799         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32800         <bp-sym.h> and <bp-asm.h>.
32801         (PARMS): Do not use macros from bp-asm.h.
32802         (__posix_fadvise64_l64): Do not use BP_SYM.
32803         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32804         (PARMS): Do not use macros from bp-asm.h.
32805         (NSOPS): Likewise.
32806         (semtimedop): Do not use BP_SYM.
32807         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32808         and <bp-asm.h>.
32810 2013-02-21  Allan McRae  <allan@archlinux.org>
32812         * manual/message.texi (Charset conversion in gettext):
32813         Move @end statement to beginning of line.
32815 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32817         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32818         static.
32819         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32820         Likewise.
32822         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32823         (denorm): Likewise.
32824         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32825         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32827 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32829         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32830         tail-call to the resolved function if pltexit isn't needed.
32832 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32834         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32835         or Y being zero as being unlikely.
32836         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32837         Likewise.
32839 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32841         * manual/nss.texi (System Databases and Name Service Switch):
32842         Remove frobnicate @pxref.
32844 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32846         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32847         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32849 2013-02-20  Petr Machata  <pmachata@redhat.com>
32851         * elf/elf.h (R_ARM_TARGET1): New macro.
32852         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32853         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32854         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32855         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32856         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32857         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32858         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32859         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32860         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32861         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32862         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32863         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32864         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32865         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32866         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32867         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32868         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32869         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32870         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32871         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32872         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32873         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32874         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32875         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32876         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32877         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32878         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32879         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32880         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32881         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32882         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32883         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32884         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32885         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32886         (R_ARM_THM_GOT_BREL12): Likewise.
32887         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32888         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32889         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32890         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32891         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32892         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32893         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32894         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32895         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32897 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32899         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32900         __attribute_used__ to __attribute__ ((unused)).
32902 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32904         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32905         powerpc mpa.c.
32906         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32907         comment formatting.
32908         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32910 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32912         [BZ #13550]
32913         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32914         Remove macro.
32915         (ENTER): Remove both macro definitions.
32916         (LEAVE): Likewise.
32917         (CHECK_BOUNDS_LOW): Likewise.
32918         (CHECK_BOUNDS_HIGH): Likewise.
32919         (CHECK_BOUNDS_BOTH): Likewise.
32920         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32921         (RETURN_BOUNDED_POINTER): Likewise.
32922         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32923         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32924         (POP_ERRNO_LOCATION_RETURN): Likewise.
32925         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32926         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32927         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32928         macros.
32929         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32930         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32931         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32932         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32933         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32934         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32935         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32936         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32937         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32938         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32939         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32940         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32941         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32942         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32943         removed macros.
32944         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32945         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32946         macros.
32947         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32948         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32949         * sysdeps/i386/i586/memset.S (memset): Likewise.
32950         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32951         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32952         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32953         macros.
32954         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32955         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32956         Change uses of L(2) to L(out).
32957         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32958         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32959         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32960         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32961         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32962         removed macros.
32963         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32964         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32965         macros.
32966         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32967         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32968         (RETURN): Do not use macro LEAVE.
32969         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32970         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32971         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32972         * sysdeps/i386/i686/memset.S (memset): Likewise.
32973         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32974         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32975         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32976         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32977         Likewise.
32978         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32979         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32980         L(1_2) and L(1_3) into L(1).
32981         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32982         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32983         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32984         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32985         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32986         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32987         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32988         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32989         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32990         macros.
32991         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32992         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32993         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32994         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32995         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32996         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32997         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32998         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32999         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33000         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33001         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33002         * sysdeps/i386/strspn.S (strspn): Likewise.
33003         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33004         conditional code.
33005         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33006         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33007         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33008         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33009         L(1_3) into L(1_1).
33010         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33011         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33012         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33013         macros.
33014         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33016 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33018         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33019         macro.
33021 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33023         * math/atest-exp.c (exp_mpn): Remove ROUND.
33024         * math/atest-exp2.c (exp_mpn): Likewise.
33025         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33027         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33028         * stdlib/tst-tls-atexit-lib.c: Likewise.
33029         * stdlib/tst-tls-atexit.c: Likewise.
33031 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33033         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33034         and __attribute_alloc_size__.
33036 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33038         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33039         __attribute_alloc_size__.
33040         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33041         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33043 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33045         * include/programs/xmalloc.h: New file.
33046         * catgets/gencat.c: Include it.
33047         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33048         * elf/pldd.c: Likewise.
33049         * iconv/iconv_charmap.c: Likewise.
33050         * iconv/iconvconfig.c: Likewise.
33051         * iconv/strtab.c: Likewise.
33052         * locale/programs/locale.c: Likewise.
33053         * locale/programs/localedef.h: Likewise.
33054         * locale/programs/simple-hash.c: Likewise.
33055         * nscd/nscd.h: Likewise.
33056         * nss/makedb.c: Likewise.
33057         * sysdeps/generic/ldconfig.h: Likewise.
33059 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33061         * Versions.def: Add GLIBC_2.18.
33062         * include/link.h (struct link_map): New member l_tls_dtor_count.
33063         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33064         (__call_tls_dtors): Likewise.
33065         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33066         __cxa_thread_atexit_impl.
33067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33068         Likewise.
33069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33070         Likewise.
33071         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33072         Likewise.
33073         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33074         Likewise.
33075         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33077         Likewise.
33078         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33079         Likewise.
33080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33081         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33082         Likewise.
33083         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33084         (tests): Add test case tst-tls-atexit.
33085         (modules-names): Add shared library for tst-tls-atexit.
33086         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33087         (GLIBC_PRIVATE): Add __call_tls_dtors.
33088         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33089         for libstdc++.
33090         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33091         * stdlib/tst-tls-atexit.c: New test case.
33092         * stdlib/tst-tls-atexit-lib.c: New test case.
33094         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33096         * elf/Versions (ld): Add _dl_find_dso_for_object.
33097         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33098         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33099         (dl_open_worker): Use _dl_find_dso_for_object.
33100         * elf/dl-sym.c (do_sym): Likewise.
33101         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33103 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33105         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33106         Syntactic changes only.
33107         (_dl_runtime_profile): Do a tail-call to the resolved function.
33109 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33111         [BZ #13550]
33112         * sysdeps/x86_64/bp-asm.h: Remove file.
33113         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33114         <bp-sym.h> and <bp-asm.h>.
33115         (__clone): Do not use BP_SYM.
33116         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33117         <bp-sym.h> and <bp-asm.h>.
33118         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33119         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33120         "bp-asm.h".
33121         (_setjmp): Do not use BP_SYM.
33122         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33123         "bp-asm.h".
33124         (setjmp): Do not use BP_SYM.
33125         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33126         libc_hidden_def.
33127         (mempcpy): Do not use BP_SYM in weak_alias.
33128         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33129         "bp-asm.h".
33130         (strchr): Do not use BP_SYM.
33131         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33132         "bp-asm.h".
33133         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33134         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33135         (_start): Do not use BP_SYM.
33136         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33137         "bp-asm.h".
33138         (strcat): Do not use BP_SYM.
33139         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33140         "bp-asm.h".
33141         (STRCMP): Do not use BP_SYM.
33142         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33143         "bp-asm.h".
33144         (STRCPY): Do not use BP_SYM.
33145         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33146         "bp-asm.h".
33147         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33148         "bp-asm.h".
33149         (FUNCTION): Do not use BP_SYM.
33150         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33151         weak_alias.
33152         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33154 2013-02-17  Andreas Jaeger  <aj@suse.de>
33156         * time/Versions: Sort entries.
33157         * string/Versions: Likewise.
33158         * resolv/Versions: Likewise.
33159         * posix/Versions: Likewise.
33160         * iconv/Versions: Likewise.
33161         * elf/Versions: Likewise.
33162         * wcsmbs/Versions: Likewise.
33164 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33166         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33167         loop termination condition.
33169         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33170         variable to calculate EZ.
33171         (__sqr): Likewise.
33173         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33174         the lower precision input.
33176 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33178         [BZ #13550]
33179         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33180         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33181         (run-via-rtld-prefix): Do not handle %-bp tests.
33182         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33183         (all-object-suffixes): Remove .ob.
33184         (bppfx): Remove variable.
33185         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33186         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33187         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33188         [$(build-bounded) = yes] (libtype.ob): Likewise.
33189         * Makerules (elide-routines.ob): Remove variable.
33190         (do-tests-clean): Do not handle *-bp.out.
33191         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33192         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33193         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33194         (tests): Do not include $(tests-bp.out).
33195         (xtests): Do not include $(xtests-bp.out).
33196         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33197         [$(build-bounded) = yes] ($(addprefix
33198         $(objpfx),$(binaries-bounded))): Remove rule.
33199         ($(objpfx)%-bp.out): Remove rule.
33200         * config.make.in (build-bounded): Remove variable.
33201         * crypt/Makefile [$(build-bounded) = yes]
33202         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33203         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33204         append to variable.
33205         [$(build-bounded) = yes] (install-lib): Likewise.
33206         [$(build-bounded) = yes] (generated): Likewise.
33207         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33208         Remove rule.
33209         * intl/Makefile [$(build-bounded) = yes]
33210         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33211         * math/Makefile [$(build-bounded) = yes]
33212         ($(tests:%=$(objpfx)%-bp): Likewise.
33213         * misc/Makefile [$(build-bounded) = yes]
33214         ($(objpfx)tst-tsearch-bp): Likewise.
33215         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33216         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33217         Remove dependency.
33218         * string/Makefile (o-objects.ob): Remove variable.
33219         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33220         (CFLAGS-.ob): Remove variable.
33221         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33222         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33223         both definitions of variable.
33224         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33225         (ASFLAGS-.ob): Remove variable.
33227 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33229         [BZ #13550]
33230         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33231         Remove __BOUNDED_POINTERS__ from condition.
33232         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33233         * string/bits/string2.h [!__NO_STRING_INLINES &&
33234         !__BOUNDED_POINTERS__]: Likewise.
33235         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33236         Likewise.
33237         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33238         Remove conditional code.
33239         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33240         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33241         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33242         condition.
33244         [BZ #13550]
33245         * csu/libc-start.c: Do not include <bp-sym.h>.
33246         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33247         * elf/dl-open.c: Do not include <bp-sym.h>.
33248         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33249         * math/fegetenv.c: Do not include <bp-sym.h>.
33250         (fegetenv): Do not use BP_SYM in versioned symbols.
33251         * nptl/sysdeps/pthread/bits/libc-lockP.h
33252         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33253         <bp-sym.h>.
33254         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33255         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33256         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33257         (__pthread_mutex_destroy): Likewise.
33258         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33259         (__pthread_mutex_lock): Likewise.
33260         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33261         (__pthread_mutex_trylock): Likewise.
33262         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33263         (__pthread_mutex_unlock): Likewise.
33264         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33265         (__pthread_mutexattr_init): Likewise.
33266         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33267         (__pthread_mutexattr_destroy): Likewise.
33268         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33269         (__pthread_mutexattr_settype): Likewise.
33270         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33271         (__pthread_rwlock_init): Likewise.
33272         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33273         (__pthread_rwlock_destroy): Likewise.
33274         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33275         (__pthread_rwlock_rdlock): Likewise.
33276         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33277         (__pthread_rwlock_tryrdlock): Likewise.
33278         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33279         (__pthread_rwlock_wrlock): Likewise.
33280         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33281         (__pthread_rwlock_trywrlock): Likewise.
33282         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33283         (__pthread_rwlock_unlock): Likewise.
33284         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33285         (__pthread_key_create): Likewise.
33286         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33287         (__pthread_setspecific): Likewise.
33288         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33289         (__pthread_getspecific): Likewise.
33290         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33291         Likewise.
33292         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33293         (_pthread_cleanup_push_defer): Likewise.
33294         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33295         (_pthread_cleanup_pop_restore): Likewise.
33296         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33297         (pthread_setcancelstate): Likewise.
33298         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33299         <bp-sym.h>.
33300         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33301         (memchr): Do not use BP_SYM in weak_alias.
33302         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33303         (fegetenv): Do not use BP_SYM in versioned symbols.
33304         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33305         (fesetenv): Do not use BP_SYM in versioned symbols.
33306         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33307         (feupdateenv): Do not use BP_SYM in versioned symbols.
33308         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33309         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33310         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33311         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33312         (open64): Do not use BP_SYM in weak_alias.
33313         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33314         (fegetenv): Do not use BP_SYM in versioned symbols.
33315         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33316         (fesetenv): Do not use BP_SYM in versioned symbols.
33317         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33318         (feupdateenv): Do not use BP_SYM in versioned symbols.
33319         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33320         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33321         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33322         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33323         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33324         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33325         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33326         <bp-sym.h>.
33327         (__libc_start_main): Do not use BP_SYM.
33329 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33331         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33332         redundant return line.
33333         (norm): Likewise.
33334         (denorm): Likewise.
33335         (dbl_mp): Likewise.
33336         (sub_magnitudes): Likewise.
33337         (__add): Likewise.
33338         (__sub): Likewise.
33339         (__mul): Likewise.
33340         (__inv): Likewise.
33341         (__dvd): Likewise.
33342         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33343         (norm): Likewise.
33344         (denorm): Likewise.
33345         (dbl_mp): Likewise.
33346         (sub_magnitudes): Likewise.
33347         (__add): Likewise.
33348         (__sub): Likewise.
33349         (__mul): Likewise.
33350         (__inv): Likewise.
33351         (__dvd): Likewise.
33353         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33354         instead of __mul.
33355         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33356         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33357         (cc32): Likewise.
33359         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33360         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33361         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33362         of __mul for squares.
33363         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33364         function
33365         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33366         Likewise.
33367         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33368         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33370 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33372         [BZ #13550]
33373         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33374         code.
33375         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33376         prototype or function definition.  Rename ubp_* variables and
33377         parameters.  Remove argv definitions conditional on
33378         [__BOUNDED_POINTERS__].
33379         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33380         * elf/dl-runtime.c (_dl_fixup): Likewise.
33381         * include/set-hooks.h (RUN_HOOK): Likewise.
33382         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33383         definition.
33384         * string/strcpy.c (strcpy): Do not use __unbounded.
33385         * sysdeps/generic/frame.h (struct layout): Likewise.
33386         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33387         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33388         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33389         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33390         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33391         (__backtrace): Likewise.
33392         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33393         use __ptrvalue.
33394         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33395         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33396         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33397         Likewise.
33398         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33399         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33400         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33401         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33402         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33403         Do not use __unbounded.
33404         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33405         Rename __unboundedrlimits parameter to rlimits in prototype.
33406         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33407         Do not use __unbounded.
33408         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33409         not use __ptrvalue.
33410         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33411         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33412         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33413         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33414         __ptrvalue or __unbounded.
33415         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33416         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33417         use __unbounded.
33418         (__new_msgctl): Do not use __ptrvalue.
33419         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33420         __unbounded.
33421         (__libc_msgrcv): Do not use __ptrvalue.
33422         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33423         startup_info): Do not use __unbounded.
33424         (__libc_start_main): Likewise.  Rename ubp_* variables and
33425         parameters.  Remove argv definitions conditional on
33426         [__BOUNDED_POINTERS__].
33427         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33428         __ptrvalue.
33429         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33430         use __unbounded.
33431         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33432         or __ptrvalue.
33433         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33434         use __unbounded.
33435         (__new_shmctl): Do not use __ptrvalue.
33436         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33437         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33438         Likewise.
33439         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33440         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33441         (__libc_sigaction): Likewise.
33442         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33443         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33444         Likewise.
33445         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33447 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33449         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33451         * string/mempcpy.c: Implement by calling memcpy.
33453 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33455         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33457         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33458         evaluation.
33460         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33461         values in the mantissa.
33463         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33464         minimize writes to Z.
33465         (sub_magnitudes): Simplify code a bit.
33467 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33469         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33470         from the message.  The linker prefixes all warnings with that already.
33472 2013-02-12  Andreas Schwab  <schwab@suse.de>
33474         [BZ #15078]
33475         * posix/regexec.c (extend_buffers): Add parameter min_len.
33476         (check_matching): Pass minimum needed length.
33477         (clean_state_log_if_needed): Likewise.
33478         (get_subexp): Likewise.
33479         * posix/Makefile (tests): Add bug-regex34.
33480         (bug-regex34-ENV): Define.
33481         * posix/bug-regex34.c: New file.
33483         [BZ #11561]
33484         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33485         elements compare against the byte sequence of it, not its name.
33486         * posix/Makefile (tests): Add bug-regex35.
33487         (bug-regex35-ENV): Define.
33488         * posix/bug-regex35.c: New file.
33490 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33492         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33493         comment.
33494         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33495         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33496         (CHECK_EOL): Add undef.
33498 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33500         * bits/stdlib-bsearch.h: New file.
33501         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33502         * stdlib/stdlib.h: Likewise.
33504 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33506         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33507         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33508         declaration.
33509         * manual/search.texi (Array Search Function): Add missing const in
33510         lfind prototype.
33511         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33512         declaration to use rlim_t.
33513         (Basic Scheduling Functions): Remove erroneous const from
33514         sched_getparam prototype.  Remove erroneous * from
33515         sched_get_priority_max and sched_get_priority_min prototypes.
33516         (Resource Usage): Fix summary @comment on vtimes to refer to
33517         sys/vtimes.h rather than vtimes.h.
33518         Add missing *s in vtimes prototype.
33519         (Limits on Resources): Fix ulimit prototype to return long int.
33520         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33521         prototypes to use long int rather than double.
33522         (BSD Random): Fix initstate and setstate to use char *, not void *.
33523         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33524         prototype to make second argument 'struct aiocb64 *const[]'.
33525         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33526         (Status of AIO Operations): Remove erroneous const in aio_return and
33527         aio_return64 prototypes.
33528         (Synchronizing I/O): Fix sync prototype to return void.
33529         * manual/startup.texi (Suboptions): Remove an erroneous const in
33530         getsubopt prototype.
33531         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33532         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33533         use size_t rather than int.
33534         (Scanning All Users): Likewise for getpwent_r.
33535         (Setting Groups): Add missing const to setgroups prototype.
33536         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33537         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33538         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33539         'const void *' rather than 'const char *'.
33540         (Host Address Functions): Likewise for inet_ntop.
33541         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33542         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33543         ssize_t for return value.
33544         (Sending Data): Likewise for send, sendto, sendmsg.
33545         (Socket Option Functions): Add a missing const in setsockopt prototype.
33546         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33547         use wchar_t for the argument.
33548         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33549         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33550         take no arguments.
33551         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33552         double/float/long double for second argument.
33553         Fix return types of significand, significandf, significandl.
33554         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33555         argument in fchmod prototype.
33556         (File Owner): Use uid_t and gid_t in fchown prototype.
33557         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33558         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33559         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33560         use 'const struct dirent **' as argument types to CMP function pointer
33561         argument.
33562         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33563         (File Times): Fix summary magic @comment for struct utimbuf and utime
33564         to refer to utime.h, not time.h.
33565         * manual/string.texi (Argz Functions): Add missing const in
33566         argz_extract and argz_next prototypes.
33567         (Finding Tokens in a String): Likewise for basename.
33568         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33569         (Copying and Concatenation): Fix typo in wmemmove prototype.
33570         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33571         (Signal Stack): Remove erroneous const in sigstack prototype.
33572         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33573         prototype.
33574         (Simple Calendar Time): Likewise for stime.
33575         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33576         prototype.
33577         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33578         say sys/sysctl.h instead.
33579         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33580         and vsyslog prototypes.
33582 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33584         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33585         Remove.
33587 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33589         * misc/sys/mman.h: Fix typo in mremap comment.
33591 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33593         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33594         the '\0' terminator.
33596 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33598         [BZ #13550]
33599         * debug/segfault.c: Don't include <bp-checks.h>.
33600         * sysdeps/generic/bp-checks.h: Remove file.
33601         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33602         (__GETDENTS): Don't use CHECK_N.
33603         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33604         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33605         (__getgroups): Don't use CHECK_N.
33606         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33607         (setgroups): Don't use CHECK_N.
33608         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33609         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33610         (__libc_msgrcv): Don't use CHECK_N.
33611         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33612         (__libc_msgsnd): Don't use CHECK_N.
33613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33614         <bp-checks.h>.
33615         (__libc_pread): Don't use CHECK_N.
33616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33617         include <bp-checks.h>.
33618         (__libc_pread64): Don't use CHECK_N.
33619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33620         include <bp-checks.h>.
33621         (__libc_pwrite): Don't use CHECK_N.
33622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33623         include <bp-checks.h>.
33624         (__libc_pwrite64): Don't use CHECK_N.
33625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33626         <bp-checks.h>.
33627         (__libc_pread): Don't use CHECK_N.
33628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33629         include <bp-checks.h>.
33630         (__libc_pread64): Don't use CHECK_N.
33631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33632         include <bp-checks.h>.
33633         (__libc_pwrite): Don't use CHECK_N.
33634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33635         include <bp-checks.h>.
33636         (__libc_pwrite64): Don't use CHECK_N.
33637         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33638         (do_pread): Don't use CHECK_N.
33639         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33640         (do_pread64): Don't use CHECK_N.
33641         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33642         (do_pwrite): Don't use CHECK_N.
33643         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33644         (do_pwrite64): Don't use CHECK_N.
33645         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33646         (__libc_readv): Don't use CHECK_N.
33647         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33648         (semop): Don't use CHECK_N.
33649         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33650         <bp-checks.h>.
33651         (semtimedop): Don't use CHECK_N.
33652         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33653         (__libc_pread): Don't use CHECK_N.
33654         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33655         <bp-checks.h>.
33656         (__libc_pread64): Don't use CHECK_N.
33657         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33658         <bp-checks.h>.
33659         (__libc_pwrite): Don't use CHECK_N.
33660         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33661         <bp-checks.h>.
33662         (__libc_pwrite64): Don't use CHECK_N.
33663         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33664         <bp-checks.h>.
33665         (__libc_msgrcv): Don't use CHECK_N.
33666         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33667         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33668         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33669         (__libc_writev): Don't use CHECK_N.
33671 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33673         * string/strcpy.c: Removed unused variable.
33675         * Makeconfig (+sysdep-includes): Define with := rather than =.
33676         Use an existing include/ subdir of each sysdeps dir before it.
33678 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33680         * nscd/connection.c (register_traced_file): Comment function.
33681         [HAVE_INOTIFY] (union __inev): Define.
33682         [HAVE_INOTIFY] (inotify_check_files): New function.
33683         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33684         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33685         clear_db_cache.
33686         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33688 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33690         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33691         loaded if not already and that a failure is permanent.
33693 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33695         [BZ #15006]
33696         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33697         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33699 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33701         [BZ #13550]
33702         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33703         (CHECK_1_NULL_OK): Likewise.
33704         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33705         (__fxstat): Do not use CHECK_1.
33706         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33707         <bp-checks.h>.
33708         (___fxstat64): Do not use CHECK_1.
33709         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33710         <bp-checks.h>.
33711         (__fxstatat): Do not use CHECK_1.
33712         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33713         <bp-checks.h>.
33714         (__fxstatat64): Do not use CHECK_1.
33715         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33716         <bp-checks.h>.
33717         (__fxstat): Do not use CHECK_1.
33718         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33719         <bp-checks.h>.
33720         (__fxstatat): Do not use CHECK_1.
33721         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33722         <bp-checks.h>.
33723         (__getresgid): Do not use CHECK_1.
33724         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33725         <bp-checks.h>.
33726         (__getresuid): Do not use CHECK_1.
33727         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33728         <bp-checks.h>.
33729         (__lxstat): Do not use CHECK_1.
33730         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33731         <bp-checks.h>.
33732         (__old_msgctl): Do not use CHECK_1.
33733         (__new_msgctl): Likewise.
33734         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33735         <bp-checks.h>.
33736         (__new_setrlimit): Do not use CHECK_1.
33737         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33738         <bp-checks.h>.
33739         (__old_shmctl): Do not use CHECK_1.
33740         (__new_shmctl): Likewise.
33741         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33742         <bp-checks.h>.
33743         (__xstat): Do not use CHECK_1.
33744         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33745         (__lxstat): Do not use CHECK_1.
33746         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33747         <bp-checks.h>.
33748         (___lxstat64): Do not use CHECK_1.
33749         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33750         (__old_msgctl): Do not use CHECK_1.
33751         (__new_msgctl): Likewise.
33752         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33753         <bp-checks.h>.
33754         (__gettimeofday): Do not use CHECK_1.
33755         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33756         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33757         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33758         <bp-checks.h>.
33759         (__gettimeofday): Do not use CHECK_1.
33760         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33761         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33762         (__new_shmctl): Do not use CHECK_1.
33763         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33764         <bp-checks.h>.
33765         (do_sigtimedwait): Do not use CHECK_1.
33766         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33767         <bp-checks.h>.
33768         (do_sigwaitinfo): Do not use CHECK_1.
33769         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33770         <bp-checks.h>.
33771         (msgctl): Do not use CHECK_1.
33772         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33773         <bp-checks.h>.
33774         (shmctl): Do not use CHECK_1.
33775         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33776         (ustat): Do not use CHECK_1.
33777         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33778         <bp-checks.h>.
33779         (__fxstat): Do not use CHECK_1.
33780         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33781         <bp-checks.h>.
33782         (__fxstatat): Do not use CHECK_1.
33783         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33784         <bp-checks.h>.
33785         (__lxstat): Do not use CHECK_1.
33786         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33787         <bp-checks.h>.
33788         (__xstat): Do not use CHECK_1.
33789         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33790         (__xstat): Do not use CHECK_1.
33791         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33792         (___xstat64): Do not use CHECK_1.
33794         [BZ #13550]
33795         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33796         definitions.
33797         (CHECK_BOUNDS_HIGH): Likewise.
33798         * string/strcpy.c: Do not include <bp-checks.h>.
33799         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33801 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33803         * nscd/nscd-client.h (__nscd_drop_map_ref):
33804         Add __attribute__ ((unused)).
33805         * nis/nss-nisplus.h (niserr2nss): Likewise.
33807         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33808         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33810         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33811         Remove inline keyword.
33812         * include/rounding-mode.h (round_away): Likewise.
33813         * libio/wfileops.c (adjust_wide_data): Likewise.
33814         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33815         (__m128i_strloadu_tolower): Likewise.
33816         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33817         (__m128i_strloadu_tolower): Likewise.
33818         * time/mktime.c (ydhms_diff): Likewise.
33819         * locale/elem-hash.h (elem_hash): Likewise.
33820         * locale/setlocale.c (setdata): Likewise.
33821         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33822         (re_string_wchar_at): Likewise.
33823         (bitset_not, bitset_merge, bitset_mask): Likewise.
33824         [!(__GNUC__ > 3)] (inline): Remove macro.
33825         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33826         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33827         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33828         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33829         * string/memcmp.c (memcmp_bytes): Likewise.
33830         * locale/programs/locarchive.c (compute_hashval): Likewise.
33831         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33832         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33833         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33834         * nss/getent.c (print_rpc, print_protocols): Likewise.
33835         (print_passwd, print_group, print_aliases): Likewise.
33836         * nis/nss-nisplus.h (niserr2nss): Likewise.
33837         * nscd/connections.c (restart_p): Likewise.
33838         Change return type to bool.
33840 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33842         * Makeconfig (all-Depend-files): Add existing
33843         $(sorted-subdirs:=/Depend) files.
33844         (all-subdirs): Remove nss.
33845         * sysdeps/unix/inet/Subdirs: Add it here instead.
33846         * hesiod/Depend: New file.
33848         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33849         instead of calling alloca.
33851         * io/lseek.c (__lseek): Rename to __libc_lseek.
33852         Define __lseek as an alias.
33854         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33856 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33858         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33859         else clause and remove check for non-standard endianness.
33861 2013-02-04  David S. Miller  <davem@davemloft.net>
33863         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33865 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33867         [BZ #13550]
33868         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33869         (__ubp_memchr): Remove prototype.
33870         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33871         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33872         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33873         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33874         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33875         Remove alias.
33876         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33877         (__ubp_memchr): Likewise.
33878         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33879         (__ubp_memchr): Likewise.
33880         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33881         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33882         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33883         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33884         CHECK_STRING.
33885         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33886         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33887         (__getcwd): Do not use CHECK_STRING.
33888         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33889         <bp-checks.h>.
33890         (__real_chown): Do not use CHECK_STRING.
33891         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33892         <bp-checks.h>.
33893         (fchownat): Do not use CHECK_STRING.
33894         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33895         CHECK_STRING.
33896         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33897         <bp-checks.h>.
33898         (__lchown): Do not use CHECK_STRING.
33899         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33900         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33901         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33902         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33904         include <bp-checks.h>.
33905         (truncate64): Do not use CHECK_STRING.
33906         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33907         <bp-checks.h>.
33908         (__real_chown): Do not use CHECK_STRING.
33909         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33910         <bp-checks.h>.
33911         (__lchown): Do not use CHECK_STRING.
33912         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33913         <bp-checks.h>.
33914         (__chown): Do not use CHECK_STRING.
33915         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33916         <bp-checks.h>.
33917         (truncate64): Do not use CHECK_STRING.
33918         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33919         Likewise.
33920         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33921         (__xmknod): Do not use CHECK_STRING.
33922         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33923         <bp-checks.h>.
33924         (__xmknodat): Do not use CHECK_STRING.
33925         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33926         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33928 2013-02-04  Andreas Schwab  <schwab@suse.de>
33930         [BZ #14142]
33931         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33932         * include/netdb.h: Likewise for h_errno.
33933         * elf/tst-stackguard1.c: Include <tls.h>.
33935 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33937         * elf/link.h (struct link_map): Extend the l_addr comment.
33938         * include/link.h (struct link_map): Likewise.
33940 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33942         [BZ #13550]
33943         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33944         (BOUNDED_1): Remove macro.
33945         * debug/backtrace.c: Don't include <bp-checks.h>.
33946         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33947         (__backtrace): Likewise.
33948         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33949         <bp-checks.h>.
33950         (__backtrace): Don't use BOUNDED_1.
33951         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33952         <bp-checks.h>.
33953         (__backtrace): Don't use BOUNDED_1.
33954         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33955         (__backtrace): Don't use BOUNDED_1.
33956         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33957         (shmat): Don't use BOUNDED_N.
33959 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33961         [BZ #13550]
33962         * sysdeps/generic/bp-start.h: Remove file.
33963         * csu/libc-start.c: Don't include <bp-start.h>.
33964         (LIBC_START_MAIN): Set up __environ directly instead of using
33965         INIT_ARGV_and_ENVIRON.
33966         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33967         <bp-start.h>.
33969         [BZ #13550]
33970         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33971         definitions.
33972         (CHECK_FCNTL): Likewise.
33973         (CHECK_N_PAGES): Likewise.
33975         [BZ #13550]
33976         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33977         definitions.
33978         (CHECK_SIGSET_NULL_OK): Likewise.
33979         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33980         <bp-checks.h>.
33981         (sigpending): Don't use CHECK_SIGSET.
33982         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33983         <bp-checks.h>.
33984         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33985         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33986         <bp-checks.h>.
33987         (do_sigsuspend): Don't use CHECK_SIGSET.
33988         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33989         use CHECK_SIGSET.
33990         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33991         (do_sigwait): Don't use CHECK_SIGSET.
33992         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33993         use CHECK_SIGSET.
33994         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33995         include <bp-checks.h>.
33996         (sigpending): Don't use CHECK_SIGSET.
33997         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33998         include <bp-checks.h>.
33999         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34000         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34001         <bp-checks.h>.
34002         (sigpending): Don't use CHECK_SIGSET.
34003         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34004         <bp-checks.h>.
34005         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34007         [BZ #13550]
34008         * sysdeps/generic/bp-semctl.h: Remove file.
34009         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34010         <bp-checks.h> and <bp-semctl.h>.
34011         (__old_semctl): Don't use CHECK_SEMCTL.
34012         (__new_semctl): Likewise.
34013         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34014         and <bp-semctl.h>.
34015         (__old_semctl): Don't use CHECK_SEMCTL.
34016         (__new_semctl): Likewise.
34017         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34018         <bp-checks.h> and <bp-semctl.h>.
34019         (__old_semctl): Don't use CHECK_SEMCTL.
34020         (__new_semctl): Likewise.
34021         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34022         <bp-checks.h> and <bp-semctl.h>.
34023         (semctl): Don't use CHECK_SEMCTL.
34025         [BZ #13550]
34026         * Makerules (elide-bp-thunks): Remove variable.
34027         (elide-routines.oS): Don't use $(elide-bp-thunks).
34028         (elide-routines.os): Likewise.
34029         (elide-routines.o): Likewise.
34030         (elide-routines.op): Likewise.
34031         (elide-routines.og): Likewise.
34032         (objects): Don't use $(bp-thunks).
34033         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34034         include.
34035         (common-generated): Do not add s-proto-bp.d.
34036         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34037         (int): Likewise.
34038         (typ): Likewise.
34039         Do not generate makefile rules for bounded-pointer thunks.
34040         * sysdeps/generic/bp-thunks.h: Remove file.
34041         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34042         * sysdeps/unix/s-proto-bp.S: Likewise.
34044         [BZ #15062]
34045         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34046         parts of result separately when argument is not close to line from
34047         -i to i and one part of argument is small.
34048         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34049         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34050         * math/libm-test.inc (cacos_test): Add more tests.
34051         (casin_test): Likewise.
34052         (casinh_test): Likewise.
34053         * sysdeps/i386/fpu/libm-test-ulps: Update.
34054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34056 2013-01-31  David S. Miller  <davem@davemloft.net>
34058         * po/de.po: Update from translation team.
34060 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34062         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34064 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34066         * configure.in (_AC_PROG_CC_C89): New definition.
34067         * configure: Regenerate.
34069         * configure.in (AC_PROG_CPP): New definition.
34070         * configure: Regenerate.
34072 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34074         * debug/tst-backtrace.h: New file.
34075         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34076         (ret): Remove variable.
34077         (x): Likewise.
34078         (FAIL): Remove macro.
34079         (NO_INLINE): Likewise.
34080         (fn1): Use match function instead of strstr.
34081         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34082         (ret): Remove variable.
34083         (x): Likewise.
34084         (FAIL): Remove macro.
34085         (NO_INLINE): Likewise.
34086         (fn): Use match function instead of strstr.
34087         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34088         (ret): Remove variable.
34089         (x): Likewise.
34090         (FAIL): Remove macro.
34091         (NO_INLINE): Likewise.
34092         (handle_signal): Use match function instead of strstr.
34093         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34094         (ret): Remove variable.
34095         (x): Likewise.
34096         (FAIL): Remove macro.
34097         (NO_INLINE): Likewise.
34098         (handle_signal): Use match function instead of strstr.
34100 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34102         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34104 2013-01-23  David S. Miller  <davem@davemloft.net>
34106         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34107         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34108         argument of CAS if possible.
34109         * sysdeps/sparc/sparc64/bits/atomic.h
34110         (__arch_compare_and_exchange_val_32_acq): Likewise.
34111         (__arch_compare_and_exchange_val_64_acq): Likewise.
34113 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34115         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34116         * sysdeps/posix/ulimit.c: ... this.
34117         Include <limits.h>.
34118         * sysdeps/unix/bsd/ulimit.c: Remove file.
34120 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34122         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34123         (LDFLAGS-tst-array5): Likewise.
34125 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34127         [BZ #15036]
34128         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34129         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34130         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34131         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34133 2013-01-21  David S. Miller  <davem@davemloft.net>
34135         * sysdeps/sparc/backtrace.c: New file.
34136         * sysdeps/sparc/sparc32/backtrace.h: New file.
34137         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34138         * sysdeps/sparc/sparc64/backtrace.h: New file.
34139         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34140         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34141         -funwind-tables.
34143 2013-01-21  Andreas Schwab  <schwab@suse.de>
34145         [BZ #15020]
34146         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34147         closed its stdout.
34149 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34151         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34152         "mpa2.h".
34153         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34155 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34156             Mark Mitchell  <mark@codesourcery.com>
34157             Tom de Vries  <tom@codesourcery.com>
34158             Paul Pluzhnikov  <ppluzhnikov@google.com>
34160         * debug/tst-backtrace2.c: New file.
34161         * debug/tst-backtrace3.c: Likewise.
34162         * debug/tst-backtrace4.c: Likewise.
34163         * debug/tst-backtrace5.c: Likewise.
34164         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34165         (CFLAGS-tst-backtrace3.c): Likewise.
34166         (CFLAGS-tst-backtrace4.c): Likewise.
34167         (CFLAGS-tst-backtrace5.c): Likewise.
34168         (LDFLAGS-tst-backtrace2): Likewise.
34169         (LDFLAGS-tst-backtrace3): Likewise.
34170         (LDFLAGS-tst-backtrace4): Likewise.
34171         (LDFLAGS-tst-backtrace5): Likewise.
34172         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34173         tst-backtrace4 and tst-backtrace5.
34175 2013-01-18  Anton Blanchard  <anton@samba.org>
34176             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34178         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34179         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34180         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34181         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34183         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34184         "+r" and remove output regs list as redundant.  Add explicit inline
34185         asm to specify register of return val to work around compiler codegen
34186         bug.  Remove (int) cast on return value.  Add return type parameter to
34187         use in macro so that this macro does not truncate return value for
34188         64-bit values.
34189         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34190         pass to INTERNAL_VSYSCALL_NCS.
34191         (INLINE_VSYSCALL): Add 'long int' as return type to
34192         INTERNAL_VSYSCALL_NCS macro invocation.
34193         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34194         INTERNAL_VSYSCALL_NCS macro invocation.
34195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34197 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34199         [BZ #14496]
34200         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34201         Fix application of SIMD FP exception mask.
34203         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34204         mp_no from a power of two.
34205         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34206         __mpexp_twomm1.  Use __pow_mp.
34208         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34209         multiplication.
34211 2013-01-17  David S. Miller  <davem@davemloft.net>
34213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34215 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34217         [BZ #15023]
34218         * include/complex.h: Condition contents on [!_COMPLEX_H].
34219         (__kernel_casinhf): New prototype.
34220         (__kernel_casinh): Likewise.
34221         (__kernel_casinhl): Likewise.
34222         * math/Makefile (libm_calls): Add k_casinh.
34223         * math/k_casinh.c: New file.
34224         * math/k_casinhf.c: Likewise.
34225         * math/k_casinhl.c: Likewise.
34226         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34227         finite nonzero arguments.
34228         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34229         finite nonzero arguments.
34230         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34231         finite nonzero arguments.
34232         * math/s_casinh.c: Do not include <float.h>.
34233         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34234         * math/s_casinhf.c: Do not include <float.h>.
34235         (__casinhf): Move code for finite nonzero arguments to
34236         k_casinhf.c.
34237         * math/s_casinhl.c: Do not include <float.h>.
34238         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34239         redefine.
34240         (__casinhl): Move code for finite nonzero arguments to
34241         k_casinhl.c.
34242         * math/libm-test.inc (cacos_test): Add more tests.
34243         * sysdeps/i386/fpu/libm-test-ulps: Update.
34244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34246 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34248         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34249         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34250         [!HAVE_MREMAP]: Remove [defined linux] case.
34251         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34253 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34255         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34257 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34259         * elf/elf.h (R_386_SIZE32): New relocation.
34260         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34261         R_386_SIZE32.
34262         (elf_machine_rela): Likewise.
34263         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34264         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34266 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34268         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34269         (FP_FAST_FMA): Do not define.
34270         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34271         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34272         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34273         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34274         !_SOFT_FLOAT]: Likewise.
34275         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34276         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34277         value.
34278         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34279         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34280         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34281         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34282         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34283         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34284         file.
34286 2013-01-16  Andreas Schwab  <schwab@suse.de>
34288         [BZ #14327]
34289         * include/stdlib.h (__mktemp): Add declaration.
34290         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34291         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34293 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34295         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34296         definitions.
34297         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34298         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34299         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34300         definitions here.
34301         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34302         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34303         definitions.
34304         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34305         and ONE.
34306         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34307         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34308         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34309         definitions.
34310         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34311         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34312         definitions.
34313         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34315         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34317 2013-01-15  David S. Miller  <davem@davemloft.net>
34319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34320         trunc{,f} to libm-sysdep_routes.
34321         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34323         file.
34324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34326         file.
34327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34328         file.
34329         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34330         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34331         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34332         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34333         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34334         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34335         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34336         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34339         nearbyint{,f} to libm-sysdep_routes.
34340         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34342         New file.
34343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34344         file.
34345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34346         New file.
34347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34348         file.
34349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34351         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34352         file.
34353         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34354         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34355         file.
34356         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34357         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34358         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34360         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34361         libc_feholdexcept and libc_fesetenv.
34363 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34365         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34367 2013-01-14  David S. Miller  <davem@davemloft.net>
34369         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34370         (SPARC_ASM_VIS2_IFUNC): Likewise.
34371         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34373         use of 'siam' instruction.
34374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34375         Likewise.
34376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34377         Likewise.
34378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34379         Likewise.
34380         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34381         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34382         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34383         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34385         file.
34386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34387         file.
34388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34389         file.
34390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34391         file.
34392         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34393         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34394         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34395         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34397         new VIS2 routines.
34398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34401         Likewise.
34402         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34403         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34404         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34405         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34407         routines to libm-sysdep_routines.
34408         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34411         fdim/fdimf to libm-sysdep_routines.
34412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34413         file.
34414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34416         file.
34417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34419         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34420         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34421         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34422         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34423         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34425 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34427         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34428         to optimize copies.
34430         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34431         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34432         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34434         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34435         local variable MPTWO.
34436         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34437         Likewise.
34439 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34441         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34442         GLOB_NOESCAPE.
34444 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34446         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34448 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34450         * manual/pattern.texi (glob_t): Document gl_flags.
34451         (glob64_t): Likewise.
34453 2013-01-11  David S. Miller  <davem@davemloft.net>
34455         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34456         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34457         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34458         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34459         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34460         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34461         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34462         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34463         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34464         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34465         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34466         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34467         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34469         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34470         sparc V9 rather than using V8 code.
34471         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34472         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34474         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34475         Move to...
34476         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34477         Here.
34479 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34481         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34482         not in the main loop.
34483         * configure: Regenerated.
34485 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34487         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34488         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34489         to just #else.
34490         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34491         [!__GLIBC_HAVE_LONG_LONG] case.
34492         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34493         condition to just #else.
34494         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34495         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34496         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34497         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34498         unconditional.
34499         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34500         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34501         #elif condition to just #else.
34502         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34503         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34504         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34505         #elif condition to just #else.
34507 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34509         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34510         (EF_MIPS_ARCH_64): Fix value.
34511         (EF_MIPS_ARCH_32R2): New.
34512         (EF_MIPS_ARCH_64R2): New.
34514 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34516         * Makeconfig (+link-pie-before-libc): New.
34517         (+link-pie-after-libc): Likewise.
34518         (+link-pie-tests): Likewise.
34519         (+link-pie): Rewritten.
34520         (link-before-libc): Remove $(config-LDFLAGS).
34521         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34522         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34523         (config-LDFLAGS): Renamed to ...
34524         (rtld-LDFLAGS): This.
34525         (rtld-tests-LDFLAGS): New macro.
34526         (link-libc-rpath-link): Likewise.
34527         (link-libc-tests-rpath-link): Likewise.
34528         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34529         (link-libc): Prepand $(link-libc-rpath-link).
34530         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34531         (test-program-prefix): New macro.
34532         (test-via-rtld-prefix): Likewise.
34533         (test-program-cmd): Likewise.
34534         (host-test-program-cmd): Likewise.
34535         * Makefile ($(common-objpfx)testrun.sh): Replace
34536         $(run-program-prefix) with $(test-program-prefix).
34537         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34538         $(rtld-LDFLAGS).
34539         ($(common-objpfx)shlib.lds): Likewise.
34540         (build-module-helper): Likewise.
34541         ($(common-objpfx)format.lds): Likewise.
34542         * Rules (binaries-pie-tests): New.
34543         (binaries-pie-notests): Likewise.
34544         (binaries-pie): Rewritten.
34545         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34546         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34547         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34548         (make-test-out): Replace $(host-built-program-cmd) with
34549         $(host-test-program-cmd).
34550         * config.make.in (build-hardcoded-path-in-tests): New variable.
34551         * configure.in (--enable-hardcoded-path-in-tests): New configure
34552         option.
34553         (hardcoded_path_in_tests): New AC_SUBST.
34554         * configure: Regenerated.
34555         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34556         $(built-program-cmd) with $(test-program-cmd).
34557         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34558         (test_program_cmd): This.
34559         * elf/Makefile ($(objpfx)order.out): Run test with
34560         $(test-program-prefix).
34561         ($(objpfx)order2.out): Likewise.
34562         ($(objpfx)tst-initorder.out): Likewise.
34563         ($(objpfx)tst-initorder2.out): Likewise.
34564         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34565         $(test-program-cmd).
34566         ($(objpfx)tst-array1-static.out): Likewise.
34567         ($(objpfx)tst-array2.out): Likewise.
34568         ($(objpfx)tst-array3.out): Likewise.
34569         ($(objpfx)tst-array4.out): Likewise.
34570         ($(objpfx)tst-array5.out): Likewise.
34571         ($(objpfx)tst-array5-static.out): Likewise.
34572         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34573         $(test-program-cmd).
34574         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34575         $(run-program-prefix) with $(test-program-prefix).
34576         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34577         (test_program_prefix): This.
34578         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34579         $(run-program-prefix) with $(test-program-prefix).
34580         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34581         (test_program_prefix): This.
34582         * iconvdata/tst-tables.sh: Likewise.
34583         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34584         $(run-program-prefix) with $(test-program-prefix).
34585         ($(objpfx)tst-translit.out): Likewise.
34586         ($(objpfx)tst-gettext2.out): Likewise.
34587         ($(objpfx)tst-gettext4.out): Likewise.
34588         ($(objpfx)tst-gettext6.out): Likewise.
34589         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34590         (test_program_prefix): This.
34591         * intl/tst-gettext2.sh: Likewise.
34592         * intl/tst-gettext4.sh  Likewise.
34593         * intl/tst-gettext6.sh: Likewise.
34594         * intl/tst-translit.sh: Likewise.
34595         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34596         with $(test-program-cmd).
34597         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34598         $(run-program-prefix) with $(test-program-prefix).
34599         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34600         (test_program_prefix): This.
34601         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34602         $(run-program-prefix) with $(test-program-prefix).
34603         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34604         (test_program_prefix): This.
34605         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34606         * posix/Makefile ($(objpfx)globtest.out): Replace
34607         $(run-via-rtld-prefix) and $(test-wrapper) with
34608         $(test-program-prefix) and $(test-via-rtld-prefix).
34609         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34610         $(test-program-prefix).
34611         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34612         $(host-test-program-cmd).
34613         (tst-spawn-ARGS): Likewise.
34614         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34615         $(test-program-prefix).
34616         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34617         (test_via_rtld_prefix): This.
34618         (test_wrapper): Renamed to ...
34619         (test_program_prefix): This.
34620         (run_program_prefix): Replaced by test_program_prefix.
34621         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34622         (test_program_prefix): This.
34623         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34624         with $(host-test-program-cmd).
34625         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34626         $(run-program-prefix) with $(test-program-prefix).
34627         ($(objpfx)tst-printf.out): Likewise.
34628         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34629         $(test-program-cmd).
34630         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34631         (test_program_prefix): This.
34632         * stdio-common/tst-unbputc.sh: Likewise.
34633         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34634         $(run-program-prefix) with $(test-program-prefix).
34635         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34636         (test_program_prefix): This.
34637         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34638         $(built-program-cmd) with $(test-program-cmd).
34640 2013-01-11  Andreas Jaeger  <aj@suse.de>
34642         [BZ #15003]
34643         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34644         value. Sync with Linux 3.7.
34646 2013-01-10  David S. Miller  <davem@davemloft.net>
34648         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34649         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34650         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34652 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34654         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34655         never set.
34656         * configure: Regenerated.
34658 2013-01-10  David S. Miller  <davem@davemloft.net>
34660         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34661         sparc V9 rather than using V8 code.
34662         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34663         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34665 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34667         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34668         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34669         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34670         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34671         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34672         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34673         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34674         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34675         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34676         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34677         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34678         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34679         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34680         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34681         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34682         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34683         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34684         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34685         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34686         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34687         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34688         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34689         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34690         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34691         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34692         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34693         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34695 2013-01-10  David S. Miller  <davem@davemloft.net>
34697         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34699 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34701         * posix/Makefile (tests-static): New variable.
34702         (tests): Add $(tests-static).
34703         (tst-exec-static-ARGS): New variable.
34704         (tst-spawn-static-ARGS): Likewise.
34705         * posix/tst-exec-static.c: New file.
34706         * posix/tst-spawn-static.c: Likewise.
34707         * posix/tst-exec.c: Support run directly.
34708         * posix/tst-spawn.c: Likewise.
34710 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34712         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34713         long.
34714         * math/bits/mathcalls.h (llrint): Likewise.
34715         (llround): Likewise.
34716         * stdlib/stdlib.h (struct drand48_data): Likewise.
34717         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34718         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34719         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34720         Likewise.
34721         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34722         Likewise.
34723         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34724         (elf_greg_t): Likewise.
34725         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34726         (__jmp_buf): Likewise.
34727         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34728         definitions.
34729         (llrint): Likewise, for all definitions.
34730         (llrintl): Likewise.
34732         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34733         Remove [__GNUC__] condition.
34734         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34735         condition to just [__USE_ISOC99].
34736         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34738 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34740         [BZ #14200]
34741         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34742         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34743         defined.
34744         (_POSIX_V6_ILP32_OFF32): Likewise.
34745         (_XBS5_ILP32_OFF32): Likewise.
34746         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34747         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34749 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34751         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34753         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34754         doubles __mpexp_twomm1.  Adjust usage.
34755         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34756         Remove.
34758 2013-01-10  Andreas Schwab  <schwab@suse.de>
34760         [BZ #14964]
34761         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34762         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34764 2013-01-09  David S. Miller  <davem@davemloft.net>
34766         [BZ #15003]
34767         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34768         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34769         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34770         (TCP_FASTOPEN): Define.
34771         (tcp_repair_opt): New structure.
34772         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34773         enum values.
34774         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34775         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34776         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34777         (tcp_cookie_transactions): New structure.
34779 2013-01-09  Anton Blanchard  <anton@samba.org>
34781         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34782         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34783         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34784         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34786 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34788         * include/features.h (__USE_ANSI): Remove.
34790 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34792         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34794         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34796 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34798         * sysdeps/s390/fpu/libm-test-ulps: Update.
34800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34802         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34803         (__acr): Likewise.
34804         (__cpy): Likewise.
34805         (norm): Likewise.
34806         (denorm): Likewise.
34807         (__mp_dbl): Likewise.
34808         (__dbl_mp): Likewise.
34809         (add_magnitudes): Likewise.
34810         (sub_magnitudes): Likewise.
34811         (__add): Likewise.
34812         (__sub): Likewise.
34813         (__mul): Likewise.
34814         (__inv): Likewise.
34815         (__dvd): Likewise.
34816         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34817         (__acr): Likewise.
34818         (__cpy): Likewise.
34819         (norm): Likewise.
34820         (denorm): Likewise.
34821         (__mp_dbl): Likewise.
34822         (__dbl_mp): Likewise.
34823         (add_magnitudes): Likewise.
34824         (sub_magnitudes): Likewise.
34825         (__add): Likewise.
34826         (__sub): Likewise.
34827         (__mul): Likewise.
34828         (__inv): Likewise.
34829         (__dvd): Likewise.
34830         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34831         (__acr): Likewise.
34832         (__cpy): Likewise.
34833         (norm): Likewise.
34834         (denorm): Likewise.
34835         (__mp_dbl): Likewise.
34836         (__dbl_mp): Likewise.
34837         (add_magnitudes): Likewise.
34838         (sub_magnitudes): Likewise.
34839         (__add): Likewise.
34840         (__sub): Likewise.
34841         (__mul): Likewise.
34842         (__inv): Likewise.
34843         (__dvd): Likewise.
34845 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34847         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34848         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34849         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34850         2 && __USE_EXTERN_INLINES]: Likewise.
34852 2013-01-08  Andreas Jaeger  <aj@suse.de>
34854         [BZ# 14985]
34855         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34856         Remove.
34857         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34858         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34860 2013-01-07  Anton Blanchard  <anton@samba.org>
34862         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34863         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34864         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34865         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34866         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34867         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34868         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34869         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34870         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34871         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34872         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34873         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34874         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34875         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34876         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34877         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34878         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34879         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34880         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34881         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34882         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34883         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34884         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34885         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34886         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34887         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34888         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34889         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34890         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34891         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34892         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34893         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34894         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34895         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34896         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34897         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34898         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34899         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34900         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34901         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34902         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34903         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34904         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34906 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34908         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34909         (__MALLOC_PMT): Likewise.
34910         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34911         [__GNUC__], only on [_LIBC].
34912         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34913         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34914         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34915         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34916         forward declaration.
34917         (realloc_hook_ini): Likewise.
34918         (memalign_hook_ini): Likewise.
34919         (__libc_memalign): Do not use __MALLOC_PMT in variable
34920         declaration.
34921         (__libc_valloc): Likewise.
34922         (__libc_pvalloc): Likewise.
34923         (__libc_calloc): Likewise.
34924         (__posix_memalign): Likewise.
34926         [BZ #14996]
34927         * math/s_casinh.c: Include <float.h>.
34928         (__casinh): Do not do computation with squaring and square root
34929         for large arguments.
34930         * math/s_casinhf.c: Include <float.h>.
34931         (__casinhf): Do not do computation with squaring and square root
34932         for large arguments.
34933         * math/s_casinhl.c: Include <float.h>.
34934         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34935         (__casinhl): Do not do computation with squaring and square root
34936         for large arguments.
34937         * math/libm-test.inc (casin_test): Add more tests.
34938         (casinh_test): Likewise.
34939         * sysdeps/i386/fpu/libm-test-ulps: Update.
34940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34942 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34944         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34945         (__x86_64_raw_data_cache_size): Likewise.
34946         (__x86_64_data_cache_size_half): Likewise.
34947         (__x86_64_raw_data_cache_size_half): Likewise.
34948         (__x86_64_shared_cache_size): Likewise.
34949         (__x86_64_raw_shared_cache_size): Likewise.
34950         (__x86_64_shared_cache_size_half): Likewise.
34951         (__x86_64_raw_shared_cache_size_half): Likewise.
34952         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34953         to ...
34954         (__x86_data_cache_size): This.
34955         (__x86_64_raw_data_cache_size): Renamed to ...
34956         (__x86_raw_data_cache_size): This.
34957         (__x86_64_data_cache_size_half): Renamed to ...
34958         (__x86_data_cache_size_half): This.
34959         (__x86_64_raw_data_cache_size_half): Renamed to ...
34960         (__x86_raw_data_cache_size_half): This.
34961         (__x86_64_shared_cache_size): Renamed to ...
34962         (__x86_shared_cache_size): This.
34963         (__x86_64_raw_shared_cache_size): Renamed to ...
34964         (__x86_raw_shared_cache_size): This.
34965         (__x86_64_shared_cache_size_half): Renamed to ...
34966         (__x86_shared_cache_size_half): This.
34967         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34968         (__x86_raw_shared_cache_size_half): This.
34969         * sysdeps/x86_64/memcpy.S: Updated.
34970         * sysdeps/x86_64/memset.S: Likewise.
34971         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34972         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34973         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34975 2013-01-04  David S. Miller  <davem@davemloft.net>
34977         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34979 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34981         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34982         1 to avoid redefinition warning.
34983         (__USE_GNU): Don't define.
34984         (init_signaling_nan): Protoize.
34986         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34988 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34990         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34991         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34992         (__cpymn): Likewise.
34993         (norm): Remove commented code.
34994         (denorm): Likewise.
34995         (__mp_dbl): Likewise.
34996         (__inv): Likewise.
34997         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34998         (__cpymn): Likewise.
34999         (norm): Remove commented code.
35000         (denorm): Likewise.
35001         (__mp_dbl): Likewise.
35002         (__inv): Likewise.
35004         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35005         mp_no value for 1.0 and 2.0.
35006         (norm): Use RADIXI instead of radixi.d.
35007         (denorm): Likewise.
35008         (__mul): Use 0.0 instead of zero.d.
35009         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35010         mp_no value for 1.0 and 2.0.
35011         (norm): Use RADIXI instead of radixi.d.
35012         (denorm): Likewise.
35013         (__mul): Use 0.0 instead of zero.d.
35015 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35017         [BZ #14994]
35018         * math/s_casinh.c (__casinh): Reduce finite argument to first
35019         quadrant then set signs of results at the end.
35020         * math/s_casinhf.c (__casinhf): Likewise.
35021         * math/s_casinhl.c (__casinhl): Likewise.
35022         * math/libm-test.inc (casin_test): Add more tests.
35023         (casinh_test): Likewise.
35024         * sysdeps/i386/fpu/libm-test-ulps: Update.
35025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35027 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35029         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35031         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35033         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35034         declarations.
35035         (denorm): Likewise.
35036         (__mp_dbl): Likewise.
35037         (__inv): Likewise.
35039         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35040         and adjust the header comment.
35042         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35043         variable name from declaration.
35045 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35047         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35048         Initialize COMMON_CPUID_INDEX_7 element.
35049         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35050         (CPUID_RTM): Likewise.
35051         (HAS_RTM): Likewise.
35052         (COMMON_CPUID_INDEX_7): New enum.
35054 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35056         [BZ #14981]
35057         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35058         size is zero, record memory as freed.
35060 2013-01-03  Andreas Jaeger  <aj@suse.de>
35062         * po/ia.po: Add new Interlingua translation.
35064 2012-01-03  Allan McRae  <allan@archlinux.org>
35066         * locale/programs/localedef.c: Fix description of '--posix' flag.
35068 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35070         * NEWS: Update dates in second copyright notice.
35071         * README: Update copyright dates in example.
35072         * manual/libc.texinfo: Update copyright dates.
35073         * scripts/test-installation.pl: Update copyright date in --version
35074         output.
35076         * hurd/ctty-input.c: Fix copyright notice formatting.
35077         * hurd/ctty-output.c: Likewise.
35078         * hurd/dtable.c: Likewise.
35079         * hurd/hurd-raise.c: Likewise.
35080         * hurd/hurdprio.c: Likewise.
35081         * hurd/msgportdemux.c: Likewise.
35082         * misc/sys/file.h: Likewise.
35083         * misc/sys/ioctl.h: Likewise.
35084         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35085         * sysdeps/mach/hurd/chdir.c: Likewise.
35086         * sysdeps/mach/hurd/fchdir.c: Likewise.
35087         * sysdeps/mach/hurd/rename.c: Likewise.
35088         * sysdeps/mach/hurd/rmdir.c: Likewise.
35089         * sysdeps/mach/hurd/seekdir.c: Likewise.
35090         * sysdeps/mach/hurd/setsid.c: Likewise.
35091         * sysdeps/posix/wait3.c: Likewise.
35093         * All files with FSF copyright notices: Update copyright dates
35094         using scripts/update-copyrights.
35095         * intl/plural.c: Regenerated.
35096         * locale/programs/charmap-kw.h: Likewise.
35097         * locale/programs/locfile-kw.h: Likewise.
35099 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35101         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35102         four values.
35104         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35105         calculation loop and add branch prediction.
35107         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35108         check access beyond bounds of m1np.
35110         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35111         MPTWO.
35112         (__inv): Remove local variable MPTWO to use the global
35113         constant.
35114         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35115         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35116         variable MPTWO.
35117         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35118         MP3HALFS static const.
35120 2013-01-01  David S. Miller  <davem@davemloft.net>
35122         * po/ca.po: Update from translation team.
35124 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35126         * scripts/update-copyrights: New file.
35127         * Makeconfig: Reformat copyright notice.
35128         * ctype/ctype.h: Likewise.
35129         * debug/swprintf_chk.c: Likewise.
35130         * elf/dl-cache.c: Likewise.
35131         * elf/dl-debug.c: Likewise.
35132         * elf/dl-object.c: Likewise.
35133         * grp/initgroups.c: Likewise.
35134         * hurd/Makefile: Likewise.
35135         * hurd/hurd/signal.h: Likewise.
35136         * hurd/hurdfault.c: Likewise.
35137         * hurd/hurdioctl.c: Likewise.
35138         * hurd/hurdlookup.c: Likewise.
35139         * hurd/intr-msg.c: Likewise.
35140         * iconv/gconv_open.c: Likewise.
35141         * libio/swprintf.c: Likewise.
35142         * locale/lc-ctype.c: Likewise.
35143         * locale/nl_langinfo.c: Likewise.
35144         * mach/Machrules: Likewise.
35145         * mach/Makefile: Likewise.
35146         * malloc/obstack.h: Likewise.
35147         * manual/Makefile: Likewise.
35148         * manual/tsort.awk: Likewise.
35149         * misc/bits/stab.def: Likewise.
35150         * nis/nis_print_group_entry.c: Likewise.
35151         * nis/nis_table.c: Likewise.
35152         * nis/nss_compat/compat-pwd.c: Likewise.
35153         * nis/nss_compat/compat-spwd.c: Likewise.
35154         * po/Makefile: Likewise.
35155         * posix/fnmatch.c: Likewise.
35156         * posix/regex.h: Likewise.
35157         * resolv/Makefile: Likewise.
35158         * resolv/nss_dns/dns-network.c: Likewise.
35159         * resolv/res_hconf.c: Likewise.
35160         * scripts/gen-sorted.awk: Likewise.
35161         * soft-fp/soft-fp.h: Likewise.
35162         * stdio-common/printf.h: Likewise.
35163         * stdlib/monetary.h: Likewise.
35164         * stdlib/random.c: Likewise.
35165         * stdlib/random_r.c: Likewise.
35166         * sysdeps/generic/Makefile: Likewise.
35167         * sysdeps/gnu/Makefile: Likewise.
35168         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35169         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35170         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35171         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35172         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35173         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35174         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35175         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35176         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35177         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35178         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35179         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35180         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35181         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35182         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35183         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35184         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35185         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35186         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35187         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35188         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35189         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35190         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35191         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35192         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35193         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35194         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35195         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35196         * sysdeps/mach/hurd/errnos.awk: Likewise.
35197         * sysdeps/mach/hurd/fork.c: Likewise.
35198         * sysdeps/mach/hurd/getcwd.c: Likewise.
35199         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35200         * sysdeps/mach/hurd/mmap.c: Likewise.
35201         * sysdeps/mach/hurd/utimes.c: Likewise.
35202         * sysdeps/mach/hurd/xmknod.c: Likewise.
35203         * sysdeps/posix/profil.c: Likewise.
35204         * sysdeps/posix/readdir_r.c: Likewise.
35205         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35206         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35207         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35208         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35209         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35210         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35211         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35212         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35213         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35214         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35215         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35216         * sysdeps/pthread/lio_listio.c: Likewise.
35217         * sysdeps/sparc/dl-procinfo.h: Likewise.
35218         * sysdeps/unix/i386/sysdep.S: Likewise.
35219         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35220         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35221         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35222         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35224         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35225         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35226         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35227         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35228         * sysdeps/wordsize-32/divdi3.c: Likewise.
35229         * time/sys/time.h: Likewise.
35230         * wcsmbs/Makefile: Likewise.
35232 2013-01-01  David S. Miller  <davem@davemloft.net>
35234         * po/fr.po: Update from translation team.
35236         * catgets/gencat.c: Update copyright year.
35237         * csu/version.c: Likewise.
35238         * debug/catchsegv.sh: Likewise.
35239         * debug/pcprofiledump.c: Likewise.
35240         * debug/xtrace.sh: Likewise.
35241         * elf/ldconfig.c: Likewise.
35242         * elf/ldd.bash.in: Likewise.
35243         * elf/pldd.c: Likewise.
35244         * elf/sotruss.ksh: Likewise.
35245         * elf/sprof.c: Likewise.
35246         * iconv/iconv_prog.c: Likewise.
35247         * iconv/iconvconfig.c: Likewise.
35248         * locale/programs/locale.c: Likewise.
35249         * locale/programs/localedef.c: Likewise.
35250         * login/programs/pt_chown.c: Likewise.
35251         * malloc/memusage.sh: Likewise.
35252         * malloc/memusagestat.c: Likewise.
35253         * malloc/mtrace.pl: Likewise.
35254         * nscd/nscd.c: Likewise.
35255         * nss/getent.c: Likewise.
35256         * nss/makedb.c: Likewise.
35257         * posix/getconf.c: Likewise.
35259 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35261         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35262         numbers.
35264 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35266         * math/bits/mathcalls.h (modf): Use __nonnull.
35268 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35270         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35271         (split): Use macro CN instead of the bare value.
35272         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35273         could be used.
35274         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35275         instead of the bare value.
35276         (power1): Likewise.
35278 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35280         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35281         __ATAN_TWOM.
35282         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35284         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35285         their values.
35286         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35287         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35288         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35289         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35291 2012-12-28  Andreas Jaeger  <aj@suse.de>
35293         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35294         values are from Linux 3.7.
35296         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35297         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35299 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35301         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35302         TRUE case.
35304         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35305         (norm): Likewise.
35306         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35307         variables with preprocessor constants.
35308         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35309         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35310         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35312 2012-12-27  Bruno Haible  <bruno@clisp.org>
35314         [BZ #14317]
35315         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35316         only if needed.
35318 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35320         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35321         and use variable directly.
35322         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35324         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35325         MPONE.
35326         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35327         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35328         variable MPONE.
35329         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35330         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35331         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35332         include directive.  Remove local variable MPONE.
35333         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35334         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35335         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35337 2012-12-25  David S. Miller  <davem@davemloft.net>
35339         * version.h (RELEASE): Set to "development".
35340         (VERSION): Set to "2.17.90".
35341         * NEWS: Add 2.18 section.
35343 2012-12-21  David S. Miller  <davem@davemloft.net>
35345         * po/hr.po: Update from translation team.
35347 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35349         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35351 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35353         * NEWS:  Mention new memcpy for MIPS.
35355 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35357         * manual/contrib.texi (Contributors): Spelling correction.
35359 2012-12-15  David S. Miller  <davem@davemloft.net>
35361         * po/ru.po: Update from translation team.
35363 2012-12-13  David S. Miller  <davem@davemloft.net>
35365         * NEWS: Mention IFUNC testsuite enhancements.
35367         * po/pl.po: Update from translation team.
35368         * po/bg.po: Likewise.
35370         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35371         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35373 2012-12-11  David S. Miller  <davem@davemloft.net>
35375         * po/sv.po: Update from translation team.
35377         * po/vi.po: Update from translation team.
35379         * po/cs.po: Update from translation team.
35381         * po/de.po: Update from translation team.
35382         * po/eo.po: Likewise.
35383         * po/nl.po: Likewise.
35385 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35387         [BZ #14246]
35388         * manual/argp.texi (Argp Helper Functions): Move node to follow
35389         Argp Parsing State.
35391         [BZ #14872]
35392         * manual/conf.texi (Limits on File System Capacity): Mention if
35393         terminating null is included in the max size.
35395 2012-12-10  Andreas Jaeger  <aj@suse.de>
35397         * po/cs.po: Update from translation team.
35399 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35401         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35402         void pointer and cast to uintptr_t.
35403         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35404         path.
35405         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35406         * sysdeps/s390/s390-64/memset.S: Likewise.
35408 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35410         [BZ #14833]
35411         * menual/message.texi (Message Translation): Fix typos.
35412         (Helper programs for gettext): Likewise.
35414 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35416         [BZ #14898]
35417         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35418         Change to -1.
35420 2012-12-07  David S. Miller  <davem@davemloft.net>
35422         * po/libc.pot: Update.
35424 2012-12-07  Richard Henderson  <rth@redhat.com>
35426         [BZ #10114]
35427         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35428         normal/normal case to before the switch.
35429         (_FP_DIV): Likewise.
35431 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35432             Mike Frysinger  <vapier@gentoo.org>
35434         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35435         check for __NR_fadvise64_64.
35437 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35439         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35440         0, not just to plain "0" as a statement.
35441         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35442         with cw.
35444 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35446         * NEWS: Use sourceware.org in Bugzilla URL.
35448 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35451         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35453         * stdio-common/tst-put-error.c (do_test): Add newline to the
35454         padded test to ensure flush.
35456 2012-12-05  Jeff Law  <law@redhat.com>
35458         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35460 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35462         * README: Don't refer to ports add-on as distributed separately.
35463         Mention AArch64 in list of systems supported in the ports add-on.
35465         * LICENSES: Add more non-FSF copyright and license notices.
35467         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35468         ((unused)).
35470         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35472         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35473         10000 as width of padded output.
35475 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35477         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35479         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35480         variable LX with __attribute__ ((unused)).
35481         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35482         Likewise.
35483         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35484         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35485         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35486         with __attribute__ ((unused)).
35488 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35490         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35492 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35494         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35495         (CFLAGS-nldbl-acos.c): New variable.
35496         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35497         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35498         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35499         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35500         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35501         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35502         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35503         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35504         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35505         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35506         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35507         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35508         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35509         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35510         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35511         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35512         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35513         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35514         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35515         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35516         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35517         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35518         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35519         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35520         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35521         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35522         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35523         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35524         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35525         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35526         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35527         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35528         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35529         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35530         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35531         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35532         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35533         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35534         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35535         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35536         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35537         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35538         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35539         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35540         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35541         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35542         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35543         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35544         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35545         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35546         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35547         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35548         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35549         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35550         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35551         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35552         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35553         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35554         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35555         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35556         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35557         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35558         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35559         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35560         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35561         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35562         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35563         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35564         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35565         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35566         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35567         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35568         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35569         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35570         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35571         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35572         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35573         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35574         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35575         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35576         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35577         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35578         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35579         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35580         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35581         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35582         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35583         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35584         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35585         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35586         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35587         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35588         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35589         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35590         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35591         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35592         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35595         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35597         [BZ #14914]
35598         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35599         whole low double instead of just low 47 bits when splitting values
35600         into two parts.
35602 2012-12-03  Allan McRae  <allan@archlinux.org>
35604         * manual/stdio.texi (Predefined Printf Handlers): Remove
35605         @hsep and @vsep usage.
35607 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35609         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35610         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35612 2012-12-03  Jeff Law  <law@redhat.com>
35614         * time/sys/time.h (settimeofday): Do not mark TV argument
35615         as __nonnull.
35617 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35619         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35620         when currently writing and seek to current position when not.
35621         * libio/Makefile (tests): Remove bug-fclose1.
35622         * libio/bug-fclose1.c: Delete.
35624 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35626         * manual/arith.texi (feenableexcept): Fix typo.
35627         (fedisableexcept): Likewise.
35629 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35631         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35632         second, differently-typed declaration, rather than a cast.
35634 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35636         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35637         * include/rpc/svc.h: ... here.
35639 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35641         [BZ #13013]
35642         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35643         depending n and resplen2 to catch cases where answer
35644         equals answerp2.
35646 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35648         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35649         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35651 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35653         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35655 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35657         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35659 2012-11-28  Jeff Law  <law@redhat.com>
35661         [BZ #13761]
35662         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35663         dataset_temporary.  Track alloca usage into alloca_used.
35664         If dataset is large allocate and release it via malloc/free.
35666 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35668         [BZ #14197]
35669         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35671 2012-11-28  David S. Miller  <davem@davemloft.net>
35673         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35675 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35677         [BZ #14803]
35678         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35679         of pi/2 rounded to nearest to 64 bits.
35680         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35681         nearest to 64 bits.
35682         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35683         bits.
35685 2012-11-28  Jeff Law <law@redhat.com>
35686             Martin Osvald <mosvald@redhat.com>
35688         [BZ #14889]
35689         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35690         * sunrpc/svc.c: Include time.h.
35691         (__svc_accept_failed): New function.
35692         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35693         any reason other than EINTR, call __svc_accept_failed.
35694         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35695         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35697 2012-11-28  Andreas Schwab  <schwab@suse.de>
35699         * scripts/abilist.awk: Also handle indirect functions in .opd
35700         section.
35702 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35704         [BZ #13881]
35705         * sysdeps/x86/fpu/powl_helper.c: New file.
35706         * sysdeps/x86/fpu/Makefile: Likewise.
35707         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35708         (p3): New object.
35709         (__ieee754_powl): Use __powl_helper for finite arguments except
35710         integer exponents below 8.
35711         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35712         (p3): New object.
35713         (__ieee754_powl): Use __powl_helper for finite arguments except
35714         integer exponents below 8.
35715         * math/libm-test.inc (pow_test): Add more tests and enable some
35716         previously disabled tests.
35717         * sysdeps/i386/fpu/libm-test-ulps: Update.
35718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35720 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35721             Carlos O'Donell  <carlos_odonell@mentor.com>
35723         * nss/makedb.c (is_prime): Assert that input is odd and greater
35724         than 4.  Note that fact in a comment too.
35725         (next_prime): Add 4 to input.
35727 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35729         [BZ #11741]
35730         * libio/Makefile (tests): Add test case tst-fwrite-error.
35731         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35732         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35733         * libio/tst-fwrite-error.c: New test case.
35735 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35737         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35738         before casting to void *.
35739         * include/libc-internal.h (__pointer_type): New macro.
35740         (__integer_if_pointer_type_sub): Likewise.
35741         (__integer_if_pointer_type): Likewise.
35742         (cast_to_integer): Likewise.
35743         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35744         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35745         before casting to atomic64_t.
35746         (atomic_exchange_acq): Likewise.
35747         (__arch_exchange_and_add_body): Likewise.
35748         (__arch_add_body): Likewise.
35749         (atomic_add_negative): Likewise.
35750         (atomic_add_zero): Likewise.
35752 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35754         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35755         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35756         (add_fdes): Likewise.
35757         (linear_search_fdes): Likewise.
35758         (binary_search_unencoded_fdes): Likewise.
35760 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35762         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35764 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35766         * configure.in: Autodetect C++ header directories.
35767         * configure: Regenerated.
35769 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35771         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35773 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35775         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35777 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35779         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35780         LDBL_MANT_DIG == 106]: Disable some tests.
35781         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35782         Likewise.
35783         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35784         Likewise.
35786         [BZ #14871]
35787         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35788         input for small inputs.  Return +/- pi/2 for large inputs.
35789         * math/libm-test.inc (atan_test): Add more tests.
35791         * sysdeps/generic/unwind-dw2-fde-glibc.c
35792         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35793         __attribute__ ((unused)).
35795         [BZ #14645]
35796         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35797         x * y if x and y are nonzero and z is zero.
35799         [BZ #14811]
35800         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35801         nonzero exponents with absolute value below 0x1p-117 to +/-
35802         0x1p-117.
35804         [BZ #14869]
35805         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35806         up arguments below 2**-450, not just those below 2**-500.
35807         * math/libm-test.inc (hypot_test): Add another test.
35809         [BZ #14868]
35810         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35811         Return a+b for ratio over 2**120, not 2**60.
35812         * math/libm-test.inc (hypot_test): Add another test.
35814         * math/libm-test.inc (clog_test): Use
35815         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35816         (clog10_test): Likewise.
35818         [BZ #6778]
35819         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35821 2012-11-22  Andreas Schwab  <schwab@suse.de>
35823         * sysdeps/i386/fpu/libm-test-ulps: Update.
35825 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35827         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35828         printf output with newline.
35830 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35832         [BZ #14865]
35833         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35834         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35835         -z nodlopen, -z initfirst and -z execstack support.
35836         * configure: Regenerated.
35838         * elf/elf.h (DF_1_NODIRECT): New macro.
35839         (DF_1_IGNMULDEF): Likewise.
35840         (DF_1_NOKSYMS): Likewise.
35841         (DF_1_NOHDR): Likewise.
35842         (DF_1_EDITED): Likewise.
35843         (DF_1_NORELOC): Likewise.
35844         (DF_1_SYMINTPOSE): Likewise.
35845         (DF_1_GLOBAUDIT): Likewise.
35846         (DF_1_SINGLETON): Likewise.
35847         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35848         DT_1_SUPPORTED_MASK bits.
35849         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35851 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35853         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35855 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35857         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35858         macro.
35860         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35861         (sendmmsg): Move declarations...
35862         * socket/sys/socket.h: ... here.
35863         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35864         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35865         include it from...
35866         * socket/recvmmsg.c: ... this new file.
35867         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35868         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35869         definition of __sendmmsg hidden.
35870         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35871         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35872         Move ENOSYS stub into and include it from...
35873         * socket/sendmmsg.c: ... this new file.
35874         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35875         (sysdep_routines): Move recvmmsg and sendmmsg...
35876         * socket/Makefile (routines): ... here.
35877         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35878         (GLIBC_PRIVATE): Add __sendmmsg.
35879         * include/sys/socket.h (__sendmmsg): Add declarations.
35880         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35881         sendmmsg.
35883 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35885         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35886         variable I1 with __attribute__ ((unused)).
35887         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35889 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35891         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35892         DUMMY variables with __attribute__ ((unused)).
35894         * bits/byteswap.h: Include <bits/types.h>.
35895         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35897 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35899         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35900         string_t.  Do not manually set errno.
35901         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35902         length with __strnlen.  Make sure to both set errno and return it on
35903         failure.
35905 2012-11-19  David S. Miller  <davem@davemloft.net>
35907         With help from Joseph Myers.
35908         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35909         very large arguments properly.
35910         * math/libm-test.inc (atan_test): New tests.
35911         (atan2_test): New tests.
35912         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35913         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35915 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35917         [BZ #14856]
35918         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35919         Define to 3.
35921         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35922         [POSIX] (EADDRNOTAVAIL): Likewise.
35923         [POSIX] (EAFNOSUPPORT): Likewise.
35924         [POSIX] (EALREADY): Likewise.
35925         [POSIX] (ECONNABORTED): Likewise.
35926         [POSIX] (ECONNREFUSED): Likewise.
35927         [POSIX] (ECONNRESET): Likewise.
35928         [POSIX] (EDESTADDRREQ): Likewise.
35929         [POSIX] (EDQUOT): Likewise.
35930         [POSIX] (EHOSTUNREACH): Likewise.
35931         [POSIX] (EIDRM): Likewise.
35932         [POSIX] (EISCONN): Likewise.
35933         [POSIX] (ELOOP): Likewise.
35934         [POSIX] (EMULTIHOP): Likewise.
35935         [POSIX] (ENETDOWN): Likewise.
35936         [POSIX] (ENETUNREACH): Likewise.
35937         [POSIX] (ENOBUFS): Likewise.
35938         [POSIX] (ENODATA): Likewise.
35939         [POSIX] (ENOLINK): Likewise.
35940         [POSIX] (ENOMSG): Likewise.
35941         [POSIX] (ENOPROTOOPT): Likewise.
35942         [POSIX] (ENOSR): Likewise.
35943         [POSIX] (ENOSTR): Likewise.
35944         [POSIX] (ENOTCONN): Likewise.
35945         [POSIX] (ENOTSOCK): Likewise.
35946         [POSIX] (EOPNOTSUPP): Likewise.
35947         [POSIX] (EOVERFLOW): Likewise.
35948         [POSIX] (EPROTO): Likewise.
35949         [POSIX] (EPROTONOSUPPORT): Likewise.
35950         [POSIX] (EPROTOTYPE): Likewise.
35951         [POSIX] (ESTALE): Likewise.
35952         [POSIX] (ETIME): Likewise.
35953         [POSIX] (ETXTBSY): Likewise.
35954         [POSIX] (EWOULDBLOCK): Likewise.
35955         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35956         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35957         [POSIX] (SEEK_CUR): Likewise.
35958         [POSIX] (SEEK_END): Likewise.
35959         [POSIX || UNIX98] (mode_t): Do not require.
35960         [POSIX] (off_t): Likewise.
35961         [POSIX] (pid_t): Likewise.
35962         [POSIX] (sys/stat.h): Do not allow header.
35963         [POSIX] (unistd.h): Likewise.
35964         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35965         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35966         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35967         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35968         require.
35969         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35970         sigevent): Specify elements.
35971         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35972         entry.
35973         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35974         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35976         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35977         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35978         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35979         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35980         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35981         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35982         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35983         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35984         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35985         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35986         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35987         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35988         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35989         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35990         Likewise.
35991         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35992         Likewise.
35993         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35994         Likewise.
35995         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35996         Likewise.
35997         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35998         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35999         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36000         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36001         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36002         Specify lower bound on value.
36003         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36004         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36005         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36006         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36007         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36008         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36009         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36010         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36011         value.
36012         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36013         as optional.
36014         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36015         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36016         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36017         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36018         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36019         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36020         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36021         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36022         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36023         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36024         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36025         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36026         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36027         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36028         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36029         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36030         entry.
36031         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36032         optional.
36033         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36034         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36035         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36036         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36037         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36038         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36039         Likewise.
36040         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36041         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36042         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36043         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36044         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36045         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36046         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36047         as optional.
36048         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36049         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36050         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36051         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36052         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36053         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36054         specify as optional.
36055         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36056         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36057         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36058         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36059         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36060         [XPG3] (NL_LANGMAX): Likewise.
36061         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36062         [POSIX || XPG3] (NL_NMAX): Likewise.
36063         [POSIX || XPG3] (NL_SETMAX): Likewise.
36064         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36065         [XPG3] (NZERO): Likewise.
36066         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36067         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36068         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36069         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36070         (REG_ERANGE): Expect.
36071         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36072         optional-constant.
36073         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36074         Use (void) in prototype.
36075         [POSIX] (*_t): Allow.
36076         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36077         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36078         (WRDE_BADVAL): Expect.
36080         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36081         expect.
36082         [XPG3 || XPG4] (O_RSYNC): Likewise.
36083         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36084         Likewise.
36085         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36086         [XPG3 || XPG4] (sigqueue): Likewise.
36087         [XPG3 || XPG4] (sigtimedwait): Likewise.
36088         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36089         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36090         [XPG3 || XPG4] (vsnprintf): Likewise.
36091         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36092         Likewise.
36093         [XPG3 || XPG4] (blksize_t): Likewise.
36094         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36095         Likewise.
36096         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36097         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36098         [XPG3 || XPG4] (struct itimerspec): Likewise.
36099         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36100         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36101         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36102         [XPG3 || XPG4] (clockid_t): Likewise.
36103         [XPG3 || XPG4] (timer_t): Likewise.
36104         [XPG3 || XPG4] (clock_getres): Likewise.
36105         [XPG3 || XPG4] (clock_gettime): Likewise.
36106         [XPG3 || XPG4] (clock_settime): Likewise.
36107         [XPG3 || XPG4] (nanosleep): Likewise.
36108         [XPG3 || XPG4] (timer_create): Likewise.
36109         [XPG3 || XPG4] (timer_delete): Likewise.
36110         [XPG3 || XPG4] (timer_gettime): Likewise.
36111         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36112         [XPG3 || XPG4] (timer_settime): Likewise.
36113         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36114         [XPG3 || XPG4] (getlogin_r): Likewise.
36115         [XPG3 || XPG4] (pread): Likewise.
36116         [XPG3 || XPG4] (pthread_atfork): Likewise.
36117         [XPG3 || XPG4] (pwrite): Likewise.
36119         [BZ #14835]
36120         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36121         <bits/siginfo.h>.
36123 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36125         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36126         finalizing MALLSTREAM.
36128         * sysdeps/mach/hurd/syncfs.c: New file.
36130 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36132         [BZ #14719]
36133         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36134         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36135         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36136         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36137         (_nss_dns_gethostbyname4_r): Likewise.
36138         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36139         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36141 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36143         [BZ #13763]
36144         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36146 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36148         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36149         * elf/cache.c (print_entry): Print ",AArch64" for
36150         FLAG_AARCH64_LIB64
36152         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36153         * elf/cache.c (print_entry): Print ",hard-float" for
36154         FLAG_ARM_LIBHF.
36156 2012-11-18  David S. Miller  <davem@davemloft.net>
36158         With help from Joseph Myers.
36159         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36160         cutoff to 2**-13.
36161         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36162         cutoff to 2**-25.
36163         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36164         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36165         small.
36166         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36167         * math/libm-test.inc (y0_test): New tests.
36168         (y1_test): New tests.
36169         * sysdeps/i386/fpu/libm-test-ulps: Update.
36170         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36171         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36173 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36175         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36176         64-bit targets.
36177         * configure: Regenerated.
36179 2012-11-17  David S. Miller  <davem@davemloft.net>
36181         [BZ #14811]
36182         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36183         nonzero exponents with absolute value below 0x1p-128 to +/-
36184         0x1p-128.
36186 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36188         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36190         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36192         * posix/getconf-speclist.c: New file.
36193         * posix/posix-envs.def: Likewise.
36194         * posix/confstr.c (START_ENV_GROUP): New macro.
36195         (END_ENV_GROUP): Likewise.
36196         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36197         (KNOWN_PRESENT_ENV_STRING): Likewise.
36198         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36199         (UNKNOWN_ENVIRONMENT): Likewise.
36200         (confstr): Include posix-envs.def instead of handling
36201         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36202         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36203         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36204         (END_ENV_GROUP): Likewise.
36205         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36206         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36207         (UNKNOWN_ENVIRONMENT): Likewise.
36208         (__sysconf): Include posix-envs.def instead of handling associated
36209         cases directly here.
36210         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36211         preprocessing getconf-speclist.c rather than running getconf or
36212         generating empty file.
36214 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36216         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36218 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36220         [BZ #14672]
36221         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36223 2012-11-16  David S. Miller  <davem@davemloft.net>
36225         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36226         smaller than LDBL_EPSILON/2.0L, just return xm1.
36228 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36230         * elf/tst-array1.c (init): Set constructor priority to 1000.
36231         (fini): Set destructor priority to 1000.
36232         * elf/tst-array2dep.c: Likewise.
36234 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36236         [BZ #11741]
36237         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36238         (_IO_new_file_xsputn): Also return EOF if none of the input
36239         data was written when overflow failed.
36240         * libio/iopadn.c (_IO_padn): Likewise.
36241         * libio/iowpadn.c (_IO_wpadn): Likewise.
36242         * stdio-common/tst-put-error.c: Add copyright notice.
36243         (do_test): Add case for printing padded string.
36244         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36245         _IO_padn returned error.
36246         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36247         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36248         return EOF.
36250 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36252         * libio/libioP.h: Add comment note that the references to C++
36253         bits are now obsolete.
36255 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36257         * math/libm-test.inc (check_complex): Use asprintf.
36259 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36261         * debug/pcprofiledump.c (print_version): Update copyright year.
36262         * malloc/memusagestat.c (print_version): Likewise.
36264 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36266         [BZ #14831]
36267         * elf/Makefile (tests): Add tst-audit8.
36268         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36269         ($(objpfx)tst-audit8.out): New target.
36270         (tst-audit8-ENV): New variable.
36271         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36272         audit if l_reloc_result is NULL.
36273         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36274         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36275         * elf/tst-audit8.c: New file.
36277 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36279         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36280         * misc/Makefile (CFLAGS-select.c): Define.
36281         * posix/Makefile (CFLAGS-pause.c): Define.
36283 2012-11-13  David S. Miller  <davem@davemloft.net>
36285         * crypt/Makefile: Move test targets after toplevel Rules
36286         inclusion.  Grab any necessary sysdep routines when linking.
36287         * crypt/md5.c (md5_process_block): Remove define, we will always
36288         name it __md5_process_block.
36289         (md5_finish_ctx): Update md5_process_block call.
36290         (md5_stream): Likewise.
36291         (md5_process_bytes): Likewise.
36292         (md5_process_block): Rename to __md5_process_block and move to ...
36293         * crypt/md5-block.c: ... here.
36294         * crypt/sha256.c (sha256_process_block): Move to ...
36295         * crypt/sha256-block.c: ... here.
36296         * crypt/sha512.c (sha512_process_block): Move to ...
36297         * crypt/sha512-block.c: ... here.
36298         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36299         path.
36300         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36301         * sysdeps/sparc/sparc64/multiarch/Makefile
36302         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36303         crypt subdir.
36304         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36305         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36306         multiarch changes.
36307         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36308         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36309         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36310         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36311         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36312         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36313         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36314         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36315         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36316         file.
36317         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36318         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36319         file.
36320         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36322 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36324         * timezone/tzselect.ksh: Update from tzcode git revision
36325         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36326         * timezone/zdump.c: Likewise.
36327         * timezone/zic.c: Likewise.
36328         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36329         in TZVERSION setting, not $(PKGVERSION).
36330         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36331         REPORT_BUGS_TO settings.
36333         [BZ #14838]
36334         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36335         macro.
36337 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36339         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36340         detection to immediately after _FP_ROUND().
36341         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36342         bits are 0.
36344 2012-11-11  David S. Miller  <davem@davemloft.net>
36346         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36347         inttypes.h
36348         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36349         __close rather than their public counterparts.
36351 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36353         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36354         file.
36355         [UNIX98] (sem_timedwait): Do not expect.
36356         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36357         [XPG4 || UNIX98] (sockatmark): Do not expect.
36358         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36359         (clock_getcpuclockid): Do not expect.
36360         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36361         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36362         Do not expect.
36363         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36364         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36365         [UNIX98] (vwscanf): Likewise.
36366         [UNIX98] (vswscanf): Likewise.
36368 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36370         * timezone/version.h: Remove file.
36371         * timezone/README: Do not refer to version.h.
36372         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36373         $(objpfx)version.h.
36374         ($(objpfx)zdump.o): Likewise.
36375         ($(objpfx)version.h): New target.
36377         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36378         2012i.
36379         * timezone/README: Don't mention modification to tzselect.ksh.
36380         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36381         work on unmodified tzselect.ksh.  Substitute version numbers in
36382         tzselect.ksh.
36384         * Makefile (format-me): Remove.
36385         (INSTALL): Adjust indentation.  Use commands directly instead of
36386         using $(format-me).
36388         * aclocal.m4 (ACX_PKGVERSION): New macro.
36389         (ACX_BUGURL): Likewise.
36390         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36391         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36392         (REPORT_BUGS_TO): Likewise.
36393         * configure: Regenerated.
36394         * config.h.in (PKGVERSION): New macro.
36395         (REPORT_BUGS_TO): Likewise.
36396         * config.make.in (PKGVERSION): New variable.
36397         (PKGVERSION_TEXI): Likewise.
36398         (REPORT_BUGS_TO): Likewise.
36399         (REPORT_BUGS_TEXI): Likewise.
36400         * Makefile (format-me): Use -I$(common-objpfx)manual.
36401         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36402         ($(common-objpfx)manual/%): New target.
36403         (manual/%): Remove target.
36404         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36405         (print_version): Use PKGVERSION.
36406         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36407         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36408         and REPORT_BUGS_TO.
36409         ($(objpfx)xtrace): Likewise.
36410         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36411         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36412         (print_version): Use PKGVERSION.
36413         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36414         (do_version): Use PKGVERSION.
36415         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36416         REPORT_BUGS_TO.
36417         (common-ldd-rewrite): Likewise.
36418         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36419         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36420         (print_version): Use PKGVERSION.
36421         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36422         * elf/pldd.c (argp_program_bug_address): Remove variable.
36423         (more_help): New function.
36424         (argp): Use more_help.
36425         (print_version): Use PKGVERSION.
36426         * elf/sln.c (main): Use PKGVERSION.
36427         (usage): Use REPORT_BUGS_TO.
36428         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36429         (top level): Use PKGVERSION.
36430         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36431         (print_version): Use PKGVERSION.
36432         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36433         (print_version): Use PKGVERSION.
36434         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36435         (print_version): Use PKGVERSION.
36436         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36437         (print_version): Use PKGVERSION.
36438         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36439         (print_version): Use PKGVERSION.
36440         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36441         (print_version): Use PKGVERSION.
36442         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36443         and BUGURL.
36444         ($(objpfx)memusage): Likewise.
36445         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36446         (do_version): Use PKGVERSION.
36447         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36448         (print_version): Use PKGVERSION.
36449         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36450         ($PKGVERSION): New variable.
36451         ($REPORT_BUGS_TO): Likewise.
36452         (usage): Use $REPORT_BUGS_TO.
36453         (top level): Use $PKGVERSION.
36454         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36455         ($(objpfx)pkgvers.texi): New rule.
36456         ($(objpfx)stamp-pkgvers): Likewise.
36457         * manual/install.texi: Include pkgvers.texi.
36458         (--with-pkgversion): Document new configure option.
36459         (--with-bugurl): Likewise.
36460         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36461         than necessarily for this particular distribution.  Use
36462         REPORT_BUGS_TO for where to report bugs.
36463         * INSTALL: Regenerated.
36464         * manual/libc.texinfo: Include pkgvers.texi.
36465         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36466         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36467         (print_version): Use PKGVERSION.
36468         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36469         (print_version): Use PKGVERSION.
36470         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36471         (print_version): Use PKGVERSION.
36472         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36473         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36474         macro.
36475         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36476         (print_version): Use PKGVERSION.
36477         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36478         (print_version): Use PKGVERSION.
36479         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36480         and PKGVERSION.
36482         * timezone/checktab.awk: Update from tzcode 2012i.
36483         * timezone/ialloc.c: Likewise.
36484         * timezone/private.h: Likewise.
36485         * timezone/scheck.c: Likewise.
36486         * timezone/tzfile.h: Likewise.
36487         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36488         (TZVERSION): Hardcode tzcode version number.
36489         * timezone/zdump.c: Update from tzcode 2012i.
36490         * timezone/zic.c: Likewise.
36491         * timezone/version.h: New file.
36492         * timezone/README: Describe version.h.  Update upstream location.
36494         [BZ #14824]
36495         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36496         (mktemp): Enable declaration.
36497         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36498         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36499         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36500         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36501         Likewise.
36502         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36503         Likewise.
36504         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36505         Likewise.
36506         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36507         Likewise.
36508         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36509         Likewise.
36510         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36511         Likewise.
36513         [BZ #14821]
36514         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36515         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36516         for copies of such integer values.
36517         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36518         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36520 2012-11-09  Andreas Jaeger  <aj@suse.de>
36522         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36523         definitions and declarations that are provided by
36524         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36526 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36528         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36529         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36530         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36531         definition.
36533 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36535         * elf/elf.h: Update comment before AArch64 relocations.
36537 2012-11-07  David S. Miller  <davem@davemloft.net>
36539         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36540         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36541         (__start_context): Declare.
36542         (__makecontext_ret): Delete.
36543         (__makecontext): Hook up __start_context instead of
36544         __makecontext_ret.
36545         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36546         (sysdep_routines): Add __start_context when in stdlib.
36548 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36550         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36551         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36552         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36553         hardcoded "nm".
36554         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36555         (READELF): New variable.  Use it instead of hardcoded "readelf".
36557 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36559         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36560         * sysdeps/x86/Makefile: Here.
36561         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36562         * sysdeps/x86/tst-xmmymm.sh: This.
36564 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36566         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36567         expectations.
36568         [UNIX98] (pthread_barrier_t): Do not expect.
36569         [UNIX98] (pthread_barrierattr_t): Likewise.
36570         [UNIX98] (pthread_spinlock_t): Likewise.
36571         [UNIX98] (pthread_barrier_destroy): Likewise.
36572         [UNIX98] (pthread_barrier_init): Likewise.
36573         [UNIX98] (pthread_barrier_wait): Likewise.
36574         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36575         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36576         [UNIX98] (pthread_barrierattr_init): Likewise.
36577         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36578         [UNIX98] (pthread_getcpuclockid): Likewise.
36579         [UNIX98] (pthread_mutex_timedlock): Likewise.
36580         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36581         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36582         [UNIX98] (pthread_sigmask): Likewise.
36583         [UNIX98] (pthread_spin_destroy): Likewise.
36584         [UNIX98] (pthread_spin_init): Likewise.
36585         [UNIX98] (pthread_spin_lock): Likewise.
36586         [UNIX98] (pthread_spin_trylock): Likewise.
36587         [UNIX98] (pthread_spin_unlock): Likewise.
36588         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36589         Do not expect.
36590         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36591         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36592         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36593         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36594         [XPG3 || XPG4] (pthread_key_t): Likewise.
36595         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36596         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36597         [XPG3 || XPG4] (pthread_once_t): Likewise.
36598         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36599         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36600         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36601         [XPG3 || XPG4] (pthread_t): Likewise.
36603         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36604         not expect.
36605         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36607         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36608         Change function return type to int.
36610         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36611         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36612         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36613         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36614         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36615         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36616         [!POSIX] (posix_madvise): Likewise.
36617         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36618         && !UNIX98].
36619         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36620         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36621         (mode_t): Likewise.
36622         (posix_mem_offset): Likewise.
36623         (posix_typed_mem_get_info): Likewise.
36624         (posix_typed_mem_open): Likewise.
36626         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36627         Change condition to [XOPEN2K8].
36629         * conform/conformtest.pl: Preprocess allow-header data with -x c
36630         instead of from stdin.
36631         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36632         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36633         [C99-based standards] (cerfc): Likewise.
36634         [C99-based standards] (cexp2): Likewise.
36635         [C99-based standards] (cexpm1): Likewise.
36636         [C99-based standards] (clog10): Likewise.
36637         [C99-based standards] (clog1p): Likewise.
36638         [C99-based standards] (clog2): Likewise.
36639         [C99-based standards] (clgamma): Likewise.
36640         [C99-based standards] (ctgamma): Likewise.
36641         [C99-based standards] (cerff): Likewise.
36642         [C99-based standards] (cerfcf): Likewise.
36643         [C99-based standards] (cexp2f): Likewise.
36644         [C99-based standards] (cexpm1f): Likewise.
36645         [C99-based standards] (clog10f): Likewise.
36646         [C99-based standards] (clog1pf): Likewise.
36647         [C99-based standards] (clog2f): Likewise.
36648         [C99-based standards] (clgammaf): Likewise.
36649         [C99-based standards] (ctgammaf): Likewise.
36650         [C99-based standards] (cerfl): Likewise.
36651         [C99-based standards] (cerfcl): Likewise.
36652         [C99-based standards] (cexp2l): Likewise.
36653         [C99-based standards] (cexpm1l): Likewise.
36654         [C99-based standards] (clog10l): Likewise.
36655         [C99-based standards] (clog1pl): Likewise.
36656         [C99-based standards] (clog2l): Likewise.
36657         [C99-based standards] (clgammal): Likewise.
36658         [C99-based standards] (ctgammal): Likewise.
36659         * conform/data/inttypes.h-data [C99-based standards]: Include
36660         stdint.h-data.  Remove all expectations for stdint.h contents.
36661         [C99-based standards] (PRI*): Do not allow.
36662         [C99-based standards] (SCN*): Likewise.
36663         [C99-based standards] (*_t): Likewise.
36664         [C99-based-standards] (PRId8): Expect macro.
36665         [C99-based-standards] (PRIi8): Likewise.
36666         [C99-based-standards] (PRIo8): Likewise.
36667         [C99-based-standards] (PRIu8): Likewise.
36668         [C99-based-standards] (PRIx8): Likewise.
36669         [C99-based-standards] (PRIX8): Likewise.
36670         [C99-based-standards] (SCNd8): Likewise.
36671         [C99-based-standards] (SCNi8): Likewise.
36672         [C99-based-standards] (SCNo8): Likewise.
36673         [C99-based-standards] (SCNu8): Likewise.
36674         [C99-based-standards] (SCNx8): Likewise.
36675         [C99-based-standards] (PRIdLEAST8): Likewise.
36676         [C99-based-standards] (PRIiLEAST8): Likewise.
36677         [C99-based-standards] (PRIoLEAST8): Likewise.
36678         [C99-based-standards] (PRIuLEAST8): Likewise.
36679         [C99-based-standards] (PRIxLEAST8): Likewise.
36680         [C99-based-standards] (PRIXLEAST8): Likewise.
36681         [C99-based-standards] (SCNdLEAST8): Likewise.
36682         [C99-based-standards] (SCNiLEAST8): Likewise.
36683         [C99-based-standards] (SCNoLEAST8): Likewise.
36684         [C99-based-standards] (SCNuLEAST8): Likewise.
36685         [C99-based-standards] (SCNxLEAST8): Likewise.
36686         [C99-based-standards] (PRIdFAST8): Likewise.
36687         [C99-based-standards] (PRIiFAST8): Likewise.
36688         [C99-based-standards] (PRIoFAST8): Likewise.
36689         [C99-based-standards] (PRIuFAST8): Likewise.
36690         [C99-based-standards] (PRIxFAST8): Likewise.
36691         [C99-based-standards] (PRIXFAST8): Likewise.
36692         [C99-based-standards] (SCNdFAST8): Likewise.
36693         [C99-based-standards] (SCNiFAST8): Likewise.
36694         [C99-based-standards] (SCNoFAST8): Likewise.
36695         [C99-based-standards] (SCNuFAST8): Likewise.
36696         [C99-based-standards] (SCNxFAST8): Likewise.
36697         [C99-based-standards] (PRId16): Likewise.
36698         [C99-based-standards] (PRIi16): Likewise.
36699         [C99-based-standards] (PRIo16): Likewise.
36700         [C99-based-standards] (PRIu16): Likewise.
36701         [C99-based-standards] (PRIx16): Likewise.
36702         [C99-based-standards] (PRIX16): Likewise.
36703         [C99-based-standards] (SCNd16): Likewise.
36704         [C99-based-standards] (SCNi16): Likewise.
36705         [C99-based-standards] (SCNo16): Likewise.
36706         [C99-based-standards] (SCNu16): Likewise.
36707         [C99-based-standards] (SCNx16): Likewise.
36708         [C99-based-standards] (PRIdLEAST16): Likewise.
36709         [C99-based-standards] (PRIiLEAST16): Likewise.
36710         [C99-based-standards] (PRIoLEAST16): Likewise.
36711         [C99-based-standards] (PRIuLEAST16): Likewise.
36712         [C99-based-standards] (PRIxLEAST16): Likewise.
36713         [C99-based-standards] (PRIXLEAST16): Likewise.
36714         [C99-based-standards] (SCNdLEAST16): Likewise.
36715         [C99-based-standards] (SCNiLEAST16): Likewise.
36716         [C99-based-standards] (SCNoLEAST16): Likewise.
36717         [C99-based-standards] (SCNuLEAST16): Likewise.
36718         [C99-based-standards] (SCNxLEAST16): Likewise.
36719         [C99-based-standards] (PRIdFAST16): Likewise.
36720         [C99-based-standards] (PRIiFAST16): Likewise.
36721         [C99-based-standards] (PRIoFAST16): Likewise.
36722         [C99-based-standards] (PRIuFAST16): Likewise.
36723         [C99-based-standards] (PRIxFAST16): Likewise.
36724         [C99-based-standards] (PRIXFAST16): Likewise.
36725         [C99-based-standards] (SCNdFAST16): Likewise.
36726         [C99-based-standards] (SCNiFAST16): Likewise.
36727         [C99-based-standards] (SCNoFAST16): Likewise.
36728         [C99-based-standards] (SCNuFAST16): Likewise.
36729         [C99-based-standards] (SCNxFAST16): Likewise.
36730         [C99-based-standards] (PRId32): Likewise.
36731         [C99-based-standards] (PRIi32): Likewise.
36732         [C99-based-standards] (PRIo32): Likewise.
36733         [C99-based-standards] (PRIu32): Likewise.
36734         [C99-based-standards] (PRIx32): Likewise.
36735         [C99-based-standards] (PRIX32): Likewise.
36736         [C99-based-standards] (SCNd32): Likewise.
36737         [C99-based-standards] (SCNi32): Likewise.
36738         [C99-based-standards] (SCNo32): Likewise.
36739         [C99-based-standards] (SCNu32): Likewise.
36740         [C99-based-standards] (SCNx32): Likewise.
36741         [C99-based-standards] (PRIdLEAST32): Likewise.
36742         [C99-based-standards] (PRIiLEAST32): Likewise.
36743         [C99-based-standards] (PRIoLEAST32): Likewise.
36744         [C99-based-standards] (PRIuLEAST32): Likewise.
36745         [C99-based-standards] (PRIxLEAST32): Likewise.
36746         [C99-based-standards] (PRIXLEAST32): Likewise.
36747         [C99-based-standards] (SCNdLEAST32): Likewise.
36748         [C99-based-standards] (SCNiLEAST32): Likewise.
36749         [C99-based-standards] (SCNoLEAST32): Likewise.
36750         [C99-based-standards] (SCNuLEAST32): Likewise.
36751         [C99-based-standards] (SCNxLEAST32): Likewise.
36752         [C99-based-standards] (PRIdFAST32): Likewise.
36753         [C99-based-standards] (PRIiFAST32): Likewise.
36754         [C99-based-standards] (PRIoFAST32): Likewise.
36755         [C99-based-standards] (PRIuFAST32): Likewise.
36756         [C99-based-standards] (PRIxFAST32): Likewise.
36757         [C99-based-standards] (PRIXFAST32): Likewise.
36758         [C99-based-standards] (SCNdFAST32): Likewise.
36759         [C99-based-standards] (SCNiFAST32): Likewise.
36760         [C99-based-standards] (SCNoFAST32): Likewise.
36761         [C99-based-standards] (SCNuFAST32): Likewise.
36762         [C99-based-standards] (SCNxFAST32): Likewise.
36763         [C99-based-standards] (PRId64): Likewise.
36764         [C99-based-standards] (PRIi64): Likewise.
36765         [C99-based-standards] (PRIo64): Likewise.
36766         [C99-based-standards] (PRIu64): Likewise.
36767         [C99-based-standards] (PRIx64): Likewise.
36768         [C99-based-standards] (PRIX64): Likewise.
36769         [C99-based-standards] (SCNd64): Likewise.
36770         [C99-based-standards] (SCNi64): Likewise.
36771         [C99-based-standards] (SCNo64): Likewise.
36772         [C99-based-standards] (SCNu64): Likewise.
36773         [C99-based-standards] (SCNx64): Likewise.
36774         [C99-based-standards] (PRIdLEAST64): Likewise.
36775         [C99-based-standards] (PRIiLEAST64): Likewise.
36776         [C99-based-standards] (PRIoLEAST64): Likewise.
36777         [C99-based-standards] (PRIuLEAST64): Likewise.
36778         [C99-based-standards] (PRIxLEAST64): Likewise.
36779         [C99-based-standards] (PRIXLEAST64): Likewise.
36780         [C99-based-standards] (SCNdLEAST64): Likewise.
36781         [C99-based-standards] (SCNiLEAST64): Likewise.
36782         [C99-based-standards] (SCNoLEAST64): Likewise.
36783         [C99-based-standards] (SCNuLEAST64): Likewise.
36784         [C99-based-standards] (SCNxLEAST64): Likewise.
36785         [C99-based-standards] (PRIdFAST64): Likewise.
36786         [C99-based-standards] (PRIiFAST64): Likewise.
36787         [C99-based-standards] (PRIoFAST64): Likewise.
36788         [C99-based-standards] (PRIuFAST64): Likewise.
36789         [C99-based-standards] (PRIxFAST64): Likewise.
36790         [C99-based-standards] (PRIXFAST64): Likewise.
36791         [C99-based-standards] (SCNdFAST64): Likewise.
36792         [C99-based-standards] (SCNiFAST64): Likewise.
36793         [C99-based-standards] (SCNoFAST64): Likewise.
36794         [C99-based-standards] (SCNuFAST64): Likewise.
36795         [C99-based-standards] (SCNxFAST64): Likewise.
36796         [C99-based-standards] (PRIdMAX): Likewise.
36797         [C99-based-standards] (PRIiMAX): Likewise.
36798         [C99-based-standards] (PRIoMAX): Likewise.
36799         [C99-based-standards] (PRIuMAX): Likewise.
36800         [C99-based-standards] (PRIxMAX): Likewise.
36801         [C99-based-standards] (PRIXMAX): Likewise.
36802         [C99-based-standards] (SCNdMAX): Likewise.
36803         [C99-based-standards] (SCNiMAX): Likewise.
36804         [C99-based-standards] (SCNoMAX): Likewise.
36805         [C99-based-standards] (SCNuMAX): Likewise.
36806         [C99-based-standards] (SCNxMAX): Likewise.
36807         [C99-based-standards] (PRIdPTR): Likewise.
36808         [C99-based-standards] (PRIiPTR): Likewise.
36809         [C99-based-standards] (PRIoPTR): Likewise.
36810         [C99-based-standards] (PRIuPTR): Likewise.
36811         [C99-based-standards] (PRIxPTR): Likewise.
36812         [C99-based-standards] (PRIXPTR): Likewise.
36813         [C99-based-standards] (SCNdPTR): Likewise.
36814         [C99-based-standards] (SCNiPTR): Likewise.
36815         [C99-based-standards] (SCNoPTR): Likewise.
36816         [C99-based-standards] (SCNuPTR): Likewise.
36817         [C99-based-standards] (SCNxPTR): Likewise.
36818         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36819         allow.
36820         * conform/data/stdint.h-data: Update comments to clarify
36821         requirements.
36822         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36823         type.
36824         [C99-based standards] (INT8_MAX): Likewise.
36825         [C99-based standards] (INT16_MIN): Likewise.
36826         [C99-based standards] (INT16_MAX): Likewise.
36827         [C99-based standards] (INT32_MIN): Likewise.
36828         [C99-based standards] (INT32_MAX): Likewise.
36829         [C99-based standards] (INT64_MIN): Likewise.
36830         [C99-based standards] (INT64_MAX): Likewise.
36831         [C99-based standards] (UINT8_MAX): Likewise.
36832         [C99-based standards] (UINT16_MAX): Likewise.
36833         [C99-based standards] (UINT32_MAX): Likewise.
36834         [C99-based standards] (UINT64_MAX): Likewise.
36835         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36836         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36837         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36838         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36839         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36840         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36841         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36842         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36843         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36844         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36845         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36846         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36847         [C99-based standards] (INT_FAST8_MIN): Likewise.
36848         [C99-based standards] (INT_FAST8_MAX): Likewise.
36849         [C99-based standards] (INT_FAST16_MIN): Likewise.
36850         [C99-based standards] (INT_FAST16_MAX): Likewise.
36851         [C99-based standards] (INT_FAST32_MIN): Likewise.
36852         [C99-based standards] (INT_FAST32_MAX): Likewise.
36853         [C99-based standards] (INT_FAST64_MIN): Likewise.
36854         [C99-based standards] (INT_FAST64_MAX): Likewise.
36855         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36856         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36857         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36858         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36859         [C99-based standards] (INTPTR_MIN): Likewise.
36860         [C99-based standards] (INTPTR_MAX): Likewise.
36861         [C99-based standards] (UINTPTR_MAX): Likewise.
36862         [C99-based standards] (INTMAX_MIN): Likewise.
36863         [C99-based standards] (INTMAX_MAX): Likewise.
36864         [C99-based standards] (UINTMAX_MAX): Likewise.
36865         [C99-based standards] (PTRDIFF_MIN): Likewise.
36866         [C99-based standards] (PTRDIFF_MAX): Likewise.
36867         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36868         [C99-based standards] (SIZE_MAX): Likewise.
36869         [C99-based standards] (WCHAR_MAX): Likewise.
36870         [C99-based standards] (WINT_MAX): Likewise.
36871         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36872         constraint on value.
36873         [C99-based standards] (WCHAR_MIN): Likewise.
36874         [C99-based standards] (WINT_MIN): Likewise.
36875         [C99-based standards] (*_t): Allow.
36876         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36877         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36878         Include math.h-data and complex.h-data.  Remove all expectations
36879         of math.h and complex.h contents.
36880         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36881         at end of line.
36882         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36883         (struct tm): Expect tag.
36884         [C99-based-standards] (wcstof): Expect function.
36885         [C99-based-standards] (wcstold): Likewise.
36886         [C99-based-standards] (wcstoll): Likewise.
36887         [C99-based-standards] (wcstoull): Likewise.
36888         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36889         macro-int-constant.  Specify type.
36890         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36891         constraint on value.
36892         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36893         Specify type.
36894         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36895         Specify value.
36896         [ISO C standards]: Do not allow headers.
36897         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36898         wcs[abcdefghijklmnopqrstuvwxyz]*.
36899         [ISO C standards] (*_t): Do not allow.
36900         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36901         Expect function.
36902         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36903         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36904         Specify type.
36905         [ISO C standards]: Do not allow headers.
36906         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36907         is[abcdefghijklmnopqrstuvwxyz]*.
36908         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36909         to[abcdefghijklmnopqrstuvwxyz]*.
36910         [ISO C standards] (*_t): Do not allow.
36911         * conform/data/stdalign.h-data: New file.
36912         * conform/data/stdbool.h-data: Likewise.
36913         * conform/data/stdnoreturn.h-data: Likewise.
36915 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36917         [BZ #14815]
36918         * manual/filesys.texi (Directory Entries): Typo fix.
36919         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36921 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36923         * elf/elf.h (EM_AARCH64): New macro.
36924         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36925         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36926         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36927         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36928         (R_AARCH64_TLSDESC): Likewise.
36929         (NT_ARM_TLS): Likewise.
36930         (NT_ARM_HW_BREAK): Likewise.
36931         (NT_ARM_HW_WATCH): Likewise.
36933 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36935         [BZ #14811]
36936         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36937         (__ieee754_powl): Saturate nonzero exponents with absolute value
36938         below 0x1p-79 to +/- 0x1p-79.
36939         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36940         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36941         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36942         nonzero exponents with absolute value below 0x1p-32 to +/-
36943         0x1p-32.
36944         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36945         (__ieee754_powl): Saturate nonzero exponents with absolute value
36946         below 0x1p-79 to +/- 0x1p-79.
36947         * math/libm-test.inc (pow_test): Add more tests.
36949 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36951         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36952         _dl_s390_cap_flags with kernel. Increase string length.
36953         (_dl_s390_platforms): Add z196 and zEC12.
36955 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36957         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36958         Change XOPEN21K to XOPEN2K.
36960 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36962         * string/memmove.c: Use memcpy when possible.
36964 2012-11-06  Andreas Jaeger  <aj@suse.de>
36966         * po/eo.po: Update from translation team.
36968 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36970         [BZ #14793]
36971         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36972         exponent and small x and y exponents, scale x or y up.  Increase
36973         by 2 the exponent used in scaling up.
36974         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36975         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36976         * math/libm-test.inc (fma_test): Add more tests.
36977         (fma_test_towardzero): Likewise.
36978         (fma_test_downward): Likewise.
36979         (fma_test_upward): Likewise.
36981 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36983         [BZ #14805]
36984         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36985         fenv_t *.
36987         [BZ #14801]
36988         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36989         namespace for names of struct fields.
36990         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36991         fenv_t fields.
36992         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36993         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36995 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36997         [BZ #3665]
36998         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37000 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37002         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37003         PTR_DEMANGLE.
37005         [BZ #5246]
37006         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37007         PTR_DEMANGLE.
37009 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37011         [BZ #14797]
37012         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37013         definitely overflow as x * y not x * y + z.
37014         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37015         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37016         * math/libm-test.inc (fma_test): Add more tests.
37017         (fma_test_towardzero): Likewise.
37018         (fma_test_downward): Likewise.
37019         (fma_test_upward): Likewise.
37021 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37023         [BZ #157]
37025         * include/stub-tag.h: Remove file.
37026         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37027         '#include' of it.
37028         * manual/maint.texi (Porting): Don't reference it.
37029         * Makerules ($(objpfx)stubs): Likewise.
37030         * dirent/closedir.c: Don't include <stub-tag.h>.
37031         * dirent/dirfd.c: Likewise.
37032         * dirent/fdopendir.c: Likewise.
37033         * dirent/getdents.c: Likewise.
37034         * dirent/getdents64.c: Likewise.
37035         * dirent/opendir.c: Likewise.
37036         * dirent/readdir.c: Likewise.
37037         * dirent/readdir64.c: Likewise.
37038         * dirent/readdir64_r.c: Likewise.
37039         * dirent/readdir_r.c: Likewise.
37040         * dirent/rewinddir.c: Likewise.
37041         * dirent/seekdir.c: Likewise.
37042         * dirent/telldir.c: Likewise.
37043         * gmon/profil.c: Likewise.
37044         * grp/setgroups.c: Likewise.
37045         * inet/if_index.c: Likewise.
37046         * io/access.c: Likewise.
37047         * io/chdir.c: Likewise.
37048         * io/chmod.c: Likewise.
37049         * io/chown.c: Likewise.
37050         * io/close.c: Likewise.
37051         * io/dup.c: Likewise.
37052         * io/dup2.c: Likewise.
37053         * io/dup3.c: Likewise.
37054         * io/euidaccess.c: Likewise.
37055         * io/faccessat.c: Likewise.
37056         * io/fchdir.c: Likewise.
37057         * io/fchmod.c: Likewise.
37058         * io/fchmodat.c: Likewise.
37059         * io/fchown.c: Likewise.
37060         * io/fchownat.c: Likewise.
37061         * io/fcntl.c: Likewise.
37062         * io/flock.c: Likewise.
37063         * io/fstatfs.c: Likewise.
37064         * io/fstatfs64.c: Likewise.
37065         * io/fstatvfs.c: Likewise.
37066         * io/fstatvfs64.c: Likewise.
37067         * io/futimens.c: Likewise.
37068         * io/fxstat.c: Likewise.
37069         * io/fxstat64.c: Likewise.
37070         * io/fxstatat.c: Likewise.
37071         * io/fxstatat64.c: Likewise.
37072         * io/getcwd.c: Likewise.
37073         * io/isatty.c: Likewise.
37074         * io/lchmod.c: Likewise.
37075         * io/lchown.c: Likewise.
37076         * io/link.c: Likewise.
37077         * io/linkat.c: Likewise.
37078         * io/lseek.c: Likewise.
37079         * io/lseek64.c: Likewise.
37080         * io/lxstat64.c: Likewise.
37081         * io/mkdir.c: Likewise.
37082         * io/mkdirat.c: Likewise.
37083         * io/mkfifo.c: Likewise.
37084         * io/mkfifoat.c: Likewise.
37085         * io/open.c: Likewise.
37086         * io/open64.c: Likewise.
37087         * io/openat.c: Likewise.
37088         * io/openat64.c: Likewise.
37089         * io/pipe.c: Likewise.
37090         * io/pipe2.c: Likewise.
37091         * io/poll.c: Likewise.
37092         * io/posix_fadvise.c: Likewise.
37093         * io/posix_fadvise64.c: Likewise.
37094         * io/posix_fallocate.c: Likewise.
37095         * io/posix_fallocate64.c: Likewise.
37096         * io/read.c: Likewise.
37097         * io/readlink.c: Likewise.
37098         * io/readlinkat.c: Likewise.
37099         * io/rmdir.c: Likewise.
37100         * io/sendfile.c: Likewise.
37101         * io/sendfile64.c: Likewise.
37102         * io/statfs.c: Likewise.
37103         * io/statfs64.c: Likewise.
37104         * io/statvfs.c: Likewise.
37105         * io/statvfs64.c: Likewise.
37106         * io/symlink.c: Likewise.
37107         * io/symlinkat.c: Likewise.
37108         * io/ttyname.c: Likewise.
37109         * io/ttyname_r.c: Likewise.
37110         * io/umask.c: Likewise.
37111         * io/unlink.c: Likewise.
37112         * io/unlinkat.c: Likewise.
37113         * io/utime.c: Likewise.
37114         * io/utimensat.c: Likewise.
37115         * io/write.c: Likewise.
37116         * io/xmknod.c: Likewise.
37117         * io/xmknodat.c: Likewise.
37118         * io/xstat.c: Likewise.
37119         * io/xstat64.c: Likewise.
37120         * login/getpt.c: Likewise.
37121         * login/grantpt.c: Likewise.
37122         * login/unlockpt.c: Likewise.
37123         * math/e_acoshl.c: Likewise.
37124         * math/e_acosl.c: Likewise.
37125         * math/e_asinl.c: Likewise.
37126         * math/e_atan2l.c: Likewise.
37127         * math/e_atanhl.c: Likewise.
37128         * math/e_coshl.c: Likewise.
37129         * math/e_expl.c: Likewise.
37130         * math/e_fmodl.c: Likewise.
37131         * math/e_gammal_r.c: Likewise.
37132         * math/e_hypotl.c: Likewise.
37133         * math/e_j0l.c: Likewise.
37134         * math/e_j1l.c: Likewise.
37135         * math/e_jnl.c: Likewise.
37136         * math/e_lgammal_r.c: Likewise.
37137         * math/e_log10l.c: Likewise.
37138         * math/e_log2l.c: Likewise.
37139         * math/e_logl.c: Likewise.
37140         * math/e_powl.c: Likewise.
37141         * math/e_rem_pio2l.c: Likewise.
37142         * math/e_sinhl.c: Likewise.
37143         * math/e_sqrtl.c: Likewise.
37144         * math/fclrexcpt.c: Likewise.
37145         * math/fedisblxcpt.c: Likewise.
37146         * math/feenablxcpt.c: Likewise.
37147         * math/fegetenv.c: Likewise.
37148         * math/fegetexcept.c: Likewise.
37149         * math/fegetround.c: Likewise.
37150         * math/feholdexcpt.c: Likewise.
37151         * math/fesetenv.c: Likewise.
37152         * math/fesetround.c: Likewise.
37153         * math/feupdateenv.c: Likewise.
37154         * math/fgetexcptflg.c: Likewise.
37155         * math/fraiseexcpt.c: Likewise.
37156         * math/fsetexcptflg.c: Likewise.
37157         * math/ftestexcept.c: Likewise.
37158         * math/k_cosl.c: Likewise.
37159         * math/k_rem_pio2l.c: Likewise.
37160         * math/k_sinl.c: Likewise.
37161         * math/k_tanl.c: Likewise.
37162         * math/s_asinhl.c: Likewise.
37163         * math/s_atanl.c: Likewise.
37164         * math/s_cbrtl.c: Likewise.
37165         * math/s_erfl.c: Likewise.
37166         * math/s_expm1l.c: Likewise.
37167         * math/s_log1pl.c: Likewise.
37168         * math/s_tanhl.c: Likewise.
37169         * misc/acct.c: Likewise.
37170         * misc/brk.c: Likewise.
37171         * misc/chflags.c: Likewise.
37172         * misc/chroot.c: Likewise.
37173         * misc/fchflags.c: Likewise.
37174         * misc/fgetxattr.c: Likewise.
37175         * misc/flistxattr.c: Likewise.
37176         * misc/fremovexattr.c: Likewise.
37177         * misc/fsetxattr.c: Likewise.
37178         * misc/fsync.c: Likewise.
37179         * misc/ftruncate.c: Likewise.
37180         * misc/futimes.c: Likewise.
37181         * misc/futimesat.c: Likewise.
37182         * misc/getdomain.c: Likewise.
37183         * misc/getdtsz.c: Likewise.
37184         * misc/gethostid.c: Likewise.
37185         * misc/gethostname.c: Likewise.
37186         * misc/getloadavg.c: Likewise.
37187         * misc/getpagesize.c: Likewise.
37188         * misc/getsysstats.c: Likewise.
37189         * misc/getxattr.c: Likewise.
37190         * misc/gtty.c: Likewise.
37191         * misc/ioctl.c: Likewise.
37192         * misc/lgetxattr.c: Likewise.
37193         * misc/listxattr.c: Likewise.
37194         * misc/llistxattr.c: Likewise.
37195         * misc/lremovexattr.c: Likewise.
37196         * misc/lsetxattr.c: Likewise.
37197         * misc/lutimes.c: Likewise.
37198         * misc/madvise.c: Likewise.
37199         * misc/mincore.c: Likewise.
37200         * misc/mlock.c: Likewise.
37201         * misc/mlockall.c: Likewise.
37202         * misc/mmap.c: Likewise.
37203         * misc/mprotect.c: Likewise.
37204         * misc/msync.c: Likewise.
37205         * misc/munlock.c: Likewise.
37206         * misc/munlockall.c: Likewise.
37207         * misc/munmap.c: Likewise.
37208         * misc/preadv.c: Likewise.
37209         * misc/preadv64.c: Likewise.
37210         * misc/ptrace.c: Likewise.
37211         * misc/pwritev.c: Likewise.
37212         * misc/pwritev64.c: Likewise.
37213         * misc/readv.c: Likewise.
37214         * misc/reboot.c: Likewise.
37215         * misc/remap_file_pages.c: Likewise.
37216         * misc/removexattr.c: Likewise.
37217         * misc/revoke.c: Likewise.
37218         * misc/select.c: Likewise.
37219         * misc/setdomain.c: Likewise.
37220         * misc/setegid.c: Likewise.
37221         * misc/seteuid.c: Likewise.
37222         * misc/sethostid.c: Likewise.
37223         * misc/sethostname.c: Likewise.
37224         * misc/setregid.c: Likewise.
37225         * misc/setreuid.c: Likewise.
37226         * misc/setxattr.c: Likewise.
37227         * misc/sstk.c: Likewise.
37228         * misc/stty.c: Likewise.
37229         * misc/swapoff.c: Likewise.
37230         * misc/swapon.c: Likewise.
37231         * misc/sync.c: Likewise.
37232         * misc/syncfs.c: Likewise.
37233         * misc/syscall.c: Likewise.
37234         * misc/truncate.c: Likewise.
37235         * misc/ualarm.c: Likewise.
37236         * misc/usleep.c: Likewise.
37237         * misc/ustat.c: Likewise.
37238         * misc/utimes.c: Likewise.
37239         * misc/vhangup.c: Likewise.
37240         * misc/writev.c: Likewise.
37241         * posix/_exit.c: Likewise.
37242         * posix/alarm.c: Likewise.
37243         * posix/execve.c: Likewise.
37244         * posix/fexecve.c: Likewise.
37245         * posix/fork.c: Likewise.
37246         * posix/fpathconf.c: Likewise.
37247         * posix/getaddrinfo.c: Likewise.
37248         * posix/getegid.c: Likewise.
37249         * posix/geteuid.c: Likewise.
37250         * posix/getgid.c: Likewise.
37251         * posix/getgroups.c: Likewise.
37252         * posix/getlogin.c: Likewise.
37253         * posix/getlogin_r.c: Likewise.
37254         * posix/getpgid.c: Likewise.
37255         * posix/getpid.c: Likewise.
37256         * posix/getppid.c: Likewise.
37257         * posix/getresgid.c: Likewise.
37258         * posix/getresuid.c: Likewise.
37259         * posix/getsid.c: Likewise.
37260         * posix/getuid.c: Likewise.
37261         * posix/glob64.c: Likewise.
37262         * posix/nanosleep.c: Likewise.
37263         * posix/pathconf.c: Likewise.
37264         * posix/pause.c: Likewise.
37265         * posix/posix_madvise.c: Likewise.
37266         * posix/pread.c: Likewise.
37267         * posix/pread64.c: Likewise.
37268         * posix/pwrite.c: Likewise.
37269         * posix/pwrite64.c: Likewise.
37270         * posix/sched_getaffinity.c: Likewise.
37271         * posix/sched_getp.c: Likewise.
37272         * posix/sched_gets.c: Likewise.
37273         * posix/sched_primax.c: Likewise.
37274         * posix/sched_primin.c: Likewise.
37275         * posix/sched_rr_gi.c: Likewise.
37276         * posix/sched_setaffinity.c: Likewise.
37277         * posix/sched_setp.c: Likewise.
37278         * posix/sched_sets.c: Likewise.
37279         * posix/sched_yield.c: Likewise.
37280         * posix/setgid.c: Likewise.
37281         * posix/setlogin.c: Likewise.
37282         * posix/setpgid.c: Likewise.
37283         * posix/setresgid.c: Likewise.
37284         * posix/setresuid.c: Likewise.
37285         * posix/setsid.c: Likewise.
37286         * posix/setuid.c: Likewise.
37287         * posix/sleep.c: Likewise.
37288         * posix/spawni.c: Likewise.
37289         * posix/sysconf.c: Likewise.
37290         * posix/times.c: Likewise.
37291         * posix/wait.c: Likewise.
37292         * posix/wait3.c: Likewise.
37293         * posix/wait4.c: Likewise.
37294         * posix/waitpid.c: Likewise.
37295         * resolv/gai_sigqueue.c: Likewise.
37296         * resource/getpriority.c: Likewise.
37297         * resource/getrlimit.c: Likewise.
37298         * resource/getrusage.c: Likewise.
37299         * resource/nice.c: Likewise.
37300         * resource/setpriority.c: Likewise.
37301         * resource/setrlimit.c: Likewise.
37302         * resource/ulimit.c: Likewise.
37303         * rt/aio_cancel.c: Likewise.
37304         * rt/aio_fsync.c: Likewise.
37305         * rt/aio_read.c: Likewise.
37306         * rt/aio_sigqueue.c: Likewise.
37307         * rt/aio_suspend.c: Likewise.
37308         * rt/aio_write.c: Likewise.
37309         * rt/clock_getres.c: Likewise.
37310         * rt/clock_gettime.c: Likewise.
37311         * rt/clock_nanosleep.c: Likewise.
37312         * rt/clock_settime.c: Likewise.
37313         * rt/lio_listio.c: Likewise.
37314         * rt/mq_close.c: Likewise.
37315         * rt/mq_getattr.c: Likewise.
37316         * rt/mq_notify.c: Likewise.
37317         * rt/mq_open.c: Likewise.
37318         * rt/mq_receive.c: Likewise.
37319         * rt/mq_send.c: Likewise.
37320         * rt/mq_setattr.c: Likewise.
37321         * rt/mq_timedreceive.c: Likewise.
37322         * rt/mq_timedsend.c: Likewise.
37323         * rt/mq_unlink.c: Likewise.
37324         * rt/shm_open.c: Likewise.
37325         * rt/shm_unlink.c: Likewise.
37326         * rt/timer_create.c: Likewise.
37327         * rt/timer_delete.c: Likewise.
37328         * rt/timer_getoverr.c: Likewise.
37329         * rt/timer_gettime.c: Likewise.
37330         * rt/timer_settime.c: Likewise.
37331         * setjmp/__longjmp.c: Likewise.
37332         * setjmp/setjmp.c: Likewise.
37333         * signal/kill.c: Likewise.
37334         * signal/killpg.c: Likewise.
37335         * signal/raise.c: Likewise.
37336         * signal/sigaction.c: Likewise.
37337         * signal/sigaltstack.c: Likewise.
37338         * signal/sigblock.c: Likewise.
37339         * signal/sigignore.c: Likewise.
37340         * signal/sigintr.c: Likewise.
37341         * signal/signal.c: Likewise.
37342         * signal/sigpause.c: Likewise.
37343         * signal/sigpending.c: Likewise.
37344         * signal/sigqueue.c: Likewise.
37345         * signal/sigreturn.c: Likewise.
37346         * signal/sigset.c: Likewise.
37347         * signal/sigsetmask.c: Likewise.
37348         * signal/sigstack.c: Likewise.
37349         * signal/sigsuspend.c: Likewise.
37350         * signal/sigtimedwait.c: Likewise.
37351         * signal/sigvec.c: Likewise.
37352         * signal/sigwait.c: Likewise.
37353         * signal/sigwaitinfo.c: Likewise.
37354         * signal/sysv_signal.c: Likewise.
37355         * socket/accept.c: Likewise.
37356         * socket/accept4.c: Likewise.
37357         * socket/bind.c: Likewise.
37358         * socket/connect.c: Likewise.
37359         * socket/getpeername.c: Likewise.
37360         * socket/getsockname.c: Likewise.
37361         * socket/getsockopt.c: Likewise.
37362         * socket/isfdtype.c: Likewise.
37363         * socket/listen.c: Likewise.
37364         * socket/recv.c: Likewise.
37365         * socket/recvfrom.c: Likewise.
37366         * socket/recvmsg.c: Likewise.
37367         * socket/send.c: Likewise.
37368         * socket/sendmsg.c: Likewise.
37369         * socket/sendto.c: Likewise.
37370         * socket/setsockopt.c: Likewise.
37371         * socket/shutdown.c: Likewise.
37372         * socket/sockatmark.c: Likewise.
37373         * socket/socket.c: Likewise.
37374         * socket/socketpair.c: Likewise.
37375         * stdio-common/ctermid.c: Likewise.
37376         * stdio-common/cuserid.c: Likewise.
37377         * stdio-common/remove.c: Likewise.
37378         * stdio-common/rename.c: Likewise.
37379         * stdio-common/renameat.c: Likewise.
37380         * stdio-common/tempname.c: Likewise.
37381         * stdlib/getcontext.c: Likewise.
37382         * stdlib/makecontext.c: Likewise.
37383         * stdlib/setcontext.c: Likewise.
37384         * stdlib/swapcontext.c: Likewise.
37385         * stdlib/system.c: Likewise.
37386         * streams/fattach.c: Likewise.
37387         * streams/fdetach.c: Likewise.
37388         * streams/getmsg.c: Likewise.
37389         * streams/getpmsg.c: Likewise.
37390         * streams/putmsg.c: Likewise.
37391         * streams/putpmsg.c: Likewise.
37392         * sysdeps/unix/bsd/getpt.c: Likewise.
37393         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37394         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37395         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37397         Likewise.
37398         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37399         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37400         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37401         * sysvipc/msgctl.c: Likewise.
37402         * sysvipc/msgget.c: Likewise.
37403         * sysvipc/msgrcv.c: Likewise.
37404         * sysvipc/msgsnd.c: Likewise.
37405         * sysvipc/semctl.c: Likewise.
37406         * sysvipc/semget.c: Likewise.
37407         * sysvipc/semop.c: Likewise.
37408         * sysvipc/semtimedop.c: Likewise.
37409         * sysvipc/shmat.c: Likewise.
37410         * sysvipc/shmctl.c: Likewise.
37411         * sysvipc/shmdt.c: Likewise.
37412         * sysvipc/shmget.c: Likewise.
37413         * termios/tcdrain.c: Likewise.
37414         * termios/tcflow.c: Likewise.
37415         * termios/tcflush.c: Likewise.
37416         * termios/tcgetattr.c: Likewise.
37417         * termios/tcgetpgrp.c: Likewise.
37418         * termios/tcsendbrk.c: Likewise.
37419         * termios/tcsetattr.c: Likewise.
37420         * termios/tcsetpgrp.c: Likewise.
37421         * time/adjtime.c: Likewise.
37422         * time/clock.c: Likewise.
37423         * time/getitimer.c: Likewise.
37424         * time/gettimeofday.c: Likewise.
37425         * time/setitimer.c: Likewise.
37426         * time/settimeofday.c: Likewise.
37427         * time/stime.c: Likewise.
37428         * time/time.c: Likewise.
37430 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37432         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37433         /usr/old/bin.
37435         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37436         instead of spaces.
37437         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37439 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37441         [BZ #14796]
37442         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37443         FE_TONEAREST before applying Dekker multiplication and Knuth
37444         addition.  Clear inexact exceptions and check for exact zero
37445         results afterwards.
37446         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37447         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37448         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37449         * math/libm-test.inc (fma_test): Add more tests.
37450         (fma_test_towardzero): Likewise.
37451         (fma_test_downward): Likewise.
37452         (fma_test_upward): Likewise.
37453         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37454         function.
37455         (libc_fesetround): New macro.
37456         (libc_fesetroundf): Likewise.
37457         (libc_fesetroundl): Likewise.
37458         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37459         function.
37460         (libc_fesetround_387): Likewise.
37461         (libc_fesetroundf): New macro.
37462         (libc_fesetround): Likewise.
37463         (libc_fesetroundl): Likewise.
37464         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37465         function.
37466         (libc_fesetroundf): New macro.
37467         (libc_fesetround): Likewise.
37468         (libc_fesetroundl): Likewise.
37469         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37470         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37471         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37472         libm_hidden_ver.
37473         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37474         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37475         libm_hidden_def.
37476         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37477         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37478         libm_hidden_ver.
37479         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37480         libm_hidden_def.
37482         [BZ #3439]
37483         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37484         integer constant usable in #if and use that to give value to enum
37485         constant.
37486         (FE_DIVBYZERO): Likewise.
37487         (FE_UNDERFLOW): Likewise.
37488         (FE_OVERFLOW): Likewise.
37489         (FE_INVALID): Likewise.
37490         (FE_INVALID_SNAN): Likewise.
37491         (FE_INVALID_ISI): Likewise.
37492         (FE_INVALID_IDI): Likewise.
37493         (FE_INVALID_ZDZ): Likewise.
37494         (FE_INVALID_IMZ): Likewise.
37495         (FE_INVALID_COMPARE): Likewise.
37496         (FE_INVALID_SOFTWARE): Likewise.
37497         (FE_INVALID_SQRT): Likewise.
37498         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37499         (FE_TONEAREST): Likewise.
37500         (FE_TOWARDZERO): Likewise.
37501         (FE_UPWARD): Likewise.
37502         (FE_DOWNWARD): Likewise.
37503         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37504         (FE_DIVBYZERO): Likewise.
37505         (FE_OVERFLOW): Likewise.
37506         (FE_UNDERFLOW): Likewise.
37507         (FE_INEXACT): Likewise.
37508         (FE_TONEAREST): Likewise.
37509         (FE_DOWNWARD): Likewise.
37510         (FE_UPWARD): Likewise.
37511         (FE_TOWARDZERO): Likewise.
37512         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37513         (FE_UNDERFLOW): Likewise.
37514         (FE_OVERFLOW): Likewise.
37515         (FE_DIVBYZERO): Likewise.
37516         (FE_INVALID): Likewise.
37517         (FE_TONEAREST): Likewise.
37518         (FE_TOWARDZERO): Likewise.
37519         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37520         (FE_OVERFLOW): Likewise.
37521         (FE_UNDERFLOW): Likewise.
37522         (FE_DIVBYZERO): Likewise.
37523         (FE_INEXACT): Likewise.
37524         (FE_TONEAREST): Likewise.
37525         (FE_TOWARDZERO): Likewise.
37526         (FE_UPWARD): Likewise.
37527         (FE_DOWNWARD): Likewise.
37528         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37529         (FE_DIVBYZERO): Likewise.
37530         (FE_OVERFLOW): Likewise.
37531         (FE_UNDERFLOW): Likewise.
37532         (FE_INEXACT): Likewise.
37533         (FE_TONEAREST): Likewise.
37534         (FE_DOWNWARD): Likewise.
37535         (FE_UPWARD): Likewise.
37536         (FE_TOWARDZERO): Likewise.
37538 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37540         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37542 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37544         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37545         commands.  Quote $PWD.
37546         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37547         -x" by "export".
37548         (remove_newlines): Remove.
37550 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37552         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37553         * stdlib/stdlib.h (atof): Moved to ...
37554         * include/bits/stdlib-float.h: Here.  New file.
37555         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37556         * stdlib/bits/stdlib-float.h: New file.
37557         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37558         -mno-sse -mno-mmx.
37559         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37560         <xmmintrin.h>.
37562 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37564         * conform/conformtest.pl (@headers): Add fenv.h.
37565         * conform/data/fenv.h-data: New file.
37566         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37567         include of <math/fenv.h>.
37569         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37570         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37571         && !UNIX98].  Enables tests for XOPEN2K8.
37572         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37573         POSIX2008]: Likewise.
37575         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37576         (struct rusage): Do not expect type or its members.
37578         [BZ #3439]
37579         * math/math.h (FP_NAN): Define macro to integer constant usable in
37580         #if and use that to give value to enum constant.
37581         (FP_INFINITE): Likewise.
37582         (FP_ZERO): Likewise.
37583         (FP_SUBNORMAL): Likewise.
37584         (FP_NORMAL): Likewise.
37586 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37588         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37589         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37590         arguments.
37592 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37594         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37595         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37596         autoconf-time if not.
37597         * configure.in: Remove AC_PREREQ.
37599 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37601         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37602         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37603         of the internal implementation.
37605 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37607         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37608         except include of <misc/sys/syslog.h>.
37610 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37613         function returns with a NULL context exit with zero.
37615 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37617         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37619 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37621         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37622         (run_program_cmd): This.
37623         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37624         (tst_langinfo): New variable.  Use it.
37626 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37628         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37629         floating point opcodes.
37631 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37633         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37634         variable.
37636         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37638         * sysdeps/mach/hurd/powerpc: Remove directory.
37639         * sysdeps/mach/powerpc: Likewise.
37641 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37643         * scripts/check-local-headers.sh: Ignore c++ headers.
37645 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37647         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37648         __libc_cleanup_region_start argument.
37650 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37652         [BZ #14784]
37653         [BZ #14785]
37654         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37655         x * y using scaling, not as x * y + z.
37656         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37657         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37658         * math/libm-test.inc (fma_test): Add more tests.
37659         (fma_test_towardzero): Likewise.
37660         (fma_test_downward): Likewise.
37661         (fma_test_upward): Likewise.
37663 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37665         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37667 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37669         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37670         New variable.
37672 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37674         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37676 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37679         Fix sort order.
37680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37681         Likewise.
37683 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37686         Fix the order of the list for glibc 2.17.
37687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37688         Likewise.
37690 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37692         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37694 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37696         [BZ #14610]
37697         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37698         for low part of x being zero before using __atanl (y).
37699         * math/libm-test.inc (atan2_test): Add another test.
37701         * manual/install.texi (Configuring and compiling): Document
37702         general use of test-wrapper and test-wrapper-env.
37703         * INSTALL: Regenerated.
37705         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37706         (__fma): Do not extract and scale down low bits on after-rounding
37707         systems when result rounded to normal precision would have normal
37708         exponent.
37709         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37710         (__fmal): Do not extract and scale down low bits on after-rounding
37711         systems when result rounded to normal precision would have normal
37712         exponent.
37713         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37714         (__fmal): Do not extract and scale down low bits on after-rounding
37715         systems when result rounded to normal precision would have normal
37716         exponent.
37717         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37718         macro.
37719         (fma_test): Add more tests.
37720         (fma_test_towardzero): Likewise.
37721         (fma_test_downward): Likewise.
37722         (fma_test_upward): Likewise.
37724 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37726         * sysdeps/i386/tininess.h: Renamed to ...
37727         * sysdeps/x86/tininess.h: This.
37728         * sysdeps/x86_64/tininess.h: Removed.
37730 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37732         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37733         input.  Use $(build-program-cmd).
37734         ($(objpfx)tst-array1-static.out): Likewise.
37735         ($(objpfx)tst-array2.out): Likewise.
37736         ($(objpfx)tst-array3.out): Likewise.
37737         ($(objpfx)tst-array4.out): Likewise.
37738         ($(objpfx)tst-array5.out): Likewise.
37739         ($(objpfx)tst-array5-static.out): Likewise.
37741 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37743         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37744         if defined.
37746         * nss/nsswitch.h (nss_interface_function): Provide new
37747         macro for use with NSS functions.
37748         * grp/initgroups.c: Use new macro.
37749         * nss/getXXbyYY.c: Likewise.
37750         * nss/getXXbyYY_r.c: Likewise.
37751         * nss/getXXent.c: Likewise.
37752         * nss/getXXent_r.c: Likewise.
37753         * sysdeps/posix/getaddrinfo.c: Likewise.
37755 2012-10-30  Andreas Jaeger  <aj@suse.de>
37757         * po/ru.po: Update Russion translation from translation project.
37759 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37761         [BZ #14152]
37762         [BZ #14783]
37763         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37764         result and shift together with sticky bit instead of replicating
37765         round-to-nearest rounding.
37766         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37767         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37768         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37769         missing underflow exceptions.
37770         (fma_test_towardzero): Add more tests.
37771         (fma_test_downward): Likewise.
37772         (fma_test_upward): Likewise.
37774         [BZ #14047]
37775         * sysdeps/generic/tininess.h: New file.
37776         * sysdeps/i386/tininess.h: Likewise.
37777         * sysdeps/sh/tininess.h: Likewise.
37778         * sysdeps/x86_64/tininess.h: Likewise.
37779         * stdlib/tst-strtod-underflow.c: Likewise.
37780         * stdlib/tst-tininess.c: Likewise.
37781         * stdlib/strtod_l.c: Include <tininess.h>.
37782         (round_and_return): Do not set errno for exact underflow cases.
37783         Force an underflow exception when setting errno for underflow.
37784         Determine underflow based on rounding to normal precision if
37785         TININESS_AFTER_ROUNDING.
37786         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37787         ERANGE for exact underflow cases.
37788         * stdlib/Makefile (tests): Add tst-tininess and
37789         tst-strtod-underflow.
37790         ($(objpfx)tst-tininess): Use $(link-libm).
37791         ($(objpfx)tst-strtod-underflow): Likewise.
37793 2012-10-30  Andreas Jaeger  <aj@suse.de>
37795         [BZ#14767]
37796         * elf/Makefile (tests): Remove conditional for have-initfini-array
37797         since this is now always required and the variable does not exist
37798         anymore.
37799         (tests-static): Likewise.
37800         (modules-names): Likewise.
37802         * po/eo.po: Add Esperanto translation from translation project.
37804         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37805         merged with constructor/destructor.
37806         (init_array): Likewise.
37807         * elf/tst-array2dep.c (fini_array): Likewise.
37808         (init_array): Likewise.
37810 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37812         * manual/message.texi: Delete @cartouche tags.
37814 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37816         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37817         EOPNOTSUPP.
37818         * sysdeps/mach/hurd/fsync.c: Likewise.
37820         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37821         [_POSIX_REALTIME_SIGNALS]: Change condition to
37822         [_POSIX_REALTIME_SIGNALS > 0].
37824 2012-10-27  Andreas Jaeger  <aj@suse.de>
37826         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37827         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37828         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37829         [__WORDSIZE != 64]: Likewise.
37831 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37833         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37834         *  iconvdata/tst-tables.sh: Likewise.
37836 2012-10-25  David S. Miller  <davem@davemloft.net>
37838         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37839         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37840         of strtoull.
37842         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37843         ifunc-impl-list.c
37844         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37845         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37846         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37847         file.
37849 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37851         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37852         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37853         __getdirentries.
37855 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37856             Jim Blandy  <jimb@codesourcery.com>
37858         * scripts/cross-test-ssh.sh: New file.
37859         * manual/install.texi (Configuring and compiling): Document use of
37860         cross-test-ssh.sh.
37861         * INSTALL: Regenerated.
37863 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37865         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37866         EOPNOTSUPP.
37868 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37870         * Makeconfig (run-program-prefix): Fix comment.
37872 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37873             Jim Blandy  <jimb@codesourcery.com>
37875         * Makeconfig (test-wrapper): New variable,
37876         (test-wrapper-env): Likewise.
37877         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37878         (run-built-tests): Define to yes.
37879         (run-program-prefix): Use $(test-wrapper).
37880         (built-program-cmd): Likewise.
37881         * Rules (make-test-out): Use $(test-wrapper-env) and
37882         $(host-built-program-cmd).
37883         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37884         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37885         tst-pathopt.sh.
37886         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37887         $(test-wrapper-env) to tst-rtld-load-self.sh.
37888         ($(objpfx)order2.out): Use $(test-wrapper).
37889         ($(objpfx)tst-initorder.out): Likewise.
37890         ($(objpfx)tst-initorder2.out): Likewise.
37891         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37892         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37893         (test_wrapper_env): New variable.  Use it to run ld.so.
37894         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37895         Use it to run ld.so.
37896         (test_wrapper_env): Likewise.
37897         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37898         $(test-wrapper) to run-iconv-test.sh.
37899         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37900         (ICONV): Use $test_wrapper.
37901         * posix/Makefile ($(objpfx)globtest.out): Pass
37902         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37903         globtest.sh, not $(run-program-prefix).
37904         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37905         (test_wrapper): Likewise.
37906         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37907         set together with run_via_rtld_prefix.
37908         (run_program_prefix): Define in terms of test_wrapper and
37909         run_via_rtld_prefix.
37911 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37913         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37914         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37915         Targets removed.
37917         [BZ #14743]
37918         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37919         Declare __clock_getres, __clock_gettime, __clock_settime,
37920         __clock_nanosleep, and __clock_getcpuclockid.
37921         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37922         Remove librt_hidden_def (clock_gettime).
37923         * sysdeps/unix/clock_gettime.c: Likewise.
37924         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37925         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37926         * rt/clock_getres.c: Define __clock_getres as an alias.
37927         * sysdeps/posix/clock_getres.c: Likewise.
37928         * rt/clock_settime.c: Define __clock_settime as an alias.
37929         * sysdeps/unix/clock_settime.c: Likewise.
37930         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37931         * sysdeps/unix/clock_nanosleep.c: Likewise.
37932         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37933         * rt/clock-compat.c: New file.
37934         * rt/Makefile (librt-routines): Add clock-compat and move
37935         $(clock-routines) to ...
37936         (routines): ... here, new variable.
37937         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37938         Don't add get_clockfreq here.
37939         * rt/Versions (libc: GLIBC_2.17): New version set.
37940         Add clock_* symbols here.
37941         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37942         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37943         (GLIBC_2.17): Add clock_* symbols.
37944         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37945         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37946         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37948         Likewise.
37949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37950         Likewise.
37951         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37953         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37954         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37955         * NEWS: Mention the move.
37957         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37958         Use __open, __read, __close rather than their public counterparts.
37959         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37960         (__get_clockfreq_via_cpuinfo): Likewise.
37961         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37962         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37964         * config.h.in (HAVE_IFUNC): New #undef.
37965         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37966         was successful.
37967         * configure: Regenerated.
37969 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37971         * configure.in: Move READELF check to start of file.
37972         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37973         libc_cv_asm_gnu_indirect_function in the process.
37974         * configure: Regenerated.
37976 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37978         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37979         send the output to /dev/null.
37980         (libc_cv_cc_with_libunwind): Likewise.
37981         (libc_cv_as_noexecstack): Likewise.
37982         * configure: Regenerate.
37984 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37986         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37988         * posix/globtest.sh (TMPDIR): Do not set.
37989         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37990         (testout): Likewise.
37992 2012-10-24  Andreas Jaeger  <aj@suse.de>
37994         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37995         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37996         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37997         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37998         posix_fadvise64, posix_fallocate64.
38000         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38001         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38002         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38003         Likewise.
38004         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38005         Likewise.
38006         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38008         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38009         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38010         <bits/fcntl-linux.h>.
38011         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38013         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38014         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38015         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38016         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38017         [__WORDSIZE != 64]: Likewise.
38019 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38021         * Makeconfig (run-built-tests): New variable.
38022         * Rules [$(cross-compiling) = yes]: Change condition to
38023         [$(run-built-tests) = no].
38024         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38025         to [$(run-built-tests) = yes].
38026         * elf/Makefile [$(cross-compiling) = no]: Likewise
38027         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38028         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38029         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38030         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38031         * io/Makefile [$(cross-compiling) = no]: Likewise.
38032         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38033         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38034         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38035         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38036         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38037         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38038         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38039         * string/Makefile [$(cross-compiling) = no]: Likewise.
38041         * posix/Makefile ($(objpfx)globtest.out): Pass
38042         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38043         $(rtld-installed-name).
38044         * posix/globtest.sh (elf_objpfx): Remove variable.
38045         (rtld_installed_name): Likewise.
38046         (library_path): Likewise.
38047         (run_program_prefix): New variable.  Use for running globtest
38048         binary.
38050 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38051             Joseph Myers  <joseph@codesourcery.com>
38053         * Makeconfig (host-built-program-cmd): New variable.
38054         * elf/Makefile (tst-stackguard1-ARGS): Use
38055         $(host-built-program-cmd).
38056         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38057         (tst-spawn-ARGS): Likewise.
38058         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38060 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38061             Jim Blandy  <jimb@codesourcery.com>
38063         * Makeconfig (run-via-rtld-prefix): New variable.
38064         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38065         (built-program-cmd): Likewise.
38067 2012-10-22  Andreas Jaeger  <aj@suse.de>
38069         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38070         __O_RSYNC if it exists, otherwise to O_SYNC.
38072 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38073             Joseph Myers  <joseph@codesourcery.com>
38075         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38076         /dev/null.
38077         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38078         from /dev/null
38079         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38080         /dev/null.
38082 2012-10-22  Andreas Jaeger  <aj@suse.de>
38084         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38085         Define always.
38086         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38088         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38089         bits/fcntl-linux.h.
38091         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38092         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38094         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38095         to __O_LARGEFILE.
38096         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38097         to __O_LARGEFILE.
38099 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38100             Joseph Myers  <joseph@codesourcery.com>
38102         * config.make.in (NM): New variable.
38104 2012-10-21  Andreas Jaeger  <aj@suse.de>
38106         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38107         definitions and declarations that are provided by
38108         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38110 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38112         [BZ #14683]
38113         * elf/Makefile (tests-static): Add tst-leaks1-static.
38114         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38115         ($(objpfx)tst-leaks1-static): New rule.
38116         ($(objpfx)tst-leaks1-static-mem): Likewise.
38117         (tst-leaks1-static-ENV): New macro.
38118         * elf/dl-open.c (dl_open_worker): Check the main application
38119         only if SHARED is defined.
38120         * elf/tst-leaks1-static.c: New file.
38122 2012-10-20  Andreas Jaeger  <aj@suse.de>
38124         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38125         generic values for Linux.
38126         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38127         and declarations that are provided by <bits/fcntl-linux.h> and
38128         include <bits/fcntl-linux.h>.
38129         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38130         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38132 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38134         * io/fcntl.h: Move include of <bits/types.h> to the top and
38135         include it unconditionally.
38137 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38139         * wcsmbs/Makefile (tests-ifunc): New variable.
38140         (tests): Add $(tests-ifunc).
38141         * wcsmbs/test-wcschr-ifunc.c: New file.
38142         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38143         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38144         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38145         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38146         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38148         * string/Makefile (tests-ifunc): New variable.
38149         (tests): Add $(tests-ifunc).
38150         * string/test-memccpy.c (TEST_NAME): New macro.
38151         * string/test-memchr.c (TEST_NAME): Likewise.
38152         * string/test-memcmp.c (TEST_NAME): Likewise.
38153         * string/test-memcpy.c (TEST_NAME): Likewise.
38154         * string/test-memmem.c (TEST_NAME): Likewise.
38155         * string/test-memmove.c (TEST_NAME): Likewise.
38156         * string/test-memset.c (TEST_NAME): Likewise.
38157         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38158         * string/test-stpcpy.c (TEST_NAME): Likewise.
38159         * string/test-stpncpy.c (TEST_NAME): Likewise.
38160         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38161         * string/test-strcasestr.c (TEST_NAME): Likewise.
38162         * string/test-strcat.c (TEST_NAME): Likewise.
38163         * string/test-strchr.c (TEST_NAME): Likewise.
38164         * string/test-strcmp.c(TEST_NAME): Likewise.
38165         * string/test-strcpy.c (TEST_NAME): Likewise.
38166         * string/test-strcspn.c (TEST_NAME): Likewise.
38167         * string/test-strlen.c (TEST_NAME): Likewise.
38168         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38169         * string/test-strncmp.c (TEST_NAME): Likewise.
38170         * string/test-strncpy.c (TEST_NAME): Likewise.
38171         * string/test-strnlen.c (TEST_NAME): Likewise.
38172         * string/test-strpbrk.c (TEST_NAME): Likewise.
38173         * string/test-strrchr.c (TEST_NAME): Likewise.
38174         * string/test-strspn.c (TEST_NAME): Likewise.
38175         * string/test-strstr.c (TEST_NAME): Likewise.
38176         * string/test-bcopy-ifunc.c: New file.
38177         * string/test-bzero-ifunc.c: Likewise.
38178         * string/test-memccpy-ifunc.c: Likewise.
38179         * string/test-memchr-ifunc.c: Likewise.
38180         * string/test-memcmp-ifunc.c: Likewise.
38181         * string/test-memcpy-ifunc.c: Likewise.
38182         * string/test-memmem-ifunc.c: Likewise.
38183         * string/test-memmove-ifunc.c: Likewise.
38184         * string/test-mempcpy-ifunc.c: Likewise.
38185         * string/test-memset-ifunc.c: Likewise.
38186         * string/test-rawmemchr-ifunc.c: Likewise.
38187         * string/test-stpcpy-ifunc.c: Likewise.
38188         * string/test-stpncpy-ifunc.c: Likewise.
38189         * string/test-strcasecmp-ifunc.c: Likewise.
38190         * string/test-strcasestr-ifunc.c: Likewise.
38191         * string/test-strcat-ifunc.c: Likewise.
38192         * string/test-strchr-ifunc.c: Likewise.
38193         * string/test-strchrnul-ifunc.c: Likewise.
38194         * string/test-strcmp-ifunc.c: Likewise.
38195         * string/test-strcpy-ifunc.c: Likewise.
38196         * string/test-strcspn-ifunc.c: Likewise.
38197         * string/test-strlen-ifunc.c: Likewise.
38198         * string/test-strncasecmp-ifunc.c: Likewise.
38199         * string/test-strncat-ifunc.c: Likewise.
38200         * string/test-strncmp-ifunc.c: Likewise.
38201         * string/test-strncpy-ifunc.c: Likewise.
38202         * string/test-strnlen-ifunc.c: Likewise.
38203         * string/test-strpbrk-ifunc.c: Likewise.
38204         * string/test-strrchr-ifunc.c: Likewise.
38205         * string/test-strspn-ifunc.c: Likewise.
38206         * string/test-strstr-ifunc.c: Likewise.
38208         * debug/Makefile (tests-ifunc): New variable.
38209         (tests): Add $(tests-ifunc).
38210         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38211         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38212         * debug/test-stpcpy_chk-ifunc.c: New file.
38213         * debug/test-strcpy_chk-ifunc.c: Likewise.
38215 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38217         [BZ #13601]
38218         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38219         header is not read in.
38221 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38223         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38224         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38225         directly.  Pass built executable to script as
38226         $(built-program-cmd).
38227         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38228         $testprogram without using LD_LIBRARY_PATH and $ldso.
38230         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38231         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38232         $(rtld-installed-name).
38233         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38234         (rtld_installed_name): Likewise.
38235         (library_path): Likewise.
38236         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38237         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38238         $(run-program-prefix) to tst-tables.sh.
38239         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38240         it to run tst-table-from and tst-table-to.
38241         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38242         Pass it to tst-table.sh.
38243         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38244         $(run-program-prefix) to tst-gettext.sh.
38245         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38246         tst-translit.sh.
38247         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38248         tst-gettext2.sh.
38249         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38250         to run tst-gettext.
38251         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38252         to run tst-gettext2.
38253         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38254         to run tst-translit.
38255         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38256         $(run-program-prefix) to tst-mtrace.sh.
38257         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38258         to run tst-mtrace.
38259         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38260         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38261         $(rtld-installed-name).
38262         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38263         (rtld_installed_name): Likewise.
38264         (run_program_prefix): New variable.  Use it to run wordexp-test.
38266         * Makeconfig (ARCH): Remove all definitions.
38267         (machine): Likewise.
38268         [ARCH]: Remove conditional code.
38269         [!objdir]: Give error.
38270         [!objdir] (objpfx): Remove.
38271         [!objdir] (common-objpfx): Likewise.
38272         [!objdir] (common-objdir): Likewise.
38273         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38274         AC_CONFIG_FILES call.
38275         * configure: Regenerated.
38277         [BZ #13888]
38278         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38279         or TMPDIR.
38280         (testout): Likewise.
38282         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38283         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38284         $(rtld-installed-name).
38285         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38286         (rtld_installed_name): Likwise.
38287         (runit): Remove function.
38288         (run_getconf): New variable,  Use it for running getconf binary.
38290 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38292         [BZ #14716]
38293         * string/test-memmem.c (check_result): New function.
38294         (do_one_test): Use it.
38295         (check1): New function.
38296         (test_main): Use it.
38298 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38300         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38302 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38304         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38305         (_G_LSEEK64): Likewise.
38306         (_G_MMAP64): Likewise.
38307         (_G_FSTAT64): Likewise.
38308         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38309         (_G_LSEEK64): Likewise.
38310         (_G_MMAP64): Likewise.
38311         (_G_FSTAT64): Likewise.
38312         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38313         unconditional.  Call __mmap64 directly.
38314         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38315         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38316         __lseek64 directly.
38317         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38318         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38319         __mmap64 directly.
38320         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38321         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38322         __lseek64 directly.
38323         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38324         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38325         __lseek64 directly.
38326         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38327         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38328         __lseek64 directly.
38329         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38330         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38331         __fxstat64 directly.
38332         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38333         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38334         unconditional.
38335         (freopen64) [!_G_OPEN64]: Remove conditional code.
38336         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38337         unconditional.
38338         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38339         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38340         unconditional.
38341         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38342         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38343         unconditional.
38344         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38345         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38346         unconditional.
38347         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38348         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38349         unconditional.
38350         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38351         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38352         unconditional.
38353         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38354         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38355         unconditional.
38356         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38358 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38360         [BZ #12140]
38361         * manual/memory.texi (Malloc Tunable Parameters): Add note
38362         about free list pointers overwriting some perturb bytes.
38363         Wording suggested by Roland McGrath.
38365 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38367         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38368         (lgamma_test): Likewise.
38369         (tgamma_test): Likewise.
38371 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38373         [BZ #14700]
38374         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38375         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38377 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38379         * NEWS: Mention BZ #14716.
38380         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38381         when removing AVAILABLE1_USES_J macro.
38383 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38385         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38386         (__bswap_64): __uint64_t for unsigned 64-bit int.
38388 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38390         * include/string.h (memmem): Declare libc hidden alias.
38391         * string/memmem.c (memmem): Define libc hidden alias.
38392         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38393         __read, __close instead of open, read, close.
38395 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38397         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38398         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38399         global and hidden.
38400         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38401         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38402         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38403         Likewise.
38404         (__rawmemchr_sse2): Likewise.
38405         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38406         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38407         (__strchr_sse2): Likewise.
38408         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38409         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38410         (__strcasecmp_sse2): Likewise.
38411         (__strncasecmp_sse2): Likewise.
38412         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38413         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38414         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38415         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38416         (__strrchr_sse2): Likewise.
38417         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38418         ifunc-impl-list.c.
38419         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38420         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38421         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38422         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38423         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38424         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38425         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38426         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38427         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38428         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38429         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38430         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38431         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38432         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38433         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38434         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38435         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38436         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38437         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38438         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38439         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38440         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38441         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38442         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38443         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38444         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38445         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38446         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38447         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38448         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38450         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38451         global and hidden.
38452         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38453         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38454         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38455         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38456         Likewise.
38457         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38458         Likewise.
38459         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38460         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38461         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38462         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38463         ifunc-impl-list.c.
38464         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38465         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38466         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38467         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38468         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38469         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38470         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38471         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38472         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38473         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38474         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38475         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38476         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38477         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38478         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38479         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38480         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38481         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38482         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38483         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38484         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38485         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38486         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38487         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38488         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38489         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38490         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38491         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38492         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38493         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38494         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38495         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38496         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38497         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38498         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38499         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38500         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38501         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38502         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38503         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38504         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38506         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38507         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38508         * include/ifunc-impl-list.h: New file.
38509         * misc/ifunc-impl-list.c: Likewise.
38510         * misc/Makefile (routines): Add ifunc-impl-list.
38511         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38512         * string/test-string.h: Include <ifunc-impl-list.h>.
38513         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38514         TEST_NAME]: New variables.
38515         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38516         are defined.
38517         (test_init): Call __libc_ifunc_impl_list to initialize
38518         func_list if TEST_IFUNC and TEST_NAME are defined.
38520         * string/Makefile (strop-tests): Add bcopy and bzero.
38521         * string/test-bcopy.c: New file.
38522         * string/test-bzero.c: Likewise.
38523         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38524         defined.
38525         * string/test-memset.c: Support bzero test if TEST_BZERO is
38526         defined.
38527         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38528         __libc_memmove.
38529         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38530         __libc_memset.
38531         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38532         of memset.
38534 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38536         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38537         * configure: Regenerated.
38539         * Makeconfig (+link-static-before-libc): Don't include
38540         $(link-static-libc).
38542         * libio/libio.h (_IO_pos_t): Remove.
38544 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38546         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38547         McGrath.
38549 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38551         * crypt/crypt-entry.c: Include fips-private.h.
38552         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38553         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38554         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38555         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38557 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38559         * crypt/crypt-private.h: Include stdbool.h.
38560         (_ufc_setup_salt_r): Return bool.
38561         * crypt/crypt-entry.c: Include errno.h.
38562         (__crypt_r): Return NULL with EINVAL for bad salt.
38563         * crypt/crypt_util.c (bad_for_salt): New.
38564         (_ufc_setup_salt_r): Check that salt is long enough and within
38565         the specified alphabet.
38566         * crypt/badsalttest.c: New file.
38567         * crypt/Makefile (tests): Add it.
38568         ($(objpfx)badsalttest): New.
38570 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38572         * NEWS: Add entry for BZ #14602.
38574 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38576         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38577         type-generic.
38578         * math/libm-test.inc: Update comment listing what functions and
38579         macros are tested.
38580         (isgreater_test): New function.
38581         (isgreaterequal_test): Likewise.
38582         (isless_test): Likewise.
38583         (islessequal_test): Likewise.
38584         (islessgreater_test): Likewise.
38585         (isunordered_test): Likewise.
38586         (main): Call the new functions.
38588 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38590         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38591         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38592         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38593         * sysdeps/i386/configure: Regenerated.
38594         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38595         * sysdeps/mach/configure: Regenerated.
38596         * sysdeps/mach/hurd/configure: Regenerated.
38597         * sysdeps/powerpc/configure: Regenerated.
38598         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38599         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38600         * sysdeps/s390/s390-32/configure: Regenerated.
38601         * sysdeps/s390/s390-64/configure: Regenerated.
38602         * sysdeps/sh/configure: Regenerated.
38603         * sysdeps/sparc/configure: Regenerated.
38604         * sysdeps/unix/sysv/linux/configure: Regenerated.
38605         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38606         * sysdeps/x86_64/configure: Regenerated.
38608         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38609         defined.  Don't check if MAP is NULL.
38611 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38613         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38614         (_G_stat64): Likewise.
38615         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38616         (_G_stat64): Likewise.
38617         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38618         instead of struct _G_stat64.
38619         * libio/fileops.c (mmap_remap_check): Likewise.
38620         (decide_maybe_mmap): Likewise.
38621         (_IO_new_file_seekoff): Likewise.
38622         (_IO_file_stat): Likewise.
38623         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38624         _G_off64_t.
38625         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38626         instead of struct _G_stat64.
38627         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38629 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38631         [BZ #14602]
38632         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38633         Replace with ...
38634         (CHECK_EOL): New macro.
38635         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38636         CHECK_EOL.
38637         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38638         Replace with CHECK_EOL.
38639         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38640         Replace with CHECK_EOL.
38642 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38644         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38645         type-generic.
38646         * math/libm-test.inc: Update comment listing what functions and
38647         macros are tested.
38648         (finite_test): New function.
38649         (isinf_test): Likewise.
38650         (isnan_test): Likewise.
38651         (fpclassify_test): Test subnormal input.
38652         (isfinite_test): Likewise.
38653         (isnormal_test): Likewise.
38654         (main): Call the new functions.
38656 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38658         [BZ #14660]
38659         * Makerules (%.dynsym): Force C locale when running
38660         $(OBJDUMP) --dynamic-syms.
38662 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38664         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38665         <stdint.h>.
38667 2012-10-06  David S. Miller  <davem@davemloft.net>
38669         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38670         upper 32-bits of the length value in %o2 since we use branch-on-register
38671         tests which consider the entire 64-bit register.
38673 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38675         * string/test-strstr.c (check2): Add a test for page boundary.
38677 2012-10-05  David S. Miller  <davem@davemloft.net>
38679         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38680         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38681         file.
38682         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38683         sysdep_routines.
38684         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38685         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38686         and bzero when HWCAP_SPARC_CRYPTO is present.
38688 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38690         [BZ #14602]
38691         * string/test-strstr.c (check2): New function.
38692         (test_main): Call check2.
38694         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38695         and bug-strchr1.
38696         * string/bug-strcasestr1.c (do_test): Moved to ...
38697         * string/test-strcasestr.c (check1): Here.  New function.
38698         (do_one_test): Break out result checking code into ...
38699         (check_result): This.  New function.
38700         (do_one_test): Call check_result.
38701         (test_main): Call check1.
38702         * string/bug-strchr1.c (do_test): Moved to ...
38703         * string/test-strchr.c (check1): Here.  New function.
38704         (do_one_test): Break out result checking code into ...
38705         (check_result): This.  New function.
38706         (do_one_test): Call check_result.
38707         (test_main): Call check1.
38708         * string/bug-strstr1.c (main): Moved to ...
38709         * string/test-strstr.c (check1): Here.  New function.
38710         (do_one_test): Break out result checking code into ...
38711         (check_result): This.  New function.
38712         (do_one_test): Call check_result.
38713         (test_main): Call check1.
38714         * string/bug-strcasestr1.c: Removed.
38715         * string/bug-strchr1.c: Likewise.
38716         * string/bug-strstr1.c: Likewise.
38718         * elf/Makefile (dl-routines): Add hwcaps.
38719         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38720         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38721         (_dl_important_hwcaps): Moved to ...
38722         * elf/dl-hwcaps.c: Here.  New file.
38723         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38725         [BZ #14557]
38726         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38727         if IS_IN_rtld isn't defined.
38729         * elf/dl-support.c (_dl_sysinfo_map): New.
38730         Include "get-dynamic-info.h" and "setup-vdso.h".
38731         (_dl_non_dynamic_init): Call setup_vdso.
38732         * elf/dynamic-link.h: Don't include <assert.h>.
38733         (elf_get_dynamic_info): Moved to ...
38734         * elf/get-dynamic-info.h: Here.  New file.
38735         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38736         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38737         * elf/setup-vdso.h: Here.  New file.
38738         * elf/rtld.c: Include "setup-vdso.h".
38739         (dl_main): Call setup_vdso.
38741 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38743         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38744         creal in comment listing functions tested.  List finite, isinf,
38745         isnan, isless, islessequal, isgreater, isgreaterequal,
38746         islessgreater, isunordered, lgamma_r and pow10 as functions and
38747         macros not tested.  Mention which functions not tested are aliases
38748         for other functions.  Fix typo.  Note that signs of NaNs are not
38749         tested.
38751         * scripts/config.guess: Update from config.git.
38752         * scripts/config.sub: Likewise.
38754 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38756         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38757         * misc/madvise.c (madvise): Renamed to __madvise.
38758         Make madvise a weak alias.
38759         * include/sys/mman.h: Declare __madvise.
38760         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38761         * sysdeps/unix/syscalls.list
38762         (madvise): Make __madvise the strong name, and madvise a weak alias.
38763         * sysdeps/unix/sysv/linux/syscalls.list
38764         (madvise, mmap): Remove redundant entries.
38765         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38766         * malloc/malloc.c (mtrim): Likewise.
38767         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38769 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38771         * sysdeps/mach/hurd/dl-cache.c: File removed.
38772         * config.h.in (USE_LDCONFIG): New #undef.
38773         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38774         * configure: Regenerated.
38775         * elf/Makefile (dl-routines): Add dl-cache only under
38776         [$(use-ldconfig) = yes].
38777         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38778         cache on [USE_LDCONFIG].
38779         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38780         [USE_LDCONFIG].
38781         * elf/rtld.c (dl_main): Likewise.
38783 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38785         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38786         _SC_LEVEL4_CACHE_LINESIZE.
38788 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38790         * sysdeps/unix/bsd/confstr.h: File removed.
38792 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38794         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38795         sys/sdt-config.h.
38797 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38799         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38800         Make 'mapoff' field ElfW(Off) rather than off_t.
38802 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38804         * nscd/Makefile: Remove nscd-cflags and all its users.
38805         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38806         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38808         [BZ #10631]
38809         * malloc.c (malloc_printerr): Clarify error message.
38811 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38813         [BZ #14648]
38814         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38815         Set bit_FMA_Usable if FMA is supported.
38816         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38817         macro.
38818         (bit_FMA4_Usable): Updated.
38819         (index_FMA_Usable): New macro.
38820         (CPUID_FMA): Likewise
38821         (HAS_FMA): Defined with bit_FMA_Usable.
38823 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38825         * bits/types.h (__swblk_t): Type removed.
38826         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38827         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38828         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38829         (__SWBLK_T_TYPE): Likewise.
38830         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38831         (__SWBLK_T_TYPE): Likewise.
38832         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38833         (__SWBLK_T_TYPE): Likewise.
38834         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38835         (__SWBLK_T_TYPE): Likewise.
38837 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38838             Honza Horak <hhorak@redhat.com>
38840         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38841         (xdr_mapname): Use YPMAXMAP as maxsize.
38842         (xdr_peername): Use YPMAXPEER as maxsize.
38843         (xdr_keydat): Use YPAXRECORD as maxsize.
38844         (xdr_valdat): Use YPMAXRECORD as maxsize.
38846 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38848         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38850         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38851         * csu/init-first.c: ... here.
38852         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38853         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38854         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38855         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38856         * sysdeps/i386/init-first.c: File removed.
38857         * sysdeps/sh/init-first.c: File removed.
38859 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38861         [BZ #14645]
38862         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38863         if x * y might underflow to zero and z is zero.
38864         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38865         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38866         * math/libm-test.inc (min_subnorm_value): New variable.
38867         (fma_test): Add more tests.
38868         (fma_test_towardzero): Likewise.
38869         (fma_test_downward): Likewise
38870         (fma_test_upward): Likewise.
38871         (initialize): Set min_subnorm_value.
38873 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38875         [BZ #14638]
38876         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38877         0 + 0.
38878         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38879         mode for addition resulting in exact zero.
38880         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38881         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38882         exact 0 + 0.
38883         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38884         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38885         * math/libm-test.inc (fma_test): Add more tests.
38886         (fma_test_towardzero): New function.
38887         (fma_test_downward): Likewise.
38888         (fma_test_upward): Likewise.
38889         (main): Call the new functions.
38891 2012-09-28  David S. Miller  <davem@davemloft.net>
38893         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38895 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38897         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38898         instead of SIGALRM.
38900         * sysdeps/gnu/_G_config.h: Moved to ...
38901         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38902         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38903         * sysdeps/generic/_G_config.h: ... here.
38905         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38907         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38909         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38910         Conditionalize target on [libnss_test1.so-version].
38912         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38914         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38915         (elfobjdir): Move out of conditionals.
38917         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38918         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38919         (__nss_lookup_function): Conditionalize label remove_from_tree on
38920         [!DO_STATIC_NSS || SHARED], matching its only use.
38922 2012-09-28  David S. Miller  <davem@davemloft.net>
38924         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38925         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38926         file.
38927         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38928         sysdep_routines.
38929         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38930         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38931         when HWCAP_SPARC_CRYPTO is present.
38933 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38935         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38937 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38939         [BZ #6530]
38940         * stdio-common/vfprintf.c (process_string_arg): Revert
38941         2000-07-22 change.
38943 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38945         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38946         for testcase.
38947         * stdio-common/tst-sprintf.c: Include <locale.h>
38948         (main): Test sprintf's handling of incomplete multibyte
38949         characters.
38951 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38953         * elf/dl-runtime.c (VERSYMIDX): Removed.
38954         * elf/dl-version.c (VERSYMIDX): Likewise.
38955         * elf/do-rel.h (VERSYMIDX): Likewise.
38956         (VALIDX): Likewise.
38957         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38958         * elf/rtld.c (VALIDX): Likewise.
38959         (ADDRIDX): Likewise.
38960         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38961         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38962         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38963         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38964         (VALIDX): Likewise.
38965         (ADDRIDX): Likewise.
38967 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38969         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38971 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38973         [BZ #11438]
38974         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38975         to global scope.
38976         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38977         addresses are in the same scope as 192.0.2/24.
38978         * posix/gai.conf: Document new scope table defaults.
38980 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38982         [BZ #5298]
38983         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38984         for ftell.  Compute offsets from write pointers instead.
38985         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38987 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38989         [BZ #14543]
38990         * libio/Makefile (tests): New test case tst-fseek.
38991         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38992         combination works in wide mode.
38993         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38994         state when the external buffer state changes.
38996 2012-09-27  David S. Miller  <davem@davemloft.net>
38998         [BZ #14376]
38999         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39000         pass reloc->r_addend in as the 'high' argument to
39001         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39003         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39005 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39007         * rt/tst-aio2.c: Include <pthread.h>.
39008         * rt/tst-aio3.c: Likewise.
39010 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39012         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39014 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39016         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39017         contents on [SHARED].
39019 2012-09-26  Marek Polacek  <polacek@redhat.com>
39021         [BZ #14530]
39022         [BZ #13741]
39023         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39024         for C++ and GCC <4.3 as well as for non GCC compilers.
39026 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39028         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39030 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39032         * Makefile.in (all, install): Declare with .PHONY.
39033         Reported by Michael Hope <michael.hope@linaro.org>.
39035 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39037         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39038         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39039         system header.
39040         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39041         Likewise.
39042         (sydep_routines): Add the new and the internal functions.
39043         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39044         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39046         (GLIBC_2.17): Add the new function.
39047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39048         (GLIBC_2.17): Likewise.
39049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39050         (GLIBC_2.17): Likewise.
39051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39052         (GLIBC_2.17): Likewise.
39053         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39055 2012-09-25  Alan Modra  <amodra@gmail.com>
39057         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39058         Add release barrier before setting once_control to say
39059         initialisation is done.  Add hints on lwarx.  Use macro in
39060         place of isync.
39061         (clear_once_control): Add release barrier.
39063 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39065         [BZ #13629]
39066         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39067         specially.
39068         * math/s_clog10.c (__clog10): Likewise.
39069         * math/s_clog10f.c (__clog10f): Likewise.
39070         * math/s_clog10l.c (__clog10l): Likewise.
39071         * math/s_clogf.c (__clogf): Likewise.
39072         * math/s_clogl.c (__clogl): Likewise.
39073         * math/Makefile (libm-calls): Add x2y2m1.
39074         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39075         (__x2y2m1): Likewise.
39076         (__x2y2m1l): Likewise.
39077         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39078         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39079         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39080         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39081         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39082         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39083         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39084         * sysdeps/i386/fpu/libm-test-ulps: Update.
39085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39087         [BZ #14621]
39088         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39089         int as type of variable DEPTH.
39090         (glob): Use size_t instead of int as type of variables NEWCOUNT
39091         and OLD_PATHC.
39093 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39095         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39096         Add s_sincosf-sse2.
39097         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39098         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39099         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39100         macros for using routine as __sincosf_ia32.
39101         Use macro for function declaration and weak_alias.
39102         * sysdeps/i386/fpu/libm-test-ulps: Update.
39104         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39105         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39107         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39108         subnormal argument.
39109         * math/s_cexpf.c (__cexpf): Likewise.
39110         * math/s_csinf.c (__csinf): Likewise.
39111         * math/s_csinhf.c (__csinhf): Likewise.
39112         * math/s_ctanf.c (__ctanf): Likewise.
39113         * math/s_ctanhf.c (__ctanhf): Likewise.
39114         * math/s_ccosh.c (__ccoshf): Likewise.
39115         * math/s_cexp.c (__cexpl): Likewise.
39116         * math/s_csin.c (__csin): Likewise.
39117         * math/s_csinh.c (__csinh): Likewise.
39118         * math/s_ctan.c (__ctan): Likewise.
39119         * math/s_ctanh.c (ctanh): Likewise.
39120         * math/s_ccoshl.c (__ccoshl): Likewise.
39121         * math/s_cexpl.c (__cexpl): Likewise.
39122         * math/s_csinl.c (__csinl): Likewise.
39123         * math/s_csinhl.c (__csinhl): Likewise.
39124         * math/s_ctanl.c (__ctanl): Likewise.
39125         * math/s_ctanhl.c (__ctanhl): Likewise.
39127 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39129         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39130         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39131         (_IO_off_t): Define to __off_t, not _G_off_t.
39132         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39133         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39134         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39135         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39136         type of __dummy and __dummy2 fields.
39137         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39138         (_G_ssize_t): Likewise.
39139         (_G_off_t): Likewise.
39140         (_G_pid_t): Likewise.
39141         (_G_uid_t): Likewise.
39142         (_G_wchar_t): Likewise.
39143         (_G_wint_t): Likewise.
39144         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39145         (_G_ssize_t): Likewise.
39146         (_G_off_t): Likewise.
39147         (_G_pid_t): Likewise.
39148         (_G_uid_t): Likewise.
39149         (_G_wchar_t): Likewise.
39150         (_G_wint_t): Likewise.
39151         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39152         (_G_ssize_t): Likewise.
39153         (_G_off_t): Likewise.
39154         (_G_pid_t): Likewise.
39155         (_G_uid_t): Likewise.
39156         (_G_wchar_t): Likewise.
39157         (_G_wint_t): Likewise.
39159 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39161         * malloc/arena.c: Include malloc-sysdep.h.
39162         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39163         is sufficient to shrink the heap or an unmap is needed.
39164         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39165         new function check_may_shrink_heap.
39166         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39167         new function check_may_shrink_heap.
39169 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39171         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39172         comments.
39174 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39176         * catgets/test-gencat.sh: Add "set -e".
39177         * elf/tst-pathopt.sh: Likewise.
39178         * grp/tst_fgetgrent.sh: Likewise.
39179         * iconvdata/run-iconv-test.sh: Likewise.
39180         * intl/tst-gettext.sh: Likewise.
39181         * intl/tst-gettext2.sh: Likewise.
39182         * intl/tst-gettext4.sh: Likewise.
39183         * intl/tst-gettext6.sh: Likewise.
39184         * intl/tst-translit.sh: Likewise.
39185         * io/ftwtest-sh: Likewise.
39186         * libio/test-freopen.sh: Likewise.
39187         * malloc/tst-mtrace.sh: Likewise.
39188         * posix/globtest.sh: Likewise.
39189         * posix/tst-getconf.sh: Likewise.
39190         * posix/wordexp-tst.sh: Likewise.
39191         * stdio-common/tst-printf.sh: Likewise.
39192         * stdio-common/tst-unbputc.sh: Likewise.
39193         * stdlib/tst-fmtmsg.sh: Likewise.
39194         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39195         * catgets/Makefile: Do not specify -e option when running
39196         testsuite shell scripts.
39197         * elf/Makefile: Likewise.
39198         * grp/Makefile: Likewise.
39199         * iconvdata/Makefile: Likewise.
39200         * intl/Makefile: Likewise.
39201         * io/Makefile: Likewise.
39202         * libio/Makefile: Likewise.
39203         * malloc/Makefile: Likewise.
39204         * posix/Makefile: Likewise.
39205         * stdio-common/Makefile: Likewise.
39206         * stdlib/Makefile: Likewise.
39207         * sysdeps/x86_64/Makefile: Likewise.
39209         * io/ftwtest-sh: Add copyright header.
39210         * posix/globtest.sh: Likewise.
39211         * posix/tst-getconf.sh: Likewise.
39212         * posix/wordexp-tst.sh: Likewise.
39213         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39215 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39217         [BZ #13679]
39218         * Makeconfig (+link): Defined as $(+link-static) if
39219         $(build-shared) isn't yes.
39220         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39221         isn't yes.
39222         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39224         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39226         [BZ #14562]
39227         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39228         new chunk size with MALLOC_ALIGN_MASK.
39230 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39232         [BZ #5044]
39233         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39234         <rounding-mode.h>.
39235         (__printf_fphex): Determine rounding using get_rounding_mode and
39236         round_away.
39237         * stdio-common/tst-printf-round.c (struct hex_test): New
39238         structure.
39239         (hex_tests): New variable.
39240         (test_hex_in_one_mode): New function.
39241         (do_test): Also run tests for hex float output.
39243 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39245         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39246         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39247         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39248         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39249         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39250         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39251         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39252         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39254 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39256         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39257         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39258         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39259         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39261 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39263         [BZ #14579]
39264         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39265         mode only.
39266         * elf/tst-rtld-load-self.sh: New test.
39267         * elf/Makefile: Run it.
39269 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39271         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39272         (tst-writev-ENV): Remove.
39273         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39275 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39277         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39279 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39281         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39282         unconditional.
39283         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39284         Likewise.
39285         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39286         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39287         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39288         Likewise.
39290 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39292         [BZ #14587]
39293         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39294         * config.make.in (have-cpp-asm-debuginfo): Removed.
39295         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39296         * configure: Regenerated.
39298 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39300         [BZ #5044]
39301         * stdio-common/printf_fp.c: Include <stdbool.h> and
39302         <rounding-mode.h>.
39303         (___printf_fp): Determine rounding using get_rounding_mode and
39304         round_away.
39305         * stdio-common/tst-printf-round.c: New file.
39306         * stdio-common/Makefile (tests): Add tst-printf-round.
39307         (link-libm): New variable.
39308         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39310 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39312         [BZ #14576]
39313         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39314         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39315         Likewise.
39316         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39317         Likewise.
39319 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39321         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39322         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39323         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39324         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39326 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39328         [BZ #14518]
39329         * include/rounding-mode.h: New file.
39330         * sysdeps/generic/get-rounding-mode.h: Likewise.
39331         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39332         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39333         (MAX_VALUE): New macro.
39334         (MIN_VALUE): Likewise.
39335         (overflow_value): New function.
39336         (underflow_value): Likewise.
39337         (round_and_return): Use overflow_value and underflow_value to
39338         determine return values in overflow and underflow cases.  Use
39339         round_away to determine rounding depending on rounding mode.
39340         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39341         determine return values in overflow and underflow cases.
39342         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39343         (struct test_results): New structure.
39344         (struct test): Use struct test_results to store expected results
39345         for all rounding modes.
39346         (TEST): Include expected results for all rounding modes.
39347         (test_in_one_mode): New function.
39348         (do_test): Use test_in_one_mode to compute and check results.
39349         Check results for all rounding modes.
39350         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39351         $(link-libm).
39353 2012-12-09  Allan McRae  <allan@archlinux.org>
39355         * sysdeps/i386/fpu/libm-test-ulps: Update
39357 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39359         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39360         (_G_int32_t): Likewise.
39361         (_G_uint16_t): Likewise.
39362         (_G_uint32_t): Likewise.
39363         (_G_HAVE_BOOL): Likewise.
39364         (_G_HAVE_ATEXIT): Likewise.
39365         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39366         (_G_HAVE_IO_FILE_OPEN): Likewise.
39367         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39368         (_G_int32_t): Likewise.
39369         (_G_uint16_t): Likewise.
39370         (_G_uint32_t): Likewise.
39371         (_G_HAVE_BOOL): Likewise.
39372         (_G_HAVE_ATEXIT): Likewise.
39373         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39374         (_G_HAVE_IO_FILE_OPEN): Likewise.
39375         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39376         (_G_int32_t): Likewise.
39377         (_G_uint16_t): Likewise.
39378         (_G_uint32_t): Likewise.
39379         (_G_HAVE_BOOL): Likewise.
39380         (_G_HAVE_ATEXIT): Likewise.
39381         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39382         (_G_HAVE_IO_FILE_OPEN): Likewise.
39384 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39386         * csu/libc-tls.c: Update copyright years.
39388 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39390         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39391         [!_G_USING_THUNKS]: Remove conditional code.
39392         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39393         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39395         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39396         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39397         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39398         (_G_VTABLE_LABEL_PREFIX): Likewise.
39399         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39400         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39401         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39402         (_G_VTABLE_LABEL_PREFIX): Likewise.
39403         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39404         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39405         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39406         (_G_VTABLE_LABEL_PREFIX): Likewise.
39407         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39409 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39411         * libio/Makefile: Include ../Makeconfig before tests.
39412         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39413         only if $(build-shared) is yes.
39415         * iconv/gconv_db.c: Update copyright years.
39417 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39419         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39420         unwind info if defined PIC. Fix special cases description.
39421         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39423         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39424         DP_HI_MASK entry.
39425         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39427 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39429         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39431         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39432         is NULL.
39434         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39435         (LDLIBS-tst-chk4): This.
39436         (LDFLAGS-tst-chk5): Renamed to ...
39437         (LDLIBS-tst-chk5): This.
39438         (LDFLAGS-tst-chk6): Renamed to ...
39439         (LDLIBS-tst-chk6): This.
39440         (LDFLAGS-tst-lfschk4): Renamed to ...
39441         (LDLIBS-tst-lfschk4): This.
39442         (LDFLAGS-tst-lfschk5): Renamed to ...
39443         (LDLIBS-tst-lfschk5): This.
39444         (LDFLAGS-tst-lfschk6): Renamed to ...
39445         (LDLIBS-tst-lfschk6): This.
39447         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39448         on $(common-objpfx)soversions.mk.
39450 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39452         [BZ #10014]
39453         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39454         example host name.
39456 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39458         * malloc/arena.c (arena_get_retry): New function that gets
39459         another arena for the caller to try its request on.
39460         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39461         current arena cannot fulfill the request.
39462         (__libc_memalign): Likewise.
39463         (__libc_memalign): Likewise.
39464         (__libc_pvalloc): Likewise.
39465         (__libc_calloc): Likewise.
39467 2012-09-05  John Tobey  <john.tobey@gmail.com>
39469         [BZ #13542]
39470         * manual/arith.texi (Operations on Complex): Fix description
39471         of carg branch cut.
39473 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39475         [BZ #10014]
39476         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39477         host name.
39479         [BZ #10038]
39480         * manual/memory.texi (Memory): Make order of menu items match
39481         order of sections.
39483 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39485         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39486         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39487         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39489 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39491         * csu/libc-tls.c (static_dtv): Renamed to ...
39492         (_dl_static_dtv): This.  Make it global.
39493         (_dl_initial_dtv): Removed.
39494         (__libc_setup_tls): Updated.
39495         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39496         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39497         DL_INITIAL_DTV.
39499 2012-09-06  Petr Machata  <pmachata@redhat.com>
39501         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39502         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39503         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39504         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39506 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39508         [BZ #14545]
39509         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39510         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39511         freeing dtv[-1].
39513 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39515         [BZ #14544]
39516         * Makeconfig (link-static-before-libc): Replace $(+prector)
39517         with $(+prectorT).
39518         (link-static-after-libc): Replace $(+postctor) with
39519         $(+postctorT).
39520         (link-bounded): Replace $(+prector)/$(+postctor) with
39521         $(+prectorT)/$(+postctorT).
39522         (+prectorT): New macro.
39523         (+postctorT): Likewise.
39525 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39527         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39528         (round_str): Handle values above the maximum for IBM long double
39529         as inexact.
39530         * stdlib/tst-strtod-round.c (tests): Regenerated.
39532 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39534         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39535         assembler flag.
39536         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39537         zarch_nohighgprs around the zarch optimized routines.
39538         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39539         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39540         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39541         for zarch.
39543 2012-09-05  David S. Miller  <davem@davemloft.net>
39545         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39547         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39548         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39549         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39550         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39551         entries.
39553 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39555         * malloc/arena.c: Fold copyright years.
39556         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39558 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39560         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39562 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39564         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39566 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39568         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39569         change internal state upon failure.
39571 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39573         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39574         * malloc/memusage.c (mmap): Likewise.
39575         (mmap64, mremap): Likewise.  Adjust name in comment.
39577 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39579         * libio/fileops.c: Fix typos in comments.
39580         * libio/oldfileops.c: Likewise.
39581         * libio/wfileops.c: Likewise.
39583 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39585         [BZ #1349]
39586         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39587         (tst-malloc-usable-ENV): Set environment for test case.
39588         * malloc/hooks.c (malloc_check_get_size): New function to get
39589         requested size.
39590         * malloc/malloc.c (musable): Use malloc_check_get_size.
39591         * malloc/tst-malloc-usable.c: New test case.
39593 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39595         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39597 2012-09-05  Allan McRae  <allan@archlinux.org>
39599         [BZ #13966]
39600         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39601         determine header location.
39602         * configure: Regenerated.
39604 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39606         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39607         float format.
39608         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39609         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39610         format.
39611         (test): Regenerate.
39613 2012-09-04  David S. Miller  <davem@davemloft.net>
39615         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39616         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39617         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39619 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39621         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39622         failures.
39624         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39626 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39628         [BZ #9914]
39629         * libio/iogetdelim.c: Include <limits.h>.
39630         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39631         + len + 1 would overflow.
39633 2012-09-03  Andreas Jaeger  <aj@suse.de>
39635         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39636         * sysdeps/i386/fpu/libm-test-ulps: Update.
39638 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39640         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39641         Add s_sinf-sse2, s_conf-sse2.
39643         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39644         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39645         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39646         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39648         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39649         for using routine as __sinf_ia32.
39650         Use macro for function declaration and weak_alias.
39651         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39652         for using routine as __cosf_ia32.
39653         Use macro for function declaration and weak_alias.
39655         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39656         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39658         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39659         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39660         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39662         * math/libm-test.inc (cos_test): Add more test cases.
39663         (sin_test): Likewise.
39664         (sincos_test): Likewise.
39666 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39668         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39669         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39670         hidden.
39671         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39673 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39675         [BZ #14538]
39676         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39677         first element of the GOT.
39678         (elf_machine_load_address): Return the difference between
39679         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39681 2012-09-01  Allan McRae  <allan@archlinux.org>
39683         [BZ #13412]
39684         * configure.in (AWK): Require gawk version 3.0 or later.
39685         * configure: Regenerated.
39687 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39689         * sysdeps/unix/sysv/linux/kernel-features.h
39690         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39691         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39692         [__NR_clock_getres]: Make code unconditional.
39693         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39694         (clock_getcpuclockid): Remove code left unreachable by removal of
39695         conditionals.
39696         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39697         code unconditional.
39698         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39699         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39700         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39701         Make code unconditional.
39702         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39703         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39704         * sysdeps/unix/sysv/linux/clock_settime.c
39705         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39706         conditional code.
39707         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39708         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39710 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39712         [BZ #14476]
39713         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39714         scripts/test-installation.pl.
39716         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39717         and $ld_so_version if it is set.
39719 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39721         [BZ #14516]
39722         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39723         failure if reading from procfs failed.
39724         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39726 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39728         * sysdeps/unix/sysv/linux/kernel-features.h
39729         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39730         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39731         Remove conditional code.
39732         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39733         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39734         Remove conditional code.
39735         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39736         * sysdeps/unix/sysv/linux/i386/fxstat.c
39737         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39738         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39739         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39740         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39741         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39742         * sysdeps/unix/sysv/linux/i386/lxstat.c
39743         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39744         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39745         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39746         Remove conditional code.
39747         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39748         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39749         Remove conditional code.
39750         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39751         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39752         <kernel-features.h>.
39753         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39754         Remove.
39755         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39756         Remove conditional code.
39757         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39758         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39759         Remove conditional.
39761 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39763         [BZ #5400]
39764         * NEWS: Add fixed bug number.
39766 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39768         [BZ #14519]
39769         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39770         underflowing exponent in case of negative sign.
39771         * stdlib/tst-strtod-round-data: Add more tests.
39772         * stdlib/tst-strtod-round.c (tests): Regenerated.
39774         [BZ #3479]
39775         * stdlib/strtod_l.c (NDIG): Remove.
39776         (HEXNDIG): Likewise.
39777         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39778         smallest representable value.
39779         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39780         lie within an exact representation of 1/2 ulp of the result.
39781         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39782         unconditionally.
39783         (TENS_P9_IDX): Define unconditionally.
39784         (TENS_P9_SIZE): Likewise.
39785         (TENS_P10_IDX): Likewise.
39786         (TENS_P10_SIZE): Likewise.
39787         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39788         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39789         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39790         entries for 10^2^13 and 10^2^14.
39791         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39792         (TENS_P13_IDX): Define.
39793         (TENS_P13_SIZE): Likewise.
39794         (TENS_P14_IDX): Likewise.
39795         (TENS_P14_SIZE): Likewise.
39796         (_fpioconst_pow10): Change array size to
39797         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39798         unconditional.
39799         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39800         1024]: Add entries for 10^2^13 and 10^2^14.
39801         [LAST_POW10 > _LAST_POW10]: Remove #error.
39802         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39803         (_fpioconst_pow10): Change array size to
39804         FPIOCONST_POW10_ARRAY_SIZE.
39805         * stdlib/gen-fpioconst.c: New file.
39806         * stdlib/gen-tst-strtod-round.c: Likewise.
39807         * stdlib/tst-strtod-round-data: Likewise.
39808         * stdlib/tst-strtod-round.c: Likewise.
39809         * stdlib/Makefile (tests): Add tst-strtod-round.
39811         [BZ #14459]
39812         * stdlib/strtod_l.c: Include <stdint.h>.
39813         (NDEBUG): Do not define.
39814         (round_and_return): Change EXPONENT parameter to type intmax_t.
39815         Rearrange calculations to avoid internal overflow possibilities.
39816         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39817         Rearrange calculations to avoid internal overflow possibilities.
39818         Assert that number fits inside MPNSIZE limbs.
39819         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39820         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39821         calculations and add assertions to avoid internal overflow
39822         possibilities.  Add casts to avoid signed/unsigned operations.
39823         * stdlib/tst-strtod-overflow.c: New file.
39824         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39826 2012-08-25  Marek Polacek  <polacek@redhat.com>
39828         * time/time.h: Fix some typos in comments.
39830 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39832         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39833         * posix/tst-rfc3484-2.c: Likewise.
39834         * posix/tst-rfc3484-3.c: Likewise.
39836 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39838         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39839         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39841 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39843         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39844         #include of fxstatat64.c.
39846 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39848         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39849         * shadow/getspent_r.c: Likewise.
39850         * shadow/getspnam.c: Likewise.
39851         * shadow/getspnam_r.c: Likewise.
39852         * gshadow/getsgent.c: Likewise.
39853         * gshadow/getsgent_r.c: Likewise.
39854         * gshadow/getsgnam.c: Likewise.
39855         * gshadow/getsgnam_r.c: Likewise.
39856         * inet/getnetbyad.c: Likewise.
39857         * inet/getnetbyad_r.c: Likewise.
39858         * inet/getnetbynm.c: Likewise.
39859         * inet/getnetbynm_r.c: Likewise.
39860         * inet/getnetent.c: Likewise.
39861         * inet/getnetent_r.c: Likewise.
39862         * inet/getproto.c: Likewise.
39863         * inet/getproto_r.c: Likewise.
39864         * inet/getprtent.c: Likewise.
39865         * inet/getprtent_r.c: Likewise.
39866         * inet/getprtname.c: Likewise.
39867         * inet/getprtname_r.c: Likewise.
39868         * inet/getrpcbyname.c: Likewise.
39869         * inet/getrpcbyname_r.c: Likewise.
39870         * inet/getrpcbynumber.c: Likewise.
39871         * inet/getrpcbynumber_r.c: Likewise.
39872         * inet/getrpcent.c: Likewise.
39873         * inet/getrpcent_r.c: Likewise.
39874         * inet/getaliasent.c: Likewise.
39875         * inet/getaliasent_r.c: Likewise.
39876         * inet/getaliasname.c: Likewise.
39877         * inet/getaliasname_r.c: Likewise.
39878         * nscd/getgrgid_r.c: Likewise.
39879         * nscd/getgrnam_r.c: Likewise.
39880         * nscd/gethstbyad_r.c: Likewise.
39881         * nscd/gethstbynm3_r.c: Likewise.
39882         * nscd/getpwnam_r.c: Likewise.
39883         * nscd/getpwuid_r.c: Likewise.
39884         * nscd/getsrvbynm_r.c: Likewise.
39885         * nscd/getsrvbypt_r.c: Likewise.
39886         * nscd/gai.c: Likewise.
39888         * configure.in (build_nscd): New substituted variable, set
39889         by --disable-build-nscd and defaults to $use_nscd.
39890         * configure: Regenerated.
39891         * config.make.in (build-nscd): New substituted variable.
39892         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39893         Change conditional to require [$(build-nscd) = yes] as well.
39894         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39896         [BZ# 13696]
39897         * configure.in (use_nscd): New substituted variable, set by
39898         --disable-nscd.  If enabled, define USE_NSCD.
39899         * configure: Regenerated.
39900         * config.h.in: Add USE_NSCD.
39901         * config.make.in (use-nscd): New substituted variable.
39902         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39903         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39904         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39905         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39906         (CFLAGS-getgrnam_r.c): Likewise.
39907         (CFLAGS-initgroups.c): Likewise.
39908         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39909         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39910         Variables removed.
39911         * inet/getnetgrent_r.c
39912         (nscd_setnetgrent): New function, broken out of ...
39913         (setnetgrent): ... here.  Call it.
39914         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39915         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39916         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39917         * nscd/Makefile (routines, aux): Move definitions after include of
39918         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39919         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39920         Conditionalize on [USE_NSCD].
39921         (is_nscd, nscd_init_cb): Likewise.
39922         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39923         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39924         * nss/nss_db/db-init.c: Likewise.
39925         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39926         [USE_NSCD].
39927         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39928         (make_request): Use it.
39929         (cache_valid_p): New function.
39930         (__check_pf): Use it.
39931         * NEWS: Add item for --disable-nscd.
39933 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39935         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39936         to support sed >= 4.2.1-20-ga9bf076.
39937         * configure: Regenerated.
39939 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39941         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39942         Conditionalize whole body on [IREL].
39944 2012-08-22  Jeff Law <law@redhat.com>
39946         [BZ #14505]
39947         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39948         if the family is PF_UNSPEC.
39950 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39952         * Makerules (lib-version): Rename from V.
39953         (install-lib-nosubdir): Change V to lib-version.
39955 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39957         [BZ #14252]
39958         * powerpc32/power6/wcschr.c: New file.
39959         * powerpc32/power6/wcscpy.c: New file.
39960         * powerpc32/power6/wcsrchr.c: New file.
39961         * powerpc64/power6/wcschr.c: New file.
39962         * powerpc64/power6/wcscpy.c: New file.
39963         * powerpc64/power6/wcsrchr.c: New file.
39965 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39967         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39968         (two_way_short_needle): Use it.
39969         * string/strstr.c (AVAILABLE1_USES_J): Define.
39970         * string/strcasestr.c: Likewise.
39972         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39973         array references.
39974         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39976         [BZ #11607]
39977         * NEWS: Add an entry.
39978         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39979         define their defaults.
39980         (two_way_short_needle): Detect end-of-string on-the-fly.
39981         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39982         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39983         * string/bug-strcasestr1.c: New test.
39984         * string/Makefile: Run it.
39986 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39988         [BZ #11607]
39989         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39990         the first character.
39992 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39994         * csu/elf-init.c (__libc_csu_irel): Function removed.
39995         * csu/libc-start.c (apply_irel): New function.
39996         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39998 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40000         * sysdeps/unix/sysv/linux/kernel-features.h
40001         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40002         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40003         <kernel-features.h>.
40004         [__NR_fadvise64_64]: Make code unconditional.
40005         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40006         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40007         !__NR_fadvise64_64)]: Likewise.
40008         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40009         !__NR_fadvise64_64))]: Likewise.
40010         [__NR_fadvise64]: Make code unconditional.
40011         [!__NR_fadvise64]: Remove conditional code.
40012         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40013         <kernel-features.h>.
40014         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40015         unconditional.
40016         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40017         conditional code.
40018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40019         not include <kernel-features.h>.
40020         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40021         unconditional.
40022         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40023         conditional code.
40024         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40025         include <kernel-features.h>.
40026         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40027         unconditional.
40028         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40029         conditional code.
40031 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40033         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40034         slight instruction rearrangements per scrollpipe analysis.
40035         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40037 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40039         * manual/syslog.texi (syslog; vsyslog, closelog):
40040         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40041         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40043         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40044         DSOCAPS to match condition on defining it.
40046 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40048         * sysdeps/unix/sysv/linux/kernel-features.h
40049         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40051         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40052         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40054         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40055         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40057         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40058         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40060         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40061         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40063         * sysdeps/unix/sysv/linux/kernel-features.h
40064         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40065         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40066         unconditional.
40067         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40068         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40069         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40070         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40071         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40072         Make code unconditional.
40073         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40074         (__mmap64) [!__NR_mmap2]: Likewise.
40075         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40076         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40077         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40078         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40079         [__NR_mmap2]: Make code unconditional.
40080         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40081         (__mmap64) [!__NR_mmap2]: Likewise.
40083 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40085         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40087 2012-08-18  Andreas Jaeger  <aj@suse.de>
40089         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40091 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40093         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40094         * include/unistd.h (__have_sock_cloexec): Likewise.
40095         (__have_pipe2): Likewise.
40096         (__have_dup3): Likewise.
40098 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40100         [BZ #9685]
40101         * include/unistd.h (__have_pipe2): Change define into an extern int.
40102         (__have_dup3): Likewise.
40103         * socket/have_sock_cloexec.c: Include fcntl.h.
40104         (__have_pipe2): New variable.
40105         (__have_dup3): Likewise.
40107 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40109         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40111 2012-08-17  Marek Polacek  <polacek@redhat.com>
40113         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40114         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40116 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40118         * configure.in: Add AC_SUBST for sysheaders.
40119         * configure: Regenerated.
40120         * config.make.in (sysheaders): New substituted variable.
40122         * sysdeps/unix/mkfifo.c: Moved ...
40123         * sysdeps/posix/mkfifo.c: ... here.
40124         * sysdeps/unix/mkfifoat.c: Moved ...
40125         * sysdeps/posix/mkfifoat.c: ... here.
40127         * sysdeps/unix/utime.c: Moved ...
40128         * sysdeps/posix/utime.c: ... here.
40130         * sysdeps/unix/time.c: Moved ...
40131         * sysdeps/posix/time.c: ... here.
40132         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40133         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40135         * sysdeps/unix/nice.c: Moved ...
40136         * sysdeps/posix/nice.c: ... here.
40138         * sysdeps/unix/alarm.c: Moved ...
40139         * sysdeps/posix/alarm.c: ... here.
40141         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40143 2012-08-17  Jeff Law <law@redhat.com>
40145         * intl/Makefile (codeset_mo): New variable.
40146         ($(codeset_mo)): New target.
40147         (tst-codeset.out): Depend on that.  Remove explicit rule.
40148         (tst-gettext3.out, tst-gettext5.out): Likewise.
40149         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40150         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40151         * intl/tst-codeset.sh: Remove.
40152         * intl/tst-gettext3.sh: Likewise.
40153         * intl/tst-gettext5.sh: Likewise.
40155 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40157         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40158         * sysdeps/unix/syscalls.list: ... here.
40160         * sysdeps/posix/getaddrinfo.c
40161         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40162         (gaiconf_init, gaiconf_reload): Use them.
40163         [!_STATBUF_ST_NSEC]
40164         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40165         Define using time_t rather than struct timespec.
40167         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40168         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40169         Macros removed.
40170         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40171         [!NO_THREADS].
40172         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40173         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40174         Likewise.
40176         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40177         __libc_cleanup_push argument.
40179         * bits/param.h: New file.
40180         * misc/sys/param.h: New file.
40181         * include/sys/param.h: New file.
40182         * misc/Makefile (headers): Add bits/param.h.
40183         * sysdeps/generic/sys/param.h: File removed.
40184         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40185         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40186         * sysdeps/mach/hurd/bits/param.h: New file.
40187         * sysdeps/mach/hurd/sys/param.h: File removed.
40189         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40190         last change.
40192         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40193         [_IO_MTSAFE_IO].
40194         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40195         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40196         New macros.
40198         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40199         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40200         rather than -D_IO_MTSAFE_IO conditionally.
40201         * stdio-common/Makefile (CPPFLAGS): Likewise.
40202         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40203         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40204         Use $(libio-mtsafe).
40205         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40206         of -D_IO_MTSAFE_IO.
40207         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40208         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40209         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40210         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40211         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40212         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40213         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40214         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40215         (CFLAGS-fread_u_chk.c): Likewise.
40216         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40217         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40218         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40219         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40220         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40221         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40222         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40223         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40224         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40226         * libio/Makefile: Test [$(libc-reentrant) = yes]
40227         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40229         * Makeconfig
40230         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40231         * sysdeps/pthread/configure: File removed.
40232         * sysdeps/pthread/Makeconfig: New file.
40233         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40234         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40236 2012-08-16  Gary Benson  <gbenson@redhat.com>
40238         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40239         unmapping the first object in a namespace.
40241 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40243         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40244         (__internal_setnetgrent): ... this.  Add internal_function to
40245         definition.  Add libc_hidden_def.
40246         (setnetgrent): Update caller.
40247         (internal_endnetgrent): Renamed to ...
40248         (__internal_endnetgrent): ... this.  Add internal_function to
40249         definition.  Add libc_hidden_def.
40250         (endnetgrent): Update caller.
40251         (internal_getnetgrent_r): Renamed to ...
40252         (__internal_getnetgrent_r): ... this.  Add internal_function to
40253         definition.  Add libc_hidden_def.
40254         (__getnetgrent_r): Update caller.
40255         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40257 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40259         * stdlib/longlong.h: Update from GCC.
40261 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40263         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40264         on _QL, which is set by umul_ppmm but never used.
40265         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40266         variables, which are set by GMP macros but never used.
40267         * stdio-common/_itowa.c (_itowa): Likewise.
40268         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40269         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40271 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40273         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40274         struct La_sh_regs is not constant.
40275         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40276         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40277         and struct La_sparc64_regs are not constant.
40279 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40281         * sysdeps/unix/sysv/linux/kernel-features.h
40282         (__ASSUME_POSIX_TIMERS): Remove.
40283         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40284         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40285         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40286         Make code unconditional.
40287         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40288         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40289         Make code unconditional.
40290         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40291         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40292         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40293         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40294         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40295         Make code unconditional.
40296         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40297         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40298         (__libc_missing_posix_timers): Remove.
40300 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40302         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40303         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40305         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40307         * elf/dl-sym.c: Include <stdlib.h>.
40309         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40310         constants, which avoids warnings in 32-bit builds.
40312         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40313         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40315         * misc/lseek.c: File moved to ...
40316         * io/lseek.c: ... here.
40318         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40320         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40321         shifting LEN more than 31 bits at once.
40323 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40325         [BZ #14195]
40326         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40327         segmentation fault for a case of two empty input strings.
40328         * string/test-strncasecmp.c (check1): Renamed to...
40329         (bz12205): ...this.
40330         (bz14195): Add new testcase for two empty input strings and N > 0.
40331         (test_main): Call new testcase, adapt for renamed function.
40333 2012-08-15  Andreas Jaeger  <aj@suse.de>
40335         [BZ #14090]
40336         * crypt/md5test2.c: New test, based on test supplied by Serge
40337         Belyshev <belyshev@depni.sinp.msu.ru>.
40338         * crypt/Makefile (xtests): Add md5test-giant..
40339         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40341 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40343         [BZ #14090]
40344         * crypt/md5.c (md5_process_block): Don't assume the buffer
40345         length is less than 2**32.
40346         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40347         length is less than 2**64.
40349 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40351         * string/str-two-way.h: Include <sys/param.h>.
40352         (MAX): Macro removed.
40354         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40355         Move #define and #undef of memmove to just before and after
40356         including <string.h>.
40358         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40359         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40360         and after including <string.h>.  Move declarations of
40361         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40362         to before #include "string/memmove.c".
40364         * include/dirent.h: Declare __getdirentries.
40366         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40367         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40369 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40371         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40372         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40373         * sysdeps/i386/configure: Regenerated.
40374         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40375         STABS_CURRENT_FILE, and STABS_FUN.
40376         (END): Remove call to STABS_FUN_END.
40377         (STABS_CURRENT_FILE1): Delete.
40378         (STABS_CURRENT_FILE): Likewise.
40379         (STABS_FUN): Likewise.
40380         (STABS_FUN_END): Likewise.
40381         (STABS_FUN2): Likewise.
40382         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40383         * sysdeps/x86_64/configure: Regenerated.
40385 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40387         * elf/dl-open.c: Include <atomic.h>.
40388         * elf/dl-lookup.c: Likewise.
40390 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40392         * sysdeps/unix/sysv/linux/kernel-features.h
40393         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40394         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40395         unconditionally.
40396         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40397         unconditionally.
40398         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40399         condition on __ASSUME_CLONE_THREAD_FLAGS.
40401 2012-08-14  Andreas Jaeger  <aj@suse.de>
40403         * sysdeps/i386/fpu/libm-test-ulps: Update.
40405 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40407         * include/atomic.h (atomic_exchange_and_add): Split into ...
40408         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40409         New atomic macros.
40411 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40413         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40415 2012-08-13  Jeff Law <law@redhat.com>
40417         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40418         null byte in the output string.
40420 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40422         * sysdeps/unix/sysv/linux/kernel-features.h
40423         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40424         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40425         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40426         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40427         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40428         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40429         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40431 2012-08-09  Jeff Law <law@redhat.com>
40433         [BZ #13939]
40434         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40435         When avoid_arena is set, don't retry in the that arena.  Pick the
40436         next one, whatever it might be.
40437         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40438         (arena_lock): Pass in new parameter to arena_get2.
40439         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40440         arena_get2.
40441         (__libc_malloc): Unify retrying after main arena failure with
40442         __libc_memalign version.
40443         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40445 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40447         [BZ #14166]
40448         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40449         to __redirect_strstr.
40450         (__strstr_sse42): Use typeof __redirect_strstr.
40451         (__strstr_ia32): Likewise.
40452         (__libc_strstr): New prototype.
40453         (strstr): Renamed to ...
40454         (__libc_strstr): This.
40455         (strstr): New strong alias of __libc_strstr.
40456         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40457         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40458         __redirect_time.
40459         Include <time.h>.
40460         (__libc_time): New prototype.
40461         (time_ifunc): Replace time with __libc_time.
40462         (time): New strong alias and hidden definition of __libc_time.
40463         (__GI_time): Remove strong alias.
40464         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40465         Include <stddef.h>.
40466         (memmove): Redefined to __redirect_memmove.
40467         (__memmove_sse2): Use typeof __redirect_memmove.
40468         (__memmove_ssse3): Likewise.
40469         (__memmove_ssse3_back): Likewise.
40470         (__libc_memmove): New prototype.
40471         (memmove): Renamed to ...
40472         (__libc_memmove): This.
40473         (memmove): New strong alias of __libc_memmove.
40475 2012-08-08  Mark Salter  <msalter@redhat.com>
40477         * elf/elf.h
40478         (R_MN10300_TLS_GD): Define.
40479         (R_MN10300_TLS_LD): Likewise.
40480         (R_MN10300_TLS_LDO): Likewise.
40481         (R_MN10300_TLS_GOTIE): Likewise.
40482         (R_MN10300_TLS_IE): Likewise.
40483         (R_MN10300_TLS_LE): Likewise.
40484         (R_MN10300_TLS_DTPMOD): Likewise.
40485         (R_MN10300_TLS_DTPOFF): Likewise.
40486         (R_MN10300_TLS_TPOFF): Likewise.
40487         (R_MN10300_SYM_DIFF): Likewise.
40488         (R_MN10300_ALIGN): Likewise.
40489         (R_MN10300_NUM): Update.
40491 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40493         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40494         Remove.
40496 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40498         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40500         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40501         sysdeps/unix -> sysdeps/posix move.
40502         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40504 2012-08-07      Allan McRae     <allan@archlinux.org>
40506         [BZ #14303]
40507         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40508         (SUNOS_CPP): Likewise.
40509         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40510         not found.
40511         (open_input): Call CPP using execvp.
40513 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40515         * sysdeps/unix/sysv/linux/kernel-features.h
40516         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40517         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40518         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40519         (__ASSUME_WAITID_SYSCALL): Likewise.
40520         * sysdeps/unix/sysv/linux/dl-execstack.c
40521         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40522         code unconditional.
40523         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40524         conditional code.
40525         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40526         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40527         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40528         code.
40529         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40530         unconditional.
40531         [__ASSUME_WAITID_SYSCALL]: Likewise.
40532         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40534 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40536         * sysdeps/unix/closedir.c: Renamed to ...
40537         * sysdeps/posix/closedir.c: ... here.
40538         * sysdeps/unix/dirfd.c: Renamed to ...
40539         * sysdeps/posix/dirfd.c: ... here.
40540         * sysdeps/unix/dirstream.h: Renamed to ...
40541         * sysdeps/posix/dirstream.h: ... here.
40542         * sysdeps/unix/fdopendir.c: Renamed to ...
40543         * sysdeps/posix/fdopendir.c: ... here.
40544         * sysdeps/unix/opendir.c: Renamed to ...
40545         * sysdeps/posix/opendir.c: ... here.
40546         * sysdeps/unix/readdir.c: Renamed to ...
40547         * sysdeps/posix/readdir.c: ... here.
40548         * sysdeps/unix/readdir_r.c: Renamed to ...
40549         * sysdeps/posix/readdir_r.c: ... here.
40550         * sysdeps/unix/rewinddir.c: Renamed to ...
40551         * sysdeps/posix/rewinddir.c: ... here.
40552         * sysdeps/unix/seekdir.c: Renamed to ...
40553         * sysdeps/posix/seekdir.c: ... here.
40554         * sysdeps/unix/telldir.c: Renamed to ...
40555         * sysdeps/posix/telldir.c: ... here.
40556         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40557         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40558         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40559         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40561         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40562         * bits/fcntl.h: ... here.
40564         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40565         not 0.
40566         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40567         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40568         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40569         (struct flock): Move l_start, l_len to the beginning.
40570         Use __pid_t for l_pid.
40571         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40572         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40573         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40574         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40575         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40576         [__USE_LARGEFILE64] (struct flock64): New type.
40577         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40579         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40580         * bits/dirent.h: ... here.
40582         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40583         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40585 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40587         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40588         Change from 2.6.0 to 2.6.16.
40589         * sysdeps/unix/sysv/linux/configure: Regenerated.
40590         * sysdeps/unix/sysv/linux/kernel-features.h
40591         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40592         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40593         version.
40594         (__ASSUME_UTIMES): Likewise.
40595         (__ASSUME_CLONE_STOPPED): Remove.
40596         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40597         architectures, not kernel version.
40598         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40599         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40600         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40601         (__ASSUME_WAITID_SYSCALL): Likewise.
40602         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40603         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40604         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40605         refer to older versions.
40607 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40609         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40610         Define alphasort64 as an alias.
40611         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40612         Define versionsort64 as an alias.
40613         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40614         Define scandir64 as an alias.
40615         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40616         Define scandirat64 as an alias.
40617         * dirent/alphasort64.c (alphasort64):
40618         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40619         * dirent/versionsort64.c: Likewise.
40620         * dirent/scandir64.c: Likewise.
40621         * dirent/scandirat64.c: Likewise.
40622         * sysdeps/wordsize-64/alphasort.c: File removed.
40623         * sysdeps/wordsize-64/alphasort64.c: File removed.
40624         * sysdeps/wordsize-64/scandir.c: File removed.
40625         * sysdeps/wordsize-64/scandir64.c: File removed.
40626         * sysdeps/wordsize-64/scandirat.c: File removed.
40627         * sysdeps/wordsize-64/scandirat64.c: File removed.
40628         * sysdeps/wordsize-64/versionsort.c: File removed.
40629         * sysdeps/wordsize-64/versionsort64.c: File removed.
40630         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40631         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40632         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40633         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40634         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40635         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40636         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40637         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40639         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40640         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40641         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40642         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40643         [defined __arch64__ || defined __sparcv9]
40644         (__INO_T_MATCHES_INO64_T): New macro.
40645         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40646         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40647         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40648         * sysdeps/unix/sysv/linux/bits/dirent.h
40649         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40650         (_DIRENT_MATCHES_DIRENT64): New macro.
40652         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40653         Define lockf64 as an alias.
40654         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40655         Define fseeko64 as an alias.
40656         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40657         Define ftello64 as an alias.
40658         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40659         Define _IO_fgetpos64 and fgetpos64 as aliases.
40660         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40661         Define _IO_fsetpos64 and fsetpos64 as aliases.
40662         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40663         Conditionalize body on this.
40664         * libio/fseeko64.c: Likewise.
40665         * libio/ftello64.c: Likewise.
40666         * libio/iofgetpos64.c: Likewise.
40667         * libio/iofsetpos64.c: Likewise.
40668         * sysdeps/wordsize-64/lockf.c: File removed.
40669         * sysdeps/wordsize-64/lockf64.c: File removed.
40670         * sysdeps/wordsize-64/fseeko.c: File removed.
40671         * sysdeps/wordsize-64/fseeko64.c: File removed.
40672         * sysdeps/wordsize-64/ftello.c: File removed.
40673         * sysdeps/wordsize-64/ftello64.c: File removed.
40674         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40675         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40676         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40677         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40678         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40679         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40680         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40681         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40682         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40683         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40684         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40685         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40686         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40687         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40689         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40690         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40691         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40692         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40693         [defined __arch64__ || defined __sparcv9]
40694         (__OFF_T_MATCHES_OFF64_T): New macro.
40695         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40696         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40697         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40698         (__OFF_T_MATCHES_OFF64_T): New macro.
40700 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40702         * stdlib/secure-getenv.c (__secure_getenv): Replace
40703         GLIBC_2_16 with GLIBC_2_17.
40705 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40707         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40708         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40710 2012-08-03  David S. Miller  <davem@davemloft.net>
40712         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40714 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40716         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40717         Remove.
40718         (__ASSUME_CORRECT_SI_PID): Likewise.
40719         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40720         (__ASSUME_TMPFS_NAME): Likewise.
40721         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40722         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40723         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40724         (HAVE_AUX_SECURE): Make definition unconditional.
40725         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40726         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40728 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40730         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40731         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40732         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40733         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40734         __eloop_threshold instead of SYMLOOP_MAX.
40736         * sysdeps/generic/eloop-threshold.h: New file.
40737         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40738         of MAXSYMLINKS.
40739         * elf/chroot_canon.c (chroot_canon): Likewise.
40741 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40743         [BZ #13717]
40744         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40745         Change to 2.6.0 everywhere.
40746         * sysdeps/unix/sysv/linux/configure: Regenerated.
40747         * sysdeps/unix/sysv/linux/kernel-features.h
40748         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40749         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40750         kernel versions.
40751         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40752         (__ASSUME_FUTEX_REQUEUE): Remove.
40753         (__ASSUME_STATFS64): Define unconditionally.
40754         (__ASSUME_AT_SECURE): Likewise.
40755         (__ASSUME_CORRECT_SI_PID): Likewise.
40756         (__ASSUME_TGKILL): Define without depending on kernel version for
40757         i386.
40758         (__ASSUME_UTIMES): Likewise.
40759         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40760         kernel version.
40761         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40762         (__ASSUME_TMPFS_NAME): Likewise.
40763         * README: Update reference to Linux kernel versions.
40765 2012-08-02  Marek Polacek  <polacek@redhat.com>
40767         [BZ# 14150]
40768         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40769         libc_cv_asm_type_prefix with %.
40770         * configure: Regenerated.
40771         * include/libc-symbols.h: Remove comment about
40772         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40773         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40774         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40775         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40776         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40777         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40778         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40779         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40780         * elf/tst-unique2mod1.c: Likewise.
40781         * elf/tst-unique1mod2.c: Likewise.
40782         * elf/tst-unique1mod1.c: Likewise.
40783         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40784         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40785         Replace ASM_TYPE_DIRECTIVE with .type.
40786         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40787         * sysdeps/i386/sysdep.h: Likewise.
40788         * sysdeps/x86_64/sysdep.h: Likewise.
40789         * sysdeps/sh/sysdep.h: Likewise.
40790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40791         Do not define ASM_TYPE_DIRECTIVE.
40792         * sysdeps/powerpc/sysdep.h: Likewise.
40793         * sysdeps/powerpc/powerpc32/sysdep.h:
40794         Replace ASM_TYPE_DIRECTIVE with .type.
40795         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40796         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40797         * sysdeps/i386/fpu/e_powf.S: Likewise.
40798         * sysdeps/i386/fpu/e_expl.S: Likewise.
40799         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40800         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40801         * sysdeps/i386/fpu/e_pow.S: Likewise.
40802         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40803         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40804         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40805         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40806         * sysdeps/i386/fpu/e_log2.S: Likewise.
40807         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40808         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40809         * sysdeps/i386/fpu/e_powl.S: Likewise.
40810         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40811         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40812         * sysdeps/i386/fpu/e_logl.S: Likewise.
40813         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40814         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40815         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40816         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40817         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40818         * sysdeps/i386/fpu/e_log.S: Likewise.
40819         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40820         * sysdeps/i386/fpu/e_logf.S: Likewise.
40821         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40822         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40823         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40824         * sysdeps/i386/fpu/e_log10.S: Likewise.
40825         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40826         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40827         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40828         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40829         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40830         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40831         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40832         * sysdeps/i386/i686/strtok.S: Likewise.
40833         * sysdeps/i386/i386-mcount.S: Likewise.
40834         * sysdeps/i386/strtok.S: Likewise.
40835         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40836         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40837         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40838         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40839         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40840         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40841         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40842         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40843         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40844         * sysdeps/x86_64/_mcount.S: Likewise.
40845         * sysdeps/x86_64/strtok.S: Likewise.
40846         * sysdeps/sh/_mcount.S: Likewise.
40848 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40850         * libio/iofopen.c: Include <fcntl.h>.
40851         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40852         (_IO_fopen64, fopen64): Define as aliases.
40853         * libio/iofopen64.c: Include <fcntl.h>.
40854         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40855         Conditionalize body on this.
40856         * sysdeps/wordsize-64/iofopen.c: File removed.
40857         * sysdeps/wordsize-64/iofopen64.c: File removed.
40859 2012-08-01  Marek Polacek  <polacek@redhat.com>
40861         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40862         Use dlfcn directly instead of a variable.
40863         (binfmt-subdir): Do not define.
40864         (dlfcn): Likewise.
40866 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40868         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40869         Remove all definitions.
40870         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40871         <kernel-features.h>.
40872         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40873         (miss_F_GETOWN_EX): Remove all definitions.
40874         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40875         macro definition.
40876         [!__ASSUME_FCNTL64]: Remove conditional code.
40877         [__ASSUME_FCNTL64]: Make code unconditional.
40878         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40879         <kernel-features.h>.
40880         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40881         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40882         (lockf64) [__NR_fcntl64]: Make code unconditional.
40883         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40885         * sysdeps/unix/sysv/linux/kernel-features.h
40886         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40887         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40888         Make code unconditional.
40889         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40890         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40892         [__NR_vfork]: Make code unconditional.
40893         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40894         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40896         [__NR_vfork]: Make code unconditional.
40897         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40898         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40900 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40902         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40903         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40905         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40906         Define mkstemp64 as an alias.
40907         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40908         Define mkstemps64 as an alias.
40909         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40910         Define mkostemp64 as an alias.
40911         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40912         Define mkostemps64 as an alias.
40913         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40914         Conditionalize body on this.
40915         * misc/mkostemp64.c: Likewise.
40916         * misc/mkostemps64.c: Likewise.
40917         * misc/mkstemps64.c: Likewise.
40918         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40919         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40920         * sysdeps/wordsize-64/mkostemp.c: File removed.
40921         * sysdeps/wordsize-64/mkstemp.c: File removed.
40922         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40923         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40924         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40925         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40927         [BZ #14138]
40928         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40929         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40930         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40931         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40933         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40934         compat_symbol macros from <shlib-compat.h> rather than the underlying
40935         default_symbol_version and symbol_version macros, so that DEFAULT
40936         lines in shlib-versions are respected.
40937         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40939 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40941         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40942         Declare with warn_unused_result.
40943         (setgid, setregid, setegid, setresgid): Likewise.
40944         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40945         Likewise.
40946         * WUR-REPORT: Remove set*id functions.
40948 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40950         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40952 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40954         [BZ #10191]
40955         * include/sys/socket.h (__libc_accept, __libc_accept4):
40956         Add attribute_hidden.
40957         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40959         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40960         use of PTR_MANGLE.
40961         * inet/getnetgrent_r.c (setup): Likewise.
40963         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40965 2012-07-31  David S. Miller  <davem@davemloft.net>
40967         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40969 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40971         [BZ #13629]
40972         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40973         value between 1.0 and 2.0 and smaller part has absolute value less
40974         than 1.0.
40975         * math/s_clog10.c (__clog10): Likewise.
40976         * math/s_clog10f.c (__clog10f): Likewise.
40977         * math/s_clog10l.c (__clog10l): Likewise.
40978         * math/s_clogf.c (__clogf): Likewise.
40979         * math/s_clogl.c (__clogl): Likewise.
40980         * math/libm-test.inc (clog_test): Add more tests.
40981         (clog10_test): Likewise.
40982         * sysdeps/i386/fpu/libm-test-ulps: Update.
40983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40985 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40987         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40988         Exit with zero in case no suitable GID is found, and write a
40989         message to standard error.
40991 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40993         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40994         rather than to 1.
40995         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40996         (MAXPATHLEN): Removed.
40997         (NOGROUP, NODEV): New macros.
40998         (setbit, clrbit, isset, isclr): New macros.
40999         (howmany, roundup, powerof2): New macros.
41000         (DEV_BSIZE): New macro.
41002         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41003         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41005         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41006         definition on [!__NO_LONG_DOUBLE_MATH].
41008         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41009         PTR_MANGLE and PTR_DEMANGLE.
41011         * socket/accept4.c (accept4): Rename to __libc_accept4.
41012         Define accept4 as a weak alias.
41014         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41015         on [_DIRENT_HAVE_D_TYPE].
41016         * io/ftw.c (ftw_dir): Likewise.
41018         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41020         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41022         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41023         Use the BSD numbers rather than the arbitrary ones we had.
41024         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41025         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41026         (SIGXCPU, SIGXFSZ): New macros.
41027         (_NSIG): Now 32.
41029         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41030         initializer on [_LIBC_REENTRANT].
41032         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41033         definitions inside [_POSIX_MAPPED_FILES].
41035         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41037         * dirent/opendir.c: Include <fcntl.h>.
41039         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41040         (__libc_getspecific): Likewise.
41041         (__libc_key_create): Likewise.
41043         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41044         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41045         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41046         (tmpfile64): Define as alias.
41047         * sysdeps/wordsize-64/tmpfile.c: File removed.
41048         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41049         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41050         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41052         * stdio-common/vfscanf.c: Include <stdbool.h>.
41053         * nss/makedb.c: Likewise.
41054         * stdio-common/_i18n_number.h: Likewise.
41055         * argp/argp-help.c: Likewise.
41056         * posix/wordexp.c: Likewise.
41057         * sysdeps/posix/spawni.c: Likewise.
41058         * nss/nss_files/files-initgroups.c: Likewise.
41059         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41060         * nss/nss_files/files-initgroups.c: Likewise.
41061         * nss/nss_db/db-netgrp.c: Likewise.
41062         * nss/nss_db/db-initgroups.c: Likewise.
41063         * io/fchmodat.c: Include <sys/stat.h>.
41065         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41066         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41068         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41069         [HAVE_MMAP].
41071         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41072         Add multiple inclusion protection.
41074 2012-07-27  David S. Miller  <davem@davemloft.net>
41076         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41078 2012-07-27  Gary Benson  <gbenson@redhat.com>
41080         [BZ #14298]
41081         * elf/rtld.c: Include <stap-probe.h>.
41082         (dl_main): Added static probes "init_start" and "init_complete".
41083         * elf/dl-load.c: Include <stap-probe.h>.
41084         (lose): Take new parameter "nsid".
41085         Added static probe "map_failed".
41086         (_dl_map_object_from_fd): Pass namespace id to lose.
41087         Added static probe "map_start".
41088         (open_verify): Pass namespace id to lose.
41089         * elf/dl-open.c: Include <stap-probe.h>.
41090         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41091         and "reloc_complete".
41092         * elf/dl-close.c: Include <stap-probe.h>.
41093         (_dl_close_worker): Added static probes "unmap_start" and
41094         "unmap_complete".
41095         * elf/rtld-debugger-interface.txt: New file documenting the above.
41097 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41099         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41100         rather than a string variable.
41101         * sunrpc/rpc_main.c (h_output): Likewise.
41102         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41104 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41106         * inet/check_native.c: New file.
41108 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41110         [BZ #13629]
41111         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41112         if larger part has absolute value 1.0.
41113         * math/s_clog10.c (__clog10): Likewise.
41114         * math/s_clog10f.c (__clog10f): Likewise.
41115         * math/s_clog10l.c (__clog10l): Likewise.
41116         * math/s_clogf.c (__clogf): Likewise.
41117         * math/s_clogl.c (__clogl): Likewise.
41118         * math/libm-test.inc (clog_test): Add more tests.
41119         (clog10_test): Likewise.
41120         * sysdeps/i386/fpu/libm-test-ulps: Update.
41121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41123         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41124         (pltexit): Likewise.
41125         (La_regs): Likewise.
41126         (La_retval): Likewise.
41127         (int_retval): Likewise.
41128         Update #error for removed macros to refer only to definitions in
41129         tst-audit.h.
41130         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41131         macro.
41132         (pltexit): Likewise.
41133         (La_regs): Likewise.
41134         (La_retval): Likewise.
41135         (int_retval): Likewise.
41136         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41137         macro.
41138         (pltexit): Likewise.
41139         (La_regs): Likewise.
41140         (La_retval): Likewise.
41141         (int_retval): Likewise.
41142         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41143         macro.
41144         (pltexit): Likewise.
41145         (La_regs): Likewise.
41146         (La_retval): Likewise.
41147         (int_retval): Likewise.
41148         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41149         macro.
41150         (pltexit): Likewise.
41151         (La_regs): Likewise.
41152         (La_retval): Likewise.
41153         (int_retval): Likewise.
41154         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41155         macro.
41156         (pltexit): Likewise.
41157         (La_regs): Likewise.
41158         (La_retval): Likewise.
41159         (int_retval): Likewise.
41160         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41161         macro.
41162         (pltexit): Likewise.
41163         (La_regs): Likewise.
41164         (La_retval): Likewise.
41165         (int_retval): Likewise.
41166         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41167         macro definitions in tst-audit.h.
41168         * sysdeps/i386/tst-audit.h: New file.
41169         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41170         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41171         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41172         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41173         * sysdeps/sh/tst-audit.h: Likewise.
41174         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41175         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41176         * sysdeps/x86_64/tst-audit.h: Likewise.
41178 2012-07-26  Andreas Jaeger  <aj@suse.de>
41180         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41181         ptrace.
41183         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41184         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41185         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41186         PTRACE_O_MASK.
41187         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41188         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41189         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41191         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41192         value.
41194         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41195         _sigsys.
41196         (si_call_addr, si_syscall, si_arch): Define new macro.
41197         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41198         _sigsys.
41199         (si_call_addr, si_syscall, si_arch): Define new marcro.
41200         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41201         _sigsys.
41202         (si_call_addr, si_syscall, si_arch): Define new macro.
41203         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41204         _sigsys.
41205         (si_call_addr, si_syscall, si_arch): Define new macro.
41207 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41209         [BZ #13717]
41210         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41211         Change to 2.4.21 where previously 2.4.1.
41212         * sysdeps/unix/sysv/linux/configure: Regenerated.
41213         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41214         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41215         Linux kernel version.
41216         (__ASSUME_STD_AUXV): Remove.
41217         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41218         kernel version.
41219         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41220         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41221         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41222         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41223         (__ASSUME_NETLINK_SUPPORT): Likewise.
41224         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41225         (__no_netlink_support): Remove conditional definition.
41226         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41227         Remove.
41228         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41229         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41230         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41231         (if_nameindex_ioctl): Remove.
41232         (if_nameindex_netlink): Do not handle __no_netlink_support.
41233         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41234         code.
41235         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41236         Remove conditional code.
41237         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41238         code.
41239         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41240         unconditional.
41241         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41242         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41243         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41244         Remove.
41245         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41246         [!__ASSUME_STD_AUXV]: Remove conditional code.
41247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41248         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41249         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41251         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41252         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41253         code.
41254         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41256         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41257         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41258         conditional code.
41259         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41261         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41262         code.
41263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41264         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41265         conditional code.
41266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41267         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41268         code unconditional.
41269         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41270         conditional code.
41271         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41272         unconditional.
41273         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41274         conditional code.
41275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41276         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41277         unconditional.
41278         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41279         conditional code.
41280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41281         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41282         code unconditional.
41283         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41284         conditional code.
41285         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41286         unconditional.
41287         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41288         conditional code.
41289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41290         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41291         code unconditional.
41292         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41293         conditional code.
41294         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41295         unconditional.
41296         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41297         conditional code.
41299 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41301         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41302         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41303         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41304         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41305         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41306         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41307         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41308         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41309         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41310         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41311         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41312         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41313         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41314         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41315         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41316         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41317         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41318         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41319         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41320         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41321         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41322         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41323         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41325 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41327         * Versions.def: Add GLIBC_2.17.
41328         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41329         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41330         Introduce __libc_secure_getenv.
41331         * stdlib/Versions (2.17): Add secure_getenv
41332         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41333         * stdlib/secure-getenv.c: Rename __secure_getenv to
41334         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41335         symbol __secure_getenv for GLIBC_2.0.
41336         * stdlib/tst-secure-getenv.c: New.
41337         * stdlib/Makefile (tests): Add testcase.
41338         * manual/startup.texi (Environment Access): Document
41339         secure_getenv.
41340         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41341         __libc_secure_getenv.
41342         * inet/ruserpass.c (ruserpass): Likewise.
41343         * malloc/mtrace.c (mtrace): Likewise.
41344         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41345         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41346         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41347         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41348         HAVE_SECURE_GETENV.
41349         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41350         __secure_getenv to __libc_secure_getenv.
41351         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41353         Likewise.
41354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41355         Likewise.
41356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41357         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41358         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41359         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41360         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41361         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41362         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41364 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41366         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41367         (struct La_i86_retval): Likewise.
41368         (struct La_x86_64_regs): Likewise.
41369         (struct La_x86_64_retval): Likewise.
41370         (struct La_x32_regs): Likewise.
41371         (struct La_x32_retval): Likewise.
41372         (struct La_ppc32_regs): Likewise.
41373         (struct La_ppc32_retval): Likewise.
41374         (struct La_ppc64_regs): Likewise.
41375         (struct La_ppc64_retval): Likewise.
41376         (struct La_sh_regs): Likewise.
41377         (struct La_sh_retval): Likewise.
41378         (struct La_s390_32_regs): Likewise.
41379         (struct La_s390_32_retval): Likewise.
41380         (struct La_s390_64_regs): Likewise.
41381         (struct La_s390_64_retval): Likewise.
41382         (struct La_sparc32_regs): Likewise.
41383         (struct La_sparc32_retval): Likewise.
41384         (struct La_sparc64_regs): Likewise.
41385         (struct La_sparc64_retval): Likewise.
41386         (struct audit_ifaces): Remove architecture-specific pltenter and
41387         pltexit members.
41388         * sysdeps/i386/ldsodefs.h: New file.
41389         * sysdeps/powerpc/ldsodefs.h: Likewise.
41390         * sysdeps/s390/ldsodefs.h: Likewise.
41391         * sysdeps/sh/ldsodefs.h: Likewise.
41392         * sysdeps/sparc/ldsodefs.h: Likewise.
41393         * sysdeps/x86_64/ldsodefs.h: Likewise.
41395 2012-07-25  Marek Polacek  <polacek@redhat.com>
41397         [BZ #6808]
41398         * math/libm-test.inc (yn_test): Add another test.
41399         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41400         to ERANGE when the result is +-Inf.
41401         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41402         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41403         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41404         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41406 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41408         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41409         equal to 0.
41410         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41411         clock_t.
41412         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41414 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41416         * configure.in <sysdeps resolving>: Correct printing
41417         Implies_before.
41418         * configure: Regenerate.
41420 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41422         * math/w_ilogb.c: Include <limits.h>.
41423         * math/w_ilogbl.c: Likewise.
41425 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41427         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41428         va_copy.  Document allowing for unavailable va_copy only as
41429         pre-C99 compatibility.
41430         * manual/string.texi (Copying and Concatenation): Use va_copy
41431         instead of __va_copy in concat example.
41433 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41435         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41436         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41437         it if not null.
41439         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41440         with O_NOLINK passed to __file_name_lookup.
41442         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41443         with O_NOLINK passed to __file_name_lookup.
41445         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41446         negative N or less than NGIDS.
41448         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41449         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41450         enough.  Use memcpy instead of strncpy.
41452 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41454         * elf/Makefile (check-data): Remove.
41455         (localplt.data): New vpath directive.
41456         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41457         instead of $(check-data).
41458         * scripts/data/localplt-generic.data: Move to ...
41459         * sysdeps/generic/localplt.data: ... here.
41460         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41461         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41462         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41464         ... here.
41465         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41467         ... here.
41468         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41469         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41470         ... here.
41471         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41472         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41473         ... here.
41474         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41476         ... here.
41477         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41478         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41479         ... here.
41481 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41483         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41484         PPC32 and PPC64 files.
41485         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41486         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41488 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41490         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41491         __makecontext_ret to ...
41492         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41493         ... here and call exit if uc_link is NULL.  New file.
41494         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41495         __makecontext_ret.S.
41496         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41497         __makecontext_ret to ...
41498         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41499         ... here and call exit if uc_link is NULL.  New file.
41500         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41501         __makecontext_ret.S.
41503 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41505         * elf/elf.h (R_390_IRELATIVE): New definition.
41506         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41507         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41508         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41509         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41510         (elf_machine_lazy_rel): Likewise.
41511         * sysdeps/s390/dl-irel.h: New file.
41512         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41513         * sysdeps/s390/s390-64/memset.S: New asm code.
41514         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41515         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41516         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41517         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41518         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41519         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41520         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41521         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41522         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41523         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41524         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41525         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41526         * sysdeps/s390/s390-32/memset.S: New asm code.
41527         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41529 2012-07-17  Marek Polacek  <polacek@redhat.com>
41531         [BZ #14349]
41532         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41533         * sysdeps/s390/s390-64/configure.in: Likewise.
41534         * sysdeps/sparc/configure.in: Likewise.
41535         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41536         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41537         * sysdeps/i386/configure.in: Likewise.
41538         * sysdeps/x86_64/configure.in: Likewise.
41539         * sysdeps/sh/configure.in: Likewise.
41540         * sysdeps/s390/s390-32/configure: Regenerated.
41541         * sysdeps/s390/s390-64/configure: Likewise.
41542         * sysdeps/x86_64/configure: Likewise.
41543         * sysdeps/sh/configure: Likewise.
41544         * sysdeps/powerpc/powerpc64/configure: Likewise.
41545         * sysdeps/powerpc/powerpc32/configure: Likewise.
41546         * sysdeps/sparc/configure: Likwise.
41547         * sysdeps/i386/configure: Likewise.
41549         * elf/dl-open.c: Comment fixes.
41551 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41553         * Makefile [CXX] (check-data): Remove.
41554         [CXX] (c++-types.data): New vpath directive.
41555         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41556         vpath.  Do not allow for C++ type data being missing.
41557         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41558         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41559         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41560         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41561         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41562         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41563         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41565         ... here.
41566         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41568         ... here.
41569         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41570         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41571         ... here.
41572         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41573         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41574         ... here.
41575         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41576         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41577         ... here.
41578         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41579         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41580         ... here.
41581         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41582         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41583         ... here.
41584         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41585         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41587         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41588         definitions to architecture-specific files.
41589         (TLS_IE): Likewise.
41590         (TLS_LD): Likewise.
41591         (TLS_GD): Likewise.
41592         * sysdeps/i386/tls-macros.h: New file.
41593         * sysdeps/powerpc/tls-macros.h: Likewise.
41594         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41595         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41596         * sysdeps/sh/tls-macros.h: Likewise.
41597         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41598         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41599         * sysdeps/x86_64/tls-macros.h: Likewise.
41601 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41603         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41604         zero value for regular exit case.
41606         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41607         (__start_context): Preserve zero value for regular exit case.
41609 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41610             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41612         * manual/setjmp.texi (setcontext): Clarify normal process
41613         termination when uc_link is the null pointer.
41614         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41615         exit call.
41617 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41619         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41620         preprocessor.  Test for each exception mask separately.
41622 2012-07-16  Andreas Jaeger  <aj@suse.de>
41624         * po/ru.po: Update from translation team.
41626 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41628         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41629         equal to 0.
41630         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41631         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41632         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41633         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41634         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41636 2012-07-13  Andreas Jaeger  <aj@suse.de>
41638         * po/fr.po: Update from translation team.
41640 2012-07-12  Marek Polacek  <polacek@redhat.com>
41642         [BZ #14173]
41643         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41644         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41645         loop condition.
41647 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41649         [BZ #13717]
41650         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41651         Change to 2.4.1 where previously 2.4.0.
41652         * sysdeps/unix/sysv/linux/configure: Regenerated.
41653         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41654         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41655         version.
41656         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41657         (__ASSUME_AT_CLKTCK): Remove.
41658         (__ASSUME_AT_PAGESIZE): Likewise.
41659         (__ASSUME_AT_XID): Likewise.
41660         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41661         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41662         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41663         unconditionally.
41664         (HAVE_AUX_PAGESIZE): Likewise.
41665         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41666         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41667         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41669 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41671         [BZ #14307]
41672         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41673         the temporary buffer used to invoke __gethostbyname2_r,
41674         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41675         host_data / struct gaih_addrtuple.
41676         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41677         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41678         header file nss/nsswitch.h.
41679         * nss/nsswitch.h (global scope): Add definition of implementation
41680         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41681         resolv/nss_dns/dns-host.c).
41683 2012-07-11  Andreas Jaeger  <aj@suse.de>
41685         * po/fr.po: Update from translation team.
41687         * po/sv.po: Update from translation team
41688         * po/fr.po: Another update from translation team.
41690 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41692         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41693         for subnormals or multiply small sinh result by itself.
41694         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41695         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41697 2012-07-11  David S. Miller  <davem@davemloft.net>
41699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41701 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41703         [BZ #14347]
41704         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41705         (INTERNAL_MARK): Shift it here.
41707 2012-07-10  Marek Polacek  <polacek@redhat.com>
41709         [BZ #14151]
41710         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41711         libc_cv_asm_global_directive with .globl.
41712         * configure: Regenerated.
41713         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41714         with .globl.
41715         * sysdeps/i386/configure: Regenerated.
41716         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41717         with .globl.
41718         * sysdeps/x86_64/configure: Regenerated.
41719         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41720         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41721         * elf/tst-unique2mod2.c: Likewise.
41722         * elf/tst-unique2mod1.c: Likewise.
41723         * elf/tst-unique1mod2.c: Likewise.
41724         * elf/tst-unique1mod1.c: Likewise.
41725         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41726         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41727         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41728         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41729         * sysdeps/mach/sysdep.h: Likewise.
41730         * sysdeps/i386/sysdep.h: Likewise.
41731         * sysdeps/i386/i386-mcount.S: Likewise.
41732         * sysdeps/x86_64/_mcount.S: Likewise.
41733         * sysdeps/x86_64/sysdep.h: Likewise.
41734         * sysdeps/sh/_mcount.S: Likewise.
41735         * sysdeps/sh/sysdep.h: Likewise.
41736         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41737         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41738         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41739         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41740         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41741         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41742         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41743         * locale/localeinfo.h: Likewise.
41744         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41745         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41747 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41749         [BZ #14336]
41750         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41751         system".
41752         * manual/message.texi (The Uniforum approach): Likewise.
41753         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41754         (glibc iconv Implementation): Likewise.
41756 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41758         [BZ #14337]
41759         * math/s_clog.c (__clog): Avoid scaling a value down where that
41760         could result in underflow.
41761         * math/s_clog10.c (__clog10): Likewise.
41762         * math/s_clog10f.c (__clog10f): Likewise.
41763         * math/s_clog10l.c (__clog10l): Likewise.
41764         * math/s_clogf.c (__clogf): Likewise.
41765         * math/s_clogl.c (__clogl): Likewise.
41766         * math/libm-test.inc (clog_test): Add more tests.
41767         (clog10_test): Likewise.
41768         * sysdeps/i386/fpu/libm-test-ulps: Update.
41769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41771 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41773         [BZ #14283]
41774         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41775         by 7 not 8 to examine high bit of fractional part.
41777         [BZ #14042]
41778         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41779         for call to __mcount_internal.
41780         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41781         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41782         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41784 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41786         [BZ #14154]
41787         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41788         approximation for values within 0x1p-13f of an odd multiple of
41789         pi/4.
41790         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41791         exception.  Add more tests.
41792         * sysdeps/i386/fpu/libm-test-ulps: Update.
41794         [BZ #6778]
41795         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41796         inputs and return -1 for them.  Do not check for +Inf in case not
41797         reachable for +Inf.
41798         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41799         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41800         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41801         and return -1 for them.  Do not check for +Inf in case not
41802         reachable for +Inf.
41803         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41804         define.
41805         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41806         and return -1 for them.  Do not check for +Inf in case not
41807         reachable for +Inf.
41808         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41809         spurious underflow.
41810         * sysdeps/i386/fpu/libm-test-ulps: Update.
41811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41813 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41815         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41817 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41819         [BZ #14157]
41820         [BZ #14331]
41821         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41822         could result in spurious underflow.  Scale down values above
41823         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41824         * math/s_csqrtf.c (__csqrtf): Likewise.
41825         * math/s_csqrtl.c (__csqrtl): Likewise.
41826         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41827         spurious underflow.
41828         * sysdeps/i386/fpu/libm-test-ulps: Update.
41829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41831 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41833         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41834         xopen-msg.sed.
41835         * catgets/xopen-msg.awk: New file.
41836         * catgets/xopen-msg.sed: Removed.
41838         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41839         po2text.sed.
41840         * intl/po2test.awk: New file.
41841         * intl/po2test.sed: Removed.
41843 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41845         [BZ #14328]
41846         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41847         or multiply small sinh result by itself.
41848         * math/s_ctanf.c (__ctanf): Likewise.
41849         * math/s_ctanh.c (__ctanh): Likewise.
41850         * math/s_ctanhf.c (__ctanhf): Likewise.
41851         * math/s_ctanhl.c (__ctanhl): Likewise.
41852         * math/s_ctanl.c (__ctanl): Likewise.
41853         * math/libm-test.inc (ctan_test_tonearest): New function.
41854         (ctan_test_towardzero): Likewise.
41855         (ctan_test_downward): Likewise.
41856         (ctan_test_upward): Likewise.
41857         (ctanh_test_tonearest): Likewise.
41858         (ctanh_test_towardzero): Likewise.
41859         (ctanh_test_downward): Likewise.
41860         (ctanh_test_upward): Likewise.
41861         (main): Call these new functions.
41862         * sysdeps/i386/fpu/libm-test-ulps: Update.
41863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41865 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41867         * .gitignore: Delete /ports entry.
41869 2012-07-03  Andreas Jaeger  <aj@suse.de>
41871         * po/bg.po: Update from translation team.
41872         * po/cs.po: Likewise.
41873         * po/de.po: Likewise.
41874         * po/hr.po: Likewise.
41875         * po/nl.pl: Likewise.
41876         * po/pl.po: Likewise.
41877         * po/vi.po: Likewise.
41879 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41881         * Makeconfig [!+link] (+link-before-libc): New variable.
41882         [!+link] (+link-after-libc): Likewise.
41883         [!+link] (+link-tests): Likewise.
41884         [!+link] (+link): Define in terms of $(+link-before-libc) and
41885         $(+link-after-libc).
41886         [!+link-static] (+link-static-before-libc): New variable.
41887         [!+link-static] (+link-static-after-libc): Likewise.
41888         [!+link-static] (+link-static-tests): Likewise.
41889         [!+link-static] (+link-static): Define in terms of
41890         $(+link-static-before-libc) and $(+link-static-after-libc).
41891         [build-shared] (link-libc-before-gnulib): New variable.
41892         [build-shared] (link-libc-tests): Likewise.
41893         [build-shared] (link-libc): Define in terms of
41894         $(link-libc-before-gnulib).
41895         [!build-shared] (link-libc-tests): New variable.
41896         (link-libc-static-tests): New variable.
41897         [!gnulib] (gnulib-arch): New variable.
41898         [!gnulib] (gnulib-tests): Likewise.
41899         [!gnulib] (static-gnulib-arch): Likewise.
41900         [!gnulib] (static-gnulib-tests): Likewise.
41901         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41902         Define with "=" instead of ":=".
41903         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41904         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41905         * Rules (binaries-all-notests): New variable.
41906         (binaries-all-tests): Likewise.
41907         (binaries-static-notests): Likewise.
41908         (binaries-static-tests): Likewise.
41909         (binaries-all): Define using $(binaries-all-notests) and
41910         $(binaries-all-tests).
41911         (binaries-static): Define using $(binaries-static-notests) and
41912         $(binaries-static-tests).
41913         (binaries-shared-tests): New variable.
41914         (binaries-shared-notests): Likewise.
41915         (binaries-shared): Remove variable.
41916         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41917         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41918         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41919         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41920         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41921         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41922         * elf/Makefile (sln-modules): New variable.
41923         (extra-objs): Add $(sln-modules:=.o).
41924         (ldconfig-modules): Add static-stubs.
41925         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41926         * elf/static-stubs.c: New file.
41928         [BZ #14283]
41929         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41930         by 7 not 8 to examine high bit of fractional part.  Use volatile
41931         variables when splitting into final array of floats if
41932         __FLT_EVAL_METHOD__ != 0.
41933         * math/libm-test.inc (cos_test): Add another test.
41934         (sin_test): Likewise.
41935         * sysdeps/i386/fpu/libm-test-ulps: Update.
41937         [BZ #14273]
41938         * math/libm-test.inc (cosh_test): Add more tests.
41940         * version.h (RELEASE): Set to "development".
41941         (VERSION): Set to "2.16.90".
41943 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41945         * NEWS: Update copyright. Remove last-updated date.
41946         Mention math library bug fixes and timezone data changes.
41947         * README: Mention GNU/Hurd, x32, and HPPA support status.
41949 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41951         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41953 2012-06-27  Andreas Jaeger  <aj@suse.de>
41955         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41957 2012-06-25  Andreas Jaeger  <aj@suse.de>
41959         * sysdeps/s390/fpu/libm-test-ulps: Update.
41961 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41962             Thomas Schwinge  <thomas@codesourcery.com>
41964         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41965         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41966         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41967         fanotify_mark.
41969 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41971         * sysdeps/mach/start.c: Remove file.
41972         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41973         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41974         * sysdeps/sh/init-first.c: Likewise.
41976         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41977         registers for frame unwinding purposes, add CFI directives.
41978         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41979         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41980         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41981         Likewise.
41983         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41984         __fortify_fail returning.
41985         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41987         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41988         sysdeps/sh/____longjmp_chk.S.
41989         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41990         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41991         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41992         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41994         * sysdeps/sh/abort-instr.h: New file.
41995         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41996         process in case exit returns.
41998         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41999         initialize the GOT register before use.
42001         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42002         calculation of ARGC > 4.
42004         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42005         meaningful names to some local labels.
42007 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42008             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42010         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42011         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42012         (__arch_compare_and_exchange_val_16_acq): Likewise.
42013         (__arch_compare_and_exchange_val_32_acq): Likewise.
42014         (atomic_exchange_and_add): Fix gUSA sequence.
42015         (atomic_add): Likewise.
42016         (atomic_add_negative): Likewise.
42017         (atomic_add_zero): Likewise.
42018         (atomic_bit_test_set): Likewise.
42020 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42022         [BZ #13579]
42023         * include/link.h (struct link_map): Add l_free_initfini.
42024         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42025         l_initfini.
42026         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42027         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42028         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42029         set.
42031 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42033         * configure.in: Use AC_LANG_SOURCE.
42034         * configure: Regenerate.
42036 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42038         * configure.in (libc_cv_localstatedir): New substituted variable.
42039         * configure: Regenerated.
42040         * config.make.in (localstatedir): New variable, substituted from
42041         libc_cv_localstatedir.
42042         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42043         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42044         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42045         * sysdeps/gnu/configure: Regenerated.
42047 2012-06-21  Jeff Law  <law@redhat.com>
42049         [BZ #14277]
42050         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42051         free.  Simplify list management for _LIBC case.
42053 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42055         [BZ #14273]
42056         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42057         Clear sign bit of 64-bit integer value before comparing against
42058         overflow value.
42060         * sysdeps/mach/configure: Regenerated.
42062 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42064         [BZ #14278]
42065         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42067 2012-06-21  Jeff Law  <law@redhat.com>
42069         [BZ #13882]
42070         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42071         uint16_t for elements in the "seen" array to avoid char overflows.
42072         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42073         * elf/dl-open.c (dl_open_worker): Likewise.
42075 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42077         * scripts/list-sources.sh: Scan PORTS for translations.
42078         * po/libc.pot: Regenerated.
42080 2012-06-21  Andreas Jaeger  <aj@suse.de>
42082         [BZ #12194]
42083         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42084         warning.
42085         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42086         * bits/byteswap-16.h (__bswap_16): Likewise.
42087         * bits/byteswap.h (__bswap_constant_16): Likewise.
42089 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42091         [BZ #14117]
42092         * sysdeps/i386/fpu_control.h: Removed.
42093         * sysdeps/x86_64/fpu_control.h: Moved to ...
42094         * sysdeps/x86/fpu_control.h: Here.
42096         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42097         (_FPU_SETCW): Likewise.
42099 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42101         [BZ #14117]
42102         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42103         * sysdeps/x86/fpu/bits/mathinline.h: This.
42104         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42106         [BZ #14050]
42107         [BZ #14117]
42108         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42109         functions if __x86_64__ is defined.
42111 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42113         * string/endian.h: Add !__ASSEMBLER__ condition for including
42114         conversion interfaces.
42116 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42118         [BZ #14241]
42119         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42120         of ABS(x) in calculating zero to negative powers other than odd
42121         integers.
42122         * math/libm-test.inc (pow_test): Add more tests.
42124 2012-06-15  Andreas Jaeger  <aj@suse.de>
42126         * manual/contrib.texi (Contributors): Update entry of Liubov
42127         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42128         Machado Filho.
42130 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42132         * string/string.h: Add __wur to GNU version of strerror_r.
42134 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42136         [BZ #14229]
42137         * string/Makefile (tests): Add tst-strtok_r.
42138         * string/tst-strtok_r.c: New file.
42139         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42140         RAX_LP/RDX_LP on SAVE_PTR.
42142 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42144         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42146 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42148         * libm_test.inc (csqrt_test): Allow more spurious underflow
42149         exceptions.
42150         (j0_test): Likewise.
42151         (j1_test): Likewise.
42152         (y0_test): Likewise.
42153         (y1_test): Likewise.
42155 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42157         * po/Makefile (libc.pot): Use UTF-8 charset.
42159 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42161         [BZ #14210]
42162         Suppress sign-conversion warning from FD_SET.
42163         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42164         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42165         not unsigned long int.
42166         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42168 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42170         [BZ #14050]
42171         [BZ #14117]
42172         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42173         __extern_always_inline instead of __extern_inline.
42174         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42175         (__signbit): Likewise.
42176         (__signbitl): Support C++ namespace.
42177         (lrintf): New inline function.
42178         (lrint): Likewise.
42179         (llrintf): Likewise.
42180         (llrint): Likewise.
42181         (fmaxf): Likewise.
42182         (fmax): Likewise.
42183         (fminf): Likewise.
42184         (fmin): Likewise.
42185         (rint): Likewise.
42186         (rintf): Likewise.
42187         (ceil): Likewise.
42188         (ceilf): Likewise.
42189         (floor): Likewise.
42190         (floorf): Likewise.
42191         (nearbyint): Likewise.
42192         (nearbyintf): Likewise.
42194 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42196         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42197         non-default versions.
42199 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42201         [BZ #14218]
42202         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42204 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42206         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42207         (FE_UPWARD, FE_DOWNWARD): Don't define.
42208         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42209         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42211         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42212         reading it.
42213         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42214         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42216 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42218         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42219         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42220         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42221         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42223 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42225         [BZ #14117]
42226         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42227         * sysdeps/i386/fpu/Implies: New file.
42228         * sysdeps/x86_64/fpu/Implies: Likewise.
42229         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42230         * sysdeps/x86/fpu/bits/fenv.h: This.
42232         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42233         __SSE_MATH__.
42235 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42237         [BZ #14134]
42238         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42239         character 0xffff that matches the last element of the
42240         conversion table.
42242 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42244         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42245         fmodl commit.
42247 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42249         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42250         values higher than 25.6283.
42252 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42254         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42255         subnormal exponent extraction and add some __builtin_expect.
42256         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42257         Fix for subnormal mantissa calculation.
42259 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42261         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42262         cpu2 is -1 and errno is not ENOSYS.
42264 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42266         [BZ #14117]
42267         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42268         * sysdeps/x86/bits/string.h: This.
42269         * sysdeps/x86_64/bits/string.h: Removed.
42271         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42272         if not compiling for x86-64, but compiling for >= i486.
42274         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42275         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42277         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42278         New macro from Linux kernel 3.4.0.
42279         (FP_XSTATE_MAGIC2): Likewise.
42280         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42281         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42282         (struct _fpx_sw_bytes): New struct.
42283         (struct _xsave_hdr): Likewise.
42284         (struct _ymmh_state): Likewise.
42285         (struct _xstate): Likewise.
42287         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42288         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42289         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42290         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42291         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42292         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42294         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42295         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42296         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42297         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42298         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42299         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42301 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42303         [BZ #13743]
42304         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42305         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42306         (sysdep_headers): Include sys/platform/ppc.h.
42307         * sysdeps/powerpc/test-gettimebase.c: Test for
42308         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42309         * manual/Makefile (appendices): Include platform.texi.
42310         * manual/contrib.texi (Contributors): Update @node pointers.
42311         * manual/maint.texi (Maintenance): Likewise.
42312         (Platform): New node.
42313         * manual/platform.texi: New file.  Document the new features.
42315 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42316             Jakub Jelinek  <jakub@redhat.com>
42318         [BZ #14188]
42319         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42320         where __builtin_expect is unavailable.
42322 2012-06-03  David S. Miller  <davem@davemloft.net>
42324         * stdlib/longlong.h: Updated from GCC.
42326 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42328         [BZ #14042]
42329         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42330         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42331         __mcount_internal.
42332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42333         (GLIBC_2.16): Likewise.
42335 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42337         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42339 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42342         (default-abi): New variable.
42343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42344         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42345         variable.
42346         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42347         Likewise.
42348         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42349         Likewise.
42350         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42351         Likewise.
42353         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42354         definition.  Document in comment.
42356 2012-06-01  David S. Miller  <davem@davemloft.net>
42358         * stdlib/longlong.h: Updated from GCC.
42360 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42362         [BZ #14117]
42363         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42364         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42365         sys/debugreg.h sys/io.h here.
42366         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42367         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42368         sys/io.h.
42369         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42370         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42371         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42372         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42373         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42374         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42376         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42377         Define only if __x86_64__ is defined.
42379 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42381         [BZ #14048]
42382         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42383         Use int64_t for variable i.
42384         * math/libm-test.inc (fmod_test): Add more tests.
42386         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42387         z computation is not scheduled after fetestexcept.
42388         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42389         Use math_force_eval instead of asm to ensure calculation scheduled
42390         before exception test.
42391         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42392         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42394 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42396         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42397         computation is not scheduled after fetestexcept.
42399 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42401         [BZ #14117]
42402         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42403         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42405 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42407         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42408         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42410 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42412         [BZ #14117]
42413         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42414         <bits/wordsize.h>.
42415         (__WCHAR_MIN): Support __WORDSIZE == 64.
42416         (__WCHAR_MAX): Likewise.
42418         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42419         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42421         [BZ #14183]
42422         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42423         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42425         [BZ #14117]
42426         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42427         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42429         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42430         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42432         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42433         Defined to 1 if __x86_64__ isn't defined.
42434         (_STAT_VER_LINUX_OLD): New.
42435         (st_atime): Remove duplicate.
42436         (st_mtime): Likewise.
42437         (st_ctime): Likewise.
42439 2012-05-31  David S. Miller  <davem@davemloft.net>
42441         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42442         entries.
42444 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42446         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42447         gen-libm-test.pl.
42449         [BZ #14132]
42450         * elf/dl-reloc.c: Include <_itoa.h>.
42451         (_dl_reloc_bad_type): Remove use of INTUSE.
42452         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42453         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42454         * stdio-common/psiginfo.c (psiginfo): Likewise.
42455         * stdio-common/psignal.c (psignal): Likewise.
42456         * string/strsignal.c (strsignal): Likewise.
42457         * include/signal.h (_sys_siglist): Declare hidden proto.
42458         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42459         INTVARDEF with libc_hidden_data_def.
42460         * stdio-common/itoa-udigits.c: Likewise.
42461         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42462         (_itoa_lower_digits_internal): Remove declaration.
42463         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42464         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42465         (_sys_sigabbrev_internal): Remove aliases.
42466         (_sys_siglist): Define hidden alias.
42468 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42470         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42471         bits/sysctl.h.
42473 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42475         [BZ #14117]
42476         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42477         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42479         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42480         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42481         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42482         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42483         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42484         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42486         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42487         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42488         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42490         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42491         with __addr.
42492         (insw): Likewise.
42493         (insl): Likewise.
42494         (outsb): Likewise.
42495         (outsw): Likewise.
42496         (outsl): Likewise.
42498         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42499         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42500         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42502         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42503         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42504         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42505         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42506         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42507         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42509         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42510         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42512         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42513         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42515         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42516         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42517         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42519         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42520         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42521         to ...
42522         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42524         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42525         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42526         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42528         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42529         for x86-64.
42530         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42532 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42534         * math/math.h (M_El): Use two more decimal places.
42535         (M_LOG2El): Likewise.
42536         (M_LOG10El): Likewise.
42537         (M_LN2l): Likewise.
42538         (M_LN10l): Likewise.
42539         (M_PIl): Likewise.
42540         (M_PI_2l): Likewise.
42541         (M_PI_4l): Likewise.
42542         (M_1_PIl): Likewise.
42543         (M_2_PIl): Likewise.
42544         (M_2_SQRTPIl): Likewise.
42545         (M_SQRT2l): Likewise.
42546         (M_SQRT1_2l): Likewise.
42548 2012-05-31  David S. Miller  <davem@davemloft.net>
42550         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42551         values between float registers.
42552         * sysdeps/sparc/sparc64/memset.S: Likewise.
42553         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42555 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42557         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42558         -D_FORTIFY_SOURCE=1.
42559         (CPPFLAGS-tst-longjmp_chk.c): Define.
42560         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42561         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42562         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42563         CFLAGS-tst-wchar-h.c.
42565 2012-05-31  Marek Polacek  <polacek@redhat.com>
42567         [BZ #14132]
42568         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42569         __endmntent_internal): Remove declaration.
42570         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42571         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42572         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42574 2012-05-30  David S. Miller  <davem@davemloft.net>
42576         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42577         (___Q_simulate_exceptions): Use real FP ops rather than writing
42578         into the %fsr.
42579         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42580         Likewise.
42582 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42584         [BZ #14117]
42585         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42586         * sysdeps/x86/bits/xtitypes.h: This.
42588         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42589         * sysdeps/x86/bits/wordsize.h: This.
42591         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42592         * sysdeps/x86/bits/huge_vall.h: This.
42594         * sysdeps/i386/bits/select.h: Removed.
42595         * sysdeps/x86_64/bits/select.h: Renamed to ...
42596         * sysdeps/x86/bits/select.h: This.
42598         * sysdeps/i386/bits/setjmp.h: Removed.
42599         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42600         * sysdeps/x86/bits/setjmp.h: This.
42602         * sysdeps/i386/bits/mathdef.h: Removed.
42603         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42604         * sysdeps/x86/bits/mathdef.h: This.
42606 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42608         [BZ #14132]
42609         * include/sys/socket.h (__connect_internal)
42610         (__libc_sa_len_internal): Remove declaration.
42611         (__connect, __libc_sa_len): Declare hidden_proto.
42612         (SA_LEN): Remove use of INTUSE.
42613         * socket/connect.c: Add libc_hidden_def.
42614         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42615         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42616         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42617         alias.
42618         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42619         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42620         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42621         of adding _internal alias.
42623 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42625         [BZ #14117]
42626         * sysdeps/i386/bits/link.h: Removed.
42627         * sysdeps/i386/bits/linkmap.h: Likewise.
42628         * sysdeps/x86_64/bits/link.h: Renamed to ...
42629         * sysdeps/x86/bits/link.h: This.
42630         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42631         * sysdeps/x86/bits/linkmap.h: This.
42633         * sysdeps/i386/bits/endian.h: Removed.
42634         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42635         * sysdeps/x86/bits/endian.h: This.
42637         * sysdeps/i386/bits/byteswap.h: Removed.
42638         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42639         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42640         * sysdeps/x86/bits/byteswap.h: This.
42641         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42642         * sysdeps/x86/bits/byteswap-16.h: This.
42643         * sysdeps/i386/Implies: Add x86.
42644         * sysdeps/x86_64/Implies: Likewise.
42646 2012-05-30  David S. Miller  <davem@davemloft.net>
42648         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42649         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42650         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42651         (FP_TRAPPING_EXCEPTIONS): Define.
42652         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42653         (FP_TRAPPING_EXCEPTIONS): Define.
42654         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42655         subnormals only when inexact has been signalled or underflow
42656         exceptions are enabled.
42657         (_FP_PACK_CANONICAL): Likewise.
42659 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42661         [BZ #14183]
42662         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42663         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42665 2012-05-30  Richard Henderson  <rth@twiddle.net>
42667         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42668         with #ifndef NOT_IN_libc.
42670         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42671         marked to avoid plt entry.
42673 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42675         [BZ #14112]
42676         * Makeconfig (default-abi): New macro.
42677         (abi-includes): Likewise.
42678         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42679         $(abi-$(default-abi)-lib-soname) for soname if defined.
42680         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42681         abi-variants.
42682         * Makefile (installed-stubs): Likewise.
42683         * include/stubs-biarch.h: Removed.
42684         * scripts/lib-names.awk: Only handle one library at a time.
42685         * scripts/soversions.awk: Remove WORDSIZE support.
42686         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42687         entries.
42688         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42689         Removed.
42690         (syscall-list-default-condition): Likewise.
42691         (syscall-list-default-condition): Likewise.
42692         (syscall-list-includes): Likewise.
42693         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42694         syscall-list-* with abi-*.  Handle undefined abi-variants.
42695         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42696         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42697         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42698         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42699         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42700         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42701         Removed.
42702         (syscall-list-32-options): Likewise.
42703         (syscall-list-32-condition): Likewise.
42704         (syscall-list-64-options): Likewise.
42705         (syscall-list-64-condition): Likewise.
42706         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42707         macro.
42708         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42709         Renamed to ...
42710         (abi-*): This.
42711         (abi-64-ld-soname): New macro.
42712         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42713         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42714         Renamed to ...
42715         (abi-*): This.
42716         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42717         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42719 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42721         * sysdeps/unix/sysv/linux/kernel-features.h
42722         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42723         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42724         include <kernel-features.h>.
42725         [!__NR_ftruncate64]: Remove conditional code.
42726         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42727         [__NR_ftruncate64]: Make code unconditional.
42728         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42729         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42730         include <kernel-features.h>.
42731         [!__NR_ftruncate64]: Remove conditional code.
42732         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42733         [__NR_ftruncate64]: Make code unconditional.
42734         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42736         include <kernel-features.h>.
42737         [!__NR_ftruncate64]: Remove conditional code.
42738         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42739         [__NR_ftruncate64]: Make code unconditional.
42740         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42742         include <kernel-features.h>.
42743         [!__NR_ftruncate64]: Remove conditional code.
42744         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42745         [__NR_ftruncate64]: Make code unconditional.
42746         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42748         * configure.in (libc_cv_fpie): Weaken to a compile test using
42749         LIBC_TRY_CC_OPTION.
42750         * configure: Regenerated.
42752 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42754         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42755         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42756         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42757         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42758         Refreshed.
42759         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42760         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42761         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42762         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42763         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42765         Refreshed.
42767 2012-05-27  David S. Miller  <davem@davemloft.net>
42769         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42770         (___Q_zero): New.
42771         (__Q_simulate_exceptions): Return void.  Change to simulate
42772         exceptions by writing into the %fsr.
42773         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42774         (__Qp_handle_exceptions): Likewise.
42775         (numbers): Delete.
42776         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42777         __Qp_handle_exceptions.
42778         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42779         __Qp_handle_exceptions.
42780         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42781         as unused and give dummy FP_RND_NEAREST initializer.
42782         (FP_INHIBIT_RESULTS): Define.
42783         (___Q_simulate_exceptions): Update declaration.
42784         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42785         formatting.
42786         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42787         as unused and give dummy FP_RND_NEAREST initializer.
42788         (__Qp_handle_exceptions): Update declaration.
42789         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42790         formatting.
42792 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42794         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42795         the temporary FPU control word.
42796         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42797         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42798         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42799         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42800         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42801         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42802         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42803         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42804         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42805         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42806         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42808 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42810         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42811         fields.
42813 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42815         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42816         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42817         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42818         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42819         Likewise.
42820         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42821         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42822         Likewise.
42824 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42826         * po/h.po: Update from translation team.
42828 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42830         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42832         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42833         handling of denormals.
42834         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42835         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42836         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42837         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42838         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42839         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42840         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42841         Likewise.
42843 2012-05-26  Marek Polacek  <polacek@redhat.com>
42845         [BZ #14152]
42846         * math/libm-test.inc (fma_test): Don't always expect underflow
42847         exception.
42849 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42851         [BZ #12416]
42852         * elf/tst-execstack.c: Include stackinfo.h.
42853         (do_test): Adjust test case to ensure that pthread_getattr_np
42854         behaviour remains the same after marking stack executable.
42856 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42858         * sysdeps/unix/sysv/linux/kernel-features.h
42859         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42860         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42861         kernel-features.h.
42862         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42863         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42864         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42865         kernel-features.h.
42866         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42867         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42869 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42871         * configure.in: Define the default includes to being none.
42872         * configure: Regenerated.
42874 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42876         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42877         * sysdeps/x86_64/setjmp.S: Likewise.
42878         * sysdeps/i386/bsd-setjmp.S: Likewise.
42879         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42880         * sysdeps/i386/setjmp.S: Likewise.
42881         * sysdeps/i386/__longjmp.S: Likewise.
42882         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42883         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42885         * include/stap-probe.h: New file.
42886         * configure.in: Handle --enable-systemtap.
42887         * configure: Regenerated.
42888         * config.h.in (USE_STAP_PROBE): New #undef.
42889         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42890         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42891         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42893 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42895         [BZ #13717]
42896         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42897         to 2.4.0 where earlier.
42898         * sysdeps/unix/sysv/linux/configure: Regenerated.
42899         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42900         <kernel-features.h>.
42901         [__ASSUME_32BITUIDS]: Make code unconditional.
42902         [!__ASSUME_32BITUIDS]: Remove conditional code.
42903         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42904         <kernel-features.h>.
42905         [__ASSUME_32BITUIDS]: Make code unconditional.
42906         [!__ASSUME_32BITUIDS]: Remove conditional code.
42907         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42908         [__ASSUME_32BITUIDS]: Make code unconditional.
42909         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42910         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42911         <kernel-features.h>.
42912         [__ASSUME_32BITUIDS]: Make code unconditional.
42913         [!__ASSUME_32BITUIDS]: Remove conditional code.
42914         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42915         <kernel-features.h>.
42916         [__ASSUME_32BITUIDS]: Make code unconditional.
42917         [!__ASSUME_32BITUIDS]: Remove conditional code.
42918         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42919         <kernel-features.h>.
42920         [__ASSUME_32BITUIDS]: Make code unconditional.
42921         [!__ASSUME_32BITUIDS]: Remove conditional code.
42922         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42923         <kernel-features.h>.
42924         [__ASSUME_32BITUIDS]: Make code unconditional.
42925         [!__ASSUME_32BITUIDS]: Remove conditional code.
42926         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42927         <kernel-features.h>.
42928         [__ASSUME_32BITUIDS]: Make code unconditional.
42929         [!__ASSUME_32BITUIDS]: Remove conditional code.
42930         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42931         <kernel-features.h>.
42932         [__ASSUME_32BITUIDS]: Make code unconditional.
42933         [!__ASSUME_32BITUIDS]: Remove conditional code.
42934         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42935         <kernel-features.h>.
42936         [__ASSUME_32BITUIDS]: Make code unconditional.
42937         [!__ASSUME_32BITUIDS]: Remove conditional code.
42938         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42939         <kernel-features.h>.
42940         [__ASSUME_32BITUIDS]: Make code unconditional.
42941         [!__ASSUME_32BITUIDS]: Remove conditional code.
42942         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42943         <kernel-features.h>.
42944         [__ASSUME_32BITUIDS]: Make code unconditional.
42945         [!__ASSUME_32BITUIDS]: Remove conditional code.
42946         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42947         <kernel-features.h>.
42948         [__ASSUME_32BITUIDS]: Make code unconditional.
42949         [!__ASSUME_32BITUIDS]: Remove conditional code.
42950         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42951         <kernel-features.h>.
42952         [__NR_setresgid] (__setresgid): Do not declare.
42953         [__ASSUME_32BITUIDS]: Make code unconditional.
42954         [!__ASSUME_32BITUIDS]: Remove conditional code.
42955         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42956         <kernel-features.h>.
42957         [__NR_setresuid] (__setresuid): Do not declare.
42958         [__ASSUME_32BITUIDS]: Make code unconditional.
42959         [!__ASSUME_32BITUIDS]: Remove conditional code.
42960         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42961         <kernel-features.h>.
42962         [__ASSUME_32BITUIDS]: Make code unconditional.
42963         [!__ASSUME_32BITUIDS]: Remove conditional code.
42964         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42965         <kernel-features.h>.
42966         [__ASSUME_32BITUIDS]: Make code unconditional.
42967         [!__ASSUME_32BITUIDS]: Remove conditional code.
42968         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42969         <kernel-features.h>.
42970         [__ASSUME_32BITUIDS]: Make code unconditional.
42971         [!__ASSUME_32BITUIDS]: Remove conditional code.
42972         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42973         <kernel-features.h>.
42974         [__ASSUME_32BITUIDS]: Make code unconditional.
42975         [!__ASSUME_32BITUIDS]: Remove conditional code.
42976         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42977         <kernel-features.h>.
42978         [__ASSUME_32BITUIDS]: Make code unconditional.
42979         [!__ASSUME_32BITUIDS]: Remove conditional code.
42980         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42981         <kernel-features.h>.
42982         [__ASSUME_32BITUIDS]: Make code unconditional.
42983         [!__ASSUME_32BITUIDS]: Remove conditional code.
42984         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42985         <kernel-features.h>.
42986         [__ASSUME_32BITUIDS]: Make code unconditional.
42987         [!__ASSUME_32BITUIDS]: Remove conditional code.
42988         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42989         <kernel-features.h>.
42990         [__ASSUME_32BITUIDS]: Make code unconditional.
42991         [!__ASSUME_32BITUIDS]: Remove conditional code.
42992         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42993         <kernel-features.h>.
42994         [__ASSUME_32BITUIDS]: Make code unconditional.
42995         [!__ASSUME_32BITUIDS]: Remove conditional code.
42996         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42997         <kernel-features.h>.
42998         [__ASSUME_32BITUIDS]: Make code unconditional.
42999         [!__ASSUME_32BITUIDS]: Remove conditional code.
43000         * sysdeps/unix/sysv/linux/kernel-features.h
43001         (__ASSUME_SETRESUID_SYSCALL): Remove.
43002         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43003         (__ASSUME_32BITUIDS): Likewise.
43004         (__ASSUME_LDT_WORKS): Likewise.
43005         (__ASSUME_O_DIRECTORY): Likewise.
43006         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43007         architecture but not kernel version.
43008         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43009         (__ASSUME_MMAP2_SYSCALL): Likewise.
43010         (__ASSUME_STAT64_SYSCALL): Likewise.
43011         (__ASSUME_IPC64): Likewise.
43012         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43013         <kernel-features.h>.
43014         [__ASSUME_32BITUIDS]: Make code unconditional.
43015         [!__ASSUME_32BITUIDS]: Remove conditional code.
43016         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43017         <kernel-features.h>.
43018         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43019         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43020         132096]: Remove conditional code.
43021         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43022         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43023         <kernel-features.h>.
43024         [__ASSUME_32BITUIDS]: Make code unconditional.
43025         [!__ASSUME_32BITUIDS]: Remove conditional code.
43026         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43027         <kernel-features.h>.
43028         [__ASSUME_32BITUIDS]: Make code unconditional.
43029         [!__ASSUME_32BITUIDS]: Remove conditional code.
43030         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43031         <kernel-features.h>.
43032         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43033         unconditional.
43034         (__setresgid): Do not declare.
43035         [__ASSUME_32BITUIDS]: Make code unconditional.
43036         [!__ASSUME_32BITUIDS]: Remove conditional code.
43037         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43038         <kernel-features.h>.
43039         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43040         unconditional.
43041         (__setresuid): Do not declare.
43042         [__ASSUME_32BITUIDS]: Make code unconditional.
43043         [!__ASSUME_32BITUIDS]: Remove conditional code.
43044         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43045         <kernel-features.h>.
43046         [__ASSUME_32BITUIDS]: Make code unconditional.
43047         [!__ASSUME_32BITUIDS]: Remove conditional code.
43048         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43049         <kernel-features.h>.
43050         [__ASSUME_32BITUIDS]: Make code unconditional.
43051         [!__ASSUME_32BITUIDS]: Remove conditional code.
43053 2012-05-25  Richard Henderson  <rth@twiddle.net>
43055         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43056         dl_hwcap to ifunc resolver.
43057         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43058         elf_ifunc_invoke.
43059         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43060         dl_hwcap to ifunc resolver.
43061         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43063 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43065         [BZ #14153]
43066         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43067         for |x| <= 2**-26, not 2**-57.
43068         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43069         exception.
43071 2012-05-24  Jeff Law  <law@redhat.com>
43073         * stdio-common/Makefile (tests): Add bug25.
43074         * stdio-common/bug25.c: New test.
43076 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43078         [BZ #13576]
43079         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43080         multiple of MALLOC_ALIGNMENT in size.
43081         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43083 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43085         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43086         Require >= 256.
43087         (FILENAME_MAX): Use macro-int-constant.
43088         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43089         (_IOFBF): Use macro-int-constant.
43090         (_IOLBF): Likewise.
43091         (_IONBF): Likewise.
43092         (SEEK_CUR): Likewise.
43093         (SEEK_END): Likewise.
43094         (SEEK_SET): Likewise.
43095         (TMP_MAX): Likewise.
43096         (EOF): Use macro-int-constant.  Require < 0.
43097         (NULL): Use macro-constant.  Require == 0.
43098         (stdin): Require type to be FILE *.
43099         (stdout): Likewise.
43100         (stderr): Likewise.
43101         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43102         macro-int-constant.
43103         (EXIT_SUCCESS): Likewise.
43104         (NULL): Use macro-constant.  Require == 0.
43105         (RAND_MAX): Use macro-int-constant.
43106         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43107         [C99-based standards] (strtof): Require function.
43108         [C99-based standards] (strtold): Likewise.
43109         [C99-based standards] (strtoll): Likewise.
43110         [C99-based standards] (strtoull): Likewise.
43111         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43112         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43113         [ISO || ISO99 || ISO11] (math.h): Likewise.
43114         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43115         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43116         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43118 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43120         [BZ #14132]
43121         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43122         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43123         * intl/dgettext.c (DCGETTEXT): Likewise.
43124         * intl/gettext.c (DCGETTEXT): Likewise.
43125         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43126         * posix/regex_internal.h (gettext): Likewise.
43127         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43128         Remove declaration.
43129         * include/argz.h (__argz_count_internal)
43130         (__argz_stringify_internal): Remove declaration.
43131         (__argz_count, __argz_stringify): Declare hidden proto.
43132         * intl/dcgettext.c: Remove use of INTDEF.
43133         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43134         * string/argz-stringify.c: Likewise.
43135         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43136         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43137         Declare hidden proto.
43138         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43139         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43140         Declare hidden proto.
43141         * include/stdio.h (__asprintf_internal): Don't declare.
43142         (__asprintf): Don't define as macro.  Declare hidden proto.
43143         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43144         (__fsetlocking): Declare hidden proto.
43145         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43146         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43147         hidden proto.
43148         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43149         (_IO_setlinebuf): Remove use of INTUSE.
43150         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43151         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43152         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43153         Remove declaration.
43154         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43155         (_IO_do_flush): Remove use of INTUSE.
43156         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43157         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43158         (_IO_adjust_column, _IO_least_wmarker)
43159         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43160         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43161         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43162         (_IO_default_doallocate, _IO_wdefault_doallocate)
43163         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43164         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43165         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43166         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43167         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43168         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43169         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43170         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43171         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43172         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43173         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43174         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43175         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43176         proto.
43177         (_IO_flush_all_internal, _IO_adjust_column_internal)
43178         (_IO_default_uflow_internal, _IO_default_finish_internal)
43179         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43180         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43181         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43182         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43183         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43184         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43185         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43186         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43187         (_IO_file_close_internal, _IO_file_close_it_internal)
43188         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43189         (_IO_file_init_internal, _IO_file_attach_internal)
43190         (_IO_file_fopen_internal, _IO_file_read_internal)
43191         (_IO_file_sync_internal, _IO_file_seek_internal)
43192         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43193         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43194         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43195         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43196         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43197         (_IO_list_all_internal, _IO_link_in_internal)
43198         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43199         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43200         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43201         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43202         (_IO_do_write_internal, _IO_padn_internal)
43203         (_IO_getline_info_internal, _IO_getline_internal)
43204         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43205         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43206         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43207         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43208         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43209         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43210         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43211         with libc_hidden_ver, remove use of INTUSE.
43212         * libio/genops.c: Likewise.
43213         * libio/freopen.c: Likewise.
43214         * libio/freopen64.c: Likewise.
43215         * libio/iofclose.c: Likewise.
43216         * libio/iofdopen.c: Likewise.
43217         * libio/iofflush.c: Likewise.
43218         * libio/iofflush_u.c: Likewise.
43219         * libio/iofgets.c: Likewise.
43220         * libio/iofgets_u.c: Likewise.
43221         * libio/iofopen.c: Likewise.
43222         * libio/iofopncook.c: Likewise.
43223         * libio/iofread.c: Likewise.
43224         * libio/iofread_u.c: Likewise.
43225         * libio/ioftell.c: Likewise.
43226         * libio/iofwrite.c: Likewise.
43227         * libio/iogetline.c: Likewise.
43228         * libio/iogets.c: Likewise.
43229         * libio/iogetwline.c: Likewise.
43230         * libio/iopadn.c: Likewise.
43231         * libio/iopopen.c: Likewise.
43232         * libio/ioseekoff.c: Likewise.
43233         * libio/ioseekpos.c: Likewise.
43234         * libio/iosetbuffer.c: Likewise.
43235         * libio/iosetvbuf.c: Likewise.
43236         * libio/ioungetc.c: Likewise.
43237         * libio/ioungetwc.c: Likewise.
43238         * libio/iovdprintf.c: Likewise.
43239         * libio/iovsprintf.c: Likewise.
43240         * libio/iovsscanf.c: Likewise.
43241         * libio/memstream.c: Likewise.
43242         * libio/obprintf.c: Likewise.
43243         * libio/oldfileops.c: Likewise.
43244         * libio/oldiofclose.c: Likewise.
43245         * libio/oldiofdopen.c: Likewise.
43246         * libio/oldiofopen.c: Likewise.
43247         * libio/oldiopopen.c: Likewise.
43248         * libio/oldstdfiles.c: Likewise.
43249         * libio/putc.c: Likewise.
43250         * libio/setbuf.c: Likewise.
43251         * libio/setlinebuf.c: Likewise.
43252         * libio/stdfiles.c: Likewise.
43253         * libio/strops.c: Likewise.
43254         * libio/vasprintf.c: Likewise.
43255         * libio/vscanf.c: Likewise.
43256         * libio/vsnprintf.c: Likewise.
43257         * libio/vswprintf.c: Likewise.
43258         * libio/wfiledoalloc.c: Likewise.
43259         * libio/wfileops.c: Likewise.
43260         * libio/wgenops.c: Likewise.
43261         * libio/wmemstream.c: Likewise.
43262         * libio/wstrops.c: Likewise.
43263         * libio/__fpurge.c: Likewise.
43264         * libio/__fsetlocking.c: Likewise.
43265         * assert/assert.c: Likewise.
43266         * debug/fgets_chk.c: Likewise.
43267         * debug/fgets_u_chk.c: Likewise.
43268         * debug/fread_chk.c: Likewise.
43269         * debug/fread_u_chk.c: Likewise.
43270         * debug/gets_chk.c: Likewise.
43271         * debug/obprintf_chk.c: Likewise.
43272         * debug/vasprintf_chk.c: Likewise.
43273         * debug/vdprintf_chk.c: Likewise.
43274         * debug/vsnprintf_chk.c: Likewise.
43275         * debug/vsprintf_chk.c: Likewise.
43276         * malloc/mtrace.c: Likewise.
43277         * misc/error.c: Likewise.
43278         * misc/syslog.c: Likewise.
43279         * stdio-common/asprintf.c: Likewise.
43280         * stdio-common/fxprintf.c: Likewise.
43281         * stdio-common/getw.c: Likewise.
43282         * stdio-common/isoc99_fscanf.c: Likewise.
43283         * stdio-common/isoc99_scanf.c: Likewise.
43284         * stdio-common/isoc99_vfscanf.c: Likewise.
43285         * stdio-common/isoc99_vscanf.c: Likewise.
43286         * stdio-common/isoc99_vsscanf.c: Likewise.
43287         * stdio-common/printf-prs.c: Likewise.
43288         * stdio-common/printf_fp.c: Likewise.
43289         * stdio-common/printf_fphex.c: Likewise.
43290         * stdio-common/printf_size.c: Likewise.
43291         * stdio-common/putw.c: Likewise.
43292         * stdio-common/scanf.c: Likewise.
43293         * stdio-common/sprintf.c: Likewise.
43294         * stdio-common/tmpfile.c: Likewise.
43295         * stdio-common/vfprintf.c: Likewise.
43296         * stdio-common/vfscanf.c: Likewise.
43297         * stdlib/strfmon_l.c: Likewise.
43298         * sunrpc/openchild.c: Likewise.
43299         * sunrpc/xdr_stdio.c: Likewise.
43300         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43301         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43303 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43305         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43307         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43308         in the third column, to generate for the shared library an IFUNC
43309         that uses _dl_vdso_vsym.
43310         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43311         * Makeconfig (object-suffixes-noshared): New variable.
43313         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43314         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43315         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43316         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43318         [BZ #14132]
43319         * include/sys/time.h (__gettimeofday): Remove macro.
43320         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43321         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43322         Remove INTDEF.
43323         (__gettimeofday): Add libc_hidden_def.
43324         (gettimeofday): Add libc_hidden_weak.
43325         * sysdeps/mach/gettimeofday.c: Likewise.
43326         * sysdeps/posix/gettimeofday.c: Likewise.
43327         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43328         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43329         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43330         (__gettimeofday_internal): Remove strong_alias.
43331         (__gettimeofday): Add libc_hidden_def.
43332         (gettimeofday): Add libc_hidden_weak.
43333         * sysdeps/unix/syscalls.list (gettimeofday):
43334         Remove __gettimeofday_internal alias.
43336 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43337             H.J. Lu  <hongjiu.lu@intel.com>
43339         [BZ #12495]
43340         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43341         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43342         (largebin_index_32_big): New.
43343         (largebin_index): Use it for 16-byte alignment.
43344         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43345         correction with front_misalign.
43347 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43349         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43350         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43351         Likewise.
43352         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43353         Likewise.
43354         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43355         Likewise.
43356         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43357         Likewise.
43358         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43359         Likewise.
43360         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43361         Likewise.
43362         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43363         Likewise.
43364         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43365         Likewise.
43366         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43367         Likewise.
43368         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43369         Likewise.
43370         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43371         Likewise.
43372         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43373         Likewise.
43375         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43376         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43378 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43380         [BZ #10846]
43381         [BZ #14036]
43382         * math/libm-test.inc (exp_test): Add test from bug 14036.
43383         (pow_test): Add test from bug 10846.
43385         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43386         and other flags.
43387         (special_function): Do not include flags in test name.
43388         (parse_args): Likewise.
43389         * sysdeps/i386/fpu/libm-test-ulps: Update.
43390         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43391         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43392         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43395         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43396         exceptions.
43397         * math/libm-test.inc ("Philosophy"): Update comment about
43398         exception testing.
43399         (UNDERFLOW_EXCEPTION): New macro.
43400         (UNDERFLOW_EXCEPTION_OK): Likewise.
43401         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43402         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43403         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43404         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43405         (INVALID_EXCEPTION_OK): Update value.
43406         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43407         (OVERFLOW_EXCEPTION_OK): Likewise.
43408         (IGNORE_ZERO_INF_SIGN): Likewise.
43409         (test_exceptions): Handle underflow exceptions.
43410         (acos_test): Update for underflow exception expectations.
43411         (cexp_test): Likewise.
43412         (clog_test): Likewise.
43413         (clog10_test): Likewise.
43414         (csqrt_test): Likewise.
43415         (ctan_test): Likewise.
43416         (ctanh_test): Likewise.
43417         (exp_test): Likewise.
43418         (exp10_test): Likewise.
43419         (exp2_test): Likewise.
43420         (expm1_test): Likewise.
43421         (fma_test): Likewise.
43422         (j0_test): Likewise.
43423         (jn_test): Likewise.
43424         (nexttoward_test): Likewise.
43425         (pow_test): Likewise.
43426         (scalbn_test): Likewise.
43427         (scalbln_test): Likewise.
43428         (tan_test): Likewise.
43429         (y1_test): Likewise.
43430         * sysdeps/i386/fpu/libm-test-ulps: Update.
43431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43433 2012-05-23  David S. Miller  <davem@davemloft.net>
43435         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43436         (__libc_sigaction): Remove unused local variables.
43438 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43440         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43442 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43444         mktime: avoid signed integer overflow
43445         * time/mktime.c (__mktime_internal): Do not mishandle the case
43446         where diff == INT_MIN.
43448         mktime: simplify computation of average
43449         * time/mktime.c (ranged_convert): Use new time_t_avg function
43450         instead of rolling our own (probably-slower) code.
43452         mktime: do not assume signed right shift propagates sign bit
43453         * time/mktime.c (isdst_differ): New static function.
43454         (__mktime_internal): No need to normalize tm_isdst now.
43455         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43456         tm_isdst values.
43458         mktime: merge another wrapv change from gnulib
43459         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43460         from some compilers.
43462         mktime: remove incorrect attempt at unusual arithmetics
43463         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43464         The code didn't really work on such machines anyway.
43465         (TYPE_MINIMUM): Assume two's complement.
43466         (twos_complement_arithmetic): Verify that long_int and time_t
43467         are two's complement (or unsigned, in the latter case).
43469         mktime: check signed shifts on long_int and time_t, too
43470         * time/mktime.c (SHR): Check that shifts work as desired
43471         on the types long_int and time_t too, as SHR is used on
43472         such types.
43474         mktime: do not assume 'long' is wide enough
43475         * time/mktime.c (verify): Move decl up.
43476         (long_int): New type.
43477         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43478         to remove assumption in the code that 'long' is wide enough to
43479         store year values.  This assumption is not true on x32 and on
43480         some non-glibc platforms.
43482         mktime: merge wrapv change from gnulib
43483         * time/mktime.c (WRAPV): New macro.
43484         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43485         (guess_time_tm, __mktime_internal): Do not assume that signed
43486         integer overflow wraps around; modern compilers generate code
43487         where this assumption is no longer valid.
43489 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43491         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43492         Replace "jmp L(pseudo_end)" with "ret".
43493         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43494         Likewise.
43496 2012-05-23  Andreas Jaeger  <aj@suse.de>
43498         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43499         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43501 2012-05-23  Andreas Jaeger  <aj@suse.de>
43502             Maximilian Attems  <max@stro.at>
43504         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43505         New macros.
43507 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43509         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43510         code so that pseudo_end is just ret and the stack pointer is
43511         correct also for static library in error case.
43513 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43515         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43516         move to syscalls.list.
43517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43522         * manual/install.texi (Running make install): Do not mention Linux
43523         kernel version for which pt_chown is not needed.
43524         (Linux): Do not mention problems with nscd with 2.0 kernels.
43525         * INSTALL: Regenerated.
43527 2012-05-23  Andreas Jaeger  <aj@suse.de>
43529         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43530         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43531         macro.
43532         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43533         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43534         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43535         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43536         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43537         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43538         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43539         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43540         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43541         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43542         * sysdeps/unix/sysv/linux/bits/in.h
43543         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43545 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43547         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43548         (PREPARE_VERSION): Just use assert instead, it will be elided
43549         under [NDEBUG] anyway.
43551 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43553         * sysdeps/unix/sysv/linux/Makefile: Include
43554         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43555         (sysdep_routines): Remove sysctl.
43556         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43557         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43558         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43559         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43560         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43562 2012-05-22  Andreas Jaeger  <aj@suse.de>
43564         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43565         that pseudo_end is just ret and the stack pointer is correct also
43566         for static library in error case.
43568 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43570         [BZ #14122]
43571         * nss/nsswitch.c (defconfig_entries): New variable.
43572         (__nss_database_lookup): Don't leak defconfig entries.
43573         (nss_parse_service_list): Don't leak on error paths.
43574         (free_database_entries): New function.
43575         (free_defconfig): New function.
43576         (free_mem): Move common code to free_database_entries.
43578 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43580         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43581         Add arch_prctl.
43582         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43584         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43585         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43586         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43587         New macro.
43588         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43589         (INTERNAL_SYSCALL_TYPES): Likewise.
43590         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43591         (LOAD_REGS_TYPES_[1-6]): Likewise.
43592         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43593         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43595 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43597         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43598         copysignl for GLIBC_2_0.
43599         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43600         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43601         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43602         logbl for GLIBC_2_0.
43603         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43604         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43606 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43608         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43609         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43611         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43612         Use "neg %eax".
43614         * time/mktime.c: Update copyright years.
43616 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43618         mktime: merge comment-quoting-style change from gnulib
43619         * time/mktime.c: Quote 'like this' in comments.
43620         The GNU coding standards suggest that we no longer quote `like this',
43621         as "`" and "'" are typically rendered asymmetrically nowadays.
43622         The typical gnulib style is to quote 'like this' when quoting
43623         code, and "like this" when quoting English.
43625         * time/mktime.c (compile-command): Add "-I.".
43627         mktime: merge mktime-internal.h change from gnulib
43628         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43630         mktime: merge time_r change from gnulib
43631         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43633         mktime: merge DEBUG change from gnulib
43634         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43635         case system <time.h> has a #define.
43637         mktime: merge <sys/types.h> change from gnulib
43638         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43639         since <time.t> is now guaranteed to define time_t.
43641         mktime: merge HAVE_CONFIG_H change from gnulib
43642         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43644 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43646         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43647         Use "neg %eax".
43649         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43650         __rlim_t cast.
43651         (struct rusage): Use anonymous union to pad each field to
43652         __syscall_slong_t.
43654 2012-05-21  David S. Miller  <davem@davemloft.net>
43656         * Makefules (o-iterator): Remove .s cases.
43657         (compile-command.s): Delete.
43658         (COMPILE.s): Delete.
43659         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43661 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43663         * configure.in (libc_cv_predef_stack_protector): Only consider
43664         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43665         * configure: Regenerated.
43667 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43669         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43670         New macro.  Use R*LP on int and pointer.
43671         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43672         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43673         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43674         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43676         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43677         [__WORDSIZE_TIME64_COMPAT32] instead of
43678         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43679         (struct utmp): Likewise.
43680         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43681         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43682         Renamed to ...
43683         (__WORDSIZE_TIME64_COMPAT32): This.
43684         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43685         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43686         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43687         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43688         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43689         (__WORDSIZE_TIME64_COMPAT32): New macro.
43691 2012-05-21  Andreas Jaeger  <aj@suse.de>
43693         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43694         only if [SHARED]. Add prototype for __wcschr_ia32.
43696 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43698         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43699         of %rbp unmolested in the jmp_buf while mangling the low bits.
43700         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43701         unmolested high bits of %rbp while demangling the low bits.
43702         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43704 2012-05-21  Andreas Jaeger  <aj@suse.de>
43706         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43707         * sunrpc/svc_simple.c: Use it for registerrpc.
43708         * sunrpc/xcrypt.c: Use it for passwd2des.
43710         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43712 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43714         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43715         Don't define if [__SYSCALL_WORDSIZE != 32].
43716         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43717         New macro.
43719 2012-05-21  Bruno Haible  <bruno@clisp.org>
43720             Andreas Jaeger  <aj@suse.de>
43722         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43723         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43724         inptr and inend for must_buffer_ch.
43725         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43726         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43727         * stdio-common/Makefile (tests): Remove bug15.
43728         (bug15-ENV): Remove macro.
43729         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43730         anymore.
43732 2012-05-19  Andreas Jaeger  <aj@suse.de>
43733             Roland McGrath  <roland@hack.frob.com>
43735         * manual/contrib.texi: Completely rewritten. It contains now an
43736         alphabetical list of contributors and their contributions.
43738 2012-05-21  Richard Henderson  <rth@twiddle.net>
43740         * misc/getauxval.c (__getauxval): Use unsigned long int.
43741         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43742         (getauxval): Use unsigned long int.
43744 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43746         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43748 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43750         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43751         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43752         __alignof__ (long double).
43754 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43756         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43758 2012-05-20  Richard Henderson  <rth@twiddle.net>
43760         * misc/getauxval.c: New file.
43761         * misc/sys/auxv.h: New file.
43762         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43763         (routines): Add getauxval.
43764         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43765         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43766         * elf/dl-sysdep.c (_dl_auxv): Remove.
43767         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43768         * elf/dl-support.c (_dl_auxv): New variable.
43769         (_dl_aux_init): Initialize it.
43770         * manual/startup.texi (Auxiliary Vector): New node.
43771         * sysdeps/generic/bits/hwcap.h: New file.
43772         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43773         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43774         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43775         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43776         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43777         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43779         Update.
43780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43781         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43782         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43783         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43784         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43785         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43786         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43787         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43789 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43791         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43793 2012-05-19  David S. Miller  <davem@davemloft.net>
43795         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43797 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43799         [BZ #14123]
43800         * math/s_ccosh.c: Include <float.h>
43801         (__ccosh): Avoid internal overflow calculating sinh and cosh
43802         values before multiplying by sin and cos values.
43803         * math/s_ccoshf.c: Likewise.
43804         * math/s_ccoshl.c: Likewise.
43805         * math/s_csin.c: Likewise.
43806         * math/s_csinf.c: Likewise.
43807         * math/s_csinl.c: Likewise.
43808         * math/s_csinh.c: Likewise.
43809         * math/s_csinhf.c: Likewise.
43810         * math/s_csinhl.c: Likewise.
43811         * math/libm-test.inc (ccos_test): Add more tests.
43812         (ccosh_test): Likewise.
43813         (csin_test): Likewise.
43814         (csinh_test): Likewise.
43815         * sysdeps/i386/fpu/libm-test-ulps: Update.
43816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43818 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43820         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43821         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43823         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43825 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43827         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43828         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43829         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43830         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43831         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43832         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43833         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43834         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43835         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43836         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43837         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43838         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43839         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43840         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43841         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43842         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43843         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43844         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43845         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43846         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43847         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43848         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43849         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43850         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43851         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43852         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43853         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43854         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43855         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43856         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43857         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43859 2012-05-18  Andreas Jaeger  <aj@suse.de>
43861         * csu/.gitignore: Delete.
43863 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43865         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43866         (timex): Use __syscall_slong_t.
43868 2012-05-18  Andreas Jaeger  <aj@suse.de>
43869             Carlos O'Donell  <carlos_odonell@mentor.com>
43871         * manual/install.texi (Configuring and compiling): Update
43872         description about files modified in the source directory.
43873         * INSTALL: Regenerated.
43875 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43877         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43878         value.  Use "or" to set return value to -1.
43879         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43880         negate return value.
43882 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43884         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43885         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43886         failure if the compiler has Graphite support disabled.
43887         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43888         Likewise.
43889         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43890         (CFLAGS-memmove.c): Likewise.
43891         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43892         Likewise.
43894 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43896         * sysdeps/x86_64/x32/_itoa.h: New file.
43898         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43899         getdents system call only if kernel and user dirents have the
43900         same d_ino and d_off.
43902         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43903         LLONG_MAX != LONG_MAX.
43904         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43905         (_fitoa_word): Likewise.
43907         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43908         years.
43909         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43910         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43911         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43913         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43914         include <bits/wordsize.h>.  Check __x86_64__ instead of
43915         __WORDSIZE.
43916         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43917         if __x86_64__ is defined.  Use anonymous union on fpstate.
43919         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43920         anonymous union.
43922 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43924         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43925         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43926         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43927         Refer to _rtld_local_ro instead of _rtld_global_ro.
43928         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43929         Likewise.
43930         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43931         Likewise.
43932         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43933         Likewise.
43934         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43935         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43936         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43938         * sysdeps/powerpc/powerpc32/dl-machine.c
43939         (__elf_machine_runtime_setup) [PROF]: Don't reference
43940         _dl_prof_resolve.
43942 2012-05-18  Andreas Jaeger  <aj@suse.de>
43944         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43945         function only available for GCCs before 3.4 since GCC 3.4
43946         introduced a builtin.
43947         (lrint): Likewise.
43948         (llrintf): Likewise.
43949         (llrint): Likewise.
43950         (fmaxf): Likewise.
43951         (fmax): Likewise.
43952         (fminf): Likewise.
43953         (fmin): Likewise.
43954         (rint): Likewise.
43955         (rintf): Likewise.
43956         (nearbyint): Likewise.
43957         (nearbyintf): Likewise.
43958         (ceil): Likewise.
43959         (ceilf): Likewise.
43960         (floor): Likewise.
43961         (floorf): Likewise.
43963 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43965         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43966         on both fields and cast pointer to __syscall_ulong_t.
43968         * bits/types.h (__fsword_t): New type.
43969         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43970         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43971         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43972         (__FSWORD_T_TYPE): Likewise.
43973         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43974         (__FSWORD_T_TYPE): Likewise.
43975         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43976         (__FSWORD_T_TYPE): Likewise.
43977         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43978         (__FSWORD_T_TYPE): Likewise.
43979         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43980         __SWORD_TYPE with __fsword_t.
43981         (statfs64): Likewise.
43983 2012-05-17  David S. Miller  <davem@davemloft.net>
43985         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43987 2012-05-17  Andreas Jaeger  <aj@suse.de>
43989         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43990         warning.
43992 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43994         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43996 2012-05-17  Andreas Jaeger  <aj@suse.de>
43998         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43999         when it is used.
44001 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44003         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44005 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44007         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44008         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44010 2012-05-17  Andreas Jaeger  <aj@suse.de>
44011             Carlos O'Donell  <carlos_odonell@mentor.com>
44013         [BZ #14059]
44014         * sysdeps/x86_64/multiarch/init-arch.h
44015         (bit_YMM_Usable): Rename to...
44016         (bit_AVX_Usable): ... this.
44017         (bit_FMA4_Usable): New macro.
44018         (bit_XMM_state): New macro.
44019         (bit_YMM_state): New macro.
44020         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44021         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44022         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44023         (CPUID_OSXSAVE): New macro.
44024         (CPUID_AVX): New macro.
44025         (CPUID_FMA4): New macro.
44026         (index_YMM_Usable): Rename to...
44027         (index_AVX_Usable): ... this.
44028         (HAS_AVX): Use HAS_ARCH_FEATURE.
44029         (HAS_FMA4): Likewise.
44030         (HAS_YMM_USABLE): Remove.
44031         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44032         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44033         are present.
44034         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44035         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44036         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44037         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44038         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44040 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44042         * math/libm-test.c: Support platforms without multiple rounding modes.
44043         * math/bug-nextafter.c: Support platforms without FP exceptions.
44044         * math/bug-nexttoward.c: Likewise.
44045         * math/test-fenv.c: Likewise.
44046         * math/test-misc.c: Likewise.
44047         * stdlib/bug-getcontext.c: Likewise.
44049 2012-05-17  Andreas Jaeger  <aj@suse.de>
44051         * manual/examples/search.c (critter_cmp): Change signature to
44052         avoid warnings.
44053         * manual/string.texi (Collation Functions): Likewise.
44055 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44057         * bits/types.h: Fold copyright years.
44058         * bits/typesizes.h: Likewise.
44059         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44060         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44061         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44062         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44063         * time/time.h: Likewise.
44065 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44067         [BZ #208]
44068         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44069         in instead of returning them.  Return void.
44070         (__libc_mallinfo): Accumulate over all arenas.
44071         (__malloc_stats): Adjust for change in int_mallinfo interface.
44073 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44075         [BZ #10375]
44076         * configure.in (NM): Add AC_CHECK_TOOL for it.
44077         (libc_extra_cflags): New substituted variable.
44078         Check for -fstack-protector being used implicitly.
44079         * configure: Regenerated.
44080         * config.make.in (config-extra-cflags): New variable,
44081         gets @libc_extra_cflags@.
44082         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44084         [BZ #10375]
44085         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44086         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44087         * configure: Regenerated.
44088         * config.make.in (CPPUNDEFS): New substituted variable.
44089         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44090         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44091         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44093 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44095         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44096         (mq_attr): Use __syscall_slong_t.
44098 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44100         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44101         Check __x86_64__ instead of __WORDSIZE.
44102         (_STAT_VER_LINUX): Likewise.
44103         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44104         __syscall_ulong_t and __syscall_slong_t.
44105         (stat64): Likewise.
44107 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44109         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44111 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44113         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44115 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44117         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44118         __syscall_ulong_t.
44120         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44121         include <bits/wordsize.h>.  Check __x86_64__ instead of
44122         __WORDSIZE.
44123         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44124         defined.
44125         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44127         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44128         include <bits/wordsize.h>.  Check __x86_64__ instead of
44129         __WORDSIZE.
44130         (user_regs_struct): Use "__extension__ unsigned long long"
44131         instead of "unsigned long" if __x86_64__ is defined.
44132         (user): Likewise.  Pad after pointer field if __ILP32__ is
44133         defined.
44135 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44137         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44138         versions 5 to 9.
44139         * configure: Regenerated.
44140         * manual/install.texi (texinfo): Increase version requirement to
44141         4.5 or later.
44142         * INSTALL: Regenerated.
44144         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44146 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44148         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44150         * sysdeps/x86_64/x32/ffs.c: New file.
44152         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44153         __syscall_ulong_t.
44154         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44155         defined.  Use __syscall_ulong_t.
44156         (shminfo): Use __syscall_ulong_t.
44157         (shm_info): Likewise.
44159         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44160         __syscall_ulong_t.
44162         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44163         <bits/wordsize.h>.
44164         (msgqnum_t): Use __syscall_ulong_t.
44165         (msglen_t): Likewise.
44166         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44167         __syscall_ulong_t.
44169         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44170         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44172         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44174         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44175         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44177         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44178         __syscall_slong_t.
44180         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44181         include <bits/wordsize.h>.  Check __x86_64__ instead of
44182         __WORDSIZE.
44184         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44185         "unsigned long long int" if __x86_64__ is defined.
44186         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44188         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44189         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44190         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44192         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44193         <stdint.h>.
44194         (GET_PC): Cast to uintptr_t first.
44195         (GET_FRAME): Likewise.
44196         (GET_STACK): Likewise.
44198         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44199         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44200         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44201         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44202         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44203         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44204         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44205         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44206         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44207         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44208         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44209         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44210         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44211         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44212         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44213         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44214         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44215         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44216         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44217         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44218         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44219         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44220         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44221         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44222         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44223         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44224         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44225         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44226         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44228 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44230         * Makerules (+depfiles): Also collect depfiles from .oS in
44231         $(extra-objs).
44232         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44233         .oS, $(libnldbl-routines)).
44235         * Makerules (native-compile-mkdep-flags): Define.
44236         * sunrpc/Makefile (extra-objs): Add $(addprefix
44237         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44238         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44239         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44240         calling $(make-target-directory).
44242 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44244         * bits/types.h (__snseconds_t): Removed.
44245         * time/time.h (struct timespec): Replace __snseconds_t with
44246         __syscall_slong_t.
44247         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44248         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44249         Likewise.
44250         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44251         (__SNSECONDS_T_TYPE): Likewise.
44252         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44253         (__SNSECONDS_T_TYPE): Likewise.
44254         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44255         (__SNSECONDS_T_TYPE): Likewise.
44257 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44259         * sysdeps/mach/hurd/bits/typesizes.h
44260         (__SYSCALL_SLONG_TYPE): New macro.
44261         (__SYSCALL_ULONG_TYPE): Likewise.
44263 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44265         * bits/types.h (__syscall_slong_t): New type.
44266         (__syscall_ulong_t): Likewise.
44268         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44269         (__SYSCALL_ULONG_TYPE): Likewise.
44270         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44271         (__SYSCALL_SLONG_TYPE): Likewise.
44272         (__SYSCALL_ULONG_TYPE): Likewise.
44273         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44274         (__SYSCALL_SLONG_TYPE): Likewise.
44275         (__SYSCALL_ULONG_TYPE): Likewise.
44276         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44277         (__SYSCALL_SLONG_TYPE): Likewise.
44278         (__SYSCALL_ULONG_TYPE): Likewise.
44280 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44282         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44283         Add sigaltstack-offsets.sym.
44284         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44285         <sigaltstack-offsets.h>.
44286         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44287         longjmp_msg pointer.
44288         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44289         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44290         signal stack.
44291         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44293 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44295         * elf/stackguard-macros.h: Remove file.
44296         * sysdeps/generic/stackguard-macros.h: New file.
44297         * sysdeps/i386/stackguard-macros.h: Likewise.
44298         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44299         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44300         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44301         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44302         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44303         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44304         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44305         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44306         <elf/stackguard-macros.h>.
44308         [BZ #14109]
44309         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44310         __aligned__ in attribute.
44311         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44312         (gregset_t): Likewise.
44314 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44316         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44317         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44318         * sysdeps/x86_64/x32/Implies-after: New file.
44320 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44322         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44323         and access return value for _dl_profile_fixup.  Use R10_LP to
44324         load frame size.
44326 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44328         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44330 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44332         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44333         * sysdeps/x86_64/x32/sysdep.h: New file.
44335 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44337         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44338         * sysdeps/x86_64/setjmp.S: Likewise.
44340 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44342         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44343         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44344         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44345         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44346         remove unused global constant.
44348 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44350         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44351         include of <not-cancel.h>.
44353 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44355         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44357 2012-05-15  Jeff Law  <law@redhat.com>
44358             Andreas Jaeger  <aj@suse.de>
44360         [BZ #13594]
44361         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44362         out from...
44363         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44364         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44365         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44366         code changing __hst_map_handle.map.
44368 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44370         * configure.in (sysnames): Look for Implies-before and Implies-after
44371         files.
44372         * configure: Regenerated.
44374 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44376         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44377         8-byte data alignment with LP_SIZE alignment.
44379 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44381         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44382         into R10_LP.
44384 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44386         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44388 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44390         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44391         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44392         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44393         Likewise.
44394         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44396 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44398         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44399         (stackinfo_sub_sp): Likewise.
44401 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44403         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44404         RAX_LP.
44406 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44408         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44409         into R*_LP.
44411 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44413         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44414         sizes into R*_LP.
44416 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44418         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44420 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44422         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44423         into R11_LP and load __x86_64_shared_cache_size_half into
44424         R8_LP.
44426 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44428         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44429         R8_LP.
44431 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44433         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44434         logb for POWER7.
44435         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44436         logbf for POWER7.
44437         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44438         logbl for POWER7.
44439         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44440         powerpc32/power7/fpu/s_logb.c via #include.
44441         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44442         powerpc32/power7/fpu/s_logbf.c via #include.
44443         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44444         powerpc32/power7/fpu/s_logbl.c via #include.
44446 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44448         * README.libm: Remove file.
44450 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44452         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44453         count for x32.  Use R*_LP and omit operand-size suffix.
44455 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44457         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44458         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44459         * sysdeps/x86_64/x32/shlib-versions: New file.
44461 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44463         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44464         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44465         Use _dl_fatal_printf instead.
44467 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44469         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44470         set if not set by the user.  Do not allow for being unset.
44471         * sysdeps/unix/sysv/linux/configure: Regenerated.
44473 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44475         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44476         the `q' suffix from lea and replace .quad with ASM_ADDR.
44478 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44480         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44481         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44482         instead of $17.
44483         (PTR_DEMANGLE): Likewise.
44485 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44487         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44488         (LP_OP): Likewise.
44489         (ASM_ADDR): Likewise.
44490         (RAX_LP): Likewise.
44491         (RBP_LP): Likewise.
44492         (RBX_LP): Likewise.
44493         (RCX_LP): Likewise.
44494         (RDI_LP): Likewise.
44495         (RSI_LP): Likewise.
44496         (RSP_LP): Likewise.
44497         (R8_LP): Likewise.
44498         (R9_LP): Likewise.
44499         (R10_LP): Likewise.
44500         (R10_LP): Likewise.
44501         (R11_LP): Likewise.
44502         (R12_LP): Likewise.
44503         (R13_LP): Likewise.
44504         (R14_LP): Likewise.
44505         (R15_LP): Likewise.
44507 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44509         * sysdeps/x86_64/x32/dl-machine.h: New file.
44511 2012-05-14  Andreas Jaeger  <aj@suse.de>
44513         * manual/Makefile (subdir): Remove export of subdir.
44514         (all): Remove target.
44515         (.PHONY): Remove all from list.
44516         (mkinstalldirs): Remove.
44517         (.PHONY): Remove installdirs from list.
44518         ($(inst_infodir)/libc.info): Use make-target-directory.
44519         (installdirs): Remove.
44520         (subdir_%): Remove.
44521         (glibc-targets): Remove.
44522         (lib): Remove.
44523         (stubs): Remove.
44524         ($(objpfx)stubs ../po/manual.pot): Remove.
44525         ($(objpfx)stamp%): Remove.
44526         (make-target-directory): Remove.
44527         (subdir_install): Remove.
44528         (routines): Remove.
44529         (aux): Remove.
44530         (sources): Remove.
44531         (objects): Remove.
44532         (headers): Remove.
44534         [BZ #13750]
44535         * manual/.gitignore: Remove, it's not needed anymore.
44536         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44537         all files in it.
44538         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44539         directory.
44540         (texis): Renamed to $(objpfx)texis.
44541         (texis-path): New, contains path to generated files.
44542         (chapters.%): Use texis-path for complete path, add extra argument
44543         libc-texinfo.sh.
44544         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44545         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44546         (summary,texi, stamp-summary): Use complete path of
44547         files. Generate files in build dir.
44548         (dir-add.texi): Build in build dir.
44549         (libm-err.texi,stamp-libm-err): Likewise.
44550         (version.texi, stamp-version): Likewise.
44551         (.%c.texi): Likewise.
44552         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44553         (mostlyclean): Remove target.
44554         (realclean): Remove target.
44555         (generated): Add new variable with contents from mostlyclean and
44556         realclean, remove entries duplicated in common-mostlyclean, add
44557         stamp-libm-err and stamp-version.
44558         (generated-dirs): Add libc directory.
44559         ($(inst_infodir)/libc.info): Install files from build dir.
44561         * manual/install.texi (Configuring and compiling): Adjust since
44562         the info files are not part of the tar ball anymore.
44564 2012-05-14  Andreas Jaeger  <aj@suse.de>
44566         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44567         variable.
44569 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44571         [BZ #13717]
44572         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44573         to 2.2.0 where earlier.
44574         * sysdeps/unix/sysv/linux/configure: Regenerated.
44575         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44576         Remove conditional code.
44577         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44578         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44579         Remove conditional code.
44580         [!__NR_lchown]: Likewise.
44581         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44582         [__NR_lchown]: Likewise.
44583         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44584         comment referencing __ASSUME_LCHOWN_SYSCALL.
44585         * sysdeps/unix/sysv/linux/i386/sigaction.c
44586         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44587         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44588         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44589         Remove conditional code.
44590         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44591         (__protocol_available): Remove #if 0 code.
44592         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44593         conditional code.
44594         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44595         * sysdeps/unix/sysv/linux/kernel-features.h
44596         (__ASSUME_GETCWD_SYSCALL): Don't define.
44597         (__ASSUME_REALTIME_SIGNALS): Likewise.
44598         (__ASSUME_PREAD_SYSCALL): Likewise.
44599         (__ASSUME_PWRITE_SYSCALL): Likewise.
44600         (__ASSUME_POLL_SYSCALL): Likewise.
44601         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44602         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44603         non-SPARC.
44604         (__ASSUME_SIOCGIFNAME): Don't define.
44605         (__ASSUME_MSG_NOSIGNAL): Likewise.
44606         (__ASSUME_SENDFILE): Define unconditionally.
44607         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44608         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44609         conditional code.
44610         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44611         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44612         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44613         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44614         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44615         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44616         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44618         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44619         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44621         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44622         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44624         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44625         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44627         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44628         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44630         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44631         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44633         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44634         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44636         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44637         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44639         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44640         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44641         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44642         Remove conditional code.
44643         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44644         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44645         Remove conditional code.
44646         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44647         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44648         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44649         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44650         Remove conditional code.
44651         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44652         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44653         Remove conditional code.
44654         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44655         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44656         Remove conditional code.
44657         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44658         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44659         Remove conditional code.
44660         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44661         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44662         Remove conditional code.
44663         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44664         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44665         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44666         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44667         * sysdeps/unix/sysv/linux/sigaction.c
44668         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44669         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44670         * sysdeps/unix/sysv/linux/sigpending.c
44671         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44672         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44673         * sysdeps/unix/sysv/linux/sigprocmask.c
44674         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44675         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44676         * sysdeps/unix/sysv/linux/sigsuspend.c
44677         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44678         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44679         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44680         (__libc_missing_rt_sigs): Remove.
44681         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44682         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44683         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44684         Remove conditional code.
44685         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44686         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44687         return 1.
44688         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44689         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44690         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44691         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44693 2012-05-14  Andreas Jaeger  <aj@suse.de>
44695         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44696         it's not used in glibc.
44697         (__coshm1): Likewise.
44698         (__acosh1p): Likewise.
44699         (__sgn): Likewise.
44701         * manual/string.texi (Copying and Concatenation): Add missing
44702         variable in concat example.
44703         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44705 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44707         [BZ #14103]
44708         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44709         __builtin_clzl with __builtin_clzll.
44711 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44713         [BZ #14104]
44714         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44715         libc_freeres_ptr.
44717 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44719         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44720         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44721         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44722         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44724 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44726         * NEWS: Update ia64 info.
44728 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44730         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44731         used as bcopy.
44733 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44735         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44736         * sysdeps/unix/syscalls.list (dup3): Likewise.
44737         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44738         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44740 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44742         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44743         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44745 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44747         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44748         thread pointer.
44749         (TLS_IE): Use mov/add instead of movq/addq to load thread
44750         pointer.
44751         (TLS_GD_PREFIX): New.
44752         (TLS_GD): Use it.
44754 2012-05-11  David S. Miller  <davem@davemloft.net>
44756         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44757         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44758         (_FPU_SETCW): Likewise.
44760 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44762         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44763         is 32-byte aligned.
44765 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44767         [BZ #11837]
44768         * iconvdata/gb18030.c: Update tables.
44769         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44770         characters specially.
44771         (BODY for TO_LOOP): Add encoding of missing ranges.
44773 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44775         [BZ #13673]
44776         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44777         * sysdeps/mach/hurd/dup3.c: Likewise.
44778         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44779         * sysdeps/powerpc/memmove.c:: Likewise.
44781 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44783         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44784         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44786 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44788         * elf/elf.h (R_X86_64_RELATIVE64): New.
44789         (R_X86_64_NUM): Updated.
44790         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44791         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44792         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44793         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44794         tst-quad1pie tst-quad2pie
44795         (modules-names): Add tst-quadmod1 tst-quadmod2.
44796         ($(objpfx)tst-quad1): New dependency.
44797         ($(objpfx)tst-quad2): Likewise.
44798         ($(objpfx)tst-quad1pie): Likewise.
44799         ($(objpfx)tst-quad2pie): Likewise.
44800         * sysdeps/x86_64/tst-quad1.c: New file.
44801         * sysdeps/x86_64/tst-quad1pie.c: New file.
44802         * sysdeps/x86_64/tst-quad2.c: Likewise.
44803         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44804         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44805         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44806         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44807         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44809 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44811         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44812         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44813         * streams/stropts.h (t_scalar_t): Define type.
44815         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44816         (_PATH_PRESERVE): Set to "/var/lib".
44817         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44819         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44820         instead of int.
44822         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44823         if __dir_mkfile succeeded.
44825         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44826         checking for _hurd_dtablesize.  Unlock it right after having
44827         finished _hurd_dtable allocation.
44829 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44831         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44832         * sysdeps/mach/hurd/configure: Regenerated.
44833         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44834         special-casing to...
44835         * sysdeps/gnu/configure.in: ... this new file.
44836         * sysdeps/unix/sysv/linux/configure: Regenerated.
44837         * sysdeps/gnu/configure: New generated file.
44839         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44840         for Linux: use nsec instead of usec, as well as:
44841         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44842         members of type struct timespec.
44843         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44844         New macros.
44845         (struct stat64): Likewise.
44846         (_STATBUF_ST_NSEC): New macro.
44847         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44849         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44850         __strtoul_internal rather than strtoul.
44852 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44854         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44855         and reject them.
44857 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44859         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44860         which preserves existing values.
44861         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44863 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44865         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44866         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44867         greater than FD_SETSIZE.
44869 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44871         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44872         allocated, call __vm_protect to finish enabling the existing space, and
44873         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44874         allocate the remainder.
44876 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44878         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44879         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44881 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44883         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44884         sysdeps/mach/hurd/readlink.c.
44886         * posix/tst-sysconf.c (posix_options): Only use
44887         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44888         _POSIX_SYNCHRONIZED_IO when they are defined
44889         * sysdeps/mach/hurd/bits/posix_opt.h:
44890         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44891         (_XOPEN_REALTIME): Undefine macro.
44892         (_XOPEN_REALTIME_THREADS): Undefine macro.
44893         (_XOPEN_SHM): Undefine macro.
44894         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44895         macro to -1.
44896         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44897         macro to -1.
44898         (_POSIX_ASYNC_IO): Undefine macro.
44899         (_POSIX_PRIORITIZED_IO): Undefine macro.
44900         (_POSIX_SPIN_LOCKS): Define macro to -1.
44902         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44903         SA_NODEFER, SA_RESETHAND.
44904         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44905         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44906         F_DUPFD_CLOEXEC.
44908 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44910         * elf/Makefile (pldd-modules): Define unconditionally.
44912 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44914         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44916 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44918         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44919         Return ENOENT when name is empty.
44920         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44922 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44924         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44926         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44928 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44930         Fix mlock in all cases except non-readable pages.
44931         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44932         instead of VM_PROT_ALL as parameter to __vm_wire function.
44934         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44935         (__mkdir): When path is `/', just fail with EEXIST.
44936         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44938 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44940         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44941         <sys/uio.h> (for writev).
44942         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44943         and <sys/param.h> (for MIN).
44945 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44947         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44948         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44949         if interrupted.
44951 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44953         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44954         Depend on against $(link-rpcuserlibs).
44956 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44958         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44959         (__libc_stack_end): Do not use attribute_relro.
44960         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44961         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44962         to libthread-provided value.
44963         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44964         attribute_relro.
44966 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44968         [BZ #3748]
44969         * bits/libc-lock.h (__libc_once_get): New macro.
44970         * sysdeps/mach/bits/libc-lock.h: Likewise.
44971         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44972         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44973         instead of using implementation details.
44975         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44976         * libio/freopen.c: Likewise.
44977         * libio/freopen64.c: Likewise.
44978         * misc/syslog.c: Likewise.
44979         * nscd/connections.c: Likewise.
44980         * nscd/netgroupcache.c: Likewise.
44981         * sysdeps/posix/getcwd.c: Likewise.
44983 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44985         * math/w_ilogbf.c: Add #include <limits.h>.
44987 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44989         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44990         path instead of returning without unlocking.
44992         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44993         immediate-write ioctls.
44994         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44996 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44998         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44999         __builtin_frame_address instead of making assumptions about the
45000         location of the return address relative to DATA.  Force early load of
45001         the return address.
45002         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45003         __builtin_frame_address.
45005         dup3 for GNU Hurd.
45006         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45007         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45008         implement dup3 and do some further code clean-ups.
45009         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45010         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45012 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45014         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45016         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45017         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45018         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45019         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45020         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45021         d->port.lock.
45023         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45024         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45025         when handler == SIG_ERR, not when handler != SIG_ERR.
45027 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45029         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45030         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45031         definitions.
45033         accept4 for GNU Hurd.
45034         * include/sys/socket.h (__libc_accept4): New prototype.
45035         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45036         to implement __libc_accept4.
45037         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45038         __libc_accept4.
45039         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45041         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45042         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45043         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45044         signal-defines.sym.
45046 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45048         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45050 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45052         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45053         assertion on O_CLOEXEC flag.
45054         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45055         * hurd/intern-fd.c: Likewise.
45056         * hurd/port2fd.c: Likewise.
45058 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45060         [BZ #3906]
45061         * bits/in.h (IPV6_PKTINFO): Define new macro.
45062         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45064 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45066         [BZ #13954]
45067         [BZ #13955]
45068         [BZ #13956]
45069         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45070         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45071         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45072         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45073         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45074         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45075         * math/libm-test.inc (logb_test) : Additional logb tests.
45077 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45078             Andreas Jaeger  <aj@suse.de>
45080         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45081         * configure: Regenerated.
45082         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45083         * config.make.in (link-obsolete-rpc): New substituted variable.
45084         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45085         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45086         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45087         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45088         so that libc.a contains the symbols.
45089         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45090         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45091         * sunrpc/auth_none.c: Likewise.
45092         * sunrpc/auth_unix.c: Likewise.
45093         * sunrpc/authdes_prot.c: Likewise.
45094         * sunrpc/authuxprot.c: Likewise.
45095         * sunrpc/clnt_gen.c: Likewise.
45096         * sunrpc/clnt_perr.c: Likewise.
45097         * sunrpc/clnt_raw.c: Likewise.
45098         * sunrpc/clnt_simp.c: Likewise.
45099         * sunrpc/clnt_tcp.c: Likewise.
45100         * sunrpc/clnt_udp.c: Likewise.
45101         * sunrpc/clnt_unix.c: Likewise.
45102         * sunrpc/des_crypt.c: Likewise.
45103         * sunrpc/des_soft.c: Likewise.
45104         * sunrpc/get_myaddr.c: Likewise.
45105         * sunrpc/key_call.c: Likewise.
45106         * sunrpc/key_prot.c: Likewise.
45107         * sunrpc/netname.c: Likewise.
45108         * sunrpc/pm_getmaps.c: Likewise.
45109         * sunrpc/pm_getport.c: Likewise.
45110         * sunrpc/pmap_clnt.c: Likewise.
45111         * sunrpc/pmap_prot.c: Likewise.
45112         * sunrpc/pmap_prot2.c: Likewise.
45113         * sunrpc/pmap_rmt.c: Likewise.
45114         * sunrpc/publickey.c: Likewise.
45115         * sunrpc/rpc_cmsg.c: Likewise.
45116         * sunrpc/rpc_common.c: Likewise.
45117         * sunrpc/rpc_dtable.c: Likewise.
45118         * sunrpc/rpc_prot.c: Likewise.
45119         * sunrpc/rpc_thread.c: Likewise.
45120         * sunrpc/rtime.c: Likewise.
45121         * sunrpc/svc.c: Likewise.
45122         * sunrpc/svc_auth.c: Likewise.
45123         * sunrpc/svc_raw.c: Likewise.
45124         * sunrpc/svc_run.c: Likewise.
45125         * sunrpc/svc_tcp.c: Likewise.
45126         * sunrpc/svc_udp.c: Likewise.
45127         * sunrpc/svc_unix.c: Likewise.
45128         * sunrpc/svcauth_des.c: Likewise.
45129         * sunrpc/xcrypt.c: Likewise.
45130         * sunrpc/xdr.c: Likewise.
45131         * sunrpc/xdr_array.c: Likewise.
45132         * sunrpc/xdr_float.c: Likewise.
45133         * sunrpc/xdr_intXX_t.c: Likewise.
45134         * sunrpc/xdr_mem.c: Likewise.
45135         * sunrpc/xdr_rec.c: Likewise.
45136         * sunrpc/xdr_ref.c: Likewise.
45137         * sunrpc/xdr_sizeof.c: Likewise.
45138         * sunrpc/xdr_stdio.c: Likewise.
45140 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45142         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45143         change.  Update copyright years.
45145 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45147         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45149 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45150             Joseph Myers  <joseph@codesourcery.com>
45151             Paul Pluzhnikov  <ppluzhnikov@google.com>
45153         [BZ #14012]
45154         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45155         requiring rpcgen.
45156         [cross-compiling] (extra-libs): Likewise.
45157         [cross-compiling] (extra-libs-others): Likewise.
45158         [cross-compiling] (librpcsvc-routines): Likewise.
45159         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45160         [cross-compiling] (omit-deps): Likewise.
45161         (sunrpc-CPPFLAGS): New variable.
45162         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45163         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45164         (cross-rpcgen-objs): New variable.
45165         (extra-objs): Append $(cross-rpcgen-objs).
45166         ($(cross-rpcgen-objs)): New rule.
45167         ($(objpfx)cross-rpcgen): Likewise.
45168         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45169         comment.
45170         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45171         ($(objpfx)x%.stmp): Likewise.
45172         * sunrpc/proto.h [IS_IN_build] (_): Define.
45173         [IS_IN_build] (_libc_intl_domainname): Likewise.
45175 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45177         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45178         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45179         and R_X86_64_TPOFF64.
45181 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45183         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45184         sysdeps/unix/sysv/syscalls.list.
45185         (stime): Likewise.
45186         (utime): Likewise.
45187         * sysdeps/unix/sysv/syscalls.list: Remove file.
45189 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45191         [BZ #3440]
45192         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45193         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45194         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45195         (__LC_IDENTIFICATION): Make these macros useful in #if
45196         expressions, as required by C99.
45198 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45200         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45201         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45202         after this.
45204 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45206         * stdlib/longlong.h: Updated from GCC.
45208 2012-05-09  Andreas Jaeger  <aj@suse.de>
45210         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45211         default is first entry.
45212         (run_mode): Set type.
45213         (main): Remove informal message about syslog.
45214         (options): Fix typo.
45216         [BZ #14053]
45217         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45218         to asm.
45219         (lrint): Likewise.
45220         (llrintf): Likewise.
45221         (llrint): Likewise.
45222         (rint): Likewise.
45223         (rintf): Likewise.
45224         (nearbyint): Likewise.
45225         (nearbyintf): Likewise.
45227 2012-05-09  Andreas Jaeger  <aj@suse.de>
45228             Pedro Alves  <palves@redhat.com>
45230         * nscd/nscd.c (run_mode): Use enum.
45231         (main): Cleanup coding style issue.
45233 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45234             Andreas Jaeger  <aj@suse.de>
45236         * nscd/nscd.c (go_background): Replaced with...
45237         (run_mode): ... this.
45238         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45239         (options): Add -F --foreground.
45240         (main): Implement it.
45241         (parse_opt): Parse it.
45243 2012-05-09  Andreas Jaeger  <aj@suse.de>
45245         [BZ #14083]
45246         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45247         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45248         -Wconversion warning.
45249         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45250         Likewise.
45252 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45254         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45255         == 0.
45256         (LC_ALL): Use macro-int-constant.
45257         (LC_COLLATE): Likewise.
45258         (LC_CTYPE): Likewise.
45259         (LC_MESSAGES): Likewise.
45260         (LC_MONETARY): Likewise.
45261         (LC_NUMERIC): Likewise.
45262         (LC_TIME): Likewise.
45263         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45264         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45265         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45266         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45267         Specify type.
45268         [C99-based standards] (float_t): Expect type.
45269         [C99-based standards] (double_t): Expect type.
45270         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45271         type.
45272         [C99-based standards] (HUGE_VALL): Likewise.
45273         [C99-based standards] (INFINITY): Likewise.
45274         [C99-based standards] (NAN): Likewise.
45275         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45276         [C99-based standards] (FP_NAN): Likewise.
45277         [C99-based standards] (FP_NORMAL): Likewise.
45278         [C99-based standards] (FP_SUBNORMAL): Likewise.
45279         [C99-based standards] (FP_ZERO): Likewise.
45280         [C99-based standards] (FP_FAST_FMA): Use
45281         optional-macro-int-constant.  Specify type.  Require == 1.
45282         [C99-based standards] (FP_FAST_FMAF): Likewise.
45283         [C99-based standards] (FP_FAST_FMAL): Likewise.
45284         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45285         [C99-based standards] (FP_ILOGBNAN): Likewise.
45286         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45287         Specify type.
45288         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45289         [C99-based standards] (math_errhandling): Specify type.
45290         [ISO99 || ISO11] (signgam): Do not allow.
45291         [non-C99-based standards] (copysignf): Do not allow.
45292         [non-C99-based standards] (exp2f): Likewise.
45293         [non-C99-based standards] (log2f): Likewise.
45294         [non-C99-based standards] (modff): Allow.
45295         [non-C99-based standards] (erff): Do not allow.
45296         [non-C99-based standards] (erfcf): Likewise.
45297         [non-C99-based standards] (gammaf): Likewise.
45298         [non-C99-based standards] (hypotf): Likewise.
45299         [non-C99-based standards] (j0f): Likewise.
45300         [non-C99-based standards] (j1f): Likewise.
45301         [non-C99-based standards] (jnf): Likewise.
45302         [non-C99-based standards] (lgammaf): Likewise.
45303         [non-C99-based standards] (tgammaf): Likewise.
45304         [non-C99-based standards] (y0f): Likewise.
45305         [non-C99-based standards] (y1f): Likewise.
45306         [non-C99-based standards] (ynf): Likewise.
45307         [non-C99-based standards] (isnanf): Likewise.
45308         [non-C99-based standards] (acoshf): Likewise.
45309         [non-C99-based standards] (asinhf): Likewise.
45310         [non-C99-based standards] (atanhf): Likewise.
45311         [non-C99-based standards] (cbrtf): Likewise.
45312         [non-C99-based standards] (expm1f): Likewise.
45313         [non-C99-based standards] (ilogbf): Likewise.
45314         [non-C99-based standards] (log1pf): Likewise.
45315         [non-C99-based standards] (logbf): Likewise.
45316         [non-C99-based standards] (nextafterf): Likewise.
45317         [non-C99-based standards] (remainderf): Likewise.
45318         [non-C99-based standards] (rintf): Likewise.
45319         [non-C99-based standards] (scalbf): Likewise.
45320         [non-C99-based standards] (copysignl): Likewise.
45321         [non-C99-based standards] (exp2l): Likewise.
45322         [non-C99-based standards] (log2l): Likewise.
45323         [non-C99-based standards] (modfl): Allow.
45324         [non-C99-based standards] (erfl): Do not allow.
45325         [non-C99-based standards] (erfcl): Likewise.
45326         [non-C99-based standards] (gammal): Likewise.
45327         [non-C99-based standards] (hypotl): Likewise.
45328         [non-C99-based standards] (j0l): Likewise.
45329         [non-C99-based standards] (j1l): Likewise.
45330         [non-C99-based standards] (jnl): Likewise.
45331         [non-C99-based standards] (lgammal): Likewise.
45332         [non-C99-based standards] (tgammal): Likewise.
45333         [non-C99-based standards] (y0l): Likewise.
45334         [non-C99-based standards] (y1l): Likewise.
45335         [non-C99-based standards] (ynl): Likewise.
45336         [non-C99-based standards] (isnanl): Likewise.
45337         [non-C99-based standards] (acoshl): Likewise.
45338         [non-C99-based standards] (asinhl): Likewise.
45339         [non-C99-based standards] (atanhl): Likewise.
45340         [non-C99-based standards] (cbrtl): Likewise.
45341         [non-C99-based standards] (expm1l): Likewise.
45342         [non-C99-based standards] (ilogbl): Likewise.
45343         [non-C99-based standards] (log1pl): Likewise.
45344         [non-C99-based standards] (logbl): Likewise.
45345         [non-C99-based standards] (nextafterl): Likewise.
45346         [non-C99-based standards] (remainderl): Likewise.
45347         [non-C99-based standards] (rintl): Likewise.
45348         [non-C99-based standards] (scalbl): Likewise.
45349         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45350         [non-C99-based standards] (FP_*): Do not allow.
45351         [C99-based standards] (FP_*): Change to
45352         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45353         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45354         allow.
45355         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45356         (SIG_ERR): Likewise.
45357         [X/Open-based standards] (SIG_HOLD): Likewise.
45358         (SIG_IGN): Likewise.
45359         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45360         positive value.
45361         (SIGFPE): Likewise.
45362         (SIGILL): Likewise.
45363         (SIGINT): Likewise.
45364         (SIGSEGV): Likewise.
45365         (SIGTER): Likewise.
45366         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45367         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45368         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45369         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45370         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45371         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45372         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45373         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45374         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45375         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45376         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45377         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45378         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45379         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45380         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45381         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45382         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45383         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45384         [X/Open-based standards] (SIGTRAP): Likewise.
45385         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45386         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45387         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45388         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45389         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45390         allow.
45392 2012-05-08  Ian Wienand  <ianw@vmware.com>
45394         [BZ #14080]
45395         * time/tzset.c (__tzset_parse_tz): Update default rules for
45396         daylight time changes in the Energy Policy Act of 2005.
45398 2012-05-09  Andreas Jaeger  <aj@suse.de>
45400         [BZ #13983]
45401         * elf/ldconfig.c (parse_conf): Change string to make clear that
45402         ldconfig only issued a warning if ld.so.conf does not exist.
45404 2012-05-08  David S. Miller  <davem@davemloft.net>
45406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45407         movxtod instead of popping the value on the stack.
45409         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45411 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45413         * config.h.in: Add HAVE_ARM_PCS_VFP.
45415 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45417         [BZ #13979]
45418         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45419         checking but the checks are disabled for any reason.
45421 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45423         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45424         and ELF64_R_TYPE with ELFW(R_TYPE).
45426 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45428         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45429         (ulimit): Likewise.
45431         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45432         (settimeofday): Likewise.
45434 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45436         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45437         a struct th_u2 inside the union, and move tu_block/tu_code into
45438         a new th_u3 union of tu_block/tu_code inside of that.  Move
45439         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45440         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45441         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45442         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45443         (th_stuff): Change to th_u1.tu_stuff.
45444         (th_data): Define.
45445         (th_msg): Change to th_u1.th_u2.tu_data.
45447 2012-05-07  David S. Miller  <davem@davemloft.net>
45449         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45451         [BZ #14074]
45452         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45453         (SETUP_PIC_REG): Use it.
45454         (SETUP_PIC_REG_LEAF): Use it.
45456 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45458         [BZ #13885]
45459         [BZ #13923]
45460         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45461         USE_AS_EXPM1L.
45462         (EXPL_FINITE): Likewise.
45463         (FLDLOG): Likewise.
45464         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45465         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45466         e_expl.S.
45467         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45468         USE_AS_EXPM1L.
45469         (EXPL_FINITE): Likewise.
45470         (FLDLOG): Likewise.
45471         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45472         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45473         e_expl.S.
45474         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45475         test of -max_value argument for long double.
45476         * sysdeps/i386/fpu/libm-test-ulps: Update.
45477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45479 2012-05-06  David S. Miller  <davem@davemloft.net>
45481         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45482         quad soft-float symbols whose references which are compiler
45483         generated.
45484         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45486 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45488         [BZ #13884]
45489         [BZ #13914]
45490         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45491         USE_AS_EXP10L.
45492         (EXPL_FINITE): Likewise.
45493         (FLDLOG): Likewise.
45494         (c0): Likewise.
45495         (c1): Likewise.
45496         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45497         Adjust comments for base varying.
45498         (__expl_finite): Change alias to EXPL_FINITE.
45499         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45500         e_expl.S.
45501         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45502         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45503         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45504         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45505         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45506         USE_AS_EXP10L.
45507         (EXPL_FINITE): Likewise.
45508         (FLDLOG): Likewise.
45509         (c0): Likewise.
45510         (c1): Likewise.
45511         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45512         Adjust comments for base varying.
45513         (__expl_finite): Change alias to EXPL_FINITE.
45514         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45515         tests for bugs.
45516         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45518         [BZ #14064]
45519         * math/libm-test.inc (check_float_internal): Correct ulp
45520         calculation for subnormal expected results.
45522 2012-05-06  Andreas Jaeger  <aj@suse.de>
45524         * Makeconfig (+math-flags): New, set to -frounding-math.
45525         (+cflags): Add +math-flags so that all of glibc gets compiled with
45526         it.
45528         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45530 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45532         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45533         Disable one test.
45535         [BZ #13787]
45536         [BZ #13922]
45537         [BZ #14036]
45538         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45539         (__ieee754_expl): Allow for and saturate large arguments.
45540         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45541         (u_threshold): Likewise.
45542         (__exp): Call __ieee754_exp before checking for overflow and
45543         underflow.
45544         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45545         (u_threshold): Likewise.
45546         (__expf): Call __ieee754_expf before checking for overflow and
45547         underflow.
45548         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45549         (u_threshold): Likewise.
45550         (__expl): Call __ieee754_expl before checking for overflow and
45551         underflow.
45552         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45553         (__ieee754_expl): Allow for and saturate large arguments.
45554         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45555         missing overflow exception on overflow.
45556         (expm1_test): Do not allow missing overflow exception on overflow.
45558         * sysdeps/i386/fpu/e_expl.c: Move to ...
45559         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45560         rather than using inline asm.
45561         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45562         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45563         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45565         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45566         (nice): Likewise.
45567         (poll): Likewise.
45568         (signal): Likewise.
45569         (time): Likewise.
45570         (times): Likewise.
45572 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45574         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45575         sysdeps/unix/common/syscalls.list.
45576         (fchmod): Likewise.
45577         (fchown): Likewise.
45578         (ftruncate): Likewise.
45579         (getrusage): Likewise.
45580         (gettimeofday): Likewise.
45581         (setpgid): Likewise.
45582         (setregid): Likewise.
45583         (setreuid): Likewise.
45584         (sigaction): Likewise.
45585         (truncate): Likewise.
45586         (vhangup): Likewise.
45587         * sysdeps/unix/common/syscalls.list: Remove file.
45588         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45589         * sysdeps/unix/sysv/linux/Implies: Likewise.
45591 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45593         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45594         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45595         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45596         Moved to ...
45597         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45598         Here.
45599         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45600         to ...
45601         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45602         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45603         to ...
45604         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45605         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45606         to ...
45607         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45608         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45609         to ...
45610         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45611         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45612         to ...
45613         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45614         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45615         to ...
45616         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45617         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45618         to ...
45619         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45620         Here.
45621         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45622         to ...
45623         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45624         Here.
45625         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45626         to ...
45627         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45628         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45629         Moved to ...
45630         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45631         Here.
45632         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45633         to ...
45634         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45636 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45638         * sysdeps/unix/common/bits/dirent.h: Remove file.
45639         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45641         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45642         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45643         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45644         * sysdeps/unix/bsd/isatty.c: Likewise.
45645         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45646         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45647         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45649 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45651         [BZ #13563]
45652         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45653         long double comparison inaccuracies.
45654         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45655         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45657 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45659         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45660         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45662 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45664         [BZ #14049]
45665         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45666         nonzero digits before rounding a hex value.
45667         * stdlib/tst-strtod.c (tests): Add another test.
45669 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45671         * sysdeps/s390/fpu/libm-test-ulps: Update.
45673 2012-05-03  Andreas Jaeger  <aj@suse.de>
45675         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45676         does not get optimized out.
45677         (malloc_opt_barrier): New.
45679 2012-05-03  Andreas Jaeger  <aj@suse.de>
45680             Roland McGrath  <roland@hack.frob.com>
45682         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45683         intermediate file deletion.
45684         (generated): Add .symlist files.
45686 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45688         [BZ #13775]
45689         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45690         Redirect under this condition.
45691         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45692         [__USE_GNU] (__dprintf_chk): Not under this condition.
45693         [__USE_GNU] (__vdprintf_chk): Likewise.
45694         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45695         under this condition.
45696         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45697         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45698         [__USE_XOPEN2K8] (vdprintf): Likewise.
45699         [__USE_GNU] (__dprintf_chk): Not under this condition.
45700         [__USE_GNU] (__vdprintf_chk): Likewise.
45701         [__USE_GNU] (dprintf): Likewise.
45702         [__USE_GNU] (vdprintf): Likewise.
45704 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45706         * elf/Makefile (common-generated): Set this instead of generated for
45707         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45708         $(all-built-dso)-derived lists.
45710 2012-05-03  Andreas Jaeger  <aj@suse.de>
45712         * sysdeps/i386/fpu/libm-test-ulps: Update.
45714         * FAQ: Removed.
45715         * FAQ.in: Likewise.
45716         * scripts/gen-FAQ.pl: Likewise.
45717         * manual/install.texi (Installation): Point to online location of
45718         FAQ.
45719         * Makefile (files-for-dist): Remove FAQ.
45720         (FAQ): Remove.
45722 2012-05-02  Allan McRae  <allan@archlinux.org>
45724         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45725         (LDFLAGS-reldepmod5.so): Likewise.
45726         (LDFLAGS-reldep6mod1.so): Likewise.
45727         (LDFLAGS-reldep6mod4.so): Likewise.
45728         (LDFLAGS-reldep8mod3.so): Likewise.
45729         (LDFLAGS-unload4mod1.so): Likewise.
45730         (LDFLAGS-unload4mod2.so): Likewise.
45731         (LDFLAGS-tst-initorder): Likewise.
45732         (LDFLAGS-tst-initordera2.so): Likewise.
45733         (LDFLAGS-tst-initordera3.so): Likewise.
45734         (LDFLAGS-tst-initordera4.so): Likewise.
45735         (LDFLAGS-tst-initorderb2.so): Likewise.
45736         (LDFLAGS-noload): Likewise.
45737         (LDFLAGS-next): Likewise.
45738         (LDFLAGS-order2mod1.so): Likewise.
45739         (LDFLAGS-order2mod2.so): Likewise.
45740         (LDFLAGS-tst-initorder2): Likewise.
45741         (LDFLAGS-tst-initorder2a.so): Likewise.
45742         (LDFLAGS-tst-initorder2b.so): Likewise.
45743         (LDFLAGS-tst-initorder2c.so): Likewise.
45744         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45746 2012-05-02  David S. Miller  <davem@davemloft.net>
45748         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45750 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45752         [BZ #14055]
45753         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45755 2012-05-02  Andreas Jaeger  <aj@suse.de>
45757         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45758         since we manipulate rounding mode.
45759         (CPPFLAGS-test-idouble.c): Likewise.
45760         (CPPFLAGS-test-ifloat.c): Likewise.
45761         (CFLAGS-test-ldouble.c): Likewise.
45762         (CFLAGS-test-double.c): Likewise.
45763         (CFLAGS-test-float.c): Likewise.
45764         (CFLAGS-test-misc.c): Likewise.
45765         (CFLAGS-test-test-fenv.c): Likewise.
45767 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45769         [BZ #2550]
45770         [BZ #2570]
45771         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45772         comparisons to determine direction to adjust input.
45774 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45776         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45777         output to the target.
45779         * scripts/localplt.awk: New file.
45780         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45781         (check-localplt-CFLAGS): Variable removed.
45782         ($(all-built-dso:=.jmprel)): New static pattern rule.
45783         (generated): Add those targets.
45784         (localplt-built-dso): New variable.
45785         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45787         * elf/check-localplt.c: File removed.
45789         * scripts/check-execstack.awk: New file.
45790         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45791         (check-execstack-CFLAGS): Variable removed.
45792         ($(objpfx)check-execstack.h): Target removed.
45793         ($(objpfx)execstack-default): New target.
45794         (generated): Add that instead of check-execstack.h.
45795         ($(all-built-dso:=.phdr)): New static pattern rule.
45796         (generated): Add those targets.
45797         * elf/check-execstack.c: File removed.
45799         * scripts/check-textrel.awk: New file.
45800         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45801         (check-textrel-CFLAGS): Variable removed.
45802         (all-built-dso): Use := to define.o
45803         ($(all-built-dso:=.dyn)): New static pattern rule.
45804         (generated): Add those targets.
45805         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45806         * config.make.in (READELF): New substituted variable.
45807         * elf/check-textrel.c: File removed.
45809 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45811         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45812         allow.
45813         * conform/data/ctype.h-data [C99-based standards] (isblank):
45814         Expect function.
45815         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45816         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45817         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45818         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45819         Specify type.  Require positive value.
45820         (EILSEQ): Likewise.
45821         (ERANGE): Likewise.
45822         [ISO || POSIX] (EILSEQ): Do not expect.
45823         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45824         Specify type.  Require positive value.
45825         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45826         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45827         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45828         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45829         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45830         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45831         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45832         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45833         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45834         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45835         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45836         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45837         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45838         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45839         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45840         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45841         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45842         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45843         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45844         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45845         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45846         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45847         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45848         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45849         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45850         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45851         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45852         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45853         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45854         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45855         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45856         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45857         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45858         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45859         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45860         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45861         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45862         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45863         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45864         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45865         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45866         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45867         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45868         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45869         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45870         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45871         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45872         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45873         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45874         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45875         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45876         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45877         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45878         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45879         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45880         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45881         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45882         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45883         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45884         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45885         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45886         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45887         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45888         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45889         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45890         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45891         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45892         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45893         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45894         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45895         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45896         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45897         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45898         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45899         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45900         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45901         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45902         Require >= 2.
45903         (FLT_ROUNDS): Expect as macro, not constant.
45904         (FLT_MANT_DIG): Use macro-int-constant.
45905         (DBL_MANT_DIG): Likewise.
45906         (LDBL_MANT_DIG): Likewise.
45907         (FLT_DIG): Likewise.
45908         (DBL_DIG): Likewise.
45909         (LDBL_DIG): Likewise.
45910         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45911         (DBL_MIN_EXP): Likewise.
45912         (LDBL_MIN_EXP): Likewise.
45913         (FLT_MAX_EXP): Use macro-int-constant.
45914         (DBL_MAX_EXP): Likewise.
45915         (LDBL_MAX_EXP): Likewise.
45916         (FLT_MAX_10_EXP): Likewise.
45917         (DBL_MAX_10_EXP): Likewise.
45918         (LDBL_MAX_10_EXP): Likewise.
45919         (FLT_MAX): Use macro-constant.
45920         (DBL_MAX): Likewise.
45921         (LDBL_MAX): Likewise.
45922         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45923         (DBL_EPSILON): Likewise.
45924         (LDBL_EPSILON): Likewise.
45925         (FLT_MIN): Likewise.
45926         (DBL_MIN): Likewise.
45927         (LDBL_MIN): Likewise.
45928         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45929         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45930         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45931         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45932         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45933         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45934         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45935         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45936         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45937         [ISO11] (FLT_TRUE_MIN): Likewise.
45938         [ISO11] (LDBL_TRUE_MIN): Likewise.
45939         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45940         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45941         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45942         (SCHAR_MAX): Likewise.
45943         (UCHAR_MAX): Likewise.
45944         (CHAR_MIN): Likewise.
45945         (CHAR_MAX): Likewise.
45946         (MB_LEN_MAX): Use macro-int-constant.
45947         (SHRT_MIN): Use macro-int-constant.  Specify type.
45948         (SHRT_MAX): Likewise.
45949         (USHRT_MAX): Likewise.
45950         (INT_MAX): Likewise.
45951         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45952         bound negative.
45953         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45954         bound with "U".
45955         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45956         bound with "L".
45957         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45958         bound negative.  Suffix upper bound with "L".
45959         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45960         bound with "UL".
45961         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45962         Specify type.
45963         [C99-based standards] (LLONG_MAX): Likewise.
45964         [C99-based standards] (ULLONG_MAX): Likewise.
45965         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45966         == 0.
45967         [ISO11] (max_align_t): Require type.
45968         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45970         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45971         from $CFLAGS, without defining away __attribute__ calls.
45972         (checknamespace): Use $CFLAGS_namespace.
45974         * conform/conformtest.pl (@keywords): Only include C99 keywords
45975         for standards based on C99 or C11.
45977         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45978         Disable tests.
45979         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45980         UNIX98]: Likewise.
45982         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45983         usability of symbols in #if.
45985         * conform/conformtest.pl: If macro or constant types start
45986         "promoted:", expect the symbol to be of the following type
45987         promoted by the integer promotions.
45989         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45990         in one place.  Also handle "macro-constant".
45992         * conform/conformtest.pl: Only accept expected macro values with
45993         "==".  Parse all "macro" lines in one place.
45994         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45996         * conform/conformtest.pl: Handle braced types on "constant" lines
45997         instead of handling "typed-constant".
45998         * conform/data/signal.h-data: Use "constant" instead of
45999         "typed-constant".
46001         * conform/conformtest.pl: Handle "optional-" at start of lines in
46002         one place rather than duplicating several cases.  Handle each
46003         format of "macro" line with initial "optional-".
46005         * conform/conformtest.pl: Only accept expected constant or
46006         optional-constant values with "==".  Parse all "constant" lines in
46007         one place.  Parse all "optional-constant" lines in one place.
46008         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46009         * conform/data/fmtmsg.h-data: Likewise.
46010         * conform/data/netinet/in.h-data: Likewise.
46011         * conform/data/tar.h-data: Likewise.
46012         * conform/data/limits.h-data: Use "==" form on "constant" and
46013         "optional-constant" lines.
46015         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46016         Use -std=c99 for XOPEN2K.
46017         (@knownproblems): Remove.
46018         (newtoken): Don't check %isknown.
46020         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46021         Do not expect macro.
46022         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46023         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46024         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46025         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46026         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46027         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46028         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46029         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46030         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46031         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46032         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46033         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46034         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46035         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46036         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46037         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46038         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46039         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46040         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46041         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46042         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46043         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46044         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46045         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46046         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46047         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46048         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46049         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46050         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46051         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46052         [XPG3] (acosh): Likewise.
46053         [XPG3] (asinh): Likewise.
46054         [XPG3] (atanh): Likewise.
46055         [XPG3] (cbrt): Likewise.
46056         [XPG3] (expm1): Likewise.
46057         [XPG3] (ilogb): Likewise.
46058         [XPG3] (log1p): Likewise.
46059         [XPG3] (logb): Likewise.
46060         [XPG3] (nextafter): Likewise.
46061         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46062         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46063         [XPG3] (remainder): Likewise.
46064         [XPG3] (rint): Likewise.
46065         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46066         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46067         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46068         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46069         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46070         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46071         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46072         [UNIX98 || XOPEN2K] (scalb): Expect.
46073         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46074         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46075         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46076         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46077         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46078         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46079         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46080         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46081         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46082         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46083         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46084         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46085         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46086         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46087         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46088         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46089         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46090         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46091         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46092         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46093         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46094         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46095         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46096         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46097         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46098         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46099         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46100         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46101         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46102         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46103         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46104         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46105         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46106         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46107         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46108         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46109         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46110         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46111         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46112         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46113         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46114         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46115         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46116         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46117         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46118         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46119         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46120         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46121         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46122         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46123         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46124         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46125         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46126         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46127         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46128         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46129         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46130         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46131         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46132         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46133         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46134         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46135         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46136         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46137         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46138         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46139         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46140         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46141         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46142         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46143         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46144         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46145         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46146         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46147         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46148         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46149         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46150         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46151         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46152         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46153         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46154         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46155         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46156         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46157         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46158         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46159         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46160         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46161         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46162         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46163         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46164         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46165         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46166         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46167         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46168         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46169         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46170         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46171         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46172         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46173         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46174         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46175         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46176         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46177         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46178         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46179         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46180         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46181         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46182         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46183         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46184         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46185         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46186         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46187         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46188         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46189         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46190         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46191         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46192         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46193         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46194         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46195         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46196         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46197         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46198         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46199         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46200         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46201         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46202         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46203         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46204         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46205         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46206         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46207         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46208         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46209         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46211         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46212         _XOPEN_SOURCE_EXTENDED for XPG4.
46214         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46216         * Makeconfig (localtime): Remove variable.
46217         (inst_localtime-file): Likewise.
46219 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46222         Update.
46223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46224         Update.
46225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46226         Update.
46227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46228         Update.
46229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46230         Update.
46231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46232         Update.
46233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46234         Update.
46235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46236         Update.
46237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46238         Update.
46240 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46242         [BZ #2550]
46243         [BZ #2570]
46244         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46245         comparisons to determine direction to adjust input.
46246         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46247         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46248         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46249         Likewise.
46250         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46251         Likewise.
46252         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46253         Likewise.
46254         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46255         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46256         Likewise.
46257         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46258         Likewise.
46259         * math/libm-test.inc (nexttoward_test): Add more tests.
46261 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46263         [BZ #14040]
46264         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46265         in version GLIBC_2.1, not GLIBC_2.0.
46266         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46267         Likewise.
46269 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46271         [BZ #13942]
46272         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46273         (1 - x) * (1 + x).
46274         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46275         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46276         * math/libm-test.inc (acos_test): Add more tests.
46277         (asin_test): Likewise.
46278         * sysdeps/i386/fpu/libm-test-ulps: Update.
46279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46281         [BZ #14034]
46282         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46283         of square root.
46284         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46285         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46286         * math/libm-test.inc (acos_test_tonearest): New function.
46287         (acos_test_towardzero): Likewise.
46288         (acos_test_downward): Likewise.
46289         (acos_test_upward): Likewise.
46290         (asin_test_tonearest): Likewise.
46291         (asin_test_towardzero): Likewise.
46292         (asin_test_downward): Likewise.
46293         (asin_test_upward): Likewise.
46294         (main): Call the new functions.
46295         * sysdeps/i386/fpu/libm-test-ulps: Update.
46296         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46298         [BZ #13884]
46299         [BZ #13924]
46300         * math/e_exp10.c: Include <float.h>.
46301         (__ieee754_exp10): Handle underflow here rather than multiplying
46302         large negative argument by M_LN10.
46303         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46304         of __ieee754_expf.
46305         * math/e_exp10l.c: Include <float.h>.
46306         (__ieee754_exp10l): Handle underflow here rather than multiplying
46307         large negative argument by M_LN10l.
46308         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46309         spurious overflow exception on underflow.
46311 2012-04-29  Marek Polacek  <polacek@redhat.com>
46313         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46314         (__fortify_function): New macro.
46315         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46316         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46317         __extern_always_inline.
46318         * libio/bits/stdio2.h: Likewise.
46319         * libio/bits/stdio.h: Likewise.
46320         * string/string.h: Likewise.
46321         * string/bits/string3.h: Likewise.
46322         * include/stdio.h: Likewise.
46323         * stdlib/bits/stdlib.h: Likewise.
46324         * stdlib/stdlib.h: Likewise.
46325         * rt/bits/mqueue2.h: Likewise.
46326         * rt/mqueue.h: Likewise.
46327         * posix/bits/unistd.h: Likewise.
46328         * posix/unistd.h: Likewise.
46329         * io/bits/poll2.h: Likewise.
46330         * io/bits/fcntl2.h: Likewise.
46331         * io/fcntl.h: Likewise.
46332         * io/sys/poll.h: Likewise.
46333         * misc/bits/syslog.h: Likewise.
46334         * misc/bits/syslog-ldbl.h: Likewise.
46335         * misc/sys/syslog.h: Likewise.
46336         * socket/bits/socket2.h: Likewise.
46337         * socket/sys/socket.h: Likewise.
46338         * debug/tst-chk1.c: Likewise.
46339         * wcsmbs/bits/wchar2.h: Likewise.
46340         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46341         * wcsmbs/wchar.h: Likewise.
46343 2012-04-29  Andreas Jaeger  <aj@suse.de>
46345         * Makerules (tests): Remove enable-check-abi protection.
46346         (check-abi-warn): Remove.
46347         (check-abi-%): Remove check-abi-warn usage.
46349         * configure.in: Remove check-abi configure option.
46350         * configure: Regenerated.
46351         * config.make.in (enable-check-abi): Remove.
46353 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46355         [BZ #14033]
46356         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46357         double functions to double *_finite functions.
46359         [BZ #13941]
46360         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46361         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46362         LDBL_MIN_EXP.
46363         * stdio-common/Makefile (tests): Add tst-sprintf3.
46364         * stdio-common/tst-sprintf3.c: New file.
46366         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46367         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46369 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46371         * conform/conformtest.pl: Remove duplicate typed-constant
46372         handling.
46374 2012-04-28  David S. Miller  <davem@davemloft.net>
46376         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46377         (check-abi-%): Remove AWK script prerequisite and explicit
46378         abilist directory.
46379         (check-abi): Rewrite to just diff the symlist with the abilist.
46380         (config-tls, config-abi-config): Delete, no longer used.
46381         (update-abi-%): Remove AWK script and explicit abilist directory.
46382         (update-abi): Rewrite to simply compare and conditionally copy the
46383         symlist and the sysdep abilist file.  Remove update-abi-config
46384         checks.
46385         * abilist/ld.abilist: Remove.
46386         * abilist/libBrokenLocale.abilist: Remove.
46387         * abilist/libanl.abilist: Remove.
46388         * abilist/libcrypt.abilist: Remove.
46389         * abilist/libdl.abilist: Remove.
46390         * abilist/librt.abilist: Remove.
46391         * abilist/libthread_db.abilist: Remove.
46392         * abilist/libutil.abilist: Remove.
46393         * scripts/extract-abilist.awk: Remove.
46394         * scripts/merge-abilist.awk: Remove.
46395         * sysdeps/generic/libcidn.abilist: New file.
46396         * sysdeps/generic/libnss_compat.abilist: New file.
46397         * sysdeps/generic/libnss_db.abilist: New file.
46398         * sysdeps/generic/libnss_dns.abilist: New file.
46399         * sysdeps/generic/libnss_files.abilist: New file.
46400         * sysdeps/generic/libnss_hesiod.abilist: New file.
46401         * sysdeps/generic/libnss_nis.abilist: New file.
46402         * sysdeps/generic/libnss_nisplus.abilist: New file.
46403         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46404         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46405         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46406         file.
46407         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46408         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46409         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46410         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46411         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46412         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46413         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46414         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46415         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46416         file.
46417         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46418         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46419         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46420         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46421         file.
46422         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46423         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46424         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46425         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46426         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46427         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46428         file.
46429         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46430         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46431         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46432         file.
46433         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46434         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46435         New file.
46436         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46437         New file.
46438         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46439         New file.
46440         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46441         New file.
46442         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46443         New file.
46444         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46445         New file.
46446         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46447         New file.
46448         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46449         New file.
46450         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46451         New file.
46452         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46453         New file.
46454         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46455         New file.
46456         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46457         New file.
46458         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46459         New file.
46460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46461         file.
46462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46463         New file.
46464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46465         New file.
46466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46467         file.
46468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46469         New file.
46470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46471         New file.
46472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46473         file.
46474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46475         New file.
46476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46477         New file.
46478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46479         New file.
46480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46481         New file.
46482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46483         New file.
46484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46485         New file.
46486         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46487         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46488         file.
46489         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46490         New file.
46491         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46492         file.
46493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46494         file.
46495         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46496         file.
46497         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46498         file.
46499         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46500         file.
46501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46502         New file.
46503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46504         file.
46505         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46506         file.
46507         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46508         New file.
46509         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46510         file.
46511         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46513         file.
46514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46515         New file.
46516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46517         file.
46518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46519         file.
46520         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46521         file.
46522         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46523         file.
46524         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46525         file.
46526         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46527         New file.
46528         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46529         file.
46530         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46531         file.
46532         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46533         New file.
46534         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46535         file.
46536         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46537         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46538         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46539         file.
46540         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46541         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46542         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46543         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46544         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46545         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46546         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46547         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46548         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46549         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46550         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46551         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46552         file.
46553         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46554         New file.
46555         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46556         file.
46557         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46558         file.
46559         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46560         file.
46561         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46562         file.
46563         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46564         file.
46565         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46566         New file.
46567         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46568         New file.
46569         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46570         file.
46571         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46572         New file.
46573         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46574         file.
46575         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46577         file.
46578         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46579         New file.
46580         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46581         file.
46582         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46583         file.
46584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46585         file.
46586         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46587         file.
46588         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46589         file.
46590         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46591         New file.
46592         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46593         New file.
46594         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46595         file.
46596         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46597         New file.
46598         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46599         file.
46601 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46603         * conform/conformtest.pl: Fix typo in handling typed-constant from
46604         allow-header.
46606 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46608         * README: Cut down references to pre-2.6 Linux kernels and
46609         Linuxthreads.  Update lists of configurations in libc and ports
46610         and sort alphabetically.  Say "or newer" with Linux kernel version
46611         requirements.
46613         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46615 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46617         [BZ #887]
46618         * math/libm-test.inc (logb_test_downward): New test to expose
46619         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46620         rounding mode.
46622 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46624         [BZ #14027]
46625         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46626         to be done.
46627         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46628         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46630 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46632         * sysdeps/unix/i386/brk.S: Remove file.
46633         * sysdeps/unix/i386/dl-brk.S: Likewise.
46634         * sysdeps/unix/i386/pipe.S: Likewise.
46635         * sysdeps/unix/i386/sigreturn.S: Likewise.
46636         * sysdeps/unix/i386/syscall.S: Likewise.
46637         * sysdeps/unix/i386/vfork.S: Likewise.
46638         * sysdeps/unix/i386/wait.S: Likewise.
46640         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46641         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46643         * configure.in (arm*-none*): Do not allow without
46644         --enable-hacker-mode.
46645         (netbsd*): Remove case setting base_os.
46646         (386bsd*): Likewise.
46647         (freebsd*): Likewise.
46648         (bsdi*): Likewise.
46649         (osf*): Likewise.
46650         (sunos*): Likewise.
46651         (ultrix*): Likewise.
46652         (newsos*): Likewise.
46653         (dynix*): Likewise.
46654         (*bsd*): Likewise.
46655         (sysv*): Likewise.
46656         (isc*): Likewise.
46657         (esix*): Likewise.
46658         (sco*): Likewise.
46659         (minix*): Likewise.
46660         (irix4*): Likewise.
46661         (irix6*): Likewise.
46662         (solaris[2-9]*): Likewise.
46663         (none): Likewise.
46664         * configure: Regenerated.
46666 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46668         [BZ #11521]
46669         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46670         overflow or cancellation in calculating denominator.
46671         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46672         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46673         down expression to avoid unexpected rounding in newer GCCs.
46674         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46676 2012-04-26  David S. Miller  <davem@davemloft.net>
46678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46679         long-double compat symbols.
46680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46685         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46686         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46687         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46688         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46689         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46691         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46692         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46694 2012-04-25  David S. Miller  <davem@davemloft.net>
46696         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46697         HWCAP_* values only after the memory barriers have been defined.
46698         (atomic_full_barrier): Define.
46699         (atomic_read_barrier): Define.
46700         (atomic_write_barrier): Define.
46702 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46704         * shlib-versions: Add libgcc_s version information.
46705         * sysdeps/generic/libgcc_s.h: Remove.
46706         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46707         libgcc_s.h.
46708         * sysdeps/gnu/unwind-resume.c: Likewise.
46709         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46711 2012-04-25  David S. Miller  <davem@davemloft.net>
46713         * sysdeps/unix/sparc/brk.S: Delete.
46714         * sysdeps/unix/sparc/dl-brk.S: Delete.
46715         * sysdeps/unix/sparc/pipe.S: Delete.
46716         * sysdeps/unix/sparc/sysdep.S: Delete.
46717         * sysdeps/unix/sparc/sysdep.h: Delete.
46718         * sysdeps/unix/sparc/vfork.S: Delete.
46719         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46720         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46721         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46722         (ret_ERRVAL, r0, r1, MOVE): Define.
46723         (JUMPTARGET): Remove.
46724         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46725         sysdeps/unix/sparc/sysdep.h
46726         (ENTRY, END): Remove.
46727         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46729 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46731         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46732         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46733         -DIS_IN_build.
46735         * timezone/README: Update upstream location and email address for
46736         tzcode and tzdata.
46737         * timezone/zdump.c: Update from tzcode 2012b.
46738         * timezone/zic.c: Likewise.
46740         * configure.in (libc_cv_as_needed): Remove test.
46741         * configure: Regenerated.
46742         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46743         conditional definition.
46744         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46745         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46746         * config.make.in (have-as-needed): Remove variable.
46748 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46749             Paul Pluzhnikov  <ppluzhnikov@google.com>
46751         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46752         strings correctly.
46754 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46756         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46757         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46758         * sysdeps/sh/strlen.S: Likewise.
46760 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46762         * sysdeps/unix/fork.S: Remove file.
46763         * sysdeps/unix/i386/fork.S: Likewise.
46764         * sysdeps/unix/sparc/fork.S: Likewise.
46766         * sysdeps/unix/system.c: Remove file.
46767         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46769         * sysdeps/unix/getegid.S: Remove file.
46770         * sysdeps/unix/geteuid.S: Likewise.
46772 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46774         * scripts/check-localplt.awk: New file.
46775         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46776         of diff.
46777         * scripts/data/localplt-generic.data: Add a comment.
46779         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46780         NODE when __dir_mkfile failed.
46781         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46782         Reported by Ludovic Courtès <ludo@gnu.org>.
46784 2012-04-24  Andreas Jaeger  <aj@suse.de>
46786         * Makerules (common-clean): Also remove gen-as-const-headers
46787         files.
46789 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46791         * Makerules (native-compile): Do not change working directory for
46792         build.  Use $(OUTPUT_OPTION) in command.
46793         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46795 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46797         [BZ #13886]
46798         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46799         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46800         * math/libm-test.inc (floor_test): Add more tests.
46801         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46803 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46805         * sysdeps/unix/getdents.c: Remove file.
46806         * sysdeps/unix/sysv/getdents.c: Likewise.
46807         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46809         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46810         sysdeps/unix/mman/syscalls.list.
46811         (mmap): Likewise.
46812         (mprotect): Likewise.
46813         (msync): Likewise.
46814         (munmap): Likewise.
46815         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46816         * sysdeps/unix/mman/syscalls.list: Remove.
46817         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46819         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46820         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46821         * configure: Regenerated.
46822         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46823         $(libgcc_s_suffix).
46824         * config.make.in (libgcc_s_suffix): Remove variable.
46826 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46828         * sysdeps/unix/sysv/gethostname.c: Move to ...
46829         * sysdeps/posix/gethostname.c: ... here.
46831         * sysdeps/unix/execve.S: Remove file.
46833         * sysdeps/unix/_exit.S: Remove file.
46835 2012-04-23  Andreas Jaeger  <aj@suse.de>
46837         [BZ #13739]
46838         * manual/Makefile: Remove make dist support, there's no
46839         need for a stand-alone documentation tar ball.
46840         (TEXI2DVI): Define always, it's not in Makeconfig.
46841         (dist): Removed.
46842         (tar-it): Removed.
46843         (edition): Removed.
46844         (glibc-doc-$(edition).tar): Removed
46845         (%.Z): Removed.
46846         (%.gz): Removed.
46847         (%.uu): Removed.
46848         (ETAGS): Remove, it's in Makeconfig.
46849         (move-if-change): Remove, it's in Makeconfig.
46851 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46853         [BZ #13970]
46854         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46855         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46856         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46857         (strtod_l, strtof_l, strtold_l): Remove __wur.
46858         It is not necessarily an error to ignore strtol's return value.
46859         One can reliably look at the stored endptr to decide whether
46860         the number had valid syntax.
46862 2012-04-21  Andreas Jaeger  <aj@suse.de>
46864         [BZ #13739]
46865         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46867 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46869         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46870         * sysdeps/unix/sysv/Versions: Remove file.
46872 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46874         [BZ #13927]
46875         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46877 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46879         [BZ #7064]
46880         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46881         version from __vm86.
46883 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46885         * sysdeps/unix/common/lxstat.c: Remove file.
46886         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46888         * sysdeps/unix/sysv/Makefile: Remove file.
46890         * sysdeps/unix/sysv/direct.h: Remove file.
46892         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46893         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46894         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46895         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46896         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46897         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46898         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46900         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46902         * sysdeps/unix/xmknod.c: Remove file.
46903         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46905         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46907         * sysdeps/unix/sysv/i386/time.S: Remove file.
46909         * sysdeps/unix/fxstat.c: Remove file.
46910         * sysdeps/unix/xstat.c: Likewise.
46911         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46913         * sysdeps/unix/sysv/sigaction.c: Remove file.
46915         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46916         (sysdep_headers): Remove variable.
46917         [termio.h not in sysdep_headers] (generated): Likewise.
46918         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46919         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46920         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46921         * sysdeps/unix/sysv/tcflow.c: Likewise.
46922         * sysdeps/unix/sysv/tcflush.c: Likewise.
46923         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46924         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46925         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46926         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46927         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46929         * sysdeps/unix/siglist.c: Remove file.
46931         * sysdeps/unix/getppid.S: Remove file.
46933         * sysdeps/unix/mkdir.c: Remove file.
46934         * sysdeps/unix/rmdir.c: Likewise.
46936 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46938         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46939         ERR_MAX value.
46940         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46941         errlist-compat value.
46943 2012-04-18  David S. Miller  <davem@davemloft.net>
46945         * sysdeps/generic/memcopy.h (reg_char): Delete.
46946         * debug/strcat_chk.c: Use char, not reg_char.
46947         * debug/strcpy_chk.c: Likewise.
46948         * debug/strncat_chk.c: Likewise.
46949         * debug/strncpy_chk.c: Likewise.
46950         * string/memchr.c: Likewise.
46951         * string/memrchr.c: Likewise.
46952         * string/rawmemchr.c: Likewise.
46953         * string/strcat.c: Likewise.
46954         * string/strchr.c: Likewise.
46955         * string/strchrnul.c: Likewise.
46956         * string/strcmp.c: Likewise.
46957         * string/strcpy.c: Likewise.
46958         * string/strncat.c: Likewise.
46959         * string/strncmp.c: Likewise.
46960         * string/strncpy.c: Likewise.
46962 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46964         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46965         __builtin_memcopy is called when src and dest ranges are known to not
46966         overlap.
46968 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46970         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46971         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46972         fwd_align_merge macro call.
46973         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46974         bwd_align_merge macro call.
46975         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46977 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46979         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46980         bwd_align_merge macros.
46981         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46982         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46983         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46985 2012-04-18  David S. Miller  <davem@davemloft.net>
46987         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46989 2012-04-18  Andreas Jaeger  <aj@suse.de>
46991         [BZ# 6794]
46992         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46993         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46994         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46996         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46997         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46998         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47000         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47001         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47002         Adjust for changed ldbl-128 files.
47004         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47005         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47006         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47008 2012-04-17  David S. Miller  <davem@davemloft.net>
47010         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47012 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47014         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47015         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47016         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47017         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47018         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47019         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47021 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47023         [BZ #6794]
47024         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47025         * math/libm-test.inc: Add ilogb errno and exception tests.
47026         * math/w_ilogb.c: New file: ilogb wrapper.
47027         * math/w_ilogbf.c: New file: ilogbf wrapper.
47028         * math/w_ilogbl.c: New file: ilogbl wrapper.
47029         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47030         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47031         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47032         exception being thrown with 0.0 as argument.
47033         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47034         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47035         exception being thrown with 0.0 as argument.
47036         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47037         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47038         exception being thrown with 0.0 as argument.
47039         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47040         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47041         exception being thrown with 0.0 as argument.
47042         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47043         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47044         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47045         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47046         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47047         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47048         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47049         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47050         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47052 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47054         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47055         with altivec.
47057 2012-04-16  Marek Polacek  <polacek@redhat.com>
47059         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47061 2012-04-16  Marek Polacek  <polacek@redhat.com>
47063         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47064         operands of fdivp instruction.
47066 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47068         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47069         * elf/tst-auditmod3b.c: Likewise.
47070         * elf/tst-auditmod4b.c: Likewise.
47071         * elf/tst-auditmod5b.c: Likewise.
47072         * elf/tst-auditmod6b.c: Likewise.
47073         * elf/tst-auditmod6c.c: Likewise.
47074         * elf/tst-auditmod7b.c: Likewise.
47075         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47076         * sysdeps/x86_64/preconfigure.in: Likewise.
47077         * sysdeps/x86_64/preconfigure: Regenerated.
47079 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47081         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47082         __ILP32__.
47084 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47086         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47087         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47089 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47091         [BZ #13973]
47092         * locale/iso-639.def: Fix gl language name. Spotted by
47093         Yaron Shahrabani.
47095 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47097         [BZ #2074]
47098         * libio/libio.h (__io_write_fn): Update comment.
47100 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47102         [BZ #2074]
47103         * stdio.texi (Hook Functions): The user provided writer function
47104         is not allowed to return -1.
47106 2012-04-11  David S. Miller  <davem@davemloft.net>
47108         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47110 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47112         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47113         Add a leading slash to rtkaio.
47115 2012-04-11  Jim Meyering  <meyering@redhat.com>
47117         [BZ #11959]
47118         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47119         It is not necessarily an error to ignore fwrite's return
47120         value.  One can reliably use ferror to test for errors after
47121         the fact.
47123 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47125         * bits/types.h (__snseconds_t): New type.
47126         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47128         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47129         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47130         (__SNSECONDS_T_TYPE): Likewise.
47131         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47132         (__SNSECONDS_T_TYPE): Likewise.
47133         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47134         (__SNSECONDS_T_TYPE): Likewise.
47136 2012-04-10  Andreas Jaeger  <aj@suse.de>
47138         [BZ #2636]
47139         * manual/time.texi (Processor Time): Return type of times is
47140         elapsed real time since an arbitrary point in the past.
47141         (CPU Time): Move CLK_TCK from here...
47142         (Processor Time): ...to here.  Correct description.
47143         * manual/conf.texi (Constants for Sysconf): Correct description of
47144         _SC_CLK_TCK.
47146 2012-04-10  David S. Miller  <davem@davemloft.net>
47148         [BZ #13967]
47149         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47150         where the is a gap between DT_REL(A) and DT_JMPREL.
47152 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47154         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47155         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47156         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47158 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47160         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47161         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47162         (dl_main): Handle --inhibit-cache.
47163         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47164         _dl_inhibit_cache.
47165         * elf/dl-load.c (_dl_map_object): Use it.
47166         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47168 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47170         [BZ #13872]
47171         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47172         (__ieee754_powl): Saturate large exponents rather than testing for
47173         overflow of y*log2(x).
47174         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47175         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47176         exceptions.
47178         [BZ #11521]
47179         * math/s_ctan.c: Include <float.h>.
47180         (__ctan): Avoid internal overflow or cancellation in calculating
47181         denominator.
47182         * math/s_ctanf.c: Likewise.
47183         * math/s_ctanl.c: Likewise.
47184         * math/s_ctanh.c: Likewise.
47185         * math/s_ctanhf.c: Likewise.
47186         * math/s_ctanhl.c: Likewise.
47187         * math/libm-test.inc (ctan_test): Add more tests.
47188         (ctanh_test): Likewise.
47189         * sysdeps/i386/fpu/libm-test-ulps: Update.
47190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47192 2012-04-09  Andreas Jaeger  <aj@suse.de>
47194         [BZ #6894]
47195         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47196         is an optional BSD extension.
47198         [BZ #10254]
47199         * manual/stdio.texi (Opening Streams): Document additional fopen
47200         parameters.
47202 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47204         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47205         %eax without telling the compiler.
47207 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47209         [BZ # 13963]
47210         * manual/install.texi: Use sourceware.org.
47212 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47214         [BZ #13873]
47215         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47216         (__ieee754_pow): Generate overflow and underflow using huge*huge
47217         and tiny*tiny rather than just returning constant infinity or zero
47218         for large exponents.
47219         * math/libm-test.inc (pow_test): Require overflow exceptions for
47220         applicable cases of large exponents.
47222         [BZ #706]
47223         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47224         (__ieee754_pow): Use iterative multiplication algorithm only for
47225         integer exponents with absolute value below 1024.  Check for odd
47226         integer exponents when using algorithm for real exponents.
47227         * math/libm-test.inc (pow_test): Add more tests.
47228         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47230 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47232         [BZ #13705]
47233         * math/libm-test.inc (exp_test): Do not allow overflow exception
47234         on underflow test.
47236 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47238         [BZ #13705]
47239         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47240         instead of __kernel_standard_f.
47242 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47244         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47245         * sysdeps/x86_64/memset_chk.S: Likewise.
47247 2012-04-08  Andreas Jaeger  <aj@suse.de>
47249         [BZ #10153]
47250         * manual/startup.texi (Environment Access): Describe return value
47251         for putenv and setenv.
47253         [BZ #6895]
47254         * manual/filesys.texi (Directory Entries): Add description for
47255         DT_LNK.
47257         [BZ #6890]
47258         * manual/filesys.texi (Directory Entries): Clarify that it's file
47259         system not operating system in the description of DT_UNKNOWN.
47261         [BZ #6578]
47262         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47264 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47266         [BZ #6649]
47267         * manual/llio.texi (Opening and Closing Files): Add cross
47268         reference to explain mode argument.
47270 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47272         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47273         * sysdeps/x86_64/memset_chk.S: Likewise.
47275 2012-04-07  David S. Miller  <davem@davemloft.net>
47277         * elf/elf.h (R_SPARC_WDISP10): Define.
47278         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47279         R_SPARC_SIZE32.
47280         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47281         R_SPARC_SIZE64 and R_SPARC_H34.
47283 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47285         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47286         conditions and remove no longer applicable assertion.
47288 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47290         * bits/byteswap.h: Include <features.h>.
47291         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47292         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47294 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47296         * bits/byteswap.h (__bswap_16): Removed.
47297         Include <bits/byteswap-16.h> to get __bswap_16.
47298         * sysdeps/i386/bits/byteswap.h: Likewise.
47299         * sysdeps/s390/bits/byteswap.h: Likewise.
47300         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47301         * bits/byteswap-16.h: New file.
47302         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47303         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47304         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47305         * string/Makefile (headers): Add bits/byteswap-16.h.
47307 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47309         [BZ #13895]
47310         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47311         extra indirection.
47312         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47313         * nss/tst-nss-static.c: New.
47315 2012-04-06  Robert Millan  <rmh@gnu.org>
47317         [BZ #6486]
47318         * manual/llio.texi (File Position Primitive): lseek
47319         refers to WHENCE when it really means OFFSET.
47321 2012-04-06  Andreas Jaeger  <aj@suse.de>
47323         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47324         strncmp declarations.
47326         * abilist/libc.abilist: Add __poll and __ppoll.
47328 2012-04-05  David S. Miller  <davem@davemloft.net>
47330         * scripts/check-local-headers.sh: Accept a host triplet in the
47331         path matched by the exclude regexp.
47333         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47334         definition.
47335         * sysdeps/powerpc/powerpc32/dl-machine.h
47336         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47337         * sysdeps/s390/s390-32/dl-machine.h
47338         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47339         * sysdeps/sparc/sparc32/dl-machine.h
47340         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47341         * sysdeps/sparc/sparc64/dl-machine.h
47342         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47344         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47345         lazy binding.
47346         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47347         undefined symbol errors.
47349         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47350         DT_NEEDED entries.
47352 2012-04-05  Michael Matz  <matz@suse.de>
47354         [BZ #13592]
47355         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47357 2012-04-05  Andreas Jaeger  <aj@suse.de>
47359         [BZ #13908]
47360         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47361         comment.
47363 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47365         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47366         which ROUND is no valid rounding mode.
47368 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47370         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47371         read again.
47372         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47374 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47376         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47377         an exception using FPU order intentionally.
47379 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47381         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47382         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47383         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47384         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47386 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47388         [BZ #12340]
47389         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47390         EINVAL when BUFLEN is too smal.
47392 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47394         [BZ #13553]
47395         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47396         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47398 2012-04-03  Andreas Jaeger  <aj@suse.de>
47400         [BZ #13938]
47401         * manual/setjmp.texi (System V contexts): Fix sentence.
47403         [BZ #13926]
47404         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47405         New macro for this case.
47406         [!__GNUC__] (__bswap_64): New inline function for this case.
47407         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47408         * bits/byteswap.h: Likewise.
47409         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47410         ull, guard with __GLIBC_HAVE_LONG_LONG.
47412         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47413         __GLIBC_HAVE_LONG_LONG.
47415         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47416         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47418 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47420         [BZ #13691]
47421         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47422         inptr and inend, rather than using last_ch.
47424 2012-04-02  David S. Miller  <davem@davemloft.net>
47426         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47427         * stdio-common/printf-parse.h (read_int): Change return type to
47428         'int', return -1 on INT_MAX overflow.
47429         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47430         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47431         overflows INT_MAX.  Check for overflow of in-format-string precision
47432         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47433         SIZE_MAX not INT_MAX for integer overflow test.
47434         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47435         skip the construct in the format string but do not record anything.
47436         * stdio-common/bug22.c: Adjust to test both width/prevision
47437         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47438         explicitly for proper errno values.
47440 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47442         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47443         CHAR_MAX.
47444         * string/test-strcmp.c [! WIDE]: Likewise.
47445         * time/tst-mktime2.c: Likewise for INT_MAX.
47446         * string/test-string.h: #include <sys/param.h> for MIN.
47448         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47449         * sysdeps/i386/init-first.c (init): Likewise.
47450         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47451         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47452         * sysdeps/sh/init-first.c (init): Likewise.
47454 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47456         * po/ru.po: Update from translation team.
47457         * po/vi.po: Likewise.
47459 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47461         * resolv/nss_dns/dns-host.c: Merge copyright years.
47463 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47465         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47466         Optimize memcpy with prefetch if
47467         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47468         src, dst pointers have unequal 16 byte alignments.
47470 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47472         [BZ #13928]
47473         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47474         from a CNAME entry and return the minimum ttl for the query.
47475         (gaih_getanswer_slice): Likewise.
47477 2012-03-30  Jeff Law  <law@redhat.com>
47479         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47480         due to long keys.
47481         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47482         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47484         * resolv/nss_dns/dns-host.c: Update copyright year.
47486 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47488         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47489         requests to save a system call.  Fix check that all bytes are sent.
47491         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47492         comments for sendmmsg.
47494 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47496         [BZ #13691]
47497         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47498         with only 1 character between 0x0041 and 0x01b0.
47499         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47500         * wcsmbs/tst-mbsnrtowcs.c: New file.
47502 2012-03-29  David S. Miller  <davem@davemloft.net>
47504         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47505         small copies by hand.
47507 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47509         [BZ #13761]
47510         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47511         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47512         group memberships.
47514 2012-03-28  David S. Miller  <davem@davemloft.net>
47516         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47517         that branches into memcpy.
47518         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47519         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47520         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47521         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47522         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47523         bits.
47524         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47525         implementation too.
47526         * sysdeps/sparc/mempcpy.S: New file.
47528         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47529         the IFUNC routine in the libc case.
47530         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47532         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47533         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47534         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47535         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47536         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47537         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47538         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47539         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47541         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47542         loop to 256 bytes instead of 64 bytes and fix test signedness.
47544         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47545         * sysdeps/sparc/sparc32/Makefile: rather than here...
47546         * sysdeps/sparc/sparc64/Makefile: and here.
47548 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47550         * malloc/mallocbug.c: Avoid warnings about unused variables.
47552 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47554         [BZ #13760]
47555         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47556         in the right place. Discard and retry query if response is
47557         larger than input buffer size.
47559 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47561         [BZ #369]
47562         [BZ #2678]
47563         [BZ #3866]
47564         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47565         x for large integer exponent.
47566         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47567         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47568         sign of result as needed afterwards.
47569         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47570         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47571         result for underflowing pow the same as for overflow.
47572         (__kernel_standard_l): Handle powl overflow and underflow here
47573         rather than calling __kernel_standard.
47574         * math/libm-test.inc (pow_test): Add more tests.
47576         [BZ #3868]
47577         [BZ #13879]
47578         [BZ #13910]
47579         [BZ #13911]
47580         [BZ #13912]
47581         [BZ #13913]
47582         [BZ #13915]
47583         [BZ #13916]
47584         [BZ #13917]
47585         [BZ #13918]
47586         [BZ #13919]
47587         [BZ #13920]
47588         [BZ #13921]
47589         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47590         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47591         (__kernel_standard_l): New function.
47592         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47593         __kernel_standard.
47594         * math/w_acosl.c (__acosl): Likewise.
47595         * math/w_asinl.c (__asinl): Likewise.
47596         * math/w_atan2l.c (__atan2l): Likewise.
47597         * math/w_atanhl.c (__atanhl): Likewise.
47598         * math/w_coshl.c (__coshl): Likewise.
47599         * math/w_exp10l.c (__exp10l): Likewise.
47600         * math/w_exp2l.c (__exp2l): Likewise.
47601         * math/w_fmodl.c (__fmodl): Likewise.
47602         * math/w_hypotl.c (__hypotl): Likewise.
47603         * math/w_j0l.c (__j0l, __y0l): Likewise.
47604         * math/w_j1l.c (__j1l, __y1l): Likewise.
47605         * math/w_jnl.c (__jnl, __ynl): Likewise.
47606         * math/w_lgammal.c (__lgammal): Likewise.
47607         * math/w_log10l.c (__log10l): Likewise.
47608         * math/w_log2l.c (__log2l): Likewise.
47609         * math/w_logl.c (__logl): Likewise.
47610         * math/w_powl.c (__powl): Likewise.
47611         * math/w_remainderl.c (__remainderl): Likewise.
47612         * math/w_scalbl.c (sysv_scalbl): Likewise.
47613         * math/w_sinhl.c (__sinhl): Likewise.
47614         * math/w_sqrtl.c (__sqrtl): Likewise.
47615         * math/w_tgammal.c (__tgammal): Likewise.
47616         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47617         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47618         * math/libm-test.inc (acos_test): Add more tests.
47619         (acosh_test): Likewise.
47620         (asin_test): Likewise.
47621         (atanh_test): Likewise.
47622         (exp_test): Likewise.
47623         (exp10_test): Likewise.
47624         (exp2_test): Likewise.
47625         (expm1_test): Likewise.
47626         (lgamma_test): Likewise.
47627         (log_test): Likewise.
47628         (log10_test): Likewise.
47629         (log1p_test): Likewise.
47630         (log2_test): Likewise.
47631         (pow_test): Do not allow some spurious overflow exceptions.
47632         (sqrt_test): Add more tests.
47633         (tgamma_test): Likewise.
47634         (y0_test): Likewise.
47635         (y1_test): Likewise.
47636         (yn_test): Likewise.
47638 2012-03-27  Anton Blanchard  <anton@samba.org>
47640         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47641         MAP_HUGETLB.
47642         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47643         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47644         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47646 2012-03-27  David S. Miller  <davem@davemloft.net>
47648         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47650         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47651         have-as-vis3 check.
47653 2012-03-27  Andreas Jaeger  <aj@suse.de>
47655         * sysdeps/x86_64/elf/configure.in: Moved to ...
47656         * sysdeps/x86_64/configure.in: ... here.
47657         * sysdeps/x86_64/elf/start.S: Moved to ...
47658         * sysdeps/x86_64/start.S: ... here.
47659         * sysdeps/x86_64/elf/configure: Delete.
47661         * sysdeps/x86_64/configure.in: Merge contents from
47662         sysdeps/i386/configure.in (without i686 check).
47664         * sysdeps/i386/elf/Versions: Merge into ...
47665         * sysdeps/i386/Versions: ... this.
47666         * sysdeps/i386/elf/Versions: Delete file.
47667         * sysdeps/i386/elf/start.S: Moved to ...
47668         * sysdeps/i386/start.S: ...here.
47669         * sysdeps/i386/elf/configure.in: Merge into...
47670         * sysdeps/i386/configure.in: ...here.
47671         * sysdeps/i386/elf/configure.in: Delete file.
47672         * sysdeps/i386/elf/configure: Delete file.
47674         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47675         * debug/backtracesyms.c: ... here.
47676         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47677         * debug/backtracesymsfd.c: ... here.
47678         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47679         * sysdeps/generic/ifunc-sel.h: ... here.
47681         * sysdeps/unix/i386/start.c: Delete file.
47682         * sysdeps/unix/sparc/start.c: Delete file.
47683         * sysdeps/unix/start.c: Delete file.
47685         * sysdeps/sh/elf/configure.in: Moved to ...
47686         * sysdeps/sh/configure.in: ... here.
47687         * sysdeps/sh/elf/start.S: Moved to ...
47688         * sysdeps/sh/start.S: ... here.
47689         * sysdeps/sh/elf/configure: Delete file.
47691         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47692         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47693         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47694         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47695         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47696         * sysdeps/powerpc/powerpc64/start.S: here.
47697         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47698         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47699         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47700         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47701         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47703         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47704         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47705         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47706         * sysdeps/powerpc/powerpc32/start.S: ... here.
47707         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47708         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47709         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47711         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47712         * sysdeps/powerpc/ifunc-sel.h: ... here.
47713         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47714         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47716         * sysdeps/sparc/elf/configure.in: Moved to ...
47717         * sysdeps/sparc/configure.in: ... here.
47718         * sysdeps/sparc/elf/configure: Delete file.
47719         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47720         * sysdeps/sparc/sparc32/start.S: ... here.
47721         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47722         * sysdeps/sparc/sparc64/start.S: ... here.
47723         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47724         * sysdeps/sparc/sparc32/Makefile: ... this.
47725         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47726         * sysdeps/sparc/sparc64/Makefile: ... this.
47728         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47729         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47730         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47731         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47732         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47733         * sysdeps/s390/s390-32/setjmp.S: ... here.
47734         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47735         * sysdeps/s390/s390-32/configure.in: ... here.
47736         * sysdeps/s390/s390-32/elf/configure: Delete file.
47737         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47738         * sysdeps/s390/s390-32/start.S: ... here.
47740         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47741         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47742         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47743         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47744         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47745         * sysdeps/s390/s390-64/setjmp.S: ... here.
47746         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47747         * sysdeps/s390/s390-64/configure.in: ... here
47748         * sysdeps/s390/s390-64/elf/configure: Delete file.
47749         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47750         * sysdeps/s390/s390-64/start.S: ... here.
47751         * sysdeps/s390/s390-64/elf/configure: Delete.
47753         * configure.in: Remove support for elf directories in sysdeps.
47755         * configure: Regenerated.
47756         * sysdeps/i386/configure: Regenerated.
47757         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47758         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47759         * sysdeps/s390/s390-32/configure: Regenerated.
47760         * sysdeps/s390/s390-64/configure: Regenerated.
47761         * sysdeps/sh/configure: Regenerated.
47762         * sysdeps/sparc/configure: Regenerated.
47763         * sysdeps/x86_64/configure: Regenerated.
47765 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47767         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47769         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47770         denormal result into account.
47772 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47774         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47775         Reported by Allan McRae <allan@archlinux.org>.
47777 2012-03-23  Jeff Law  <law@redhat.com>
47779         * nss/getnssent.c (__nss_getent): Fix typo.
47781 2012-03-23  David S. Miller  <davem@davemloft.net>
47783         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47785 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47787         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47788         to pad to uint64_t for each field.
47789         (dl_tls_index): Replace unsigned long with uint64_t.
47791 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47792         Paul Pluzhnikov  <ppluzhnikov@google.com>
47794         [BZ #6528]
47795         * grp/Makefile (otherlibs): Don't set it.
47796         * inet/Makefile (otherlibs): Likewise.
47797         * login/Makefile (otherlibs): Likewise.
47798         * nscd/Makefile (otherlibs): Likewise.
47799         * posix/Makefile (otherlibs): Likewise.
47800         * pwd/Makefile (otherlibs): Likewise.
47801         * rt/Makefile (otherlibs): Likewise.
47802         * sunrpc/Makefile (otherlibs): Likewise.
47803         * nss/Makefile (otherlibs): Likewise.
47804         Add libnss_files to routines and static-only-routines.
47805         ($(objpfx)getent): Remove rule.
47806         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47807         static-only-routines.
47809 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47811         [BZ #13892]
47812         * math/s_cexp.c: Include <float.h>.
47813         (__cexp): Handle exp result overflowing not necessarily
47814         overflowing both real and imaginary parts of result.
47815         * math/s_cexpf.c: Likewise.
47816         * math/s_cexpl.c: Likewise.
47817         * math/libm-test.inc (cexp_test): Add more tests.
47818         * sysdeps/i386/fpu/libm-test-ulps: Update.
47819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47821 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47823         * include/link.h (ELFW): New macro.
47824         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47825         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47827 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47829         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47830         with uint64_t.
47832 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47834         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47835         declaration.
47836         (struct La_x32_retval): Likewise.
47838 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47840         * sysdeps/x86_64/preconfigure.in: New file.
47841         * sysdeps/x86_64/preconfigure: New generated file.
47843 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47845         [BZ #13824]
47846         * math/e_exp2l.c: Include <float.h>.
47847         (__ieee754_exp2l): Handle overflow and underflow cases
47848         separately.  Only pass fractional part of argument to
47849         __ieee754_expl.
47850         * math/libm-test.inc (exp2_test): Add more tests.
47852         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47853         negating x to take absolute value.
47854         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47855         Likewise.
47856         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47857         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47858         Likewise.
47859         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47860         computing low part if x was negated.
47861         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47863 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47865         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47866         la_x32_gnu_pltexit.
47867         (pltexit): Cast int_retval to ptrdiff_t.
47868         * elf/tst-auditmod3b.c: Likewise.
47869         * elf/tst-auditmod4b.c: Likewise.
47870         * elf/tst-auditmod5b.c: Likewise.
47871         * elf/tst-auditmod6b.c: Likewise.
47872         * elf/tst-auditmod6c.c: Likewise.
47873         * elf/tst-auditmod7b.c: Likewise.
47875         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47876         and x32_gnu_pltexit.
47878         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47879         __ELF_NATIVE_CLASS.
47880         (La_x32_regs): New macro.
47881         (La_x32_retval): Likewise.
47882         (la_x32_gnu_pltenter): New function prototype.
47883         (la_x32_gnu_pltexit): Likewise.
47885 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47887         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47888         exponent.
47890         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47892         * configure.in (libc_cv_cc_nofma): Check for option to disable
47893         generation of FMA instructions.
47894         * configure: Regenerate.
47895         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47896         * sysdeps/ieee754/dbl-64/Makefile: New file.
47897         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47898         Remove brandred-fma4.
47899         (CFLAGS-brandred-fma4.c): Remove.
47900         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47901         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47902         define.
47903         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47904         define.
47906 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47908         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47909         LLONG_MAX != LONG_MAX.
47910         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47911         (_fitoa_word): Likewise.
47912         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47913         LLONG_MAX != LONG_MAX.
47914         * stdio-common/_itowa.h: Include <_itoa.h>.
47915         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47916         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47917         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47918         only if not defined.
47919         (_ITOA_WORD_TYPE): Likewise.
47920         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47921         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47923 2012-03-21  David S. Miller  <davem@davemloft.net>
47925         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47927 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47929         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47930         of x86_64 when setting libc_cv_slibdir, libdir and
47931         libc_cv_localedir.
47932         * sysdeps/unix/sysv/linux/configure: Regenerated.
47934 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47936         * manual/lang.texi (Old Varargs): Remove section.
47937         (How Variadic): Update menu.
47938         (va_start): Do not mention varargs.h.
47940 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47941             Joseph Myers  <joseph@codesourcery.com>
47943         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47944         link test.
47945         * configure: Regenerated.
47947 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47949         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47950         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47951         conformtest.pl
47953 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47955         * NOTES: Remove.
47956         * Makefile (files-for-dist): Remove NOTES.
47957         (NOTES): Remove rule.
47958         * README: Don't refer to NOTES.
47959         * manual/creature.texi: Don't include macros.texi.
47960         * manual/intro.texi (creature.texi): Remove comment referring to
47961         NOTES.
47963         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47964         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47965         * configure: Regenerated.
47966         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47967         LIBC_TRY_CC_OPTION.
47968         (libc_cv_as_i686): Likewise.
47969         (libc_cv_cc_avx): Likewise.
47970         (libc_cv_cc_sse2avx): Likewise.
47971         (libc_cv_cc_fma4): Likewise.
47972         (libc_cv_cc_novzeroupper): Likewise.
47973         * sysdeps/i386/configure: Regenerated.
47975         [BZ #13883]
47976         * sysdeps/i386/fpu/s_cexp.S: Remove.
47977         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47978         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47979         * math/libm-test.inc (cexp_test): Add more tests.
47980         * sysdeps/i386/fpu/libm-test-ulps: Update.
47981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47983 2012-03-21  Allan McRae  <allan@archlinux.org>
47985         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47987 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47989         [BZ #13871]
47990         * math/w_exp2.c: Do not include <float.h>.
47991         (o_threshold, u_threshold): Remove.
47992         (__exp2): Calculate result before checking finiteness and calling
47993         __kernel_standard.
47994         * math/w_exp2f.c: Likewise.
47995         * math/w_exp2l.c: Likewise.
47996         * math/libm-test.inc (exp2_test): Require overflow exception for
47997         1e6 input.
47999         [BZ #3866]
48000         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48001         range of signed 64-bit integers before using fistpll.  Remove
48002         checks for whether integers fit in mantissa bits.
48003         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48004         the range of signed 32-bit integers before using fistpl.  Remove
48005         checks for whether integers fit in mantissa bits.
48006         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48007         (__ieee754_powl): Test for y outside the range of signed 64-bit
48008         integers before using fistpll.  Reduce 64-bit values to 63-bit
48009         ones as needed.
48010         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48011         divide-by-zero is raised for zero to large negative powers.
48012         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48013         (__ieee754_powl): Test for y outside the range of signed 64-bit
48014         integers before using fistpll.  Reduce 64-bit values to 63-bit
48015         ones as needed.
48016         * math/libm-test.inc (pow_test): Add more tests.
48018 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48020         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48021         <stdio-common/_itoa.h>.
48022         * debug/segfault.c: Likewise.
48023         * elf/dl-cache.c: Likewise.
48024         * elf/dl-minimal.c: Likewise.
48025         * elf/dl-misc.c: Likewise.
48026         * elf/dl-sysdep.c: Likewise.
48027         * elf/dl-version.c: Likewise.
48028         * elf/rtld.c: Likewise.
48029         * hurd/hurdsock.c: Likewise.
48030         * hurd/lookup-retry.c: Likewise.
48031         * malloc/malloc.c: Likewise.
48032         * malloc/mtrace.c: Likewise.
48033         * nscd/nscd_getgr_r.c: Likewise.
48034         * nscd/nscd_getpw_r.c: Likewise.
48035         * nscd/nscd_getserv_r.c: Likewise.
48036         * posix/getopt_init.c: Likewise.
48037         * posix/wordexp.c: Likewise.
48038         * stdio-common/_itoa.c: Likewise.
48039         * stdio-common/printf_fphex.c: Likewise.
48040         * stdio-common/vfprintf.c: Likewise.
48041         * string/_strerror.c: Likewise.
48042         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48043         * sysdeps/i386/i686/hp-timing.h: Likewise.
48044         * sysdeps/mach/_strerror.c: Likewise.
48045         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48046         * sysdeps/mach/hurd/sethostid.c: Likewise.
48047         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48048         * sysdeps/mach/xpg-strerror.c: Likewise.
48049         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48050         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48051         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48052         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48053         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48054         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48055         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48056         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48057         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48058         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48059         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48060         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48061         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48062         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48063         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48064         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48065         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48066         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48067         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48068         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48069         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48071         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48073         * stdio-common/_itoa.h: Moved to ...
48074         * sysdeps/generic/_itoa.h: Here.
48076         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48078         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48079         instead of "_itoa.h" and "_itowa.h".
48080         * stdio-common/vfprintf.: Likewise.
48082 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48084         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48085         <bits/wordsize.h>.
48086         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48087         (__signbit): Likwise.
48088         (llrintf): Likwise.
48089         (llrint): Likwise.
48091 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48093         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48094         __WORDSIZE != 64.
48096 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48098         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48099         OVERFLOW_EXCEPTION_OK.
48100         * math/libm-test.inc ("Philosophy"): Update comment about
48101         exception testing.
48102         (OVERFLOW_EXCEPTION): Define.
48103         (OVERFLOW_EXCEPTION_OK): Likewise.
48104         (INVALID_EXCEPTION_OK): Renumber.
48105         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48106         (IGNORE_ZERO_INF_SIGN): Likewise.
48107         (test_exceptions): Handle FE_OVERFLOW.
48108         (exp10_test): Expect overflow exceptions.
48109         (exp2_test): Likewise.
48110         (expm1_test): Likewise.
48111         (nextafter_test): Likewise.
48112         (pow_test): Likewise.
48113         (scalbn_test): Likewise.
48114         (scalbln_test): Likewise.
48116 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48118         * sysdeps/x86_64/bits/atomic.h
48119         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48120         64bit integer.
48121         (atomic_exchange_acq): Likewise.
48122         (__arch_exchange_and_add_body): Likewise.
48123         (__arch_add_body): Likewise.
48124         (atomic_add_negative): Likewise.
48125         (atomic_add_zero): Likewise.
48127 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48129         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48130         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48132 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48134         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48135         Check __x86_64__ instead of __WORDSIZE.
48137 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48139         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48141 2012-03-19  David S. Miller  <davem@davemloft.net>
48143         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48145         * sysdeps/sparc/fpu/fenv_private.h: New file.
48146         * sysdeps/sparc/fpu/math_private.h: Use it.
48147         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48148         Remove.
48149         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48150         (libc_feholdexcept_setroundl): Remove.
48151         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48152         Remove.
48153         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48154         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48156 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48158         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48159         int64_t instead of long int.
48160         (INSERT_WORDS64): Likwise.
48162 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48164         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48165         _Unwind_GetCFA return to _Unwind_Ptr first.
48167 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48169         [BZ #13629]
48170         * math/s_clog.c: Include <float.h>.
48171         (__clog): Scale large or subnormal inputs.
48172         * math/s_clogf.c: Likewise.
48173         * math/s_clogl.c: Likewise.
48174         * math/s_clog10.c: Include <float.h>.
48175         (M_LOG10_2): Define.
48176         (__clog10): Scale large or subnormal inputs.
48177         * math/s_clog10f.c: Likewise.
48178         * math/s_clog10l.c: Likewise.
48179         * math/libm-test.inc (clog_test): Add more tests.
48180         (clog10_test): Likewise.
48181         * sysdeps/i386/fpu/libm-test-ulps: Update.
48182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48184         [BZ #11451]
48185         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48186         x and y.
48187         * math/libm-test.inc (atan2_test): Add another test.
48189         * Makerules (common-objdir-compile): Remove.
48190         * sysdeps/unix/Makefile (config-generated): Do not add
48191         $(unix-generated) to variable.
48192         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48193         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48194         Remove rule.
48195         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48196         Likewise.
48197         [generic bits/local_lim.h] (before-compile): Do not append to
48198         variable.
48199         [generic bits/local_lim.h] (common-generated): Likewise.
48200         [generic sys/param.h] (before-compile): Do not append to variable.
48201         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48202         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48203         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48204         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48205         include.
48206         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48207         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48208         [generic sys/param.h] ($(addprefix
48209         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48210         [generic sys/param.h] (common-generated): Do not append to
48211         variable.
48212         [generic sys/param.h] (sysdep_headers): Likewise.
48213         [generic bits/errno.h] (before-compile): Do not append to
48214         variable.
48215         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48216         rule.
48217         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48218         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48219         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48220         [generic bits/errno.h] (common-generated): Do not append to
48221         variable.
48222         [generic bits/ioctls.h] (before-compile): Do not append to
48223         variable.
48224         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48225         rule.
48226         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48227         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48228         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48229         rule.
48230         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48231         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48232         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48233         [generic bits/ioctls.h] (common-generated): Do not append to
48234         variable.
48235         [generic sys/syscall.h] (syscall.h): Remove variable.
48236         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48237         rule.
48238         [generic sys/syscall.h] (before-compile): Do not append to
48239         variable.
48240         [generic sys/syscall.h] (common-generated): Likewise.
48241         * sysdeps/unix/errnos-tmpl.c: Remove file.
48242         * sysdeps/unix/errnos.awk: Likewise.
48243         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48244         * sysdeps/unix/ioctls.awk: Likewise.
48245         * sysdeps/unix/mk-local_lim.c: Likewise.
48246         * sysdeps/unix/snarf-ioctls: Likewise.
48248 2012-03-19  Richard Henderson  <rth@twiddle.net>
48250         * sysdeps/i386/fpu/fenv_private.h: New file.
48251         * sysdeps/i386/fpu/math_private.h: Use it.
48252         (math_opt_barrier, math_force_eval): Remove.
48253         (libc_feholdexcept_setround_53bit): Remove.
48254         (libc_feupdateenv_53bit): Remove.
48255         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48256         (math_opt_barrier, math_force_eval): Remove.
48257         (libc_feholdexcept): Remove.
48258         (libc_feholdexcept_setround): Remove.
48259         (libc_fetestexcept, libc_fesetenv): Remove.
48260         (libc_feupdateenv_test): Remove.
48261         (libc_feupdateenv, libc_feholdsetround): Remove.
48262         (libc_feresetround): Remove.
48264         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48265         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48267         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48268         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48269         (libc_feupdateenv_testl): New.
48270         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48271         (libc_feupdateenv_testf): New.
48272         (libc_feupdateenv): Use libc_feupdateenv_test.
48273         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48274         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48276         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48277         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48278         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48279         (libc_feresetround_noex): New.
48280         (libc_feresetround_noexf): New.
48281         (libc_feresetround_noexl): New.
48282         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48283         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48284         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48285         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48286         SET_RESTORE_ROUND.
48287         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48288         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48289         (__cos): Likewise.
48290         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48291         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48292         SET_RESTORE_ROUND_NOEX.
48293         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48294         SET_RESTORE_ROUND_NOEXF.
48295         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48296         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48297         (libc_feholdsetroundf): New.
48298         (libc_feresetround, libc_feresetroundf): New.
48300         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48301         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48302         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48304         * sysdeps/generic/math_private.h: Include <fenv.h>.
48305         (default_libc_feholdexcept): New.
48306         (default_libc_feholdexcept_setround): New.
48307         (default_libc_fesetenv, default_libc_feupdateenv): New.
48308         (libc_feholdexcept): Only define if undefined.
48309         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48310         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48311         (libc_feholdexcept_setroundl): Likewise.
48312         (libc_feholdexcept_setround_53bit): Likewise.
48313         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48314         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48315         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48316         (libc_feupdateenv_53bit): Likewise.
48317         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48318         (libc_feholdexcept): Convert from macro to inline function.
48319         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48320         (libc_fesetenv, libc_feupdateenv): Likewise.
48322         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48323         not previously defined.
48324         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48325         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48326         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48327         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48328         * sysdeps/ieee754/flt-32/math_private.h: New file.
48329         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48330         math_private.h below SET_FLOAT_WORD.
48331         (__isnan, __isinf_ns, __finite): Remove.
48332         (__isnanf, __isinf_nsf, __finitef): Remove.
48334 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48338 2012-03-17  David S. Miller  <davem@davemloft.net>
48340         [BZ #6471]
48341         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48342         for 2.16.
48344 2012-03-16  David S. Miller  <davem@davemloft.net>
48346         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48347         warnings.
48349         [BZ #6471]
48350         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48351         properly.
48352         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48353         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48354         sysdep_routines when subdir is sysvipc.
48355         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48356         __getshmlba helper.
48358         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48360 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48362         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48363         [__LP64__].
48365 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48367         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48368         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48369         (__lround): Renamed to ...
48370         (__llround): This.  Replace long int with long long int.
48371         Define lround functions as aliases of llround functions.
48372         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48374 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48376         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48377         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48378         adresses to uintptr_t.  Replace "long int" and "unsigned long
48379         int" with "greg_t" on va_arg.
48381 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48383         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48384         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48386         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48387         Move e_machine check before EI_CLASS check.  Handle x32
48388         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48389         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48390         SKIP_EM_IA_64 and include
48391         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48393         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48394         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48395         (add_system_dir): New macro.
48397         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48398         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48400 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48402         [BZ #2551]
48403         [BZ #2552]
48404         [BZ #2553]
48405         [BZ #2554]
48406         [BZ #2562]
48407         [BZ #2563]
48408         [BZ #2565]
48409         [BZ #2566]
48410         [BZ #2576]
48411         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48412         (y0): Likewise.
48413         * math/w_j0f.c (j0f): Likewise.
48414         (y0f): Likewise.
48415         * math/w_j0l.c (__j0l): Likewise.
48416         (__y0l): Likewise.
48417         * math/w_j1.c (j1): Likewise.
48418         (y1): Likewise.
48419         * math/w_j1f.c (j1f): Likewise.
48420         (y1f): Likewise.
48421         * math/w_j1l.c (__j1l): Likewise.
48422         (__y1l): Likewise.
48423         * math/w_jn.c (jn): Likewise.
48424         (yn): Likewise.
48425         * math/w_jnf.c (jnf): Likewise.
48426         (ynf): Likewise.
48427         * math/w_jnl.c (__jnl): Likewise.
48428         (__ynl): Likewise.
48429         * math/libm-test.inc (j0_test): Add more tests.
48430         (j1_test): Likewise.
48431         (jn_test): Likewise.  Add trailing semicolon to existing test.
48432         (y0_test): Likewise.
48433         (y1_test): Likewise.
48434         * sysdeps/i386/fpu/libm-test-ulps: Update.
48435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48437         [BZ #13851]
48438         [BZ #13854]
48439         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48440         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48441         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48442         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48443         (__tanl): Set errno for infinite argument.
48444         * sysdeps/i386/fpu/mptan.c: Remove.
48445         * sysdeps/i386/fpu/s_tan.S: Likewise.
48446         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48447         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48448         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48449         * math/libm-test.inc (tan_test): Add more tests and enable more
48450         tests for double and long double.
48451         * sysdeps/i386/fpu/libm-test-ulps: Update.
48452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48454 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48456         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48457         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48459 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48461         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48462         * configure.in: Use it for both main tree and add-ons.
48463         * configure: Regenerated.
48465 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48467         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48469 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48471         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48472         in comment.
48474         [BZ #13851]
48475         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48476         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48477         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48478         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48479         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48480         infinite argument.
48481         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48482         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48483         != 0 for prec == 2.
48484         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48485         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48486         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48487         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48488         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48489         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48490         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48491         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48492         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48493         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48494         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48495         * math/libm-test.inc (cos_test): Add more tests and enable more
48496         tests for long double.
48497         (sin_test): Likewise.
48498         (sincos_test): Likewise.
48499         * sysdeps/i386/fpu/libm-test-ulps: Update.
48500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48502 2012-03-16  David S. Miller  <davem@davemloft.net>
48504         * sysdeps/sparc/fpu/math_private.h: New file.
48506 2012-03-15  David S. Miller  <davem@davemloft.net>
48508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48509         file.
48510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48512         file.
48513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48514         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48515         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48516         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48517         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48518         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48519         sysdep routines.
48520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48522         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48523         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48525         * sysdeps/sparc/sparc-ifunc.h: New file.
48526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48527         sparc-ifunc.h
48528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48530         Likewise.
48531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48532         Likewise.
48533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48537         Likewise.
48538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48543         Likewise.
48544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48545         Likewise.
48546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48550         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48551         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48552         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48553         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48554         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48555         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48556         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48557         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48558         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48559         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48560         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48561         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48562         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48563         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48564         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48565         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48566         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48567         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48568         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48569         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48571 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48573         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48574         scaling.
48575         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48577 2012-03-15  Andreas Jaeger  <aj@suse.de>
48579         [BZ #13852]
48580         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48581         ieee754/flt-32 implementation for sin, cos and sincos.
48582         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48583         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48584         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48585         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48586         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48587         ieee754/flt-32 implementation for tan.
48589         * math/libm-test.inc (cos_test): Enable some large input tests for
48590         float as well
48591         (sin_test): Likewise.
48592         (sincos_test): Likewise.
48593         (tan_test): Add tests for large input.
48595         * sysdeps/i386/fpu/libm-test-ulps: Update.
48597 2012-03-15  Andreas Jaeger  <aj@suse.de>
48599         [BZ #13658]
48600         * math/libm-test.inc (cos_test): Add more test cases.
48601         (sin_test): Likewise.
48602         (sincos_test): Likewise.
48604 2012-03-15  Andreas Jaeger  <aj@suse.de>
48606         [BZ #13837]
48607         * math/libm-test.inc (cos_test): Add a test case for large input
48608         value.
48609         (sin_test): Likewise.
48610         (sincos_test): Likewise.
48612 2012-03-15  Andreas Jaeger  <aj@suse.de>
48613             Joseph Myers  <joseph@codesourcery.com>
48615         [BZ #13658]
48616         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48617         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48618         * sysdeps/i386/fpu/branred.c: Likewise.
48619         * sysdeps/i386/fpu/dosincos.c: Likewise.
48620         * sysdeps/i386/fpu/mpa.c: Likewise.
48621         * sysdeps/i386/fpu/s_cos.S: Likewise.
48622         * sysdeps/i386/fpu/s_sin.S: Likewise.
48623         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48624         * sysdeps/i386/fpu/sincos32.c: Likewise.
48626         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48627         Define.
48628         (libc_feupdateenv_53bit): Define.
48629         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48630         Define.
48631         (libc_feupdateenv_53bit): Define.
48633         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48634         53 bit (without extend i386 double precision).
48636         * math/libm-test.inc (sincos_test): Add tests for large input.
48637         (sin): Likewise.
48638         (cos): Likewise.
48640         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48642 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48644         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48646 2012-03-15  David S. Miller  <davem@davemloft.net>
48648         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48649         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48650         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48651         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48652         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48653         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48654         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48655         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48656         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48657         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48658         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48659         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48660         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48661         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48662         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48664         file.
48665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48667         file.
48668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48670         file.
48671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48673         file.
48674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48675         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48676         fmin/fmax sysdep routines.
48677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48679 2012-03-14  David S. Miller  <davem@davemloft.net>
48681         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48682         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48683         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48684         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48685         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48686         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48687         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48688         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48689         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48690         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48691         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48692         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48693         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48694         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48695         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48696         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48697         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48698         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48699         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48700         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48701         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48702         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48703         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48704         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48705         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48706         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48707         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48708         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48709         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48710         routines.
48711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48712         file.
48713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48715         file.
48716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48718         file.
48719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48721         file.
48722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48723         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48724         file.
48725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48727         file.
48728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48729         file.
48730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48731         file.
48732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48733         file.
48734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48735         New file.
48736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48737         file.
48738         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48739         file.
48740         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48742         file.
48743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48744         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48745         file.
48746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48748         file.
48749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48751         VIS3 routines.
48753         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48754         New file.
48756         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48758         * sysdeps/sparc/configure.in: New file.
48759         * sysdeps/sparc/configure: Generate.
48760         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48761         * configure: Regenerate.
48762         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48763         * config.make.in (have-as-vis3): New.
48764         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48765         available use -Av9d instead of -Av9a.
48766         * sysdeps/sparc/sparc64/Makefile: Likewise.
48767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48769         New file.
48770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48771         file.
48772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48773         New file.
48774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48775         file.
48776         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48777         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48778         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48779         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48780         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48782         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48783         fzeros/fnegs to load 0x80000000 into a float register instead of
48784         using the stack.
48785         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48787 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48789         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48790         bits/syscall.h.
48791         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48792         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48793         ($(inst_includedir)/bits/syscall.h): Remove rule.
48794         ($(objpfx)bits/syscall.d): Include instead of
48795         $(objpfx)syscall-list.d.
48796         (generated): Change syscall-list.h and syscall-list.d to
48797         bits/syscall.h and bits/syscall.d.
48799 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48801         [BZ #13846]
48802         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48804 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48806         [BZ #13841]
48807         * math/s_csqrt.c: Include <float.h>.
48808         (__csqrt): Scale large or subnormal inputs.
48809         * math/s_csqrtf.c: Likewise.
48810         * math/s_csqrtl.c: Likewise.
48811         * math/libm-test.inc (csqrt_test): Add more tests.
48812         * sysdeps/i386/fpu/libm-test-ulps: Update.
48813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48815         [BZ #13840]
48816         * math/libm-test.inc (hypot_test): Add more tests.
48818 2012-03-13  David S. Miller  <davem@davemloft.net>
48820         [BZ #13840]
48821         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48822         double-precision for the calculation instead of scaling.
48824 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48826         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48827         manipulate bits before adding and subtracting TWO52[sx].
48828         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48829         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48830         Likewise.
48831         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48833 2012-03-13  David S. Miller  <davem@davemloft.net>
48835         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48836         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48837         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48838         rtld-global-offsets.h
48839         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48841         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48842         large parameters.
48844         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48846         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48847         'err' in the ifdef scope in which it is actually used.
48849         * nss/nss_db/db-init.c: Include string.h
48851 2012-03-12  David S. Miller  <davem@davemloft.net>
48853         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48854         masking out of the most significant byte of random value used.
48855         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48856         Fix coding style in previous change.
48858         * sysdeps/unix/sysv/linux/kernel-features.h
48859         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48860         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48861         expression.
48862         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48863         later.
48865 2012-03-11  David S. Miller  <davem@davemloft.net>
48867         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48868         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48869         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48870         for 'resultvar' otherwise things get truncated on 64-bit.
48872         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48873         Fix masking out of the most significant byte of random value used.
48875         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48877 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48881 2012-03-09  David S. Miller  <davem@davemloft.net>
48883         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48884         variables with appropriate CPP guards.
48885         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48886         from the frame pointer, not the stack pointer.  Correct layout
48887         comments.  Fix test on resulting framesize and the management of
48888         the outregs buffer for pltexit.  Preserve floating point return
48889         values across _dl_call_pltexit call.
48890         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48891         framesize and the management of the outregs buffer for pltexit.
48892         Preserve floating point return values across _dl_call_pltexit
48893         call.
48894         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48895         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48896         (la_sparc64_gnu_pltexit): New functions.
48897         (print_exit): Fix format string for return register value.
48899 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48901         * sunrpc/Makefile (others): Add rpcgen.
48902         ($(objpfx)rpcgen): Remove special build rule and dependency on
48903         libc.
48904         * sunrpc/rpcgen.c: New file.
48906 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48908         [BZ #13673]
48909         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48910         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48911         * sysdeps/i386/crti.S: Likewise.
48912         * sysdeps/i386/crtn.S: Likewise.
48913         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48914         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48915         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48916         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48917         * sysdeps/sh/crti.S: Likewise.
48918         * sysdeps/sh/crtn.S: Likewise.
48919         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48921         [BZ #13673]
48922         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48923         with URL.
48924         * locale/programs/locfile-kw.gperf: Likewise.
48925         * locale/programs/charmap-kw.h: Regenerated.
48926         * locale/programs/locfile-kw.h: Likewise.
48928         [BZ #13673]
48929         * intl/plural.y: Replace FSF snail mail address with URL.
48930         * intl/plural.c: Regenerated.
48932 2012-03-09  Richard Henderson  <rth@twiddle.net>
48934         * include/math_private.h: Remove file.
48935         * math/math_private.h: Move file ...
48936         * sysdeps/generic/math_private.h: ... here.
48938         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48939         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48940         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48942         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48943         and <math_private.h>.
48944         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48945         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48946         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48947         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48948         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48949         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48951         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48952         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48953         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48954         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48955         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48956         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48957         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48959         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48960         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48961         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48962         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48963         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48964         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48965         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48966         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48967         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48968         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48969         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48970         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48971         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48972         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48973         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48974         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48975         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48976         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48977         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48978         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48979         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48980         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48981         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48982         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48983         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48984         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48985         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48986         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48987         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48988         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48989         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48990         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48991         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48992         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48993         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48994         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48995         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48996         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48997         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48998         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48999         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49000         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49001         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49002         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49003         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49004         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49005         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49006         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49007         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49008         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49009         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49010         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49011         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49012         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49013         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49014         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49015         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49016         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49017         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49018         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49019         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49020         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49021         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49022         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49023         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49024         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49025         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49026         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49027         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49028         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49029         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49030         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49031         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49032         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49033         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49034         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49035         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49036         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49037         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49038         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49039         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49040         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49041         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49042         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49043         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49044         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49045         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49046         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49047         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49048         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49049         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49050         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49051         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49052         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49053         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49054         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49055         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49056         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49057         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49058         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49059         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49060         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49061         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49062         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49063         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49064         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49065         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49066         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49067         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49068         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49069         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49070         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49071         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49072         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49073         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49074         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49075         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49076         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49077         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49078         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49079         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49080         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49081         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49082         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49083         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49084         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49085         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49086         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49087         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49088         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49089         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49090         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49091         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49092         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49093         * sysdeps/ieee754/k_standard.c: Likewise.
49094         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49095         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49096         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49097         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49098         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49099         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49100         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49101         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49102         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49103         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49104         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49105         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49106         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49107         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49108         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49109         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49110         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49111         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49112         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49113         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49114         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49115         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49116         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49117         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49118         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49119         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49120         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49121         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49122         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49123         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49124         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49125         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49126         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49127         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49128         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49129         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49130         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49131         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49132         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49133         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49134         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49135         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49136         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49137         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49138         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49139         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49140         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49141         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49142         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49143         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49144         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49145         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49146         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49147         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49148         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49149         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49150         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49151         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49152         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49153         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49154         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49155         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49156         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49157         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49158         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49159         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49160         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49161         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49162         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49163         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49164         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49165         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49166         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49167         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49168         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49169         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49170         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49171         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49172         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49173         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49174         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49175         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49176         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49177         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49178         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49179         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49180         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49181         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49182         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49183         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49184         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49185         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49186         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49187         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49188         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49189         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49190         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49191         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49192         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49193         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49194         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49195         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49196         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49197         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49200         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49201         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49202         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49203         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49204         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49206         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49207         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49208         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49209         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49210         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49211         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49212         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49213         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49214         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49215         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49216         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49217         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49218         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49219         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49220         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49221         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49222         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49223         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49224         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49225         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49226         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49227         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49228         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49229         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49230         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49231         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49232         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49233         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49234         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49235         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49236         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49237         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49238         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49239         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49240         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49241         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49242         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49243         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49244         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49245         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49246         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49247         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49248         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49249         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49250         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49251         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49252         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49253         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49254         * sysdeps/ieee754/s_lib_version.c: Likewise.
49255         * sysdeps/ieee754/s_matherr.c: Likewise.
49256         * sysdeps/ieee754/s_signgam.c: Likewise.
49257         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49258         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49259         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49260         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49261         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49262         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49263         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49264         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49265         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49266         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49267         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49268         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49269         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49270         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49271         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49272         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49273         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49274         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49275         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49276         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49277         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49279 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49281         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49282         * sunrpc/rpc_main.c: Likewise.
49283         * sunrpc/rpc_svcout.c: Likewise.
49285 2012-03-09  David S. Miller  <davem@davemloft.net>
49287         * include/math_private.h: New file.
49289 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49291         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49292         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49293         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49294         from <bits/socket_type.h>.
49295         (enum __socket_type): Don't define here.
49296         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49297         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49298         bits/socket_type.h.
49300         [BZ #13566]
49301         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49302         checking __USE_GNU.
49304         * Makerules ($(inst_includedir)/%.h): New rule.
49305         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49306         (install-others): Remove variable setting.
49307         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49309 2012-03-08  Richard Henderson  <rth@twiddle.net>
49311         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49312         from macro to inline function; merge with the
49313         !__LIBC_INTERNAL_MATH_INLINES version.
49314         (__ieee754_sqrtf): Likewise.
49316         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49317         to inline function.
49318         (__rintf, __floor, __floorf): Likewise.
49320         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49321         macro to inline function.
49322         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49324         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49325         not <math/math_private.h>.
49327 2012-03-08  David S. Miller  <davem@davemloft.net>
49329         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49330         copyright year.
49331         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49333 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49335         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49336         normalization.
49337         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49338         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49340 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49342         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49343         be defined individually, they must be defined as a block.  Define
49344         S for printing a string instead of hidint the different by using a
49345         macro for adding the 'l'.
49346         * stdio-common/tst-fphex-wide.c: Adjust.
49348 2012-03-07  Marek Polacek  <polacek@redhat.com>
49350         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49352 2012-03-08  Marek Polacek  <polacek@redhat.com>
49354         [BZ #13806]
49355         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49356         * stdio-common/tst-fphex.c: Define a few macros to make the
49357         test reusable.  Use them.
49358         * stdio-common/tst-fphex-wide.c: New file.
49360 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49362         [BZ #6911]
49363         * manual/macros.texi (gnusystems): New macro.
49364         (nongnusystems): Likewise.
49365         (gnulinuxhurdsystems): Likewise.
49366         (gnuhurdsystems): Likewise..
49367         (gnulinuxsystems): Likewise.
49368         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49369         variants of the GNU system, not "GNU system".
49370         * manual/conf.texi: Likewise.
49371         * manual/errno.texi: Likewise.  Update example of errno macro
49372         expansion.
49373         * manual/filesys.texi: Likewise.
49374         (getumask): Document as specific to GNU/Hurd.
49375         * manual/install.texi: Likewise.  Reword some references to
49376         GNU/Linux.
49377         * manual/intro.texi: Likewise.
49378         * manual/io.texi: Likewise.
49379         (File Name Portability): Detail which constraints are inapplicable
49380         to all GNU systems and which are only inapplicable to GNU/Hurd.
49381         * manual/job.texi: Likewise.
49382         * manual/llio.texi: Likewise.
49383         (O_NOCTTY): Document as present on GNU/Linux.
49384         * manual/maint.texi: Likewise.
49385         * manual/memory.texi: Likewise.
49386         * manual/pattern.texi: Likewise.
49387         * manual/pipe.texi: Likewise.
49388         * manual/process.texi: Likewise.
49389         * manual/resource.texi: Likewise.
49390         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49391         child on GNU/Hurd.
49392         * manual/setjmp.texi: Likewise.
49393         * manual/signal.texi: Likewise.
49394         * manual/startup.texi: Likewise.
49395         * manual/stdio.texi: Likewise.
49396         * manual/terminal.texi: Likewise.
49397         (ONLCR): Document as POSIX.
49398         (OXTABS): Document availability on GNU/Linux as XTABS.
49399         (ONOEOT): Document availability separately from other bits.
49400         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49401         * manual/time.texi: Likewise.
49402         * manual/users.texi: Likewise.
49403         * INSTALL: Regenerated.
49404         * sysdeps/gnu/errlist.c: Regenerated.
49406         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49407         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49408         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49409         puts.
49410         * configure: Regenerated.
49412 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49414         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49415         default includes instead of AC_HEADER_CHECK.
49416         * sysdeps/i386/configure: Regenerated.
49418         [BZ #10716]
49419         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49420         * math/s_cacoshf.c (__cacoshf): Likewise.
49421         * math/s_cacoshl.c (__cacoshl): Likewise.
49422         * math/s_casinh.c (__casinh): Set signs of result from argument.
49423         * math/s_casinhf.c (__casinhf): Likewise.
49424         * math/s_casinhl.c (__casinhl): Likewise.
49425         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49426         (casinh_test): Add more tests.
49427         * sysdeps/i386/fpu/libm-test-ulps: Update.
49428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49430 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49432         * po/zh_TW.po: Update from translation team.
49434         * login/Makefile (distribute): Remove variable.
49435         * catgets/Makefile: Likewise.
49436         * mach/Makefile: Likewise.
49437         * malloc/Makefile: Likewise.
49438         * misc/Makefile: Likewise.
49439         * iconv/Makefile: Likewise.
49440         * nscd/Makefile: Likewise.
49441         * hurd/Makefile: Likewise.
49442         * manual/Makefile: Likewise.
49443         * locale/Makefile: Likewise.
49444         * intl/Makefile: Likewise.
49445         * conform/Makefile: Likewise.
49446         * nss/Makefile: Likewise.
49447         * time/Makefile: Likewise.
49448         * soft-fp/Makefile: Likewise.
49449         * dirent/Makefile: Likewise.
49450         * gmon/Makefile: Likewise.
49451         * po/Makefile: Likewise.
49452         * rt/Makefile: Likewise.
49453         * socket/Makefile: Likewise.
49454         * math/Makefile: Likewise.
49455         * signal/Makefile: Likewise.
49456         * debug/Makefile: Likewise.
49457         * elf/Makefile: Likewise.
49458         * timezone/Makefile: Likewise.
49459         * stdlib/Makefile: Likewise.
49460         * iconvdata/Makefile: Likewise.
49461         * sunrpc/Makefile: Likewise.
49462         * io/Makefile: Likewise.
49463         * argp/Makefile: Likewise.
49464         * inet/Makefile: Likewise.
49465         * hesiod/Makefile: Likewise.
49466         * grp/Makefile: Likewise.
49467         * csu/Makefile: Likewise.
49468         * wctype/Makefile: Likewise.
49469         * crypt/Makefile: Likewise.
49470         * libio/Makefile: Likewise.
49471         * string/Makefile: Likewise.
49472         * nis/Makefile: Likewise.
49473         * resolv/Makefile: Likewise.
49474         * stdio-common/Makefile: Likewise.
49475         * wcsmbs/Makefile: Likewise.
49476         * dlfcn/Makefile: Likewise.
49477         * posix/Makefile: Likewise.
49479         [BZ #6959]
49480         * timezone/Makefile: Don't install timezone files, just the programs
49481         and scripts.
49483 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49485         * nss/databases.def: Add missing gshadow entry.
49487         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49489 2012-03-06  Marek Polacek  <polacek@redhat.com>
49491         [BZ #13726]
49492         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49493         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49494         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49495         * stdio-common/tst-long-dbl-fphex.c: New file.
49497 2012-03-06  David S. Miller  <davem@davemloft.net>
49499         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49500         (set_obp_int): New function.
49501         (get_obp_int): New function.
49502         (__get_clockfreq_via_dev_openprom): Likewise.
49503         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49504         Avoid unused variable warnings on 'val' and use builtin_expect.
49505         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49506         __builtin_expect.
49507         (INLINE_CLONE_SYSCALL): Likewise.
49509 2012-03-05  David S. Miller  <davem@davemloft.net>
49511         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49513 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49515         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49517         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49518         only for |x| >= 40.
49519         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49521 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49523         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49524         Replace gettimeofday with __vdso_gettimeofday.
49526         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49527         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49528         __vdso_clock_gettime and __vdso_getcpu.
49530         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49531         time with __vdso_time.
49533 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49535         * manual/lang.texi (size_t): Note types to which size_t may be
49536         equivalent with the GNU C Library, but do not describe when
49537         differences between them are significant.
49539 2012-03-05  Andreas Jaeger  <aj@suse.de>
49541         * sysdeps/i386/fpu/libm-test-ulps: Update.
49543 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49545         [BZ #3976]
49546         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49547         (__ieee754_pow): Save and restore rounding mode and use
49548         round-to-nearest for main computations.
49549         * math/libm-test.inc (pow_test_tonearest): New function.
49550         (pow_test_towardzero): Likewise.
49551         (pow_test_downward): Likewise.
49552         (pow_test_upward): Likewise.
49553         (main): Call the new functions.
49554         * sysdeps/i386/fpu/libm-test-ulps: Update.
49555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49557         [BZ #3976]
49558         * math/libm-test.inc (cosh_test_tonearest): New function.
49559         (cosh_test_towardzero): Likewise.
49560         (cosh_test_downward): Likewise.
49561         (cosh_test_upward): Likewise.
49562         (sinh_test_tonearest): Likewise.
49563         (sinh_test_towardzero): Likewise.
49564         (sinh_test_downward): Likewise.
49565         (sinh_test_upward): Likewise.
49566         (main): Call the new functions.
49567         * sysdeps/i386/fpu/libm-test-ulps: Update.
49568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49570 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49572         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49573         default stack guard is set in last bytes.
49574         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49576 2012-03-05  Kees Cook  <keescook@chromium.org>
49578         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49580         [BZ #13656]
49581         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49582         possibly allocate from heap instead of stack.
49583         * stdio-common/bug-vfprintf-nargs.c: New file.
49584         * stdio-common/Makefile (tests): Add nargs overflow test.
49586 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49590 2012-03-03  Marek Polacek  <polacek@redhat.com>
49592         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49593         * math/math_private.h: Likewise.
49594         * stdlib/tst-strtod.c: Likewise.
49595         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49596         * sysdeps/x86_64/bits/atomic.h: Likewise.
49598 2012-03-02  David S. Miller  <davem@davemloft.net>
49600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49602         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49603         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49604         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49605         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49606         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49607         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49609 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49611         [BZ #13792]
49612         * manual/examples/README: New file, says the example source files
49613         can be used under GPL>=2.
49614         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49615         line containing just "*/".
49616         * manual/examples/add.c: Add copyright header (GPL>=2).
49617         * manual/examples/argp-ex1.c: Likewise.
49618         * manual/examples/argp-ex2.c: Likewise.
49619         * manual/examples/argp-ex3.c: Likewise.
49620         * manual/examples/argp-ex4.c: Likewise.
49621         * manual/examples/atexit.c: Likewise.
49622         * manual/examples/db.c: Likewise.
49623         * manual/examples/dir.c: Likewise.
49624         * manual/examples/dir2.c: Likewise.
49625         * manual/examples/execinfo.c: Likewise.
49626         * manual/examples/filecli.c: Likewise.
49627         * manual/examples/filesrv.c: Likewise.
49628         * manual/examples/fmtmsgexpl.c: Likewise.
49629         * manual/examples/genpass.c: Likewise.
49630         * manual/examples/inetcli.c: Likewise.
49631         * manual/examples/inetsrv.c: Likewise.
49632         * manual/examples/isockad.c: Likewise.
49633         * manual/examples/longopt.c: Likewise.
49634         * manual/examples/memopen.c: Likewise.
49635         * manual/examples/memstrm.c: Likewise.
49636         * manual/examples/mkfsock.c: Likewise.
49637         * manual/examples/mkisock.c: Likewise.
49638         * manual/examples/mygetpass.c: Likewise.
49639         * manual/examples/pipe.c: Likewise.
49640         * manual/examples/popen.c: Likewise.
49641         * manual/examples/rprintf.c: Likewise.
49642         * manual/examples/search.c: Likewise.
49643         * manual/examples/select.c: Likewise.
49644         * manual/examples/setjmp.c: Likewise.
49645         * manual/examples/sigh1.c: Likewise.
49646         * manual/examples/sigusr.c: Likewise.
49647         * manual/examples/stpcpy.c: Likewise.
49648         * manual/examples/strdupa.c: Likewise.
49649         * manual/examples/strftim.c: Likewise.
49650         * manual/examples/strncat.c: Likewise.
49651         * manual/examples/subopt.c: Likewise.
49652         * manual/examples/swapcontext.c: Likewise.
49653         * manual/examples/termios.c: Likewise.
49654         * manual/examples/testopt.c: Likewise.
49655         * manual/examples/testpass.c: Likewise.
49656         * manual/examples/timeval_subtract.c: Likewise.
49658         [BZ #13792]
49659         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49660         function to ...
49661         * manual/timeval_subtract.c.texi: ... here, new file.
49663 2012-03-02  David S. Miller  <davem@davemloft.net>
49665         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49667 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49669         [BZ #3976]
49670         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49671         (__sin): Save and restore rounding mode and use round-to-nearest
49672         for all computations.
49673         (__cos): Save and restore rounding mode and use round-to-nearest
49674         for all computations.
49675         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49676         <fenv.h>.
49677         (tan): Save and restore rounding mode and use round-to-nearest for
49678         all computations.
49679         * math/libm-test.inc (cos_test_tonearest): New function.
49680         (cos_test_towardzero): Likewise.
49681         (cos_test_downward): Likewise.
49682         (cos_test_upward): Likewise.
49683         (sin_test_tonearest): Likewise.
49684         (sin_test_towardzero): Likewise.
49685         (sin_test_downward): Likewise.
49686         (sin_test_upward): Likewise.
49687         (tan_test_tonearest): Likewise.
49688         (tan_test_towardzero): Likewise.
49689         (tan_test_downward): Likewise.
49690         (tan_test_upward): Likewise.
49691         (main): Call the new functions.
49692         * sysdeps/i386/fpu/libm-test-ulps: Update.
49693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49695         [BZ #10135]
49696         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49697         small n, then large n, before computing and testing k+n.
49698         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49699         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49700         Likewise.
49701         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49702         Likewise.
49703         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49704         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49705         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49706         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49707         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49708         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49709         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49710         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49711         * math/libm-test.inc (scalbn_test): Add more tests.
49712         (scalbln_test): Likewise.
49714         * manual/filesys.texi (mode_t): Describe constraints on size and
49715         signedness, not exact equivalence to a particular type.
49716         (ino_t): Likewise.
49717         (ino64_t): Likewise.
49718         (dev_t): Likewise.
49719         (nlink_t): Likewise.
49720         (blkcnt_t): Likewise.
49721         (blkcnt64_t): Likewise.
49722         * manual/llio.texi (off_t): Likewise.
49724         [BZ #3976]
49725         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49726         (__ieee754_exp): Save and restore rounding mode and use
49727         round-to-nearest for all computations.
49728         * math/libm-test.inc (exp_test_tonearest): New function.
49729         (exp_test_towardzero): Likewise.
49730         (exp_test_downward): Likewise.
49731         (exp_test_upward): Likewise.
49732         (main): Call the new functions.
49733         * sysdeps/i386/fpu/libm-test-ulps: Update.
49734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49736 2012-03-01  Chris Demetriou  <cgd@google.com>
49738         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49739         have predictable order.
49741 2012-03-01  David S. Miller  <davem@davemloft.net>
49743         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49745         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49746         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49747         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49748         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49750         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49751         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49752         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49753         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49754         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49755         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49756         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49757         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49758         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49760         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49762         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49763         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49764         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49766         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49767         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49768         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49769         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49770         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49771         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49772         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49773         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49774         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49775         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49776         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49777         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49778         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49779         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49780         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49781         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49782         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49783         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49784         * sysdeps/sparc/elf/configure: Regenerated.
49786 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49788         * configure.in (AS, LD): Require binutils 2.20 or later.
49789         * configure: Regenerated.
49790         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49791         as required minimum version.
49792         * INSTALL: Regenerated.
49794         [BZ #2541]
49795         [BZ #4108]
49796         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49797         before squaring exponent.
49798         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49799         bottom long double and 27 bits of top long double before squaring
49800         exponent.
49801         * math/libm-test.inc (erfc_test): Add more tests.
49802         * sysdeps/i386/fpu/libm-test-ulps: Update.
49803         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49806 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49808         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49809         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49810         containing bit-fields.
49811         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49812         * soft-fp/single.h (_FP_UNION_S): Likewise.
49813         * soft-fp/double.h (_FP_UNION_D): Likewise.
49815 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49817         [BZ #13786]
49818         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49819         not include ../strcmp.S.
49820         [USE_AS_STRNCASECMP_L]: Likewise.
49821         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49822         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49823         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49824         (__strncasecmp_l_ia32): Define as alias to
49825         __strncasecmp_l_nonascii.
49827         [BZ #5794]
49828         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49829         * sysdeps/i386/fpu/libm-test-ulps: Update.
49830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49832         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49835 2012-02-29  Jeff Law  <law@redhat.com>
49837         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49838         out of bounds read.
49840 2012-02-29  Marek Polacek  <polacek@redhat.com>
49842         [BZ #13706]
49843         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49844         * elf/Makefile: Add rules to run tst-unused-dep.out.
49846 2012-02-28  David S. Miller  <davem@davemloft.net>
49848         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49849         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49850         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49851         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49852         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49853         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49855 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49857         * math/libm-test.inc (llround_test): Move one test from
49858         lround_test.  Use TEST_f_L in moved test.
49859         (lround_test): Move misplaced test to llround_test.  Add testcase
49860         from bug 2561.
49862 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49864         * sysdeps/x86_64/fpu/e_expf.S: New file.
49865         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49867 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49869         [BZ #13637]
49870         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49871         of remain_len that may cause incomplete multi-byte character and
49872         false match.
49873         * posix/bug-regex33.c: New file.
49874         * posix/Makefile (tests): Add bug-regex33.
49876 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49878         * manual/macros.texi: New file.
49879         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49880         * manual/libc.texinfo: Include macros.texi.
49881         * manual/creatute.texi: Likewise.
49882         * manual/install.texi: Likewise.
49883         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49884         @glibcadj{} in references to the GNU C Library.
49885         * manual/charset.texi: Likewise.
49886         * manual/conf.texi: Likewise.
49887         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49888         when not using those macros.
49889         * manual/creature.texi: Likewise.
49890         * manual/crypt.texi: Likewise.
49891         * manual/errno.texi: Likewise.
49892         * manual/filesys.texi: Likewise.
49893         * manual/header.texi: Likewise.
49894         * manual/install.texi: Likewise.
49895         * manual/intro.texi: Likewise.
49896         * manual/io.texi: Likewise.
49897         * manual/job.texi: Likewise.
49898         * manual/lang.texi: Likewise.
49899         * manual/libc.texiinfo: Likewise.
49900         * manual/llio.texi: Likewise.
49901         * manual/locale.texi: Likewise.
49902         * manual/maint.texi: Likewise.
49903         * manual/math.texi: Likewise.
49904         * manual/memory.texi: Likewise.
49905         * manual/message.texi: Likewise.
49906         * manual/nss.texi: Likewise.
49907         * manual/pattern.texi: Likewise.
49908         * manual/process.texi: Likewise.
49909         * manual/resource.texi: Likewise.
49910         * manual/search.texi: Likewise.
49911         * manual/setjmp.texi: Likewise.
49912         * manual/signal.texi: Likewise.
49913         * manual/socket.texi: Likewise.
49914         * manual/startup.texi: Likewise.
49915         * manual/stdio.texi: Likewise.
49916         * manual/string.texi: Likewise.
49917         * manual/sysinfo.texi: Likewise.
49918         * manual/syslog.texi: Likewise.
49919         * manual/terminal.texi: Likewise.
49920         * manual/time.texi: Likewise.
49921         * manual/users.texi: Likewise.
49922         * INSTALL: Regenerated.
49923         * NOTES: Regenerated.
49924         * sysdeps/gnu/errlist.c: Regenerated.
49926 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49928         * include/dirent.h: Include <dirstream.h> before
49929         <dirent/dirent.h>.
49931 2012-02-28  David S. Miller  <davem@davemloft.net>
49933         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49934         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49935         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49936         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49938 2012-02-27  David S. Miller  <davem@davemloft.net>
49940         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49941         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49942         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49943         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49945         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49946         frame pointer instead of stack pointer relative arg slot.
49947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49948         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49949         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49951 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49953         [BZ #3992]
49954         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49956 2012-02-27  David S. Miller  <davem@davemloft.net>
49958         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49959         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49960         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49961         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49962         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49963         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49964         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49965         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49967 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49969         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49970         later.  Allow versions 5-9.
49971         * configure: Regenerated.
49972         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49973         required minimum version and 4.6 as recommended version.  Do not
49974         mention bugs in GCC 2.7 and 2.8.
49975         * INSTALL: Regenerated.
49977 2012-02-27  David S. Miller  <davem@davemloft.net>
49979         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49980         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49981         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49982         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49983         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49984         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49985         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49986         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49988         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49989         manipulate bits before adding and subtracting TWO112[sx].
49990         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49992 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49994         [BZ #13775]
49995         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49996         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49997         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49998         being in POSIX, because they are in 1003.1-2008.
50000         * rt/tst-aio.c: Include <fcntl.h>.
50001         * rt/tst-aio7.c: Likewise.
50002         * rt/tst-aio64.c: Likewise.
50004         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50006 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50008         * manual/install.texi (--with-headers): Describe headers as
50009         interface headers, not private headers.
50010         (Specific advice for GNU/Linux systems): Describe use of headers
50011         from "make headers_install", not private headers from older
50012         kernels.
50013         * INSTALL: Regenerated.
50014         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50015         Change to 2.6.19.
50016         * sysdeps/unix/sysv/linux/configure: Regenerated.
50018         * manual/llio.texi (fclean): Remove documentation.
50020         * manual/Makefile (libc-texi-generated): New variable.  Include
50021         version.texi.
50022         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50023         $(libc-texi-generated), not duplicated list of files.
50024         (version.texi, stamp-version): New rules.
50025         (realclean): Remove $(libc-texi-generated), not individual files
50026         from that list.  Do not remove dir-add.texinfo.
50027         * manual/libc.texinfo: Comment out uses of edition numbers and
50028         references to printed manual.  Remove last-updated dates.
50029         (EDITION): Comment out.
50030         (ISBN): Likewise.
50031         (VERSION, UPDATED): Remove.
50032         (version.texi): Include.
50034 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50036         * sysdeps/posix/spawni.c: Include <signal.h>.
50037         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50038         * sysdeps/pthread/aio_fsync.c: Likewise.
50040 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50042         * conform/Makefile (tests): Run only when not cross-compiling and
50043         when fast-check is not defined.
50045         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50046         * conform/data/limits.h-data: Fixes for POSIX2008.
50047         * conform/run-conformtest.sh: Run all tests.
50048         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50049         headers.
50050         * include/bits/dlfcn.h: Likewise.
50051         * include/langinfo.h: Likewise.
50052         * include/monetary.h: Likewise.
50053         * include/sys/poll.h: Likewise.
50055         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50056         for __USE_GNU.
50057         * posix/spawn.h: Define __need_sigset_t.
50058         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50059         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50060         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50061         to get sigevent_t only.
50062         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50063         only for __USE_GNU.
50064         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50065         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50066         process_vm_writev only for __USE_GNU.
50067         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50069         * conform/Makefile: For now ignore errors from run-conformtest.
50070         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50071         POSIX to avoid namespace pollution.  Don't prepend headers.
50072         * conform/data/aio.h-data: Fixes for POSIX testing.
50073         * conform/data/fcntl.h-data: Likewise.
50074         * conform/data/glob.h-data: Likewise.
50075         * conform/data/grp.h-data: Likewise.
50076         * conform/data/pthread.h-data: Likewise.
50077         * conform/data/pwd.h-data: Likewise.
50078         * conform/data/signal.h-data: Likewise.
50079         * conform/data/spawn.h-data: Likewise.
50080         * conform/data/stdio.h-data: Likewise.
50081         * conform/data/stdlib.h-data: Likewise.
50082         * conform/data/stropts.h-data: Likewise.
50083         * conform/data/sys/mman.h-data: Likewise.
50084         * conform/data/sys/stat.h-data: Likewise.
50085         * conform/data/sys/types.h-data: Likewise.
50086         * conform/data/sys/wait.h-data: Likewise.
50087         * conform/data/time.h-data: Likewise.
50088         * conform/data/unistd.h-data: Likewise.
50089         * conform/data/utime.h-data: Likewise.
50091         * io/sys/stat.h: fchmod was always in POSIX.
50092         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50093         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50094         * rt/aio.h: Define __need_timespec before including <time.h>.
50095         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50096         struct.  Add forward declaration of pthread_attr_t and use it in
50097         sigevent.
50098         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50099         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50100         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50101         always remove CLK_TCK definition.
50103 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50105         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50107 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50109         * conform/run-conformtest.sh: New file.
50110         * conform/Makefile: Run run-conformtest for tests.
50111         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50112         support.
50114         * conform/data/uchar.h-data: New file.
50115         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50116         * conform/data/arpa/inet.h-data: Likewise.
50117         * conform/data/assert.h-data: Likewise.
50118         * conform/data/complex.h-data: Likewise.
50119         * conform/data/cpio.h-data: Likewise.
50120         * conform/data/ctype.h-data: Likewise.
50121         * conform/data/dirent.h-data: Likewise.
50122         * conform/data/dlfcn.h-data: Likewise.
50123         * conform/data/errno.h-data: Likewise.
50124         * conform/data/fcntl.h-data: Likewise.
50125         * conform/data/float.h-data: Likewise.
50126         * conform/data/fmtmsg.h-data: Likewise.
50127         * conform/data/fnmatch.h-data: Likewise.
50128         * conform/data/ftw.h-data: Likewise.
50129         * conform/data/glob.h-data: Likewise.
50130         * conform/data/grp.h-data: Likewise.
50131         * conform/data/iconv.h-data: Likewise.
50132         * conform/data/inttypes.h-data: Likewise.
50133         * conform/data/langinfo.h-data: Likewise.
50134         * conform/data/libgen.h-data: Likewise.
50135         * conform/data/limits.h-data: Likewise.
50136         * conform/data/locale.h-data: Likewise.
50137         * conform/data/math.h-data: Likewise.
50138         * conform/data/monetary.h-data: Likewise.
50139         * conform/data/mqueue.h-data: Likewise.
50140         * conform/data/ndbm.h-data: Likewise.
50141         * conform/data/net/if.h-data: Likewise.
50142         * conform/data/netdb.h-data: Likewise.
50143         * conform/data/netinet/in.h-data: Likewise.
50144         * conform/data/nl_types.h-data: Likewise.
50145         * conform/data/poll.h-data: Likewise.
50146         * conform/data/pthread.h-data: Likewise.
50147         * conform/data/pwd.h-data: Likewise.
50148         * conform/data/regex.h-data: Likewise.
50149         * conform/data/sched.h-data: Likewise.
50150         * conform/data/search.h-data: Likewise.
50151         * conform/data/semaphore.h-data: Likewise.
50152         * conform/data/setjmp.h-data: Likewise.
50153         * conform/data/signal.h-data: Likewise.
50154         * conform/data/spawn.h-data: Likewise.
50155         * conform/data/stdarg.h-data: Likewise.
50156         * conform/data/stdio.h-data: Likewise.
50157         * conform/data/stdlib.h-data: Likewise.
50158         * conform/data/string.h-data: Likewise.
50159         * conform/data/strings.h-data: Likewise.
50160         * conform/data/stropts.h-data: Likewise.
50161         * conform/data/sys/ipc.h-data: Likewise.
50162         * conform/data/sys/mman.h-data: Likewise.
50163         * conform/data/sys/msg.h-data: Likewise.
50164         * conform/data/sys/resource.h-data: Likewise.
50165         * conform/data/sys/select.h-data: Likewise.
50166         * conform/data/sys/sem.h-data: Likewise.
50167         * conform/data/sys/shm.h-data: Likewise.
50168         * conform/data/sys/socket.h-data: Likewise.
50169         * conform/data/sys/stat.h-data: Likewise.
50170         * conform/data/sys/statvfs.h-data: Likewise.
50171         * conform/data/sys/time.h-data: Likewise.
50172         * conform/data/sys/timeb.h-data: Likewise.
50173         * conform/data/sys/times.h-data: Likewise.
50174         * conform/data/sys/types.h-data: Likewise.
50175         * conform/data/sys/uio.h-data: Likewise.
50176         * conform/data/sys/un.h-data: Likewise.
50177         * conform/data/sys/utsname.h-data: Likewise.
50178         * conform/data/sys/wait.h-data: Likewise.
50179         * conform/data/syslog.h-data: Likewise.
50180         * conform/data/tar.h-data: Likewise.
50181         * conform/data/termios.h-data: Likewise.
50182         * conform/data/utime.h-data: Likewise.
50183         * conform/data/utmpx.h-data: Likewise.
50184         * conform/data/varargs.h-data: Likewise.
50185         * conform/data/wchar.h-data: Likewise.
50186         * conform/data/wctype.h-data: Likewise.
50187         * conform/data/wordexp.h-data: Likewise.
50189         * include/stropts.h: New file.
50190         * include/uchar.h: New file.
50191         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50192         * include/assert.h: Likewise.
50193         * include/ctype.h: Likewise.
50194         * include/dirent.h: Likewise.
50195         * include/dlfcn.h: Likewise.
50196         * include/fcntl.h: Likewise.
50197         * include/fnmatch.h: Likewise.
50198         * include/glob.h: Likewise.
50199         * include/grp.h: Likewise.
50200         * include/libio.h: Likewise.
50201         * include/locale.h: Likewise.
50202         * include/math.h: Likewise.
50203         * include/net/if.h: Likewise.
50204         * include/netdb.h: Likewise.
50205         * include/netinet/in.h: Likewise.
50206         * include/pthread.h: Likewise.
50207         * include/pwd.h: Likewise.
50208         * include/regex.h: Likewise.
50209         * include/sched.h: Likewise.
50210         * include/search.h: Likewise.
50211         * include/setjmp.h: Likewise.
50212         * include/signal.h: Likewise.
50213         * include/stdio.h: Likewise.
50214         * include/stdlib.h: Likewise.
50215         * include/string.h: Likewise.
50216         * include/sys/cdefs.h: Likewise.
50217         * include/sys/mman.h: Likewise.
50218         * include/sys/msg.h: Likewise.
50219         * include/sys/resource.h: Likewise.
50220         * include/sys/select.h: Likewise.
50221         * include/sys/socket.h: Likewise.
50222         * include/sys/stat.h: Likewise.
50223         * include/sys/statvfs.h: Likewise.
50224         * include/sys/time.h: Likewise.
50225         * include/sys/times.h: Likewise.
50226         * include/sys/uio.h: Likewise.
50227         * include/sys/utsname.h: Likewise.
50228         * include/sys/wait.h: Likewise.
50229         * include/termios.h: Likewise.
50230         * include/time.h: Likewise.
50231         * include/ulimit.h: Likewise.
50232         * include/unistd.h: Likewise.
50233         * include/utime.h: Likewise.
50234         * include/wchar.h: Likewise.
50235         * include/wctype.h: Likewise.
50236         * include/wordexp.h: Likewise.
50238         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50240         * time/time.h: TIME_UTC must be a macro.
50241         Make timespec_get available for ISO C11 only as well.
50243 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50245         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50246         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50248 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50250         * configure.in: Use -o not -a in test for unsupported multi-arch.
50252 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50254         * manual/texinfo.tex: Update to version 2012-01-19.16.
50256 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50258         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50260 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50262         [BZ #13738]
50263         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50264         * manual/fdl-1.3.texi: New file.
50265         * manual/fdl-1.1.texi: File removed.
50267         [BZ #13738]
50268         * manual/libc.texinfo (FDL_VERSION): New @set.
50269         Use it for mention of FDL in cover text.
50270         (Documentation License): Use it in @include file name.
50272 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50273             Roland McGrath  <roland@hack.frob.com>
50275         [BZ #5461]
50276         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50277         (not LONG_LONG_MAX and LONG_LONG_MIN.
50278         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50279         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50280         name.
50281         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50283 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50285         [BZ #2547]
50286         [BZ #11365]
50287         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50288         manipulate bits before adding and subtracting TWO23[sx].
50289         * math/libm-test.inc (nearbyint_test): Add more tests.
50291 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50293         [BZ #2548]
50294         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50295         bits before adding and subtracting TWO23[sx].
50296         * math/libm-test.inc (rint_test): Add more tests.
50297         (rint_test_tonearest): Likewise.
50298         (rint_test_towardzero): Likewise.
50299         (rint_test_downward): Likewise.
50300         (rint_test_upward: Likewise.
50302 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50304         [BZ #10110]
50305         * include/stdc-predef.h: New file.  Extracted from features.h.
50306         * include/features.h: Include stdc-predef.h.
50307         * Makefile (headers): Add stdc-predef.h.
50308         * CONFORMANCE (Compiler limitations): Update.
50310 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50312         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50314 2012-02-21  David S. Miller  <davem@davemloft.net>
50316         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50317         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50319 2012-02-20  David S. Miller  <davem@davemloft.net>
50321         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50322         using a normal save/restore sequence, rather than allocating a
50323         dummy stack frame just to store a frame pointer and restore.
50324         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50326 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50328         * manual/install.texi: Fix stray word in line-wrapped comment.
50330 2012-02-20  David S. Miller  <davem@davemloft.net>
50332         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50333         both binutils and gcc support GOTDATA.
50335         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50336         "rd %pc" in the PIC register setup sequences.
50338         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50339         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50340         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50341         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50342         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50343         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50344         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50345         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50346         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50347         (SYSCALL_ERROR_HANDLER): Likewise.
50348         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50349         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50350         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50351         (SYSCALL_ERROR_HANDLER): Likewise.
50353         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50354         (HAVE_GCC_GOTDATA): New.
50355         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50356         relocation support in both binutils and gcc.
50357         * sysdeps/sparc/elf/configure: Regenerate.
50359         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50360         * sysdeps/sparc/sparc32/elf/configure: Delete.
50361         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50362         * sysdeps/sparc/sparc64/elf/configure: Delete.
50363         * sysdeps/sparc/elf/configure.in: New file.
50364         * sysdeps/sparc/elf/configure: Generate.
50366         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50367         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50368         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50369         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50370         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50372 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50374         * manual/install.texi: Do not mention specific glibc version
50375         numbers.
50376         * manual/libc.texinfo (VERSION, UPDATED): Update.
50377         (@copying): Use @copyright{} and range of years.
50379 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50381         [BZ #13695]
50382         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50383         [crti.S not in sysdirs] (generated): Do not append.
50384         [crti.S not in sysdirs] (omit-deps): Likewise.
50385         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50386         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50387         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50388         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50389         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50390         Likewise.
50391         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50392         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50393         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50394         * csu/defs.awk: Remove file.
50395         * sysdeps/generic/initfini.c: Likewise.
50396         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50397         variable.
50398         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50399         Likewise.
50401 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50403         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50404         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50405         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50406         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50407         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50408         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50409         <bits/epoll.h>.
50410         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50411         (__EPOLL_PACKED): Define to empty if not defined by
50412         <bits/epoll.h>.
50413         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50414         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50415         bits/epoll.h.
50417 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50419         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50420         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50421         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50422         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50423         <bits/timerfd.h>.
50424         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50425         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50426         bits/timerfd.h.
50428 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50430         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50431         in C locale.
50432         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50433         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50434         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50437 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50439         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50440         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50442 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50444         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50445         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50446         defined.
50447         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50448         Likewise.
50449         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50450         entry for 2.16.
50452 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50454         * math/w_acos.c: Use non-signaling floating-point comparisons.
50455         * math/w_acosf.c: Likewise.
50456         * math/w_acosh.c: Likewise.
50457         * math/w_acoshf.c: Likewise.
50458         * math/w_acoshl.c: Likewise.
50459         * math/w_acosl.c: Likewise.
50460         * math/w_asin.c: Likewise.
50461         * math/w_asinf.c: Likewise.
50462         * math/w_asinl.c: Likewise.
50463         * math/w_atanh.c: Likewise.
50464         * math/w_atanhf.c: Likewise.
50465         * math/w_atanhl.c: Likewise.
50466         * math/w_exp2.c: Likewise.
50467         * math/w_exp2f.c: Likewise.
50468         * math/w_exp2l.c: Likewise.
50469         * math/w_j0.c: Likewise.
50470         * math/w_j0f.c: Likewise.
50471         * math/w_j0l.c: Likewise.
50472         * math/w_j1.c: Likewise.
50473         * math/w_j1f.c: Likewise.
50474         * math/w_j1l.c: Likewise.
50475         * math/w_jn.c: Likewise.
50476         * math/w_jnf.c: Likewise.
50477         * math/w_log.c: Likewise.
50478         * math/w_log10.c: Likewise.
50479         * math/w_log10f.c: Likewise.
50480         * math/w_log10l.c: Likewise.
50481         * math/w_log2.c: Likewise.
50482         * math/w_log2f.c: Likewise.
50483         * math/w_log2l.c: Likewise.
50484         * math/w_logf.c: Likewise.
50485         * math/w_logl.c: Likewise.
50486         * math/w_sqrt.c: Likewise.
50487         * math/w_sqrtf.c: Likewise.
50488         * math/w_sqrtl.c: Likewise.
50489         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50490         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50491         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50492         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50493         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50495 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50497         [BZ #9739]
50498         * manual/string.texi (strnlen): Use correct parameter name in
50499         equivalent expression.
50501 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50503         [BZ #11174]
50504         * manual/users.texi (seteuid): Consistently use neweuid for
50505         argument name.
50507 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50509         [BZ #13704]
50510         * manual/nss.texi (Services in the NSS configuration): Correct
50511         list of services in example configuration file.
50513 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50515         [BZ #11322]
50516         * manual/arith.texi: Remove statements about negative zero
50517         behaving identically to zero.
50519 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50521         [BZ #5993]
50522         * manual/install.texi: Do not document upgrading from libc5.
50524 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50526         [BZ #4596]
50527         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50529 2012-02-18  David S. Miller  <davem@davemloft.net>
50531         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50532         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50533         %o7 across the call.
50534         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50535         instead.
50536         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50537         SETUP_PIC_REG_LEAF.
50538         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50539         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50540         * sysdeps/sparc/crtn.S: Likewise.
50542 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50544         * aout/Makefile: Remove.
50546 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50548         [BZ #13058]
50549         * manual/examples/argp-ex1.c (main): Format definition in GNU
50550         style.
50551         * manual/examples/argp-ex2.c (main): Likewise.
50552         * manual/examples/argp-ex3.c (main): Likewise.
50553         * manual/examples/argp-ex4.c (main): Likewise.
50554         * manual/examples/longopt.c (main): Use new-style prototype
50555         definition.
50556         * manual/examples/strncat.c (main): Specify return type and use
50557         (void) for arguments.
50558         * manual/examples/subopt.c (main): Use char **argv argument.
50560 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50562         [BZ #5077]
50563         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50564         rounding modes.
50566 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50568         [BZ #6907]
50569         * manual/string.texi (strchr): Change when strchrnul is
50570         recommended.
50572 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50574         [BZ #174]
50575         * manual/locale.texi (setlocale): Document LOCPATH.
50577 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50579         [BZ #10210]
50580         * manual/process.texi (execle): Move @dots{} before last argument.
50582 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50584         [BZ #12047]
50585         * manual/charset.texi (Generic Charset Conversion): Fix typo
50586         (LC_TYPE -> LC_CTYPE).
50588 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50590         [BZ #5805]
50591         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50592         (scalbnf): Likewise.
50593         (scalbnl): Likewise.
50594         (scalbln): Likewise.
50595         (scalblnf): Likewise.
50596         (scalblnl): Likewise.
50597         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50598         (vwarnx): Likewise.
50599         (verr): Likewise.
50600         (verrx): Likewise.
50601         * manual/filesys.texi (telldir): Use braces around return type.
50602         * manual/llio.texi (mmap): Add space after comma.
50603         (mmap64): Likewise.
50604         * manual/math.texi (jn): Use @var{} on parameter names.
50605         (jnf): Likewise.
50606         (jnl): Likewise.
50607         (yn): Likewise.
50608         (ynf): Likewise.
50609         (ynl): Likewise.
50610         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50611         line.
50612         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50613         "...".
50614         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50615         (sched_get_priority_max): Likewise.
50616         * manual/signal.texi (sigvec): Add space after comma.
50617         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50618         names.
50619         (if_indextoname): Likewise.
50620         (if_freenameindex): Likewise.
50621         (sendto): Use ',' instead of '.' in prototype.
50622         * manual/startup.texi (syscall): Use @dots{} instead of literal
50623         "...".
50624         * manual/stdio.texi (__fpending): Separate initial words of
50625         paragraph from @deftypefun line.
50626         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50627         "...".
50628         (vsyslog): Use @var{} on parameter names.
50629         * manual/terminal.texi (stty): Use @var{} on parameter names.
50630         * manual/users.texi (getutmp): Use @var{} on parameter names.
50631         (getutmpx): Likewise.
50633 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50635         [BZ #6884]
50636         * manual/stdio.texi (fopen): Fix typos in description of
50637         ",ccs=STRING".
50639 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50641         [BZ #4026]
50642         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50643         get clock_id definition.
50645 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50647         [BZ #4822]
50648         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50649         (madvise): Cast every argument to void on its own.
50651 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50653         [BZ #9902]
50654         * manual/startup.texi (Exit Status): Fix typo.
50656 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50658         [BZ #10140]
50659         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50660         * manual/examples/argp-ex2.c: Likewise.
50661         * manual/examples/argp-ex3.c: Likewise.
50663 2012-02-16  Richard Henderson  <rth@redhat.com>
50665         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50666         * sysdeps/s390/s390-32/initfini.c: Remove.
50667         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50668         * sysdeps/s390/s390-64/initfini.c: Remove.
50670 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50672         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50673         compiler output for sysdeps/generic/initfini.c.
50674         * sysdeps/sh/elf/initfini.c: Remove file.
50676 2012-02-16  David S. Miller  <davem@davemloft.net>
50678         [BZ #11494]
50679         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50681         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50682         * sysdeps/sparc/crti.S: New file.
50683         * sysdeps/sparc/crtn.S: New file.
50684         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50685         * sysdeps/sparc/sparc64/Makefile: Likewise.
50687 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50689         [BZ #3335]
50690         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50692 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50694         [BZ #4822]
50695         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50697         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50698         (write, read, close): Likewise.
50699         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50701 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50703         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50704         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50705         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50706         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50707         <bits/signalfd.h>.
50708         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50709         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50710         bits/signalfd.h.
50712 2012-02-14  Marek Polacek  <polacek@redhat.com>
50714         * sysdeps/x86_64/crti.S: New file.
50715         * sysdeps/x86_64/crtn.S: New file.
50716         * sysdeps/x86_64/elf/initfini.c: Remove file.
50718 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50720         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50721         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50722         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50723         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50724         <bits/inotify.h>.
50725         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50726         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50727         bits/inotify.h.
50729 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50731         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50732         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50733         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50734         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50735         <bits/eventfd.h>.
50736         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50737         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50738         bits/eventfd.h.
50740 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50742         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50743         __feraiseexcept instead of feraiseexcept.
50745         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50746         nanosleep invocations.
50747         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50748         strings, and add error checking for a nanosleep invocations.
50750 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50752         Replace FSF snail mail address with URLs, as per GNU coding standards.
50753         Most of the snail mail addresses were wrong anyway, and omitting
50754         them makes the source code easier to maintain.  Almost all of the
50755         changes are to license notices and to locale LC_IDENTIFICATION
50756         addresses, except for this one:
50757         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50758         not its snail mail address.
50760 2012-02-09  Richard Henderson  <rth@twiddle.net>
50762         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50763         of kernel-features.h.
50765         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50767 2012-02-08  Marek Polacek  <polacek@redhat.com>
50769         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50770         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50771         * sysdeps/gnu/_G_config.h: Likewise.
50772         * sysdeps/generic/_G_config.h: Likewise.
50774 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50776         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50777         tests.
50778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50780         * sysdeps/powerpc/powerpc32/crti.S: New file.
50781         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50782         * sysdeps/powerpc/powerpc64/crti.S: New file.
50783         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50785         * Makeconfig (have-initfini): Don't set.
50786         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50787         * configure.in (nopic_initfini): Don't substitute.
50788         * config.h.in (HAVE_INITFINI): Don't #undef.
50789         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50790         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50792 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50794         Support crti.S and crtn.S provided directly by architectures.
50795         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50796         [crti.S in sysdirs] (omit-deps): Likewise.
50797         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50798         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50799         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50800         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50801         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50802         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50803         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50804         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50805         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50806         compiler output for sysdeps/generic/initfini.c.
50807         * sysdeps/i386/elf/Makefile: Remove file.
50808         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50810 2012-02-07  Marek Polacek  <polacek@redhat.com>
50812         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50813         * sysdeps/gnu/_G_config.h: Likewise.
50814         * sysdeps/mach/hurd/_G_config.h: Likewise.
50816 2012-02-07  Marek Polacek  <polacek@redhat.com>
50818         * math/Makefile (tests): Add tst-CMPLX2.
50819         * math/tst-CMPLX2.c: New file.
50821 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50823         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50825         * math/libm-test.inc (jn_test): Add missing L suffix.
50827 2012-02-06  Marek Polacek  <polacek@redhat.com>
50829         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50830         * sysdeps/i386/fpu/e_powf.S: Likewise.
50831         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50832         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50833         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50834         * sysdeps/i386/fpu/e_pow.S: Likewise.
50835         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50836         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50837         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50838         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50839         * sysdeps/i386/fpu/e_log2.S: Likewise.
50840         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50841         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50842         * sysdeps/i386/fpu/e_powl.S: Likewise.
50843         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50844         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50845         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50846         * sysdeps/i386/fpu/e_logl.S: Likewise.
50847         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50848         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50849         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50850         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50851         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50852         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50853         * sysdeps/i386/fpu/e_log.S: Likewise.
50854         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50855         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50856         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50857         * sysdeps/i386/fpu/e_logf.S: Likewise.
50858         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50859         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50860         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50861         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50862         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50863         * sysdeps/i386/fpu/e_log10.S: Likewise.
50864         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50865         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50866         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50867         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50868         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50869         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50870         * sysdeps/i386/asm-syntax.h: Likewise.
50871         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50872         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50873         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50874         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50875         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50876         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50877         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50878         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50879         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50880         * sysdeps/powerpc/sysdep.h: Likewise.
50881         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50882         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50884 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50886         [BZ #411]
50887         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50889 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50891         * sysdeps/i386/sysdep.h: Include <features.h>.
50892         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50893         version.
50895 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50897         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50898         Define.
50899         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50900         LOAD_PIC_REG_STR.
50902 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50904         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50905         (SETUP_PIC_REG): Use GET_PC_THUNK.
50906         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50907         macro.
50909 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50911         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50912         for non-PIC compilation.
50913         (SETUP_PIC_REG): Add .p2align directive.
50914         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50915         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50916         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50917         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50918         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50919         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50920         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50921         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50922         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50923         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50924         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50925         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50926         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50927         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50928         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50929         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50930         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50931         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50932         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50933         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50934         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50935         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50936         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50937         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50938         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50939         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50940         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50941         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50942         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50943         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50944         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50945         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50946         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50947         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50948         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50949         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50950         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50951         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50952         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50953         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50954         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50956 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50958         * math/tst-CMPLX.c: Include <stdio.h>.
50960 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50962         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50963         float.
50964         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50965         * sysdeps/sparc/bits/mathdef.h: Likewise.
50967 2012-01-31  Marek Polacek  <polacek@redhat.com>
50969         * libio/libio.h: Don't define _PARAMS.
50970         * locale/programs/config.h: Don't define PARAMS.
50971         * stdlib/strtol_l.c: Likewise.
50972         (__strtol_l): Remove PARAMS from the prototype.
50974 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50976         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50977         names.  Just use the correct names.  Remove unnecessary wrapper
50978         functions.
50979         * malloc/arena.c: Likewise.
50980         * malloc/hooks.c: Likewise.
50982         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50983         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50984         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50986 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50988         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50989         into tail calls.
50990         (update_get_addr): New function.
50991         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50992         GET_ADDR_MODULE parameter.
50994 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50996         * crypt/cert.c: Remove __STDC__ conditionals.
50997         * crypt/crypt-entry.c: Likewise.
50998         * crypt/crypt_util.c: Likewise.
50999         * libio/filedoalloc.c: Likewise.
51000         * libio/fileops.c: Likewise.
51001         * libio/genops.c: Likewise.
51002         * libio/iofclose.c: Likewise.
51003         * libio/iofdopen.c: Likewise.
51004         * libio/iofopen.c: Likewise.
51005         * libio/iofopen64.c: Likewise.
51006         * libio/iogetdelim.c: Likewise.
51007         * libio/iopopen.c: Likewise.
51008         * libio/obprintf.c: Likewise.
51009         * libio/oldfileops.c: Likewise.
51010         * libio/oldiofclose.c: Likewise.
51011         * libio/oldiofdopen.c: Likewise.
51012         * libio/oldiofopen.c: Likewise.
51013         * libio/oldiopopen.c: Likewise.
51014         * libio/wfiledoalloc.c: Likewise.
51015         * libio/wgenops.c: Likewise.
51016         * locale/programs/xmalloc.c: Likewise.
51017         * misc/syslog.c: Likewise.
51018         * stdio-common/xbug.c: Likewise.
51019         * string/memchr.c: Likewise.
51020         * string/memcmp.c: Likewise.
51021         * string/memrchr.c: Likewise.
51022         * string/rawmemchr.c: Likewise.
51023         * sysdeps/posix/getcwd.c: Likewise.
51024         * time/strftime_l.c: Likewise.
51026 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51028         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51029         * config.make.in (config-cflags-sse2avx): Define.
51030         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51031         Fix typo.
51033 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51035         * scripts/config.guess: Update from upstream config git repository.
51036         * scripts/config.sub: Likewise.
51038 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51040         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51041         (EM_NUM): Update.
51042         (R_TILEPRO_*, R_TILEGX_*): New macros.
51044         * scripts/firstversions.awk: Fix bug in version range handling.
51046         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51048         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51050         * include/sys/epoll.h: New file.
51051         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51052         libc_hidden_def.
51054 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51056         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51057         Avoid unnecessary __WORDSIZE == 64 test.
51058         (fmaxf): Use VEX format if possible.
51059         (fmax): Likewise.
51060         (fminf): Likewise.
51061         (fmin): Likewise.
51063         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51064         * math/math_private.h: Remove libc_fegetround* and
51065         libc_fesetround*.
51066         * sysdeps/i386/configure.in: Check for -msse2avx.
51067         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51068         also if SSE2AVX is defined.
51069         Remove libc_fegetround* and libc_fesetround*.
51070         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51071         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51072         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51073         of HAS_YMM_USABLE.
51074         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51075         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51076         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51077         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51078         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51080         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51082 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51084         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51085         size is not set.
51086         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51088 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51090         [BZ #13618]
51091         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51092         relocation.
51093         * Makeconfig (libm): Define.
51094         * elf/Makefile: Add rules to build and run tst-relsort1.
51095         * elf/tst-relsort1.c: New file.
51096         * elf/tst-relsort1mod1.c: New file.
51097         * elf/tst-relsort1mod2.c: New file.
51099 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51101         * math/s_ldexp.c: Remove __STDC__ conditionals.
51102         * math/s_ldexpf.c: Likewise.
51103         * math/s_ldexpl.c: Likewise.
51104         * math/s_nextafter.c: Likewise.
51105         * math/s_nexttowardf.c: Likewise.
51106         * math/s_significand.c: Likewise.
51107         * math/s_significandf.c: Likewise.
51108         * math/s_significandl.c: Likewise.
51109         * math/w_jnl.c: Likewise.
51110         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51111         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51112         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51113         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51114         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51115         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51116         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51117         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51118         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51119         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51120         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51121         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51122         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51123         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51124         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51125         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51126         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51127         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51128         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51129         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51130         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51131         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51132         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51133         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51134         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51135         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51136         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51137         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51138         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51139         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51140         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51141         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51142         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51143         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51144         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51145         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51146         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51147         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51148         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51149         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51150         * sysdeps/ieee754/k_standard.c: Likewise.
51151         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51152         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51153         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51154         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51155         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51156         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51157         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51158         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51159         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51160         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51161         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51162         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51163         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51164         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51165         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51166         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51167         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51168         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51169         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51170         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51171         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51172         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51173         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51174         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51175         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51176         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51177         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51178         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51179         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51180         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51181         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51182         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51183         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51184         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51185         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51186         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51187         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51188         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51189         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51190         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51191         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51192         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51193         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51194         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51195         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51196         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51197         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51198         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51199         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51200         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51201         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51202         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51203         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51204         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51205         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51206         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51207         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51208         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51209         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51210         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51211         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51212         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51213         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51214         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51215         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51216         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51217         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51218         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51219         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51220         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51221         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51222         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51223         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51224         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51225         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51226         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51227         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51228         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51229         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51230         * sysdeps/ieee754/s_matherr.c: Likewise.
51231         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51232         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51233         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51234         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51236 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51238         * crypt/md5.h: Remove __STDC__ conditionals.
51239         * libio/libioP.h: Likewise.
51240         * locale/programs/config.h: Likewise.
51241         * sysdeps/generic/sysdep.h: Likewise.
51242         * sysdeps/i386/asm-syntax.h: Likewise.
51243         * sysdeps/s390/asm-syntax.h: Likewise.
51244         * sysdeps/unix/sysdep.h: Likewise.
51245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51248 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51250         * libio/libio.h: Remove __STDC__ conditionals.
51251         * malloc/obstack.h: Likewise.
51252         * math/complex.h: Likewise.
51253         * math/math.h: Likewise.
51254         * sysdeps/generic/_G_config.h: Likewise.
51255         * sysdeps/gnu/_G_config.h: Likewise.
51256         * sysdeps/mach/hurd/_G_config.h: Likewise.
51257         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51258         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51259         * sysdeps/sparc/bits/mathdef.h: Likewise.
51261 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51263         [BZ #13583]
51264         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51265         Clean up HAS_* macros.
51266         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51267         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51268         possible.
51269         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51270         HAS_AVX.
51271         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51272         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51273         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51274         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51275         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51277 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51279         * elf/tst-unique3.cc (gets): Remove declaration.
51280         * elf/tst-unique3lib.cc (gets): Likewise.
51281         * elf/tst-unique3lib2.cc (gets): Likewise.
51282         * elf/tst-unique4.cc (gets): Likewise.
51284 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51286         * include/stdio.h: Add C++ protection.  Add gets declarations and
51287         definitions.
51288         * debug/tst-chk1.c: Don't declare gets here.
51289         * stdio-common/tst-gets.c: Likewise.
51291 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51293         * posix/glob: Remove directory.
51295 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51297         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51299 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51301         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51302         of the non-standard EPFNOSUPPORT.
51304 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51306         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51307         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51308         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51310 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51312         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51314 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51316         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51317         transient errors.
51318         * nscd/grpcache.c (cache_addgr): Likewise.
51319         * nscd/hstcache.c (cache_addhst): Likewise.
51320         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51321         * nscd/pwdcache.c (cache_addpw): Likewise.
51322         * nscd/servicescache.c (cache_addserv): Likewise.
51324 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51326         * malloc/malloc.c: Various cleanups.
51327         * malloc/hooks.c: Likewise.
51329         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51330         * stdlib/bug-fmtmsg1.c: New file.
51332         * stdlib/fmtmsg.c (init): Add missing unlock.
51333         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51335 2012-01-12  Marek Polacek  <polacek@redhat.com>
51337         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51338         and _GNU_SOURCE.
51340 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51342         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51343         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51344         macro to ensure uniqueness of label name.
51345         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51346         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51348 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51350         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51352         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51353         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51354         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51355         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51357 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51359         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51361         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51362         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51363         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51365         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51367         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51368         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51369         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51370         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51372         * math/bits/math-finite.h: Add ldexp support.
51374 2012-01-10  Marek Polacek  <polacek@redhat.com>
51376         * locale/programs/localedef.h (show_archive_content): Add noreturn
51377         attribute.
51379 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51381         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51383 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51385         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51387         * io/Makefile (headers): Add bits/poll2.h.
51389 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51392         typo #include statement.
51394 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51396         * include/sys/cdefs.h: Define __attribute_alloc_size.
51397         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51398         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51399         * elf/pldd.c: Likewise.
51400         * iconv/iconv_charmap.c: Likewise.
51401         * iconv/iconvconfig.c: Likewise.
51402         * iconv/strtab.c: Likewise.
51403         * locale/programs/locale.c: Likewise.
51404         * locale/programs/localedef.h: Likewise.
51405         * locale/programs/simple-hash.c: Likewise.
51406         * nscd/nscd.h: Likewise.
51407         * nss/makedb.c: Likewise.
51408         * sysdeps/generic/ldconfig.h: Likewise.
51409         * locale/programs/localedef.c: Remove xmalloc prototype.
51410         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51412 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51414         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51415         appropriate.
51417 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51419         * math/Makefile (tests): Add tst-CMPLX.
51420         * math/tst-CMPLX.c: New file.
51422         * math/complex.h (CMPLXL): Fix typo.
51424         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51425         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51426         GLIBC_2.16.
51427         * debug/tst-chk1.c: Add poll and ppoll tests.
51428         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51429         * include/sys/poll.h: Add hidden proto for ppoll.
51430         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51431         * sysdeps/mach/hurd/ppoll.c: Likewise.
51432         * io/ppoll.c: Likewise.
51433         * debug/poll_chk.c: New file.
51434         * debug/ppoll_chk.c: New file.
51435         * include/bits/poll2.h: New file.
51436         * io/bits/poll2.h: New file.
51438         [BZ #1350]
51439         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51441         * configure.in: static is always set to yes.  Remove.
51442         * config.make.in: Don't set build-static.
51443         * Makeconfig: Remove use of build-static.
51444         * dlfcn/Makefile: Likewise.
51445         * elf/Makefile: Likewise.
51446         * math/Makefile: Likewise.
51447         * misc/Makefile: Likewise.
51448         * nptl/Makefile: Likewise.
51449         * sysdeps/mach/hurd/Makefile: Likewise.
51451         * configure.in: PWD_P is not used anymore.
51452         * config.make.in: Remove PWD_P entry.
51454         * configure.in: Remove last remnants of RANLIB.
51455         No need to check for signed size_t anymore.
51456         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51457         and IA-64.
51458         Remove __builtin_expect test because we require at least gcc 3.4.
51459         * aclocal.m4: Likewise.
51461         * wcsmbs/mbrtoc16.c: Implement using towc function.
51462         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51463         * wcsmbs/wcsmbsload.c: Likewise.
51464         * iconv/gconv_simple.c: Likewise.
51465         * iconv/gconv_int.h: Likewise.
51466         * iconv/gconv_builtin.h: Likewise.
51467         * iconv/iconv_prog.c: Remove CHAR16 handling.
51469         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51471         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51473         * configure.in: Remove --with-elf and --enable-bounded options.
51474         Dont set base_machine for ia64.  More non-ELF conditions removed.
51475         Remove testing and setting of leading underscore information.
51476         * config.make.in (build-bounded): Set to no.
51477         * config.h.in: Remove NO_UNDERSCORES entry.
51478         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51479         them.
51480         * csu/start.c: Remove !NO_UNDERSCORE code.
51481         * locale/localeinfo.h: Likewise.
51482         * sysdeps/generic/machine-gmon.h: Likewise.
51483         * sysdeps/generic/sysdep.h: Likewise.
51484         * sysdeps/i386/sysdep.h: Likewise.
51485         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51486         * sysdeps/mach/sysdep.h: Likewise.
51487         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51488         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51489         * sysdeps/sh/sysdep.h: Likewise.
51490         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51491         * sysdeps/unix/i386/sysdep.S: Likewise.
51492         * sysdeps/unix/sparc/start.c: Likewise.
51493         * sysdeps/unix/sparc/sysdep.S: Likewise.
51494         * sysdeps/unix/sparc/sysdep.h: Likewise.
51495         * sysdeps/unix/start.c: Likewise.
51496         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51497         * sysdeps/x86_64/sysdep.h: Likewise.
51499 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51501         [BZ #13553]
51502         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51503         for non-gcc.
51504         * argp/argp-fmtstream.h: Use const instead __const.
51505         * argp/argp.h: Likewise.
51506         * assert/assert.h: Likewise.
51507         * bits/fenv.h: Likewise.
51508         * bits/sched.h: Likewise.
51509         * bits/sigset.h: Likewise.
51510         * bits/sigthread.h: Likewise.
51511         * catgets/nl_types.h: Likewise.
51512         * conform/data/pthread.h-data: Likewise.
51513         * crypt/crypt-private.h: Likewise.
51514         * crypt/crypt.h: Likewise.
51515         * crypt/crypt_util.c: Likewise.
51516         * ctype/ctype.h: Likewise.
51517         * debug/execinfo.h: Likewise.
51518         * debug/mbsnrtowcs_chk.c: Likewise.
51519         * debug/mbsrtowcs_chk.c: Likewise.
51520         * debug/wcsnrtombs_chk.c: Likewise.
51521         * debug/wcsrtombs_chk.c: Likewise.
51522         * debug/wcstombs_chk.c: Likewise.
51523         * dirent/dirent.h: Likewise.
51524         * dlfcn/dlfcn.h: Likewise.
51525         * elf/neededtest4.c: Likewise.
51526         * grp/grp.h: Likewise.
51527         * gshadow/gshadow.h: Likewise.
51528         * iconv/gconv.h: Likewise.
51529         * iconv/gconv_int.h: Likewise.
51530         * iconv/gconv_simple.c: Likewise.
51531         * iconv/iconv.h: Likewise.
51532         * iconv/loop.c: Likewise.
51533         * iconv/skeleton.c: Likewise.
51534         * include/aio.h: Likewise.
51535         * include/aliases.h: Likewise.
51536         * include/argz.h: Likewise.
51537         * include/arpa/inet.h: Likewise.
51538         * include/assert.h: Likewise.
51539         * include/dirent.h: Likewise.
51540         * include/dlfcn.h: Likewise.
51541         * include/execinfo.h: Likewise.
51542         * include/fcntl.h: Likewise.
51543         * include/fenv.h: Likewise.
51544         * include/glob.h: Likewise.
51545         * include/grp.h: Likewise.
51546         * include/libintl.h: Likewise.
51547         * include/mntent.h: Likewise.
51548         * include/netdb.h: Likewise.
51549         * include/pwd.h: Likewise.
51550         * include/rpc/netdb.h: Likewise.
51551         * include/sched.h: Likewise.
51552         * include/search.h: Likewise.
51553         * include/shadow.h: Likewise.
51554         * include/signal.h: Likewise.
51555         * include/stdio.h: Likewise.
51556         * include/stdlib.h: Likewise.
51557         * include/string.h: Likewise.
51558         * include/sys/socket.h: Likewise.
51559         * include/sys/stat.h: Likewise.
51560         * include/sys/statfs.h: Likewise.
51561         * include/sys/statvfs.h: Likewise.
51562         * include/sys/syslog.h: Likewise.
51563         * include/sys/time.h: Likewise.
51564         * include/sys/uio.h: Likewise.
51565         * include/time.h: Likewise.
51566         * include/unistd.h: Likewise.
51567         * include/utmp.h: Likewise.
51568         * include/wchar.h: Likewise.
51569         * include/wctype.h: Likewise.
51570         * inet/aliases.h: Likewise.
51571         * inet/arpa/inet.h: Likewise.
51572         * inet/netinet/ether.h: Likewise.
51573         * inet/netinet/in.h: Likewise.
51574         * intl/libintl.h: Likewise.
51575         * io/bits/fcntl2.h: Likewise.
51576         * io/fcntl.h: Likewise.
51577         * io/ftw.h: Likewise.
51578         * io/sys/poll.h: Likewise.
51579         * io/sys/stat.h: Likewise.
51580         * io/sys/statfs.h: Likewise.
51581         * io/sys/statvfs.h: Likewise.
51582         * io/utime.h: Likewise.
51583         * libio/bits/stdio.h: Likewise.
51584         * libio/bits/stdio2.h: Likewise.
51585         * libio/libio.h: Likewise.
51586         * libio/libioP.h: Likewise.
51587         * libio/stdio.h: Likewise.
51588         * locale/lc-ctype.c: Likewise.
51589         * locale/locale.h: Likewise.
51590         * login/utmp.h: Likewise.
51591         * malloc/arena.c: Likewise.
51592         * malloc/malloc.c: Likewise.
51593         * malloc/malloc.h: Likewise.
51594         * malloc/mcheck.c: Likewise.
51595         * malloc/mtrace.c: Likewise.
51596         * math/bits/mathcalls.h: Likewise.
51597         * math/fenv.h: Likewise.
51598         * math/math_private.h: Likewise.
51599         * misc/bits/error.h: Likewise.
51600         * misc/bits/syslog.h: Likewise.
51601         * misc/err.h: Likewise.
51602         * misc/error.h: Likewise.
51603         * misc/fstab.h: Likewise.
51604         * misc/mntent.h: Likewise.
51605         * misc/regexp.h: Likewise.
51606         * misc/search.h: Likewise.
51607         * misc/sgtty.h: Likewise.
51608         * misc/sys/mman.h: Likewise.
51609         * misc/sys/syslog.h: Likewise.
51610         * misc/sys/uio.h: Likewise.
51611         * misc/sys/xattr.h: Likewise.
51612         * misc/ttyent.h: Likewise.
51613         * nis/rpcsvc/ypclnt.h: Likewise.
51614         * nss/nss.h: Likewise.
51615         * posix/bits/unistd.h: Likewise.
51616         * posix/fnmatch.h: Likewise.
51617         * posix/glob.h: Likewise.
51618         * posix/sched.h: Likewise.
51619         * posix/spawn.h: Likewise.
51620         * posix/sys/wait.h: Likewise.
51621         * posix/unistd.h: Likewise.
51622         * posix/wordexp.h: Likewise.
51623         * pwd/pwd.h: Likewise.
51624         * resolv/netdb.h: Likewise.
51625         * resource/sys/resource.h: Likewise.
51626         * rt/aio.h: Likewise.
51627         * rt/bits/mqueue2.h: Likewise.
51628         * rt/mqueue.h: Likewise.
51629         * shadow/shadow.h: Likewise.
51630         * signal/signal.h: Likewise.
51631         * socket/send.c: Likewise.
51632         * socket/sendto.c: Likewise.
51633         * socket/sys/socket.h: Likewise.
51634         * stdio-common/printf.h: Likewise.
51635         * stdlib/bits/stdlib.h: Likewise.
51636         * stdlib/fmtmsg.h: Likewise.
51637         * stdlib/monetary.h: Likewise.
51638         * stdlib/stdlib.h: Likewise.
51639         * stdlib/ucontext.h: Likewise.
51640         * streams/stropts.h: Likewise.
51641         * string/argz.h: Likewise.
51642         * string/bits/string2.h: Likewise.
51643         * string/string.h: Likewise.
51644         * string/strings.h: Likewise.
51645         * sunrpc/rpc/auth.h: Likewise.
51646         * sunrpc/rpc/auth_des.h: Likewise.
51647         * sunrpc/rpc/clnt.h: Likewise.
51648         * sunrpc/rpc/netdb.h: Likewise.
51649         * sunrpc/rpc/pmap_clnt.h: Likewise.
51650         * sunrpc/rpc/xdr.h: Likewise.
51651         * sysdeps/generic/inttypes.h: Likewise.
51652         * sysdeps/generic/net/if.h: Likewise.
51653         * sysdeps/generic/sys/swap.h: Likewise.
51654         * sysdeps/gnu/net/if.h: Likewise.
51655         * sysdeps/gnu/utmpx.h: Likewise.
51656         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51657         * sysdeps/i386/i486/bits/string.h: Likewise.
51658         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51659         * sysdeps/s390/bits/string.h: Likewise.
51660         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51661         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51662         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51663         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51664         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51665         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51666         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51667         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51668         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51669         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51670         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51671         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51672         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51673         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51674         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51675         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51676         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51677         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51678         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51679         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51680         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51681         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51682         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51683         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51684         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51685         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51686         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51687         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51688         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51689         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51690         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51691         * sysvipc/sys/ipc.h: Likewise.
51692         * sysvipc/sys/msg.h: Likewise.
51693         * sysvipc/sys/sem.h: Likewise.
51694         * sysvipc/sys/shm.h: Likewise.
51695         * termios/termios.h: Likewise.
51696         * time/sys/time.h: Likewise.
51697         * time/time.h: Likewise.
51698         * wcsmbs/bits/wchar2.h: Likewise.
51699         * wcsmbs/uchar.h: Likewise.
51700         * wcsmbs/wchar.h: Likewise.
51701         * wctype/wctype.h: Likewise.
51703         [BZ #13551]
51704         * Makeconfig: Remove all but ELF support including AIX support.
51705         * Makerules: Likewise.
51706         * config.h.in: Likewise.
51707         * config.make.in: Likewise.
51708         * configure: Likewise.
51709         * configure.in: Likewise.
51710         * csu/Makefile: Likewise.
51711         * csu/version.c: Likewise.
51712         * debug/Makefile: Likewise.
51713         * dlfcn/Makefile: Likewise.
51714         * elf/Makefile: Likewise.
51715         * extra-lib.mk: Likewise.
51716         * iconv/Makefile: Likewise.
51717         * include/libc-symbols.h: Likewise.
51718         * include/shlib-compat.h: Likewise.
51719         * resolv/Makefile: Likewise.
51720         * resolv/res_libc.c: Likewise.
51721         * rt/Makefile: Likewise.
51722         * sysdeps/i386/asm-syntax.h: Likewise.
51723         * sysdeps/i386/sysdep.h: Likewise.
51724         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51725         * sysdeps/mach/sysdep.h: Likewise.
51726         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51727         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51728         * sysdeps/s390/asm-syntax.h: Likewise.
51729         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51730         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51731         * sysdeps/sh/sysdep.h: Likewise.
51732         * sysdeps/unix/sparc/sysdep.h: Likewise.
51733         * sysdeps/wordsize-32/divdi3.c: Likewise.
51734         * sysdeps/x86_64/sysdep.h: Likewise.
51736         * argp/Versions: Remove _argp_unlock_xxx.
51738         [BZ #13559]
51739         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51740         * abilist/libBrokenLocale.abilist: Likewise.
51741         * abilist/libanl.abilist: Likewise.
51742         * abilist/libc.abilist: Likewise.
51743         * abilist/libcrypt.abilist: Likewise.
51744         * abilist/libdl.abilist: Likewise.
51745         * abilist/libm.abilist: Likewise.
51746         * abilist/libnsl.abilist: Likewise.
51747         * abilist/libpthread.abilist: Likewise.
51748         * abilist/libresolv.abilist: Likewise.
51749         * abilist/librt.abilist: Likewise.
51750         * abilist/libthread_db.abilist: Likewise.
51751         * abilist/libutil.abilist: Likewise.
51752         * abilist/libnss_db.abilist: New file.
51754         * scripts/abilist.awk: Add support for indirect functions.
51756         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51758         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51760         * shlib-versions: Remove entries for ports architectures.
51762         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51763         files in ports.
51764         * elf/stackguard-macros.h: Remove support for IA-64.
51765         * elf/tst-auditmod1.c: Likewise.
51766         * sysdeps/generic/ldsodefs.h: Likewise.
51768         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51769         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51770         configure files.
51772         [BZ #13552]
51773         * configure.in: Remove --enable-omitfp support.
51774         * FAQ.in: Adjust.
51775         * config.make.in: Likewise.
51776         * Makeconfig: Likewise.
51777         * manual/install.texi: Likewise.
51779         In case anyone cares, the IA-64 architecture could move to ports.
51780         * sysdeps/ia64/*: Removed.
51781         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51782         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51784         [BZ #13555]
51785         * configure.in: Remove entries for unsupported architectures.
51787         [BZ #13533]
51788         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51789         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51790         routines.
51791         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51792         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51793         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51794         fall back to using wcrtomb.
51795         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51796         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51797         renaming.
51798         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51799         * wcsmbs/tst-c16c32-1.c: New file.
51801         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51802         local variable.
51804         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51806         * elf/tst-unique3.cc: Add explicit declaration of gets.
51807         * elf/tst-unique3lib.cc: Likewise.
51808         * elf/tst-unique3lib2.cc: Likewise.
51809         * elf/tst-unique4.cc: Likewise.
51811         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51813 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51815         [BZ #13566]
51816         * assert/assert.h (static_assert): Don't define for C++.
51817         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51818         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51820 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51822         * iconv/loop.c (single loop): Fix assertion in storing of
51823         remaining bytes.
51825         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51827 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51829         * posix/getconf.c: Update copyright year.
51830         * nss/getent.c: Likewise.
51831         * nss/makedb.c: Likewise.
51832         * iconv/iconvconfig.c: Likewise.
51833         * iconv/iconv_prog.c: Likewise.
51834         * elf/ldconfig.c: Likewise.
51835         * elf/pldd.c: Likewise.
51836         * elf/sotruss.ksh: Likewise.
51837         * catgets/gencat.c: Likewise.
51838         * csu/version.c: Likewise.
51839         * elf/ldd.bash.in: Likewise.
51840         * elf/sprof.c (print_version): Likewise.
51841         * locale/programs/locale.c: Likewise.
51842         * locale/programs/localedef.c: Likewise.
51843         * login/programs/pt_chown.c: Likewise.
51844         * nscd/nscd.c (print_version): Likewise.
51845         * debug/xtrace.sh: Likewise.
51846         * malloc/memusage.sh: Likewise.
51847         * malloc/mtrace.pl: Likewise.
51848         * debug/catchsegv.sh: Likewise.
51850 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51852         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51853         pure attribute.
51855 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51857         [BZ #13533]
51858         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51859         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51860         transformations.
51861         * iconv/gconv_int.h: Likewise.
51862         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51863         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51864         from libc for GLIBC_2.16.
51865         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51866         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51867         * wcsmbs/uchar.h: Really define mbstate_t.
51868         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51869         * wcsmbs/c16rtomb.c: New file.
51870         * wcsmbs/mbrtoc16.c: New file.
51871         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51872         for C/POSIX locale.
51873         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51874         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51876         * wcsmbs/wchar.h: Add missing __restrict.
51878 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51880         [BZ #13532]
51881         * time/Makefile (routines): Add timespec_get.
51882         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51883         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51884         timespec for ISO C11.
51885         * time/timespec_get.c: New file.
51886         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51887         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51889         [BZ #13531]
51890         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51891         * stdlib/stdlib.h: Declare aligned_alloc.
51892         * Versions.def: Add GLIBC_2.16 for libc.
51893         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51895         [BZ 13527]
51896         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51897         ISO C11.
51899         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51900         code.
51902         [BZ #13528]
51903         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51905         [BZ #13529]
51906         * assert/assert.h (static_assert): Define.
51908         * version.h: Update for 2.16 development version.
51910         [BZ #13526]
51911         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51912         _ISOC11_SOURCE.
51914         * version.h (RELEASE): Bump for 2.15 release.
51915         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51917         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51918         Patch by Marek Polacek <mpolacek@redhat.com>.
51920         * bits/byteswap.h: Protect long long constants with __extension__.
51921         * sysdeps/i386/bits/byteswap.h: Likewise.
51922         * sysdeps/ia64/bits/byteswap.h: Likewise.
51923         * sysdeps/s390/bits/byteswap.h: Likewise.
51924         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51926 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51928         [BZ #13540]
51929         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51930         destination buffer.
51931         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51933 2011-12-23  Marek Polacek  <polacek@redhat.com>
51935         * elf/dl-addr.c (determine_info): Add inline keyword.
51936         * elf/tst-auditmod4b.c (check_avx): Likewise.
51937         * elf/tst-auditmod6b.c (check_avx): Likewise.
51938         * elf/tst-auditmod6c.c (check_avx): Likewise.
51939         * elf/tst-auditmod7b.c (check_avx): Likewise.
51941 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51943         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51944         !__SSE_MATH__.
51946 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51948         [BZ #13540]
51949         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51950         processing for last bytes.
51952 2011-08-06  Bruno Haible  <bruno@clisp.org>
51954         [BZ #13061]
51955         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51956         U+0385, not to U+1FEE.
51958         [BZ #13062]
51959         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51960         entry for U+00A5 U+0301.
51962 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51964         [BZ #13166]
51965         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51966         buffer for the output is too small.
51968         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51969         optimization.
51971         [BZ #13185]
51972         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51973         SSE flags if possible.
51975 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51977         [BZ #13540]
51978         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51979         processing for last bytes.
51981 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51983         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51984         (syscall-list-default-options, syscall-list-default-condition)
51985         (syscall-list-includes): Define.
51986         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51987         list of ABIs and options and #if conditions for each ABI.  Do not
51988         handle common syscalls between ABIs specially.
51989         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51990         Remove.
51991         (syscall-list-variants, syscall-list-32bit-options)
51992         (syscall-list-32bit-condition, syscall-list-64bit-options)
51993         (syscall-list-64bit-condition): Define.
51994         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51995         (syscall-list-variants, syscall-list-32bit-options)
51996         (syscall-list-32bit-condition, syscall-list-64bit-options)
51997         (syscall-list-64bit-condition): Define.
51998         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51999         Remove.
52000         (syscall-list-variants, syscall-list-32bit-options)
52001         (syscall-list-32bit-condition, syscall-list-64bit-options)
52002         (syscall-list-64bit-condition): Define.
52003         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52004         Remove.
52005         (syscall-list-variants, syscall-list-32bit-options)
52006         (syscall-list-32bit-condition, syscall-list-64bit-options)
52007         (syscall-list-64bit-condition): Define.
52009 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52011         * locale/iso-639.def: Add brx entry.
52013         [BZ #13328]
52014         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52015         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52017         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52018         __feraiseexcept_renamed.
52020 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52022         [BZ #13538]
52023         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52024         EPOLLET with unsigned values.
52025         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52026         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52028         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52029         to large cancellation.
52030         * math/s_cacoshf.c: Likewise.
52031         * math/s_cacoshl.c: Likewise.
52033 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52035         [BZ #13305]
52036         [BZ #12786]
52037         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52038         * math/s_cacoshf.c: Likewise.
52039         * math/s_cacoshl.c: Likewise.
52041 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52043         [BZ #13439]
52044         * iconv/gconv.h: Define __GCONV_SWAP.
52045         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52046         * iconvdata/utf-16.c: Likewise.
52047         * iconvdata/utf-32.c: Likewise.
52049 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52051         [BZ #13524]
52052         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52053         numerator after shifting it by one limb.
52055 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52057         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52058         under [__USE_EXTERN_INLINES].
52060 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52062         [BZ #13446]
52063         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52065 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52067         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52068         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52069         optimized code.
52070         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52071         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52072         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52073         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52074         for strncasecmp/strncasecmp_l compilation.
52075         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52076         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52078 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52080         [BZ #13484]
52081         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52082         of __asm__.
52084 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52086         [BZ #13506]
52087         * time/tzfile.c (__tzfile_read): Check values from file header.
52089 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52091         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52092         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52093         * powerpc/powerpc32/dl-start.S: Likewise.
52094         * powerpc/powerpc32/elf/start.S: Likewise.
52095         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52096         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52097         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52098         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52099         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52100         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52101         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52102         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52103         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52104         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52105         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52106         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52107         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52108         * powerpc/powerpc32/memset.S: Likewise.
52109         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52110         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52111         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52112         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52113         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52114         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52115         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52116         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52117         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52118         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52119         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52120         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52121         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52123 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52125         * math/libm-test.inc: Added more nearbyint tests.
52126         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52127         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52128         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52129         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52131 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52133         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52134         FD_CLOEXEC.
52136 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52138         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52139         Add wcscpy-ssse3 wcscpy-c.
52140         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52141         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52142         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52143         * sysdeps/x86_64/wcschr.S: New file.
52144         * sysdeps/x86_64/wcsrchr.S: New file.
52145         * string/test-strcmp.c: Remove checking of wcscmp function for
52146         wrong alignments.
52147         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52148         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52149         wcsrchr-sse2 wcsrchr-c.
52150         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52151         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52152         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52153         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52154         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52155         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52156         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52157         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52158         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52159         * wcsmbc/wcschr.c (WCSCHR): New macro.
52161 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52163         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52164         * wcsmbs/test-wcsrchr.c: New file.
52165         * string/test-strrchr.c: Add wcsrchr support.
52166         (WIDE): New macro.
52167         * wcsmbs/test-wcscpy.c: New file.
52168         * string/test-strcpy.c: Add wcscpy support.
52169         (WIDE): New macro.
52171 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52173         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52174         the inner loop.
52176 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52178         [BZ #13472]
52179         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52181 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52183         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52184         Minor optimizations.
52186         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52187         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52188         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52190 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52192         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52193         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52194         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52195         for gcc to avoid warnings.
52196         * inet/Makefile (tests): Add tst-checks.
52197         * inet/tst-checks.c: New file.
52199         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52200         warning.
52202         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52203         __wmemcmp_sse2.
52205         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52206         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52208         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52210 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52212         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52213         problem.
52215         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52217 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52219         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52220         conditional on GCC version.
52221         (__arch_compare_and_exchange_val_8_acq)
52222         (__arch_compare_and_exchange_val_16_acq)
52223         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52224         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52225         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52227 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52229         * sysdeps/sh/backtrace.c: New file.
52231 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52233         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52234         parenthesis.
52236 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52238         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52239         falling back to utime.
52241 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52243         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52244         expectations for float.
52246 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52248         * locale/weight.h (findidx): Add parameter len.
52249         * locale/weightwc.h (findidx): Likewise.
52250         * posix/fnmatch_loop.c (FCT): Adjust caller.
52251         * posix/regcomp.c (build_equiv_class): Likewise.
52252         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52253         * posix/regexec.c (check_node_accept_bytes): Likewise.
52254         * string/strcoll_l.c (STRCOLL): Likewise.
52255         * string/strxfrm_l.c (STRXFRM): Likewise.
52257 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52259         * Makefile.in: Remove CVSOPT handling.
52260         * configure.in: Remove use of AC_REVISION.
52261         * iconvdata/Makefile (distribute): No need to filter out CVS.
52262         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52263         handling.
52265 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52267         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52268         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52269         [USE_AS_STRNCASECMP_L]: Likewise.
52270         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52271         NO_TLS_DIRECT_SEG_REFS.
52272         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52273         Fix argument offsets for non-PIC.
52274         [USE_AS_STRNCASECMP_L]: Likewise.
52275         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52276         NO_TLS_DIRECT_SEG_REFS.
52278 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52280         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52281         O_CLOEXEC.
52282         * locale/loadlocale.c (_nl_load_locale): Likewise.
52284 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52286         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52287         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52288         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52289         (SYSCALL_GETTIME): Set errno on error.
52291         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52292         count references to noai6ai_cached.
52294 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52296         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52298         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52299         FD_CLOEXEC for /proc/self/maps.
52301         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52302         FD_CLOEXEC for /proc/meminfo.
52304         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52305         gai.conf.
52307         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52308         FD_CLOEXEC for given file.
52310         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52312         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52313         FD_CLOEXEC for /etc/hosts.
52314         (_gethtent): Likewise.
52316         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52318         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52319         cancellation and set FD_CLOEXEC for /etc/netgroup.
52321         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52322         reading /etc/publickey.
52324         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52325         allow cancellation when reading /etc/group.
52327         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52328         cancellation.
52329         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52331         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52332         when using data file.
52334         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52336         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52337         (write_nis_obj): Use "c" and "e" in fopen.
52339         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52341         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52343         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52345         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52347         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52348         locale.alias.
52350         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52352         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52354         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52356         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52357         file parsing and set FD_CLOEXEC.
52359 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52361         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52363 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52365         * malloc/arena.c (arena_get2): Don't call reused_arena when
52366         _int_new_arena failed.
52368 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52370         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52371         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52372         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52373         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52374         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52375         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52376         to compile strcasecmp and strncasecmp.
52377         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52378         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52380         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52382 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52384         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52385         locale-defines.sym to gen-as-const-headers.
52386         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52387         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52388         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52389         to compile strcasecmp and strncasecmp.
52390         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52391         strcasecmp_l and strncasecmp_l.
52392         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52393         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52394         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52395         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52396         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52397         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52398         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52399         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52400         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52401         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52402         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52404 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52406         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52407         result of SYSDEP_GETTIME_CPU to retval.
52408         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52409         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52411         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52412         variable.
52414         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52415         mantissa words.
52416         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52418         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52419         from unused variable.
52421         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52422         DWARF definitions.
52423         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52424         for assembling.
52426         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52427         over namespaces.
52429         * sunrpc/rpc_prot.c (rejected): Fix case value.
52431         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52432         unsigned long long int to avoid warnings in shift.
52434         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52435         of use of trans.
52436         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52437         variable tmp.
52439         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52440         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52441         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52443         * nis/nis_table.c (nis_list): Use variable of correct type for
52444         result of __follow_path call.
52446 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52448         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52449         of math functions ceil, trunc, floor, round, and sqrt, when
52450         avaliable on the platform.
52451         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52452         name clash.
52453         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52454         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52455         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52457 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52459         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52460         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52462 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52464         * include/unistd.h: Fix __readlink return type.
52465         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52467 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52469         * stdlib/ucontext.h: Undo last change for makecontext.
52471 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52473         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52475         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52476         * setjmp/setjmp.h: Mark functions as non-leaf.
52477         * setjmp/bits/setjmp2.h: Likewise.
52478         * stdlib/ucontext.h: Likewise.
52480 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52482         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52483         (reused_arena): Don't check arena limit.
52484         (arena_get2): Atomically check arena limit.
52486 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52488         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52489         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52491         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52492         instructions.
52494 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52496         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52497         handler when locking.
52499         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52500         Fix size of allocated buffer.
52502 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52504         [BZ #10103]
52505         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52506         declarations for long double functions.
52507         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52509         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52511 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52513         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52514         installed.
52516         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52517         is disabled.
52519 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52521         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52523 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52525         * include/alloca.h (stackinfo_alloca_round): Define.
52526         (extend_alloca): Use it.
52527         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52528         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52529         here.
52531         * scripts/check-local-headers.sh: Ignore libaudit.h.
52533         * nscd/Makefile (extra-objs): Make recursively expanded.
52535 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52537         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52538         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52540         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52541         * posix/tst-rfc3484-2.c: Likewise.
52542         * posix/tst-rfc3484-3.c: Likewise.
52544         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52545         process_vm_writev.
52546         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52547         process_vm_writev.
52548         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52549         process_vm_writev from libc using GLIBC_2.15 version.
52551         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52553 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52555         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52556         stack usage.
52558 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52560         [BZ #13367]
52561         * nss/getent.c (initgroups_keys): Show error message in case no group
52562         names are given.
52564         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52565         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52566         __bump_nl_timestamp.
52567         * nscd/connections (nscd_init): When host database is served open
52568         netlink socket and request notification about configuration changes.
52569         (main_loop_poll): Track netlink file descriptor and bump timestamp
52570         in case data becomes available.
52571         (main_loop_epoll): Likewise.
52572         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52573         (database_pers_head): Add extra_data fileds.
52574         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52575         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52576         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52577         Adjust caller.
52578         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52579         in6ai data, call __free_in6ai.
52580         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52581         Add -DHAVE_NETLINK.
52582         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52583         interface information.  Reuse previous data if netlink timestamp
52584         is not changed.
52585         (__bump_nl_timestamp): New function.
52586         (__free_in6ai): New function.
52588 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52590         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52591         close_not_cancel_no_status here.
52592         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52594 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52596         [BZ #13276]
52597         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52598         return value.
52600         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52601         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52602         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52604 2011-07-03  Andreas Jaeger  <aj@suse.de>
52606         [BZ #10709]
52607         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52608         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52609         * math/libm-test.inc (sin_test): Add test case.
52611 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52613         [BZ #13337]
52614         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52615         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52617         * elf/chroot_canon.c (chroot_canon): Cleanups.
52619         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52621         [BZ #13335]
52622         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52623         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52625         * string/test-strchr.c: Make usable for strchrnul testing.
52626         * string/test-strchrnul.c: New file.
52627         * string/Makefile (strop-tests): Add strchrnul.
52629         * po/it.po: Update from translation team.
52630         * po/es.po: Likewise.
52632 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52634         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52635         the three constants needed as parameters.  Drop the others.
52636         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52637         __m128i_strloadu_tolower.
52638         Create and initialize variable zero and use it in all the places
52639         where _mm_setzero_si128 was used.
52641         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52642         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52643         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52644         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52645         anymore.
52646         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52647         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52648         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52649         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52650         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52651         __mpranred, __mptan.
52652         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52653         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52654         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52655         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52656         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52657         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52658         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52659         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52660         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52662 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52664         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52665         redefine if SHARED.
52666         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52668         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52669         wide char related routines to wcsmbs subdir.
52671 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52673         [BZ #13344]
52674         * misc/sys/cdefs.h (__THROWNL): Define.
52675         * posix/unistd.h: Use __THREADNL instead of __THREAD
52676         for memory synchronization functions.
52678 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52680         [BZ #13349]
52681         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52682         doesn't exist.
52683         * manual/stdio.texi (Obstack Streams): Node removed.
52685 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52687         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52688         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52689         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52691         * math/math_private.h (math_force_eval): Allow non-addressable
52692         arguments.
52693         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52695 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52697         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52698         file is not needed.
52700         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52701         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52702         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52703         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52704         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52705         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52706         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52707         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52708         Add AVX variants.
52709         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52710         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52711         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52712         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52713         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52714         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52715         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52716         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52717         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52718         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52719         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52720         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52721         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52722         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52723         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52724         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52725         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52726         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52727         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52729         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52730         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52732         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52733         place.  Use VEX encoding when compiling for AVX.
52735 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52737         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52738         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52740         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52742 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52744         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52745         useless if() expression.
52746         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52747         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52748         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52749         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52750         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52751         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52752         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52753         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52754         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52755         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52756         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52757         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52758         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52759         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52760         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52761         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52762         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52763         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52764         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52766         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52768 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52770         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52771         condition.
52772         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52774 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52776         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52777         .text section.  Avoid duplicate constants.
52778         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52779         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52780         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52781         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52782         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52783         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52784         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52785         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52786         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52787         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52788         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52789         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52790         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52791         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52792         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52793         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52794         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52795         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52796         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52797         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52798         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52799         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52800         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52801         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52802         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52803         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52804         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52805         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52806         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52807         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52808         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52809         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52810         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52811         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52812         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52813         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52814         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52815         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52816         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52817         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52818         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52819         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52820         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52821         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52822         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52824 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52826         * sysdeps/x86_64/dla.h: Move to ...
52827         * sysdeps/x86_64/fpu/dla.h: ...here.
52828         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52829         situations.  Use __builtin_fma only for gcc 4.6 and up.
52831         * config.make.in: Add have-mfma4 entry.
52832         * configure.in: Substitute libc_cv_cc_fma4.
52833         * math/Makefile (dbl-only-routines): Add sincostab.
52834         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52835         Use __sincostab not sincos.
52836         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52837         name is a macro.
52838         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52839         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52840         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52841         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52842         using __copysign.
52843         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52844         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52845         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52846         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52847         and __inv.
52848         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52849         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52850         __copysign.
52851         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52852         define aliases when function name is a macro.
52853         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52854         sysdeps/ieee754/dbl-64/sincos.tbl.
52855         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52856         fma4-enabled routines.
52857         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52858         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52859         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52860         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52861         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52862         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52863         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52864         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52865         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52866         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52867         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52868         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52869         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52870         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52871         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52872         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52873         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52874         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52875         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52876         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52877         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52878         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52879         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52880         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52881         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52882         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52883         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52884         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52885         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52886         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52888         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52889         rename.
52890         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52891         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52892         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52893         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52894         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52895         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52896         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52897         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52899 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52901         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52903 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52905         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52907         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52908         prediction.
52909         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52911         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52912         Remove unused variable magic_bits.
52913         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52915         * string/strnlen.c: Define and use STRNLEN macro.
52916         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52917         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52918         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52919         * wcsmbs/wcslen.c: Define and use WCSLEN.
52920         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52921         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52922         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52923         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52924         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52925         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52926         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52928 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52930         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52931         strnlen-sse2-no-bsf.
52932         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52933         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52934         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52935         Add strnlen support.
52936         (USE_AS_STRNLEN): New macro.
52937         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52938         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52939         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52940         * sysdeps/x86_64/wcslen.S: New file.
52942 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52944         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52945         XMM-moves are used for copying on small sizes.
52947 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52949         * wcsmbs/Makefile (strop-tests): Add wcschr.
52950         * wcsmbs/test-wcschr.c: New file.
52951         * string/test-strchr.c: Update.
52952         Add wcschr support.
52953         (WIDE): New macro.
52955 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52957         * wcsmbs/Makefile (strop-tests): Add wcslen.
52958         * wcsmbs/test-wcslen.c: New file.
52959         * string/test-strlen.c: Update.
52960         Add wcslen support.
52961         (WIDE): New macro.
52963 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52965         * po/it.po: Update from translation team.
52967 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52969         * sysdeps/x86_64/wcscmp.S: Update.
52970         Fix wrong comparison semantics.
52971         wcscmp shall use signed comparison not unsigned.
52972         Don't use substraction to avoid overflow bug.
52973         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52974         * wcsmbc/wcscmp.c: Likewise.
52975         * string/test-strcmp.c: Likewise.
52976         Add new tests to check cases with negative values.
52978 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52980         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52981         * sysdeps/x86_64/dla.h: ...here.  New file.
52982         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52983         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52984         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52985         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52986         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52987         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52988         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52989         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52990         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52992 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52994         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52995         __ynl_finite aliases.
52997 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52999         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53001         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53002         define DLA_FMA.
53003         [DLA_FMA] (EMULV): Use DLA_FMA.
53004         [DLA_FMA] (MUL12): Use EMULV.
53005         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53006         that are not needed.
53007         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53008         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53009         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53010         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53011         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53012         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53013         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53015 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53017         * math/s_nan.c: Undef __nan.
53018         * math/s_nanf.c: Undef __nanf.
53019         * math/s_nanl.c: Undef __nanl.
53020         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53021         "math_private.h".
53023 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53025         * math/s_catan.c: Add branch predictions.
53026         * math/s_catanf.c: Likewise.
53027         * math/s_catanh.c: Likewise.
53028         * math/s_catanhf.c: Likewise.
53029         * math/s_catanhl.c: Likewise.
53030         * math/s_catanl.c: Likewise.
53031         * math/s_cexp.c: Likewise.
53032         * math/s_cexpf.c: Likewise.
53033         * math/s_cexpl.c: Likewise.
53034         * math/s_clog.c: Likewise.
53035         * math/s_clog10.c: Likewise.
53036         * math/s_clog10f.c: Likewise.
53037         * math/s_clog10l.c: Likewise.
53038         * math/s_clogf.c: Likewise.
53039         * math/s_clogl.c: Likewise.
53040         * math/s_csqrt.c: Likewise.
53041         * math/s_csqrtf.c: Likewise.
53042         * math/s_csqrtl.c: Likewise.
53043         * math/s_ctanf.c: Likewise.
53044         * math/s_ctanh.c: Likewise.
53045         * math/s_ctanhf.c: Likewise.
53046         * math/s_ctanhl.c: Likewise.
53047         * math/s_ctanl.c: Likewise.
53049         * math/math_private.h: Define __nan, __nanf, __nanl.
53050         * math/s_cacosh.c: Include <math_private.h>.
53051         * math/s_cacoshl.c: Likewise.
53052         * math/s_casinh.c: Likewise.
53053         * math/s_casinhf.c: Likewise.
53054         * math/s_casinhl.c: Likewise.
53055         * math/s_ccos.c: Rely entire on ccosh.
53056         * math/s_ccosf.c: Rely entire on ccoshf.
53057         * math/s_ccosl.c: Rely entirely on ccoshl.
53058         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53059         Remove tests for FE_INVALID.
53060         * math/s_ccoshf.c: Likewise.
53061         * math/s_ccoshl.c: Likewise.
53062         * math/s_csin.c: Likewise.
53063         * math/s_csinf.c: Likewise.
53064         * math/s_csinh.c Likewise.
53065         * math/s_csinhf.c: Likewise.
53066         * math/s_csinhl.c: Likewise.
53067         * math/s_csinl.c: Likewise.
53068         * math/s_ctan.c: Likewise.
53069         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53070         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53071         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53073 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53075         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53076         compilation problems.
53078         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53079         __builtin_expect.
53081 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53083         * sysdeps/i386/configure.in: Test for -mfma4 option.
53084         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53085         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53086         COMMON_CPUID_INDEX_80000001.
53087         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53088         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53089         use it if FMA3 is not supported.
53090         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53092         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53093         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53095 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53097         [BZ #12892]
53098         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53099         it would create a cycle with a link time dependency.
53101 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53103         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53104         instruction.
53105         * string/Makefile (strop-tests): Add rawmemchr.
53106         * string/test-rawmemchr.c: New file.
53108         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53109         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53110         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53111         when compiling str{,n}casecmp and when AVX is available.  Hook up
53112         new optimized code in initializers.
53114 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53116         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53117         __feraiseexcept instead of feraiseexcept.
53119 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53121         * math/math_private.h: Define defaults for libc_fetestexcept and
53122         libc_feupdateenv.
53123         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53124         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53125         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53126         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53127         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53128         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53129         libc_fetestexcept and libc_feupdateenv.
53131         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53132         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53133         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53134         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53135         libc_feholdexcept_setround.
53137         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53138         Add s_nearbyint-c and s_nearbyintf-c.
53139         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53140         nearbyintf inlines.
53141         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53142         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53143         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53144         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53146         * math/math_private.h: Define defaults for libc_fegetround,
53147         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53148         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53149         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53150         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53151         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53152         standard functions.
53153         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53154         Remove comments and hacks for old compiler versions.
53155         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53156         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53157         libc_feholdexceptl.
53159 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53161         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53162         (__feraiseexcept_renamed): Add __NTH.
53163         (feraiseexcept): Add __NTH.  Rename local variables to fix
53164         namespace violations.
53166 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53168         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53170         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53172         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53173         recently added interfaces.
53174         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53176         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53177         about macro parameter expansion.
53179         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53180         __NO_MATH_INLINES is defined.  Cleanups.
53182         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53183         and __floorf is target has SSE4.1.
53184         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53185         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53186         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53187         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53189         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53190         name.
53191         (floorf): Likewise.
53193         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53195 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53197         * misc/sys/cdefs.h: Fix last change.
53199         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53200         database lookup.
53202 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53204         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53206         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53207         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53208         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53209         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53210         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53211         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53212         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53213         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53214         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53215         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53216         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53217         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53218         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53219         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53220         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53221         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53222         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53223         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53224         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53225         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53226         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53227         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53229         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53230         ceil, ceilf, floor, floorf.
53232         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53233         Perform IRELATIVE relocations last.
53235         * elf/do-rel.h: Add another parameter nrelative, replacing the
53236         local variable with the same name.  Change name of the function
53237         to end in Rel or Rela (uppercase).
53238         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53239         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53240         elf_dynamic_do_##reloc function.
53242 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53244         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53245         is sufficient, at least on modern CPUs.
53247         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53249         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53250         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53252         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53253         __expl_finite.
53254         * math/bits/math-finite.h: Add entries for exp.
53255         * math/e_expl.c: Add __*_finite alias.
53256         * sysdeps/i386/fpu/e_exp.S: Likewise.
53257         * sysdeps/i386/fpu/e_expf.S: Likewise.
53258         * sysdeps/i386/fpu/e_expl.c: Likewise.
53259         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53260         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53261         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53262         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53263         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53264         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53265         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53267         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53268         is sufficient, at least on modern CPUs.
53270         * ctype/ctype-info.c (__ctype_init): Define.
53271         * include/ctype.h (__ctype_init): Declare.
53272         (__ctype_b_loc): The variable is always initialized.
53273         (__ctype_toupper_loc): Likewise.
53274         (__ctype_tolower_loc): Likewise.
53275         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53276         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53278 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53280         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53282         * configure.in: Also look in $cxxmachine/include for C++ system
53283         headers.
53285 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53287         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53288         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53289         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53290         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53291         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53292         (USE_AS_WMEMCMP): New macro.
53293         Fixing indents.
53294         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53295         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53296         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53297         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53298         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53299         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53300         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53301         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53302         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53303         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53304         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53305         (USE_AS_WMEMCMP): New macro.
53306         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53307         * sysdeps/string/test-memcmp.c: Update.
53308         Fix simple_wmemcmp.
53309         Add new tests.
53310         * wcsmbs/wmemcmp.c: Update.
53311         (WMEMCMP): New macro.
53312         Fix overflow bug.
53314 2011-10-12  Andreas Jaeger  <aj@suse.de>
53316         [BZ #13268]
53317         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53319 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53321         * libio/iofwide.c (do_length): Avoid warning.
53323         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53325 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53327         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53329         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53330         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53331         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53332         * sysdeps/i386/i686/fpu/e_log.S: New file.
53333         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53334         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53336         * ctype/ctype.h: Add support for inlined isXXX functions when
53337         compiling C++ code.
53339 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53341         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53343         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53345 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53347         [BZ #13291]
53348         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53350 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53352         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53353         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53354         feraiseexcept.
53356         * sysdeps/x86_64/memrchr.S: Check for zero size.
53358         * string/stratcliff.c: Add memrchr tests.
53360 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53362         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53363         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53364         rawmemchr-sse2 rawmemchr-sse2-bsf.
53365         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53366         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53367         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53368         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53369         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53370         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53371         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53372         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53373         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53374         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53375         * string/memrchr.c (MEMRCHR): New macro.
53377 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53379         Add integration with gcc's -ffinite-math-only and optimize wrapper
53380         functions in libm.
53381         * Versions.def: Define GLIBC_2.15 version for libm.
53382         * math/Makefile (headers): Add bits/math-finite.h.
53383         * math/bits/math-finite.h: New file.
53384         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53385         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53386         * math/e_acoshl.c: Add __*_finite alias.
53387         * math/e_acosl.c: Likewise.
53388         * math/e_asinl.c: Likewise.
53389         * math/e_atan2l.c: Likewise.
53390         * math/e_atanhl.c: Likewise.
53391         * math/e_coshl.c: Likewise.
53392         * math/e_exp10.c: Likewise.
53393         * math/e_exp10f.c: Likewise.
53394         * math/e_exp10l.c: Likewise.
53395         * math/e_exp2l.c: Likewise.
53396         * math/e_fmodl.c: Likewise.
53397         * math/e_gammal_r.c: Likewise.
53398         * math/e_hypotl.c: Likewise.
53399         * math/e_j0l.c: Likewise.
53400         * math/e_j1l.c: Likewise.
53401         * math/e_jnl.c: Likewise.
53402         * math/e_lgammal_r.c: Likewise.
53403         * math/e_log10l.c: Likewise.
53404         * math/e_log2l.c: Likewise.
53405         * math/e_logl.c: Likewise.
53406         * math/e_powl.c: Likewise.
53407         * math/e_sinhl.c: Likewise.
53408         * math/e_sqrtl.c: Likewise.
53409         * math/e_scalb.c: Completely rewritten and optimized.
53410         * math/e_scalbf.c: Likewise.
53411         * math/e_scalbl.c: Likewise.
53412         * math/w_acos.c: Likewise.
53413         * math/w_acosf.c: Likewise.
53414         * math/w_acosl.c: Likewise.
53415         * math/w_acosh.c: Likewise.
53416         * math/w_acoshf.c: Likewise.
53417         * math/w_acoshl.c: Likewise.
53418         * math/w_asin.c: Likewise.
53419         * math/w_asinf.c: Likewise.
53420         * math/w_asinl.c: Likewise.
53421         * math/w_atan2.c: Likewise.
53422         * math/w_atan2f.c: Likewise.
53423         * math/w_atan2l.c: Likewise.
53424         * math/w_atanh.c: Likewise.
53425         * math/w_atanhf.c: Likewise.
53426         * math/w_atanhl.c: Likewise.
53427         * math/w_exp10.c: Likewise.
53428         * math/w_exp10f.c: Likewise.
53429         * math/w_exp10l.c: Likewise.
53430         * math/w_fmod.c: Likewise.
53431         * math/w_fmodf.c: Likewise.
53432         * math/w_fmodl.c: Likewise.
53433         * math/w_j0.c: Likewise.
53434         * math/w_j0f.c: Likewise.
53435         * math/w_j0l.c: Likewise.
53436         * math/w_j1.c: Likewise.
53437         * math/w_j1f.c: Likewise.
53438         * math/w_j1l.c: Likewise.
53439         * math/w_jn.c: Likewise.
53440         * math/w_jnf.c: Likewise.
53441         * math/w_log.c: Likewise.
53442         * math/w_logf.c: Likewise.
53443         * math/w_logl.c: Likewise.
53444         * math/w_log10.c: Likewise.
53445         * math/w_log10f.c: Likewise.
53446         * math/w_log10l.c: Likewise.
53447         * math/w_log2.c: Likewise.
53448         * math/w_log2f.c: Likewise.
53449         * math/w_log2l.c: Likewise.
53450         * math/w_pow.c: Likewise.
53451         * math/w_powf.c: Likewise.
53452         * math/w_powl.c: Likewise.
53453         * math/w_remainder.c: Likewise.
53454         * math/w_remainderf.c: Likewise.
53455         * math/w_remainderl.c: Likewise.
53456         * math/w_scalb.c: Likewise.
53457         * math/w_scalbf.c: Likewise.
53458         * math/w_scalbl.c: Likewise.
53459         * math/w_sqrt.c: Likewise.
53460         * math/w_sqrtf.c: Likewise.
53461         * math/w_sqrtl.c: Likewise.
53462         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53463         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53464         used.
53465         * math/math_private.h: Declare __kernel_standard_f.
53466         * math/w_cosh.c: Remove cruft and optimize a bit.
53467         * math/w_coshf.c: Likewise.
53468         * math/w_coshl.c: Likewise.
53469         * math/w_exp2.c: Likewise.
53470         * math/w_exp2f.c: Likewise.
53471         * math/w_exp2l.c: Likewise.
53472         * math/w_hypot.c: Likewise.
53473         * math/w_hypotf.c: Likewise.
53474         * math/w_hypotl.c: Likewise.
53475         * math/w_lgamma.c: Likewise.
53476         * math/w_lgamma_r.c: Likewise.
53477         * math/w_lgammaf.c: Likewise.
53478         * math/w_lgammaf_r.c: Likewise.
53479         * math/w_lgammal.c: Likewise.
53480         * math/w_lgammal_r.c: Likewise.
53481         * math/w_sinh.c: Likewise.
53482         * math/w_sinhf.c: Likewise.
53483         * math/w_sinhl.c: Likewise.
53484         * math/w_tgamma.c: Likewise.
53485         * math/w_tgammaf.c: Likewise.
53486         * math/w_tgammal.c: Likewise.
53487         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53488         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53489         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53490         Minor optimizations.  Pretty printing.  Remove cruft.
53491         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53492         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53493         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53494         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53495         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53496         * sysdeps/i386/fpu/e_asin.S: Likewise.
53497         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53498         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53499         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53500         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53501         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53502         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53503         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53504         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53505         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53506         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53507         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53508         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53509         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53510         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53511         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53512         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53513         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53514         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53515         * sysdeps/i386/fpu/e_log.S: Likewise.
53516         * sysdeps/i386/fpu/e_log10.S: Likewise.
53517         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53518         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53519         * sysdeps/i386/fpu/e_log2.S: Likewise.
53520         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53521         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53522         * sysdeps/i386/fpu/e_logf.S: Likewise.
53523         * sysdeps/i386/fpu/e_logl.S: Likewise.
53524         * sysdeps/i386/fpu/e_pow.S: Likewise.
53525         * sysdeps/i386/fpu/e_powf.S: Likewise.
53526         * sysdeps/i386/fpu/e_powl.S: Likewise.
53527         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53528         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53529         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53530         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53531         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53532         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53533         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53534         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53535         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53536         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53537         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53538         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53539         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53540         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53541         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53542         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53543         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53544         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53545         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53546         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53547         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53548         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53549         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53550         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53551         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53552         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53553         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53554         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53555         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53556         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53557         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53558         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53559         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53560         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53561         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53562         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53563         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53564         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53565         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53566         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53567         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53568         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53569         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53570         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53571         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53572         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53573         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53574         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53575         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53576         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53577         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53578         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53579         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53580         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53581         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53582         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53583         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53584         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53585         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53586         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53587         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53588         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53589         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53590         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53591         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53592         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53593         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53594         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53595         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53596         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53597         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53598         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53599         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53600         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53601         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53602         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53603         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53604         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53605         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53606         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53607         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53608         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53609         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53610         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53611         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53612         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53613         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53614         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53615         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53616         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53617         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53618         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53619         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53620         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53621         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53622         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53623         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53624         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53625         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53626         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53627         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53628         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53629         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53630         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53631         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53632         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53633         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53634         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53635         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53636         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53637         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53638         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53639         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53640         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53641         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53642         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53643         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53644         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53645         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53646         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53647         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53648         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53649         (__isnanf): Likewise.
53650         (__isinf_ns): Likewise.
53651         (__isinf_nsf): Likewise.
53652         (__finite): Likewise.
53653         (__finitef): Likewise.
53654         (__ieee754_sqrt): Define as macro.
53655         (__ieee754_sqrtf): Define as macro.
53656         (__ieee754_sqrtl): Define as macro.
53657         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53658         inlined copy.
53659         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53660         __FINITE_MATH_ONLY__ consistent.
53661         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53663 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53665         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53666         of rawmemchr.
53668         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53670 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53672         * po/ja.po: Update from translation team.
53674 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53676         * locale/programs/locarchive.c (prepare_address_space): New function.
53677         (create_archive, enlarge_archive, open_archive): Use it.
53679         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53680         inside [SHARED], where it is used.
53682         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53684         * nss/getent.c (netgroup_keys): Remove unused variable.
53685         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53687 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53689         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53690         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53691         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53692         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53693         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53694         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53695         * math/Makefile (libm-calls): Add s_isinf_ns.
53696         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53697         * math/multc3.c: Likewise.
53698         * math/s_casin.c: Likewise.
53699         * math/s_casinf.c: Likewise.
53700         * math/s_casinl.c: Likewise.
53701         * math/s_ccos.c: Likewise.
53702         * math/s_ccosf.c: Likewise.
53703         * math/s_ccosl.c: Likewise.
53704         * math/s_ctan.c: Likewise.
53705         * math/s_ctanf.c: Likewise.
53706         * math/s_ctanh.c: Likewise.
53707         * math/s_ctanhf.c: Likewise.
53708         * math/s_ctanhl.c: Likewise.
53709         * math/s_ctanl.c: Likewise.
53710         * math/w_fmod.c: Likewise.
53711         * math/w_fmodf.c: Likewise.
53712         * math/w_fmodl.c: Likewise.
53713         * math/w_remainder.c: Likewise.
53714         * math/w_remainderf.c: Likewise.
53715         * math/w_remainderl.c: Likewise.
53716         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53717         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53718         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53719         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53720         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53721         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53722         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53723         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53725         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53726         of the number.
53727         * stdio-common/printf_fphex.c: Likewise.
53728         * stdio-common/printf_size.c: Likewise.
53730         * math/e_exp10.c: Include math_private.h using <...> not "...".
53731         * math/e_exp10f.c: Likewise.
53732         * math/e_exp10l.c: Likewise.
53733         * math/e_exp2l.c: Likewise.
53734         * math/e_j0l.c: Likewise.
53735         * math/e_j1l.c: Likewise.
53736         * math/e_jnl.c: Likewise.
53737         * math/e_lgammal_r.c: Likewise.
53738         * math/e_rem_pio2l.c: Likewise.
53739         * math/e_scalb.c: Likewise.
53740         * math/e_scalbf.c: Likewise.
53741         * math/e_scalbl.c: Likewise.
53742         * math/k_cosl.c: Likewise.
53743         * math/k_sinl.c: Likewise.
53744         * math/k_tanl.c: Likewise.
53745         * math/s_cacoshf.c: Likewise.
53746         * math/s_catan.c: Likewise.
53747         * math/s_catanf.c: Likewise.
53748         * math/s_catanh.c: Likewise.
53749         * math/s_catanhf.c: Likewise.
53750         * math/s_catanhl.c: Likewise.
53751         * math/s_catanl.c: Likewise.
53752         * math/s_ccosh.c: Likewise.
53753         * math/s_ccoshf.c: Likewise.
53754         * math/s_ccoshl.c: Likewise.
53755         * math/s_cexp.c: Likewise.
53756         * math/s_cexpf.c: Likewise.
53757         * math/s_cexpl.c: Likewise.
53758         * math/s_clog.c: Likewise.
53759         * math/s_clog10.c: Likewise.
53760         * math/s_clog10f.c: Likewise.
53761         * math/s_clog10l.c: Likewise.
53762         * math/s_clogf.c: Likewise.
53763         * math/s_clogl.c: Likewise.
53764         * math/s_csin.c: Likewise.
53765         * math/s_csinf.c: Likewise.
53766         * math/s_csinh.c: Likewise.
53767         * math/s_csinhf.c: Likewise.
53768         * math/s_csinhl.c: Likewise.
53769         * math/s_csinl.c: Likewise.
53770         * math/s_csqrt.c: Likewise.
53771         * math/s_csqrtf.c: Likewise.
53772         * math/s_csqrtl.c: Likewise.
53773         * math/s_ctan.c: Likewise.
53774         * math/s_ctanf.c: Likewise.
53775         * math/s_ctanh.c: Likewise.
53776         * math/s_ctanhf.c: Likewise.
53777         * math/s_ctanhl.c: Likewise.
53778         * math/s_ctanl.c: Likewise.
53779         * math/s_ldexp.c: Likewise.
53780         * math/s_ldexpf.c: Likewise.
53781         * math/s_ldexpl.c: Likewise.
53782         * math/s_significand.c: Likewise.
53783         * math/s_significandf.c: Likewise.
53784         * math/s_significandl.c: Likewise.
53785         * math/w_acos.c: Likewise.
53786         * math/w_acosf.c: Likewise.
53787         * math/w_acosh.c: Likewise.
53788         * math/w_acoshf.c: Likewise.
53789         * math/w_acoshl.c: Likewise.
53790         * math/w_acosl.c: Likewise.
53791         * math/w_asin.c: Likewise.
53792         * math/w_asinf.c: Likewise.
53793         * math/w_asinl.c: Likewise.
53794         * math/w_atan2.c: Likewise.
53795         * math/w_atan2f.c: Likewise.
53796         * math/w_atan2l.c: Likewise.
53797         * math/w_atanh.c: Likewise.
53798         * math/w_atanhf.c: Likewise.
53799         * math/w_atanhl.c: Likewise.
53800         * math/w_cosh.c: Likewise.
53801         * math/w_coshf.c: Likewise.
53802         * math/w_coshl.c: Likewise.
53803         * math/w_dremf.c: Likewise.
53804         * math/w_exp10.c: Likewise.
53805         * math/w_exp10f.c: Likewise.
53806         * math/w_exp10l.c: Likewise.
53807         * math/w_exp2.c: Likewise.
53808         * math/w_exp2f.c: Likewise.
53809         * math/w_fmod.c: Likewise.
53810         * math/w_fmodf.c: Likewise.
53811         * math/w_fmodl.c: Likewise.
53812         * math/w_hypot.c: Likewise.
53813         * math/w_hypotf.c: Likewise.
53814         * math/w_hypotl.c: Likewise.
53815         * math/w_j0.c: Likewise.
53816         * math/w_j0f.c: Likewise.
53817         * math/w_j0l.c: Likewise.
53818         * math/w_j1.c: Likewise.
53819         * math/w_j1f.c: Likewise.
53820         * math/w_j1l.c: Likewise.
53821         * math/w_jn.c: Likewise.
53822         * math/w_jnf.c: Likewise.
53823         * math/w_jnl.c: Likewise.
53824         * math/w_lgamma.c: Likewise.
53825         * math/w_lgamma_r.c: Likewise.
53826         * math/w_lgammaf.c: Likewise.
53827         * math/w_lgammaf_r.c: Likewise.
53828         * math/w_lgammal.c: Likewise.
53829         * math/w_lgammal_r.c: Likewise.
53830         * math/w_log.c: Likewise.
53831         * math/w_log10.c: Likewise.
53832         * math/w_log10f.c: Likewise.
53833         * math/w_log10l.c: Likewise.
53834         * math/w_log2.c: Likewise.
53835         * math/w_log2f.c: Likewise.
53836         * math/w_log2l.c: Likewise.
53837         * math/w_logf.c: Likewise.
53838         * math/w_logl.c: Likewise.
53839         * math/w_pow.c: Likewise.
53840         * math/w_powf.c: Likewise.
53841         * math/w_powl.c: Likewise.
53842         * math/w_remainder.c: Likewise.
53843         * math/w_remainderf.c: Likewise.
53844         * math/w_remainderl.c: Likewise.
53845         * math/w_scalb.c: Likewise.
53846         * math/w_scalbf.c: Likewise.
53847         * math/w_scalbl.c: Likewise.
53848         * math/w_sinh.c: Likewise.
53849         * math/w_sinhf.c: Likewise.
53850         * math/w_sinhl.c: Likewise.
53851         * math/w_sqrt.c: Likewise.
53852         * math/w_sqrtf.c: Likewise.
53853         * math/w_sqrtl.c: Likewise.
53854         * math/w_tgamma.c: Likewise.
53855         * math/w_tgammaf.c: Likewise.
53856         * math/w_tgammal.c: Likewise.
53858         * po/ja.po: Update from translation team.
53860 2011-09-29  Andreas Jaeger  <aj@suse.de>
53862         [BZ #13179]
53863         * sunrpc/netname.c (netname2host): Fix logic.
53865         [BZ #6779]
53866         [BZ #6783]
53867         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53868         correctly.
53869         * math/w_remainder.c (__remainder): Likewise.
53870         * math/w_remainderf.c (__remainderf): Likewise.
53871         * math/libm-test.inc (remainder_test): Add test cases.
53873 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53875         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53876         sdiv_qrnnd.
53878 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53880         * string/test-memcmp.c: Avoid unncessary #defines.
53881         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53883 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53885         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53886         Use new sse2 version for core i3 - i7 as it's faster
53887         than sse42 version.
53888         (bit_Prefer_PMINUB_for_stringop): New.
53889         * sysdeps/x86_64/rawmemchr.S: Update.
53890         Replace with faster SSE2 version.
53891         * sysdeps/x86_64/memrchr.S: New file.
53892         * sysdeps/x86_64/memchr.S: Update.
53893         Replace with faster SSE2 version.
53895 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53897         * elf/dl-load.c (lose): Add cast to avoid warning.
53899 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53901         * po/ca.po: Update from translation team.
53903         * inet/getnetgrent_r.c: Hook up nscd.
53904         * nscd/Makefile (routines): Add nscd_netgroup.
53905         (nscd-modules): Add netgroupcache.
53906         (CFLAGS-netgroupcache.c): Define.
53907         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53908         (cache_search): Add const to second parameter.
53909         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53910         INNETGR.
53911         (dbs): Add netgrdb entry.
53912         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53913         (verify_persistent_db): Handle netgrdb.
53914         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53915         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53916         GETFDNETGR.
53917         (netgroup_response_header): Define.
53918         (innetgroup_response_header): Define.
53919         (datahead): Add netgroup_response_header and innetgroup_response_header
53920         elements.
53921         * nscd/nscd.conf: Add entries for netgroup cache.
53922         * nscd/nscd.h (dbtype): Add netgrdb.
53923         (_PATH_NSCD_NETGROUP_DB): Define.
53924         (netgroup_iov_disabled): Declare.
53925         (xmalloc, xcalloc, xrealloc): Move declarations here.
53926         (cache_search): Adjust prototype.
53927         Add netgroup-related prototypes.
53928         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53929         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53930         (__nscd_innetgr): Declare.
53931         * nscd/selinux.c (perms): Use access_vector_t as element type and
53932         add netgroup-related initializers.
53933         * nscd/netgroupcache.c: New file.
53934         * nscd/nscd_netgroup.c: New file.
53935         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53936         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53937         For four parameters use innetgr.
53938         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53939         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53940         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53941         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53943         * nscd/connections.c (register_traced_file): Don't register file
53944         for disabled databases.
53946 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53948         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53950         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53951         from tree and freeing node.
53953 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53955         * nss/nsswitch.c (__nss_database_lookup): Handle
53956         nss_parse_service_list out of memory case.
53958 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53960         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53961         out of memory case.
53963 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53965         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53966         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53967         pass it down.
53968         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53969         elf_machine_rela, elf_machine_lazy_rel.
53970         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53971         (ELF_DYNAMIC_DO_REL): Likewise.
53972         (ELF_DYNAMIC_DO_RELA): Likewise.
53973         (ELF_DYNAMIC_RELOCATE): Likewise.
53974         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53975         to ELF_DYNAMIC_DO_REL.
53976         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53977         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53978         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53979         elf_machine_rela.
53980         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53981         skip_ifunc, don't call ifunc function if non-zero.
53982         (elf_machine_rela): Likewise.
53983         (elf_machine_lazy_rel): Likewise.
53984         (elf_machine_lazy_rela): Likewise.
53985         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53986         (elf_machine_lazy_rel): Likewise.
53987         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53988         Likewise.
53989         (elf_machine_lazy_rel): Likewise.
53990         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53991         Likewise.
53992         (elf_machine_lazy_rel): Likewise.
53993         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53994         (elf_machine_lazy_rel): Likewise.
53995         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53996         (elf_machine_lazy_rel): Likewise.
53997         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53998         (elf_machine_lazy_rel): Likewise.
53999         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54000         (elf_machine_lazy_rel): Likewise.
54001         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54002         (elf_machine_lazy_rel): Likewise.
54003         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54004         (elf_machine_lazy_rel): Likewise.
54006 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54008         * nss/nss_files/files-init.c (_nss_files_init): Use static
54009         initialization for all the *_traced_file variables.
54011 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54013         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54015 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54017         [BZ #13226]
54018         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54020 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54022         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54023         Reread the line before reparsing it.
54025 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54027         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54029 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54030             Maxim Kuvyrkov  <maxim@codesourcery.com>
54031             Joseph Myers  <joseph@codesourcery.com>
54033         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54034         if needed for __stack_chk_guard.
54036 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54038         * sysdeps/posix/spawni.c (script_execute): Always define it.
54039         It will be optimized away if unused.
54040         (maybe_script_execute): New function.
54041         (__spawni): Call it.
54043         * Makerules: Don't include tls.make.
54044         (config-tls): Always set to thread.
54045         * tls.make.c: File removed.
54047 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54049         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54050         * config.make.in (CPPFLAGS-config): New substituted variable.
54052 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54054         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54056         [BZ #13192]
54057         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54058         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54060 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54062         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54063         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54064         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54065         (CALL_FAIL): Likewise.
54066         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54067         (CALL_FAIL): Macro removed.
54068         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54070 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54072         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54073         for __FINITE_MATH_ONLY__ == 1.
54075 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54077         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54078         __ieee754_sqrt instead of sqrt.
54079         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54080         __ieee754_sqrtf instead of sqrtf.
54081         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54082         __floorf instead of floorf.
54083         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54084         __floorf, __truncf instead of floorf, truncf.
54086 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54088         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54090         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54091         __extern_always_inline.
54092         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54093         32-bit.
54095 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54097         * elf/rtld.c (dl_main): Also relocate in dependency order when
54098         doing symbol dependency testing.
54100 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54102         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54103         Always define `refsym'.
54105 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54107         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54108         (__FD_ELT): Renamed from __FDELT.
54109         * misc/bits/select2.h (__FD_ELT): Likewise.
54110         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54111         __FD_MASK instead of __FDELT, __FDMASK.
54112         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54113         Likewise.
54114         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54115         Likewise.
54117         * elf/Makefile (gen-ldd): Fix pattern.
54119         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54120         (init_tls): Likewise.
54122 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54124         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54126 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54128         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54129         `struct cmsghdr *' instead of `void *'.
54130         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54131         Likewise.
54133 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54135         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54136         if non-absolute.
54137         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54138         ldd_rewrite_script.
54140 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54142         * configure.in: Remove --with-tls option.
54143         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54144         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54145         out in case it is missing.
54146         * sysdeps/ia64/elf/configure.in: Likewise.
54147         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54148         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54149         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54150         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54151         * sysdeps/sh/elf/configure.in: Likewise.
54152         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54153         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54154         * sysdeps/x86_64/elf/configure.in: Likewise.
54155         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54156         * sysdeps/mach/hurd/tls.h: Likewise.
54158         [BZ #13067]
54159         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54161         [BZ #13090]
54162         * configure.in: Fix use of AC_INIT.
54164         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54166 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54168         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54169         __set_errno.
54170         * malloc/hooks.c: Likewise.
54172         [BZ #11929]
54173         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54174         variables statically.
54175         (narenas): Initialize.
54176         (list_lock): Initialize.
54177         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54178         initializtion of main_arena and list_lock.  Small cleanups.
54179         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54180         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54181         Add initializers to main_arena and mp_.
54182         (malloc_state): Remove pagesize member.  Change all users to use
54183         GLRO(dl_pagesize).
54185         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54186         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54187         is always initialized.
54189         * malloc/malloc.c: Removed unused configurations and dead code.
54190         * malloc/arena.c: Likewise.
54191         * malloc/hooks.c: Likewise.
54192         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54194         * include/tls.h: Removed.  USE___THREAD must always be defined.
54195         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54196         * elf/dl-libc.c: Likewise.
54197         * elf/dl-tsd.c: Likewise.
54198         * include/errno.h: Likewise.
54199         * include/netdb.h: Likewise.
54200         * include/resolv.h: Likewise.
54201         * inet/herrno-loc.c: Likewise.
54202         * inet/herrno.c: Likewise.
54203         * malloc/arena.c: Likewise.
54204         * malloc/hooks.c: Likewise.
54205         * malloc/malloc.c: Likewise.
54206         * resolv/res-state.c: Likewise.
54207         * resolv/res_libc.c: Likewise.
54208         * sysdeps/i386/dl-machine.h: Likewise.
54209         * sysdeps/ia64/dl-machine.h: Likewise.
54210         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54211         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54212         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54213         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54214         * sysdeps/sh/dl-machine.h: Likewise.
54215         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54216         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54217         * sysdeps/unix/i386/sysdep.S: Likewise.
54218         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54219         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54220         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54221         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54222         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54223         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54224         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54225         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54226         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54227         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54228         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54229         * sysdeps/x86_64/dl-machine.h: Likewise.
54230         * tls.make.c: Likewise.
54232         * configure.in: Remove --with-__thread option.  Make tests for
54233         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54234         tls_model attribute fail if no support is available.  Remove
54235         USE_IN_LIBIO.
54236         * Makeconfig: Adjust for dropped configure option.  All features are
54237         now mandatory.
54238         * Makerules: Likewise.
54239         * Versions.def: Likewise.
54240         * argp/argp-fmtstream.c: Likewise.
54241         * argp/argp-fmtstream.h: Likewise.
54242         * argp/argp-help.c: Likewise.
54243         * assert/assert.c: Likewise.
54244         * config.h.in: Likewise.
54245         * config.make.in: Likewise.
54246         * configure: Likewise.
54247         * configure.in: Likewise.
54248         * csu/Versions: Likewise.
54249         * csu/init.c: Likewise.
54250         * elf/tst-audit2.c: Likewise.
54251         * elf/tst-tls10.c: Likewise.
54252         * elf/tst-tls10.h: Likewise.
54253         * elf/tst-tls11.c: Likewise.
54254         * elf/tst-tls12.c: Likewise.
54255         * elf/tst-tls14.c: Likewise.
54256         * elf/tst-tlsmod11.c: Likewise.
54257         * elf/tst-tlsmod12.c: Likewise.
54258         * elf/tst-tlsmod13.c: Likewise.
54259         * elf/tst-tlsmod13a.c: Likewise.
54260         * elf/tst-tlsmod14a.c: Likewise.
54261         * elf/tst-tlsmod15b.c: Likewise.
54262         * elf/tst-tlsmod16a.c: Likewise.
54263         * elf/tst-tlsmod16b.c: Likewise.
54264         * elf/tst-tlsmod7.c: Likewise.
54265         * elf/tst-tlsmod8.c: Likewise.
54266         * elf/tst-tlsmod9.c: Likewise.
54267         * gmon/gmon.c: Likewise.
54268         * grp/fgetgrent_r.c: Likewise.
54269         * grp/putgrent.c: Likewise.
54270         * hurd/fopenport.c: Likewise.
54271         * include/libc-symbols.h: Likewise.
54272         * include/tls.h: Likewise.
54273         * intl/gettextP.h: Likewise.
54274         * intl/loadinfo.h: Likewise.
54275         * locale/global-locale.c: Likewise.
54276         * locale/localeinfo.h: Likewise.
54277         * mach/devstream.c: Likewise.
54278         * malloc/arena.c: Likewise.
54279         * malloc/set-freeres.c: Likewise.
54280         * misc/err.c: Likewise.
54281         * misc/getttyent.c: Likewise.
54282         * misc/mntent_r.c: Likewise.
54283         * posix/getopt.c: Likewise.
54284         * posix/wordexp.c: Likewise.
54285         * pwd/fgetpwent_r.c: Likewise.
54286         * resolv/Versions: Likewise.
54287         * resolv/res_hconf.c: Likewise.
54288         * shadow/fgetspent_r.c: Likewise.
54289         * shadow/putspent.c: Likewise.
54290         * stdio-common/printf_fphex.c: Likewise.
54291         * stdio-common/tmpfile.c: Likewise.
54292         * stdlib/abort.c: Likewise.
54293         * stdlib/fmtmsg.c: Likewise.
54294         * sunrpc/auth_unix.c: Likewise.
54295         * sunrpc/clnt_perr.c: Likewise.
54296         * sunrpc/clnt_tcp.c: Likewise.
54297         * sunrpc/clnt_udp.c: Likewise.
54298         * sunrpc/clnt_unix.c: Likewise.
54299         * sunrpc/openchild.c: Likewise.
54300         * sunrpc/svc_simple.c: Likewise.
54301         * sunrpc/svc_tcp.c: Likewise.
54302         * sunrpc/svc_udp.c: Likewise.
54303         * sunrpc/svc_unix.c: Likewise.
54304         * sunrpc/xdr.c: Likewise.
54305         * sunrpc/xdr_array.c: Likewise.
54306         * sunrpc/xdr_rec.c: Likewise.
54307         * sunrpc/xdr_ref.c: Likewise.
54308         * sunrpc/xdr_stdio.c: Likewise.
54310 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54312         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54314 2011-07-03  Andreas Jaeger  <aj@suse.de>
54316         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54317         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54318         regenerate with gen-libm-tests.pl.
54320 2010-05-12  Petr Baudis  <pasky@suse.cz>
54322         [BZ #11589]
54323         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54324         around j0() zero points by switching to j1().
54325         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54326         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54327         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54328         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54330 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54332         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54333         instead of 0.
54334         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54335         instead of 0.
54336         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54337         Patch in part by Pavel Roskin <proski@gnu.org>.
54339         [BZ #13138]
54340         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54341         realloc.
54342         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54343         Free memory block if necessary.
54345         [BZ #12847]
54346         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54347         be NULL.  Don't lock in this case.
54349 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54351         * elf/elf.h (ELFOSABI_GNU): New macro.
54352         (ELFOSABI_LINUX): Define to that.
54354 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54356         * string/strncat.c (strncat): Undef the symbol in case it has been
54357         defined in bits/string.h.
54359 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54361         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54363         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54364         link map.
54366 2011-08-17  Andreas Jaeger  <aj@suse.de>
54368         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54370 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54371             Ian Lance Taylor  <iant@google.com>
54373         * math/libm-test.inc (lround_test): New testcase.
54374         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54376 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54378         * Makefile: Remove support for automatic cvs check-ins.
54379         * Makerules: Likewise.
54380         * config.make.in: Likewise.
54381         * configure.in: Likewise.
54382         * intl/Makefile: Likewise.
54383         * locale/Makefile: Likewise.
54384         * po/Makefile: Likewise.
54385         * posix/Makefile: Likewise.
54386         * sysdeps/gnu/Makefile: Likewise.
54387         * sysdeps/mach/hurd/Makefile: Likewise.
54388         * sysdeps/sparc/sparc32/Makefile: Likewise.
54390         [BZ #13118]
54391         * posix/Makefile (bug-regex32-ENV): Define.
54392         Patch by John Stanley <jpsinthemix@verizon.net>.
54394         * misc/Makefile (headers): Add bits/select2.h.
54395         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54396         * misc/bits/select2.h: New file.
54397         * include/bits/select2.h: New file.
54398         * debug/Makefile (routines): Add fdelt_chk.
54399         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54400         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54401         FD_ISSET.
54402         * debug/fdelt_chk.c: New file.
54404         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54405         * wcsmbs/test-wmemcmp.c: Likewise.
54406         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54407         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54409 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54411         * string/Makefile (strop-tests): Add memcmp.
54412         * string/test-wmemcmp.c: New file.
54413         * string/test-memcmp.c: Add wmemcmp support.
54415 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54417         [BZ #13153]
54418         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54419         2011-07-19 change.
54421         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54422         garbage value in a __mach_port_mod_refs call in the cases of the
54423         task-self and thread-self ports.
54425 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54427         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54429 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54431         * elf/dl-load.c (lose): Check for non-null L.
54433 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54435         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54437         * elf/dl-libc.c (dlerror_run): Pass back error code from
54438         dl_catch_error.
54440         [BZ #13123]
54441         * elf/dl-load.c (lose): Free l_origin if it is valid.
54443         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54444         names.
54445         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54446         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54447         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54448         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54449         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54450         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54452 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54454         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54455         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54456         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54457         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54458         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54459         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54460         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54461         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54462         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54463         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54465 2011-08-15  Alan Modra  <amodra@gmail.com>
54467         [BZ #13092]
54468         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54469         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54470         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54471         ppc_mcount to static-only-routines.
54472         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54473         __mcount_internal.
54474         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54475         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54477 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54479         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54480         for finite and infinity parameters.
54482 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54484         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54485         and add nop instructions for throughput optimization.
54486         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54488 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54490         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54491         aligned copy for power7 with vector-scalar instructions.
54492         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54494 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54496         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54497         AVX check.
54499 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54501         [BZ #13144]
54502         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54503         last change.
54505 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54507         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54508         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54509         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54510         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54511         clock_gettime.
54513 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54515         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54516         Forgot to demangle the pointer.
54518         * sysdeps/i386/sysdep.h: Define atom_text_section.
54519         * sysdeps/x86_64/sysdep.h: Likewise.
54520         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54521         section with atom_text_section.
54522         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54523         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54524         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54525         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54526         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54528         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54529         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54530         already be defined.  Change to take two parameters and don't assign
54531         result to variable.  Adjust all users.
54532         Define INTERNAL_GETTIME if not already defined.
54533         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54534         call.
54535         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54536         HAVE_CLOCK_GETTIME_VSYSCALL.
54537         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54539         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54540         gettimeofday vsyscall, just use time.
54542 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54544         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54545         <errno.h>.
54547 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54549         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54550         syscall on x86-64.
54551         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54552         syscall.
54553         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54554         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54555         syscall if possible.
54557 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54559         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54560         e_ident.  Don't pass to find_mapsXX.
54561         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54563 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54565         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54566         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54567         * sysdeps/x86_64/multiarch/strchr.S: Update.
54568         Check bit_slow_BSF bit.
54569         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54570         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54571         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54573 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54575         [BZ #13134]
54576         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54577         before glibc 2.15.
54578         (tryshell): Define.
54579         (__spawni): Change last parameter to be flag.  Test
54580         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54581         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54582         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54583         * posix/spawni.c: Likewise.
54584         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54585         * posix/spawnp.c: Likewise.  Change normal version to use
54586         SPAWN_XFLAGS_USE_PATH.
54587         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54588         SPAWN_XFLAGS_TRY_SHELL.
54590         [BZ #13150]
54591         * posix/glob.h: Remove gcc 1.x support.
54593         [BZ #13068]
54594         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54596 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54598         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54599         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54600         strrchr-sse2-bsf
54601         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54602         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54603         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54604         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54605         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54606         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54608 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54610         * sysdeps/x86_64/wcscmp.S: New file.
54612         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54613         wcscmp-c wcscmp-sse2
54614         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54615         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54616         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54617         * wcsmbs/wcscmp.c: Allow renaming.
54619 2011-09-05  David S. Miller  <davem@davemloft.net>
54621         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54622         stack slot, rather than the struct return pointer slot.
54623         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54624         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54625         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54626         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54628 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54630         * po/ja.po: Update from translation team.
54632         [BZ #13144]
54633         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54634         kernel in 64-bit binaries.
54636 2011-09-01  David S. Miller  <davem@davemloft.net>
54638         * elf/elf.h (HWCAP_SPARC_*): Move to..
54639         * sysdeps/sparc/sysdep.h: this new file and add new values.
54640         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54641         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54642         _DL_HWCAP_COUNT to 24.
54643         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54644         entries.
54645         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54646         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54647         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54648         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54649         instead of magic constants.
54650         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54652 2011-08-31  David S. Miller  <davem@davemloft.net>
54654         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54655         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54656         Reimplement to do errno handling inline.
54657         (SYSCALL_ERROR_HANDLER): New macro.
54658         (__SYSCALL_STRING): Do not do errno handling in asm.
54659         (__CLONE_SYSCALL_STRING): Delete.
54660         (__INTERNAL_SYSCALL_STRING): Delete.
54661         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54662         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54663         (PSEUDO): Reimplement to do errno handling inline.
54664         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54665         (SYSCALL_ERROR_HANDLER): New macro.
54666         (__SYSCALL_STRING): Do not do errno handling in asm.
54667         (__CLONE_SYSCALL_STRING): Delete.
54668         (__INTERNAL_SYSCALL_STRING): Delete.
54669         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54670         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54671         i386.
54672         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54673         (inline_syscall*): Add 'err' argument.
54674         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54675         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54676         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54677         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54679         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54680         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54682 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54684         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54686 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54688         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54689         directive.
54691 2011-08-24  David S. Miller  <davem@davemloft.net>
54693         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54695 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54697         * elf/Makefile: Add rules to build and run unload8 test.
54698         * elf/unload8.c: New file.
54699         * elf/unload8mod1.c: New file.
54700         * elf/unload8mod1x.c: New file.
54701         * elf/unload8mod2.c: New file.
54702         * elf/unload8mod3.c: New file.
54704         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54705         it wasn't used.
54707 2011-08-23  David S. Miller  <davem@davemloft.net>
54709         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54710         subtract stack bias.
54711         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54712         %sp not %fp in calculations.
54713         (_JMPBUF_UNWINDS_ADJ): Likewise.
54715         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54716         (aio_suspend): Call it to force an exception region around the
54717         AIO_MISC_WAIT() invocation.
54719 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54721         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54722         backslash.
54724 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54726         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54727         protection macro.
54728         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54729         and <dl-machine.h>.
54730         (Elf64_FuncDesc): Remove.
54732 2011-08-22  David S. Miller  <davem@davemloft.net>
54734         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54735         sigaltstack check, add missing cfi directives.
54736         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54737         missing cfi directives, and sigaltstack handling.
54739 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54741         [BZ #11724]
54742         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54743         object is seen twice.
54744         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54746         * elf/Makefile (distribute): Add tst-initorder2.c.
54747         (tests): Add tst-initorder2.
54748         (modules-names): Add tst-initorder2a tst-initorder2b
54749         tst-initorder2c tst-initorder2d.  Add rules to build them.
54750         ($(objpfx)tst-initorder2.out): New rule.
54751         * elf/tst-initorder2.c: New file.
54752         * elf/tst-initorder2.exp: New file.
54754 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54756         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54758         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54759         dependencies back to end of function.
54761         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54762         $(elfobjdir)/ld.so.
54764 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54766         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54767         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54768         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54769         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54770         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54771         of __vdso_gettimeofday.
54772         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54773         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54774         attribute_hidden.
54775         (_libc_vdso_platform_setup): Remove initialization of
54776         __vdso_gettimeofday and __vdso_time.
54778 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54780         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54781         and fgetc_unlocked.
54782         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54783         getc_unlocked.
54785         * elf/dl-open.c (add_to_global): Report additions to the global scope
54786         for LD_DEBUG=scopes.
54787         (dl_open_worker): Also print scope of newly loaded dependencies.
54788         (_dl_show_scope): Indicate if there is no scope.
54790         [BZ #13114]
54791         * stdio-common/Makefile (tests): Add bug24.
54792         * stdio-common/bug24.c: New file.
54794 2011-08-19  Andreas Jaeger  <aj@suse.de>
54796         [BZ #13114]
54797         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54798         non-existant file when using close-on-exec mode.
54800 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54802         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54803         the very first instruction.
54805         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54806         the CFI state in the end.
54807         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54808         inclusion of dl-trampoline.h.
54809         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54811 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54813         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54814         expectations for long double.
54816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54817         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54819 2011-08-14  David S. Miller  <davem@davemloft.net>
54821         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54822         artificual limit depends upon the system page size.
54824 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54826         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54827         * resolv/Makefile: Define CFLAGS-libresolv.
54829 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54831         * nss/makedb.c (compute_tables): Make variables used in nested
54832         function static.
54834 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54836         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54837         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54838         if buffer was too small.
54840         * elf/pldd.c (main): Attach to all threads in the process.
54841         Rewrite /proc handling to use *at functions.
54843 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54845         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54846         specifies first scope to show.
54847         (dl_open_worker): Update callers.  Move printing scope of new
54848         object to before the relocation.
54849         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54850         * sysdeps/generic/ldsodefs.h: Update declaration.
54852         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54853         string for the scope number.
54855 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54857         * nscd/servicescache.c (cache_addserv): Make sure written is always
54858         initialized.
54860 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54862         * sysdeps/i386/i486/bits/atomic.h
54863         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54864         statement expression, so as to suppress "set but not used" warning.
54865         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54867         * string/strncat.c (STRNCAT): Use prototype definition.
54869         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54870         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54871         -Iprograms here.
54872         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54873         (localedef-modules): Add localedef.
54874         (locale-modules): Add locale.
54876         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54877         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54878         to avoid a warning.
54880 2011-08-14  David S. Miller  <davem@davemloft.net>
54882         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54883         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54885 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54887         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54888         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54889         * elf/rtld.c (dl_main): Set l_name of vDSO.
54890         Call _dl_show_scope when DL_DEBUG_SCOPES.
54891         (process_dl_debug): Recognize scopes flag and also set it for all.
54892         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54893         Declare _dl_show_scope.
54895         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54896         (do_dlopen): Pass caller_dlopen to dl_open.
54897         (__libc_dlopen_mode): Initialize caller_dlopen.
54899         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54900         of libc.  Make tolower call locale-independent.  Optimize a bit by
54901         using isdigit instead of isalnum.
54902         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54904 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54906         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54907         was a dependency or dynamically loaded.
54909 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54911         * intl/l10nflist.c: Allow architecture-specific pop function.
54912         * sysdeps/x86_64/l10nflist.c: New file.
54914         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54915         classification.
54917 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54919         * include/dirent.h: Add libc_hidden_proto for scandirat and
54920         scandirat64.  Don't declare __scandirat64.
54921         * dirent/scandirat.c: Add libc_hidden_def.
54922         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54923         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54925 2011-08-10  David S. Miller  <davem@davemloft.net>
54927         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54928         enum.
54929         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54930         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54931         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54933 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54935         * Versions.def [libc]: Add GLIBC_2.15.
54936         * dirent/Makefile (routines): Add scandirat and scandirat64.
54937         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54938         GLIBC_2.15.
54939         * dirent/dirent.h: Declare scandirat and scandirat64.
54940         * dirent/scandirat.c: New file.
54941         * dirent/scandirat64.c: New file.
54942         * sysdeps/wordsize-64/scandirat.c: New file.
54943         * sysdeps/wordsize-64/scandirat64.c: New file.
54944         * dirent/opendir.c: Define opendirat.
54945         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54946         using scandirat.
54947         * dirent/scandir64.c: Adjust for scandir.c change.
54948         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54949         __scandirat64, and __scandir_cancel_handler.
54950         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54951         additional parameter and use openat instead of open (outside of ld.so).
54952         Add new __opendir as wrapper around __opendirat.
54953         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54954         here without requiring old scandirat implementation.
54956 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54958         * dirent/scandir.c (cancel_handler): Renamed to
54959         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54960         defined.  Adjust users.
54961         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54962         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54964 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54966         * string/test-string.h (IMPL): Use __STRING to expand name and then
54967         stringify it.
54969         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54970         of cleanups.
54972 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54974         * string/Makefile: Update.
54975         (strop-tests): Append strncat.
54976         * string/test-wcscmp.c: New file.
54977         New comprehensive test for wcscmp.
54978         * string/test-strcmp.c: Update.
54979         (WIDE): New define.
54981 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54983         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54984         line.
54986 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54988         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54989         encoding to ACE if AI_IDN.
54991 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54993         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54994         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54996 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54998         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54999         Fix overflow bug in strncat.
55000         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55002         * string/test-strncat.c: Update.
55003         Add new tests for checking overflow bugs.
55005 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55007         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55008         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55009         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55010         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55011         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55012         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55013         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55014         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55015         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55017         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55018         (USE_AS_STRCAT): Define.
55019         Add strcat and strncat support.
55020         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55022 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55024         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55025         __n bigger than INT_MAX+1.
55026         (__strncmp_g): Likewise.
55028 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55030         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55031         * libio/stido.h: Likewise.
55033         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55034         (AF_NFC): Define.
55035         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55036         (AF_NFC): Define.
55038         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55039         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55040         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55041         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55042         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55044         [BZ #13021]
55045         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55046         installed.
55048         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55049         typo.
55050         (_dl_x86_64_save_sse): Likewise.
55052 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55054         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55055         OSXSAVE.
55056         (_dl_x86_64_save_sse): Likewise.
55058         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55060         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55062 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55064         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55065         change.
55066         (_dl_x86_64_save_sse): Use correct AVX check.
55068 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55070         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55071         bug in strncpy/strncat.
55072         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55074 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55076         * string/tester.c (test_strcat): Add tests for different alignments
55077         of source and destination.
55078         (test_strncat): Likewise.
55080 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55082         [BZ #12852]
55083         * posix/glob.c (glob): Check passed in values before using them in
55084         expressions to avoid some overflows.
55085         (glob_in_dir): Likewise.
55087         [BZ #13007]
55088         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55089         check for AVX enablement so that we don't crash with old kernels and
55090         new hardware.
55091         * elf/tst-audit4.c: Add same checks here.
55092         * elf/tst-audit6.c: Likewise.
55094         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55096 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55098         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55100 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55102         * po/cs.po: Update from translation team.
55103         * po/bg.po: Likewise.
55105 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55107         * misc/sys/cdefs.h: Add support for const attribute.
55108         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55109         to gnu_dev_{major,minor,makedev} functions.
55111 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55113         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55115 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55117         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55118         strlen results.
55120 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55122         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55123         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55124         register in order to avoid conflicts with the soft frame pointer
55125         being held in r11 when necessary.
55126         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55127         (INTERNAL_VSYSCALL_NCS): Likewise.
55129 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55131         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55132         * elf/dl-fini.c (_dl_fini): Adjust caller.
55133         * elf/dl-close.c (_dl_close_worker): Likewise.
55134         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55136 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55138         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55139         "aux_cache->nlibs < 0".
55141         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55142         in the reload-count case.
55144 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55146         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55147         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55148         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55149         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55150         * sysdeps/x86_64/multiarch/strcat.S: New file.
55151         * sysdeps/x86_64/multiarch/strncat.S: New file.
55152         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55153         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55154         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55155         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55156         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55157         (USE_AS_STRCAT): Define.
55158         Add strcat and strncat support.
55159         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55160         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55161         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55162         * string/strncat.c: Update.
55163         (USE_AS_STRNCAT): Define.
55164         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55165         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55166         and i7.
55167         * sysdeps/x86_64/multiarch/init-arch.h
55168         (bit_Prefer_PMINUB_for_stringop): New.
55169         (index_Prefer_PMINUB_for_stringop): Likewise.
55170         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55171         bit_Prefer_PMINUB_for_stringop.
55173 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55175         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55176         buffer64.
55177         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55178         of casting of buffer.
55179         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55180         buffer32 and buffer64.
55181         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55182         writes instead of casting of buffer.
55183         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55184         buffer32.
55185         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55186         casting of buffer.
55188 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55190         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55192 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55194         * nscd/nscd.c (termination_handler): Don't do anything for a database
55195         if it has not yet been initialized.
55197 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55199         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55201 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55203         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55205 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55207         * po/nl.po: Update from translation team.
55208         * po/sv.po: Likewise.
55210 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55212         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55213         now disallowed by GCC.
55215         * configure.in (use-default-link): Default to yes if a test -shared
55216         link meets our qualifications.
55217         * configure: Regenerated.
55219         * config.make.in (output-format): New variable.
55220         * configure.in: Check for ld --print-output-format support.
55221         * configure: Regenerated.
55222         * Makerules ($(common-objpfx)format.lds)
55223         [$(output-format) != unknown]: Just use $(output-format),
55224         instead of the linker-script munging.
55226 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55228         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55229         of $(common-objpfx)shlib.lds.
55230         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55232         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55233         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55235         * configure.in (-z relro check): Adjust test code to add a large
55236         writable data section after it.
55237         * configure: Regenerated.
55239 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55241         * configure.in (-z relro check): Fix test code to make the variable
55242         truly const.
55243         * configure: Regenerated.
55245 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55247         * nscd/nscd.h (struct traced_file): Define.
55248         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55249         elements.  Add traced_files.
55250         (inotify_fd): Declare.
55251         (register_traced_file): Declare.
55252         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55253         (inotify_fd): Export.
55254         (resolv_conf_descr): Remove.
55255         (nscd_init): Move inotify descriptor creation to main.
55256         Don't register files for notification here.
55257         (register_traced_file): New function.
55258         (invalidate_cache): Don't use reset_res to determine whether to call
55259         res_init, go through the list of registered files.
55260         (main_loop_poll): The inotify descriptors are now stored in the
55261         structures for the traced files.
55262         (main_loop_epoll): Likewise
55263         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55264         to __nss_disable_nscd.
55265         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55266         for a database anymore.  Check the records for all the registered
55267         files instead.
55268         * nss/Makefile (libnss_files-routines): Add files-init.
55269         (libnss_db-routines): Add db-init.
55270         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55271         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55272         * nss/nss_db/db-init.c: New file.
55273         * nss/nss_files/files-init.c: New file.
55274         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55275         __nss_lookup_function.
55276         (__nss_lookup_function): Call nss_load_library.
55277         (nss_load_all_libraries): New function.
55278         (__nss_disable_nscd): Take parameter with callback function for files
55279         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55280         used for the cached services.
55281         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55282         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55283         options for features to all the files in nscd.
55285         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55287 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55289         * csu/elf-init.c (__libc_csu_init): Comment typo.
55291 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55293         * po/pl.po: Update from translation team.
55294         * po/ja.po: Likewise.
55295         * po/ru.po: Likewise.
55296         * po/ko.po: Likewise.
55297         * po/fr.po: Likewise.
55299 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55301         * configure.in (.ctors/.dtors header and trailer check):
55302         Use an empirical test on a built program.
55303         * configure: Regenerated.
55305         * configure.in (-z relro check): Use an empirical test on a built DSO.
55306         Detect, but do not require, on ia64.
55307         * configure: Regenerated.
55309         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55310         Update tests that use readelf to use $READELF instead.
55311         * configure: Regenerated.
55313 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55315         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55316         if the result is not used.
55318 2011-07-05  Andreas Jaeger  <aj@suse.de>
55320         [BZ#9696]
55321         * stdlib/tst-strtod.c: Add testcase.
55323 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55325         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55326         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55327         The latter has a higher limit.  Take additional parameter to pass to
55328         the new function.
55329         (__pathconf): Pass file to __statfs_link_max.
55330         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55331         __statfs_link_max.
55332         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55333         __statfs_link_max.
55335         [BZ #12868]
55336         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55337         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55338         Handle Lustre.
55339         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55340         (__statfs_filesize_max): Likewise.
55341         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55343 2011-07-05  Andreas Jaeger  <aj@suse.de>
55345         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55347 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55349         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55350         `status' variable.
55351         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55352         Likewise.
55354 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55356         * Makefile (strop-tests): Add strncat.
55357         * string/test-strncat.c: New file.
55359 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55361         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55363 2011-06-21  Andreas Jaeger  <aj@suse.de>
55365         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55366         Copy rule from iconvdata/Makefile.
55368 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55370         [BZ #12922]
55371         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55372         but no long options are defined, just return 'W'.
55374 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55376         [BZ #9696]
55377         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55379 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55381         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55382         netgroups to read.
55383         (innetgr): Likewise.
55385 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55387         * config.make.in (install_root): Default to $(DESTDIR).
55389 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55391         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55393 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55395         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55397         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55398         containing directory rather than embedding absolute directory names.
55400         * scripts/check-local-headers.sh: Rewritten using awk.
55401         Match by word, not by line.  Print error messages for matches.
55402         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55404         * Makerules [shlib-lds-flags empty]:
55405         ($(common-objpfx)libc_pic.opts): New target.
55406         ($(common-objpfx)libc_pic.os.clean): New target.
55407         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55409         * config.make.in (OBJCOPY): New variable.
55410         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55411         * configure: Regenerated.
55413         * config.make.in (use-default-link): New variable.
55414         * configure.in (use_default_link): Grok --with-default-link to set it.
55415         * configure: Regenerated.
55416         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55417         (shlib-lds, shlib-lds-flags): Define to empty.
55419         * Makerules (shlib-lds): New variable.
55420         (shlib-lds-flags): New variable.
55421         (build-shlib, build-moduile, build-module-asneeded): Use it.
55422         ($(common-objpfx)libc.so): Use $(shlib-lds).
55423         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55424         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55426         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55427         DT_FLAGS/DT_FLAGS_1 with zero flags.
55429         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55430         linker script munging.
55432 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55434         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55435         as 128-bit value.
55436         * crypt/sha512.c (sha512_process_block): Perform total addition using
55437         128-bit if possible.
55438         (__sha512_finish_ctx): Likewise.
55439         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55440         as 64-bit value.
55441         * crypt/sha256.c (SWAP64): Define.
55442         (sha256_process_block): Perform total addition using 64-bit if
55443         possible.
55444         (__sha256_finish_ctx): Likewise.
55446 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55448         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55449         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55450         * nscd/hstcache.c (cache_addhst): Likewise.
55451         * nscd/grpcache.c (cache_addgr): Likewise.
55452         * nscd/aicache.c (addhstaiX): Likewise
55453         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55455 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55457         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55458         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55459         * nscd/hstcache.c (cache_addhst): Likewise.
55460         * nscd/grpcache.c (cache_addgr): Likewise.
55461         * nscd/aicache.c (addhstaiX): Likewise
55463 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55465         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55466         domain only when needed.
55468 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55470         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55471         is always restored.
55473 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55475         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55476         are re-adding the entry.
55477         * nscd/servicescache.c (cache_addserv): Likewise.
55479 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55481         * sysdeps/generic/dl-irel.h: fix protection against multiple
55482         inclusions.
55483         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55485 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55487         [BZ #12935]
55488         * malloc/memusage.sh: Fix quoting in message.
55489         * debug/xtrace.sh: Likewise.
55491         * configure.in: Remove support for --experimental-malloc option, make
55492         it the default.
55493         * config.make.in: Likewise.
55494         * malloc/Makefile: Likewise.
55496 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55498         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55499         two-byte characters.
55501 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55503         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55504         AC_CACHE_CHECK invocation.
55505         * configure: Regenerated.
55507         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55509 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55511         [BZ #12350]
55512         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55513         bit from old_res_options.
55515         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55517         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55518         value type for setfct.
55520 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55522         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55523         __gettimeofday instead of gettimeofday.
55525 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55527         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55529 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55531         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55533         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55534         info.
55536 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55538         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55539         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55540         strcpy-sse2-unaligned strncpy-sse2-unaligned
55541         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55542         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55543         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55544         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55545         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55546         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55547         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55548         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55549         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55550         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55551         (STRCPY): Support SSE2 and SSSE3 versions.
55553 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55555         [BZ #12874]
55556         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55557         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55558         kernels which artificially limit size of requests.
55560 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55562         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55563         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55564         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55565         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55566         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55567         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55568         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55569         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55570         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55571         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55572         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55573         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55574         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55575         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55576         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55577         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55578         Enable unaligned load optimization for Intel Core i3, i5 and i7
55579         processors.
55580         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55581         Define.
55582         (index_Fast_Unaligned_Load): Define.
55583         (HAS_FAST_UNALIGNED_LOAD): Define.
55585 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55587         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55589 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55591         [BZ #12907]
55592         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55593         until it is clear that the information is realy needed.
55594         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55596 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55598         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55600 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55602         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55603         /sys/devices/system/cpu/online if it is usable.
55605         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55606         reading the information from the /proc filesystem to once a second.
55608 2011-06-21  Andreas Jaeger  <aj@suse.de>
55610         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55611         NULL after inclusion of kernel headers.
55613 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55615         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55616         calls to internal_setent.
55618         [BZ #12885]
55619         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55620         addresses using gethostbyname4_r ignore IPv4 addresses.
55622         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55623         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55625         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55627 2011-06-20  David S. Miller  <davem@davemloft.net>
55629         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55630         inclusions.
55631         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55633         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55634         (elf_irel): Use it.
55635         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55636         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55637         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55638         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55639         * sysdeps/x86_64/dl-irel.h: Likewise.
55641         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55642         * elf/dl-sym.c: Likewise.
55644 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55646         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55647         need to dereference resplen2.
55649 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55651         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55653 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55655         * Makeconfig: Define vardbdir and inst_vardbdir.
55656         * nss/Makefile: Add rules to install db-Makefile.
55658         * nss/nss_db/db-XXX.c: Cleanup.
55660         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55661         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55662         GLIBC_PRIVATE.
55663         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55664         * nss/makedb.c: Implement -g option to specify that value strings
55665         are generated and should not be added to table iterated over for
55666         get*ent calls.
55667         * nss/nss_db/db-initgroups.c: New file.
55669         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55670         interface.
55672         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55673         (internal_getgrouplist): Adjust to name change.
55674         Update use_initgroups_entry if this is not the first call.
55675         * nss/databases.def: Add initgroups entry.
55677         * nss/makedb.c (compute_tables): Check result of multiple hash table
55678         sizes to minimize maximum chain length.
55680 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55682         * Versions.def: Add entry for libnss_db.
55683         * shlib-versions: Likewise.
55684         * nss/Makefile: Add rules to build libnss_db.
55685         * nss/Versions: Add libnss_db information.  Organize libnss_files
55686         entries better.
55687         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55688         makedb progra.  Some minor improvements to generate smaller files.
55689         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55690         here from...
55691         * nss/makedb.c: ...here.
55692         Improve database format to be smaller and require less memory at
55693         runtime.
55694         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55695         db anymore.
55696         * nss/nss_db/db-netgrp.c: Likewise.
55697         * nss/nss_db/db-open.c: Likewise.
55698         * nss/nss_files/flies-XXX.x: Adjust comments.
55699         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55700         * nss/nss_files/files-grp.c: Likewise.
55701         * nss/nss_files/files-hosts.c: Likewise.
55702         * nss/nss_files/files-network.c: Likewise.
55703         * nss/nss_files/files-proto.c: Likewise.
55704         * nss/nss_files/files-pwd.c: Likewise.
55705         * nss/nss_files/files-rpc.c: Likewise.
55706         * nss/nss_files/files-service.c: Likewise.
55707         * nss/nss_files/files-sgrp.c: Likewise.
55708         * nss/nss_files/files-spwd.c: Likewise.
55709         * nss/nss_db/db-alias.c: Removed.
55710         * nss/nss_db/dummy-db.h: Removed.
55712 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55714         * nss/makedb.c: Rewritten to not use database library.
55715         * nss/Makefile: Update to build new makedb program.
55717 2011-06-14  Andreas Jaeger  <aj@suse.de>
55719         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55720         memset declaration.
55722 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55724         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55725         tmpbuf.
55727 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55729         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55730         * elf/Makefile ($(objpfx)ld.so): Likewise.
55732         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55733         Don't list ld.so twice in dependencies.
55735         * posix/bug-regex31.c: Include <stdlib.h>.
55737         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55739         * nis/nss_compat/compat-spwd.c
55740         (getspent_next_nss_netgr): Remove unused variable.
55741         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55743         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55744         nonmembers" output to use the right array.
55746         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55748         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55750         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55751         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55752         * catgets/gencat.c (read_input_file): Likewise.
55753         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55755         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55756         variable definition inside #if's controlling its use.
55758         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55760         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55762         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55764         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55765         unreachable code.
55767         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55769         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55770         * configure: Regenerated.
55772         * Makerules: Revert last change.
55773         * elf/Makefile: Likewise.
55775 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55777         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55778         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55779         (reloc-link): Likewise.
55781 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55783         * elf/Makefile: Add rules to build pldd.
55784         * elf/pldd.c: New file.
55785         * elf/pldd-xx.c: New file.
55787 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55789         * version.h: Update for 2.15 development version.
55791 2011-06-07  David S. Miller  <davem@davemloft.net>
55793         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55794         ifuncs.
55795         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55796         elf_machine_lazy_rel): Likewise.
55797         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55798         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55799         elf_machine_lazy_rel): Likewise.
55800         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55801         dl_hwcap via passed in argument.
55802         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55803         Likewise.
55805 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55807         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55809 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55811         [BZ #12849]
55812         * manual/fdl-1.1.texi: New file, verbatim from:
55813         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55814         * manual/lgpl-2.1.texi: New file, verbatim from:
55815         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55816         * manual/Makefile (licenses): New variable, list those new file names.
55817         (texis): Use it.
55818         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55820         * manual/fdl.texi: File removed.
55821         * manual/lesser.texi: File removed.
55822         * manual/libc.texinfo (Copying, Documentation License):
55823         Use new @include file names, put @appendix directive before @include.
55825 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55827         [BZ #12841]
55828         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55829         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55830         (mq_open): Add __NTH.
55832 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55834         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55835         Assume Intel Core i3/i5/i7 processor if AVX is available.
55837 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55839         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55840         typo.
55842 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55844         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55845         memory.  Use alloca_account.  Fix memory leak when retrying.
55847 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55849         * version.h (RELEASE): Bump for 2.14 release.
55850         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55852         * config.make.in (RANLIB): Remove entry.
55854 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55856         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55857         (libc.pot): Work around missing support for .ksh extension in xgettext.
55859         [BZ #12684]
55860         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55861         if both request failed.
55862         (send_dg): In case of server errors clear resplen or *resplen2.
55864         [BZ #12454]
55865         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55866         when there are multiple maps.
55867         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55868         (_dl_fini): Remove test here.
55870         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55872 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55874         [BZ #12350]
55875         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55876         bit from old_res_options.
55877         (gaih_inet): Likewise.
55879         [BZ #11099]
55880         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55881         as signed.
55883         * resolv/res_init.c (res_setoptions): Make the code more compact.
55885         [BZ #11558]
55886         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55887         set RES_USEVC.
55889         [BZ #11634]
55890         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55892         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55894         [BZ #11781]
55895         * malloc/malloc.h: Declare malloc hook variables as volatile.
55897         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55898         in last patch.
55900         [BZ #11799]
55901         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55902         raise in the comment.
55903         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55904         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55905         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55907 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55909         [BZ #12811]
55910         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55911         grow the buffers more if it already has to be sufficient.
55912         (build_wcs_upper_buffer): Likewise.
55913         * posix/regexec.c (check_matching): Likewise.
55914         (clean_state_log_if_needed): Likewise.
55915         (extend_buffers): Don't enlarge buffers beyond size of the input
55916         buffer.
55917         Patches mostly by Emil Wojak <emil@wojak.eu>.
55918         * posix/bug-regex32.c: New file.
55919         * posix/Makefile (tests): Add bug-regex32.
55921         * locale/findlocale.c (_nl_find_locale): Return right away if
55922         _nl_explode_name failed.
55923         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55925         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55927         * debug/xtrace.sh: Unify messages.
55928         * malloc/memusage.sh: Likewise.
55930         [BZ #12813]
55931         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55932         time symbol from vDSO.  Substitute with vsyscall if not available.
55933         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55934         __vdso_time.
55936         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55937         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55938         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55939         Add sendmmsg and internal_sendmmsg.
55940         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55941         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55942         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55944         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55945         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55946         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55948 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55950         [BZ #12813]
55951         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55952         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55953         available.
55954         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55955         __vdso_getcpu.
55957         [BZ #12814]
55958         * iconvdata/Makefile (tests): Add bug-iconv9.
55959         * iconvdata/bug-iconv9.c: New file.
55961 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55963         [BZ #12814]
55964         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55966 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55968         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55969         (struct user_regs_struct): Change intcs field back to cs.
55971 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55973         * po/ja.po: Update from translation team.
55975 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55977         [BZ #12795]
55978         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55979         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55981 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55983         * stdlib/longlong.h: Update from GCC.
55985 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55987         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55988         parameter name.
55989         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55990         Add parameter name.
55991         (__sysconf): Pass it down.
55993 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55995         [BZ #12671]
55996         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55997         some situations.
55998         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55999         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56000         add in in __libc_use_alloca calls.  Adjust callers.
56001         (glob): Use malloc in some situations.
56003         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56004         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56005         pltexit.
56007 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56009         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56010         and CLOCK_BOOTTIME_ALARM.
56012         [BZ #12782]
56013         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56014         is returned.
56016         * string/_strerror.c (__strerror_r): Print negative errors as signed
56017         numbers.
56019         [BZ #12777]
56020         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56021         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56022         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56024         * configure.in: Fix typo in redirection and correct removal of test
56025         files in two cases.
56027         [BZ #12788]
56028         * locale/setlocale.c (new_composite_name): Fix test to check for
56029         identical name of all categories.
56031         [BZ #12792]
56032         * libio/filedoalloc.c (local_isatty): New function.
56033         (_IO_file_doallocate): Use local_isatty.
56034         * stdio-common/perror.c (perror): In case a new stream is used
56035         forward the stream error.
56036         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56037         error flag.
56039 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56041         [BZ #11869]
56042         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56043         alloca.
56044         * include/alloca.h (extend_alloca_account): Define.
56046         [BZ #11857]
56047         * posix/regex.h: Fix comments with documentation of user-accessible
56048         fields after compilation and describe correct free'ing of pattern
56049         after re_compile_pattern.
56050         Patch by Reuben Thomas <rrt@sc3d.org>.
56052 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56054         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56055         and -mno-altivec to prevent the compiler from using Altivec and/or
56056         VSX instructions when the corresponding registers are not available.
56058 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56060         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56062 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56064         * libio/freopen.c (freopen): Use __dup2, not dup2.
56065         * libio/freopen64.c (freopen64): Likewise.
56067 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56069         [BZ #12775]
56070         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56071         * math/Makefile (tests): Add test-powl.
56072         (CFLAGS-test-powl.c): Define.
56073         * math/test-powl.c: New file.
56075 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56077         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56079 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56081         [BZ #11837]
56082         * iconvdata/gb18030.c: Update to GB18020-2005.
56084 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56086         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56087         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56088         Patch by Aharon Robbins <arnold@skeeve.com>.
56090         [BZ #11892]
56091         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56092         on the stack.
56094         [BZ #11895]
56095         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56096         through underflows.
56098         [BZ #12766]
56099         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56100         point to strings before performing equality test for error_one_per_line
56101         mode.
56103         [BZ #11697]
56104         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56106         [BZ #11820]
56107         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56108         (struct user_fpregs_struct): Avoid __uint*_t types.
56110         [BZ #6420]
56111         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56112         symbol info.  Use it instead of calling _dl_addr locally.
56113         (lock_and_info): New function.
56114         (tr_freehook): Call lock_and_info and pass symbol info as additional
56115         parameter to tr_where.
56116         (tr_mallochook): Likewise.
56117         (tr_reallochook): Likewise.
56118         (tr_memalignhook): Likewise.
56120         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56121         used and couldn't be at all thread-safe.
56123 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56125         * libio/freopen.c (freopen): Don't close old file descriptor
56126         before the new one is opened.  Instead dup the new file descriptor
56127         to the old one after the new stream is created.
56128         * libio/freopen64.c (freopen64): Likewise.
56129         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56130         * libio/fileops.c (_IO_new_file_close_it): Handle new
56131         _IO_FLAGS2_NOCLOSE flag.
56132         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56133         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56134         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56135         _IO_FLAGS2_NOCLOSE flag.
56136         * include/unistd.h: Add hidden_proto for dup3.
56137         Define __have_dup3.
56138         * io/dup3.c: Define hidden symbol.
56139         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56141         [BZ #7101]
56142         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56143         when an incomplete long option is used.
56144         * posix/tst-getopt_long1.c: New file.
56145         * posix/Makefile (tests): Add tst-getopt_long1.
56147         [BZ #10138]
56148         * scripts/config.guess: Update from autoconf-2.68.
56149         * scripts/config.sub: Likewise.
56151         [BZ #10157]
56152         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56153         tests into ...
56154         (has_cpuclock): ...this.  New function.
56155         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56156         macro here based on has_cpuclock code.
56158         [BZ #10149]
56159         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56160         First byte (not low byte) is now always NUL.
56161         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56163         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56164         Use non-cancelable interfaces.
56166         [BZ #9809]
56167         * locale/iso-639.def: Add entry for Sorani.
56169         [BZ #11901]
56170         * include/stdlib.h: Move include protection to the right place.
56171         Define abort_msg_s.  Declare __abort_msg with it.
56172         * stdlib/abort.c (__abort_msg): Adjust type.
56173         * assert/assert.c (__assert_fail_base): New function.  Majority
56174         of code from __assert_fail.  Allocate memory for __abort_msg with
56175         mmap.
56176         (__assert_fail): Now call __assert_fail_base.
56177         * assert/assert-perr.c: Remove bulk of implementation.  Use
56178         __assert_fail_base.
56179         * include/assert.hL Declare __assert_fail_base.
56180         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56181         mmap.
56182         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56184 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56186         [BZ #11952]
56187         [BZ #12453]
56188         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56189         until all modules are registered in the DTV.
56190         * elf/Makefile: Add rules to build and run tst-tls19.
56191         * elf/tst-tls19.c: New file.
56192         * elf/tst-tls19mod1.c: New file.
56193         * elf/tst-tls19mod2.c: New file.
56194         * elf/tst-tls19mod3.c: New file.
56195         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56197         [BZ #12083]
56198         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56199         correctly.
56201         [BZ #12601]
56202         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56203         two-byte sequence errors.
56204         * iconvdata/Makefile (tests): Add bug-iconv8.
56205         * iconvdata/bug-iconv8.c: New file.
56207         [BZ #12626]
56208         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56209         buf2 definition.
56211         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56213         [BZ #12432]
56214         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56215         (dummy_getcfa): New function.
56216         (init): Get _Unwind_GetCFA address, use dummy if not found.
56217         (backtrace_helper): In recursion check, also check whether CFA changes.
56218         (__backtrace): Completely initialize arg.
56220         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56221         storing incomplete byte sequence in state object.  Avoid testing for
56222         guaranteed too small input if we know there is enough data available.
56224 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56226         * Makeconfig (+link-pie): Indent.
56227         * Rules (binaries-pie): Define if $(have-fpie) and
56228         $(build-shared).
56229         (binaries-shared): Also filter out $(binaries-pie).
56230         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56231         * nscd/Makefile (others-pie): Add nscd.
56232         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56233         ($(objpfx)nscd): Remove command override.
56234         * login/Makefile (others-pie): Add pt_chown.
56235         ($(objpfx)pt_chown): Remove command override.
56236         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56237         remove command overrides.
56239 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56241         * libio/tst_putwc.c: Fix error messages.
56243         [BZ #12724]
56244         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56245         currently writing and seek to current position when not.
56246         * libio/Makefile (tests): Add bug-fclose1.
56247         * libio/bug-fclose1.c: New file.
56249 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56251         [BZ #12511]
56252         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56253         don't set DF_1_NODELETE here.
56254         (do_lookup_x): When entering new entry test for copy relocation
56255         and if necessary set DF_1_NODELETE flag.
56256         * elf/tst-unique4.cc: New file.
56257         * elf/tst-unique4.h: New file.
56258         * elf/tst-unique4lib.cc: New file.
56259         * elf/Makefile: Add rules to build and run tst-unique4.
56260         Patch by Piotr Bury <pbury@goahead.com>.
56262 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56264         [BZ #12052]
56265         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56267         [BZ #12625]
56268         * misc/mntent_r.c (addmntent): Flush the stream after the output
56270         [BZ #12393]
56271         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56272         (is_trusted_path_normalize): Skip initial colon.  Append slash
56273         to empty buffer.  Duplicate is_trusted_path code but allow
56274         constructed patch to be prefix.
56275         (is_dst): Allow $ORIGIN followed by /.
56276         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56277         Correct testing of result of is_trusted_path_normalize
56278         (decompose_rpath): Fix warning.
56280 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56282         [BZ #11257]
56283         * grp/initgroups.c (internal_getgrouplist): When we found the service
56284         list through the initgroups entry in nsswitch.conf do not always
56285         continue on a successful lookup.  Don't always use the
56286         __nss_group_database value if it is set.
56287         * nss/nsswitch.conf (initgroups): Change action for successful db
56288         lookup to continue for compatibility.
56290 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56292         [BZ #11532]
56293         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56294         and CP774 modules.
56295         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56296         and CP774 modules.
56297         * iconvdata/tst-tables.sh: Likewise.
56298         * iconvdata/cp770.c: New file.
56299         * iconvdata/cp771.c: New file.
56300         * iconvdata/cp772.c: New file.
56301         * iconvdata/cp773.c: New file.
56302         * iconvdata/cp774.c: New file.
56303         * iconvdata/testdata/CP770: New file.
56304         * iconvdata/testdata/CP770..UTF8: New file.
56305         * iconvdata/testdata/CP771: New file.
56306         * iconvdata/testdata/CP771..UTF8: New file.
56307         * iconvdata/testdata/CP772: New file.
56308         * iconvdata/testdata/CP772..UTF8: New file.
56309         * iconvdata/testdata/CP773: New file.
56310         * iconvdata/testdata/CP773..UTF8: New file.
56311         * iconvdata/testdata/CP774: New file.
56312         * iconvdata/testdata/CP774..UTF8: New file.
56314         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56315         END CHARMAP line.
56316         * iconvdata/gen-8bit-gap.sh: Likewise.
56317         * iconvdata/gen-8bit.sh: Likewise.
56319         * locale/iso-639.def: Add ary entry.
56321         [BZ #11258]
56322         * locale/C-translit.h.in: Add U20A1 transliteration.
56324         [BZ #12178]
56325         * locale/iso-639.def: Add wae entry.
56326         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56328         [BZ #12545]
56329         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56330         for n.
56332         [BZ #12711]
56333         * locale/C-translit.h.in: Add entry for U20B9.
56334         Patch by pravin.d.s@gmail.com.
56336 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56338         [BZ #12713]
56339         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56340         ENAMETOOLONG use generic getcwd.
56341         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56342         in rtld.  Use *stat64.
56343         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56344         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56345         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56346         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56347         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56348         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56349         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56350         __fstatat64 macros.
56351         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56352         * dirent/rewinddir.c: Add libc_hidden_def.
56353         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56354         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56356         * include/dirent.h (__alloc_dir): Add flags parameter.
56357         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56358         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56359         __alloc_dir.
56360         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56361         from fdopendir if O_CLOEXEC is already set.
56363 2011-03-15  Alan Modra  <amodra@gmail.com>
56365         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56366         l_tls_firstbyte_offset non-zero.  Save padding offset in
56367         l_tls_firstbyte_offset for later use.
56368         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56369         freeing static tls block.
56371 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56373         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56374         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56375         being defined by the kernel headers.
56377 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56379         [BZ #12734]
56380         * resolv/resolv.h: Define RES_NOTLDQUERY.
56381         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56382         no-tld-query and set RES_NOTLDQUERY.
56383         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56384         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56385         modern BIND to search name as TLD unless forbidden.
56387 2011-05-07  Petr Baudis  <pasky@suse.cz>
56388             Ulrich Drepper  <drepper@gmail.com>
56390         [BZ #12393]
56391         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56392         (is_trusted_path): ...to here.
56393         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56394         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56395         using is_trusted_path_normalize() in setuid scripts.
56397 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56399         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56400         __BEGIN/__END_DECLS.
56402 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56404         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56405         NSS_STATUS_NOTFOUND if no record was found.
56407 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56409         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56410         (headers-not-in-tirpc): Remove rpc/netdb.h
56411         * resolv/netdb.h: Revert last change.
56413 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56415         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56416         circular dependency between libgcc.a and libc.a.
56418 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56420         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56421         * nis/Makefile: Don't install rpcsvc/*.
56422         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56423         instead of <rpc/types.h>.
56424         (MAXHOSTNAMELEN): Define.
56426 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56428         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56430 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56432         [BZ #12714]
56433         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56434         gethostbyname4_r when IPv6 results are possible.
56436 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56438         [BZ #12723]
56439         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56440         _PC_PIPE_BUF handling.
56442 2011-04-30  Bruno Haible  <bruno@clisp.org>
56444         [BZ #12717]
56445         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56446         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56447         to 'int'.
56448         * inet/getnameinfo.c (getnameinfo): Likewise.
56450 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56452         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56453         to groups setting in database lookup.
56454         * nss/nsswitch.conf: Add initgroups entry.
56456 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56458         [BZ #12685]
56459         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56460         mode string.
56461         Patch by Eric Blake <eblake@redhat.com>.
56463 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56465         * sunrpc/Makefile (need-export-routines): Add svc_run.
56466         (routines): Remove svc_run.
56467         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56468         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56469         * sunrpc/svc_run.c (svc_run): Likewise.
56470         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56472 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56474         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56475         problem in reallocation in last patch.
56477 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56479         * sunrpc/Makefile: Move inclusion of Rules.
56481 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56483         * nss/nss_files/files-initgroups.c: New file.
56484         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56485         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56486         _nss_files_initgroups_dyn.
56488 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56490         * elf/elf.h (R_ARM_IRELATIVE): Define.
56492 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56494         * po/ru.po: Update from translation team.
56496 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56498         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56499         dependencies.
56501 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56503         [BZ #12653]
56504         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56505         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56506         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56507         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56508         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56510 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56512         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56513         differing bytes.
56514         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56515         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56516         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56518 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56520         [BZ #12420]
56521         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56522         storing it.
56523         * stdlib/bug-getcontext.c: New file.
56524         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56526 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56528         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56529         instructions into .machine "z9-109".
56530         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56531         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56533 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56535         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56536         between environment variables and auxiliary vector.
56538 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56540         * Makefile: Add rules to build linkobj/libc.so.
56541         * include/libc-symbols.h: Define libc_hidden_nolink.
56542         * include/rpc/auth.h: Mark functions which are to be hidden.
56543         * include/rpc/auth_des.h: Likewise.
56544         * include/rpc/auth_unix.h: Likewise.
56545         * include/rpc/clnt.h: Likewise.
56546         * include/rpc/des_crypt.h: Likewise.
56547         * include/rpc/key_prot.h: Likewise.
56548         * include/rpc/pmap_clnt.h: Likewise.
56549         * include/rpc/pmap_prot.h: Likewise.
56550         * include/rpc/pmap_rmt.h: Likewise.
56551         * include/rpc/rpc_msg.h: Likewise.
56552         * include/rpc/svc.h: Likewise.
56553         * include/rpc/svc_auth.h: Likewise.
56554         * include/rpc/xdr.h: Likewise.
56555         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56556         * nss/Makefile: Likewise.
56557         * sunrpc/Makefile: Don't install headers.  Build library with normal
56558         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56559         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56560         for the compat linking library.  Remove use of INTDEF/INTUSE.
56561         * sunrpc/auth_none.c: Likewise.
56562         * sunrpc/auth_unix.c: Likewise.
56563         * sunrpc/authdes_prot.c: Likewise.
56564         * sunrpc/authuxprot.c: Likewise.
56565         * sunrpc/clnt_gen.c: Likewise.
56566         * sunrpc/clnt_perr.c: Likewise.
56567         * sunrpc/clnt_raw.c: Likewise.
56568         * sunrpc/clnt_simp.c: Likewise.
56569         * sunrpc/clnt_tcp.c: Likewise.
56570         * sunrpc/clnt_udp.c: Likewise.
56571         * sunrpc/clnt_unix.c: Likewise.
56572         * sunrpc/des_crypt.c: Likewise.
56573         * sunrpc/des_soft.c: Likewise.
56574         * sunrpc/get_myaddr.c: Likewise.
56575         * sunrpc/key_call.c: Likewise.
56576         * sunrpc/key_prot.c: Likewise.
56577         * sunrpc/netname.c: Likewise.
56578         * sunrpc/pm_getmaps.c: Likewise.
56579         * sunrpc/pm_getport.c: Likewise.
56580         * sunrpc/pmap_clnt.c: Likewise.
56581         * sunrpc/pmap_prot.c: Likewise.
56582         * sunrpc/pmap_prot2.c: Likewise.
56583         * sunrpc/pmap_rmt.c: Likewise.
56584         * sunrpc/publickey.c: Likewise.
56585         * sunrpc/rpc_cmsg.c: Likewise.
56586         * sunrpc/rpc_common.c: Likewise.
56587         * sunrpc/rpc_dtable.c: Likewise.
56588         * sunrpc/rpc_prot.c: Likewise.
56589         * sunrpc/rpc_thread.c: Likewise.
56590         * sunrpc/rtime.c: Likewise.
56591         * sunrpc/svc.c: Likewise.
56592         * sunrpc/svc_auth.c: Likewise.
56593         * sunrpc/svc_authux.c: Likewise.
56594         * sunrpc/svc_raw.c: Likewise.
56595         * sunrpc/svc_run.c: Likewise.
56596         * sunrpc/svc_simple.c: Likewise.
56597         * sunrpc/svc_tcp.c: Likewise.
56598         * sunrpc/svc_udp.c: Likewise.
56599         * sunrpc/svc_unix.c: Likewise.
56600         * sunrpc/svcauth_des.c: Likewise.
56601         * sunrpc/xcrypt.c: Likewise.
56602         * sunrpc/xdr.c: Likewise.
56603         * sunrpc/xdr_array.c: Likewise.
56604         * sunrpc/xdr_float.c: Likewise.
56605         * sunrpc/xdr_intXX_t.c: Likewise.
56606         * sunrpc/xdr_mem.c: Likewise.
56607         * sunrpc/xdr_rec.c: Likewise.
56608         * sunrpc/xdr_ref.c: Likewise.
56609         * sunrpc/xdr_sizeof.c: Likewise.
56610         * sunrpc/xdr_stdio.c: Likewise.
56612 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56614         [BZ #12650]
56615         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56616         * sysdeps/ia64/dl-tls.h: Likewise.
56617         * sysdeps/powerpc/dl-tls.h: Likewise.
56618         * sysdeps/s390/dl-tls.h: Likewise.
56619         * sysdeps/sh/dl-tls.h: Likewise.
56620         * sysdeps/sparc/dl-tls.h: Likewise.
56621         * sysdeps/x86_64/dl-tls.h: Likewise.
56622         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56624 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56626         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56627         rpath element also skip the following colon.
56628         (expand_dynamic_string_token): Add is_path parameter and pass
56629         down to DL_DST_REQUIRED and _dl_dst_substitute.
56630         (decompose_rpath): Call expand_dynamic_string_token with
56631         non-zero is_path.  Ignore empty rpaths.
56632         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56633         with zero is_path.
56635 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56638         Make cancelable.
56640 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56642         [BZ #12655]
56643         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56644         Patch by Filipe David Manana <fdmanana@apache.org>.
56646 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56648         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56649         Maintain aligned stack.
56650         (CHECK_RSP): Remove unused macro.
56652 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56654         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56655         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56657 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56659         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56661         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56663 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56665         [BZ #12518]
56666         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56667         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56668         * sysdeps/x86_64/memmove.c: New file.
56669         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56670         (memcpy): Renamed to ...
56671         (__new_memcpy): This.
56672         (memcpy): Provide GLIBC_2_14 memcpy.
56673         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56674         (memcpy): Provide GLIBC_2_2_5 memcpy.
56676 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56678         [BZ #12631]
56679         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56681 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56683         * misc/syncfs.c: New file.
56684         * misc/Makefile (routines): Add syncfs.
56685         * posix/unistd.h: Declare syncfs.
56686         * sysdeps/unix/syscalls.list: Add syncfs.
56688 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56690         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56691         open_by_handle_at.
56692         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56693         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56694         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56695         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56696         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56697         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56698         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56700 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56702         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56703         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56704         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56705         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56706         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56707         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56708         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56710         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56711         sync_file_range.c with -fexceptions.
56712         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56713         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56714         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56715         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56716         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56717         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56718         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56719         sync_file_range as cancellation point
56720         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56721         now a wrapper around __call_sync_file_range with cancellation handling.
56722         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56723         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56724         function name to __call_sync_file_range.
56725         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56726         Add call_sync_file_range.
56728 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56730         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56731         bits/timex.h.
56733 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56735         * iconv/iconv.h: Fix typo in comment.
56736         * io/fcntl.h: Likewise.
56737         * libio/stdio.h: Likewise.
56738         * posix/spawn.h: Likewise.
56739         * posix/unistd.h: Likewise.
56740         * stdlib/stdlib.h: Likewise.
56741         * time/time.h: Likewise.
56742         * wcsmbs/wchar.h: Likewise.
56744         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56745         open_by_handle): Add.
56746         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56747         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56748         Augment a few comments.
56749         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56750         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56751         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56752         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56753         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56754         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56755         open_by_handle.
56757         * io/fcntl.h (AT_EMPTY_PATH): Define.
56759 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56761         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56762         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56763         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56764         to...
56765         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56766         * Versions.def: Add GLIBC_2.14.
56767         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56768         Export.
56770 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56772         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56773         round counter.
56774         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56776 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56778         [BZ #12597]
56779         * string/test-strncmp.c (do_page_test): New function.
56780         (check2): Likewise.
56781         (test_main): Call check2.
56782         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56784 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56786         [BZ #12587]
56787         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56788         Handle cache information in CPU leaf 4.
56789         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56791 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56793         [BZ #12583]
56794         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56795         character representation.
56796         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56798 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56800         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56801         END(__isnan) to END(__isnanf) to match function entry point/label
56802         EALIGN(__isnanf,...).
56804 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56806         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56808 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56810         [BZ #12510]
56811         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56812         copy from the symbol referenced in the relocation to initialize the
56813         used variable.
56814         Patch by Piotr Bury <pbury@goahead.com>.
56815         * elf/Makefile: Add rules to build and tst-unique3.
56816         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56817         * elf/tst-unique3.cc: New file.
56818         * elf/tst-unique3.h: New file.
56819         * elf/tst-unique3lib.cc: New file.
56820         * elf/tst-unique3lib2.cc: New file.
56822         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56824 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56826         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56827         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56828         to _start.
56830 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56832         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56833         to-be-loaded object along a path to loader is ld.so.
56835 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56836             Ulrich Drepper  <drepper@gmail.com>
56838         * sysdeps/x86_64/memset.S: After aligning destination, code
56839         branches to different locations depending on the value of
56840         misalignment, when multiarch is enabled. Fix this.
56842 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56844         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56845         Set _x86_64_preferred_memory_instruction for AMD processsors.
56846         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56847         Set bit_Prefer_SSE_for_memop for AMD processors.
56849 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56851         * libio/fmemopen.c (fmemopen): Optimize a bit.
56853 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56855         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56857 2011-03-03  Roland McGrath  <roland@redhat.com>
56859         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56861 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56863         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56864         __bzero_ultra1 instead of __memset_ultra1.
56866 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56867             Ulrich Drepper  <drepper@gmail.com>
56869         [BZ #12509]
56870         * include/link.h (struct link_map): Add l_orig_initfini.
56871         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56872         returning unsuccessfully.
56873         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56874         close of a file loaded at startup, restore the original l_initfini
56875         list.
56876         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56877         list, store the pointer.
56878         * elf/Makefile ($(objpfx)noload-mem): New rule.
56879         (noload-ENV): Define.
56880         (tests): Add $(objpfx)noload-mem.
56881         * elf/noload.c: Include <memcheck.h>.
56882         (main): Call mtrace.  Close all opened handles.
56884 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56886         [BZ #12454]
56887         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56888         dependencies are missing.
56890 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56892         Fix __if_freereq crash: Unlike the generic version which uses free,
56893         Hurd needs munmap.
56894         * sysdeps/mach/hurd/ifreq.h: New file.
56896 2011-01-27  Petr Baudis  <pasky@suse.cz>
56897             Ulrich Drepper  <drepper@gmail.com>
56899         [BZ 12445]#
56900         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56901         to extend_alloca().
56902         * stdio-common/bug23.c: New file.
56903         * stdio-common/Makefile (tests): Add bug23.
56905 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56906             Ulrich Drepper  <drepper@gmail.com>
56908         [BZ #12489]
56909         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56910         before performing relro protection.  At old place add assertion
56911         to make sure nothing changed.
56913 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56914             Glauber de Oliveira Costa  <glommer@gmail.com>
56916         * elf/elf.h: Add new ARM TLS relocs.
56918 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56921         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56922         cast from r3.
56923         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56924         'tests' variable.
56925         * sysdeps/wordsize-64/tst-writev.c: New file.
56927 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56929         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56930         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56931         insns in _dl_start to prevent a TOC reference before relocs are
56932         resolved.
56934 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56936         [BZ #12469]
56937         * Makeconfig: Remove RANLIB definition.
56938         * Makerules: Don't use RANLIB.
56939         * aclocal.m4: Remove ranlib test.
56940         * configure.in: No need to check for ranlib.
56941         * elf/rtld-Rules: Don't use RANLIB.
56943 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56945         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56946         protection macro.
56947         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56948         inclusion protection macro.
56950         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56951         SIGRTMIN and SIGRTMAX and print information in that case only when
56952         SIGRTMIN is defined.
56954 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56956         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56957         arginfo fn returning -1.
56959         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56960         and thousands string is zero terminated.
56962 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56964         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56965         sysdeps/unix/sysv/linux/bits/socket.h.
56967 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56969         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56970         (__CPU_COUNT): Remove old macros.
56971         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56972         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56973         (__CPU_ALLOC, __CPU_FREE): Add macros.
56974         (__sched_cpualloc, __sched_cpufree): Add declarations.
56976 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56978         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56979         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56980         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56981         (readdhstai): Return value of addhstaiX call.
56982         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56983         (addgrbyX): Return value returned by cache_addgr.
56984         (readdgrbyname): Return value returned by addgrbyX.
56985         (readdgrbygid): Likewise.
56986         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56987         (addpwbyX): Return value returned by cache_addpw.
56988         (readdpwbyname): Return value returned by addhstbyX.
56989         (readdpwbyuid): Likewise.
56990         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56991         (addservbyX): Return value returned by cache_addserv.
56992         (readdservbyname): Return value returned by addservbyX:
56993         (readdservbyport): Likewise.
56994         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56995         (addhstbyX): Return value returned by cache_addhst.
56996         (readdhstbyname): Return value returned by addhstbyX.
56997         (readdhstbyaddr): Likewise.
56998         (readdhstbynamev6): Likewise.
56999         (readdhstbyaddrv6): Likewise.
57000         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57001         (readdinitgroups): Return value returned by addinitgroupsX.
57002         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57003         (prune_cache): Keep track of timeout value of re-added entries.
57004         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57005         * nscd/nscd.h: Adjust prototypes of readd* functions.
57007 2011-02-04  Roland McGrath  <roland@redhat.com>
57009         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57010         (nis_stats): Likewise.
57011         * nis/nis_modify.c (nis_modify): Likewise.
57012         * nis/nis_remove.c (nis_remove): Likewise.
57013         * nis/nis_add.c (nis_add): Likewise.
57015         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57017         * posix/fnmatch_loop.c: Add some consts.
57019         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57021 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57023         [BZ #12460]
57024         * config.make.in (config-cflags-novzeroupper): Define.
57025         * configure.in: Substitute libc_cv_cc_novzeroupper.
57026         * elf/Makefile (AVX-CFLAGS): Define.
57027         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57028         (CFLAGS-tst-auditmod4a.c): Likewise.
57029         (CFLAGS-tst-auditmod4b.c): Likewise.
57030         (CFLAGS-tst-auditmod6b.c): Likewise.
57031         (CFLAGS-tst-auditmod6c.c): Likewise.
57032         (CFLAGS-tst-auditmod7b.c): Likewise.
57033         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57035 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57037         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57038         function to the callback.
57039         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57041 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57043         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57044         of errno.
57046 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57048         [BZ #11724]
57049         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57050         of constructors.
57051         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57052         of destructors.
57053         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57055         [BZ #11724]
57056         * elf/Makefile: Add rules to build and run new test.
57057         * elf/tst-initorder.c: New file.
57058         * elf/tst-initorder.exp: New file.
57059         * elf/tst-initordera1.c: New file.
57060         * elf/tst-initordera2.c: New file.
57061         * elf/tst-initordera3.c: New file.
57062         * elf/tst-initordera4.c: New file.
57063         * elf/tst-initorderb1.c: New file.
57064         * elf/tst-initorderb2.c: New file.
57065         * elf/tst-order-a1.c: New file.
57066         * elf/tst-order-a2.c: New file.
57067         * elf/tst-order-a3.c: New file.
57068         * elf/tst-order-a4.c: New file.
57069         * elf/tst-order-b1.c: New file.
57070         * elf/tst-order-b2.c: New file.
57071         * elf/tst-order-main.c: New file.
57072         New test case by George Gensure <werkt0@gmail.com>.
57074 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57076         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57077         decoding ACE if AI_CANONIDN.
57079 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57081         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57083 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57085         * version.h (RELEASE): Bump for 2.13 release.
57086         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57088         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57090         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57091         MADV_NOHUGEPAGE.
57092         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57093         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57094         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57095         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57096         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57097         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57099         * posix/getconf.c: Update copyright year.
57100         * catgets/gencat.c: Likewise.
57101         * csu/version.c: Likewise.
57102         * debug/catchsegv.sh: Likewise.
57103         * debug/xtrace.sh: Likewise.
57104         * elf/ldconfig.c: Likewise.
57105         * elf/ldd.bash.in: Likewise.
57106         * elf/sprof.c (print_version): Likewise.
57107         * iconv/iconv_prog.c: Likewise.
57108         * iconv/iconvconfig.c: Likewise.
57109         * locale/programs/locale.c: Likewise.
57110         * locale/programs/localedef.c: Likewise.
57111         * malloc/memusage.sh: Likewise.
57112         * malloc/mtrace.pl: Likewise.
57113         * nscd/nscd.c (print_version): Likewise.
57114         * nss/getent.c: Likewise.
57116         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57117         PF_CAIF, and PF_ALG.
57118         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57120 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57122         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57123         (modules-names): Use them.
57124         (ifunc-test-modules, ifunc-pie-tests): Define.
57125         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57126         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57127         (test-extras): Likewise.
57128         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57129         $(compile-command.c).
57130         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57131         (all-built-dso): Define.
57132         (check-textrel.out, check-execstack.out): Depend on it.
57134         * configure.in: Don't override --enable-multi-arch.
57136 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57138         [BZ #6812]
57139         * nscd/hstcache.c (tryagain): Define.
57140         (cache_addhst): Return tryagain not notfound for temporary errors.
57141         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57142         failed.
57144 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57146         [BZ #10563]
57147         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57148         to make the syscall.
57149         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57151         [BZ #12378]
57152         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57153         and fall back to matching as normal character if the string ends before
57154         the matching ']' is found.  This is what POSIX requires.
57155         * posix/testfnm.c: Adjust test result.
57156         * posix/globtest.sh: Adjust test result.  Add new test.
57157         * posix/tst-fnmatch.input: Likewise.
57158         * posix/tst-fnmatch2.c: Add new test.
57160 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57162         * elf/Makefile (check-execstack): Revert last change.  Depend on
57163         check-execstack.h.
57164         (check-execstack.h): New target.
57165         (generated): Add check-execstack.h.
57166         * elf/check-execstack.c: Include "check-execstack.h".
57167         (main): Revert last change.
57168         (handle_file): Return zero if GNU_STACK is absent and
57169         DEFAULT_STACK_PERMS doesn't include PF_X.
57171 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57173         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57174         in child fails because the descriptor is already closed.
57175         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57176         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57177         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57179         [BZ #12397]
57180         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57181         syscall.
57183         [BZ #10484]
57184         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57185         temporary buffer used to handle multi lookups locally.
57186         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57188 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57190         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57191         loader is ld.so.
57193 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57195         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57196         alignment for SSE2.
57198 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57200         [BZ #12394]
57201         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57202         characters.  When rounding increased number of integer digits recompute
57203         number of groups.
57204         * stdio-common/tst-grouping.c: New file.
57205         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57207 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57209         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57210         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57212         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57213         void.
57214         * bits/select.h: Likewise.
57216 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57218         * po/ja.po: Update from translation team.
57220 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57222         [BZ #11155]
57223         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57224         implementation just like for lxstat, fxstatat, et al.
57226 2010-12-27  Jim Meyering  <meyering@redhat.com>
57228         [BZ #12348]
57229         * posix/regexec.c (build_trtable): Return failure indication upon
57230         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57232 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57234         [BZ #12201]
57235         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57236         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57237         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57238         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57240         [BZ #12207]
57241         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57243         [BZ #12204]
57244         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57245         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57247 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57249         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57250         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57251         script has SORT_BY_INIT_PRIORITY.
57252         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57253         NO_CTORS_DTORS_SECTIONS is defined.
57254         * elf/soinit.c: Likewise.
57255         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57256         NO_CTORS_DTORS_SECTIONS is defined.
57257         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57258         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57259         * sysdeps/sh/init-first.c: Likewise.
57260         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57262 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57264         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57265         always use the slow path.
57267 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57269         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57270         similar rule which adds the sysdep directories to the header search in
57271         order to pick up the correct platform stackinfo.h.
57272         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57273         perform test if it is, otherwise return successfully without testing.
57274         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57275         DEFAULT_STACK_PERMS define in stackinfo.h.
57276         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57277         defined in stackinfo.h.
57278         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57279         DEFAULT_STACK_PERMS defined in stackinfo.h.
57280         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57281         * sysdeps/ia64/stackinfo.h: Likewise.
57282         * sysdeps/s390/stackinfo.h: Likewise.
57283         * sysdeps/sh/stackinfo.h: Likewise.
57284         * sysdeps/sparc/stackinfo.h: Likewise.
57285         * sysdeps/x86_64/stackinfo.h: Likewise.
57286         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57287         PF_X for powerpc64.  Retain PF_X for powerpc32.
57289 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57291         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57292         accurately.
57293         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57294         GETDENTS_64BIT_ALIGNED.
57296 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57298         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57300 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57302         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57303         _GNU_SOURCE.
57305         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57306         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57307         Remove __restrict.
57308         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57309         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57311 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57313         [BZ #11655]
57314         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57315         are initialized.
57317 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57319         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57321 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57323         * po/it.po: Update from translation team.
57325 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57327         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57328         unused codes.
57330 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57332         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57334 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57336         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57337         specially.
57338         (gaih_getanswer_slice): Likewise.
57340 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57342         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57344 2010-05-31  Petr Baudis  <pasky@suse.cz>
57346         [BZ #11149]
57347         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57348         silently even in the chroot mode.
57350 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57352         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57353         last patch a bit.  Pretty printing
57355 2010-05-31  Petr Baudis <pasky@suse.cz>
57357         [BZ #10085]
57358         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57359         initialization of skip_initgroups_dyn.
57361 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57363         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57364         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57366 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57368         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57370 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57372         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57373         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57374         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57375         ($(objpfx)tst-fnmatch-mem): New rule.
57376         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57377         * posix/tst-fnmatch.c (main): Call mtrace.
57379 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57381         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57382         Support Intel processor model 6 and model 0x2c.
57384 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57386         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57387           signed comparison.
57389 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57391         [BZ #12205]
57392         * string/test-strncasecmp.c (check_result): New function.
57393         (do_one_test): Use it.
57394         (check1): New function.
57395         (test_main): Use it.
57396         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57397         Support strcasecmp and strncasecmp.
57399 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57401         [BZ #12194]
57402         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57403         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57405 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57407         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57408         IFUNC support.
57409         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57410         memset-x86-64.
57411         * sysdeps/x86_64/multiarch/bzero.S: New file.
57412         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57413         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57414         * sysdeps/x86_64/multiarch/memset.S: New file.
57415         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57416         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57417         Set bit_Prefer_SSE_for_memop for Intel processors.
57418         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57419         Define.
57420         (index_Prefer_SSE_for_memop): Define.
57421         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57423 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57425         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57426         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57428 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57430         [BZ #12191]
57431         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57432         (__x86_64_raw_data_cache_size_half): Likewise.
57433         (__x86_64_raw_shared_cache_size): Likewise.
57434         (__x86_64_raw_shared_cache_size_half): Likewise.
57436         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57437         (__x86_64_raw_data_cache_size_half): Likewise.
57438         (__x86_64_raw_shared_cache_size): Likewise.
57439         (__x86_64_raw_shared_cache_size_half): Likewise.
57440         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57441         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57442         and __x86_64_raw_shared_cache_size_half.  Round
57443         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57444         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57445         to multiple of 256 bytes.
57447 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57449         [BZ #12167]
57450         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57451         of inacessible symlinks.  Verify result of symlink before returning it.
57452         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57453         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57455 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57457         * math/math.h (isinf): Fix typo in comment.
57459 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57461         * po/da.po: Update from translation team.
57463 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57465         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57466         is added to the list.
57468 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57469             Ulrich Drepper  <drepper@gmail.com>
57471         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57472         the global list here.  Move code to...
57473         (_dl_add_to_namespace_list): ...here.  New function.
57474         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57475         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57476         * elf/dl-load.c (lose): Don't remove the element from the list.
57477         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57478         (_dl_map_object): Likewise.
57480 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57482         [BZ #12159]
57483         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57484         into all bytes of SSE register.
57485         Patch by Richard Li <richardpku@gmail.com>.
57487 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57489         [BZ #12140]
57490         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57491         perturbing.
57493 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57495         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57496         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57497         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57498         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57500         submachine.
57501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57503 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57505         * include/dlfcn.h (__RTLD_SECURE): Define.
57506         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57507         mode & __RTLD_SECURE instead.
57508         (open_path): Rename preloaded parameter to secure.
57509         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57510         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57511         * elf/dl-deps.c (openaux): Likewise.
57512         * elf/rtld.c (struct map_args): Remove is_preloaded.
57513         (map_doit): Don't use it.
57514         (dl_main): Likewise.
57515         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57516         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57518 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57520         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57521         (sysd-rules-targets): Remove duplicates.
57522         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57523         rtld-%.$o dependency.
57525 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57527         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57528         _dl_map_object do it.
57530 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57532         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57533         fast fma builtins, define the macros in the C99 standard.
57534         (FP_FAST_FMAF): Likewise.
57535         (FP_FAST_FMAL): Likewise.
57536         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57538         * bits/mathdef.h: Update copyright year.
57539         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57541 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57543         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57544         builtins, define the macros in the C99 standard.
57545         (FP_FAST_FMAF): Likewise.
57546         (FP_FAST_FMAL): Likewise.
57547         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57548         multiply/add.
57549         (FP_FAST_FMAF): Likewise.
57551 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57553         [BZ #3268]
57554         * math/libm-test.inc (fma_test): Some new testcases.
57555         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57556         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57557         y and infinite z.  Do multiplication by C already in long double.
57558         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57559         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57560         y and infinite z.  Do bitwise or of inexact bit into u.d.
57561         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57562         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57563         * sysdeps/i386/fpu/s_fma.S: Removed.
57564         * sysdeps/i386/fpu/s_fmal.S: Removed.
57566 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57568         [BZ #3268]
57569         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57570         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57571         computation is not scheduled after fetestexcept.  Fix value
57572         of minimum denormal long double.
57574 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57576         [BZ #3268]
57577         * math/libm-test.inc (fma_test): Add some more tests.
57578         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57579         correctly.
57581 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57583         * scripts/data/localplt-s390-linux-gnu.data: New file.
57584         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57586 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57588         [BZ #3268]
57589         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57590         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57591         instead of dbl-64.
57592         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57593         inlines.
57594         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57596         if one of x and y is very large and the other is subnormal.
57597         * sysdeps/s390/fpu/s_fmaf.c: New file.
57598         * sysdeps/s390/fpu/s_fma.c: New file.
57599         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57600         * sysdeps/powerpc/fpu/s_fma.S: New file.
57601         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57602         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57603         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57605 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57607         [BZ #3268]
57608         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57609         fma tests.
57610         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57611         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57612         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57613         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57614         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57615         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57616         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57618 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57620         [BZ #12078]
57621         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57622         * posix/bug-regex31.input: Add test case.
57624 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57626         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57627         * posix/bug-regex31.input: New file.
57629         [BZ #12078]
57630         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57631         (parse_sub_exp): Fix last change, use postorder.
57633         * posix/bug-regex31.c: New file.
57634         * posix/Makefile: Add rules to build and run bug-regex31.
57636         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57638         [BZ #12078]
57639         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57641         [BZ #12108]
57642         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57643         to have entries in sys_siglist.
57645         [BZ #12093]
57646         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57647         be NULL.
57649 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57651         [BZ #3268]
57652         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57653         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57654         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57655         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57656         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57657         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57658         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57659         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57660         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57661         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57662         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57663         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57664         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57665         * math/ftestexcept.c (fetestexcept): Likewise.
57666         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57667         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57668         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57669         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57670         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57671         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57672         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57674 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57676         [BZ #12107]
57677         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57678         newline.
57680 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57682         * string/bug-strstr1.c: New file.
57683         * string/Makefile: Add rules to build and run bug-strstr1.
57685 2010-10-05  Eric Blake  <eblake@redhat.com>
57687         [BZ #12092]
57688         * string/str-two-way.h (two_way_long_needle): Always clear memory
57689         when skipping input due to the shift table.
57691 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57693         [BZ #12005]
57694         * malloc/mcheck.c: Handle large requests.
57696         [BZ #12077]
57697         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57698         for strncmp and strncasecmp.
57699         * string/stratcliff.c: Add tests for strcmp and strncmp.
57700         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57702 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57704         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57705         __set_fpscr.
57707 2010-09-30  Andreas Jaeger  <aj@suse.de>
57709         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57710         (CGROUP_SUPER_MAGIC): Define.
57711         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57712         Handle btrfs and cgroup file systems.
57713         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57714         Likewise.
57716 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57718         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57719         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57721 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57723         [BZ #12067]
57724         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57725         trying to locate the ELF header.
57727 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57729         [BZ #11611]
57730         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57731         Mask out sign-bit copies when constructing f_fsid.
57733 2010-09-24  Petr Baudis <pasky@suse.cz>
57735         * debug/stack_chk_fail_local.c: Add missing licence exception.
57736         * debug/warning-nop.c: Likewise.
57738 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57740         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57741         implementing getdents64 using getdents syscall, set d_type if
57742         __ASSUME_GETDENTS32_D_TYPE.
57744 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57746         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57747         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57749 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57751         [BZ #12037]
57752         * posix/unistd.h: Undo change of feature selection for ftruncate from
57753         2010-01-11.
57755 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57757         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57758         detection.
57760 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57762         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57763         fanotify_mark.
57764         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57766 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57768         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57769         variables after CHECK_SP call.
57770         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57772 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57773             Ulrich Drepper  <drepper@redhat.com>
57775         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57776         re-relocationg ld.so.
57777         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57778         _dl_init_paths call.
57779         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57780         here anymore.
57782 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57784         * resolv/res_init.c (__res_vinit): Count the default server we added.
57786 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57787             Ulrich Drepper  <drepper@redhat.com>
57789         [BZ #11968]
57790         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57791         (____longjmp_chk): Use %ebx for saving value across system call.
57792         Add unwind info.
57794 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57796         * manual/Makefile: Don't mix pattern rules with normal rules.
57798 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57800         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57801         operation.
57802         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57803         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57804         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57805         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57806         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57807         Likewise.
57809 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57811         [BZ #11979]
57812         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57813         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57815 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57817         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57818         * sysdeps/x86_64/addmul_1.S: Likewise.
57819         * sysdeps/x86_64/lshift.S: Likewise.
57820         * sysdeps/x86_64/mul_1.S: Likewise.
57821         * sysdeps/x86_64/rshift.S: Likewise.
57822         * sysdeps/x86_64/sub_n.S: Likewise.
57823         * sysdeps/x86_64/submul_1.S: Likewise.
57825 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57827         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57828         Define __sched_param instead of SCHED_* and sched_param when
57829         <bits/sched.h> is included with __need_schedparam defined.
57830         * bits/sched.h [__need_schedparam]
57831         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57832         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57833         (__defined_schedparam): Define to 1.
57834         (__sched_param): New structure, identical to sched_param.
57835         (__need_schedparam): Undefine.
57837 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57839         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57840         (epoll_create1): Declare.
57842         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57844 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57846         [BZ #7066]
57847         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57848         shifting retval into place.
57850 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57852         * nis/rpcsvc/nis.h: Update copyright notice.
57853         * nis/rpcsvc/nis.x: Likewise.
57854         * nis/rpcsvc/nis_callback.h: Likewise.
57855         * nis/rpcsvc/nis_callback.x: Likewise.
57856         * nis/rpcsvc/nis_object.x: Likewise.
57857         * nis/rpcsvc/nis_tags.h: Likewise.
57858         * nis/rpcsvc/yp.h: Likewise.
57859         * nis/rpcsvc/yp.x: Likewise.
57860         * nis/rpcsvc/ypupd.h: Likewise.
57861         * nis/yp_xdr.c: Likewise.
57862         * nis/ypupdate_xdr.c: Likewise.
57864         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57865         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57866         (pmap_getport): Use __libc_rpc_getport.
57867         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57868         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57869         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57871 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57874         fanotify_mark.
57876 2010-08-27  Roland McGrath  <roland@redhat.com>
57878         * sysdeps/i386/i686/multiarch/Makefile
57879         (CFLAGS-varshift.c): New variable.
57881 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57883         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57884         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57886         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57888         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57890 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57892         * sysdeps/x86_64/strlen.S: Unroll the loop.
57893         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57894         strlen-sse2 strlen-sse2-bsf.
57895         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57896         __strlen_no_bsf if bit_Slow_BSF is set.
57897         (__strlen_sse42): Removed.
57898         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57899         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57901 2010-08-25  Roland McGrath  <roland@redhat.com>
57903         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57904         * sysdeps/x86_64/multiarch/varshift.c: New file.
57905         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57906         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57907         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57908         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57910 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57912         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57913         strlen-sse2 strlen-sse2-bsf.
57914         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57915         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57916         (__strlen_sse2): Removed.
57917         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57918         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57919         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57920         bit_Slow_BSF for Atom.
57921         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57922         (index_Slow_BSF): Define.
57923         (HAS_SLOW_BSF): Define.
57925 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57927         [BZ #10851]
57928         * resolv/res_init.c (__res_vinit): When no server address at all
57929         is given default to loopback.
57931 2010-08-24  Roland McGrath  <roland@redhat.com>
57933         * configure.in: Remove config-name.h generation.
57934         * configure: Regenerated.
57935         * config-name.in: File removed.
57936         * scripts/config-uname.sh: New file.
57937         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57938         ($(objdir)config-name.h): New target.
57940         * sunrpc/rpc_parse.h: Avoid nested comment.
57942 2010-08-24  Richard Henderson  <rth@redhat.com>
57943             Ulrich Drepper  <drepper@redhat.com>
57944             H.J. Lu  <hongjiu.lu@intel.com>
57946         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57947         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57948         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57949         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57950         _mm_alignr_epi8 with _mm_loadu_si128.
57951         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57952         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57953         (__m128i_shift_right): Removed.
57954         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57955         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57956         * sysdeps/x86_64/multiarch/varshift.h: New file.
57957         * sysdeps/x86_64/multiarch/varshift.S: New file.
57959 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57961         * configure.in: Move assembler checks to before sysdep dir checking.
57963 2010-08-20  Petr Baudis  <pasky@suse.cz>
57965         * LICENSES: Sync the sunrpc license.
57967 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57969         * sunrpc/auth_des.c: Update copyright notice once again.
57970         * sunrpc/auth_none.c: Likewise.
57971         * sunrpc/auth_unix.c: Likewise.
57972         * sunrpc/authdes_prot.c: Likewise.
57973         * sunrpc/authuxprot.c: Likewise.
57974         * sunrpc/bindrsvprt.c: Likewise.
57975         * sunrpc/clnt_gen.c: Likewise.
57976         * sunrpc/clnt_perr.c: Likewise.
57977         * sunrpc/clnt_raw.c: Likewise.
57978         * sunrpc/clnt_simp.c: Likewise.
57979         * sunrpc/clnt_tcp.c: Likewise.
57980         * sunrpc/clnt_udp.c: Likewise.
57981         * sunrpc/clnt_unix.c: Likewise.
57982         * sunrpc/des_crypt.c: Likewise.
57983         * sunrpc/des_soft.c: Likewise.
57984         * sunrpc/get_myaddr.c: Likewise.
57985         * sunrpc/getrpcport.c: Likewise.
57986         * sunrpc/key_call.c: Likewise.
57987         * sunrpc/key_prot.c: Likewise.
57988         * sunrpc/openchild.c: Likewise.
57989         * sunrpc/pm_getmaps.c: Likewise.
57990         * sunrpc/pm_getport.c: Likewise.
57991         * sunrpc/pmap_clnt.c: Likewise.
57992         * sunrpc/pmap_prot.c: Likewise.
57993         * sunrpc/pmap_prot2.c: Likewise.
57994         * sunrpc/pmap_rmt.c: Likewise.
57995         * sunrpc/rpc/auth.h: Likewise.
57996         * sunrpc/rpc/auth_unix.h: Likewise.
57997         * sunrpc/rpc/clnt.h: Likewise.
57998         * sunrpc/rpc/des_crypt.h: Likewise.
57999         * sunrpc/rpc/key_prot.h: Likewise.
58000         * sunrpc/rpc/netdb.h: Likewise.
58001         * sunrpc/rpc/pmap_clnt.h: Likewise.
58002         * sunrpc/rpc/pmap_prot.h: Likewise.
58003         * sunrpc/rpc/pmap_rmt.h: Likewise.
58004         * sunrpc/rpc/rpc.h: Likewise.
58005         * sunrpc/rpc/rpc_des.h: Likewise.
58006         * sunrpc/rpc/rpc_msg.h: Likewise.
58007         * sunrpc/rpc/svc.h: Likewise.
58008         * sunrpc/rpc/svc_auth.h: Likewise.
58009         * sunrpc/rpc/types.h: Likewise.
58010         * sunrpc/rpc/xdr.h: Likewise.
58011         * sunrpc/rpc_clntout.c: Likewise.
58012         * sunrpc/rpc_cmsg.c: Likewise.
58013         * sunrpc/rpc_common.c: Likewise.
58014         * sunrpc/rpc_cout.c: Likewise.
58015         * sunrpc/rpc_dtable.c: Likewise.
58016         * sunrpc/rpc_hout.c: Likewise.
58017         * sunrpc/rpc_main.c: Likewise.
58018         * sunrpc/rpc_parse.c: Likewise.
58019         * sunrpc/rpc_parse.h: Likewise.
58020         * sunrpc/rpc_prot.c: Likewise.
58021         * sunrpc/rpc_sample.c: Likewise.
58022         * sunrpc/rpc_scan.c: Likewise.
58023         * sunrpc/rpc_scan.h: Likewise.
58024         * sunrpc/rpc_svcout.c: Likewise.
58025         * sunrpc/rpc_tblout.c: Likewise.
58026         * sunrpc/rpc_util.c: Likewise.
58027         * sunrpc/rpc_util.h: Likewise.
58028         * sunrpc/rpcinfo.c: Likewise.
58029         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58030         * sunrpc/rpcsvc/key_prot.x: Likewise.
58031         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58032         * sunrpc/rpcsvc/mount.x: Likewise.
58033         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58034         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58035         * sunrpc/rpcsvc/rex.x: Likewise.
58036         * sunrpc/rpcsvc/rstat.x: Likewise.
58037         * sunrpc/rpcsvc/rusers.x: Likewise.
58038         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58039         * sunrpc/rpcsvc/spray.x: Likewise.
58040         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58041         * sunrpc/rtime.c: Likewise.
58042         * sunrpc/svc.c: Likewise.
58043         * sunrpc/svc_auth.c: Likewise.
58044         * sunrpc/svc_authux.c: Likewise.
58045         * sunrpc/svc_raw.c: Likewise.
58046         * sunrpc/svc_run.c: Likewise.
58047         * sunrpc/svc_simple.c: Likewise.
58048         * sunrpc/svc_tcp.c: Likewise.
58049         * sunrpc/svc_udp.c: Likewise.
58050         * sunrpc/svc_unix.c: Likewise.
58051         * sunrpc/svcauth_des.c: Likewise.
58052         * sunrpc/xcrypt.c: Likewise.
58053         * sunrpc/xdr.c: Likewise.
58054         * sunrpc/xdr_array.c: Likewise.
58055         * sunrpc/xdr_float.c: Likewise.
58056         * sunrpc/xdr_mem.c: Likewise.
58057         * sunrpc/xdr_rec.c: Likewise.
58058         * sunrpc/xdr_ref.c: Likewise.
58059         * sunrpc/xdr_sizeof.c: Likewise.
58060         * sunrpc/xdr_stdio.c: Likewise.
58062         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58063         handling.
58065 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58067         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58069 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58071         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58072         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58073         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58074         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58075         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58076         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58077         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58078         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58079         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58080         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58081         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58082         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58083         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58084         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58086 2010-07-26  Anton Blanchard  <anton@samba.org>
58088         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58089         * malloc/arena.c (heap_trim): Likewise.
58091 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58093         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58094         here.  Not...
58095         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58096         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58098 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58100         * sysdeps/i386/elf/Makefile: New file.
58102 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58104         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58105         from fanotify_init.
58106         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58107         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58109 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58111         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58112         of strncasecmp_l.
58113         * sysdeps/multiarch/strcmp.S: Likewise.
58115 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58117         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58118         strncase_l-nonascii.
58119         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58120         Add strncase_l-ssse3.
58121         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58122         * sysdeps/x86_64/strcmp.S: Likewise.
58123         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58124         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58125         * sysdeps/x86_64/strncase.S: New file.
58126         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58127         * sysdeps/x86_64/strncase_l.S: New file.
58128         * string/Makefile (strop-tests): Add strncasecmp.
58129         * string/test-strncasecmp.c: New file.
58131         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58132         warning.
58134         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58135         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58137 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58139         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58141 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58143         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58144         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58145         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58147 2010-05-01  Alan Modra  <amodra@gmail.com>
58149         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58150         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58151         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58152         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58153         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58154         tidying.  Don't tail-call __sigjmp_save for static lib.
58155         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58156         save location.
58157         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58158         (CALL_MCOUNT): Add eh info, and nop after bl.
58159         (TAIL_CALL_SYSCALL_ERROR): New macro.
58160         (PSEUDO_RET): Use it.
58161         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58162         Correct save location of integer regs and cr.
58163         (_dl_profile_resolve): Correct cr save location.  Delete nops
58164         after bl when SHARED.  Reduce cfi size a little by better
58165         placement of cfi directives.
58166         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58167         make a stack frame.  Instead use parm save area as a temp.
58168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58169         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58171         Don't make a stack frame for parent, use parm save area.
58172         Increase child stack frame to 112 bytes.  Don't save unused reg,
58173         and adjust reg usage.  Set up cfi on error recovery and
58174         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58176         (__makecontext): Add dummy nop after jump to exit.
58177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58178         Use correct parm save area and cr save, reduce stack frame.
58179         Correct cfi for possible PSEUDO_RET frame setup.
58180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58181         Branch to local label emitted by PSEUDO_RET rather than
58182         __syscall_error.
58184 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58186         [BZ #11904]
58187         * locale/programs/locale.c (print_assignment): New function.
58188         (show_locale_vars): Use it.
58190 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58192         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58193         field.
58194         (struct statfs64): Likewise.
58195         (_STATFS_F_FLAGS): Define.
58196         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58197         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58198         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58199         (ST_VALID): Define locally.
58200         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58201         __statvfs_getflags, use the provided value.
58202         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58203         __ASSUME_STATFS_F_FLAGS.
58205         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58207         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58208         Add sys/fanotify.h.
58209         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58210         fanotify_mask for GLIBC_2.13.
58211         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58212         fanotify_init and fanotify_mark.
58213         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58214         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58216         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58217         Add prlimit.
58218         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58219         prlimit64 for GLIBC_2.13.
58220         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58221         prlimit64.
58222         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58223         syscall.
58224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58225         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58226         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58227         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58228         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58229         add prlimit alias.
58230         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58232         [BZ #11903]
58233         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58234         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58236         * nss/Makefile: Add rules to build and run tst-nss-test1.
58237         * shlib-versions: Add entry for libnss_test1.
58238         * nss/nss_test1.c: New file.
58239         * nss/tst-nss-test1.c: New file.
58241         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58242         (__nss_configure_lookup): Set appropriate entry in
58243         __nss_configure_lookup to true.
58244         * nss/nsswitch.h: Define enum with indeces of databases in
58245         databases and __nss_database_custom arrays.  Declare
58246         __nss_database_custom.
58247         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58248         to avoid using nscd when custom rules are installed.
58249         * nss/getXXbyYY_r.c: Likewise.
58250         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58252         * nss/nss_files/files-parse.c: Whitespace fixes.
58254 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58256         [BZ #11883]
58257         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58258         * posix/fnmatch_loop.c: Likewise.
58260 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58262         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58263         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58264         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58265         * Versions.def [GLIBC_2.13]: Add.
58267 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58269         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58270         Also fail if tpwd after pwuid call is NULL.
58272 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58274         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58275         when converting to ms.
58277 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58279         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58280         EOPNOTSUPP errors with ENOTTY.
58281         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58282         EOPNOTSUPP errors with ENOTTY.
58284 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58286         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58287         Add strcasecmp_l-ssse3.
58288         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58289         strcasecmp.
58290         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58291         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58292         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58294 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58296         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58298         * string/Makefile (strop-tests): Add strcasecmp.
58299         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58300         strcasecmp_l-nonascii.
58301         (gen-as-const-headers): Add locale-defines.sym.
58302         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58303         * sysdeps/x86_64/strcasecmp.S: New file.
58304         * sysdeps/x86_64/strcasecmp_l.S: New file.
58305         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58306         * sysdeps/x86_64/locale-defines.sym: New file.
58307         * string/test-strcasecmp.c: New file.
58309         * string/test-strcasestr.c: Test both ends of the range of characters.
58310         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58312 2010-07-29  Roland McGrath  <roland@redhat.com>
58314         [BZ #11856]
58315         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58317 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58319         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58320         for ld.so.
58322 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58324         * manual/memory.texi (Malloc Tunable Parameters): Document
58325         M_PERTURB.
58327 2010-07-26  Roland McGrath  <roland@redhat.com>
58329         [BZ #11840]
58330         * configure.in (-fgnu89-inline check): Set and substitute
58331         gnu89_inline, not libc_cv_gnu89_inline.
58332         * configure: Regenerated.
58333         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58335 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58337         * string/test-strnlen.c: New file.
58338         * string/Makefile (strop-tests): Add strnlen.
58339         * string/tester.c (test_strnlen): Add a few more test cases.
58340         * string/tst-strlen.c: Better error reporting.
58342         * sysdeps/x86_64/strnlen.S: New file.
58344 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58346         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58347         lower-latency instructions.
58349 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58351         * string/test-strcasestr.c: New file.
58352         * string/test-strstr.c: New file.
58353         * string/Makefile (strop-tests): Add strstr and strcasestr.
58354         * string/str-two-way.h: Don't undefine MAX.
58355         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58357 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58359         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58360         strcasestr-nonascii.
58361         (CFLAGS-strcasestr-nonascii.c): Define.
58362         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58363         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58364         Remove unused attribute.
58366 2010-07-20  Roland McGrath  <roland@redhat.com>
58368         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58369         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58370         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58371         like LD_HWCAP_MASK can disable hwcaps.
58373 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58375         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58377 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58379         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58380         call in strcasestr.
58381         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58382         __strcasestr_sse42_nonascii.
58383         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58384         strcasestr-nonascii.c.
58385         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58387 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58389         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58390         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58391         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58392         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58394 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58396         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58397         fcntl.
58399 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58401         [BZ #11577]
58402         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58403         dl_signal_cerror.
58405 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58407         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58408         _PC_PIPE_BUF using F_GETPIPE_SZ.
58410 2010-07-05  Roland McGrath  <roland@redhat.com>
58412         * manual/arith.texi (Rounding Functions): Fix rint description
58413         implicit in round description.
58415 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58417         * elf/Makefile: Fix linking for a few tests to make recent linker
58418         happy.
58420 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58422         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58423         $(common-objpfx)libc_nonshared.a.
58425 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58427         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58428         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58429         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58430         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58431         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58432         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58433         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58434         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58449         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58450         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58451         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58452         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58453         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58454         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58455         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58456         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58457         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58458         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58459         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58460         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58476 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58478         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58479         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58480         * string/memmove.c (memmove): Renamed to ...
58481         (MEMMOVE): ...this.  Default to memmove.
58482         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58483         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58484         (END_CHK): Define.
58485         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58486         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58487         mempcpy-ssse3-back memmove-ssse3-back.
58488         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58489         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58490         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58491         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58492         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58493         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58494         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58495         * sysdeps/x86_64/multiarch/memmove.c: New file.
58496         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58497         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58498         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58499         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58500         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58501         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58502         Define.
58503         (index_Fast_Copy_Backward): Define.
58504         (HAS_ARCH_FEATURE): Define.
58505         (HAS_FAST_REP_STRING): Define.
58506         (HAS_FAST_COPY_BACKWARD): Define.
58508 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58510         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58511         Restore proper fallback handling.
58513 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58515         [BZ #11701]
58516         * posix/group_member.c (__group_member): Correct checking loop.
58518         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58519         OOM in getpwuid_r correctly.  Return error number when the caller
58520         should return, otherwise -1.
58521         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58522         call returning > 0 value.
58523         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58525 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58527         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58528         libc_nonshared.a from targets in modules-names.
58530 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58532         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58533         requires it.
58535 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58537         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58538         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58539         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58540         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58542 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58544         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58546 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58548         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58549         and F_GETPIPE_SZ.
58550         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58551         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58552         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58553         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58554         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58555         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58557 2010-06-14  Roland McGrath  <roland@redhat.com>
58559         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58561 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58563         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58564         __REDIRECT followed by __THROW.
58565         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58566         * posix/getopt.h (getopt): Likewise.
58568 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58570         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58571         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58572         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58573         in AT_FLAGS.
58574         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58575         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58577 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58579         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58581 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58583         [BZ #11640]
58584         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58585         Properly check family and model.
58587 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58589         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58591 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58593         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58595 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58597         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58598         symbol reference.
58600 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58602         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58603         symbol reference.
58605 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58607         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58608         and internal_recvmmsg.
58609         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58610         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58611         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58612         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58614         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58615         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58616         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58618 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58620         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58622 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58624         POWER7 optimizations.
58625         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58626         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58628 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58630         * version.h: Update for 2.13 development version.
58632 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58634         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58635         exceptions.  Return 0.
58637 2010-05-07  Roland McGrath  <roland@redhat.com>
58639         * elf/ldconfig.c (main): Add a const.
58641 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58643         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58644         (args_options): Add no-idn option.
58645         (ahosts_keys_int): Add idn_flags to ai_flags.
58646         (parse_option): Handle 'i' option to clear idn_flags.
58648         * malloc/malloc.c (_int_free): Possible race in the most recently
58649         added check.  Only act on the data if no current modification
58650         happened.
58652 See ChangeLog.17 for earlier changes.