Add more tests of tan.
[glibc.git] / ChangeLog
blob815b1cc7ed5f39b3d87f46f3d5df0c90fa14b4d3
1 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
3         * math/auto-libm-test-in: Add more tests of tan.
4         * math/auto-libm-test-out: Regenerated.
5         * sysdeps/i386/fpu/libm-test-ulps: Update.
6         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
9         * math/auto-libm-test-out: Regenerated.
10         * sysdeps/i386/fpu/libm-test-ulps: Update.
11         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13         * math/auto-libm-test-in: Add another test of pow.
14         * math/auto-libm-test-out: Regenerated.
15         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17         * math/auto-libm-test-in: Add more tests of lgamma.
18         * math/auto-libm-test-out: Regenerated.
19         * sysdeps/i386/fpu/libm-test-ulps: Update.
20         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
23         log1p.
24         * math/auto-libm-test-out: Regenerated.
25         * sysdeps/i386/fpu/libm-test-ulps: Update.
26         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28 2015-05-01  Mark Wielaard  <mjw@redhat.com>
30         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
31         Elf64_Chdr structs and ELFCOMPRESS constants.
33 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
35         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
36         expm1.
37         * math/auto-libm-test-out: Regenerated.
38         * sysdeps/i386/fpu/libm-test-ulps: Update.
39         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41         * math/auto-libm-test-in: Add more tests of erf and erfc.
42         * math/auto-libm-test-out: Regenerated.
43         * sysdeps/i386/fpu/libm-test-ulps: Update.
44         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
48         * config.h.in (HAVE_AARCH64_BE): Add.
50 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
52         * math/auto-libm-test-in: Add more tests of csqrt.
53         * math/auto-libm-test-out: Regenerated.
54         * sysdeps/i386/fpu/libm-test-ulps: Update.
55         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
57         * math/auto-libm-test-in: Add more tests of cosh and sinh.
58         * math/auto-libm-test-out: Regenerated.
59         * sysdeps/i386/fpu/libm-test-ulps: Update.
60         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
64 2015-04-29  Roland McGrath  <roland@hack.frob.com>
66         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
67         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
69         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
70         (euidaccess, eaccess): Define as weak aliases.
72         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
73         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
74         but __suseconds_t is often 'long int' so some sources assume that
75         type is being used (e.g. they use %ld to print tv_usec).
77 2015-04-29  Florian Weimer  <fweimer@redhat.com>
79         [BZ #18007]
80         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
81         (CVE-2014-8121)
82         * nss/tst-nss-getpwent.c: New file.
83         * nss/Makefile (tests): Add new test.
85 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
87         [BZ #18346]
88         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
89         exponents less than 48 as cases where high part of mantissa needs
90         examining to determine whether argument is integral.
91         * math/libm-test.inc (round_test_data): Add more tests.
93 2015-04-28  Mark Wielaard  <mjw@redhat.com>
95         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
97 2015-04-27  David S. Miller  <davem@davemloft.net>
99         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
100         __tls_get_addr.
101         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
103 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
105         [BZ#18333]
106         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
108 2015-04-27  Florian Weimer  <fweimer@redhat.com>
110         [BZ#18333]
111         * time/tzset.c (parse_tzname): Return error on memory allocation
112         failure.
113         * test-skeleton.c (struct temp_name_list): Change type of name
114         member to non-const.
115         (add_temp_file): Create a copy of the file name.
116         (delete_temp_files): Deallocate memory.
117         (create_temp_file): Add comment.
119 2015-04-24  Florian Weimer  <fweimer@redhat.com>
121         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
122         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
124 2015-04-24  Roland McGrath  <roland@hack.frob.com>
126         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
127         * sysdeps/arm/configure: Regenerated.
129 2015-04-24  Florian Weimer  <fweimer@redhat.com>
131         [BZ #17715]
132         * time/tzfile.c (__tzfile_read): Check for large values of
133         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
134         * time/tzset.c (__tzstring_len): New function, based on the old
135         __tzstring function.
136         (__tzstring): Call __tzstring_len.
137         (parse_tzname): New helper function extracted from
138         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
139         the input string.
140         (parse_offset): New helper function extracted from
141         __tzset_parse_tz.  Replace switch with fallthrough with
142         initialization before sscanf.
143         (parse_rule): Likewise.
144         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
145         new-style function definition.
146         * timezone/Makefile (tests): Add tst-tzset.
147         (tst-tzset.out): Dependencies on time zone files.
148         (tst-tzset-ENV): Set TZDIR.
149         (testdata/XT%): Copy crafted time zone files.
150         * timezone/README: Mention crafted time zone files.
151         * timezone/testdata/XT1, timezone/testdata/XT2,
152         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
153         files.
154         * timezone/tst-tzset.c: New test.
156 2015-04-24  Florian Weimer  <fweimer@redhat.com>
158         * Makeconfig (+gccwarn): Remove -Winline.
160 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
162         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
164 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
166         * NEWS: Mention sysconf() cache information support for s390.
167         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
169 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
171         * math/k_casinh.c (__kernel_casinh): Use __copysign.
172         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
173         (__nearbyint): Likewise.
174         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
175         (copysignl): Likewise.
177 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
179         [BZ #18287]
180         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
181         based on padding.  (CVE-2015-1781)
183 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
185         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
186         libc-vdso.h.
187         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
188         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
189         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
190         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
191         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
192         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
193         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
194         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
195         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
196         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
197         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
198         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
199         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
200         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
201         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
202         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
203         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
204         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
205         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
206         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
207         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
208         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
209         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
211 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
213         * stdlib/setenv.c (__add_to_environ):
214         Dump core quickly if setenv (..., NULL, ...) is called.
215         This time, do it the right way, and pacify GCC with a pragma.
217 2015-04-17  Roland McGrath  <roland@hack.frob.com>
219         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
220         IMAP->l_prev cannot be null, and #if out the code for the contrary
221         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
222         believe that NS (&_dl_ns[NSID]) could point outside the array.
224         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
225         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
226         before using NSID as an index.
228 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
230         [BZ #17825]
231         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
232         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
233         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
235 2015-04-17  Roland McGrath  <roland@hack.frob.com>
237         Add preliminary port to Google Native Client on ARM.
238         * abi-tags (.*-.*-nacl.*): New entry.
239         * sysdeps/arm/nacl: New directory.
240         * sysdeps/nacl: New directory.
242 2015-04-16  David S. Miller  <davem@davemloft.net>
244         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
245         lowlevellock-futex.h
247 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
249         * sysdeps/tile/configure.ac: New file.
250         * sysdeps/tile/configure: Regenerated.
252 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
254         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
255         conditionals for weak_alias and libc_hidden_weak.
256         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
257         libc_hidden_weak and weak_alias.
258         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
259         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
260         and weak_alias for static one.
262 2015-04-15  David S. Miller  <davem@davemloft.net>
264         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
266 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
268         [BZ #18206]
269         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
270           Use signed comparision instead of substraction to avoid
271           overflow bug.
272         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
273           Take the sign of ret.
274         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
275           Do not expect precise return values. Only the sign matters.
276         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
277         * wcsmbs/test-wcsncmp.c: New File.
278         * string/test-strncmp.c: Add wcsncmp support.
280 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
282         [BZ #6792]
283         * math/w_log1p.c: New file.
284         * math/w_log1pf.c: Likewise.
285         * math/w_log1pl.c: Likewise.
286         * math/Makefile (libm-calls): Add w_log1p.
287         * math/s_log1pl.c (log1pl): Remove weak_alias.
288         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
289         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
290         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
291         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
292         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
293         [NO_LONG_DOUBLE] (log1pl): Likewise.
294         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
295         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
296         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
297         (log1p): Remove long_double_symbol.
298         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
299         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
300         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
301         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
302         remove weak_alias for corresponding log1p function.
303         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
304         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
305         * sysdeps/ia64/fpu/w_log1p.c: New file.
306         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
307         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
308         * math/libm-test.inc (log1p_test_data): Add errno expectations.
310 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
312         [BZ #18247]
313         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
314         decimal exponent by 1.
315         * stdlib/tst-strtod-round-data: Add more tests.
316         * stdlib/tst-strtod-round.c (tests): Regenerated.
318 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
320         * math/auto-libm-test-in: Add more tests of clog and clog10.
321         * math/auto-libm-test-out: Regenerated.
322         * sysdeps/i386/fpu/libm-test-ulps: Update.
323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
325 2015-04-09  Roland McGrath  <roland@hack.frob.com>
327         * Makeconfig (module-cppflags): Exclude all .v.i files.
328         (skip-module-cppflags): Variable removed.
330         * configure.ac (libc_config_ok): Initialize before reading
331         preconfigure scripts, not after.
332         * configure: Regenerated.
334         * test-skeleton.c (TIMEOUT): Move #define to top level.
335         (main): Grok environment variable TEST_DIRECT.  If set, print
336         test expectation details into that file and then behave as if
337         given --direct.
339 2015-04-09  Florian Weimer  <fweimer@redhat.com>
341         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
342         warning on 32-bit.
344 2015-04-08  David S. Miller  <davem@davemloft.net>
346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
348 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
350         * math/auto-libm-test-in: Add more tests of atanh.
351         * math/auto-libm-test-out: Regenerated.
352         * sysdeps/i386/fpu/libm-test-ulps: Update.
353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
355         * math/auto-libm-test-in: Add more tests of atan.
356         * math/auto-libm-test-out: Regenerated.
357         * sysdeps/i386/fpu/libm-test-ulps: Update.
358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
360 2015-04-08  Florian Weimer  <fweimer@redhat.com>
362         * elf/pldd.c (main): Rewrite to use struct
363         scratch_buffer instead of extend_alloca.
364         * elf/pldd-xx.c (find_maps): Likewise.
365         * grp/initgroups.c: Include <scratch_buffer.h> instead of
366         <alloca.h>.
367         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
368         scratch_buffer instead of extend_alloca.
369         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
370         grp/compat-initgroups.c.
371         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
372         Rewrite to use struct scratch_buffer instead of extend_alloca.
373         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
374         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
376 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
378         * math/auto-libm-test-in: Add more tests of cbrt.
379         * math/auto-libm-test-out: Regenerated.
380         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
382         * math/auto-libm-test-in: Add more tests of cabs.
383         * math/auto-libm-test-out: Regenerated.
384         * sysdeps/i386/fpu/libm-test-ulps: Update.
385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
387         [BZ #18210]
388         [BZ #18211]
389         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
390         (__ieee754_atan2): Set FE_TONEAREST mode for internal
391         computations.
392         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
393         clog10.
394         * math/auto-libm-test-out: Regenerated.
395         * sysdeps/i386/fpu/libm-test-ulps: Update.
396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
398         [BZ #18197]
399         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
400         (atan): Set FE_TONEAREST mode for internal computations.
401         * math/auto-libm-test-in: Add more tests of atan.
402         * math/auto-libm-test-out: Regenerated.
404 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
406         [BZ #17930]
407         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
409 2015-04-07  Florian Weimer  <fweimer@redhat.com>
411         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
413 2015-04-07  Florian Weimer  <fweimer@redhat.com>
415         * include/scratch_buffer.h: New file.
416         * malloc/scratch_buffer_grow.c: Likewise.
417         * malloc/scratch_buffer_grow_preserve.c: Likewise.
418         * malloc/scratch_buffer_set_array_size.c: Likewise.
419         * malloc/tst-scratch_buffer.c: Likewise.
420         * malloc/Makefile (routines): Add scratch_buffer_grow.
421         (tests): Add test case.
422         * malloc/Versions (GLIBC_PRIVATE): Export
423         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
424         __libc_scratch_buffer_set_array_size.
426 2015-04-06  Richard Henderson  <rth@redhat.com>
428         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
429         * sysdeps/alpha/fpu/libm-test-ulps: Update.
431         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
432         unsigned int before printing.
434 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
436         [BZ #17596]
437         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
438         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
440 2015-04-02  Florian Weimer  <fweimer@redhat.com>
442         * include/libc-internal.h (libc_max_align_t): Define.
444 2015-04-02  Andreas Schwab  <schwab@suse.de>
446         [BZ #16850]
447         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
449 2015-04-02  Mel Gorman  <mgorman@suse.de>
451         [BZ #17195]
452         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
453         as well as the main arena.
455 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
457         [BZ #18185]
458         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
459         sharing L2 cache to 2 for Silvermont/Knights Landing.
461 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
463         [BZ #17711]
464         * config.make.in (have-protected-data): New.
465         * configure.ac: Check linker support for protected data symbol.
466         * configure: Regenerated.
467         * elf/Makefile (modules-names): Add tst-protected1moda and
468         tst-protected1modb if $(have-protected-data) is yes.
469         (tests): Add tst-protected1a and tst-protected1b if
470         $(have-protected-data) is yes.
471         ($(objpfx)tst-protected1a): New.
472         ($(objpfx)tst-protected1b): Likewise.
473         (tst-protected1modb.so-no-z-defs): Likewise.
474         * elf/tst-protected1a.c: New file.
475         * elf/tst-protected1b.c: Likewise.
476         * elf/tst-protected1mod.h: Likewise.
477         * elf/tst-protected1moda.c: Likewise.
478         * elf/tst-protected1modb.c: Likewise.
480 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
482         [BZ #17711]
483         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
484         indicates it is called from do_lookup_x on relocation against
485         protected data, skip the data definion in the executable from
486         copy reloc.
487         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
488         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
489         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
490         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
491         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
492         otherwise to 0.
493         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
494         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
495         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
496         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
497         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
498         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
500 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
502         * sysdeps/nptl/pthread.h: Remove duplicate definition of
503         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
505 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
507         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
508         THREAD_SETMEM_NC.
509         * sysdeps/x86_64/nptl/tls.h: Ditto.
511 2015-03-27  Roland McGrath  <roland@hack.frob.com>
513         * dlfcn/tststatic.c (main): Converted to ...
514         (do_test): ... this.
515         (TEST_FUNCTION): New macro.
516         Include test-skeleton.c.
518 2015-03-26  Alan Modra  <amodra@gmail.com>
520         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
521         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
522         zero for undefined weak.
523         (elf_machine_plt_conflict): Similarly.
525 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
527         * math/auto-libm-test-in: Add more tests of acosh, asinh and
528         atanh.
529         * math/auto-libm-test-out: Regenerated.
530         * sysdeps/i386/fpu/libm-test-ulps: Update.
531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
533         * math/auto-libm-test-in: Add another test of asin.
534         * math/auto-libm-test-out: Regenerated.
535         * sysdeps/i386/fpu/libm-test-ulps: Update.
536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
538         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
539         Remove macro.
540         (LLL_EBX_REG): Likewise.
541         (LLL_ENTER_KERNEL): Likewise.
543         * math/auto-libm-test-in: Add more tests of asin.
544         * math/auto-libm-test-out: Regenerated.
545         * sysdeps/i386/fpu/libm-test-ulps: Update.
546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
548         [BZ #18138]
549         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
550         libc_do_syscall_args): New structure.
551         (INTERNAL_SYSCALL_MAIN_0): New macro.
552         (INTERNAL_SYSCALL_MAIN_1): Likewise.
553         (INTERNAL_SYSCALL_MAIN_2): Likewise.
554         (INTERNAL_SYSCALL_MAIN_3): Likewise.
555         (INTERNAL_SYSCALL_MAIN_4): Likewise.
556         (INTERNAL_SYSCALL_MAIN_5): Likewise.
557         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
558         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
559         Replace conditional definitions by conditional definitions of ....
560         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
561         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
562         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
563         (libpthread-sysdep_routines): Add libc-do-syscall.
564         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
565         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
566         to __NR_futex not 240.
568 2015-03-25  Alan Modra  <amodra@gmail.com>
570         * NEWS: Advertise TLS optimization.
571         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
572         (DT_PPC_NUM): Increment.
573         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
574         (CHECK_STATIC_TLS): Use here.
575         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
576         TLS descriptors.
577         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
578         * sysdeps/powerpc/dl-tls.c: New file.
579         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
580         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
581         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
582         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
587 2015-03-25  Alan Modra  <amodra@gmail.com>
589         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
590         for overlapping .opd entries" to "support...".
591         * sysdeps/powerpc/powerpc64/configure: Regenerate
593 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
595         * math/auto-libm-test-in: Add more tests of acos.
596         * math/auto-libm-test-out: Regenerated.
597         * sysdeps/i386/fpu/libm-test-ulps: Update.
598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
600         * math/auto-libm-test-in: Add more tests of expm1.
601         * math/auto-libm-test-out: Regenerated.
602         * sysdeps/i386/fpu/libm-test-ulps: Update.
603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
605 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
607         * math/auto-libm-test-in: Add more tests of cosh and sinh.
608         * math/auto-libm-test-out: Regenerated.
609         * sysdeps/i386/fpu/libm-test-ulps: Update.
610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
612         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
615         * math/auto-libm-test-in: Add more tests of log2.
616         * math/auto-libm-test-out: Regenerated.
617         * sysdeps/i386/fpu/libm-test-ulps: Update.
618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
620 2015-03-23  Roland McGrath  <roland@hack.frob.com>
622         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
623         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
624         _IO_IS_APPENDING bit in READ_WRITE instead.
626 2015-03-23  Florian Weimer  <fweimer@redhat.com>
628         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
629         (__determine_cpumask_size): Replace extend_alloca with a
630         variable-length array.  Do not treat res == 0 as an error.
632 2015-03-23  Florian Weimer  <fweimer@redhat.com>
634         [BZ #18100]
635         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
636         and integer overflow.
637         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
638         (main): Add integer overflow tests.
639         * manual/pattern.texi (Calling Wordexp): Document additional use
640         for WRDE_SYNTAX.
642 2015-03-23  Alan Modra  <amodra@gmail.com>
644         * config.h.in: Remove HAVE_ASM_PPC_REL16.
645         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
646         and false branch of conditional.
647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
648         Likewise.
650 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
652         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
653         libc-modules.h
654         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
655         unused declaration of _hurd_intr_rpc_msg_in_trap.
656         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
657         defined instead of whether it is non-zero.
658         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
659         input constraint instead of both input and output constraint.  Use ecx
660         clobber instead of %ecx.
661         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
662         mutex_unlock): Use a statement expression instead of an expression list.
663         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
664         type to vm_size_t instead of vm_address_t.
665         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
666         defined instead of whether it is non-zero.
667         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
668         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
669         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
670         comparisons with mapaddr.
671         * nscd/nscd-client.h: Include <time.h>.
672         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
673         9th parameter to __vm_region instead of int.
674         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
675         * scripts/check-local-headers.sh (exclude): Add device/,
676         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
677         cthreads.h.
679 2015-03-19  Roland McGrath  <roland@hack.frob.com>
681         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
682         to account for alignment padding.
683         * sysdeps/arm/memmove.S: Likewise.
685 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
687         * sysdeps/unix/sysv/linux/generic/README: New file.
689 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
691         [BZ #18138]
692         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
693         (futex_abstimed_wait)
694         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
695         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
696         of lll_futex_timed_wait.
698 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
700         [BZ #17542]
701         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
703 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
705         [BZ #17090]
706         [BZ #17620]
707         [BZ #17621]
708         [BZ #17628]
709         * NEWS: Update.
710         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
711         entries with Static TLS too.  Skip entries past the end of the
712         allocated DTV, from Alan Modra.
713         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
714         Static TLS DTV entry set up from...
715         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
716         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
717         * nptl/allocatestack.c (init_one_static_tls): ... and here...
718         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
719         for Static TLS.
720         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
721         that the slot we find is associated with the given map before
722         using its generation count.
723         * nptl_db/db_info.c: Include ldsodefs.h.
724         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
725         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
726         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
727         (link_map::l_tls_offset): New struct field.
728         (dtv_t::counter): Likewise.
729         (rtld_global): New struct.
730         (_rtld_global): New rtld variable.
731         (dl_tls_dtv_slotinfo_list): New rtld global field.
732         (dtv_slotinfo_list): New struct.
733         (dtv_slotinfo): Likewise.
734         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
735         (td_lookup): Rename to...
736         (td_mod_lookup): ... this.  Use new mod parameter instead of
737         LIBPTHREAD_SO.
738         * nptl_db/td_thr_tlsbase.c: Include link.h.
739         (dtv_slotinfo_list, dtv_slotinfo): New functions.
740         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
741         addresses even if the DTV is out of date or missing them.
742         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
743         index zero-length arrays.
744         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
745         (td_lookup): Make it a macro implemented in terms of...
746         (td_mod_lookup): ... this declaration.
747         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
748         (DB_MAIN_VARIABLE): Likewise.
750 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
752         [BZ #18134]
753         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
755 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
757         * stdlib/setenv.c (__add_to_environ): Revert previous change.
759 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
761         [BZ #18128]
762         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
763         (atomic_add, atomic_increment_and_test)
764         (atomic_decrement_and_test): Fix 64-bit arithmetic.
766 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
768         * stdlib/setenv.c (__add_to_environ):
769         Dump core quickly if setenv (..., NULL, ...) is called.
771 2015-03-13  Roland McGrath  <roland@hack.frob.com>
773         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
774         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
775         all the necessary asm magic in one place.
776         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
777         using those.
779 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
781         [BZ #14906]
782         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
783         traced file mtime. Use consistent log message.
784         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
785         (register_traced_file): Call install_watches. Always set mtime.
786         (invalidate_cache): Iterate over all trace files. Call install_watches.
787         (inotify_check_files): Don't inline. Handle watching parent
788         directories and configuration file movement in and out.
789         (handle_inotify_events): New function.
790         (main_loop_poll): Call handle_inotify_events.
791         (main_loop_epoll): Likewise.
792         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
793         (struct traced_file): Use array of inotify fds. Add parent directory,
794         and basename.
795         (struct database_dyn): Remove unused file_mtime.
796         (init_traced_file): New inline function.
797         (define_traced_file): New macro.
798         * nss/nss_db/db-init.c: Use define_traced_file.
799         (_nss_db_init): Use init_traced_file.
800         * nss/nss_files/files-init.c: Use define_traced_file.
801         (_nss_files_init): Use init_traced_file.
803 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
805         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
806         [_LIBC]: Do not include <stdlib.h>.
807         [!_LIBC] (abort): Remove declaration.
808         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
809         _FP_STATIC_ASSERT instead of conditionally calling abort.
810         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
811         (_FP_EXTEND_CNAN): Likewise.
812         (FP_TRUNC): Likewise.
813         (__FP_CLZ): Likewise.
814         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
816 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
818         * manual/string.texi (XPG basename): Fix prototype.
820 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
822         [BZ #18080]
823         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
824         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
825         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
826         (__setcontext): Likewise.
827         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
828         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
829         Call rt_sigprocmask syscall one time to set new signal mask
830         and retrieve the current signal mask instead of two calls.
831         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
832         (__swapcontext): Likewise.
833         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
834         * stdlib/tst-setcontext2.c: New file.
836 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
838         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
840 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
842         [BZ #18093]
843         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
844         the wrong size.
846 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
848         [BZ #18043]
849         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
851 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
853         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
854         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
855         Remove define.
856         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
857         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
858         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
859         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
860         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
861         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
862         define.
863         * nptl_db/td_symbol_list.c (td_lookup): Remove
864         HAVE_ASM_GLOBAL_DOT_NAME code.
865         * sysdeps/powerpc/powerpc64/configure.ac: Remove
866         HAVE_ASM_GLOBAL_DOT_NAME check.
867         * sysdeps/powerpc/powerpc64/configure: Regenerate.
868         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
869         (DOT_LABEL): Remove define.
870         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
871         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
872         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
873         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
874         (__TLS_GET_ADDR): Likewise.
875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
876         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
878 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
880         [BZ #18111]
881         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
882         (_FPU_SETCW): Initialize cw from fpsr before storing.
883         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
884         (fesetexceptflag): Rewrite using fpu_control.h.
885         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
887 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
889         [BZ #18110]
890         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
891         asms.
892         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
894 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
896         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
897         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
898         abort.
899         (_FP_FMA): Likewise.
900         (_FP_DIV): Likewise.
902 2015-03-10  Roland McGrath  <roland@hack.frob.com>
904         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
905         with 0 in that case.
906         * Makefile (summarize-tests): New canned sequence, factored out of
907         commands for targets tests and xtests.  Display summary lines that
908         don't start with PASS: or XFAIL: rather than ones that do start with
909         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
910         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
911         do start with ERROR: or FAIL:.
912         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
913         (except for [$(build-shared) = yes]).
914         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
915         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
916         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
917         * nptl/Makefile: Revert 2015-03-04 changes.
918         [$(CXX) empty] (tests-unsupported): New variable.
919         * debug/Makefile: Likewise.
921         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
922         gnulib file.  Replace __attribute with __attribute__ throughout.
924 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
926         * sysdeps/hppa/fpu/libm-test-ulps: Update.
928 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
930         [BZ #18104]
931         * math/auto-libm-test-in: Add another test of pow.
932         * math/auto-libm-test-out: Regenerated.
934 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
936         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
937         $(config-cflags-nofma).
939 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
941         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
942         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
943         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
944         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
945         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
946         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
947         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
948         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
949         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
950         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
951         Add comment on closing #endif.
953 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
955         * posix/wordexp.c (CHAR_IN_SET): New macro.
956         (parse_param): Use it.
958 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
960         * sysdeps/powerpc/fpu/libm-test-ulps: update.
962 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
964         [BZ #18043]
965         * posix/wordexp.c (parse_param): Fix buffer overflow.
966         * posix/wordexp-test.c (test_case): Add test case.
968 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
970         [BZ #18042]
971         * posix/wordexp.c (parse_backtick): Fix off-by-one.
972         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
974 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
976         [BZ #18043]
977         * posix/wordexp-test.c (test_case): Add test for BZ #18043
978         (do_bz18043): Delete.
979         (at_page_end): New.
980         (testit): Refactor to have words at the edge of unreadable page.
982 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
984         [BZ #16734]
985         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
986         Cleanup read-only streams as well.
987         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
989 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
991         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
992         <bits/libc-lockP.h>
994 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
996         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
997         on [__KERNEL__].
998         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
999         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1000         * soft-fp/op-common.h (_FP_DECL): Likewise.
1002 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1004         * elf/ifuncdep2.c (global): Replace
1005         __attribute__((visibility("protected"))) with
1006         asm (".protected global").
1007         * elf/ifuncmod1.c (global): Likewise.
1008         * elf/ifuncmod5.c (global): Likewise.
1010 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1012         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1013         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1015 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1017         * manual/install.texi (Configuring and compiling):
1018         Document test-wrapper-env-only.
1019         * INSTALL: Regenerated.
1021 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1023         [BZ #18043]
1024         * posix/wordexp.c (parse_param): Fix buffer overflow.
1025         * posix/wordexp-test.c (do_bz18043): Add test case.
1027 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1029         * time/tst-strptime2.c (do_test): Ensure failing tests are
1030         reported correctly.
1031         * time/tst-strptime3.c (do_test): Likewise.
1033 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1035         Fix aio_error thread-safety.
1036         * sysdeps/pthread/aio_error.c: New file
1037         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1038         synchronization.
1040 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1042         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1043         (group_number, vfprintf): Use it.
1044         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1045         (JUMP, REF): Use it.
1046         (WORK_BUFFER_SIZE): New enum constant.
1047         (process_arg, vfprintf): Use it.
1049 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1051         * manual/errno.texi (Error Messages): Complete example function
1052         by adding missing #define.
1053         (program_invocation_name): Add statement indicating GNU
1054         extension and reference which header file declares the variable.
1055         (program_invocation_short_name): Likewise.
1057 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1059         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1060         compatibility note.
1062 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1064         * Makeconfig (test-wrapper-env-only): New variable.
1065         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1066         then use that with $(test-wrapper-env-only) rather than using
1067         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1069 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1071         [BZ #18082]
1072         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1073         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1074         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1075         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1076         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1077         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1078         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1079         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1080         Likewise.
1081         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1082         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1083         Likewise.
1084         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1085         Likewise.
1086         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1087         Likewise.
1088         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1089         Likewise.
1090         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1091         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1092         Likewise.
1093         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1094         Likewise.
1095         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1096         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1098 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1100         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1101         (ETH_ALEN): New macro.
1102         (struct ether_addr): Use it for length of ether_addr_octet.
1104         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1105         (setdb): Don't call __nss_configure_lookup for "rpc".
1106         (do_test): Don't call test_rpc.
1107         (output_rpcent, test_rpc): Functions moved ...
1108         * sunrpc/test-rpcent.c: ... to this new file.
1109         * sunrpc/Makefile (tests): Add it.
1111         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1112         __xpg_sigpause.
1113         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1114         * nptl/tst-signal6.c: Likewise.
1115         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1116         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1118         * configure.ac (libc_cv_cxx_link_ok): New check.
1119         Reset CXX to empty if it fails to link.
1120         * configure: Regenerated.
1121         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1122         bug-atexit3-lib only if $(CXX) is nonempty.
1123         * nptl/Makefile (tests): Likewise for tst-cancel24.
1124         (tests, tests-static): Likewise for tst-cancel24-static.
1125         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1126         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1127         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1128         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1130 2015-03-04  Andreas Schwab  <schwab@suse.de>
1132         [BZ #17631]
1133         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1134         for non-GCC compilers.
1135         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1136         Likewise.
1138 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1140         [BZ #17776]
1141         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1142         integer before bitwise and assembly operations.
1143         (feclearexcept): Likewise.
1144         * math/test-fenvinline.c: New file.
1145         * math/Makefile: Add test-fenvinline test.
1147 2015-03-03  Alan Modra  <amodra@gmail.com>
1149         [BZ #16512]
1150         * scripts/localplt.awk: Strip off symbol version.
1151         * NEWS: Mention bug fix.
1153 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1155         * sysdeps/pthread/timer_routines.c
1156         (timer_free_list, thread_free_list, thread_active_list): Make static.
1158 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1160         [BZ #17779]
1161         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1162         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1163         Undefine.
1164         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1165         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1166         Likewise.
1167         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1168         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1169         Likewise.
1171 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1173         [BZ #18036]
1174         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1175         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1177 2015-03-02  Andreas Schwab  <schwab@suse.de>
1179         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1180         variable name.
1182 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1184         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1185         Return error status.
1187 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1189         [BZ #15969]
1190         * locale/findlocale.c (_nl_find_locale): Introduce const
1191         version of loc_name and drop unsafe type casts.
1193 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1195         * dlfcn/tststatic2.c (main): Converted to ...
1196         (do_test): ... this.
1197         (TEST_FUNCTION): New macro.
1198         Include test-skeleton.c.
1200 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1202         [BZ #17711]
1203         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1204         (tests-pie): Add vismain.
1205         (CFLAGS-vismain.c): New.
1206         * elf/vismain.c: Add comments for PIE requirement.
1208 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1210         [BZ #18046]
1211         [BZ #18047]
1212         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1213         0x1p-56L as threshold for just returning the argument.
1214         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1215         0x1p-32L as threshold for just returning the argument.
1216         * math/auto-libm-test-in: Add more tests of atanh.
1217         * math/auto-libm-test-out: Regenerated.
1218         * sysdeps/i386/fpu/libm-test-ulps: Update.
1219         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1221 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1223         * string/bcopy.c (bcopy): Call memmove for performance.
1225 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1227         * string/bzero.c (__bzero): Call memset for performance.
1229 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1231         [BZ #18068]
1232         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1233         to 00100000.
1235 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1237         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1239 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1241         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1242         (__kernel_standard): Use CSTR macro when setting exc.name.
1243         * sysdeps/ieee754/Makefile [$(subdir) = math]
1244         (CFLAGS-k_standard.c): Remove variable.
1246         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1247         setting p and q from "else if" to "else".
1248         (qzero): Likewise.
1249         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1250         (qone): Likewise.
1251         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1252         (qzerof): Likewise.
1253         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1254         (qonef): Likewise.
1255         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1256         (qzero): Likewise.
1257         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1258         (qone): Likewise.
1260         [BZ #18038]
1261         [BZ #18039]
1262         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1263         return pi/2 for arguments below 0x1p-113L.
1264         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1265         return pi/2 for arguments below 0x1p-106L.
1266         * math/auto-libm-test-in: Add more tests of acos.
1267         * math/auto-libm-test-out: Regenerated.
1269         [BZ #16351]
1270         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1271         (MO): New macro.
1272         (__ieee754_asin): Force underflow exception for results with small
1273         absolute value.
1274         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1275         (MO): New macro.
1276         (__ieee754_asinf): Force underflow exception for results with
1277         small absolute value.
1278         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1279         (__ieee754_asin): Force underflow exception for results with small
1280         absolute value.
1281         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1282         (__ieee754_asinf): Force underflow exception for results with
1283         small absolute value.
1284         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1285         (__ieee754_asinl): Force underflow exception for results with
1286         small absolute value.
1287         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1288         (__ieee754_asinl): Force underflow exception for results with
1289         small absolute value.
1290         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1291         (__ieee754_asinl): Force underflow exception for results with
1292         small absolute value.
1293         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1294         Include <math.h>.
1295         * math/auto-libm-test-in: Do not mark underflow exceptions as
1296         possibly missing for bug 16351.
1297         * math/auto-libm-test-out: Regenerated.
1299         [BZ #18030]
1300         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1301         of power of 2 down when low part has opposite sign.
1302         * math/libm-test.inc (logb_test_data): Add more tests.
1304 2015-02-26  Andreas Schwab  <schwab@suse.de>
1306         [BZ #18032]
1307         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1308         over collating symbol inside a bracket expression.  Minor cleanup.
1309         * posix/tst-fnmatch3.c (do_test): Add test case.
1311 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1313         [BZ #18029]
1314         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1315         Adjust exponent of power of 2 down when low part has opposite
1316         sign.
1317         * math/libm-test.inc (ilogb_test_data): Add more tests.
1319 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1321         [BZ #15969]
1322         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1323         the previous change.
1325         [BZ #15969]
1326         * locale/findlocale.c (_nl_find_locale): Retry archive search
1327         after alias expansion.
1329 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1331         * iconv/tst-iconv3.c (main): Converted to ...
1332         (do_test): ... this.
1333         (TEST_FUNCTION): New macro.
1334         Include test-skeleton.c.
1336         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1337         (convert): Make function static.
1338         (test_unalign): Likewise.  Add const to argument pointee types.
1339         (main): Replace with static function do_test.
1340         Print "Succeeded." only if RET is zero.
1341         (TEST_FUNCTION): New macro.
1342         Include test-skeleton.c.
1344         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1345         returns a null pointer.
1347 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1349         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1350         to __memcpy_ppc only for static builds.
1352 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1354         [BZ #18020]
1355         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1356         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1357         * math/auto-libm-test-in: Add more tests of asinh.
1358         * math/auto-libm-test-out: Regenerated.
1359         * sysdeps/i386/fpu/libm-test-ulps: Update.
1360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1362 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1364         [BZ #15850]
1365         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1366         and ip6_mtuinfo definitions here.
1367         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1368         in this define too.  Update comment.
1370 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1372         * elf/sprof.c (load_shobj): Tweak error message to match others.
1374 2015-02-24  Kevin Easton  <kevin@guarana.org>
1376         [BZ #16145] (partial fix)
1377         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1378         to reduce lock contention.
1380 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1382         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1383         (struct timex): Update time comment.
1384         (ADJ_SETOFFSET): Define.
1386 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1388         [BZ #18019]
1389         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1390         2**56 not 2**28 as threshold for log (2x) formula.
1391         * math/auto-libm-test-in: Add more tests of acosh.
1392         * math/auto-libm-test-out: Regenerated.
1393         * sysdeps/i386/fpu/libm-test-ulps: Update.
1394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1396 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1398         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1399         parenthesis around the buf assignment.
1400         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1402 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1404         [BZ #16783]
1405         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1406         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1407         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1408         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1409         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1410         * math/libm-test.inc (scalb_test_data): Add more tests.
1412 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1414         [BZ #17916]
1415         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1416         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1418 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1420         [BZ #17523]
1421         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1422         * io/bits/fcntl2.h (open): Use it.
1423         (openat): Likewise.
1424         * io/open.c (__libc_open): Likewise.
1425         * io/open64.c (__libc_open64): Likewise.
1426         * io/open64_2.c (__open64_2): Likewise.
1427         * io/open_2.c (__open_2): Likewise.
1428         * io/openat.c (__openat): Likewise.
1429         * io/openat64.c (__openat64): Likewise.
1430         * io/openat64_2.c (__openat64_2): Likewise.
1431         * io/openat_2.c (__openat_2): Likewise.
1432         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1433         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1434         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1435         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1436         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1437         (__open_nocancel): Likewise.
1438         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1439         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1440         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1442 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1444         [BZ #14841]
1445         * resolv/gethnamaddr.c (getanswer): Skip logging if
1446         RES_USE_DNSSEC is set.
1447         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1449 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1451         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1453 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1455         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1456         201304L, for Unicode 7.
1458 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1460         [BZ #17836]
1461         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1462         shared library.  Add gmon-start.os otherwise.
1463         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1464         $(objpfx)gmon-start.os if builing shared library.
1465         ($(objpfx)g$(static-start-installed-name)): Likewise.
1467 2015-02-23  Andreas Schwab  <schwab@suse.de>
1469         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1471 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1473         [BZ #17269]
1474         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1475         (enlarge_userbuf): Likewise.
1477 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1479         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1480         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1481         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1482         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1484 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1486         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1487         expression inside statement expression.
1489 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1491         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1492         <sysdeps/nptl/lowlevellock.h> and remove macros and
1493         functions that are now defined there.
1494         (SYS_futex): Remove.
1495         (lll_compare_and_swap): Remove.
1496         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1498 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1500         [BZ #17999]
1501         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1502         instead of scandirat.
1503         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1504         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1505         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1506         __scandirat.
1507         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1508         (__scandirat): Declare.  Use libc_hidden_proto.
1509         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1510         Remove variable.
1511         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1513 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1515         [BZ #15319]
1516         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1517         (MO): New macro.
1518         (__ieee754_atan2): For results with small absolute value, force
1519         underflow exception and remove excess range and precision from
1520         return value.
1521         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1522         (MO): New macro.
1523         (__ieee754_atan2f): For results with small absolute value, force
1524         underflow exception and remove excess range and precision from
1525         return value.
1526         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1527         (MO): New macro.
1528         (__atan): For results with small absolute value, force underflow
1529         exception and remove excess range and precision from return value.
1530         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1531         (MO): New macro.
1532         (__atanf): For results with small absolute value, force underflow
1533         exception and remove excess range and precision from return value.
1534         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1535         <math.h>.
1536         (__ieee754_atan2): Force underflow exception for results with
1537         small absolute value.
1538         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1539         <math_private.h>.
1540         (atan): Force underflow exception for results with small absolute
1541         value.
1542         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1543         (__atanf): Force underflow exception for results with small
1544         absolute value.
1545         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1546         <math.h>.
1547         (__atanl): Force underflow exception for results with small
1548         absolute value.
1549         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1550         (__atanl): Force underflow exception for results with small
1551         absolute value.
1552         * sysdeps/x86/fpu/bits/mathinline.h
1553         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1554         (__ieee754_atan2): Only define inline for long double.
1555         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1556         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1557         * math/auto-libm-test-in: Do not mark underflow exceptions as
1558         possibly missing for bug 15319.  Add more tests of atan2.
1559         * math/auto-libm-test-out: Regenerated.
1560         * math/libm-test.inc (casin_test_data): Do not mark underflow
1561         exceptions as possibly missing for bug 15319.
1562         (casinh_test_data): Likewise.
1563         * sysdeps/i386/fpu/libm-test-ulps: Update.
1565 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1567         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1568         * sysdeps/mips/bits/endian.h: Fix comments.
1570 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1572         [BZ #17996]
1573         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1574         (hdestroy_r): Likewise.
1575         (hsearch_r): Likewise.
1576         (__hcreate_r): Declare and use libc_hidden_proto.
1577         (__hdestroy_r): Likewise.
1578         (__hsearch_r): Likewise.
1579         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1580         (hcreate): Call __hcreate_r instead of hcreate_r.
1581         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1582         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1583         as weak alias of __hcreate_r.
1584         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1585         __hdestroy_r.
1586         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1587         __hsearch_r.
1588         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1589         Remove variable.
1590         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1591         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1592         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1593         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1595 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1597         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1598         arena_lock into a single arena_get.
1600 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1602         * dl-reloc.c: Inlucde libc-internal.h.
1603         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1604         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1605         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1606         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1607         (grow_heap): Likewise.
1608         * malloc/malloc.c: Include libc-internal.h.
1609         (do_check_malloc): Call powerof2.
1610         (sysmalloc): Use pagesize. Call ALIGN_UP.
1611         (systrim): Use pagesize.
1612         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1613         (__libc_valloc): Use pagesize.
1614         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1616 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1618         [BZ #17991]
1619         * include/sys/resource.h (__getrlimit64): Declare.  Use
1620         libc_hidden_proto.
1621         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1622         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1623         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1624         getrlimit64.
1625         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1626         __getrlimit64.
1627         [!getrlimit64] (getrlimit64): Define as weak alias of
1628         __getrlimit64.  Use libc_hidden_weak.
1629         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1630         using __getrlimit64 not __new_getrlimit64.
1631         (__GI_getrlimit64): Likewise.
1632         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1633         Likewise.
1634         (__GI_getrlimit64): Likewise.
1635         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1637         (getrlimit): Add __getrlimit64 alias.
1638         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1639         Likewise.
1640         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1641         Remove variable.
1642         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1643         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1645 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1647         * libio/fileops.c: Add missing sys/mman.h
1648         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1650 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1652         * manual/math.texi (Errors in Math Functions): Clarify goals
1653         regarding inexact and underflow exceptions.
1655 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1657         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1658         * sysdeps/mips/memset.S: Ditto.
1660 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1662         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1664 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1666         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1667         (__v1longjmp): Remove versioned symbol.
1668         (__v1siglongjmp): Remove alias and versioned symbol.
1669         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1670         (__v2siglongjmp): Likewise.
1672 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1674         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1676 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1678         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1680 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1682         [BZ #17987]
1683         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1684         zero result does not depend on the sign resulting from
1685         subtraction.
1686         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1687         Likewise.
1688         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1689         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1690         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1691         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1692         * math/libm-test.inc (remquo_test_data): Add more tests.
1694 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1696         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1697         Problem reported by J William Piggott.
1699 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1701         [BZ #17978]
1702         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1703         products 4 * y and 2 * y where those would overflow.
1704         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1705         Likewise.
1706         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1707         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1708         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1709         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1710         * math/libm-test.inc (remquo_test_data): Add more tests.
1712         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1714         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1715         [defined _COMPILING_NEWLIB].
1716         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1717         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1719         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1720         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1722 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1724         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1725         acquired.
1727 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1729         [BZ #17792]
1730         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1731         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1732         HOST_STACK_END_ADDR): Likewise.
1734 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1736         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1737         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1738         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1740 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1742         * sysdeps/generic/c++-types.data: New file.
1743         * sysdeps/generic/ld.abilist: New file.
1744         * sysdeps/generic/libBrokenLocale.abilist: New file.
1745         * sysdeps/generic/libanl.abilist: New file.
1746         * sysdeps/generic/libc.abilist: New file.
1747         * sysdeps/generic/libcrypt.abilist: New file.
1748         * sysdeps/generic/libdl.abilist: New file.
1749         * sysdeps/generic/libm.abilist: New file.
1750         * sysdeps/generic/libpthread.abilist: New file.
1751         * sysdeps/generic/libresolv.abilist: New file.
1752         * sysdeps/generic/librt.abilist: New file.
1754 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1756         [BZ #17569]
1757         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1758         Compute absolute value of x as modified by fmod, not original
1759         value of x.
1760         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1761         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1762         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1763         RUN_TEST_ffI_f1_mod8.
1764         (remquo_test_data): Add more tests.
1766 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1768         * sysdeps/init_array/pt-crti.S: New file.
1770 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1772         [BZ #17967]
1773         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1774         __builtin_fmaf instead of relying on contraction of a * b + c.
1776 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1778         [BZ #17969]
1779         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1780         node.
1782 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1784         [BZ #17964]
1785         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1786         __builtin_fma instead of relying on contraction of a * b + c.
1788 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1790         * Makeconfig (ASFLAGS): Add -Werror=undef.
1791         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1792         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1793         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1795         * Makeconfig (after-link): New variable.
1796         (+link-pie, +link-pie-tests): Use it.
1797         (+link-static, +link-static-tests): Likewise.
1798         (+link, +link-tests): Likewise.
1799         * Makerules (build-module, build-module-asneeded): Likewise.
1800         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1801         Likewise.
1802         * elf/Makefile ($(objpfx)ld.so): Likewise.
1804 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1806         [BZ #17965]
1807         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1808         both struct timeval and struct timespec.
1810 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1812         [BZ #16560]
1813         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1814         and redefine.
1815         (__ieee754_exp2l): Do not multiply small fractional parts by
1816         M_LN2l.
1817         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1818         small argument.
1819         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1820         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1821         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1822         * math/auto-libm-test-in: Add more tests of exp2.
1823         * math/auto-libm-test-out: Regenerated.
1825 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1827         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1828         unaligned path.
1830 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1832         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1833         little endian.
1835 2015-02-12  Andreas Schwab  <schwab@suse.de>
1837         [BZ #15790]
1838         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1839         Filter out elision flags from value returned in kind.
1840         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1841         * nptl/tst-pthread-mutexattr.c: New file.
1843 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1845         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1846         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1847         into gnu-gnu, and update comment to refer to abi-tags.
1849 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1851         [BZ #15467]
1852         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1853         (__sincos): Set errno to EDOM for infinite argument.
1854         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1855         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1856         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1857         (__sincosl): Set errno to EDOM for infinite argument.
1858         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1859         (__sincosl): Set errno to EDOM for infinite argument.
1860         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1861         (__sincosl): Set errno to EDOM for infinite argument.
1862         * math/libm-test.inc (sincos_test_data): Test errno setting.
1864 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1866         * string/strxfrm_l.c: Remove #define STRCMP.
1867         * string/strcoll_l.c: Remove #define STRLEN.
1868         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1869         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1871 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1873         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1874         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1875         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1876         * sysdeps/mips/mips64/Makefile: ... here.
1877         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1878         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1879         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1880         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1881         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1882         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1883         * sysdeps/mips/mips64/n64/Implies: Likewise.
1885 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1887         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1888         <sys/time.h>, <string.h>, and <errno.h>.
1889         (dest_offset, dest_address, value, zero): Remove unused variables.
1890         (ldouble): Remove typedef.
1891         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1892         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1893         1).  Fix code style.
1894         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1895         (check): Function removed.
1896         (CHECK): New macro.
1897         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1898         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1899         Don't call set_sigaction_FP and remove_sigaction_FP here.
1900         (ldouble_test): Just use 'long double' as macro argument, no need for
1901         the 'ldouble' typedef.
1902         (do_test): Set up SIGFPE handler at start, using plain signal rather
1903         than sigaction.  Fix code style.
1905 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1907         [BZ #17949]
1908         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1909         jump label.
1911 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1913         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1914         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1916         * sysdeps/powerpc/configure.ac: Remove file.
1917         * sysdeps/powerpc/configure: Likewise.
1919         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1920         [sysdep_routines]: Remove wordcopy-power6 object.
1921         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1922         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1923         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1924         (__memmove_ppc32): Likewise.
1925         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1926         file.
1927         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1928         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1929         Remove preprocessor.
1931         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1932         [sysdep_routines]: Remove wide chars objects.
1933         [wcsmbs]: New rule for wide char objects.
1935         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1936         Remove wordcopy-power6 obejct.
1937         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1938         Use local call for wordcopy and memcpy symbols.
1939         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1940         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1941         implementation for loader.
1942         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1944         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1945         Remove wordcopy-power7 object.
1946         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1947         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1948         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1949         (_wordcopy_fwd_dest_aligned): Likewise.
1950         (_wordcopy_bwd_aligned): Likewise.
1951         (_wordcopy_bwd_dest_aligned): Likewise.
1953         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1954         Rewrite to call __memmove_ppc instead of include default
1955         implementation.
1957         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1958         Remove wide chars objects.
1959         [wcsmbs]: New rule for wide char objects.
1961 2015-02-09  Andreas Schwab  <schwab@suse.de>
1963         [BZ #17912]
1964         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1965         in terms of __O_DIRECTORY.
1967 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1969         * time/getdate.c: Include <stdbool.h>.
1970         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1971         call PTR_MANGLE.
1972         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1973         PTR_DEMANGLE.
1975 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1977         Add ersatz _Static_assert on older C hosts
1978         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1979         pre-C11 C platform that is not known to support _Static_assert.
1981 2015-02-07  Richard Braun  <rbraun@sceen.net>
1983         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1984         sigstate.
1985         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1987 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1989         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1990         priority against unexistent AIO_PRIO_DELTA_MAX.
1991         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1992         instead of int.
1993         * misc/fchflags.c (fchflags): Likewise.
1994         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1995         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1996         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1997         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1998         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1999         Declare macros.
2000         [__USE_MISC] (chflags, fchflags): Declare functions.
2001         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2002         EINVAL when nfds is greater than FD_SETSIZE.
2003         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2004         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2005         45.
2006         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2007         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2008         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2009         MACH_RCV_TIMED_OUT.
2010         * hurd/hurd/signal.h (_hurd_self_sigstate,
2011         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2012         Explicit casts from void *.
2013         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2014         * abi-tags: Rename gnu-gnu os into gnu.
2016         [BZ #4719]
2017         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2018         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2019         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2020         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2021         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2022         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2024         [BZ #17944]
2025         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2026         duplicates ADDR->sun_path with sockaddr LEN limitation.
2027         * sysdeps/mach/hurd/connect.c: Include <string.h>
2028         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2029         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2030         * sysdeps/mach/hurd/sendto.c: Likewise.
2031         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2032         implementing it by hand.
2034 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2036         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2037         Use sfi_breg on ldr.
2038         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2039         Likewise.
2041         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2042         it's defined.
2043         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2044         Test SIGSETXID only if it's defined.
2046         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2048         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2049         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2051         * nptl/tst-align2.c: Moved ...
2052         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2053         * nptl/Makefile (tests): Remove tst-align2.
2054         * sysdeps/unix/sysv/linux/Makefile
2055         [$(subdir) = nptl] (tests): Add tst-align-clone.
2056         * nptl/tst-getpid1.c: Moved ...
2057         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2058         * nptl/tst-getpid2.c: Moved ...
2059         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2060         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2061         * sysdeps/unix/sysv/linux/Makefile
2062         [$(subdir) = nptl] (tests): ... here.
2063         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2064         * sysdeps/unix/sysv/linux/Makefile
2065         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2067         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2068         Drop trailing \n from perror argument.  Use return rather than exit.
2070         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2071         on [SA_SIGINFO].
2072         * nptl/tst-cancel21.c (do_test): Likewise.
2073         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2074         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2075         [!SA_SIGINFO]: Make it a stub test.
2077         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2078         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2080         * posix/tst-getlogin.c: Move to ...
2081         * login/tst-getlogin.c: ... here.
2082         * posix/Makefile (tests): Move tst-getlogin to ...
2083         * login/Makefile (tests): ... here.
2085         * libio/tst-atime.c (do_test): Move local variables SV and E
2086         inside [ST_NOATIME] conditional.
2088         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2090         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2092         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2093         (wait_code): New function replaces macro.
2094         Call nanosleep rather than syscall.
2096         * nptl/pt-system.c: Rewritten.  Put everything under
2097         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2098         Use IFUNC to redirect when possible.
2100         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2101         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2102         Use IFUNC to redirect when possible.
2104         * nptl/pt-fork.c: Rewritten.  Put everything under
2105         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2106         Use IFUNC to redirect when possible.
2107         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2109         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2110         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2111         unconditionally nowadays.  This included the only reference to
2112         __vdso_clock_gettime that appears outside libc proper.
2113         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2114         Remove version set (containing only __vdso_clock_gettime).
2115         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2116         Add attribute_hidden.
2117         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2118         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2119         libc_hidden_data_def.
2120         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2121         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2123         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2124         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2125         setrpcent, and getrpcport to ...
2126         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2127         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2128         getrpcbynumber_r, and getrpcent_r to ...
2129         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2130         * inet/getrpcbyname.c: Moved ...
2131         * sunrpc/getrpcbyname.c: ... here.
2132         * inet/getrpcbyname_r.c: Moved ...
2133         * sunrpc/getrpcbyname_r.c: ... here.
2134         * inet/getrpcbynumber.c: Moved ...
2135         * sunrpc/getrpcbynumber.c: ... here.
2136         * inet/getrpcbynumber_r.c: Moved ...
2137         * sunrpc/getrpcbynumber_r.c: ... here.
2138         * inet/getrpcent.c: Moved ...
2139         * sunrpc/getrpcent.c: ... here.
2140         * inet/getrpcent_r.c: Moved ...
2141         * sunrpc/getrpcent_r.c: ... here.
2142         * inet/Makefile (routines): Move those to ...
2143         * sunrpc/Makefile (routines): ... here.
2144         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2145         the $(subdirs) list.
2146         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2147         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2148         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2149         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2151         * elf/Makefile (routines): Include $(all-dl-routines), not just
2152         $(dl-routines).
2153         (rtld-routines): Likewise.  Use = rather than :=.
2154         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2155         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2156         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2157         * sysdeps/arm/Makefile: Likewise.
2158         * sysdeps/i386/Makefile: Likewise.
2159         * sysdeps/x86_64/Makefile: Likewise.
2160         * sysdeps/hppa/Makefile [$(subdir) = elf]
2161         (sysdep_routines, sysdep-rtld-routines): Don't add
2162         $(sysdep-dl-routines) to these.
2163         * sysdeps/ia64/Makefile: Likewise.
2164         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2165         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2166         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2167         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2168         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2169         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2170         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2171         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2172         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2173         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2174         these; sysdep-dl-routines alone is enough.
2176 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2178         [BZ #17932]
2179         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2180         where multiplication results in zero and third argument is finite
2181         and nonzero.
2182         * math/auto-libm-test-in: Add more tests of fma.
2183         * math/auto-libm-test-out: Regenerated.
2185         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2186         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2187         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2188         (_FP_CMP_EQ): Likewise.
2189         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2191         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2192         extra argument CHECK_NAN.  Redefine as wrapper around
2193         _FP_EXTEND_CNAN.
2195 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2197         * version.h (RELEASE): Set to "stable".
2198         (VERSION): Set to "2.21"
2199         * include/features.h (__GLIBC_MINOR__): Set to 21.
2201         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2203 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2204             Paul Eggert  <eggert@cs.ucla.edu>
2206         [BZ #16618]
2207         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2208         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2209         size in bytes. Store needed elements in wpmax. Use needed size
2210         in bytes for extend_alloca.
2212 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2214         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2215         binutls 2.25, and texinfo 5.2.
2216         * INSTALL: Regenerate.
2217         * sysdeps/nios2/configure: Regenerate.
2218         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2219         * manual/contrib.texi: Update.
2220         * po/be.po: Update.
2221         * po/bg.po: Update.
2222         * po/ca.po: Update.
2223         * po/cs.po: Update.
2224         * po/da.po: Update.
2225         * po/de.po: Update.
2226         * po/el.po: Update.
2227         * po/eo.po: Update.
2228         * po/es.po: Update.
2229         * po/fi.po: Update.
2230         * po/fr.po: Update.
2231         * po/gl.po: Update.
2232         * po/hr.po: Update.
2233         * po/hu.po: Update.
2234         * po/ia.po: Update.
2235         * po/id.po: Update.
2236         * po/it.po: Update.
2237         * po/ja.po: Update.
2238         * po/ko.po: Update.
2239         * po/lt.po: Update.
2240         * po/nb.po: Update.
2241         * po/nl.po: Update.
2242         * po/pl.po: Update.
2243         * po/pt_BR.po: Update.
2244         * po/ru.po: Update.
2245         * po/rw.po: Update.
2246         * po/sk.po: Update.
2247         * po/sl.po: Update.
2248         * po/sv.po: Update.
2249         * po/tr.po: Update.
2250         * po/uk.po: Update.
2251         * po/vi.po: Update.
2252         * po/zh_CN.po: Update.
2253         * po/zh_TW.po: Update.
2255         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2256         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2257         * sysdeps/hppa/dl-irel.h: Remove #warning.
2258         * sysdeps/hppa/entry.h: Provide prototype for
2259         __canonicalize_funcptr_for_compare and cast argument.
2260         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2261         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2262         * sysdeps/hppa/sotruss-lib.c: New file.
2263         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2264         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2265         (atomic_compare_and_exchange_bool_acq): Likewise.
2266         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2267         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2269         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2270         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2271         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2273 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2275         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2276         called function in non-PIC case.
2278 2015-01-31  David S. Miller  <davem@davemloft.net>
2280         * sysdeps/sparc/sparc32/bits/atomic.h
2281         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2282         unlock not after it.
2283         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2284         volatile register usage warnings from the compiler.
2286         * sysdeps/sparc/nptl/sem_init.c: Delete.
2287         * sysdeps/sparc/nptl/sem_post.c: Delete.
2288         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2289         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2290         * sysdeps/sparc/sparc32/sem_init.c: New file.
2291         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2292         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2293         padding explicitly initialized.
2294         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2295         padding for in-semaphore spinlock.
2296         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2297         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2298         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2299         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2300         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2301         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2302         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2303         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2304         version.
2305         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2306         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2308 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2310         [BZ #17801]
2311         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2312         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2313         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2314         New.
2315         (index_AVX_Fast_Unaligned_Load): Likewise.
2316         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2317         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2318         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2319         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2320         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2321         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2322         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2323         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2324         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2326 2015-01-29  Andreas Schwab  <schwab@suse.de>
2328         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2330 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2332         [BZ #17892]
2333         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2335 2015-01-28  Martin Sebor  <msebor@redhat.com>
2337         * math/README.libm-test: Clarify. Add "How to read the test output."
2339 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2341         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2342         Define to 0.
2344 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2346         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2347         (__HAVE_64B_ATOMICS): Define to 0.
2349 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2351         [BZ #17885]
2352         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2353         value to set as new flag.
2355         [BZ #16576]
2356         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2357         and use _ARCH_PPCSQ instead.
2358         (__ieee754_sqrt): Likewise.
2359         (__ieee754_sqrtf): Likewise.
2360         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2361         _ARCH_PPCSQ is defined.
2362         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2363         fsqrt instruction.
2364         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2365         _ARCH_PPCSQ is defined.
2366         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2367         fsqrts instruction.
2368         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2370 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2372         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2373         bug (GCC BZ #64739).
2375 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2377         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2378         Mark _retval as used.
2379         (lll_futex_wake_unlock): Likewise.
2380         (lll_futex_timed_wait_requeue_pi): Likewise.
2382         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2383         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2384         register variables.
2386         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2387         libm_hidden_def.
2389         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2390         (__bswap_64): Mark as __always_inline.
2392 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2394         [BZ #15378]
2395         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2396         when none of the search directories exist.
2398 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2400         [BZ #17869]
2401         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2402         power8 in .machine directive.
2404         [BZ #17868]
2405         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2406         set dependency from opd value.
2408 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2410         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2411         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2412         architecture.
2414 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2416         [BZ #17870]
2417         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2418         with uint64_t.
2419         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2420         (uint64_t) 1.
2421         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2422         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2423         Replace 1UL with (uint64_t) 1.
2424         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2425         int with uint64_t.
2427 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2429         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2430         (if_freenameindex): Likewise.
2432         * resource/getrlimit64.c: Add missing libc_hidden_def.
2434 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2436         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2437         __label__.
2438         (_FP_FMA): Likewise.
2439         (_FP_TO_INT_ROUND): Likewise.
2440         (_FP_FROM_INT): Likewise.
2442 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2444         [BZ #16418]
2445         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2446         Make code racy and cancel safe.
2448 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2450         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2451         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2452         attribution.
2454         * pwd/tst-getpw.c: Rewrite.
2456         [BZ #17702]
2457         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2458         (modules-names): Add moddummy1 and moddummy2.
2459         ($(objpfx)tst-rec-dlopen): Define.
2460         * dlfcn/moddummy1.c: New file.
2461         * dlfcn/moddummy2.c: New file.
2462         * dlfcn/tst-rec-dlopen.c: New file.
2463         * elf/dl-cache.c (_dl_load_cache_lookup):
2464         Return char*. Copy result with alloca/strcpy/strdup.
2465         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2466         returns char*. Free cached. If not saving realname
2467         free cached.
2468         * elf/dl-open.c (dl_open_worker): Do not assert that
2469         _r_debug->r_state is RT_CONSISTENT.
2470         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2471         returns char*.
2473 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2474             Carlos O'Donell  <carlos@redhat.com>
2476         [BZ #12674]
2477         * nptl/sem_waitcommon.c: New file.
2478         * nptl/sem_wait.c: Include sem_waitcommon.c.
2479         (__sem_wait_cleanup, do_futex_wait): Remove.
2480         (__new_sem_wait): Adapt.
2481         (__new_sem_trywait): New function.
2482         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2483         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2484         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2485         (sem_timedwait): Adapt.
2486         * nptl/sem_post.c (__new_sem_post): Adapt.
2487         (futex_wake): New function.
2488         (__old_sem_post): Add release MO fence.
2489         * nptl/sem_open.c (sem_open): Adapt.
2490         * nptl/sem_init.c (__new_sem_init): Adapt.
2491         (futex_private_if_supported): New function.
2492         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2493         (__old_sem_getvalue): Add using previous code.
2494         * sysdeps/nptl/internaltypes.h: Adapt.
2495         * nptl/tst-sem13.c (do_test): Adapt.
2496         * nptl/tst-sem11.c (main): Adapt.
2497         * nptl/sem_trywait.c: Remove.
2498         * nptl/DESIGN-sem.txt: Remove.
2499         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2500         (gen-as-const-headers): Remove structsem.sym.
2501         * nptl/structsem.sym: Remove.
2502         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2503         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2504         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2505         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2506         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2507         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2508         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2509         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2510         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2511         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2512         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2513         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2514         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2515         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2516         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2517         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2518         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2519         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2520         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2521         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2522         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2523         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2525 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2527         * INSTALL: Regenerated.
2529         * po/libc.pot: Regenerated.
2531 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2532             Sandra Loosemore  <sandra@codesourcery.com>
2533             Andrew Jenner  <andrew@codesourcery.com>
2534             Joseph Myers  <joseph@codesourcery.com>
2535             Nathan Sidwell  <nathan@codesourcery.com>
2537         * NEWS: Mention new Nios II port.
2538         * sysdeps/nios2/Implies: New file.
2539         * sysdeps/nios2/Makefile: New file.
2540         * sysdeps/nios2/Subdirs: New file.
2541         * sysdeps/nios2/Versions: New file.
2542         * sysdeps/nios2/__longjmp.S: New file.
2543         * sysdeps/nios2/abort-instr.h: New file.
2544         * sysdeps/nios2/backtrace.c: New file.
2545         * sysdeps/nios2/bits/endian.h: New file.
2546         * sysdeps/nios2/bits/fenv.h: New file.
2547         * sysdeps/nios2/bits/link.h: New file.
2548         * sysdeps/nios2/bits/setjmp.h: New file.
2549         * sysdeps/nios2/bsd-_setjmp.S: New file.
2550         * sysdeps/nios2/bsd-setjmp.S: New file.
2551         * sysdeps/nios2/configure: New generated file.
2552         * sysdeps/nios2/configure.ac: New file.
2553         * sysdeps/nios2/crti.S: New file.
2554         * sysdeps/nios2/crtn.S: New file.
2555         * sysdeps/nios2/dl-init.c: New file.
2556         * sysdeps/nios2/dl-machine.h: New file.
2557         * sysdeps/nios2/dl-sysdep.h: New file.
2558         * sysdeps/nios2/dl-tls.h: New file.
2559         * sysdeps/nios2/dl-trampoline.S: New file.
2560         * sysdeps/nios2/gccframe.h: New file.
2561         * sysdeps/nios2/gmp-mparam.h: New file.
2562         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2563         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2564         * sysdeps/nios2/ldsodefs.h: New file.
2565         * sysdeps/nios2/libc-tls.c: New file.
2566         * sysdeps/nios2/libm-test-ulps: New file.
2567         * sysdeps/nios2/machine-gmon.h: New file.
2568         * sysdeps/nios2/math-tests.h: New file.
2569         * sysdeps/nios2/math_private.h: New file.
2570         * sysdeps/nios2/memusage.h: New file.
2571         * sysdeps/nios2/nptl/Makefile: New file.
2572         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2573         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2574         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2575         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2576         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2577         * sysdeps/nios2/nptl/tls.h: New file.
2578         * sysdeps/nios2/preconfigure: New file.
2579         * sysdeps/nios2/s_fma.c: New file.
2580         * sysdeps/nios2/s_fmaf.c: New file.
2581         * sysdeps/nios2/setjmp.S: New file.
2582         * sysdeps/nios2/sfp-machine.h: New file.
2583         * sysdeps/nios2/sotruss-lib.c: New file.
2584         * sysdeps/nios2/stackguard-macros.h: New file.
2585         * sysdeps/nios2/stackinfo.h: New file.
2586         * sysdeps/nios2/start.S: New file.
2587         * sysdeps/nios2/sysdep.h: New file.
2588         * sysdeps/nios2/tls-macros.h: New file.
2589         * sysdeps/nios2/tst-audit.h: New file.
2590         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2591         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2592         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2593         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2594         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2595         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2596         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2597         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2598         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2599         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2600         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2601         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2602         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2603         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2604         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2605         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2606         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2607         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2608         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2609         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2610         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2611         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2612         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2613         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2614         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2615         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2616         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2617         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2618         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2619         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2620         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2621         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2622         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2623         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2624         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2625         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2626         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2627         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2628         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2629         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2630         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2631         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2632         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2633         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2635 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2637         [BZ #17844]
2638         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2639         (getutent): Use weak_alias in non SHARED case
2640         and default_symbol_version in SHARED case.
2641         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2642         (getutent_r, pututline): Likewise.
2643         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2644         (getutid): Likewise.
2645         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2646         (getutid_r): Likewise.
2647         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2648         (getutline): Likewise.
2649         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2650         (getutline_r): Likewise.
2651         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2652         (updwtmp): Likewise.
2654 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2656         [BZ #17848]
2657         * sysdeps/s390/s390-32/memcmp.S
2658         (memcmp_g5): Rename to __memcmp_g5.
2659         * sysdeps/s390/s390-32/memcpy.S
2660         (memcpy_g5): Rename to __memcpy_g5.
2661         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2662         (memcpy_mvcle) Rename to __memcpy_mvcle.
2663         * sysdeps/s390/s390-32/memset.S
2664         (memset_g5): Rename to __memset_g5.
2665         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2666         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2667         and use prefixed functions.
2668         * sysdeps/s390/s390-32/multiarch/memcmp.S
2669         (memcmp_z196): Rename to __memcmp_z196.
2670         (memcmp_z10): Rename to __memcmp_z10.
2671         (memcmp): Set alias to __memcmp_g5.
2672         (bcmp): Set alias to __memcmp_g5.
2673         * sysdeps/s390/s390-32/multiarch/memcpy.S
2674         (memcpy_z196): Rename to __memcpy_z196.
2675         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2676         (memcpy_z10): Rename to __memcpy_z10.
2677         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2678         (memcpy): Set alias to __memcpy_g5.
2679         * sysdeps/s390/s390-32/multiarch/memset.S
2680         (memset_z196): Rename to __memset_z196.
2681         Jump to __memset_mvcle instead of memset_mvcle.
2682         (memset_z10): Rename to __memset_z10.
2683         Jump to __memset_mvcle instead of memset_mvcle.
2684         (memset_mvcle) Rename to __memset_mvcle.
2685         (memset): Set alias to __memset_g5.
2686         * sysdeps/s390/s390-64/memcmp.S
2687         (memcmp_z900): Rename to __memcmp_z900.
2688         * sysdeps/s390/s390-64/memcpy.S
2689         (memcpy_z900): Rename to __memcpy_z900.
2690         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2691         (memcpy_mvcle) Rename to __memcpy_mvcle.
2692         * sysdeps/s390/s390-64/memset.S
2693         (memset_z900): Rename to __memset_z900.
2694         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2695         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2696         and use prefixed functions.
2697         * sysdeps/s390/s390-64/multiarch/memcmp.S
2698         (memcmp_z196): Rename to __memcmp_z196.
2699         (memcmp_z10): Rename to __memcmp_z10.
2700         (memcmp): Set alias to __memcmp_z900.
2701         (bcmp): Set alias to __memcmp_z900.
2702         * sysdeps/s390/s390-64/multiarch/memcpy.S
2703         (memcpy_z196): Rename to __memcpy_z196.
2704         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2705         (memcpy_z10): Rename to __memcpy_z10.
2706         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2707         (memcpy): Set alias to __memcpy_z900.
2708         * sysdeps/s390/s390-64/multiarch/memset.S
2709         (memset_z196): Rename to __memset_z196.
2710         Jump to __memset_mvcle instead of memset_mvcle.
2711         (memset_z10): Rename to __memset_z10.
2712         Jump to __memset_mvcle instead of memset_mvcle.
2713         (memset_mvcle) Rename to __memset_mvcle.
2714         (memset): Set alias to __memset_z900.
2716 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2718         [BZ #17748]
2719         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2720         __fesetenv instead of fesetenv.
2722 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2724         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2725         macro.
2727 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2729         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2730         regression on LE.
2732         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2733         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2734         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2735         strncmp-power8 object.
2736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2737         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2738         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2739         * NEWS: Update.
2741 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2742             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2744         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2745         trailing byte check.
2747 2015-01-13  David S. Miller  <davem@davemloft.net>
2749         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2751 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2753         * login/logout.c (logout): Use memset rather than bzero.
2754         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2755         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2756         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2757         (_gethtbyaddr): Likewise.
2758         * locale/programs/simple-hash.c (bcopy): Macro removed.
2760 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2762         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2763         Add strcmp-power8 object.
2764         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2765         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2766         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2767         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2768         __strcmp_power8 implementation.
2769         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2770         * NEWS: Update.
2772         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2773         Add strncpy-power8 and stpncpy-power8 objects.
2774         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2775         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2776         implementations.
2777         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2778         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2779         __stpncpy_power8 implementation.
2780         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2781         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2782         __strncpy_power8 implementation.
2783         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2784         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2785         * NEWS: Update.
2787         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2788         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2789         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2791         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2792         strncat-power8 object.
2793         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2794         __strcat_power8 implementation.
2795         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2796         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2797         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2798         optimized strcat for power8.
2800         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2801         strcpy-power8 and stpcpy-power8 objects.
2802         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2803         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2804         implementations.
2805         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2806         multiarch stpcpy implementation for POWER8.
2807         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2808         multiarch strcpy implementation for POWER8.
2809         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2810         __strcpy_power8 function.
2811         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2812         stpcpy for POWER8.
2813         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2814         strcpy for POWER8.
2815         * NEWS: Update.
2817 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2819         [BZ #16009]
2820         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2821         weights and rules. Use do_xfrm_cached if data fits in cache,
2822         do_xfrm otherwise.  Moved former main loop to...
2823         * (do_xfrm_cached): New function.
2824         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2825         find_idx, find_position and stack_push.
2826         * (find_idx): New function.
2827         * (find_position): Likewise.
2828         * localedata/sort-test.sh: Added test run for do_xfrm.
2829         * localedata/xfrm-test.c (main): Added command line option
2830         -nocache to run the test with strings that are too large for
2831         the STRXFRM cache.
2833 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2835         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2836         variable to lll_futex_wake call, not the value itself.
2838 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2840         [BZ #17803]
2841         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2842         twom64.  Adjust value to 0x1p-64L.
2843         (__scalblnl): Only return standard underflowing result for K <=
2844         -64 not K <= -63; adjust exponent for underflowing result by 64
2845         not 63.
2846         * math/libm-test.inc (scalbn_test_data): Add more tests.
2847         (scalbln_test_data): Likewise.
2849         [BZ #17834]
2850         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2851         0x1p63L.
2852         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2853         not HX.
2854         * math/libm-test.inc (scalbn_test_data): Add more tests.
2855         (scalbln_test_data): Likewise.
2857 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2858             Stefani Seibold  <stefani@seibold.net>
2860         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2861         (sysdep_routines): Add dl-vdso here, ...
2862         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2863         (sysdep_routines): ... not here.
2864         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2865         fallback when vDSO is not presented.
2866         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2867         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2868         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2869         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2870         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2871         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2872         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2873         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2874         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2875         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2876         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2877         fallback configurable symbol when vDSO is not available.
2878         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2879         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2880         be able to redefine fallback symbol when vDSO is not available.
2881         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2882         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2884 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2886         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2887         (TLS_INIT_TP): Add tm_capable initialization.
2888         (TLS_DEFINE_INIT_TP): Likewise.
2889         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2890         TCB.
2891         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2892         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2893         calculation.
2894         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2895         transactoion is lock elision is built and TCB tm_capable is set.
2896         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2898         (INTERNAL_SYSCALL_NCS): Likewise.
2899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2900         (INTERNAL_SYSCALL_NCS): Likewise.
2901         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2903         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2904         for powerpc.
2905         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2906         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2907         and remove it for 32 bits case.
2908         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2909         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2910         initialization.
2911         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2912         Disable lock elision with rdlocks if elision is not available.
2914         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2915         (sysdep_routines): Add lock elision objects.
2916         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2917         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2918         [pthread_mutex_t] (__elision): Add field.
2919         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2920         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2921         elision definitions for powerpc.
2922         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2923         implementation of lock elision for powerpc.
2924         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2925         implementation of timed lock elision for powerpc.
2926         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2927         implementation of trylock with lock elision for powerpc.
2928         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2929         implementaion of unlock for lock elision for powerpc.
2930         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2931         automatic enable lock elision for mutexes.
2932         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2933         transaction execution definitions for powerpc.
2934         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2935         definitions.
2936         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2937         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2938         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2939         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2940         * NEWS: Update.
2942 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2944         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2945         for #include of <shm-directory.h>.
2947 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2949         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2950         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2952 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2954         [BZ #17791]
2955         * NEWS: Mention bug fix.
2956         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2957         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2958         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2960 2015-01-09  Torvald Riegel <triegel@redhat.com>
2962         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2964 2015-01-09  Torvald Riegel <triegel@redhat.com>
2966         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2968 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2970         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2971         pointer and cast to uintptr_t.
2973 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2975         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2976         removed.
2977         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2979 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2981         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2982         of 0.
2984 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2986         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2987         <nptl/pthreadP.h> instead.
2988         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2990         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2991         already defined.
2992         [__SIGRTMIN] (init): Function removed.
2993         [__SIGRTMIN] (initialized): Variable removed.
2994         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2995         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2996         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2997         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2998         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2999         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3000         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3001         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3002         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3003         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3004         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3005         * sysdeps/nptl/allocrtsig.c: New file.
3006         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3007         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3008         * sysdeps/generic/testrtsig.h: File removed.
3010         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3011         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3013         * nptl/nptl-init.c (pthread_functions): Conditionalize
3014         .ptr__nptl_setxid initialization on [SIGSETXID].
3016         * sysdeps/nptl/sys/procfs.h: New file.
3017         * nptl_db/Makefile (headers): Add it.
3018         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3020         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3021         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3022         * nptl/pthread_attr_setaffinity.c: Include it.
3023         * nptl/pthread_setattr_default_np.c: Likewise.
3024         * nptl/check-cpuset.h: New file.
3026 2015-01-08  Richard Henderson  <rth@redhat.com>
3028         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3029         (CFLAGS-tst-execstack-prog.c): Likewise.
3030         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3032 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3033             Sandra Loosemore  <sandra@codesourcery.com>
3034             Andrew Jenner  <andrew@codesourcery.com>
3035             Joseph Myers  <joseph@codesourcery.com>
3036             Nathan Sidwell  <nathan@codesourcery.com>
3038         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3039         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3040         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3041         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3042         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3043         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3044         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3045         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3046         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3047         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3048         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3049         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3050         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3051         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3052         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3053         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3054         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3056 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3058         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3059         timespec struct member in syscall macro.
3060         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3061         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3062         first timeval struct member in syscall macro.
3063         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3065 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3067         [BZ #17748]
3068         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3069         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3070         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3071         __feupdateenv and define as weak alias of __feupdateenv.  Use
3072         libm_hidden_weak.
3073         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3074         libm_hidden_def.
3075         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3076         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3077         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3078         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3079         libm_hidden_def.
3080         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3081         __feupdateenv and define as weak alias of __feupdateenv.  Use
3082         libm_hidden_weak.
3083         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3084         libm_hidden_def.
3085         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3086         __feupdateenv and define as weak alias of __feupdateenv.  Use
3087         libm_hidden_weak.
3088         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3089         libm_hidden_def.
3090         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3091         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3092         (__feupdateenv): Likewise.
3093         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3094         __feupdateenv and define as weak alias of __feupdateenv.  Use
3095         libm_hidden_weak.
3096         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3097         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3098         libm_hidden_def.
3099         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3100         function.
3101         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3102         libm_hidden_def.
3103         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3104         __feupdateenv instead of feupdateenv.
3105         (default_libc_feupdateenv_test): Likewise.
3106         (libc_feresetround_ctx): Likewise.
3108 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3110         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3111         prototype.
3113 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3115         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3116         COLL_SYM in a couple of places to avoid uninitialized variable
3117         wanings on tilegx gcc 4.8.2.
3119 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3121         * sysdeps/aarch64/strcpy.S: New file.
3122         * sysdeps/aarch64/stpcpy.S: New file.
3123         * NEWS: Updated.
3125 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3127         * sysdeps/aarch64/strrchr.S: New file.
3128         * NEWS: Updated.
3130 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3132         [BZ #17658]
3133         * stdlib/setenv.c: Fix memory leak when setting large,
3134         duplicate string.
3136 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3138         [BZ #17273]
3139         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3140         and tabs from buffer before parsing fstab entry.
3141         * misc/tst-mntent.c (main): Add test for mount entry with
3142         trailing spaces and tabs.
3144 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3146         [BZ #17748]
3147         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3148         * math/fesetround.c (fesetround): Rename to __fesetround and
3149         define as weak alias of __fesetround.  Use libm_hidden_weak.
3150         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3151         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3152         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3153         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3154         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3155         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3156         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3157         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3158         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3159         __fesetround_inline.
3160         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3161         __fesetround_inline instead of __fesetround.
3162         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3163         __fesetround and define as weak alias of __fesetround.  Use
3164         libm_hidden_weak.  Call __fesetround_inline instead of
3165         __fesetround.
3166         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3167         __fesetround and define as weak alias of __fesetround.  Use
3168         libm_hidden_weak.
3169         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3170         Likewise.
3171         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3172         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3173         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3174         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3175         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3176         __fesetround and define as weak alias of __fesetround.  Use
3177         libm_hidden_weak.
3178         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3179         __fesetround instead of fesetround.
3180         (default_libc_feholdexcept_setround): Likewise.
3181         (libc_feholdsetround_ctx): Likewise.
3182         (libc_feholdsetround_noex_ctx): Likewise.
3184         [BZ #17748]
3185         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3186         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3187         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3188         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3189         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3190         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3191         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3192         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3193         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3194         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3195         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3196         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3197         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3198         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3199         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3200         libm_hidden_def.
3201         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3202         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3203         Likewise.
3204         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3205         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3206         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3207         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3208         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3209         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3210         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3211         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3212         __fesetenv instead of fesetenv.
3213         (libc_feresetround_noex_ctx): Likewise.
3214         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3215         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3216         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3217         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3218         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3219         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3220         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3221         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3222         (__feupdateenv): Likewise.
3223         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3224         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3225         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3226         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3228 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3230         [BZ #17806]
3231         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3232         addresses have been freed.
3234 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3236         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3237         and nservall.
3239 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3241         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3242         Clean up check_pf allocation pattern. addresses
3244 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3246         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3247         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3248         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3249         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3250         * nptl/pthread_join.c (pthread_join): Likewise.
3251         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3252         * sysdeps/posix/waitid.c (__waitid): Likewise.
3253         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3254         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3255         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3256         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3257         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3258         Likewise.
3259         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3260         (__libc_pread64): Likewise.
3261         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3262         (__libc_pwrite): Likewise.
3263         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3264         (__libc_pwrite64): Likewsie.
3265         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3266         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3267         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3268         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3269         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3270         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3271         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3273         Likewise.
3274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3275         (__libc_pread64): Likewise.
3276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3277         Likewise.
3278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3279         (__libc_pwrite64): Likewise.
3280         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3281         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3282         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3283         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3284         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3285         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3286         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3287         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3288         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3289         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3290         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3291         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3292         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3293         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3294         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3295         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3296         Likewise.
3298 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3300         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3301         (CFLAGS-test-double.c): Likewise.
3302         (CFLAGS-test-ldouble.c): Likewise.
3303         (CPPFLAGS-test-ifloat.c): Likewise.
3304         (CPPFLAGS-test-idouble.c): Likewise.
3305         (CPPFLAGS-test-ildoubl.c): Likewise.
3306         (CFLAGS-test-test-fenv.c): Remove variable.
3307         (CFLAGS-test-misc.c): Likewise.
3309 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3311         [BZ #17797]
3312         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3313         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3314         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3315         CLOCKS_PER_SEC == 1000000.
3316         * time/clocktest.c (main): Replace %ld with %jd and cast to
3317         intmax_t.
3319 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3321         * sysdeps/generic/unwind-resume.h: New file.
3322         * sysdeps/gnu/unwind-resume.c: Include it.
3323         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3324         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3325         argument list.
3326         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3327         global rather than static.
3328         (_Unwind_Resume): Update user.
3329         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3330         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3331         rather than static.  Add __attribute__ ((cold)).
3332         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3333         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3334         * sysdeps/arm/arm-unwind-resume.S: New file.
3335         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3336         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3337         * sysdeps/arm/Makefile [$(subdir) = csu]
3338         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3339         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3340         Add rt-arm-unwind-resume.
3341         [$(subdir) = nptl]
3342         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3343         Add pt-arm-unwind-resume.
3344         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3345         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3347 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3349         [BZ #17748]
3350         * include/fenv.h (__feholdexcept): Declare.  Use
3351         libm_hidden_proto.
3352         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3353         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3354         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3355         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3356         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3357         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3358         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3359         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3360         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3361         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3362         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3363         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3364         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3365         (feholdexcept): Likewise.
3366         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3367         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3368         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3369         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3370         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3371         __feholdexcept instead of feholdexcept.
3372         (default_libc_feholdexcept_setround): Likewise.
3374 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3376         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3377         to avoid using stl/str to align destination.
3379 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3381         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3383 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3385         [BZ #17796]
3386         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3387         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3388         Define as weak alias not strong alias.
3390 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3392         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3393         bltzal with addiupc.
3394         (RTLD_START): Ditto.
3396 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3398         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3399         for __vdso_* functions in declarations.
3400         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3401         definitions.
3402         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3403         INTERNAL_VSYSCALL): Use struct return types to check for error.
3405         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3406         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3407         function with cast from llround().
3408         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3409         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3410         Define.
3412 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3414         [BZ #17793]
3415         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3416         Define as weak alias not strong alias.
3418         [BZ #17635]
3419         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3420         ...
3421         * ctype/ctype-extn.c: ... here.
3422         (__isblank_l): Move to ...
3423         * ctype/ctype-c99_l.c: ... here.  New file.
3424         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3425         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3426         Remove variable.
3427         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3428         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3429         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3430         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3431         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3433         [BZ #17777]
3434         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3435         (posix_fadvise64): Define as weak alias not strong alias.
3436         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3437         (posix_fallocate64): Likewise.
3438         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3439         Remove variable.
3440         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3441         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3442         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3443         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3444         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3446 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3448         [BZ #16191]
3449         * NEWS: Mention bug fix.
3450         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3451         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3452         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3453         (HOST_STACK_END_ADDR): Likewise.
3455 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3457         [BZ #17748]
3458         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3459         * math/fegetround.c (fegetround): Rename to __fegetround and
3460         define as weak alias of __fegetround.  Use libm_hidden_weak.
3461         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3462         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3463         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3464         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3465         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3466         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3467         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3468         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3469         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3470         Undefine after rather than before function definition; use
3471         parentheses around function name in definition.
3472         (__fegetround): Also undefine macro after function definition.
3473         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3474         __fegetround and define as weak alias of __fegetround.  Use
3475         libm_hidden_weak.  Do not undefine as macro.
3476         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3477         Likewise.
3478         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3479         __fegetround and define as weak alias of __fegetround.  Use
3480         libm_hidden_weak.
3481         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3482         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3483         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3484         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3485         __fegetround and define as weak alias of __fegetround.  Use
3486         libm_hidden_weak.
3487         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3488         __fegetround instead of fegetround.
3490         [BZ #17782]
3491         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3492         Condition macro definition on [__USE_MISC].
3494         [BZ #17781]
3495         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3496         (struct sigaction): Change type of sa_flags field to int.
3498         [BZ #17780]
3499         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3500         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3501         __glibc_reserved0.
3503         * nptl/version.c (banner): Use single year in copyright notice.
3505         * NEWS: Update copyright dates.
3506         * catgets/gencat.c (print_version): Likewise.
3507         * csu/version.c (banner): Likewise.
3508         * debug/catchsegv.sh: Likewise.
3509         * debug/pcprofiledump.c (print_version): Likewise.
3510         * debug/xtrace.sh (do_version): Likewise.
3511         * elf/ldconfig.c (print_version): Likewise.
3512         * elf/ldd.bash.in: Likewise.
3513         * elf/pldd.c (print_version): Likewise.
3514         * elf/sotruss.sh: Likewise.
3515         * elf/sprof.c (print_version): Likewise.
3516         * iconv/iconv_prog.c (print_version): Likewise.
3517         * iconv/iconvconfig.c (print_version): Likewise.
3518         * locale/programs/locale.c (print_version): Likewise.
3519         * locale/programs/localedef.c (print_version): Likewise.
3520         * login/programs/pt_chown.c (print_version): Likewise.
3521         * malloc/memusage.sh (do_version): Likewise.
3522         * malloc/memusagestat.c (print_version): Likewise.
3523         * malloc/mtrace.pl: Likewise.
3524         * manual/libc.texinfo: Likewise.
3525         * nptl/version.c (banner): Likewise.
3526         * nscd/nscd.c (print_version): Likewise.
3527         * nss/getent.c (print_version): Likewise.
3528         * nss/makedb.c (print_version): Likewise.
3529         * posix/getconf.c (main): Likewise.
3530         * scripts/test-installation.pl: Likewise.
3531         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3533 2015-01-02  Will Newton  <will.newton@linaro.org>
3535         * sysdeps/arm/armv7/configure: Removed.
3536         * sysdeps/arm/armv7/configure.ac: Likewise.
3538 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3540         * All files with FSF copyright notices: Update copyright dates
3541         using scripts/update-copyrights.
3542         * intl/plural.c: Regenerated.
3543         * locale/programs/charmap-kw.h: Likewise.
3544         * locale/programs/locfile-kw.h: Likewise.
3546 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3548         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3550 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3552         [BZ #17748]
3553         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3554         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3555         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3556         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3557         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3558         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3559         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3560         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3561         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3562         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3563         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3564         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3565         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3566         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3567         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3568         libm_hidden_def.
3569         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3570         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3571         Likewise.
3572         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3573         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3574         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3575         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3576         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3577         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3578         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3579         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3580         __fegetenv instead of fegetenv.
3581         (libc_feholdsetround_noex_ctx): Likewise.
3583 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3585         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3586         (Elf_MIPS_ABIFlags_v0): New structure.
3587         (EF_MIPS_FP64): Define.
3588         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3589         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3590         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3591         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3592         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3593         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3594         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3595         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3596         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3597         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3598         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3599         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3600         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3601         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3602         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3603         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3604         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3605         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3606         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3607         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3608         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3609         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3610         field.
3611         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3612         EF_MIPS_FP64.
3613         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3614         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3615         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3616         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3617         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3618         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3619         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3620         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3621         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3622         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3623         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3624         record the current FP ABI extension.
3625         (mips-mode-switch): Define to show if kernel headers support mode
3626         switching.
3627         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3628         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3629         supported SYSV ABI version to 3.
3630         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3631         feature.
3633 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3634             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3636         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3637         path.
3638         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3640 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3642         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3643         __fegetround and redefine to call __fegetround.  Remove condition
3644         on [!__NO_MATH_INLINES].
3645         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3646         function.
3647         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3648         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3649         Remove macro.
3650         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3651         instead of <fenv_libc.h>.
3652         (__llrintl): Call fegetround instead of __fegetround.
3653         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3654         instead of <fenv_libc.h>.
3655         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3656         (__lrintl): Call fegetround instead of __fegetround.
3657         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3658         instead of <fenv_libc.h>.
3659         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3660         (__rintl): Call fegetround instead of __fegetround.
3662 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3664         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3665         arrays.
3667 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3669         [BZ #17775]
3670         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3671         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3672         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3674 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3676         * sysdeps/i386/tls-macros.h: Include <features.h>.
3677         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3678         (TLS_IE): Likewise.
3679         (TLS_LD): Likewise.
3680         (TLS_GD): Likewise.
3681         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3682         define for GCC >= 5.0.
3684 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3686         * math/test-fenv.c (test_single_exception, set_single_exc,
3687         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3688         feexcp_mask_test, feenable_test, fe_single_test): Add
3689         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3690         case where they are not used.
3691         * math/libm-test.inc: Likewise.
3692         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3693         unused in the absence of FP rounding/exception support.
3694         * stdio-common/tst-printf-round.c: Likewise.
3695         * stdlib/tst-strtod-round.c: Likewise.
3696         * stdlib/tst-strtod-underflow.c: Likewise.
3698 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3700         [BZ #17723]
3701         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3702         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3703         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3704         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3705         libm_hidden_weak.
3706         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3707         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3708         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3709         libm_hidden_def.
3710         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3711         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3712         libm_hidden_weak.
3713         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3714         Likewise.
3715         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3716         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3717         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3718         libm_hidden_weak.
3719         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3720         libm_hidden_def.
3721         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3722         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3723         (__feraiseexcept): Likewise.
3724         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3725         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3726         libm_hidden_weak.
3727         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3728         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3729         libm_hidden_def.
3730         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3731         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3732         Use libm_hidden_def.
3733         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3734         libm_hidden_def.
3735         (feraiseexcept): Define as weak not strong alias.  Use
3736         libm_hidden_weak.
3737         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3738         New inline function.  Factored out of ...
3739         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3740         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3741         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3742         feraiseexcept.
3743         * math/w_acos.c (__acos): Likewise.
3744         * math/w_asin.c (__asin): Likewise.
3745         * math/w_ilogb.c (__ilogb): Likewise.
3746         * math/w_j0.c (y0): Likewise.
3747         * math/w_j1.c (y1): Likewise.
3748         * math/w_jn.c (yn): Likewise.
3749         * math/w_log.c (__log): Likewise.
3750         * math/w_log10.c (__log10): Likewise.
3751         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3752         * sysdeps/aarch64/fpu/math_private.h
3753         (libc_feupdateenv_test_aarch64): Likewise.
3754         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3755         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3756         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3757         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3758         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3759         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3760         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3761         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3762         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3763         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3765 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3767         [BZ #17732]
3768         * io/test-utime.c (main): Replace %ld with %jd and cast to
3769         intmax_t.
3770         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3771         * nptl/tst-mutex5.c: Include <stdint.h>.
3772         (do_test): Replace %ld with %jd and cast to intmax_t.
3773         * posix/tst-regex.c (run_test): Likewise.
3774         (run_test_backwards): Likewise.
3775         * rt/tst-clock.c: Include <stdint.h>.
3776         (clock_test): Replace %ld with %jd and cast to intmax_t.
3777         * rt/tst-cpuclock1.c: Include <stdint.h>.
3778         (do_test): Replace %lu with %ju and cast to uintmax_t.
3779         * rt/tst-cpuclock2.c: Include <stdint.h>.
3780         (do_test): Replace %lu with %ju and cast to uintmax_t.
3781         * rt/tst-mqueue1.c: Include <stdint.h>.
3782         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3783         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3784         intmax_t.
3785         * rt/tst-mqueue4.c (do_test): Likewise.
3786         * rt/tst-timer4.c: Include <stdint.h>.
3787         (check_ts): Replace %ld with %jd and cast to intmax_t.
3788         (do_test): Likewise.
3789         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3790         and cast to intmax_t.
3791         * sysdeps/pthread/tst-timer.c (main): Likewise.
3792         * time/clocktest.c (main): Likewise.
3793         * time/tst-posixtz.c (do_test): Likewise.
3794         * timezone/tst-timezone.c (main): Likewise.
3796 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3797             H.J. Lu  <hongjiu.lu@intel.com>
3799         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3800         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3801         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3802         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3803         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3804         version if bit_Fast_Unaligned_Load is set.
3805         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3806         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3807         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3808         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3809         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3810         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3811         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3812         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3813         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3814         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3815         to 4.
3816         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3817         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3818         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3819         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3821 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3823         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3824         instead of #if to avoid a Wundef warning.
3825         * stdlib/tst-limits.c (do_test): Likewise.
3827         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3828         parallel other exception macros.
3829         (fegetenv): Convert from macro to extern inline so that it applies
3830         retroactively to inline functions already seen by the compiler.
3831         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3833         * posix/Makefile (before-compile): Use $(objpfx) for
3834         posix-conf-vars-def.h.
3836 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3838         * posix/getconf.c (main): Use size_t for type of I.
3839         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3840         NSPEC.
3842         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3843         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3844         * posix/posix-envs.def: Likewise.
3845         * sysdeps/posix/sysconf.c: Likewise.
3846         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3847         (specs): Remove array.
3848         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3849         array.
3851         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3852         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3853         (__sysconf): Use CONF_IS_* macros.
3855         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3856         ($(objpfx)posix-conf-vars-def.h): New target.
3857         * posix/posix-conf-vars.list: New file.
3858         * posix/posix-conf-vars.h: New file.
3859         * posix/confstr.c: Include posix-conf-vars.h.
3860         (confstr): Use CONF_IS_* macros.
3861         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3862         CONF_IS_* macros.
3863         * scripts/gen-posix-conf-vars.awk: New file.
3865 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3867         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3868         fegetround): Add no-op macros to avoid linknamespace issues.
3870         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3871         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3873         * sysdeps/unix/sysv/linux/tile/sysdep.h
3874         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3875         assembly-specific section to avoid a redefinition warning.
3877         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3878         long before casting to pointer to avoid a cast warning.
3880 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3882         * sysdeps/tile/tilegx/Implies: New file.
3884 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3886         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3888 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3890         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3892 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3894         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3895         not define.
3896         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3897         <kernel-features.h>.
3898         (__utimes) [__NR_utimes]: Make code unconditional.
3899         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3900         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3901         (__ASSUME_UTIMES): Do not undefine.
3902         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3903         (__ASSUME_UTIMES): Likewise.
3904         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3905         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3906         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3907         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3909 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3911         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3913 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3915         [BZ #17747]
3916         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3917         alias to weak alias for j0l, y0l.
3918         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3919         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3921         [BZ #17746]
3922         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3923         conversion.
3925 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3927         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3928         to zero if not already defined.
3930 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3932         [BZ #17724]
3933         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3934         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3935         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3936         (char *) casts added.
3937         * sysdeps/ieee754/k_standardf.c: New file.
3938         * sysdeps/ieee754/k_standardl.c: Likewise.
3939         * math/Makefile (libm-support): Remove k_standard.
3940         (libm-calls): Add k_standard.
3942 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3944         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3945         Optimize to avoid an unnecessary FPCR read.
3947 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3949         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3950         Optimize to reduce FPCR/FPSR accesses.
3952 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3954         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3955         Call libc_fetestexcept_aarch64.
3957 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3959         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3960         Call libc_fesetround_aarch64.
3962 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3964         [BZ #17733]
3965         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3966         (__bind): Do not define as weak alias.
3967         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3968         define.
3969         (__getsockname): Do not define as weak alias.
3971 2014-12-22  Will Newton  <will.newton@linaro.org>
3973         * manual/install.texi: Document that we require bison 2.7
3974         or above.
3975         * INSTALL: Regenerate.
3976         * configure.ac: Use AC_CHECK_PROG_VER instead of
3977         AC_PATH_PROG when checking for bison and check for
3978         version 2.7 or above.
3979         * configure: Regenerate.
3981 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3983         [BZ #17745]
3984         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3985         * sysdeps/tile/ffsll.c (ffsll): To here.
3987         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3989 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3991         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3992         if not defined.
3993         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3994         definition.
3995         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3996         hidden ___tls_get_addr.
3997         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3998         hidden __tls_get_addr.
3999         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4000         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4001         Likewise.
4003 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4005         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4006         _dl_init call.
4008 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4010         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4011         from "call _dl_init@PLT".
4012         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4014 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4016         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4017         guarantees.
4019 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4021         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4023 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4025         [BZ #17744]
4026         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4027         strnlen.
4029 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4031         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4032         of multu on MIPSr6.
4033         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4034         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4035         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4036         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4037         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4039 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4041         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4042         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4043         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4044         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4045         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4046         mips32r6/mips64r6.
4047         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4049 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4051         * string/strncat.c (STRNCAT): Simplify implementation.
4053 2014-12-19  David S. Miller  <davem@davemloft.net>
4055         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4056         access the quad as both a long double and as a series of 4 words.
4058         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4059         link_map->l_info array access.
4061 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4063         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4065         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4066         * math/atest-exp2.c (TIMEOUT): Likewise.
4067         * math/atest-sincos.c (TIMEOUT): Likewise.
4069 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4071         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4072         -Wno-error with -fno-builtin-lround.
4074 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4076         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4077         Contains futex constants and functions moved over from ...
4078         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4079         <lowlevellock-futex.h>.
4080         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4081         (lll_timedwait_tid): Add comments and parentheses around macro
4082         arguments.
4084 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4086         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4087         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4088         (__lll_private_flag): Remove.
4089         (lll_futex_wait): Likewise.
4090         (lll_futex_timed_wait): Likewise.
4091         (lll_futex_wake): Likewise.
4092         (lll_futex_requeue): Likewise.
4093         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4094         (__lll_timedwait_tid): Spell out argument names.
4095         (lll_timedwait_tid): Add comments and parentheses around macro
4096         arguments.
4097         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4098         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4100 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4102         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4103         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4104         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4105         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4106         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4107         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4108         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4109         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4110         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4111         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4112         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4113         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4114         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4115         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4116         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4117         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4118         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4119         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4120         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4122 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4124         * sysdeps/x86_64/x32/Makefile: New file.
4126 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4128         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4129         1L with (mp_limb_t) 1.
4131 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4133         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4134         * nptl/libc_pthread_init.c: ... here.
4135         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4136         * nptl/register-atfork.c: ... here.
4138         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4139         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4140         Use assert_perror to check its return value.
4141         (__gai_create_helper_thread): Likewise.
4143         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4145         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4147 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4149         [BZ #17725]
4150         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4151         __profil_counter.
4152         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4153         Likewise.
4154         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4155         Likewise.
4156         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4157         Likewise.
4158         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4159         (profil_counter): Likewise.
4160         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4161         (profil_counter): Likewise.
4162         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4163         Likewise.
4164         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4165         Likewise.
4166         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4167         (profil_counter): Likewise.
4168         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4169         Likewise.
4170         [!__profil_counter] (profil_counter): Define as weak alias of
4171         __profil_counter.
4172         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4173         (profil_counter): Rename to __profil_counter.
4174         [!__profil_counter] (profil_counter): Define as weak alias of
4175         __profil_counter.
4176         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4177         (profil_counter): Rename to __profil_counter.
4178         [!__profil_counter] (profil_counter): Define as weak alias of
4179         __profil_counter.
4180         * sysdeps/posix/profil.c: Update comment referring to
4181         profil_counter.
4182         (__profil): Use __profil_counter instead of profil_counter.
4183         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4184         __profil_counter.  Use __profil_counter_ushort and
4185         __profil_counter_uint in definitions.
4186         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4187         instead of profil_counter_uint and profil_counter_ushort.
4189         [BZ #17722]
4190         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4191         define as weak alias of __inet_makeaddr.
4192         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4193         as weak alias of __inet_addr.
4194         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4195         as weak alias of __inet_pton.  Use libc_hidden_weak.
4196         * include/arpa/inet.h (__inet_pton): Declare.  Use
4197         libc_hidden_proto.
4198         (inet_makeaddr): Don't use libc_hidden_proto.
4199         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4200         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4201         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4202         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4203         Remove variable.
4204         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4205         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4207 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4209         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4211 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4213         * stdio-common/bug-vfprintf-nargs.c (do_test):
4214         Cast value to intptr_t to avoid format warning
4215         for usage with PRIdPTR printing macro.
4217 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4219         * libio/tst-widetext.c (do_test):
4220         Use format type %td instead of %Zd for ptrdiff_t
4221         in order to avoid format warning.
4223 2014-12-17  Andreas Schwab  <schwab@suse.de>
4225         * nscd/mem.c (gc): Add size_t cast to match printf format.
4227 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4229         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4230         (init): Apply PTR_MANGLE to pointers before storing them.
4231         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4232         before using them.
4234 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4236         [BZ #17719]
4237         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4238         define as weak alias of __memrchr.
4239         (__memrchr): Do not define as strong alias of memrchr.
4240         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4241         Remove variable.
4242         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4243         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4244         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4246         [BZ #17717]
4247         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4248         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4249         (if_indextoname): Rename to __if_indextoname and define as weak
4250         alias of __if_indextoname.  Use libc_hidden_weak.
4251         (if_freenameindex): Rename to __if_freenameindex and define as
4252         weak alias of __if_freenameindex.
4253         (if_nameindex): Rename to __if_nameindex and define as weak alias
4254         of __if_nameindex.
4255         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4256         __if_nametoindex and define as weak alias of __if_nametoindex.
4257         Use libc_hidden_weak.
4258         (if_freenameindex): Rename to __if_freenameindex and define as
4259         weak alias of __if_freenameindex.
4260         (if_nameindex): Rename to __if_nameindex and define as weak alias
4261         of __if_nameindex.
4262         (if_indextoname): Rename to __if_indextoname and define as weak
4263         alias of __if_indextoname.  Use libc_hidden_weak.
4264         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4265         __if_nametoindex and define as weak alias of __if_nametoindex.
4266         Use libc_hidden_weak.
4267         (if_freenameindex): Rename to __if_freenameindex and define as
4268         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4269         (if_nameindex_netlink): Use __if_freenameindex instead of
4270         if_freenameindex.
4271         (if_nameindex): Rename to __if_nameindex and define as weak alias
4272         of __if_nameindex.  Use libc_hidden_weak.
4273         (if_indextoname): Rename to __if_indextoname and define as weak
4274         alias of __if_indextoname.  Use libc_hidden_weak.
4275         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4276         libc_hidden_proto.
4277         [!_ISOMAC] (__if_freenameindex): Likewise.
4278         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4279         if_nametoindex.
4280         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4281         variable.
4282         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4283         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4284         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4285         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4286         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4287         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4288         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4290         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4291         Remove variable.
4292         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4293         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4295 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4297         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4298         subscript above bounds'
4300         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4301         bounds.
4303 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4305         * libio/tst-fopenloc.c: Use test-skeleton.c.
4307         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4308         (entry): Rename to ITEM.
4309         (do_test, comp): Adjust.
4311         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4313 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4315         * string/tester.c: Include <libc-internal.h>.
4316         (test_memset): Ignore -Wmemset-transposed-args.
4318 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4320         * misc/tst-mntent2.c (do_test): Fix warning.
4322 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4324         * elf/tst-unique4lib.cc(a): Mark as used.
4326 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4328         [BZ #17630]
4329         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4330         names.
4332 2014-12-16  Allan McRae  <allan@archlinux.org>
4334         * stdio-common/Makefile (tests): Re-add bug26.
4336 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4338         [BZ #17657]
4339         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4340         static array.
4342 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4344         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4345         (__lll_lock_wait): Likewise.
4346         (__lll_timedlock_wait): Likewise.
4347         (__lll_timedwait_tid): Likewise.
4348         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4349         (__lll_robust_timedlock_wait): Likewise.
4350         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4351         (lll_cond_trylock): Likewise.
4352         (__lll_lock): Likewise.
4353         (__lll_robust_lock): Likewise.
4354         (__lll_cond_lock): Likewise.
4355         (lll_robust_cond_lock): Likewise.
4356         (__lll_timedlock): Likewise.
4357         (__lll_robust_timedlock): Likewise.
4358         (__lll_unlock): Likewise.
4359         (__lll_robust_unlock): Likewise.
4360         (lll_wait_tid): Likewise.
4361         (lll_timedwait_tid): Likewise.
4363 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4365         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4367 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4369         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4371 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4373         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4374         * stdio-common/tst-sprintf.c: Likewise.
4376 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4378         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4380 2014-12-15  Jeff Law  <law@redhat.com>
4382         [BZ #16617]
4383         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4384         on the heap.  (CVE-2012-3406)
4385         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4386         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4387         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4389 2014-12-15  Will Newton  <will.newton@linaro.org>
4391         * manual/install.texi: Bump required version of texinfo
4392         to 4.7 from 4.5.
4393         * INSTALL: Regenerated.
4394         * configure.ac: Check for makeinfo version 4.7 and above.
4395         * configure: Regenerated.
4397 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4399         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4400         PREFIX, string constant to insert between directory and name.
4401         * sysdeps/posix/shm_open.c: Update caller.
4402         * sysdeps/posix/shm_unlink.c: Likewise.
4403         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4404         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4405         (SEM_SHM_PREFIX): New macro.
4406         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4407         [$(have-thread-library) = no].
4408         * nptl/Makefile (libpthread-routines): Add shm-directory.
4409         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4410         * sysdeps/nptl/shm-directory.h: New file.
4411         * sysdeps/posix/shm-directory.c
4412         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4413         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4414         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4415         INTERNAL_SYSCALL.
4416         (__where_is_shmfs): Function removed.
4417         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4418         Variables removed.
4419         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4420         Use SHM_GET_NAME.
4421         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4423         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4424         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4425         unconditional for use inside libpthread.
4426         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4428 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4430         * nptl/pthread_getaffinity.c: New file.
4431         * nptl/pthread_setaffinity.c: New file.
4432         * nptl/pthread_getname.c: New file.
4433         * nptl/pthread_setname.c: New file.
4435         * nptl/pthread_create.c (START_THREAD_DEFN)
4436         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4438 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4439             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4441         * resolv/res_send.c (send_vc): Disable warning resplen may
4442         be used uninitialized.
4444 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4446         * nptl/tst-mutex6.c
4447         (ATTR_NULL): New define checks ATTR against NULL.
4448         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4449         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4451 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4453         [BZ #17581]
4454         * malloc/hooks.c
4455         (mem2mem_check): Revert my previous change.
4456         (malloc_check_get_size): Revert my previous change.
4457         (mem2chunk_check): Revert my previous change.
4459 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4461         * sysdeps/posix/shm-directory.c: New file.
4462         * sysdeps/posix/shm-directory.h: New file.
4463         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4464         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4465         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4466         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4467         Transmute EPERM to EACCES.
4468         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4469         from ...
4470         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4471         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4473 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4475         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4476         pointer and cast to uintptr_t.
4477         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4478         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4479         Add cast to avoid warning.
4480         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4482 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4484         * nptl/semaphore.h: Move to ...
4485         * sysdeps/pthread/semaphore.h: ... here.
4486         * Makefile (installed-headers): Change nptl/semaphore.h to
4487         sysdeps/pthread/semaphore.h.
4489 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4491         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4492         generated error format strings.
4494         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4495         -Wformat-extra-args warnings for scanf formats.
4496         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4497         test of zero-length format (duh).
4498         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4499         corner-case scanf format test.
4500         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4501         generated fprintf format string.
4502         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4503         corner-case sprintf format tests.
4504         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4505         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4506         -Wformat-extra-args warnings throughout.
4507         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4508         (CFLAGS-scanf4.c): Likewise.
4509         (CFLAGS-scanf7.c): Likewise.
4510         (CFLAGS-tst-sprintf.c): Likewise.
4511         (CFLAGS-tst-printf.c): Likewise.
4512         (CFLAGS-tst-printfsz.c): Likewise.
4514 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4516         * include/cpio.h: New file.
4517         * include/fmtmsg.h: Likewise.
4519         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4520         corresponding format argument to size_t.
4521         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4522         arguments.
4523         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4524         corresponding format argument to size_t.
4525         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4526         arguments.
4527         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4528         corresponding format argument to size_t.
4529         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4530         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4531         (CFLAGS-tst-mbswcs2.c): Likewise.
4532         (CFLAGS-tst-mbswcs3.c): Likewise.
4533         (CFLAGS-tst-mbswcs4.c): Likewise.
4534         (CFLAGS-tst-mbswcs5.c): Likewise.
4535         (CFLAGS-tst-trans.c): Likewise
4537 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4539         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4540         rather than assuming they won't contain any '%'s.
4542 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4544         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4545         inhibit_loop_to_libcall to avoid recursive calls.
4546         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4547         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4549 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4551         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4552         prototype.
4554 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4556         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4557         integer value instead of boolean.
4559 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4561         * malloc/malloc.c: Fix powerof2 check.
4563 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4565         * locale/programs/locfile.h (maybe_swap_uint32):
4566         Remove inline and add unused attribute.
4568 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4570         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4571         Truncating assembler expression to a .long expression.
4573 2014-12-11  Andreas Schwab  <schwab@suse.de>
4575         * elf/rtld.c (struct map_args): Constify str member.
4576         (do_preload): Constify fname argument.
4578 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4580         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4581         constants definition.
4583 2014-12-11  Andreas Schwab  <schwab@suse.de>
4585         [BZ #16657]
4586         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4587         FORCE_ELISION instead of DO_ELISION.
4588         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4589         Remove.
4590         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4591         Likewise.
4593         * iconvdata/gconv-modules: Remove duplicate entry.
4595 2014-12-11  Will Newton  <will.newton@linaro.org>
4597         Merge gettext 0.19.3 into intl/.
4599         This involves a number of cosmetic changes to comments
4600         and ANSI function definitions and prototypes throughout
4601         all the files. The gettext copyright header is used but
4602         with the date ranges taken from the glibc copy.
4604         * NEWS: Add gettext merge to 2.21.
4605         * intl/bindtextdom.c: Switch to gettext copyright.
4606         Use ANSI definitions and prototypes.
4607         Use gl_* locking primitives rather than __libc_* ones.
4608         Use __builtin_expect rather than __glibc_likely/unlikely.
4609         * intl/dcgettext.c: Switch to gettext copyright.
4610         Use ANSI definitions and prototypes.
4611         * intl/dcigettext.c: Switch to gettext copyright.
4612         Use ANSI definitions and prototypes.
4613         (INTDIV0_RAISES_SIGFPE): New define.
4614         Use gl_* locking primitives rather than __libc_* ones.
4615         Include eval-plural.h instead of plural-eval.c.
4616         Use __builtin_expect rather than __glibc_likely/unlikely.
4617         * intl/dcngettext.c: Switch to gettext copyright.
4618         Use ANSI definitions and prototypes.
4619         * intl/dgettext.c: Likewise.
4620         * intl/dngettext.c: Likewise.
4621         * intl/plural-eval.c: Renamed to...
4622         * intl/eval-plural.h: ...this.
4623         * intl/explodename.c: Switch to gettext copyright.
4624         Use ANSI definitions and prototypes.
4625         (_nl_explode_name): Use strchr instead of __rawmemchr.
4626         * intl/finddomain.c: Switch to gettext copyright.
4627         Use ANSI definitions and prototypes.
4628         Use gl_* locking primitives rather than __libc_* ones.
4629         (_nl_find_domain): Use malloc rather than alloca for
4630         allocation of temporary locale name.
4631         * intl/gettext.c: Switch to gettext copyright.
4632         Use ANSI definitions and prototypes.
4633         * intl/gettextP.h: Switch to gettext copyright.
4634         Use ANSI definitions and prototypes.
4635         Use gl_* locking primitives rather than __libc_* ones.
4636         * intl/gmo.h: Switch to gettext copyright.
4637         (struct sysdep_string): Move struct segment_pair outside of
4638         struct definition.
4639         * intl/hash-string.c: Use ANSI definitions and prototypes.
4640         * intl/hash-string.h: Switch to gettext copyright.
4641         Use ANSI definitions and prototypes.
4642         * intl/l10nflist.c: Switch to gettext copyright.
4643         Use ANSI definitions and prototypes.
4644         (_nl_normalize_codeset): Avoid integer overflow.
4645         * intl/loadinfo.h: Switch to gettext copyright.
4646         Use ANSI definitions and prototypes.
4647         (LIBINTL_DLL_EXPORTED): New define.
4648         (PATH_SEPARATOR): New define.
4649         * intl/loadmsgcat.c: Switch to gettext copyright.
4650         * intl/localealias.c: Switch to gettext copyright.
4651         Use ANSI definitions and prototypes.
4652         (_nl_expand_alias): Use PATH_SEPARATOR.
4653         * intl/ngettext.c: Switch to gettext copyright.
4654         Use ANSI definitions and prototypes.
4655         * intl/plural-exp.c: Likewise.
4656         * intl/plural-exp.h: Switch to gettext copyright.
4657         Use ANSI definitions and prototypes.
4658         (struct expression): Move definition of enum operator outside
4659         of struct definition.
4660         * intl/plural.c: Regenerate.
4661         * intl/plural.y: Switch to gettext copyright.
4662         Use ANSI definitions and prototypes.
4663         Port to bison 3.0.
4664         * intl/textdomain.c: Switch to gettext copyright.
4665         Use ANSI definitions and prototypes.
4666         Use gl_* locking primitives rather than __libc_* ones.
4668 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4670         * debug/warning-nop.c: Add used atrribute.
4672 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4674         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4676         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4677         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4678         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4680 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4681             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4683         [BZ #17634]
4684         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4685         Undefine after defining function.  Define as weak alias of
4686         __wcschr.  Use libc_hidden_weak.
4687         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4688         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4689         (libc_hidden_def): Also define __GI___wcschr alias.
4690         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4691         __wcschr and define as weak alias of __wcschr.
4692         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4693         __wcschr.
4694         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4695         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4696         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4697         libc_hidden_weak.  Do not use libc_hidden_def.
4698         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4699         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4700         __GI___wcschr alias.
4701         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4702         [IS_IN (libc)] (wcschr): Define as macro expanding to
4703         __redirect_wcschr.
4704         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4705         [IS_IN (libc)] (__wcschr_power6): Likewise.
4706         [IS_IN (libc)] (__wcschr_power7): Likewise.
4707         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4708         instead of wcschr.
4709         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4710         __libc_wcschr.
4711         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4712         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4713         __wcschr and define as weak alias of __wcschr.  Use
4714         libc_hidden_builtin_def.
4715         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4716         as weak alias of __wcschr.  Use libc_hidden_weak.
4717         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4718         wcschr.
4719         * time/era.c (_nl_init_era_entries): Likewise.
4720         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4721         variable.
4722         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4723         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4725 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4727         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4728         format for long int variable.
4730 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4732         [BZ #10672]
4733         * manual/search.texi: (Array Sort Function): Remove claim how to make
4734         qsort stable.
4736 2014-12-10  Andreas Schwab  <schwab@suse.de>
4738         [BZ #12847]
4739         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4740         user-controlled locks.
4742 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4744         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4745         register.
4747 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4749         * configure.ac (--disable-werror): New configure option.
4750         (enable_werror): New AC_SUBST.
4751         * configure: Regenerated.
4752         * config.make.in (enable-werror): New variable.
4753         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4754         -Wno-error=undef.
4755         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4756         * manual/install.texi (Configuring and compiling): Document
4757         --disable-werror.
4758         * INSTALL: Regenerated.
4759         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4760         (CFLAGS-tst-chk2.c): Likewise.
4761         (CFLAGS-tst-chk3.c): Likewise.
4762         (CFLAGS-tst-chk4.cc): Likewise.
4763         (CFLAGS-tst-chk5.cc): Likewise.
4764         (CFLAGS-tst-chk6.cc): Likewise.
4765         (CFLAGS-tst-lfschk1.c): Likewise.
4766         (CFLAGS-tst-lfschk2.c): Likewise.
4767         (CFLAGS-tst-lfschk3.c): Likewise.
4768         (CFLAGS-tst-lfschk4.cc): Likewise.
4769         (CFLAGS-tst-lfschk5.cc): Likewise.
4770         (CFLAGS-tst-lfschk6.cc): Likewise.
4772         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4773         (main): Disable -Wdeprecated-declarations around calls to
4774         register_printf_function.
4776         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4777         (do_test): Disable -Wdiv-by-zero around some calls to
4778         fwrite_unlocked and fread_unlocked.
4780         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4781         (DIAG_POP_NEEDS_COMMENT): Likewise.
4782         (_DIAG_STR1): Likewise.
4783         (_DIAG_STR): Likewise.
4784         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4785         * stdio-common/bug21.c: Include <libc-internal.h>.
4786         (do_test): Disable -Wformat around call to sscanf.
4787         * stdio-common/scanf14.c: Include <libc-internal.h>.
4788         (main): Disable -Wformat around some calls to scanf functions.
4790 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4792         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4794 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4796         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4797         stack variable alignment.
4799 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4801         [BZ #17682]
4802         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4803         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4804         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4805         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4806         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4807         __getrlimit instead of getrlimit.
4808         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4809         __gettimeofday instead of gettimeofday.
4810         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4811         Likewise.
4812         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4813         Likewise.
4814         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4815         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4816         Remove variable.
4817         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4818         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4820 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4822         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4823         for wide-character tests.
4825 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4827         * io/openat64.c: #include <libc-internal.h>
4828         (__openat64): Prototypify.  Use ignore_value on MODE.
4829         * io/openat.c: Likewise.
4830         * misc/reboot.c: #include <libc-internal.h>
4831         (reboot): Prototypify.  Use ignore_value on HOWTO.
4832         * misc/ptrace.c: #include <libc-internal.h>
4833         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4835 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4837         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4838         XPG4, UNIX98 and XOPEN2K.
4839         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4840         Remove variable.
4841         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4843 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4845         * libio/fileops.c: Use ISO C style for function definitions.
4846         * libio/iofopen.c: Likewise.
4847         * libio/wfileops.c: Likewise.
4849         [BZ #17653]
4850         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4851         offset on EOF.
4852         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4853         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4854         (fgets_func): Function pointer to fgets and fgetws.
4855         (do_ftell_test): Add test to verify ftell value after read
4856         EOF.
4857         (do_test): Set fgets_func.
4859         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4860         O_TRUNC flag for w and w+ modes.
4861         (do_rewind_test): Likewise.
4862         (do_ftell_test): Likewise.
4863         (do_write_test): Likewise.
4865         [BZ #17647]
4866         * libio/fileops.c (do_ftell): Seek only when there are
4867         unflushed writes.
4868         * libio/wfileops.c (do_ftell_wide): Likewise.
4869         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4870         test case.
4871         (do_one_test): Call it.
4873 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4875         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4876         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4877         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4878         Remove variable.
4879         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4880         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4881         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4883 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4885         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4886         Remove variable.
4887         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4889         [BZ #17668]
4890         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4891         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4892         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4893         __freeifaddrs.  Use libc_hidden_weak.
4894         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4895         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4896         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4897         __freeifaddrs.  Use libc_hidden_weak.
4898         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4899         __getifaddrs and define as weak alias of __getifaddrs.  Use
4900         libc_hidden_weak.
4901         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4902         __freeifaddrs.  Use libc_hidden_weak.
4903         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4904         Remove variable.
4905         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4906         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4908 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4910         [BZ #17601]
4911         * sysdeps/mips/start.S (__start): Use indirect jump to call
4912         __libc_start_main.
4914 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4916         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4918         * nptl/tst-mutex1.c: Include <stdbool.h>.
4919         [!ATTR] (ATTR_NULL): New macro.
4920         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4921         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4922         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4924         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4925         to char *.
4927         [BZ #17665]
4928         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4929         Change conditional to [__USE_MISC].
4931         [BZ #17664]
4932         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4933         fgets_unlocked.
4934         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4935         __fgets_unlocked.
4936         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4937         fgets_unlocked.
4938         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4939         Remove variable.
4940         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4941         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4942         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4943         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4944         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4945         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4946         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4947         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4948         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4950         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4952 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4954         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4955         Remove strpbrk objects.
4956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4957         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4958         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4959         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4960         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4961         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4963         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4964         Remove strcspn objects.
4965         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4966         (__libc_ifunc_impl_list): Remove strcspn implementation.
4967         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4968         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4969         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4970         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4972         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4973         Remove strspn objetcs.
4974         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4975         (__libc_ifunc_impl_list): Remove strspn implementation.
4976         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4977         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4978         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4979         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4981 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4983         [BZ #17581]
4984         * malloc/hooks.c
4985         (mem2mem_check): Add a terminator to the chain of checking blocks.
4986         (malloc_check_get_size): Use it here.
4987         (mem2chunk_check): Ditto.
4989 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4991         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4992         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4994 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4996         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4998         * nptl/nptl-init.c: Include libc-internal.h.
4999         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5001         * elf/ldconfig.c (search_dir): Expand comment.
5003 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5005         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5006         variable.
5007         (linknamespace-symlist-stdlibs-tests): Likewise.
5008         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5009         instead of $(objpfx)symlist-stdlibs.
5010         (linknamespace-libs-isoc): New variable.
5011         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5012         (linknamespace-libs-ISO): New variable.
5013         (linknamespace-libs-ISO99): Likewise.
5014         (linknamespace-libs-ISO11): Likewise.
5015         (linknamespace-libs-XPG3): Likewise.
5016         (linknamespace-libs-XPG4): Likewise.
5017         (linknamespace-libs-POSIX): Likewise.
5018         (linknamespace-libs-UNIX98): Likewise.
5019         (linknamespace-libs-XOPEN2K): Likewise.
5020         (linknamespace-libs-POSIX2008): Likewise.
5021         (linknamespace-libs-XOPEN2K8): Likewise.
5022         ($(objpfx)symlist-stdlibs): Replace by
5023         $(linknamespace-symlist-stdlibs-tests).  Use
5024         $(linknamespace-libs-$*) as set of libraries.
5025         ($(linknamespace-header-tests)): Update dependencies.  Use
5026         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5027         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5028         * conform/linknamespace.pl: Remove comment about considering
5029         definitions of symbols from irrelevant libraries.
5031 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5033         [BZ #13862]
5034         * elf/dl-tls.c: Include <atomic.h>.
5035         (oom): Remove #ifdef SHARED/#endif.
5036         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5037         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5038         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5039         big enough.
5040         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5041         * nptl/Makefile (tests): Add tst-stack4.
5042         (modules-names): Add tst-stack4mod.
5043         ($(objpfx)tst-stack4): New.
5044         (tst-stack4mod.sos): Likewise.
5045         ($(objpfx)tst-stack4.out): Likewise.
5046         ($(tst-stack4mod.sos)): Likewise.
5047         (clean): Likewise.
5048         * nptl/tst-stack4.c: New file.
5049         * nptl/tst-stack4mod.c: Likewise.
5051 2014-11-27  J. Brown  <jb999@gmx.de>
5053         * sysdeps/x86/bits/string.h: Add recent CPUs.
5055 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5057         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5058         sigblock.
5060         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5061         feof.
5063         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5064         variable.
5066 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5068         * nscd/connections.c: Include libc-internal.h because of macro
5069         usage ignore_value.
5071 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5073         * string/bits/string3.h (__warn_memset_zero_len): Don't
5074         declare for gcc newer than 5.0.
5075         (memset): Don't test for zero-length __LEN for gcc newer than
5076         5.0.
5078 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5080         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5081         size_t for %zu format.
5083         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5084         difference, not %ju.
5086 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5088         * include/libc-internal.h (ignore_value): New macro.
5089         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5090         with ignore_value.
5092         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5093         definition.
5095         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5096         pthread_cleanup_push to void *.
5098         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5099         Undefine.
5101         [BZ #16619]
5102         [BZ #16740]
5103         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5104         instead of 1L << 52.
5106         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5107         * libio/bug-rewind2.c (do_test): Likewise.
5109         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5110         * debug/test-strcpy_chk-ifunc.c: Likewise.
5111         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5112         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5113         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5114         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5115         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5116         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5117         * Rules [$(multi-arch) = no] (tests): Do not filter out
5118         $(tests-ifunc).
5119         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5120         * debug/Makefile (tests-ifunc): Remove variable.
5121         (tests): Do not add $(tests-ifunc).
5122         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5123         (tests): Do not add $(tests-ifunc).
5124         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5125         [TEST_IFUNC]: Remove conditionals.
5126         * string/test-string.h (TEST_IFUNC): Remove macro.
5127         [TEST_IFUNC]: Remove conditionals.
5129         * string/test-strchr.c [!WIDE] (L): New macro.
5130         [WIDE] (L): Likewise.
5131         (check1): Use CHAR instead of char.  Use L on string and character
5132         constants.
5134 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5136         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5137         tests.
5138         * sysdeps/powerpc/bits/atomic.h
5139         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5140         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5141         (atomic_exchange_and_add_acq): Likewise.
5142         (atomic_exchange_and_add_rel): Likewise.
5143         * sysdeps/powerpc/powerpc32/bits/atomic.h
5144         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5145         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5146         * sysdeps/powerpc/powerpc64/bits/atomic.h
5147         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5148         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5150 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5152         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5153         Change synchronization of __sched_fifo_min_prio and
5154         __sched_fifo_max_prio.
5155         * nptl/pthread_mutexattr_getprioceiling.c
5156         (pthread_mutexattr_getprioceiling): Likewise.
5157         * nptl/pthread_mutexattr_setprioceiling.c
5158         (pthread_mutexattr_setprioceiling): Likewise.
5159         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5160         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5161         Likewise.
5163 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5165         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5166         void.
5168 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5170         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5171         third argument const.
5173 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5175         fnmatch: work around GCC compiler warning bug with uninit var
5176         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5177         This works around a bug with x86-64 GCC 4.9.2 and earlier
5178         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5179         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5180         used uninitialized in this function [-Wmaybe-uninitialized]".
5182 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5184         * posix/bug-regex31.c (main): Return RES not 0.
5186 2014-11-25  Anton Blanchard <anton@samba.org>
5188         * sysdeps/powerpc/bits/atomic.h
5189         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5191 2014-11-24  Sterling Augustine  <saugustine@google.com>
5193         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5195 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5197         [BZ #17608]
5198         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5200 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5202         [BZ #17633]
5203         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5204         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5205         variable.
5206         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5207         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5209 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5211         * string/strncpy.c (strncpy): Improve performance by using memset.
5213 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5215         * string/strcpy.c (strcpy):
5216         Improve performance by using strlen and memcpy.
5218 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5220         * string/strcoll_l.c (get_next_seq): __always_inline.
5221         * string/strcoll_l.c (do_compare): __always_inline.
5223 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5225         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5226         defined.
5227         * include/mqueue.h: Likewise.
5228         * include/stdlib.h: Likewise.
5230         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5231         (get_null_defines): Adjust.
5232         * sunrpc/Makefile: Adjust comment.
5233         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5234         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5235         (CFLAGS-interp.c): Likewise.
5236         (CFLAGS-ldconfig.c): Likewise.
5237         (CPPFLAGS-.os): Likewise.
5238         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5239         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5240         * extra-modules.mk (extra-modules.mk): Likewise.
5241         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5242         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5243         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5244         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5245         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5246         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5247         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5248         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5249         * iconvdata/Makefile (CPPFLAGS): Likewise.
5250         (cpp-srcs-left): Add libof for all iconvdata routines.
5251         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5252         * include/assert.h: Likewise.
5253         * include/ctype.h: Likewise.
5254         * include/errno.h: Likewise.
5255         * include/libc-symbols.h: Likewise.
5256         * include/math.h: Likewise.
5257         * include/netdb.h: Likewise.
5258         * include/resolv.h: Likewise.
5259         * include/stdio.h: Likewise.
5260         * include/stdlib.h: Likewise.
5261         * include/string.h: Likewise.
5262         * include/sys/stat.h: Likewise.
5263         * include/wctype.h: Likewise.
5264         * intl/l10nflist.c: Likewise.
5265         * libidn/idn-stub.c: Likewise.
5266         * libio/libioP.h: Likewise.
5267         * nptl/libc_multiple_threads.c: Likewise.
5268         * nptl/pthreadP.h: Likewise.
5269         * posix/regex_internal.h: Likewise.
5270         * resolv/res_hconf.c: Likewise.
5271         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5272         * sysdeps/arm/memmove.S: Likewise.
5273         * sysdeps/arm/sysdep.h: Likewise.
5274         * sysdeps/generic/_itoa.h: Likewise.
5275         * sysdeps/generic/symbol-hacks.h: Likewise.
5276         * sysdeps/gnu/errlist.awk: Likewise.
5277         * sysdeps/gnu/errlist.c: Likewise.
5278         * sysdeps/i386/i586/memcpy.S: Likewise.
5279         * sysdeps/i386/i586/memset.S: Likewise.
5280         * sysdeps/i386/i686/memcpy.S: Likewise.
5281         * sysdeps/i386/i686/memmove.S: Likewise.
5282         * sysdeps/i386/i686/mempcpy.S: Likewise.
5283         * sysdeps/i386/i686/memset.S: Likewise.
5284         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5285         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5286         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5287         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5288         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5289         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5290         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5291         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5292         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5293         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5294         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5295         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5296         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5297         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5298         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5299         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5300         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5301         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5302         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5303         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5304         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5305         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5306         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5307         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5308         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5309         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5310         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5311         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5312         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5313         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5314         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5315         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5316         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5317         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5318         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5319         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5320         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5321         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5322         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5323         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5324         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5325         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5326         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5327         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5328         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5329         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5330         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5331         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5332         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5333         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5334         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5335         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5336         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5337         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5338         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5339         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5340         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5341         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5342         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5343         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5344         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5345         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5346         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5347         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5348         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5349         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5350         * sysdeps/posix/closedir.c: Likewise.
5351         * sysdeps/posix/opendir.c: Likewise.
5352         * sysdeps/posix/readdir.c: Likewise.
5353         * sysdeps/posix/rewinddir.c: Likewise.
5354         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5355         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5356         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5357         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5358         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5359         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5360         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5361         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5362         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5363         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5364         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5365         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5366         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5367         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5368         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5369         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5370         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5371         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5372         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5373         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5374         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5375         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5376         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5377         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5378         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5379         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5380         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5381         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5382         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5383         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5384         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5385         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5386         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5387         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5388         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5389         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5390         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5391         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5392         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5393         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5394         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5395         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5396         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5397         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5398         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5399         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5400         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5401         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5402         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5403         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5404         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5405         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5406         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5407         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5408         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5409         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5410         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5411         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5412         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5413         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5414         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5415         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5416         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5417         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5418         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5419         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5420         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5421         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5422         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5423         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5424         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5425         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5426         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5427         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5428         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5429         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5430         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5431         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5432         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5433         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5434         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5435         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5436         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5437         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5438         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5439         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5440         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5441         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5442         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5443         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5444         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5445         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5446         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5447         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5448         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5449         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5450         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5451         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5452         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5453         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5454         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5455         * sysdeps/unix/alpha/sysdep.S: Likewise.
5456         * sysdeps/unix/alpha/sysdep.h: Likewise.
5457         * sysdeps/unix/make-syscalls.sh: Likewise.
5458         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5459         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5460         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5461         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5462         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5463         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5464         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5465         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5466         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5467         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5468         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5469         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5470         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5471         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5472         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5473         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5474         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5475         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5476         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5477         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5478         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5479         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5480         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5481         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5482         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5483         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5484         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5487         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5488         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5489         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5490         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5491         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5492         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5493         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5494         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5495         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5496         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5497         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5498         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5499         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5500         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5501         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5502         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5503         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5504         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5505         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5506         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5507         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5508         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5509         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5510         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5511         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5512         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5513         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5514         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5515         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5516         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5517         * sysdeps/x86_64/memcpy.S: Likewise.
5518         * sysdeps/x86_64/memmove.c: Likewise.
5519         * sysdeps/x86_64/memset.S: Likewise.
5520         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5521         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5522         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5523         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5524         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5525         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5526         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5527         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5528         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5529         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5530         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5531         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5532         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5533         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5534         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5535         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5536         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5537         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5538         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5539         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5540         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5541         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5542         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5543         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5544         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5545         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5546         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5547         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5548         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5549         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5550         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5551         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5552         * sysdeps/x86_64/strcmp.S: Likewise.
5554         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5556         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5557         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5558         * elf/rtld-Rules: Likewise.
5559         * elf/setup-vdso.h: Likewise.
5560         * include/assert.h: Likewise.
5561         * include/bits/stdlib-float.h: Likewise.
5562         * include/errno.h: Likewise.
5563         * include/sys/stat.h: Likewise.
5564         * include/unistd.h: Likewise.
5565         * sysdeps/aarch64/setjmp.S: Likewise.
5566         * sysdeps/alpha/setjmp.S: Likewise.
5567         * sysdeps/arm/__longjmp.S: Likewise.
5568         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5569         * sysdeps/arm/setjmp.S: Likewise.
5570         * sysdeps/arm/sysdep.h: Likewise.
5571         * sysdeps/generic/_itoa.h: Likewise.
5572         * sysdeps/generic/dl-sysdep.h: Likewise.
5573         * sysdeps/generic/ldsodefs.h: Likewise.
5574         * sysdeps/i386/dl-tls.h: Likewise.
5575         * sysdeps/i386/setjmp.S: Likewise.
5576         * sysdeps/m68k/setjmp.c: Likewise.
5577         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5578         * sysdeps/mach/hurd/opendir.c: Likewise.
5579         * sysdeps/posix/getcwd.c: Likewise.
5580         * sysdeps/posix/opendir.c: Likewise.
5581         * sysdeps/posix/profil.c: Likewise.
5582         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5583         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5584         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5585         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5586         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5587         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5588         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5589         * sysdeps/s390/dl-tls.h: Likewise.
5590         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5591         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5592         * sysdeps/sh/sh3/setjmp.S: Likewise.
5593         * sysdeps/sh/sh4/setjmp.S: Likewise.
5594         * sysdeps/unix/alpha/sysdep.h: Likewise.
5595         * sysdeps/unix/arm/sysdep.S: Likewise.
5596         * sysdeps/unix/i386/sysdep.S: Likewise.
5597         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5598         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5599         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5600         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5601         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5602         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5603         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5604         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5605         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5606         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5607         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5608         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5609         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5612         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5613         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5614         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5615         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5616         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5617         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5618         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5619         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5620         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5621         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5622         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5623         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5624         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5625         * sysdeps/x86_64/setjmp.S: Likewise.
5627         * include/math.h: Use IS_IN instead of IS_IN_libm.
5628         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5629         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5630         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5631         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5632         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5633         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5634         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5635         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5636         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5637         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5638         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5639         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5640         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5641         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5642         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5643         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5644         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5645         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5646         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5647         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5648         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5649         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5650         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5651         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5652         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5653         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5654         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5655         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5656         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5657         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5658         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5659         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5660         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5662         Likewise.
5663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5664         Likewise.
5665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5666         Likewise.
5667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5668         Likewise.
5669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5670         Likewise.
5671         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5672         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5673         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5674         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5675         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5676         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5677         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5682         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5683         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5684         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5685         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5686         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5687         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5688         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5689         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5690         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5691         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5692         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5693         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5694         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5695         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5697         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5699         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5700         * nptl/pthreadP.h: Likewise.
5701         * nptl_db/structs.def: Likewise.
5702         * sysdeps/arm/sysdep.h: Likewise.
5703         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5704         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5705         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5706         * sysdeps/unix/alpha/sysdep.h: Likewise.
5707         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5708         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5709         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5710         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5711         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5712         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5713         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5714         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5715         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5716         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5717         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5718         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5719         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5720         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5723         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5724         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5725         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5726         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5727         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5728         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5729         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5730         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5731         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5732         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5734         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5735         * nptl/pthreadP.h: Likewise.
5736         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5737         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5738         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5739         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5740         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5741         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5742         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5743         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5744         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5745         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5746         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5747         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5749         Likewise.
5750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5751         Likewise.
5752         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5753         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5754         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5755         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5756         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5757         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5758         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5759         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5761         * dlfcn/dladdr.c: Use IS_IN.
5762         * dlfcn/dladdr1.c: Likewise.
5763         * dlfcn/dlclose.c: Likewise.
5764         * dlfcn/dlerror.c: Likewise.
5765         * dlfcn/dlinfo.c: Likewise.
5766         * dlfcn/dlmopen.c: Likewise.
5767         * dlfcn/dlopen.c: Likewise.
5768         * dlfcn/dlsym.c: Likewise.
5769         * dlfcn/dlvsym.c: Likewise.
5771         * include/ifaddrs.h: Use IS_IN.
5772         * inet/check_pf.c: Likewise.
5773         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5774         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5776         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5777         IS_IN_ldconfig.
5778         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5779         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5781         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5782         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5783         IS_IN (libc).
5785         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5787         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5788         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5789         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5790         * include/libc-symbols.h (IS_IN_LIB): New macro.
5791         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5792         * include/netdb.h: Likewise.
5793         * include/stap-probe.h: Remove all uses of IN_LIB.
5795         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5796         instead of IN_MODULE.
5797         * include/libc-symbols.h (IN_MODULE): Define using
5798         MODULE_NAME.
5799         (PASTE_NAME, PASTE_NAME1): New macros.
5800         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5801         of IN_LIB.
5802         (STAP_PROBE_ASM): Likewise.
5804 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5806         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5807         __mach_init in dlopened libc.
5809 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5811         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5812         * sysdeps/arm/preconfigure: Regenerate.
5814 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5816         * nptl/pthread_create.c (__pthread_create_2_1): Set
5817         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5818         when copying values from IATTR into PD.
5820 2014-11-21  Will Newton  <will.newton@linaro.org>
5821             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5823         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5824         Refactor inline-asm.  Also add comment.
5826         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5827         ElfW macro instead of hardcoded Elf64 types.
5828         (la_aarch64_gnu_pltenter): Likewise.
5829         * sysdeps/aarch64/dl-machine.h
5830         (elf_machine_runtime_setup): Use ElfW(Addr).
5832         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5833         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5834         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5835         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5836         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5837         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5838         (R_AARCH64_TLS_DTPMOD): This.
5839         (R_AARCH64_TLS_DTPREL64): Rename to ...
5840         (R_AARCH64_TLS_DTPREL): This.
5841         (R_AARCH64_TLS_TPREL64): Rename to ...
5842         (R_AARCH64_TLS_TPREL): This.
5843         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5844         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5845         R_AARCH64_TLS_TPREL64.
5846         (elf_machine_rela): Likewise.
5848 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5850         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5851         by setting it to 0.  64b atomics are not supported currently.
5853 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5855         [BZ #16469]
5856         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5857         search domain names.
5859 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5861         [BZ #16469]
5862         * NEWS: Update.
5863         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5864         trailing dot.
5865         * posix/tst-getaddrinfo5.c: New.
5866         * posix/Makefile (tests): Add it.
5868 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5870         [BZ #14498]
5871         * NEWS: Fixed.
5872         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5873         after parsing line but before break_if_match.
5874         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5875         if there is a protocol mismatch.
5877 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5879         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5880         because the potential race is on the user-supplied stream.
5882 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5884         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5885         string literal if not passed a buffer.
5886         * manual/job.texi (ctermid): Update reasoning, note deviation
5887         from posix, suggest mtasurace when not passed a buffer, for
5888         future non-preliminary safety notes.
5890 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5892         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5893         of not passing it a buffer.
5894         Reported by Peng Haitao.
5896 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5898         * manual/Makefile ($(objpfx)stamp-summary): Require
5899         check-safety.sh to pass.
5900         * manual/check-safety.sh: Wish for verification that every
5901         @deftypefn and @deftypefun is followed by a @safety remark.
5903 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5905         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5907         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5908         PTHREAD_CANCEL_ASYNCHRONOUS.
5909         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5910         send SIGCANCEL.
5912         * nptl/default-sched.h: New file.
5913         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5914         * nptl/pthread_create.c: Include it.
5915         (__pthread_create_2_1): Use collect_default_sched instead of making
5916         Linux syscalls here directly.
5918 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5920         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5921         __pthread_once): Use C11 atomics.
5923 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5925         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5927 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5929         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5930         atomic_thread_fence_acquire, atomic_thread_fence_release,
5931         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5932         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5933         atomic_compare_exchange_weak_relaxed,
5934         atomic_compare_exchange_weak_acquire,
5935         atomic_compare_exchange_weak_release,
5936         atomic_exchange_acquire, atomic_exchange_release,
5937         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5938         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5939         atomic_fetch_and_acquire,
5940         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5942 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5944         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5945         USE_ATOMIC_COMPILER_BUILTINS): Define.
5946         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5947         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5948         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5949         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5950         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5951         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5952         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5953         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5954         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5955         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5956         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5957         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5958         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5959         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5960         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5961         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5962         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5963         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5964         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5965         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5966         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5967         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5968         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5969         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5970         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5971         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5972         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5973         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5974         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5975         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5976         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5977         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5978         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5979         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5980         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5981         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5982         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5983         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5984         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5985         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5987 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5989         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5990         the sched_priority value here.  It was already checked when the user
5991         called pthread_attr_setschedparam.
5993         * nptl/tst-bad-schedattr.c: New file.
5994         * nptl/Makefile (tests): Add it.
5996 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5997             Florian Weimer  <fweimer@redhat.com>
5998             Joseph Myers  <joseph@codesourcery.com>
5999             Adam Conrad  <adconrad@0c3.net>
6000             Andreas Schwab  <schwab@suse.de>
6001             Brooks  <bmoses@google.com>
6003         [BZ #17625]
6004         * wordexp-test.c (__dso_handle): Add prototype.
6005         (__register_atfork): Likewise.
6006         (__app_register_atfork): New function.
6007         (registered_forks): New global.
6008         (register_fork): New function.
6009         (test_case): Add 3 new tests for WRDE_CMDSUB.
6010         (main): Call __app_register_atfork.
6011         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6012         fork count is non-zero fail the test.
6013         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6014         is set.
6015         (parse_dollars): Remove check for WRDE_NOCMD.
6016         (parse_dquote): Likewise.
6018 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6020         * Makeconfig (built-modules): List non-library modules to be
6021         built.
6022         (module-cppflags): Include libc-modules.h for
6023         everything except shlib-versions.v.i.
6024         (CPPFLAGS): Use it.
6025         (before-compile): Add libc-modules.h.
6026         ($(common-objpfx)libc-modules.h,
6027         $(common-objpfx)libc-modules.stmp): New targets.
6028         (common-generated): Add libc-modules.h and libc-modules.stmp.
6029         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6030         * include/libc-symbols.h: Don't include libc-modules.h.
6031         * include/libc-modules.h: Remove file.
6032         * scripts/gen-libc-modules.awk: New script to generate
6033         libc-modules.h.
6034         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6035         Depend on libc-modules.stmp.
6037         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6039         * Makeconfig (in-module): Get value of libof set for the
6040         translation unit.
6041         (CPPFLAGS): Use $(in-module).
6042         * Makerules: Don't suffix routine names for nonlib.
6043         * include/libc-modules.h: New file.
6044         * include/libc-symbols.h: Include libc-modules.h
6045         (IS_IN): New macro to replace IS_IN_* macros.
6046         * elf/Makefile: Set libof-* for each routine.
6047         * elf/rtld-Rules: Likewise.
6048         * extra-modules.mk: Likewise.
6049         * iconv/Makefile: Likewise.
6050         * iconvdata/Makefile: Likewise.
6051         * locale/Makefile: Likewise.
6052         * malloc/Makefile: Likewise.
6053         * nss/Makefile: Likewise.
6054         * sysdeps/gnu/Makefile: Likewise.
6055         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6056         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6057         * sysdeps/s390/s390-64/Makefile: Likewise.
6058         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6059         CPPFLAGS for nscd instead of nonlib.
6061 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6063         * nptl/createthread.c: New file.
6065         * nptl/createthread.c: Moved ...
6066         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6068         * nptl/createthread.c: Add proper top-line comment.
6069         (do_clone): Folded into ...
6070         (create_thread): ... here.  Take new arguments STOPPED_START and
6071         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6072         increment __nptl_threads, do event-reporting logic, do
6073         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6074         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6075         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6076         just send SIGCANCEL.
6077         * nptl/pthread_create.c: Forward-declare create_thread before
6078         including createthread.c.
6079         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6080         declaration, and new macro START_THREAD_SELF to replace argument.
6081         Remove return statement.
6082         (report_thread_creation): New function.
6083         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6084         synchronization logic, and __nptl_nthreads increment here, around
6085         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6086         PD->parent_cancelhandling here, before create_thread.  When
6087         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6088         __deallocate_stack, and ENOMEM translation here.
6090 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6092         [BZ #17616]
6093         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6094         (mptwo): Rename to __mptwo.
6095         (__inv): Use __mptwo instead of mptwo.
6096         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6097         (mptwo): Rename to __mptwo.
6098         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6099         of mpone and __mptwo instead of mptwo.
6100         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6101         instead of mpone.
6102         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6103         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6104         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6105         of mpone and __mptwo instead of mptwo.
6106         (__mpranred): Use __mpone instead of mpone.
6107         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6108         variable.
6109         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6110         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6111         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6112         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6113         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6114         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6115         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6116         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6117         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6118         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6119         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6120         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6121         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6122         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6123         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6124         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6125         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6126         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6127         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6129 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6131         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6132         replace BSD Handler xref with BSD Signal Handling.
6134 2014-11-17  Richard Henderson  <rth@redhat.com>
6136         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6137         (_FP_PACK_RAW_2): Remove.
6138         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6139         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6140         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6141         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6142         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6143         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6144         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6145         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6146         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6147         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6148         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6149         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6150         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6151         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6152         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6153         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6155 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6157         * signal/signal.h [__USE_MISC]
6158         (struct sigvec): Remove type.
6159         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6160         (sigvec): Remove declaration.
6161         * sysdeps/posix/sigvec.c: Moved ...
6162         * signal/sigvec.c: ... here, replacing old file.
6163         (struct sigvec): New type, copied from old signal.h definition.
6164         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6165         (__sigvec): Convert definition to prototype.
6166         (sigvec): Replace weak_alias with compat_symbol.
6167         * signal/Versions (libc: GLIBC_2.21): New version set.
6168         * include/signal.h: Remove __sigvec declaration.
6169         * sysdeps/unix/bsd/sigvec.c: Remove file.
6170         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6171         * manual/signal.texi (BSD Handler): Remove subsection.
6172         Move siginterrupt up to ...
6173         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6174         (Blocking in BSD): Fold subsection into its parent.
6175         * NEWS: Mention sigvec removal.
6177 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6179         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6180         (DLA_FMS): Make definition conditional only on [__FMA4__].
6181         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6182         definition.
6184         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6185         Make definition conditional only on [PROF].
6186         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6187         definition.
6188         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6189         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6191         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6192         !__GNUC__].
6193         * include/signal.h (__sigpause): Move declaration above call to
6194         libc_hidden_proto.
6195         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6196         variable.
6197         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6198         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6200 2014-11-14  David S. Miller  <davem@davemloft.net>
6202         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6203         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6205 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6207         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6208         * configure: Regenerated.
6209         * manual/install.texi (Tools for Compilation): Document a
6210         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6211         compiler verified to work.
6212         * INSTALL: Regenerated.
6214         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6215         redeclare with asm name.
6216         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6217         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6218         including <string.h>.
6219         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6220         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6221         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6222         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6223         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6224         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6225         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6227 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6229         * stdlib/strtol.c (__strtol): Use prototype definition.
6231         [BZ #17594]
6232         * stdlib/strtol.c (SYM__): New macro.
6233         (SYM__1): Likewise.
6234         (__strtol): Likewise.
6235         (strtol): Rename to __strtol and define as weak alias of
6236         __strtol.  Use libc_hidden_weak.
6238 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6240         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6241         Use numbered labels in inline assembly.
6243 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6245         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6246         Add setjmp LIBC_PROBE.
6247         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6248         Likewise.
6249         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6250         Add longjmp, longjmp_target LIBC_PROBE.
6251         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6252         Likewise.
6254 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6256         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6257         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6258         to get rid of unused variable warning.
6260 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6262         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6263         Check for unwind_backtrace ==  NULL only in SHARED case.
6264         (__backchain_backtrace): Compile only in SHARED case.
6265         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6266         Likewise.
6267         (__backchain_backtrace): Declare as static.
6269 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6271         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6272         (__libc_multiple_threads_ptr): Variable moved ...
6273         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6275 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6277         * conform/GlibcConform.pm: New file.
6278         * conform/conformtest.pl: Use GlibcConform module.
6279         * conform/linknamespace.pl: New file.
6280         * conform/list-header-symbols.pl: Likewise.
6281         * conform/Makefile (linknamespace-symlists-base): New variable.
6282         (linknamespace-symlists-tests): Likewise.
6283         (linknamespace-header-base): Likewise.
6284         (linknamespace-header-tests): Likewise.
6285         (tests-special): Add new tests.
6286         ($(linknamespace-symlists-tests)): New rule.
6287         (linknamespace-libs): New variable.
6288         ($(objpfx)symlist-stdlibs): New rule.
6289         ($(linknamespace-header-tests)): Likewise.
6290         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6291         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6292         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6293         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6294         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6295         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6296         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6297         (test-xfail-ISO/math.h/linknamespace): Likewise.
6298         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6299         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6300         (test-xfail-ISO/time.h/linknamespace): Likewise.
6301         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6302         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6303         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6304         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6305         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6306         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6307         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6308         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6309         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6310         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6311         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6312         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6313         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6314         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6315         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6316         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6317         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6318         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6319         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6320         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6321         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6322         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6323         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6324         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6325         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6326         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6327         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6328         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6329         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6330         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6331         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6332         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6333         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6334         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6335         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6336         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6337         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6338         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6339         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6340         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6341         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6342         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6343         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6344         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6345         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6346         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6347         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6348         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6349         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6350         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6351         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6352         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6353         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6354         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6355         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6356         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6357         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6358         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6359         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6360         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6361         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6362         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6363         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6364         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6365         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6366         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6367         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6368         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6369         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6370         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6371         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6372         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6373         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6374         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6375         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6376         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6377         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6378         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6379         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6380         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6381         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6382         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6383         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6384         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6385         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6386         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6387         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6388         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6389         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6390         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6391         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6392         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6393         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6394         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6395         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6396         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6397         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6398         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6399         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6400         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6401         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6402         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6403         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6404         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6405         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6406         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6407         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6408         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6409         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6410         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6411         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6412         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6413         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6414         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6415         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6416         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6417         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6418         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6419         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6420         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6421         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6422         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6423         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6424         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6425         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6426         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6427         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6428         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6429         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6430         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6431         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6432         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6433         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6434         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6435         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6436         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6437         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6438         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6439         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6440         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6441         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6442         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6443         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6444         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6445         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6446         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6447         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6448         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6449         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6450         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6452         [BZ #17589]
6453         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6454         of fgets_unlocked.
6456         [BZ #17585]
6457         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6458         (memmem): Rename to __memmem and define as weak alias of
6459         __memmem.  Use libc_hidden_weak.
6460         (__memmem): Use libc_hidden_def.
6461         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6462         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6463         memmem.
6465         [BZ #17582]
6466         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6467         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6468         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6469         and define as weak alias of __fgets_unlocked.  Use
6470         libc_hidden_weak.
6471         (__fgets_unlocked): Use libc_hidden_def.
6472         * include/stdio.h (__fgets_unlocked): Declare.  Use
6473         libc_hidden_proto.
6474         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6475         __fgets_unlocked instead of fgets_unlocked.
6476         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6477         (GET_NPROCS_CONF_PARSER): Likewise.
6478         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6479         (GET_NPROCS_CONF_PARSER): Likewise.
6481         [BZ #17574]
6482         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6483         weak alias of __wmemset.  Use libc_hidden_weak.
6484         (__wmemset): Use libc_hidden_def.
6485         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6486         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6487         of wmemset.
6489         [BZ #17573]
6490         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6491         with asm name __mempcpy.
6492         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6494         [BZ #17572]
6495         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6496         and define as weak alias of __rawmemchr.
6497         (__rawmemchr): Do not define as strong alias of rawmemchr.
6499         [BZ #17571]
6500         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6501         alias of __qsort_r.
6502         (qsort): Call __qsort_r instead of qsort_r.
6503         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6504         (__qsort_r): Declare.  Call libc_hidden_proto.
6505         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6506         instead of qsort_r.
6507         * nscd/gai.c (__qsort_r): Define to qsort_r.
6508         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6509         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6510         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6512         [BZ #17570]
6513         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6514         define as weak alias of __malloc_info.
6516         [BZ #17584]
6517         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6518         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6519         (__rewinddir): Use libc_hidden_def.
6520         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6521         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6522         (__rewinddir): Use libc_hidden_def.
6523         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6524         weak alias of __rewinddir.  Don't use libc_hidden_def.
6525         (__rewinddir): Use libc_hidden_def.
6526         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6527         (__rewinddir): Use libc_hidden_proto.
6528         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6529         rewinddir.
6530         (__getcwd): Use __rewinddir instead of rewinddir.
6532         [BZ #17583]
6533         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6534         alias of __fileno.  Use libc_hidden_weak.
6535         (__fileno): Use libc_hidden_def.
6536         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6537         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6538         alias of __ftello.
6539         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6540         __ftello.
6541         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6542         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6543         libc_hidden_def.
6544         (fread_unlocked): Don't use libc_hidden_ver.
6545         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6546         and define as weak alias of __fread_unlocked.  Don't use
6547         libc_hidden_def.
6548         (__fread_unlocked): Use libc_hidden_def.
6549         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6550         (ftello): Don't use libc_hidden_proto.
6551         (__ftello): Declare.  Use libc_hidden_proto.
6552         (fread_unlocked): Don't use libc_hidden_proto.
6553         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6554         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6555         and __ftello instead of fileno, fread_unlocked and ftello.
6557 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6559         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6560         GOT12.
6561         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6562         Likewise.
6563         (_dl_start_user): Likewise.
6564         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6566 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6567             Siddhesh Poyarekar  <siddhesh@redhat.com>
6569         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6570         Move argv and envp down instead of moving argc up.
6571         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6573 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6575         [BZ #17506]
6576         * test-skeleton.c (main): Return successful if one of
6577         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6578         * string/tst-strcoll-overflow.c: Define expected status.
6580 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6582         [BZ #17475]
6583         * locale/iso-639.def: Define Bhili and Tulu language codes.
6585 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6587         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6589 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6591         [BZ #17555]
6592         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6594 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6596         * configure.ac: Updated check of minimal required version to
6597         2.22.
6598         * manual/install.texi (Tools for Compilation): Updated version
6599         number.
6600         * configure: Regenerated.
6601         * INSTALL: Likewise.
6603 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6605         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6606         __tls_get_addr.
6608 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6610         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6611         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6612         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6613         libc_hidden_weak.
6614         (waitpid): Define as alias of __waitpid.
6615         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6616         __waitpid.
6617         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6618         libc_hidden_weak.
6619         (waitpid): Define as alias of __waitpid.
6620         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6621         __libc_waitpid alias.
6622         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6623         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6624         Likewise.
6625         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6626         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6627         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6628         alias.
6629         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6630         __waitpid.
6631         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6632         libc_hidden_weak.
6633         (waitpid): Define as alias of __waitpid.
6635 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6637         * manual/llio.texi: Add comment that write safety has been
6638         fixed in Linux.
6640         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6641         (localplt-build-dso): Add elf/ld.so.
6642         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6643         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6644         and free for ld.so.
6645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6646         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6648         Likewise.
6649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6650         Likewise.
6651         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6652         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6653         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6654         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6655         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6656         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6657         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6658         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6659         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6660         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6661         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6663 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6665         [BZ #14132]
6666         * include/libc-symbols.h (INTUSE): Remove macro.
6667         (INTDEF): Likewise.
6668         (INTVARDEF): Likewise.
6669         (_INTVARDEF): Likewise.
6670         (INTDEF2): Likewise.
6671         (INTVARDEF2): Likewise.
6672         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6673         rtld_hidden_def instead of INTVARDEF.
6674         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6675         (_dl_starting_up_internal): Remove declaration.
6676         (_dl_starting_up): Use rtld_hidden_proto.
6677         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6678         declaration.
6679         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6680         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6681         _dl_starting_up.
6682         * elf/dl-writev.h (_dl_writev): Likewise.
6683         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6684         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6685         _dl_starting_up_internal.
6687 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6689         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6690         test-skeleton.c.
6692 2014-11-05  Will Newton  <will.newton@linaro.org>
6694         * benchtests/Makefile: (bench-malloc): Add malloc thread
6695         scalability benchmark.
6696         * benchtests/bench-malloc-threads.c: New file.
6698 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6700         * sysdeps/aarch64/strchrnul.S: New file.
6702 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6704         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6705         definition.
6706         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6707         Likwise.
6708         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6709         Likewise.
6710         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6711         Likewise.
6712         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6713         Likewise.
6714         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6715         Likewise.
6717 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6719         * catgets/test-gencat.c: Use test-skeleton.c.
6720         * catgets/tst-catgets.c: Likewise.
6721         * csu/tst-empty.c: Likewise.
6722         * elf/tst-audit2.c: Likewise.
6723         * elf/tst-global1.c: Likewise.
6724         * elf/tst-pathopt.c: Likewise.
6725         * elf/tst-piemod1.c: Likewise.
6726         * elf/tst-tls10.c: Likewise.
6727         * elf/tst-tls11.c: Likewise.
6728         * elf/tst-tls12.c: Likewise.
6729         * gnulib/tst-gcc.c: Likewise.
6730         * iconvdata/tst-e2big.c: Likewise.
6731         * iconvdata/tst-loading.c: Likewise.
6732         * iconv/tst-iconv1.c: Likewise.
6733         * iconv/tst-iconv2.c: Likewise.
6734         * inet/test-inet6_opt.c: Likewise.
6735         * inet/tst-gethnm.c: Likewise.
6736         * inet/tst-network.c: Likewise.
6737         * inet/tst-ntoa.c: Likewise.
6738         * intl/tst-codeset.c: Likewise.
6739         * intl/tst-gettext2.c: Likewise.
6740         * intl/tst-gettext3.c: Likewise.
6741         * intl/tst-ngettext.c: Likewise.
6742         * intl/tst-translit.c: Likewise.
6743         * io/test-stat.c: Likewise.
6744         * libio/test-fmemopen.c: Likewise.
6745         * libio/tst-freopen.c: Likewise.
6746         * libio/tst-sscanf.c: Likewise.
6747         * libio/tst-ungetwc1.c: Likewise.
6748         * libio/tst-ungetwc2.c: Likewise.
6749         * libio/tst-widetext.c: Likewise.
6750         * localedata/tst-ctype.c: Likewise.
6751         * localedata/tst-digits.c: Likewise.
6752         * localedata/tst-leaks.c: Likewise.
6753         * localedata/tst-mbswcs1.c: Likewise.
6754         * localedata/tst-mbswcs2.c: Likewise.
6755         * localedata/tst-mbswcs3.c: Likewise.
6756         * localedata/tst-mbswcs4.c: Likewise.
6757         * localedata/tst-mbswcs5.c: Likewise.
6758         * localedata/tst-setlocale.c: Likewise.
6759         * localedata/tst-trans.c: Likewise.
6760         * localedata/tst-wctype.c: Likewise.
6761         * localedata/tst-xlocale1.c: Likewise.
6762         * login/tst-grantpt.c: Likewise.
6763         * malloc/tst-calloc.c: Likewise.
6764         * malloc/tst-malloc.c: Likewise.
6765         * malloc/tst-mallocstate.c: Likewise.
6766         * malloc/tst-mcheck.c: Likewise.
6767         * malloc/tst-mtrace.c: Likewise.
6768         * malloc/tst-obstack.c: Likewise.
6769         * math/atest-exp2.c: Likewise.
6770         * math/atest-exp.c: Likewise.
6771         * math/atest-sincos.c: Likewise.
6772         * math/test-matherr.c: Likewise.
6773         * math/test-misc.c: Likewise.
6774         * math/test-powl.c: Likewise.
6775         * math/tst-definitions.c: Likewise.
6776         * misc/tst-dirname.c: Likewise.
6777         * misc/tst-efgcvt.c: Likewise.
6778         * misc/tst-fdset.c: Likewise.
6779         * misc/tst-hsearch.c: Likewise.
6780         * misc/tst-mntent2.c: Likewise.
6781         * nptl/tst-sem7.c: Likewise.
6782         * nptl/tst-sem8.c: Likewise.
6783         * nptl/tst-sem9.c: Likewise.
6784         * nss/test-netdb.c: Likewise.
6785         * posix/tst-fnmatch.c: Likewise.
6786         * posix/tst-getlogin.c: Likewise.
6787         * posix/tst-gnuglob.c: Likewise.
6788         * posix/tst-mmap.c: Likewise.
6789         * pwd/tst-getpw.c: Likewise.
6790         * resolv/tst-inet_ntop.c: Likewise.
6791         * rt/tst-timer.c: Likewise.
6792         * stdio-common/test-fseek.c: Likewise.
6793         * stdio-common/test-popen.c: Likewise.
6794         * stdio-common/test-vfprintf.c: Likewise.
6795         * stdio-common/tst-cookie.c: Likewise.
6796         * stdio-common/tst-fileno.c: Likewise.
6797         * stdio-common/tst-gets.c: Likewise.
6798         * stdio-common/tst-obprintf.c: Likewise.
6799         * stdio-common/tst-perror.c: Likewise.
6800         * stdio-common/tst-sprintf2.c: Likewise.
6801         * stdio-common/tst-sprintf3.c: Likewise.
6802         * stdio-common/tst-sprintf.c: Likewise.
6803         * stdio-common/tst-swprintf.c: Likewise.
6804         * stdio-common/tst-tmpnam.c: Likewise.
6805         * stdio-common/tst-unbputc.c: Likewise.
6806         * stdio-common/tst-wc-printf.c: Likewise.
6807         * stdlib/tst-environ.c: Likewise.
6808         * stdlib/tst-fmtmsg.c: Likewise.
6809         * stdlib/tst-limits.c: Likewise.
6810         * stdlib/tst-rand48-2.c: Likewise.
6811         * stdlib/tst-rand48.c: Likewise.
6812         * stdlib/tst-random2.c: Likewise.
6813         * stdlib/tst-random.c: Likewise.
6814         * stdlib/tst-strtol.c: Likewise.
6815         * stdlib/tst-strtoll.c: Likewise.
6816         * stdlib/tst-tls-atexit.c: Likewise.
6817         * stdlib/tst-xpg-basename.c: Likewise.
6818         * string/test-ffs.c: Likewise.
6819         * string/tst-bswap.c: Likewise.
6820         * string/tst-inlcall.c: Likewise.
6821         * string/tst-strtok.c: Likewise.
6822         * string/tst-strxfrm.c: Likewise.
6823         * sysdeps/x86_64/tst-audit10.c: Likewise.
6824         * sysdeps/x86_64/tst-audit3.c: Likewise.
6825         * sysdeps/x86_64/tst-audit4.c: Likewise.
6826         * sysdeps/x86_64/tst-audit5.c: Likewise.
6827         * time/tst-ftime_l.c: Likewise.
6828         * time/tst-getdate.c: Likewise.
6829         * time/tst-mktime3.c: Likewise.
6830         * time/tst-mktime.c: Likewise.
6831         * time/tst-posixtz.c: Likewise.
6832         * time/tst-strptime2.c: Likewise.
6833         * time/tst-strptime3.c: Likewise.
6834         * wcsmbs/tst-btowc.c: Likewise.
6835         * wcsmbs/tst-mbrtowc.c: Likewise.
6836         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6837         * wcsmbs/tst-wchar-h.c: Likewise.
6838         * wcsmbs/tst-wcpncpy.c: Likewise.
6839         * wcsmbs/tst-wcrtomb.c: Likewise.
6840         * wcsmbs/tst-wcsnlen.c: Likewise.
6841         * wcsmbs/tst-wcstof.c: Likewise.
6843 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6845         [BZ #14132]
6846         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6847         INTDEF.
6848         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6849         declaration.
6850         (_dl_mcount): Use rtld_hidden_proto.
6851         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6852         _dl_mcount.
6853         * elf/rtld.c (_rtld_global_ro): Likewise.
6855         [BZ #14132]
6856         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6857         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6858         of _dl_init_internal.
6859         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6860         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6861         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6862         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6863         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6864         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6865         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6866         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6867         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6868         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6869         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6870         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6871         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6872         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6873         * sysdeps/tile/dl-start.S (_start): Likewise.
6874         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6875         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6877         [BZ #14132]
6878         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6879         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6880         (rtld_progname): Make macro definition unconditional.
6881         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6882         INTDEF.
6883         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6884         (dl_main): Likewise.
6885         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6886         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6887         instead of _dl_argv_internal.
6888         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6889         __GI__dl_argv instead of INTUSE(_dl_argv).
6890         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6891         __GI__dl_argv instead of _dl_argv_internal.
6893         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6894         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6895         macro.
6896         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6897         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6898         New macro.
6899         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6900         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6901         macro.
6902         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6903         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6905 2014-11-04  Andreas Schwab  <schwab@suse.de>
6907         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6909 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6911         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6912         mtvsrd instruction in binary form.
6914 2014-11-03  Andreas Schwab  <schwab@suse.de>
6916         [BZ #17522]
6917         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6918         for less than MB_LEN_MAX use a local buffer of that size.
6919         * libio/tst-fputws.c: New file.
6920         * libio/Makefile (tests): Add tst-fputws.
6922 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6924         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6925         the size of the fpu_fr.fpu_dregs[] array.
6927 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6929         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6930         (__nanosleep): Do not define as alias.
6931         (nanosleep): Define as alias of __nanosleep.
6932         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6933         __libc_nanosleep name.
6935 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6937         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6938         install.texi in comment.
6940 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6942         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6943         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6944         ... add here and use lwsync or sync ...
6945         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6946         ... and add here using lwsync.
6948 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6950         * elf/dl-machine-reject-phdr.h: New file.
6951         * elf/dl-load.c: #include that.
6952         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6953         if that returned true.
6955 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6957         [BZ #17496]
6958         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6959         gen-as-const-headers chunk.  Add a big scare comment after the last
6960         safe place to touch before-compile.
6962 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6964         * manual/install.texi (Tools for Compilation): Update autoconf
6965         version requirements.
6966         * INSTALL: Regenerated.
6968         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6969         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6970         (__libc_pselect): Likewise.
6972         [BZ #14138]
6973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6978 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6980         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6981         correct barrier instruction.
6982         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6983         Likewise.
6984         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6985         Likewise.
6987 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6989         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6990         after defining inlines.  Instead, just use parens to defeat macro
6991         expansion of __isctype in its declaration.
6993 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6995         * include/sys/uio.h (__libc_readv): Remove declaration.
6996         (__libc_writev): Likewise.
6997         * misc/readv.c (__libc_readv): Rename to __readv.
6998         (__readv): Do not define as alias.
6999         (readv): Define as alias of __readv.
7000         * misc/writev.c (__libc_writev): Rename to __writev.
7001         (__writev): Do not define as alias.
7002         (writev): Define as alias of __writev.
7003         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7004         (__readv): Do not define as alias.
7005         (readv): Define unconditionally as alias of __readv.
7006         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7007         (__writev): Do not define as alias.
7008         (writev): Define unconditionally as alias of __writev.
7009         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7010         name.
7011         (writev): Do not define __libc_writev name.
7013 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7015         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7016         (convert_charseq): New function, broken out of ...
7017         (use_from_charmap): ... here.  Call it.
7018         (use_to_charmap): Use convert_charseq and free instead of duplicating
7019         its code with a variable-length stack struct.
7021 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7023         * include/fcntl.h (__libc_creat): Remove declaration.
7024         * io/creat.c (__libc_creat): Rename to creat.
7025         (creat): Do not define as alias.
7026         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7027         of creat instead of __libc_creat.
7028         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7029         to creat.
7030         (creat): Do not define as alias.
7031         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7032         __libc_creat.
7033         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7034         __libc_creat name.
7035         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7036         Likewise.
7038 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7040         * manual/llio.texi: Add comments discussing why write() may be
7041         considered MT-unsafe on Linux.
7043 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7045         * dl-load.c (local_strdup): Remove.
7046         (expand_dynamic_string_token): Use __strdup.
7047         (decompose_rpath): Likewise.
7048         (_dl_map_object): Likewise.
7050 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7052         [BZ #14132]
7053         * sysdeps/generic/unwind-dw2-fde.c
7054         (__register_frame_info_bases_internal): Do not declare.
7055         (__register_frame_info_table_bases_internal): Likewise.
7056         (__deregister_frame_info_bases_internal): Likewise.
7057         (__register_frame_info_bases): Declare and use hidden_proto before
7058         definition.  Use hidden_def instead of INTDEF.
7059         (__register_frame_info_table_bases): Likewise.
7060         (__deregister_frame_info_bases): Likewise.
7061         (__register_frame_info): Do not use INTUSE.
7062         (__register_frame): Likewise.
7063         (__register_frame_info_table): Likewise.
7064         (__register_frame_table): Likewise.
7065         (__deregister_frame_info): Likewise.
7066         (__deregister_frame): Likewise.
7068 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7070         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7071         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7072         not undefine.
7073         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7074         Likewise.
7075         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7076         Likewise.
7078 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7080         [BZ #14138]
7081         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7082         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7083         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7084         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7085         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7086         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7087         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7088         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7089         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7090         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7091         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7092         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7093         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7094         syscall.
7095         (setfsuid): Likewise.
7096         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7097         (setfsuid): Likewise.
7098         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7099         (setfsuid): Likewise.
7100         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7101         Likewise.
7102         (setfsuid): Likewise.
7103         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7104         (setfsuid): Likewise.
7105         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7106         Likewise.
7107         (setfsuid): Likewise.
7109 2014-10-27  Andreas Schwab  <schwab@suse.de>
7111         [BZ #17501]
7112         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7113         check for Slow_SSE4_2 feature bit.
7114         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7115         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7116         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7117         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7119 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7121         * configure.ac: Validate compiler version with a empirical test of
7122         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7123         $CC -v output.
7124         * configure: Regenerated.
7126         * inet/htons.c (htons): Prototypify.
7127         * inet/htonl.c (htonl): Likewise.
7129 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7131         * string/strncat.c (strncat): Improve performance by using strlen.
7133 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7135         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7137 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7139         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7140         Call libc_fetestexcept_aarch64.
7142 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7144         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7145         Call libc_feholdexcept_aarch64.
7147 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7149         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7150         Call get_rounding_mode.
7152 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7154         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7155         Simplify logic.
7157 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7159         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7160         Simplify logic.
7162 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7164         [BZ #14138]
7165         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7166         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7167         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7168         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7169         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7170         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7171         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7172         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7173         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7174         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7175         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7176         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7177         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7178         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7179         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7180         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7181         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7182         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7183         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7184         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7185         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7186         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7187         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7188         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7189         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7190         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7191         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7192         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7193         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7194         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7195         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7196         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7197         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7198         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7199         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7200         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7201         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7202         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7203         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7204         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7205         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7206         syscall.
7207         (geteuid): Likewise.
7208         (getgid): Likewise.
7209         (getuid): Likewise.
7210         (getresgid): Likewise.
7211         (getresuid): Likewise.
7212         (getgroups): Likewise.
7213         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7214         (geteuid): Likewise.
7215         (getgid): Likewise.
7216         (getuid): Likewise.
7217         (getresgid): Likewise.
7218         (getresuid): Likewise.
7219         (getgroups): Likewise.
7220         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7221         (geteuid): Likewise.
7222         (getgid): Likewise.
7223         (getuid): Likewise.
7224         (getresgid): Likewise.
7225         (getresuid): Likewise.
7226         (getgroups): Likewise.
7227         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7228         Likewise.
7229         (geteuid): Likewise.
7230         (getgid): Likewise.
7231         (getuid): Likewise.
7232         (getresgid): Likewise.
7233         (getresuid): Likewise.
7234         (getgroups): Likewise.
7235         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7236         (geteuid): Likewise.
7237         (getgid): Likewise.
7238         (getuid): Likewise.
7239         (getresgid): Likewise.
7240         (getresuid): Likewise.
7241         (getgroups): Likewise.
7242         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7243         Likewise.
7244         (geteuid): Likewise.
7245         (getgid): Likewise.
7246         (getuid): Likewise.
7247         (getgroups): Likewise.
7249         [BZ #14138]
7250         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7251         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7252         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7253         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7254         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7255         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7256         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7257         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7258         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7259         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7260         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7261         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7262         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7263         __chown.
7264         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7265         (lchown): Likewise.
7266         (fchown): Likewise.
7267         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7268         Likewise.
7269         (lchown): Likewise.
7270         (fchown): Likewise.
7271         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7272         (lchown): Likewise.
7273         (fchown): Likewise.
7274         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7275         Likewise.
7276         (lchown): Likewise.
7277         (fchown): Likewise.
7279 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7281         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7282         Simplify logic.
7284 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7286         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7287         Cleanup logic.
7289 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7291         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7292         Remove unused include.
7294 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7296         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7297         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7298         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7299         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7301 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7302             Helge Deller <deller@gmx.de>
7304         [BZ #17508]
7305         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7306         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7307         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7309 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7311         [BZ #14132]
7312         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7313         Remove macro definition.
7314         (__ashrdi3_v_glibc20): Likewise.
7315         (__lshrdi3_v_glibc20): Likewise.
7316         (__cmpdi2_v_glibc20): Likewise.
7317         (__ucmpdi2_v_glibc20): Likewise.
7318         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7319         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7320         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7321         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7322         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7323         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7325 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7327         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7328         old GNU extension [0] syntax.
7329         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7330         alloca rather than an array member with variable length.
7331         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7332         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7333         (parse_opt): ... here.  Likewise use alloca there.
7334         Validate the -i argument before checking for rootness.
7335         (send_shutdown): New function, broken out of ...
7336         (parse_opt): ... here.
7338 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7340         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7341         macro to get at the _rt_local_ro field.
7342         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7343         ([PIC] case) or _dl_hwcap ([!PIC] case).
7344         * sysdeps/arm/setjmp.S: Likewise.
7346         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7347         * sysdeps/arm/configure.ac: New check to define it.
7348         * sysdeps/arm/configure: Regenerated.
7349         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7350         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7351         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7352         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7353         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7354         Use move/movt pair instead of a load.
7355         (LDST_GLOBAL): Macro removed.
7356         (LDR_GLOBAL): New macro replaces it.
7357         (LDR_HIDDEN): New macro.
7358         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7359         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7361         * setjmp/tst-setjmp-static.c: New file.
7362         * setjmp/Makefile (tests): Add it.
7363         (tests-static): New variable.
7365 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7367         [BZ #17485]
7368         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7370 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7372         [BZ #14132]
7373         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7375 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7377         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7379 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7381         * io/fts.c (dirent_not_directory): New function.
7382         (fts_build): Call it.
7384 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7386         * nptl/version.c (__nptl_main): Use normal __write rather than
7387         INTERNAL_SYSCALL.
7388         (banner): Update copyright years.
7390         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7391         gettimeofday.
7392         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7393         * nptl/pthread_cond_timedwait.c: Likewise.
7394         * nptl/pthread_mutex_timedlock.c: Likewise.
7395         * nptl/sem_timedwait.c: Likewise.
7397         * sysdeps/nptl/bits/libc-lock.h
7398         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7399         (__libc_lock_init_recursive): Return void, not 0.
7400         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7401         (__libc_rwlock_init): Likewise.
7402         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7404 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7406         [BZ #15215]
7407         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7408         (__pthread_once_slow): ... here.
7409         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7410         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7412 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7414         [BZ #15215]
7415         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7416         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7417         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7418         * nptl/pthread_once.c (__pthread_once): Likewise.
7419         Update comments.
7421 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7423         [BZ #14138]
7424         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7425         name.
7426         (writev): Use __libc_writev as strong name.
7427         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7428         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7430 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7432         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7434         * sysdeps/i386/nptl/tls.h
7435         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7436         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7437         New macros.
7438         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7439         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7440         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7441         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7442         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7443         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7445         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7446         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7447         on [__NR_futex].
7448         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7449         broken out of ...
7450         (__pthread_mutex_init): ... here.  Call it.
7451         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7452         Conditionalize PI cases on [__NR_futex].
7453         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7454         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7455         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7457         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7458         conditional on [SIGSETXID].
7459         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7460         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7461         is defined.  Likewise for SIGSETXID.
7462         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7463         Conditionalize definitions on [SIGSETXID].
7464         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7465         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7466         unblocking on [SIGCANCEL].
7468         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7469         [__NR_set_robust_list].
7471 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7473         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7474         (do_compare): Likewise.
7476 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7478         [BZ #15884]
7479         * string/strcoll_l.c: Don't include stdio.h.
7480         (coll_seq): Remove members idxarr and rulearr.
7481         (get_next_seq_cached): Remove function.
7482         (get_next_seq): Likewise.
7483         (get_next_seq_nocache): Rename to get_next_seq.
7484         (do_compare): Remove function.
7485         (do_compare_nocache): Rename to do_compare.
7486         (STRCOLL): Remove weight and rules cache.
7488 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7490         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7491         * sysdeps/arm/sfp-machine.h: ... to here.
7492         * sysdeps/arm/Implies: Remove arm/soft-fp.
7494 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7496         * conform/data/sys/utsname.h-data (*_t): Allow.
7497         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7498         [POSIX] (WEXITED): Do not expect constant.
7499         [POSIX] (WSTOPPED): Likewise.
7500         [POSIX] (WNOHANG): Likewise.
7501         [POSIX] (WNOWAIT): Likewise.
7502         [POSIX] (siginfo_t): Do not expect type or elements.
7503         [POSIX] (pid_t): Do not expect type.
7504         [POSIX] (signal.h): Do not allow header.
7505         [POSIX] (sys/resource.h): Likewise.
7506         [POSIX] (si_*): Do not allow pattern.
7507         [POSIX] (W*): Likewise.
7508         [POSIX] (P_*): Likewise.
7509         [POSIX] (BUS_*): Likewise.
7510         [POSIX] (CLD_*): Likewise.
7511         [POSIX] (FPE_*): Likewise.
7512         [POSIX] (ILL_*): Likewise.
7513         [POSIX] (POLL_*): Likewise.
7514         [POSIX] (SEGV_*): Likewise.
7515         [POSIX] (SI_*): Likewise.
7516         [POSIX] (TRAP_*): Likewise.
7517         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7518         variable.
7520 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7522         [BZ #12926]
7523         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7524         infinite loop when __recvmsg returns 0.
7526 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7528         * CANCEL-FCT-WAIVE: Remove file.
7529         * CANCEL-FILE-WAIVE: Likewise.
7531         [BZ #14132]
7532         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7533         instead of INTVARDEF.
7534         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7535         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7536         rtld_hidden_data_def instead of INTVARDEF.
7537         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7538         * elf/dl-deps.c (expand_dst): Likewise.
7539         * elf/dl-load.c (_dl_dst_count): Likewise.
7540         (_dl_dst_substitute): Likewise.
7541         (decompose_rpath): Likewise.
7542         (_dl_init_paths): Likewise.
7543         (open_path): Likewise.
7544         (_dl_map_object): Likewise.
7545         * elf/rtld.c (dl_main): Likewise.
7546         (process_dl_audit): Likewise.
7547         (process_envvars): Likewise.
7548         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7549         Remove declaration.
7550         (__libc_enable_secure): Use rtld_hidden_proto.
7552 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7554         * elf/dl-load.c
7555         (add_path): New function broken out of _dl_rtld_di_serinfo.
7556         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7558 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7560         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7561         parentheses around macro arguments.
7562         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7563         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7564         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7565         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7566         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7567         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7568         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7569         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7570         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7571         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7572         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7573         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7574         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7575         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7576         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7577         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7578         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7579         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7580         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7581         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7582         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7583         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7584         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7585         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7586         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7587         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7588         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7589         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7590         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7591         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7592         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7593         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7594         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7595         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7596         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7597         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7598         Likewise.
7599         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7600         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7601         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7602         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7603         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7604         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7605         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7606         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7607         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7608         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7609         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7610         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7611         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7612         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7613         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7614         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7615         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7616         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7617         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7618         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7619         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7620         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7621         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7622         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7623         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7624         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7625         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7626         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7627         (_FP_FRAC_SRS_1): Likewise.
7628         (_FP_FRAC_CLZ_1): Likewise.
7629         (_FP_MUL_MEAT_1_imm): Likewise.
7630         (_FP_MUL_MEAT_1_wide): Likewise.
7631         (_FP_MUL_MEAT_1_hard): Likewise.
7632         (_FP_SQRT_MEAT_1): Likewise.
7633         (_FP_FRAC_ASSEMBLE_1): Likewise.
7634         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7635         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7636         (__FP_CLZ_2): Likewise.
7637         (_FP_MUL_MEAT_2_wide): Likewise.
7638         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7639         (_FP_MUL_MEAT_2_gmp): Likewise.
7640         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7641         (_FP_SQRT_MEAT_2): Likewise.
7642         (_FP_FRAC_ASSEMBLE_2): Likewise.
7643         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7644         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7645         (_FP_FRAC_CLZ_4): Likewise.
7646         (_FP_MUL_MEAT_4_wide): Likewise.
7647         (_FP_MUL_MEAT_4_gmp): Likewise.
7648         (_FP_SQRT_MEAT_4): Likewise.
7649         (_FP_FRAC_ASSEMBLE_4): Likewise.
7650         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7651         * soft-fp/op-common.h (_FP_CMP): Likewise.
7652         (_FP_CMP_EQ): Likewise.
7653         (_FP_CMP_UNORD): Likewise.
7654         (_FP_TO_INT): Likewise.
7655         (_FP_FROM_INT): Likewise.
7656         [!__FP_CLZ] (__FP_CLZ): Likewise.
7657         (_FP_DIV_HELP_imm): Likewise.
7658         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7659         Likewise.
7660         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7661         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7662         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7663         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7664         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7665         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7666         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7667         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7668         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7669         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7670         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7671         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7672         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7673         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7674         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7675         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7676         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7677         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7678         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7679         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7680         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7681         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7682         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7683         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7684         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7685         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7686         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7687         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7688         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7689         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7690         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7691         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7692         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7693         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7694         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7695         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7696         (FP_UNPACK_RAW_SP): Likewise.
7697         (FP_PACK_RAW_S): Likewise.
7698         (FP_PACK_RAW_SP): Likewise.
7699         (FP_UNPACK_S): Likewise.
7700         (FP_UNPACK_SP): Likewise.
7701         (FP_UNPACK_SEMIRAW_S): Likewise.
7702         (FP_UNPACK_SEMIRAW_SP): Likewise.
7703         (FP_PACK_S): Likewise.
7704         (FP_PACK_SP): Likewise.
7705         (FP_PACK_SEMIRAW_S): Likewise.
7706         (FP_PACK_SEMIRAW_SP): Likewise.
7707         (_FP_SQRT_MEAT_S): Likewise.
7708         (FP_CMP_S): Likewise.
7709         (FP_CMP_EQ_S): Likewise.
7710         (FP_CMP_UNORD_S): Likewise.
7711         (FP_TO_INT_S): Likewise.
7712         (FP_FROM_INT_S): Likewise.
7714         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7716         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7717         (FP_EX_INVALID_IMZ): Likewise.
7718         (FP_EX_INVALID_IMZ_FMA): Likewise.
7719         (FP_EX_INVALID_ISI): Likewise.
7720         (FP_EX_INVALID_ZDZ): Likewise.
7721         (FP_EX_INVALID_IDI): Likewise.
7722         (FP_EX_INVALID_SQRT): Likewise.
7723         (FP_EX_INVALID_CVI): Likewise.
7724         (FP_EX_INVALID_VC): Likewise.
7725         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7726         "invalid" exceptions.
7727         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7728         (_FP_ADD_INTERNAL): Likewise.
7729         (_FP_MUL): Likewise.
7730         (_FP_FMA): Likewise.
7731         (_FP_DIV): Likewise.
7732         (_FP_CMP_CHECK_NAN): Likewise.
7733         (_FP_SQRT): Likewise.
7734         (_FP_TO_INT): Likewise.
7735         (FP_EXTEND): Likewise.
7737 2014-10-09  Allan McRae  <allan@archlinux.org>
7739         * po/fr.po: Update French translation from translation project.
7741 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7743         [BZ #14132]
7744         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7745         of INTDEF.
7746         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7747         (__cxa_atexit): Use libc_hidden_proto.
7748         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7750         [BZ #14132]
7751         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7752         declaration.
7753         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7754         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7755         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7756         [!_ISOMAC] (__iswctype_internal): Likewise.
7757         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7758         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7759         alias.
7760         (fcntl): Remove __fcntl_internal alias.
7761         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7762         __connect_internal alias.
7763         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7764         Likewise.
7766         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7767         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7768         FP_DENORM_ZERO.
7769         (_FP_CHECK_FLUSH_ZERO): New macro.
7770         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7771         (_FP_CMP): Likewise.
7772         (_FP_CMP_EQ): Likewise.
7773         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7774         FP_DENORM_ZERO.
7775         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7776         (FP_TRUNC): Likewise.
7778         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7779         treated as invalid conversion, not as normal exponent.
7781         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7782         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7783         (_FP_CMP_EQ): Likewise.
7784         (_FP_CMP_UNORD): Likewise.
7785         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7786         (FP_CMP_EQ_D): Likewise.
7787         (FP_CMP_UNORD_D): Likewise.
7788         * soft-fp/extended.h (FP_CMP_E): Likewise.
7789         (FP_CMP_EQ_E): Likewise.
7790         (FP_CMP_UNORD_E): Likewise.
7791         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7792         (FP_CMP_EQ_Q): Likewise.
7793         (FP_CMP_UNORD_Q): Likewise.
7794         * soft-fp/single.h (FP_CMP_S): Likewise.
7795         (FP_CMP_EQ_S): Likewise.
7796         (FP_CMP_UNORD_S): Likewise.
7797         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7798         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7799         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7800         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7801         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7802         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7803         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7804         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7805         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7806         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7807         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7808         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7809         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7810         to FP_CMP_Q.
7811         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7812         FP_CMP_Q.
7813         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7814         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7815         FP_CMP_EQ_Q.
7816         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7817         FP_CMP_Q.
7818         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7819         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7820         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7821         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7822         FP_CMP_EQ_Q.
7823         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7824         FP_CMP_Q.
7825         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7826         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7827         FP_CMP_EQ_Q.
7828         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7829         FP_CMP_Q.
7830         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7831         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7832         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7833         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7834         FP_CMP_EQ_Q.
7836         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7837         a subnormal result, set the underflow exception if trapping on
7838         underflow is enabled.
7839         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7840         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7841         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7842         redefine to 0.
7843         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7844         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7845         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7846         * soft-fp/extendxftf2.c (__extendxftf2): Use
7847         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7849         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7850         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7851         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7852         FP_HANDLE_EXCEPTIONS.
7853         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7854         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7855         FP_HANDLE_EXCEPTIONS.
7856         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7857         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7858         FP_HANDLE_EXCEPTIONS.
7859         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7860         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7861         FP_HANDLE_EXCEPTIONS.
7863 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7865         [BZ #14132]
7866         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7867         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7868         use INTUSE.
7869         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7870         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7871         Remove alias.
7872         (__adjtimex): Define using libc_hidden_ver.
7873         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7874         Remove declaration.
7875         (ntp_gettime): Call __adjtimex directly.
7876         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7877         Remove declaration.
7878         (ntp_gettimex): Call __adjtimex directly.
7879         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7880         __adjtimex_internal alias.
7882 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7884         [BZ #17460]
7885         * nscd/nscd.c (more_help): Rewrite list of tables collection
7886         using xstrdup and asprintf.
7888         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7890 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7891             Roland McGrath  <roland@hack.frob.com>
7893         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7894         (do_lookup_unique): ... local function 'enter' here; update callers.
7896 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7898         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7899         compat_symbol calls on [SHARED].
7900         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7901         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7902         Remove.
7903         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7904         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7905         (oldsetrlimit): Remove.
7906         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7908         (lchown): New syscall entry.
7909         (oldsetrlimit): Remove.
7910         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7911         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7912         (oldsetrlimit): Remove.
7913         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7915         [BZ #14138]
7916         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7917         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7918         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7919         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7920         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7921         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7922         (fchown): Likewise.
7923         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7924         (fchown): Likewise.
7925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7926         Likewise.
7928 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7930         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7931         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7932         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7933         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7934         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7935         Likewise.
7936         (__old_sem_post): Likewise.
7938 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7940         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7941         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7942         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7943         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7944         Use INLINE_VSYSCALL macro.
7945         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7946         __vdso_clock_gettime.
7947         * sysdeps/unix/sysv/linux/tile/init-first.c
7948         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7949         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7950         __vdso_clock_gettime.
7952         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7953         to set up frame more cleanly.
7955         * sysdeps/tile/memcmp.c: New file.
7957         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7959         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7960         * sysdeps/tile/tilegx/strcasestr.c: New file.
7961         * sysdeps/tile/tilegx/strnlen.c: New file.
7962         * sysdeps/tile/tilegx/strstr.c: New file.
7964         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7966 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7968         * nptl/tst-setuid3.c: Write errors to stdout.
7970 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7972         * elf/dl-deps.c
7973         (preload): New functions broken out of _dl_map_object_deps.
7974         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7976 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7978         [BZ #14138]
7979         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7980         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7982 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7984         * sysdeps/mips/strcmp.S: New.
7986 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7988         [BZ #14138]
7989         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7990         (linkat): Likewise.
7991         (mkdirat): Likewise.
7992         (readlinkat): Likewise.
7993         (renameat): Likewise.
7994         (symlinkat): Likewise.
7995         (unlinkat): Likewise.
7996         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7997         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7998         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7999         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8000         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8001         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8002         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8004 2014-09-30  Will Newton  <will.newton@linaro.org>
8006         * math/math.h: Define long double math functions if
8007         _LIBC_TEST is defined.
8008         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8010         * localedata/Makefile: Move assignment to tests-special
8011         into an ifdef testing run-built-tests.
8012         * timezone/Makefile: Likewise.
8014 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8016         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8017         with $(BASH) not $(SHELL).
8019 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8020             Matthew LeGendre  <legendre1@llnl.gov>
8022         [BZ #17411]
8023         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8024         l_reloc_result.
8026 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8028         * stdio-common/printf_fp.c
8029         (hack_digit): New function, broken out of ...
8030         (__printf_fp): ... local function here.  Update call sites.
8031         hack_digit now takes an additional parameter that is a pointer
8032         to a struct of the referenced locals.  Those locals moved inside
8033         the struct and references updated.
8035 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8037         * aclocal.m4: Require autoconf 2.69.
8038         * configure: Regenerated.
8039         * sysdeps/aarch64/configure: Likewise.
8040         * sysdeps/alpha/configure: Likewise.
8041         * sysdeps/arm/armv7/configure: Likewise.
8042         * sysdeps/arm/configure: Likewise.
8043         * sysdeps/ia64/configure: Likewise.
8044         * sysdeps/mach/configure: Likewise.
8045         * sysdeps/mips/configure: Likewise.
8046         * sysdeps/s390/configure: Likewise.
8047         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8050         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8051         file.
8052         * sysdeps/ia64/configure.ac: Likewise.
8054 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8057         specify symbol version for ld.so.  Do not include entry for
8058         libpthread.
8059         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8060         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8061         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8063         [BZ #14171]
8064         * Makeconfig [$(build-shared) = yes]
8065         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8066         makefiles.
8067         [$(build-shared) = yes && $(soversions.mk-done) = t]
8068         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8069         [$(build-shared) = yes && $(soversions.mk-done) = t]
8070         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8071         to Makerules.
8072         [$(build-shared) = yes && $(soversions.mk-done) = t]
8073         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8074         here.
8075         [$(build-shared) = yes && $(soversions.mk-done) = t]
8076         (common-generated): Don't append gnu/lib-names.h and
8077         gnu/lib-names.stmp here.
8078         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8079         (lib-names-h-abi): New variable.
8080         [$(build-shared) = yes && $(soversions.mk-done) = t]
8081         (lib-names-stmp-abi): Likewise.
8082         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8083         abi-variants] (before-compile): Append
8084         $(common-objpfx)$(lib-names-h-abi).
8085         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8086         abi-variants] (common-generated): Append gnu/lib-names.h.
8087         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8088         abi-variants] (install-others-nosubdir): Depend on
8089         $(inst_includedir)/$(lib-names-h-abi).
8090         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8091         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8092         [$(build-shared) = yes && $(soversions.mk-done) = t]
8093         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8094         [$(build-shared) = yes && $(soversions.mk-done) = t]
8095         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8096         [$(build-shared) = yes && $(soversions.mk-done) = t]
8097         (common-generated): Append $(lib-names-h-abi) and
8098         $(lib-names-stmp-abi).
8099         * scripts/lib-names.awk: Do not handle multi being set.
8100         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8101         Remove variable.
8102         (abi-lp64_be-ld-soname): Likewise.
8103         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8104         Likewise.
8105         (abi-hard-ld-soname): Likewise.
8106         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8107         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8108         Remove variable.
8109         (abi-o32_hard-ld-soname): Likewise.
8110         (abi-o32_soft_2008-ld-soname): Likewise.
8111         (abi-o32_hard_2008-ld-soname): Likewise.
8112         (abi-n32_soft-ld-soname): Likewise.
8113         (abi-n32_hard-ld-soname): Likewise.
8114         (abi-n32_soft_2008-ld-soname): Likewise.
8115         (abi-n32_hard_2008-ld-soname): Likewise.
8116         (abi-n64_soft-ld-soname): Likewise.
8117         (abi-n64_hard-ld-soname): Likewise.
8118         (abi-n64_soft_2008-ld-soname): Likewise.
8119         (abi-n64_hard_2008-ld-soname): Likewise.
8120         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8121         Likewise.
8122         (abi-64-v2-ld-soname): Likewise.
8123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8124         ld.so entries.
8125         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8126         variable.
8127         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8128         entry.
8129         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8130         variable.
8131         (abi-64-ld-soname): Likewise.
8132         (abi-x32-ld-soname): Likewise.
8133         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8134         entry.
8135         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8137 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8139         [BZ #14138]
8140         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8141         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8142         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8143         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8144         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8145         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8146         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8147         syscall entry for GLIBC_2.2 symbol version.
8148         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8149         Likewise.
8150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8151         (setrlimit): Likewise.
8152         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8153         Likewise.
8155 2014-09-23  Will Newton  <will.newton@linaro.org>
8157         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8158         _LINUX_ARM_SYSDEP_H include guard too.
8159         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8160         define.
8162 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8164         * sysdeps/unix/sysv/linux/eventfd.c:
8165         Make first argument unsigned.
8166         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8167         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8169 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8171         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8172         * socket/sys/socket.h: Likewise
8173         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8175 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8177         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8179 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8181         * time/tst-ftime.c: New test.
8182         * time/Makefile (tests): Add tst-ftime.
8184 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8186         * soft-fp/extended.h: Fix comment formatting.
8187         * soft-fp/op-1.h: Likewise.
8188         * soft-fp/op-2.h: Likewise.
8189         * soft-fp/op-4.h: Likewise.
8190         * soft-fp/op-8.h: Likewise.
8191         * soft-fp/op-common.h: Likewise.
8192         * soft-fp/soft-fp.h: Likewise.
8194         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8196 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8198         [BZ #6652]
8199         * Makeconfig (soversions-default-setname): Remove variable.
8200         ($(common-objpfx)soversions.i): Don't pass default_setname to
8201         soversions.awk.
8202         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8203         oldest_abi to abi-versions.awk.
8204         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8205         * config.make.in (oldest-abi): Remove variable.
8206         * configure.ac (--enable-oldest-abi): Remove configure option.
8207         * configure: Regenerated.
8208         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8209         text.
8210         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8211         * scripts/soversions.awk: Do not handle default_setname variable.
8212         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8213         variable.
8214         * sysdeps/mach/hurd/configure: Regenerated.
8215         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8216         variable.
8217         * sysdeps/unix/sysv/linux/configure: Regenerated.
8219 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8221         * elf/Makefile (CFLAGS-interp.c): Remove.
8222         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8223         path string.
8224         * elf/interp.c: Include generated runtime-linker.h
8226         * Makerules (lib%.so): Don't include $(+interp) in
8227         prerequisites.
8228         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8229         * dlfcn/eval.c: Remove file.
8231         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8232         macros.
8234         [BZ #17266]
8235         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8236         4.2 and newer.
8238         [BZ #17370]
8239         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8241 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8242             Jakub Jelinek  <jakub@redhat.com>
8244         [BZ #17266]
8245         * libio/stdio.h: Check definition of __fortify_function
8246         instead of __extern_always_inline to include bits/stdio2.h.
8247         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8248         check if __extern_always_inline is defined.
8249         [__USE_MISC || __USE_XOPEN]: Likewise.
8250         [__USE_ISOC99] Likewise.
8251         * misc/sys/cdefs.h (__fortify_function): Define only if
8252         __extern_always_inline is defined.
8253         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8254         __extern_always_inline and __extern_inline only for g++-4.3
8255         and newer or a compatible gcc.
8257 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8259         [BZ #17371]
8260         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8261         last change to handle zero prefix length.
8263 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8265         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8266         _SC_REGEX_VERSION.
8268         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8269         _POSIX_RAW_SOCKETS.
8271 2014-09-13  Allan McRae  <allan@archlinux.org>
8273         * po/ru.po: Update Russian translation from translation project.
8275 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8277         * locale/programs/locale.c (show_locale_vars): Inline local function
8278         into its sole call site.  Clean up some style nits.
8279         (print_item): New function, broken out of ...
8280         (show_info): ... local function here.  Clean up style nits.
8282         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8283         out of ...
8284         (set_class_defaults): ... local function set_default here.
8285         Define set_default as a macro locally to pass constant parameters.
8286         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8287         rather than a shared local.
8289         * stdlib/rpmatch.c (try): New function, broken out of ...
8290         (rpmatch): ... local function here.  Also, prototypify definition.
8292 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8294         * scripts/soversions.awk: Do not handle configuration names.
8295         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8296         vendor and os variables to soversions.awk.
8297         * configure.ac: Do not modify gnu-* host_os.
8298         * configure: Regenerated
8299         * shlib-versions: Remove first column with configuration names.
8300         * nptl/shlib-versions: Likewise.
8301         * nptl_db/shlib-versions: Likewise.
8302         * sysdeps/hppa/shlib-versions: Likewise.
8303         * sysdeps/m68k/shlib-versions: Likewise.
8304         * sysdeps/mach/hurd/shlib-versions: Likewise.
8305         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8306         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8307         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8308         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8309         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8310         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8311         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8312         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8314         Likewise.
8315         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8316         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8317         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8318         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8319         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8320         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8321         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8322         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8325         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8327         Regenerated.
8328         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8330         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8332         * shlib-versions: Remove OS-specific entries.  Moved to files in
8333         sysdeps.
8334         * sysdeps/mach/hurd/shlib-versions: New file.
8335         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8337         * nptl/shlib-versions: Remove architecture-specific entries.
8338         Moved to files in sysdeps.
8339         * shlib-versions: Likewise.
8340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8341         file.
8342         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8343         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8344         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8345         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8347         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8348         (UDP_NO_CHECK6_RX): Likewise.
8350 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8352         * sysdeps/posix/sysconf.c (__sysconf): Spell
8353         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8355 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8357         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8358         loading.
8359         * iconv/Versions (__gconv_transliterate): Export for use from
8360         gconv modules.
8361         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8362         (struct __gconv_trans_data, __gconv_trans_fct,
8363         __gconv_trans_context_fct, __gconv_trans_query_fct,
8364         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8365         definitions.
8366         (struct __gconv_step_data): Remove __trans member.
8367         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8368         longer hidden.  Remove unused trans_data argument.
8369         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8370         (__gconv_translit_find): Remove declaration.
8371         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8372         prototype.
8373         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8374         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8375         trans_data argument.  Add hidden definition.
8376         (__gconv_translit_find): Remove.
8377         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8378         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8379         * iconv/skeleton.c: Remove transliteration initialization.
8380         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8381         __gconv_step_data initialization.
8382         * libio/iofwide.c (__libio_translit_): Remove.
8383         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8384         * wcsmbs/btowc.c (__btowc): Likewise.
8385         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8386         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8387         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8388         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8389         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8390         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8391         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8392         * wcsmbs/wctob.c (wctob): Likewise.
8394 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8396         [BZ #16194]
8397         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8398         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8399         register usage.
8400         * sysdeps/x86/Makefile: Adjust.
8402 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8403             Roland McGrath  <roland@hack.frob.com>
8405         * locale/weight.h: Add include guard.
8406         (findidx): Make static rather than auto; take new parameters
8407         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8408         * locale/weightwc.h: Likewise.
8409         * posix/fnmatch_loop.c
8410         (FCT): Change type of EXTRA from int32_t to wint_t.
8411         Don't include either header inside the function.
8412         Call FINDIDX rather than findidx, and pass new arguments.
8413         #undef FINDIDX at the end of the file.
8414         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8415         FINDIDX before including fnmatch_loop.c for the non-wide version.
8416         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8417         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8418         for the wide version.
8419         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8420         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8421         Pass new arguments to findidx.
8422         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8423         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8424         Don't #include it inside the function.  Pass new arguments to findidx.
8425         * posix/regex_internal.h
8426         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8427         (re_string_elem_size_at): Don't #include it inside the function.
8428         Pass new arguments to findidx.
8429         * string/strcoll_l.c: #include WEIGHT_H at top level.
8430         (get_next_seq): Don't #include it inside the function.
8431         Pass new arguments to findidx.
8432         (get_next_seq_nocache): Likewise.
8433         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8434         (STRXFRM): Don't #include it inside the function.
8435         Pass new arguments to findidx.
8437 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8439         [BZ #17344]
8440         * malloc/malloc.c (unlink): Turn asserts into a call to
8441         malloc_printerr.
8443 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8445         [BZ #17370]
8446         * libio/wfileops (do_ftell_wide): Free OUT.
8448 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8450         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8452 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8454         [BZ #17363]
8455         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8456         group if the current group is empty.
8458 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8460         * benchtests/bench-memset.c (test_main): Add more test from size
8461         from 32 to 512 bytes.
8462         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8463         Add POWER8 memset object.
8464         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8465         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8466         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8467         implementation.
8468         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8469         Likewise.
8470         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8471         multiarch POWER8 memset optimization.
8472         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8473         POWER8 memset optimization.
8475         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8476         Remove bzero multiarch objects.
8477         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8478         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8479         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8480         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8481         Remove define.
8482         [__bzero]: Redefine to specific name.
8483         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8484         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8485         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8486         define.
8487         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8488         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8490 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8492         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8493         warnings into errors.
8495         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8496         __cxa_thread_atexit_impl prototype.
8498 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8500         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8501         Fix capitalization of error message.
8503 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8505         * sysdeps/mips/preconfigure: Modify ABI tests.
8507 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8509         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8511 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8512             Carlos O'Donell  <carlos@systemhalted.org>
8514         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8515         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8516         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8517         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8518         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8519         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8520         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8521         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8522         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8523         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8524         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8525         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8526         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8527         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8528         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8529         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8530         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8531         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8532         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8533         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8534         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8535         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8536         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8537         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8538         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8539         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8540         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8541         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8542         Deconditionalize the code that was previously under [RESET_PID].
8543         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8544         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8545         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8546         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8547         include sysdep.h.
8549 2014-09-08  Allan McRae  <allan@archlinux.org>
8551         * version.h (RELEASE): Set to "development".
8552         (VERSION): Set to "2.20.90"
8554 2014-09-07  Allan McRae  <allan@archlinux.org
8556         * version.h (RELEASE): Set to "stable".
8557         (VERSION): Set to "2.20"
8558         * include/features.h (__GLIBC_MINOR__): Set to 20.
8560         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8561         Liebler.
8563         * po/ko.po: Update Korean translation from translation project.
8565 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8567         [BZ #17354]
8568         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8569         macro for handling signed relocations.
8571 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8573         [BZ #17325]
8574         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8575         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8576         assert.
8577         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8578         * iconvdata/ibm935.c (BODY): Likewise.
8579         * iconvdata/ibm937.c (BODY): Likewise.
8580         * iconvdata/ibm939.c (BODY): Likewise.
8581         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8582         assert.
8583         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8584         script.
8585         * iconvdata/run-iconv-test.sh: New test loop for checking for
8586         decoder crashers.
8588 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8590         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8591         libm_hidden_ver.
8593 2014-09-01  Allan McRae  <allan@archlinux.org>
8595         * po/eo.po: Update Esperanto translation from translation project.
8597         * po/ca.po: Update Catalan translation from translation project.
8599 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8601         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8602         __proc_dostop call.
8604 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8606         [BZ #17319]
8607         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8608         to call set_thread_area instead of hand written asm.
8609         (__NR_set_thread_area): Removed define.
8610         (TLS_FLAG_WRITABLE): Likewise.
8611         (__ASSUME_SET_THREAD_AREA): Remove check.
8612         (TLS_EBX_ARG): Remove define.
8613         (TLS_LOAD_EBX): Likewise.
8615 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8617         Simplify atomicity of socket creation in bind.
8619         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8620         looking up the name after linking the file.
8622 2014-08-27  Allan McRae  <allan@archlinux.org>
8624         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8626 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8628         [BZ #17187]
8629         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8630         trans_compare, open_translit, __gconv_translit_find):
8631         Remove module loading code.
8633 2014-08-26  Allan McRae  <allan@archlinux.org>
8635         * po/vi.po: Update Vietnamese translation from translation project.
8637         * po/uk.po: Update Ukrainian translation from translation project.
8639         * po/fr.po: Update French translation from translation project.
8641         * po/ru.po: Update Russian translation from translation project.
8643         * po/pl.po: Update Polish translation from translation project.
8645         * po/cs.po: Update Czech translation from translation project.
8647         * po/de.po: Update German translation from translation project.
8649         * po/bg.po: Update Bulgarian translation from translation project.
8651         * po/sv.po: Update Sweedish translation from translation project.
8653         * po/nl.po: Update Dutch translation from translation project.
8655         * po/es.po: Update Spanish translation from translation project.
8657 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8659         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8661         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8662         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8663         (CPPFLAGS-iconvconfig): Likewise.
8664         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8666         * include/libc-symbols.h: Remove unnecessary check for
8667         NOT_IN_libc.
8668         * nptl/pthreadP.h: Likewise.
8669         * sysdeps/aarch64/setjmp.S: Likewise.
8670         * sysdeps/alpha/setjmp.S: Likewise.
8671         * sysdeps/arm/sysdep.h: Likewise.
8672         * sysdeps/i386/setjmp.S: Likewise.
8673         * sysdeps/m68k/setjmp.c: Likewise.
8674         * sysdeps/posix/getcwd.c: Likewise.
8675         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8676         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8677         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8678         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8679         * sysdeps/sh/sh3/setjmp.S: Likewise.
8680         * sysdeps/sh/sh4/setjmp.S: Likewise.
8681         * sysdeps/unix/alpha/sysdep.h: Likewise.
8682         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8683         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8684         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8685         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8688         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8689         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8690         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8691         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8692         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8693         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8694         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8695         * sysdeps/x86_64/setjmp.S: Likewise.
8697 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8699         [BZ #17263]
8700         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8701         <stdint.h>.
8702         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8703         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8705 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8707         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8709         [BZ #17262]
8710         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8711         and __x86_64__ when disabling x87 inline functions.
8713 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8715         [BZ #17259]
8716         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8717         asm statement with __cpuid_count.
8719 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8721         * configure.ac: Change __ehdr_start code to dereference the struct.
8722         Run readelf on the output to look for relocations.
8723         * configure: Regenerated.
8725 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8727         [BZ #17261]
8728         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8729         value to 0.
8730         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8732 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8734         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8736 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8738         [BZ #16892]
8739         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8740         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8742 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8744         * malloc/malloc.c: Fix typo in comment.
8746 2014-08-09  Allan McRae  <allan@archlinux.org>
8748         * Regenerate libc.po.
8750 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8752         * intl/tst-gettext2.sh: Check every lang file for creation.
8754 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8756         * sysdeps/aarch64/fpu/math_private.h
8757         (libc_feholdsetround_noex_aarch64_ctx): New function.
8759 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8761         * sysdeps/arm/armv6/strcpy.S (strcpy):
8762         Fix performance issue in misaligned cases.
8764 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8766         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8767         Move definition from termios.h.
8768         (struct termio): Likewise.
8769         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8770         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8771         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8772         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8773         Likewise.
8774         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8775         Move definition to ioctl-types.h
8776         (struct termio): Likewise.
8777         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8778         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8779         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8780         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8781         Likewise.
8783 2014-08-05  Richard Henderson  <rth@redhat.com>
8785         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8786         exceptions.
8787         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8788         Add fraiseexcpt.
8789         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8790         Use __feraiseexcept.
8791         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8792         Protect libm symbols with IS_IN_libm.
8794         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8796 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8798         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8800 2014-08-04  Will Newton  <will.newton@linaro.org>
8802         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8803         file.
8805 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8807         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8808         variants for each function.
8810 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8812         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8813         appended ...
8814         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8815         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8816         appended ...
8817         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8818         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8819         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8820         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8821         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8822         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8823         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8824         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8825         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8826         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8827         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8828         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8829         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8830         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8831         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8832         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8833         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8834         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8835         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8836         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8837         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8838         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8839         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8840         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8841         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8842         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8843         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8844         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8845         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8846         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8847         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8848         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8849         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8850         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8851         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8852         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8853         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8854         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8855         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8856         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8857         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8858         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8859         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8860         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8861         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8862         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8863         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8864         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8865         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8866         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8867         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8868         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8869         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8870         Update #include.
8871         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8872         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8874 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8876         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8877         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8878         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8879         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8880         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8881         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8883 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8885         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8886         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8887         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8888         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8890 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8892         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8893         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8894         (__libc_vfork): Define function under this name.
8895         (__vfork): Define as an alias.
8896         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8897         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8899 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8901         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8902         that was previously under [RESET_PID].
8903         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8905 2014-08-04  Andreas Schwab  <schwab@suse.de>
8907         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8909 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8911         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8912         (main): Likewise.
8914 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8916         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8918 2014-08-01  Richard Henderon  <rth@redhat.com>
8920         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8921         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8922         typo in exact zero test.
8923         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8924         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8925         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8927 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8929         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8930         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8931         * sysdeps/arm/sysdep.h: ... here.
8932         [!__ASSEMBLER__]: Include <stdint.h>.
8934 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8936         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8937         (HAVE_WCTYPE_H): Likewise.
8938         (HAVE_ISWCTYPE): Likewise.
8939         (ENABLE_NLS): Likewise.
8940         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8941         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8943         * posix/regex_internal.c: Check if DEBUG is defined and is
8944         set.
8946         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8947         (HAVE_MBSRTOWCS): Likewise.
8948         * posix/fnmatch.c: Include string.h unconditionally.
8950 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8952         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8953         reversal.
8955 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8957         * sysdeps/generic/safe-fatal.h: New file.
8958         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8959         * nptl/forward.c: Include it.
8960         (__pthread_unwind): Use __safe_fatal as default action, rather
8961         than a bogus use of INTERNAL_SYSCALL that could never work.
8963         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8964         * configure.ac (libc_cv_builtin_trap): New test.
8965         * configure: Regenerated.
8966         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8967         (ABORT_INSTRUCTION): Define using __builtin_trap.
8969         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8970         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8971         * sysdeps/nptl/nptl-signals.h: New file.
8972         * nptl/pthreadP.h: Include <nptl-signals.h>.
8974 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8976         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8977         (ONE_DIRECTION): Define.
8978         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8979         (ONE_DIRECTION): Define.
8980         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8981         (ONE_DIRECTION): Define.
8983 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8985         * sysdeps/s390/Makefile: Delete file.
8986         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8987         * sysdeps/s390/__longjmp.c: Delete file.
8988         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8989         Remove fields __flags and __reserved.
8990         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8991         and add versioning.
8992         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8993         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8994         * sysdeps/s390/rtld-setjmp.S: Likewise.
8995         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8996         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8997         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8998         * sysdeps/s390/s390-32/setjmp.S: ... here.
8999         Add versioning.
9000         (__sigsetjmp): Remove setting __flags field.
9001         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9002         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9003         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9004         * sysdeps/s390/s390-64/setjmp.S: ... here.
9005         Add versioning.
9006         (__sigsetjmp): Remove setting __flags field.
9007         * sysdeps/s390/setjmp.S: Delete file.
9008         * sysdeps/s390/sigjmp.c: Likewise.
9009         * sysdeps/s390/v1-longjmp.c: Likewise.
9010         * sysdeps/s390/v1-setjmp.h: Likewise.
9011         * sysdeps/s390/v1-sigjmp.c: Likewise.
9012         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9013         Remove v1-longjmp_chk.
9014         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9015         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9016         Include debug/longjmp_chk.c and add versioning.
9017         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9018         Include nptl/pt-longjmp.c and add versioning.
9019         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9020         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9021         Include __longjmp.c.
9022         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9023         Move to ...
9024         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9025         (__getcontext): Remove setting __flags field.
9026         Add versioning.
9027         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9028         Don't restore upper high grps.
9029         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9030         Likewise.
9031         (__swapcontext): Remove setting uc_flags field.
9032         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9033         Delete file.
9034         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9035         Include __longjmp.c.
9036         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9037         Move to ...
9038         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9039         (__getcontext): Remove setting __flags field.
9040         Add versioning.
9041         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9042         (__swapcontext): Remove setting uc_flags field.
9043         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9044         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9045         Remove fields uc_high_gprs and __reserved.
9046         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9047         New file with reverted content.
9048         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9049         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9050         Regenerated.
9051         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9052         Regenerated.
9054 2014-07-31  Andreas Schwab  <schwab@suse.de>
9056         * config.h.in (HAVE_IFUNC): Define to 0.
9057         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9058         definedness.
9060 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9062         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9063         memmove-avx-unaligned, memcpy-avx-unaligned and
9064         mempcpy-avx-unaligned.
9065         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9066         Add tests for AVX memcpy functions.
9067         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9068         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9069         memcpy_chk.
9070         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9071         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9072         memmove_chk.
9073         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9074         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9075         mempcpy_chk.
9076         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9077         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9078         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9080 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9082         [BZ #17213]
9083         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9084         powerpc64le.
9086 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9088         [BZ #16839]
9089         * manual/llio.texi: Add section about open file description locks.
9090         * manual/examples/ofdlocks.c: Example of open file description
9091         lock usage.
9092         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9093         F_OFD_SETLK, and F_OFD_SETLKW.
9095 2014-07-23  Allan McRae  <allan@archlinux.org>
9097         * po/es.po: Update Spanish translation from translation project.
9099 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9101         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9103 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9105         [BZ #17078]
9106         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9107         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9108         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9110 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9112         [BZ #17088]
9113         * math/fesetenv.c (__fesetenv)
9114         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9115         * math/feupdateenv.c (__feupdateenv)
9116         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9118         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9119         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9120         (__ASSUME_SOCKETCALL): Do not define.
9122         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9123         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9124         (__ASSUME_SOCKETCALL): Do not define.
9125         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9126         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9127         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9128         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9129         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9130         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9131         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9132         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9134         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9135         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9136         (__ASSUME_SOCKETCALL): Do not define.
9137         (__ASSUME_IPC64): Define unconditionally.
9138         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9139         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9140         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9141         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9142         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9143         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9144         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9145         Likewise.
9147         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9148         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9149         (__ASSUME_SOCKETCALL): Do not define.
9150         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9151         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9152         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9153         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9154         (__ASSUME_REQUEUE_PI): Define unconditionally.
9155         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9156         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9157         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9158         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9159         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9160         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9162         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9163         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9164         (__ASSUME_SOCKETCALL): Do not define.
9165         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9166         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9167         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9168         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9169         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9170         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9172         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9173         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9174         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9175         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9176         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9177         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9178         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9179         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9180         (__ASSUME_GETCPU_SYSCALL): Likewise.
9182         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9183         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9184         cases for individual architectures.
9185         * sysdeps/gnu/configure: Regenerated.
9186         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9187         LIBC_SLIBDIR_RTLDDIR.
9188         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9189         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9190         LIBC_SLIBDIR_RTLDDIR.
9191         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9193         LIBC_SLIBDIR_RTLDDIR.
9194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9195         Regenerated.
9196         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9197         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9198         file.
9199         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9200         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9201         file.
9202         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9203         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9204         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9205         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9207         * sysdeps/aarch64/shlib-versions: Move to ...
9208         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9209         * sysdeps/alpha/shlib-versions: Move to ...
9210         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9211         * sysdeps/arm/shlib-versions: Move to ...
9212         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9213         * sysdeps/hppa/shlib-versions: Move all contents except for
9214         libgcc_s entry to ...
9215         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9216         entry from ...
9217         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9218         * sysdeps/ia64/shlib-versions: Move to ...
9219         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9220         entry from ...
9221         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9222         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9223         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9224         * sysdeps/microblaze/shlib-versions: Move to ...
9225         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9226         * sysdeps/mips/shlib-versions: Move to ...
9227         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9228         entry from ...
9229         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9230         * sysdeps/tile/shlib-versions: Move to ...
9231         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9232         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9233         from ...
9234         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9235         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9236         entry from ...
9237         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9239 2014-07-17  Will Newton  <will.newton@linaro.org>
9241         * sysdeps/arm/bits/atomic.h
9242         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9243         (__arch_compare_and_exchange_bool_16_int): Likewise.
9244         (__arch_compare_and_exchange_bool_64_int): Likewise.
9246         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9247         into an #else block.
9249 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9251         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9252         just Linux configurations.  Test empirically that the compiler sets
9253         __ARM_EABI__, rather than using the tuple to decide.
9254         * sysdeps/arm/preconfigure: Regenerated.
9255         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9256         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9257         contents appended ...
9258         * sysdeps/arm/configure.ac: ... here.
9259         * sysdeps/arm/configure: Regenerated.
9261 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9263         * nptl/pthread_kill.c: New file.
9264         * nptl/pthread_sigmask.c: New file.
9265         * nptl/pthread_sigqueue.c: New file.
9267         * sysdeps/nptl/lowlevellock.h: New file.
9268         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9269         * sysdeps/nptl/lowlevellock-futex.h: New file.
9271         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9272         Remove dead declarations.
9274 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9276         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9277         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9278         config-cflags-avx2.
9279         * sysdeps/x86_64/configure.ac: Likewise.
9280         * sysdeps/i386/configure: Regenerated.
9281         * sysdeps/x86_64/configure: Likewise.
9282         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9283         memset-avx2 only if config-cflags-avx2 is yes.
9284         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9285         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9286         defined.
9287         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9288         only if HAVE_AVX2_SUPPORT is defined.
9289         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9291 2014-07-14  Alan Modra  <amodra@gmail.com>
9293         [BZ #17153]
9294         * elf/elf.h (DT_PPC64_NUM): Correct value.
9295         * NEWS: Add to fixed bug list.
9297 2014-07-13  Jim Meyering  <meyering@fb.com>
9299         [BZ 17150]
9300         regex: don't deref NULL upon heap allocation failure
9301         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9302         failure in one more place.
9303         To trigger the segfault, configure grep -with-included-regex,
9304         build it, and run these commands:
9305         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9307 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9309         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9311 2014-07-11  Richard Henderson  <rth@redhat.com>
9313         * sysdeps/aarch64/libm-test-ulps: Update.
9315 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9317         [BZ #17135]
9318         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9319         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9320         (__nptl_setxid): Initialize error member.  Call
9321         __nptl_setxid_error.
9322         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9323         * nptl/descr.h (struct xid_command): Add error member.
9324         * nptl/tst-setuid3.c: New file.
9325         * nptl/Makefile (tests): Add it.
9327 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9329         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9330         New define.
9331         (__lll_trylock): Use __lll_base_trylock.
9332         (__lll_cond_trylock): Likewise.
9334 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9336         * nptl/pthread_create.c (start_thread): Use atomic_or and
9337         lll_futex_wake directly rather than lll_robust_dead.
9338         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9339         (lll_robust_dead): Macro removed.
9340         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9341         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9342         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9343         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9344         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9345         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9346         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9347         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9348         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9349         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9350         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9351         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9352         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9353         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9354         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9356         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9357         Use atomic_compare_and_exchange_val_acq directly rather than
9358         lll_robust_trylock.
9359         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9360         (__lll_robust_trylock, lll_robust_trylock): Removed.
9361         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9362         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9363         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9364         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9365         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9366         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9367         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9368         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9369         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9370         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9371         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9372         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9373         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9374         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9376 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9378         * manual/locale.texi (Locale Names): New section documenting
9379         locale name syntax.  Adjust menu and node chaining accordingly.
9380         (Choosing Locale): Reference Locale Names, Locale Categories.
9381         Mention setting LC_ALL=C.  Reflect that name syntax is now
9382         documented.
9383         (Locale Categories): New section title.  Reference Locale Names.
9384         LC_ALL is an environment variable, but not a category.
9385         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9386         description, now in Locale Name.  Reference that section.  Locale
9387         name syntax is now documented.
9389 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9391         [BZ #17137]
9392         * locale/findlocale.c (name_present, valid_locale_name): New
9393         functions.
9394         (_nl_find_locale): Use the loc_name variable to store name
9395         candidates.  Call name_present and valid_locale_name to check and
9396         validate locale names.  Return an error if the locale is invalid.
9398 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9400         * locale/setlocale.c (setlocale): Use strdup for allocating
9401         composite name copy.
9403 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9405         Sync up with gnulib.
9406         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9407         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9408         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9409         and _GL_ARG_NONNULL.
9410         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9411         [!_LIBC]: Include code for Windows and Cygwin.
9412         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9413         Include prototype for int strerror_r.
9414         [!_LIBC] (is_open): New function.
9415         (flush_stdout): New function.
9416         (print_errno_message): Use it.
9417         (error): Likewise.
9418         (error_at_line): Likewise.
9419         (error_tail) Add function attribute macros.  Use
9420         __builtin_expect.
9422         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9424         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9426         * io/ftw.c: Include sys/param.h unconditionally.
9428         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9430         [BZ #17125]
9431         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9432         libc_freeres_ptr.
9433         (freecache): New function to free CACHE on exit.
9435         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9436         initialization.
9438 2014-07-09  David S. Miller  <davem@davemloft.net>
9440         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9442         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9443         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9444         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9445         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9446         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9447         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9448         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9449         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9450         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9451         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9452         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9453         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9454         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9456 2014-07-09  Andreas Schwab  <schwab@suse.de>
9458         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9459         output.
9460         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9461         (do_test): Likewise.
9463         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9465 2014-07-09  Will Newton  <will.newton@linaro.org>
9467         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9468         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9469         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9470         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9471         * sysdeps/hppa/start.S (_start): Likewise.
9473 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9475         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9477         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9478         defined.
9480 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9482         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9483         after checking that it is non-NULL.
9485         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9487 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9489         * sysdeps/powerpc/memmove.c: Remove file.
9490         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9491         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9492         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9493         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9494         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9495         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9496         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9497         string memmove instead of removed powerpc one.
9499         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9500         [weak_alias]: Fix compiler warning due trailing data.
9501         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9502         [weak_alias]: Likewise.
9503         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9504         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9506         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9507         (__libc_ifunc_impl_list): Add memmove functions.
9509 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9511         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9512         Remove code.
9513         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9514         Likewise
9515         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9516         Likewise
9517         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9518         Likewise
9519         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9520         Likewise
9521         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9522         Likewise
9523         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9524         Likewise
9525         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9526         Likewise
9527         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9528         Likewise
9529         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9530         Likewise
9531         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9532         Likewise
9533         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9534         Likewise
9535         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9536         Likewise
9537         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9538         Likewise
9539         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9540         Likewise
9541         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9542         Likewise
9543         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9544         Likewise
9546 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9548         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9549         to avoid alignment traps in non-cacheable memory.
9550         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9552         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9553         multiarch objects.
9554         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9555         file: multiarch power7 memmove.
9556         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9557         multiarch default memmove.
9558         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9559         multiarch memove for powerpc32/power4.
9561         * string/bcopy.c: Use full path to include memmove.c.
9562         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9563         multiarch objects.
9564         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9565         bcopy for powerpc64.
9566         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9567         bcopy for powerpc64.
9568         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9569         and memmove implementations.
9570         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9571         optimized multiarch memmove for POWER7/powerpc64.
9572         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9573         default multiarch memmove for powerpc64.
9574         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9575         multiarch for powerpc64.
9576         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9577         for POWER7/powerpc64.
9578         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9579         memmove for POWER7/powerpc64.
9581         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9582         glibc default one.
9584         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9585         __ELF_NATIVE_CLASS equal to 64.
9587 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9589         * sysdeps/nptl/lowlevellock.h: File removed.
9591         * NEWS: NPTL is no longer an add-on!
9592         * nptl/internaltypes.h: Moved ...
9593         * sysdeps/nptl/internaltypes.h: ... here.
9594         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9595         * sysdeps/nptl/fork.c: Likewise.
9596         * sysdeps/nptl/gai_misc.h: Likewise.
9597         * sysdeps/nptl/librt-cancellation.c: Likewise.
9598         * sysdeps/nptl/jmp-unwind.c: Likewise.
9599         * sysdeps/nptl/setxid.h: Likewise.
9600         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9601         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9602         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9603         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9604         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9605         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9606         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9607         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9608         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9609         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9610         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9611         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9612         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9613         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9614         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9615         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9616         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9617         * nptl/Makeconfig: Moved ...
9618         * sysdeps/nptl/Makeconfig: ... here.
9619         * nptl/configure: File removed.
9620         * nptl/ANNOUNCE: File removed.
9621         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9622         * sysdeps/unix/sysv/linux/configure: Regenerated.
9624         * nptl/Makefile (routines): Add libc_pthread_init,
9625         libc_multiple_threads, register-atfork and unregister-atfork.
9626         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9627         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9628         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9629         pthread-pi-defines.sym, structsem.sym.
9630         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9631         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9632         [$(subdir) = nptl] (tests): Add tst-setgetname.
9633         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9634         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9635         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9636         [!LIBC_SIGACTION]: Remove aliases.
9637         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9638         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9639         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9640         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9641         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9642         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9643         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9644         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9645         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9646         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9647         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9648         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9649         __libc_allocate_rtsig_private.
9650         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9651         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9652         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9653         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9654         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9655         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9656         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9657         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9658         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9659         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9660         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9661         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9662         * nptl/internaltypes.h: ... here.
9663         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9664         * sysdeps/nptl/jmp-unwind.c: ... here.
9665         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9666         * nptl/libc-lowlevellock.c: ... here.
9667         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9668         * nptl/libc_multiple_threads.c: ... here.
9669         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9670         * nptl/libc_pthread_init.c: ... here.
9671         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9672         * nptl/lowlevelbarrier.sym: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9674         * nptl/lowlevelcond.sym: ... here.
9675         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9676         * nptl/lowlevellock.c: ... here.
9677         * nptl/lowlevellock.h: Moved ...
9678         * sysdeps/nptl/lowlevellock.h: ... here.
9679         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9680         * nptl/lowlevelrobustlock.c: ... here.
9681         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9682         * nptl/lowlevelrobustlock.sym: ... here.
9683         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9684         * nptl/lowlevelrwlock.sym: ... here.
9685         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9686         * nptl/pt-fork.c: ... here.
9687         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9688         * nptl/pthread-pi-defines.sym: ... here.
9689         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9690         * nptl/pthread_attr_getaffinity.c: ... here.
9691         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9692         * nptl/pthread_attr_setaffinity.c: ... here.
9693         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9694         * nptl/pthread_mutex_cond_lock.c: ... here.
9695         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9696         Update #include.
9697         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9698         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9699         * nptl/pthread_once.c: ... here, replacing old file.
9700         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9701         * nptl/pthread_yield.c: ... here.
9702         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9703         * nptl/register-atfork.c: ... here.
9704         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9705         * nptl/sem_post.c: ... here.
9706         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9707         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9708         * nptl/sem_timedwait.c: ... here.
9709         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9710         * nptl/sem_trywait.c: ... here.
9711         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9712         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9713         * nptl/sem_wait.c: ... here.
9714         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9715         * nptl/structsem.sym: ... here.
9716         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9717         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9718         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9719         * nptl/unregister-atfork.c: ... here.
9720         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9721         * nptl/unwindbuf.sym: ... here.
9722         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9723         * sysdeps/nptl/fork.c: ... here.
9724         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9725         * sysdeps/nptl/fork.h: ... here.
9726         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9727         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9728         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9729         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9730         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9731         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9732         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9733         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9734         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9736         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9737         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9738         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9739         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9740         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9741         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9742         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9743         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9744         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9745         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9746         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9747         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9748         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9749         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9750         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9751         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9752         * sysdeps/unix/sysv/linux/raise.c: ... here.
9753         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9754         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9755         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9756         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9757         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9758         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9759         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9760         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9761         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9762         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9763         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9764         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9765         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9766         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9767         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9769 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9771         * sysdeps/generic/memcopy.h: Add comment for
9772         MEMCPY_OK_FOR_FWD_MEMMOVE.
9774 2014-07-04  Will Newton  <will.newton@linaro.org>
9776         * string/memchr.c: Merge from gnulib.
9777         [_LIBC]: Remove conditionals.
9778         (__ptr_t): Remove define.
9779         (LONG_MAX_32_BITS): Likewise.
9780         (LONG_MAX): Likewise.
9781         (MEMCHR): Use ANSI prototype and optimize algorithm.
9783         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9785 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9787         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9788         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9790         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9791         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9792         in a bare environment with no <stdlib.h> installed.
9793         * sysdeps/nptl/configure: Regenerated.
9795         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9797         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9798         AC_EGREP_CPP for kernel header checks, so they only succeed if
9799         including <linux/version.h> actually works right.
9800         * sysdeps/unix/sysv/linux/configure: Regenerated.
9802         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9803         value so it's not diagnosed as unused.
9805         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9806         thing) with "ifeq ($(subdir),rt)".
9808 2014-07-03  Richard Henderson  <rth@redhat.com>
9810         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9811         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9812         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9814         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9815         (math_force_eval): New.
9817         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9818         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9820         * sysdeps/alpha/fpu/s_round.c: Remove file.
9821         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9823         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9824         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9825         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9826         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9827         (_dl_start, print_statistics): Likewise.
9828         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9829         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9831         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9832         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9833         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9834         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9835         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9836         (HP_SMALL_TIMING_AVAIL): Define.
9837         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9838         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9839         (HP_SMALL_TIMING_AVAIL): Define.
9840         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9841         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9843         * sysdeps/aarch64/hp-timing.h: New file.
9845         * sysdeps/generic/hp-timing.h: Remove dead comment.
9846         * sysdeps/generic/hp-timing-common.h: New file.
9847         * sysdeps/alpha/hp-timing.h: Include it.
9848         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9849         * sysdeps/i386/i686/hp-timing.h: Likewise.
9850         * sysdeps/ia64/hp-timing.h: Likewise.
9851         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9852         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9853         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9854         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9855         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9856         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9857         (hp_timing_t): New.
9859         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9860         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9861         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9862         * elf/rtld.c (_dl_start_final): Likewise.
9863         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9864         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9865         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9866         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9867         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9868         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9869         (HP_TIMING_DIFF_INIT): Remove.
9870         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9871         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9872         (HP_TIMING_DIFF_INIT): Remove.
9873         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9874         * sysdeps/i386/i686/hp-timing.c: Remove file.
9875         * sysdeps/x86_64/hp-timing.c: Remove file.
9876         * sysdeps/ia64/hp-timing.c: Remove file.
9877         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9878         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9879         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9880         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9882         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9883         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9884         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9885         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9886         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9887         (HP_TIMING_ACCUM): Remove.
9888         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9889         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9890         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9892         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9893         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9894         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9895         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9896         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9897         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9898         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9899         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9901         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9903 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9905         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9907 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9909         Sync up with gettext.
9910         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9911         [_MSC_VER]: Include malloc.h
9912         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9913         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9914         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9915         TEMP_FAILURE_RETRY.  Cast return of alloca.
9916         [!_LIBC] Call gl_rwlock_init.
9917         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9919 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9921         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9922         before checking its value.
9924 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9926         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9928         * debug/memcpy_chk.c: Don't include pagecopy.h.
9929         * debug/mempcpy_chk.c: Likewise.
9930         * string/memcpy.c: Likewise.
9931         * string/memmove.c: Likewise.
9932         * sysdeps/powerpc/memmove.c: Likewise.
9933         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9934         definition of PAGE_COPY_FWD_MAYBE here...
9935         * sysdeps/generic/pagecopy.h: ... from here.
9936         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9938 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9939             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9941         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9942         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9943         optimizations.
9944         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9945         (__libc_ifunc_impl_list): Likewise.
9946         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9947         multiarch strcat for PPC64.
9948         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9949         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9951 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9953         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9955 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9957         * intl/loadmsgcat.c: Remove declaration of
9958         get_sysdep_segment_value.
9959         (get_sysdep_segment_value): Use ISO C style.
9960         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9961         semicolon.  Fix typo and formatting in comment.
9962         (_nl_unload_domain): Use ISO C style.
9964         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9966 2014-07-02  Will Newton  <will.newton@linaro.org>
9968         * malloc/obstack.c: Merge from gnulib master.
9969         [HAVE_CONFIG_H]: Remove conditional code.
9970         [!_LIBC]: Include config.h.
9971         [!ELIDE_CODE]: Don't include inttypes.h, include
9972         stdint.h unconditionally.
9973         (print_and_abort): Mark as _Noreturn.
9974         (_obstack_allocated_p): Mark as __attribute_pure__.
9975         (obstack_free): Rename to __obstack_free.
9976         [!__attribute__]: Remove conditional code.
9977         * malloc/obstack.h: Merge from gnulib master.
9978         [__cplusplus]: Move conditional down.
9979         [!__attribute_pure__]: Define __attribute_pure__ here
9980         if it is not already defined.
9981         (_obstack_memory_used): Mark as __attribute_pure__.
9982         [!__obstack_free]: Define as obstack_free.
9983         [__GNUC__]: Remove check for ancient NeXT gcc.
9985 2014-07-02  Will Newton  <will.newton@linaro.org>
9986             Paul Eggert  <eggert@cs.ucla.edu>
9988         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9990 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9992         * resolv/gethnamaddr.c: Add comment warning that the file is
9993         not maintained.
9995 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9997         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9998         entries.
10000         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10001         entry for aio_cancel and aio_cancel64.
10002         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10003         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10004         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10005         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10006         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10007         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10008         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10009         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10010         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10011         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10012         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10013         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10014         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10016 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10018         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10019         * nptl/pthread_mutex_lock.c: Likewise.
10020         * nptl/pthread_mutex_timedlock.c: Likewise.
10021         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10023 2014-07-01  Richard henderson  <rth@redhat.com>
10025         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10026         (__isnan, __isnanl): Remove.
10027         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10029         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10031 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10033         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10035 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10037         * resolv/nss_dns/dns-host.c (getanswer_r)
10038         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10040 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10042         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10043         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10044         undefine.
10045         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10046         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10048 2014-07-01  Roland McGrath <roland@hack.frob.com>
10050         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10051         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10053         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10054         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10056         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10057         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10058         ... here.
10059         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10060         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10062         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10063         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10064         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10065         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10067         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10068         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10069         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10070         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10071         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10072         Moved ...
10073         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10074         ... here.
10075         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10076         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10077         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10078         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10079         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10080         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10081         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10082         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10084         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10085         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10086         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10087         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10088         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10089         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10090         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10091         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10092         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10093         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10094         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10095         ... here.
10096         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10099         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10100         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10101         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10102         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10103         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10105 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10107         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10108         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10109         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10110         Add sysdep.
10112 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10116 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10118         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10119         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10121         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10123         * sysdeps/arm/libm-test-ulps: Regenerated.
10125 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10126             Roland McGrath <roland@hack.frob.com>
10128         * test-skeleton.c (signal_handler): Kill the whole process group
10129         before killing the child individually.
10130         (main): Report any failure on `setpgid'.
10132 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10134         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10135         from _TLS_H to _ARM_NPTL_TLS_H.
10136         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10137         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10139 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10141         [BZ #16539]
10142         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10143         (__expm1l): Return argument unchanged when small but not
10144         subnormal.
10146         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10147         include macro name.
10148         (_FP_UNPACK_RAW_1_P): Likewise.
10149         (_FP_PACK_RAW_1): Likewise.
10150         (_FP_PACK_RAW_1_P): Likewise.
10151         (_FP_MUL_MEAT_1_wide): Likewise.
10152         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10153         (_FP_MUL_MEAT_1_hard): Likewise.
10154         (_FP_DIV_MEAT_1_imm): Likewise.
10155         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10156         (_FP_DIV_MEAT_1_udiv): Likewise.
10157         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10158         (_FP_UNPACK_RAW_2): Likewise.
10159         (_FP_UNPACK_RAW_2_P): Likewise.
10160         (_FP_PACK_RAW_2): Likewise.
10161         (_FP_PACK_RAW_2_P): Likewise.
10162         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10163         (_FP_MUL_MEAT_2_wide): Likewise.
10164         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10165         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10166         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10167         (_FP_MUL_MEAT_2_gmp): Likewise.
10168         (_FP_DIV_MEAT_2_udiv): Likewise.
10169         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10170         (_FP_FRAC_SRL_4): Likewise.
10171         (_FP_FRAC_SRST_4): Likewise.
10172         (_FP_FRAC_SRS_4): Likewise.
10173         (_FP_UNPACK_RAW_4): Likewise.
10174         (_FP_UNPACK_RAW_4_P): Likewise.
10175         (_FP_PACK_RAW_4): Likewise.
10176         (_FP_PACK_RAW_4_P): Likewise.
10177         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10178         (_FP_MUL_MEAT_4_wide): Likewise.
10179         (_FP_MUL_MEAT_4_gmp): Likewise.
10180         (umul_ppppmnnn): Likewise.
10181         (_FP_DIV_MEAT_4_udiv): Likewise.
10182         (__FP_FRAC_ADD_4): Likewise.
10183         (__FP_FRAC_SUB_3): Likewise.
10184         (__FP_FRAC_SUB_4): Likewise.
10185         (__FP_FRAC_DEC_3): Likewise.
10186         (__FP_FRAC_DEC_4): Likewise.
10187         (__FP_FRAC_ADDI_4): Likewise.
10188         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10189         (_FP_FRAC_SRL_8): Likewise.
10190         (_FP_FRAC_SRS_8): Likewise.
10192         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10193         include macro name.
10194         (FP_UNPACK_RAW_EP): Likewise.
10195         (FP_PACK_RAW_E): Likewise.
10196         (FP_PACK_RAW_EP): Likewise.
10197         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10198         (_FP_ISSIGNAN): Likewise.
10199         (_FP_ADD_INTERNAL): Likewise.
10200         (_FP_FMA): Likewise.
10201         (_FP_CMP): Likewise.
10202         (_FP_SQRT): Likewise.
10203         (_FP_TO_INT): Likewise.
10204         (_FP_FROM_INT): Likewise.
10205         (FP_EXTEND): Likewise.
10206         (_FP_DIV_MEAT_N_loop): Likewise.
10208 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10210         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10211         throughout.
10213 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10215         [BZ #17097]
10216         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10217         result with correct sign in case of exponents that produce
10218         overflow except for X very close to 1.
10220 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10222         mktime: merge #if/#ifdef usage from glibc
10223         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10224         as that works with both Glibc's and Gnulib's style.
10225         See thread starting at Siddhesh Poyarekar's bug report at:
10226         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10228 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10230         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10231         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10232         * sysdeps/tile/tilegx/memmove.c: Remove file.
10234 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10236         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10237         abi-name definition.
10238         * scripts/soversions.awk: Do not handle or generate ABI lines.
10239         * shlib-versions: Remove ABI entries.
10240         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10241         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10243 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10245         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10246         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10247         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10248         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10249         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10250         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10251         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10252         Moved ...
10253         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10254         ... here.
10255         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10256         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10258         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10259         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10260         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10261         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10262         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10263         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10264         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10265         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10266         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10267         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10268         Moved ...
10269         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10270         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10271         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10272         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10273         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10274         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10275         Moved ...
10276         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10277         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10278         Moved ...
10279         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10280         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10281         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10282         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10283         Moved ...
10284         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10285         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10286         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10287         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10288         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10289         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10290         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10291         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10292         Moved ...
10293         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10294         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10295         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10296         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10297         Moved ...
10298         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10299         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10300         Moved ...
10301         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10302         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10303         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10304         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10305         Moved ...
10306         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10307         ... here.
10308         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10309         Identical file removed.
10310         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10311         Moved ...
10312         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10313         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10314         Identical file removed.
10315         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10316         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10317         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10318         Moved ...
10319         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10320         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10321         Identical file removed.
10322         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10323         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10324         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10325         Identical file removed.
10326         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10327         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10328         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10329         Identical file removed.
10330         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10331         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10332         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10333         Identical file removed.
10334         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10335         Moved ...
10336         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10337         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10338         Identical file removed.
10339         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10340         Moved ...
10341         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10343         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10345         Identical file removed.
10346         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10347         Moved ...
10348         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10349         ... here.
10350         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10351         Identical file removed.
10352         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10353         Moved ...
10354         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10355         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10356         Identical file removed.
10357         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10358         Moved ...
10359         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10360         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10361         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10362         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10363         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10364         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10365         Moved ...
10366         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10367         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10368         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10370         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10371         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10372         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10373         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10374         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10376 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10378         [BZ #17092]
10379         * nscd/nscd.c (monitor_child): Return exit status of child
10380         instead of return value from wait syscall.
10382 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10384         * configure.ac (libc_commonpagesize): Remove variable.
10385         (libc_relro_required): Likewise.
10386         (libc_cv_z_relro): Remove configure test.
10387         * configure: Regenerated.
10388         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10389         variable.
10390         (libc_relro_required): Likewise.
10391         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10392         (libc_relro_required): Likewise.
10393         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10394         (libc_relro_required): Likewise.
10395         * sysdeps/arm/preconfigure: Regenerated.
10396         * sysdeps/ia64/preconfigure: Remove file.
10397         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10398         variable.
10399         (libc_relro_required): Likewise.
10401         [BZ #16561]
10402         [BZ #16562]
10403         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10404         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10405         recompute overflowing results in original rounding mode.
10406         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10407         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10408         recompute overflowing results in original rounding mode.
10409         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10410         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10411         recompute overflowing results in original rounding mode.
10412         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10413         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10414         recompute overflowing results in original rounding mode.
10415         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10416         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10417         recompute overflowing results in original rounding mode.
10418         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10419         (libc_feholdsetround_ctx): New macro.
10420         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10421         * sysdeps/i386/fpu/libm-test-ulps: Update.
10422         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10424 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10426         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10427         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10428         corresponding .cpsetup call.
10430 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10432         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10433         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10434         * sysdeps/arm/Makefile [$(subdir) = csu]
10435         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10436         (static-only-routines): Add aeabi_read_tp here.
10437         (shared-only-routines): Add libc-aeabi_read_tp here.
10438         (CFLAGS-libc-start.c): Add -fexceptions here.
10439         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10440         (sysdep_routines, static-only-routines, shared-only-routines):
10441         Don't add to these here.
10442         (CFLAGS-libc-start.c): Likewise.
10444         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10445         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10446         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10447         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10448         * sysdeps/arm/Makefile [$(subdir) = rt]
10449         (librt-sysdep_routines, librt-shared-only-routines):
10450         Append rt-aeabi_unwind_cpp_pr1 here.
10451         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10452         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10453         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10454         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10455         Append nptl-aeabi_unwind_cpp_pr1 here.
10456         (tests): Filter out tst-cleanupx4 here.
10457         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10458         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10459         Don't do those here.
10461 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10463         * scripts/list-sources.sh: Do not handle ports specially.
10465 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10467         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10468         * sysdeps/arm/feupdateenv.c: Likewise.
10470         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10472 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10474         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10475         trailing whitespace removed.
10476         * scripts/config.guess: Update to version 2014-03-23.
10477         * scripts/config.sub: Update to version 2014-05-01
10478         * scripts/install-sh: Update to version 2013-12-25.23.
10479         * scripts/move-if-change: Update from gnulib.
10481 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10483         * debug/memmove_chk.c: Remove pagecopy.h include.
10485 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10487         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10488         identical to gnulib mktime.
10490 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10492         * configure.ac: Do not test for machine being rs6000.  Do not test
10493         for powerpc*-*soft.
10494         * configure: Regenerated.
10496         [BZ #11505]
10497         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10498         test.
10499         * configure: Regenerated.
10500         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10501         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10502         Remove configure test.
10503         * sysdeps/arm/configure: Regenerated.
10504         * sysdeps/nptl/configure.ac: Do not check
10505         libc_cv_asm_cfi_directives.
10506         * sysdeps/nptl/configure: Regenerated.
10507         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10508         * sysdeps/x86_64/nptl/configure: Remove generated file.
10509         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10510         unconditional.
10511         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10513 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10515         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10516         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10517         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10518         it is defined.
10520         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10521         instead of whether it is defined.
10522         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10523         * sysdeps/hppa/dl-machine.h: Likewise.
10524         * sysdeps/ia64/dl-machine.h: Likewise.
10525         * sysdeps/m68k/dl-machine.h: Likewise.
10526         * sysdeps/microblaze/dl-machine.h: Likewise.
10527         * sysdeps/mips/dl-machine.: Likewise.
10528         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10529         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10530         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10531         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10532         * sysdeps/sh/dl-machine.h: Likewise.
10533         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10534         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10535         * sysdeps/tile/dl-machine.h: Likewise.
10536         * sysdeps/x86_64/dl-machine.h: Likewise.
10538         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10539         code.
10540         (verify_persistent_db): Likewise.
10542 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10544         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10545         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10546         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10547         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10548         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10549         Moved ...
10550         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10551         ... here.
10552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10553         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10554         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10555         Identical file removed.
10556         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10557         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10558         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10559         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10560         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10561         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10562         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10563         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10564         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10565         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10566         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10567         Moved ...
10568         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10570         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10572         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10573         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10574         Moved ...
10575         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10576         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10577         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10579         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10580         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10581         Identical file removed.
10582         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10583         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10584         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10585         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10587         Moved ...
10588         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10589         ... here.
10590         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10591         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10592         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10593         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10594         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10595         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10596         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10597         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10598         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10599         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10600         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10601         Moved ...
10602         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10604         Moved ...
10605         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10606         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10607         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10608         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10609         Moved ...
10610         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10612         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10614         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10615         folded into ...
10616         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10617         * sysdeps/unix/sysv/linux/s390/Versions
10618         (libpthread: GLIBC_2.19): New version set.
10619         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10620         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10621         (librt: GLIBC_2.3.3): New version set.
10622         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10623         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10624         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10625         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10626         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10627         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10628         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10629         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10630         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10631         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10632         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10633         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10634         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10635         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10636         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10637         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10638         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10639         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10640         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10641         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10642         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10643         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10644         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10645         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10646         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10647         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10648         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10649         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10650         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10651         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10652         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10653         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10654         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10655         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10656         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10657         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10658         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10659         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10660         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10661         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10662         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10663         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10664         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10665         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10666         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10668         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10669         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10670         (__libc_vfork): Define the function under this name.
10671         [!NOT_IN_libc] (__vfork): Make this an alias.
10672         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10673         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10674         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10675         (__libc_vfork): Define the function under this name.
10676         [!NOT_IN_libc] (__vfork): Make this an alias.
10677         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10678         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10679         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10680         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10681         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10682         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10684         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10685         code that was previously under [RESET_PID].
10686         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10687         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10688         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10690         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10691         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10692         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10693         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10694         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10695         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10696         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10697         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10698         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10699         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10700         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10701         Moved ...
10702         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10703         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10704         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10705         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10706         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10707         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10708         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10709         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10710         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10711         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10712         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10713         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10714         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10715         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10716         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10717         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10718         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10719         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10720         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10721         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10722         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10723         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10724         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10725         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10726         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10727         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10728         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10729         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10730         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10732 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10734         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10735         that was previously under [RESET_PID].
10736         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10738 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10740         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10741         not undefine and redefine.
10742         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10743         [O_CLOEXEC]: Make code unconditional.
10744         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10745         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10746         <kernel-features.h>.
10747         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10748         conditional variable definition.
10749         (shm_open) [O_CLOEXEC]: Make code unconditional.
10750         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10751         code.
10753         * configure.ac (USE_REGPARMS): Don't define here.
10754         * configure: Regenerated.
10755         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10756         * sysdeps/i386/configure: Regenerated.
10758         * nptl/createthread.c: Don't include kernel-features.h.
10759         * nptl/pthread_cancel.c: Likewise.
10760         * nptl/pthread_condattr_setclock.c: Likewise.
10761         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10762         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10763         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10764         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10765         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10766         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10767         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10768         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10769         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10770         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10771         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10772         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10773         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10774         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10775         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10776         * nscd/gai.c: Likewise.
10777         * nss/nss_db/db-open.c: Likewise.
10778         * sysdeps/generic/ldsodefs.h: Likewise.
10779         * sysdeps/sh/nptl/tls.h: Likewise.
10780         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10781         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10782         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10783         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10784         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10785         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10786         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10787         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10788         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10789         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10790         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10791         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10792         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10793         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10794         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10795         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10796         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10797         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10798         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10799         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10800         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10801         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10802         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10803         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10804         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10805         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10806         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10807         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10808         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10809         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10810         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10811         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10812         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10813         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10814         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10815         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10816         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10817         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10818         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10819         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10820         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10821         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10822         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10823         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10824         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10825         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10826         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10827         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10828         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10829         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10830         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10831         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10832         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10833         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10834         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10835         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10836         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10837         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10860         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10861         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10862         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10863         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10864         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10865         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10866         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10867         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10868         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10869         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10870         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10871         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10872         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10873         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10874         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10875         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10876         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10877         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10878         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10879         * sysdeps/unix/sysv/linux/system.c: Likewise.
10880         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10881         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10882         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10883         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10884         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10885         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10886         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10888         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10889         * configure: Regenerated.
10890         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10892         * configure.ac (base_machine): Do not set specially for particular
10893         machines here.
10894         * configure: Regenerated.
10895         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10896         settings from configure.ac.
10897         * sysdeps/i386/preconfigure: New file.
10898         * sysdeps/s390/preconfigure: Likewise.
10899         * sysdeps/sh/preconfigure: Likewise.
10900         * sysdeps/sparc/preconfigure: Likewise.
10902 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10904         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10905         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10906         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10907         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10908         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10909         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10910         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10911         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10912         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10913         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10914         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10915         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10916         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10917         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10918         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10919         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10920         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10921         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10922         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10924         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10925         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10926         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10927         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10928         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10929         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10930         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10931         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10932         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10933         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10934         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10935         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10936         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10937         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10938         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10939         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10940         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10941         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10942         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10943         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10944         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10945         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10946         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10947         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10948         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10949         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10950         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10951         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10952         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10953         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10954         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10955         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10956         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10957         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10958         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10959         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10960         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10961         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10963         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10964         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10965         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10966         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10967         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10968         Moved ...
10969         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10970         ... here.
10971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10972         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10974         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10975         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10976         Moved ...
10977         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10979         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10980         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10981         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10982         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10983         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10984         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10985         Moved ...
10986         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10987         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10988         Moved ...
10989         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10990         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10991         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10992         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10993         Moved ...
10994         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10995         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10996         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10998         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10999         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11000         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11001         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11002         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11003         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11004         Moved ...
11005         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11006         ... here.
11007         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11008         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11009         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11010         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11011         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11012         Moved ...
11013         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11014         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11015         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11016         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11017         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11018         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11019         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11020         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11021         Moved ...
11022         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11023         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11024         Moved ...
11025         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11026         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11027         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11029         Moved ...
11030         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11031         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11032         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11034         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11036 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11038         * timezone/checktab.awk: Update from tzcode 2014e.
11039         * timezone/private.h: Likewise.
11040         * timezone/tzfile.h: Likewise.
11041         * timezone/zdump.c: Likewise.
11042         * timezone/zic.c: Likewise.
11044         * sysdeps/unix/sysv/linux/kernel-features.h
11045         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11046         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11047         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11048         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11049         Remove conditional code.
11051 2014-06-25  Will Newton  <will.newton@linaro.org>
11053         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11054         (_dl_arm_cap_flags): Add HWCAP2 values.
11055         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11056         (_DL_HWCAP_COUNT): Increase to 37.
11057         (_DL_HWCAP_LAST): New define.
11058         (_DL_HWCAP2_LAST): New define.
11059         (_dl_procinfo): Add support for printing
11060         AT_HWCAP2 entries.
11061         (_dl_string_hwcap): Use _dl_hwcap_string.
11063 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11067 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11069         * README: Do not mention ports directory.
11071         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11072         Remove macro.
11073         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11074         <kernel-features.h>.
11075         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11076         conditional variable definition.
11077         (__futimes): Update comment.
11078         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11079         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11081         [BZ #16560]
11082         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11083         arguments close to 0.
11084         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11085         Likewise.
11086         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11087         Likewise.
11088         * math/auto-libm-test-in: Add more tests of exp10.
11089         * math/auto-libm-test-out: Regenerated.
11090         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11092         * sysdeps/unix/sysv/linux/kernel-features.h
11093         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11094         * sysdeps/unix/sysv/linux/readv.c: Do not include
11095         <kernel-features.h>.
11096         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11097         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11098         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11099         unconditional.
11100         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11101         conditional code.
11102         * sysdeps/unix/sysv/linux/writev.c: Do not include
11103         <kernel-features.h>.
11104         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11105         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11106         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11107         unconditional.
11108         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11109         conditional code.
11111 2014-06-25  Will Newton  <will.newton@linaro.org>
11113         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11114         comment changes throughout the file.  Remove checks
11115         for HAVE_*_H definitions that are not required.
11116         (__gen_tempname): Call abort if an unknown kind value is
11117         passed.
11119 2014-06-25  Andreas Schwab  <schwab@suse.de>
11121         [BZ #17086]
11122         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11123         scalbln, scalblnf, scalblnl in libc.
11125 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11127         [BZ #17086]
11128         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11129         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11130         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11132 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11134         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11135         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11136         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11137         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11138         Update #include.
11139         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11140         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11141         Update #include.
11142         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11143         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11144         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11145         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11146         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11147         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11148         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11149         * sysdeps/x86/bits/semaphore.h: ... here.
11150         * sysdeps/x86/nptl/elide.h: Moved ...
11151         * sysdeps/x86/elide.h: ... here.
11152         * sysdeps/x86_64/nptl/Implies: File removed.
11153         * sysdeps/i386/nptl/Implies: File removed.
11155 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11157         [BZ #16539]
11158         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11159         return the argument for normal arguments with exponent below -64.
11160         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11161         Likewise.
11162         * math/auto-libm-test-in: Add another test of expm1.
11163         * math/auto-libm-test-out: Regenerated.
11165         [BZ #16287]
11166         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11167         calling __erfcl for arguments at least 16.
11168         * math/auto-libm-test-in: Add more tests of erf.
11169         * math/auto-libm-test-out: Regenerated.
11171         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11172         individual architectures.
11173         * sysdeps/unix/sysv/linux/configure: Regenerated.
11174         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11175         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11176         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11177         (ldd_rewrite_script): Define variable.
11178         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11180         file.
11181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11182         generated file.
11183         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11184         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11185         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11186         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11187         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11188         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11189         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11190         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11192 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11194         [BZ #17084]
11195         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11196         Rename member __data.d to __data.__elision_data.
11198 2014-06-24  Wilco  <wdijkstr@arm.com>
11200         * NEWS: Add 16918 to fixed bug list.
11202 2014-06-24  Wilco  <wdijkstr@arm.com>
11204         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11206 2014-06-24  Wilco  <wdijkstr@arm.com>
11208         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11209         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11210         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11211         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11212         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11213         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11214         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11215         Use _FPU_MASK_RM.
11217 2014-06-24  Wilco  <wdijkstr@arm.com>
11219         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11221 2014-06-24  Wilco  <wdijkstr@arm.com>
11223         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11224         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11225         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11226         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11228 2014-06-24  Wilco  <wdijkstr@arm.com>
11230         [BZ #16918]
11231         * sysdeps/arm/feupdateenv.c (feupdateenv):
11232         Rewrite to reduce FPSCR accesses and fix return value.
11234 2014-06-24  Wilco  <wdijkstr@arm.com>
11236         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11237         Optimize to avoid unnecessary FPSCR writes.
11238         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11239         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11240         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11241         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11243 2014-06-24  Wilco  <wdijkstr@arm.com>
11245         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11246         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11247         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11248         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11249         Call libc_fetestexcept_vfp.
11250         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11251         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11252         __SOFTFP__ ifdef so that they can be built for softfp.
11254 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11256         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11257         argument type signed char.
11259         * Makerules (check-abi): Dump diff of symlist if the test
11260         fails.
11262 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11264         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11265         using abort.
11267         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11268         Remove unused variable ST.
11270 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11272         [BZ #16354]
11273         [BZ #17061]
11274         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11275         small arguments before calling __expm1.
11276         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11277         small arguments before calling __expm1f.
11278         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11279         small arguments before calling __expm1l.
11280         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11281         Likewise.
11282         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11283         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11284         spurious underflow for some cosh tests.
11285         * math/auto-libm-test-out: Regenerated.
11286         * sysdeps/i386/fpu/libm-test-ulps: Update.
11288         [BZ #17050]
11289         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11290         (__ieee754_y1): Set errno if return value overflows.
11291         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11292         (__ieee754_y1f): Set errno if return value overflows.
11293         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11294         (__ieee754_y1l): Set errno if return value overflows.
11295         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11296         (__ieee754_y1l): Set errno if return value overflows.
11297         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11298         * math/auto-libm-test-out: Regenerated.
11300         * math/gen-auto-libm-tests.c: Document use of
11301         ignore-zero-inf-sign.
11302         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11303         (input_flags): Add ignore-zero-inf-sign.
11304         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11305         * math/gen-libm-test.pl (generate_testfile): Handle
11306         ignore-zero-inf-sign.
11307         * math/auto-libm-test-in: Mark some cpow tests with
11308         ignore-zero-inf-sign and some with xfail-rounding.
11309         * math/auto-libm-test-out: Regenerated.
11310         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11311         * sysdeps/i386/fpu/libm-test-ulps: Update.
11312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11314         [BZ #16315]
11315         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11316         overflowing or underflowing operations take place with sign of
11317         result.
11318         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11319         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11320         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11321         (__ieee754_pow): Recompute overflowing and underflowing results in
11322         original rounding mode.
11323         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11324         (__powl_helper): Allow negative argument X and scale negated value
11325         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11326         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11327         overflowing or underflowing operations take place with sign of
11328         result.
11329         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11330         Include <math.h>.
11331         * math/auto-libm-test-in: Add more tests of pow.
11332         * math/auto-libm-test-out: Regenerated.
11333         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11334         (pow_tonearest_test_data): Remove.
11335         (pow_test_tonearest): Likewise.
11336         (pow_towardzero_test_data): Likewise.
11337         (pow_test_towardzero): Likewise.
11338         (pow_downward_test_data): Likewise.
11339         (pow_test_downward): Likewise.
11340         (pow_upward_test_data): Likewise.
11341         (pow_test_upward): Likewise.
11342         (main): Don't call removed functions.
11343         * sysdeps/i386/fpu/libm-test-ulps: Update.
11344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11346 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11349         Moved ...
11350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11352         Moved ...
11353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11355         Moved ...
11356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11358         Moved ...
11359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11361         File removed.
11362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11363         File removed.
11364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11365         File removed.
11366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11367         File removed.
11368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11369         File removed.
11370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11371         File removed.
11372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11373         File removed.
11374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11375         File removed.
11376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11377         File removed.
11378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11379         File removed.
11380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11381         File removed.
11382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11383         File removed.
11384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11385         Moved ...
11386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11388         Moved ...
11389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11390         ... here.
11391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11392         Moved ...
11393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11395         Moved ...
11396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11398         Moved ...
11399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11401         Moved ...
11402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11404         Moved ...
11405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11407         Moved ...
11408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11410         Moved ...
11411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11414         ... here.
11415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11416         Moved ...
11417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11419         Moved ...
11420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11421         ... here.
11422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11423         Moved ...
11424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11425         ... here.
11426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11427         Moved ...
11428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11429         ... here.
11430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11431         Moved ...
11432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11434         Moved ...
11435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11439         Moved ...
11440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11441         ... here.
11442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11443         Moved ...
11444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11445         ... here.
11446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11447         Moved ...
11448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11450         Moved ...
11451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11453         Moved ...
11454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11456         Moved ...
11457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11459         Moved ...
11460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11461         ... here.
11462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11463         Moved ...
11464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11466         Moved ...
11467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11469         Moved ...
11470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11472         Moved ...
11473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11477         Moved ...
11478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11480         Moved ...
11481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11483         Moved ...
11484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11485         ... here.
11486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11487         Moved ...
11488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11489         ... here.
11490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11491         Moved ...
11492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11493         ... here.
11494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11495         Moved ...
11496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11498         Moved ...
11499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11501         Moved ...
11502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11504         Moved ...
11505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11506         ... here.
11507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11508         Moved ...
11509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11510         ... here.
11511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11512         Moved ...
11513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11514         ... here.
11515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11516         Moved ...
11517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11519         Moved ...
11520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11522 2014-06-23  Will Newton  <will.newton@linaro.org>
11523             Wilco  <wdijkstr@arm.com>
11525         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11526         implementation.  Include get-rounding-mode.h.
11527         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11528         [!libc_feholdsetround_noex_ctx]: Define
11529         libc_feholdsetround_noex_ctx.
11530         [!libc_feholdsetround_noexf_ctx]: Define
11531         libc_feholdsetround_noexf_ctx.
11532         [!libc_feholdsetround_noexl_ctx]: Define
11533         libc_feholdsetround_noexl_ctx.
11534         (libc_feholdsetround_ctx): New function.
11535         (libc_feresetround_ctx): New function.
11536         (libc_feholdsetround_noex_ctx): New function.
11537         (libc_feresetround_noex_ctx): New function.
11539 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11541         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11542         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11543         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11544         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11545         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11546         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11548         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11549         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11550         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11551         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11552         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11553         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11554         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11555         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11556         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11557         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11558         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11559         Moved ...
11560         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11561         ... here.
11562         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11563         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11564         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11565         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11566         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11567         Moved ...
11568         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11569         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11570         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11571         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11572         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11573         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11574         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11575         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11576         Moved ...
11577         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11578         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11579         Moved ...
11580         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11581         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11582         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11583         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11584         Moved ...
11585         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11586         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11587         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11588         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11589         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11590         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11591         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11592         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11593         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11594         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11595         Moved ...
11596         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11597         ... here.
11598         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11599         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11600         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11601         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11602         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11603         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11604         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11605         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11606         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11607         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11608         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11609         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11610         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11611         Moved ...
11612         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11613         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11614         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11615         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11616         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11617         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11618         Moved ...
11619         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11620         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11621         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11622         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11623         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11625         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11626         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11627         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11628         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11629         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11630         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11631         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11632         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11633         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11634         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11635         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11636         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11637         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11638         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11639         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11640         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11641         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11642         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11643         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11644         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11645         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11646         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11647         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11648         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11649         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11650         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11651         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11652         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11654 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11656         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11657         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11658         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11659         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11660         (IPV6_PMTUDISC_INTERFACE): Likewise.
11661         (IPV6_PMTUDISC_OMIT): Likewise.
11663 2014-06-23  Andreas Schwab  <schwab@suse.de>
11665         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11666         Remove unused errout label.
11668 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11670         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11671         macro: hardware supports Vector Crypto instructions.
11673 2014-06-23  Will Newton  <will.newton@linaro.org>
11675         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11676         rather than __builtin_expect.
11678         * elf/dl-lookup.c (undefined_msg): Remove variable.
11679         (_dl_lookup_symbol_x): Replace undefined_msg with string
11680         literal.
11682         * elf/dl-lookup.c (do_lookup_unique): New function.
11683         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11684         to a separate function.
11686 2014-06-23  Andreas Schwab  <schwab@suse.de>
11688         [BZ #17079]
11689         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11690         before reading the next line.
11692 2014-06-23  Will Newton  <will.newton@linaro.org>
11694         * test-skeleton.c (signal_handler): Use printf and %m
11695         rather than perror.  Use printf rather than fprintf to
11696         stderr.  Use puts rather than fputs to stderr.
11697         (main): Likewise.
11699 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11701         * nscd/nscd.c (thread_info_t): Remove typedef.
11702         (thread_info): Remove variable.
11704 2014-06-21  Allan McRae  <allan@archlinux.org>
11706         * NEWS: Mention CVE-2014-4043.
11708 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11710         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11711         * nptl/smp.h: ... here.
11713         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11715         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11716         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11717         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11718         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11720         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11721         * nptl/stack-aliasing.h: New file.
11722         * sysdeps/i386/i686/stack-aliasing.h: New file.
11723         * sysdeps/i386/i686/nptl/Makefile: File removed.
11724         * sysdeps/x86_64/stack-aliasing.h: New file.
11725         * sysdeps/x86_64/nptl/Makefile
11726         (CFLAGS-pthread_create.c): Variable removed.
11728         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11729         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11730         old file.
11731         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11732         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11733         old file.
11735 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11737         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11738         (__ASSUME_SIGFRAME_V2): Remove macro.
11739         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11740         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11741         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11742         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11743         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11744         Declare as function.  Remove conditional macro definitions.
11745         (__default_rt_sa_restorer): Likewise.
11746         (__default_sa_restorer_v1): Remove declaration.
11747         (__default_sa_restorer_v2): Likewise.
11748         (__default_rt_sa_restorer_v1): Likewise.
11749         (__default_rt_sa_restorer_v2): Likewise.
11750         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11751         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11752         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11754 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11756         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11757         (libpthread-routines): Add sysdep.
11758         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11759         * sysdeps/unix/sysv/linux/sparc/Versions
11760         (libpthread: GLIBC_2.3.3): New version set.
11761         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11762         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11763         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11764         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11765         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11766         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11767         Moved ...
11768         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11769         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11770         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11771         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11772         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11773         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11774         * sysdeps/sparc/nptl/sem_init.c: ... here.
11775         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11776         * sysdeps/sparc/nptl/sem_post.c: ... here.
11777         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11778         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11779         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11780         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11781         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11782         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11783         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11784         (libpthread-routines): Add cpu_relax.
11785         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11786         File removed.
11787         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11788         (librt: GLIBC_2.3.3): New version set.
11789         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11790         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11791         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11792         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11793         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11794         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11795         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11797         Moved ...
11798         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11799         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11800         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11801         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11802         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11804         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11805         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11806         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11808         Moved ...
11809         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11810         Update #include.
11811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11812         Moved ...
11813         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11814         Update #include.
11815         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11816         Moved ...
11817         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11818         Update #include.
11819         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11820         Moved ...
11821         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11822         Update #include.
11823         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11824         Moved ...
11825         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11826         Update #include.
11827         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11828         Moved ...
11829         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11830         Update #include.
11831         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11832         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11833         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11834         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11835         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11836         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11837         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11838         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11839         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11840         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11841         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11842         Moved ...
11843         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11844         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11845         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11847         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11849 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11851         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11852         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11853         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11854         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11855         * nscd/nscd.c: Likewise.
11856         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11857         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11858         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11859         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11861         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11862         <kernel-features.h>.
11863         (init_mq_netlink): Remove conditional have_sock_cloexec
11864         definitions.  Remove code conditional on have_sock_cloexec < 0.
11865         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11866         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11867         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11868         <kernel-features.h>.
11869         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11870         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11872 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11874         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11875         Add tests for memset_chk and memset.
11877         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11878         with AVX2_Usable.
11880 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11882         [BZ #16046]
11883         * elf/tst-dl-iter-static.c: New file.
11884         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11886         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11887         error.
11889 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11891         * sysdeps/unix/sysv/linux/kernel-features.h
11892         (__ASSUME_F_GETOWN_EX): Remove macro.
11893         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11894         <kernel-features.h>.
11895         (miss_F_GETOWN_EX): Remove variable or macro.
11896         (do_fcntl): Do not check miss_F_GETOWN_EX.
11897         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11899         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11900         Remove macro.
11901         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11902         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11903         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11905         * sysdeps/unix/sysv/linux/kernel-features.h
11906         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11907         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11908         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11909         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11911 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11913         [BZ #17075]
11914         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11915         Fix calculation of the symbol's value.
11916         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11917         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11918         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11919         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11920         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11921         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11922         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11923         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11924         (modules-names): Add `tst-armtlsdescmod',
11925         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11926         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11927         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11928         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11929         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11930         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11931         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11932         ($(objpfx)tst-armtlsdescloc): New dependency.
11933         ($(objpfx)tst-armtlsdescextnow): Likewise.
11934         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11935         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11936         TLS scheme support.
11937         * sysdeps/arm/configure: Regenerate.
11939 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11941         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11942         (__atfct_seterrno_2): Likewise.
11943         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11944         <kernel-features.h>.
11945         (__ASSUME_ATFCTS): Do not undefine and redefine.
11946         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11947         (__have_atfcts): Remove conditional definition.
11948         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11949         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11950         unreachable if [__ASSUME_ATFCTS].
11951         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11952         not undefine and redefine.
11953         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11954         <kernel-features.h>.
11955         (faccessat) [__NR_faccessat]: Make code unconditional.
11956         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11957         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11958         <kernel-features.h>.
11959         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11960         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11961         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11962         <kernel-features.h>.
11963         (fchownat) [__NR_fchownat]: Make code unconditional.
11964         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11965         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11966         <kernel-features.h>.
11967         (futimesat) [__NR_futimesat]: Make code unconditional.
11968         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11969         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11970         <kernel-features.h>.
11971         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11972         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11973         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11974         <kernel-features.h>.
11975         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11976         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11977         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11978         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11979         <kernel-features.h>.
11980         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11981         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11982         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11983         <kernel-features.h>.
11984         (linkat) [__NR_linkat]: Make code unconditional.
11985         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11986         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11987         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11988         <kernel-features.h>.
11989         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11990         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11991         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11992         <kernel-features.h>.
11993         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11994         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11995         * sysdeps/unix/sysv/linux/openat.c: Do not include
11996         <kernel-features.h>.
11997         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11998         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11999         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12000         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12001         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12002         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12003         <kernel-features.h>.
12004         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12005         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12006         result of INLINE_SYSCALL directly, not via int variable.
12007         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12008         <kernel-features.h>.
12009         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12010         (renameat) [__NR_renameat]: Make code unconditional.
12011         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12012         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12013         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12014         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12015         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12016         (__ASSUME_ATFCTS): Do not undefine and redefine.
12017         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12018         <kernel-features.h>.
12019         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12020         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12021         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12022         <kernel-features.h>.
12023         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12024         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12025         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12026         (__ASSUME_ATFCTS): Do not undefine and redefine.
12027         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12028         <kernel-features.h>.
12029         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12030         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12031         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12032         <kernel-features.h>.
12033         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12034         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12036 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12038         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12040 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12042         [BZ #17069]
12043         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12044         constructed tree before returning error.
12045         * posix/bug-regexp36.c: Expand test case.
12047 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12049         [BZ #6803]
12050         * math/libm-test.inc (scalbln_test_date):
12051         Add errno expectations.
12052         * math/w_scalblnf.c: New File.
12053         Add wrapper which checks for setting errno to ERANGE.
12054         Add weak_alias for corresponding scalbln function.
12055         * math/w_scalbln.c: Likewise.
12056         * math/w_scalblnl.c: Likewise.
12057         * math/Makefile (libm-calls): Add w_scalbln.
12058         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12059         Remove weak_alias for corresponding scalbln function.
12060         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12061         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12062         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12063         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12064         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12065         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12066         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12067         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12068         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12069         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12070         Remove long_double_symbol for scalblnl function in libm, libc.
12071         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12072         Add wrapper which checks for setting errno to ERANGE.
12073         Add long_double_symbol for scalblnl function in libm, libc.
12074         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12075         Remove long_double_symbol for scalblnl in libm.
12076         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12077         Add wrapper which checks for setting errno to ERANGE.
12078         Add long_double_symbol for scalblnl function in libm.
12079         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12080         Do not use wrapper because of own implementation.
12082 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12084         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12085         3 bytes for __pad1 for x32.
12086         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12088 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12089             H.J. Lu  <hongjiu.lu@intel.com>
12091         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12092         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12093         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12094         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12095         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12097 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12099         [BZ #17069]
12100         * posix/regcomp.c (parse_expression): Deallocate partially
12101         constructed tree before returning error.
12102         * posix/Makefile.c (tests): Add bug-regex36.
12103         (generated): Add bug-regex36.mtrace.
12104         (tests-special): Add $(objpfx)bug-regex36-mem.out
12105         (bug-regex36-ENV): New variable.
12106         ($(objpfx)bug-regex36-mem.out): New rule.
12107         * posix/bug-regex36.c: New file.
12109 2014-06-19  Will Newton  <will.newton@linaro.org>
12111         * malloc/malloc.c (systrim): If extra is zero then return
12112         early.
12114 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12116         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12118 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12120         * sysdeps/aarch64/strchr.S: New file.
12122 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12124         [BZ #17022]
12125         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12126         from arguments -2 or below.
12127         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12128         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12130 2014-06-18  Andreas Schwab  <schwab@suse.de>
12132         [BZ #17062]
12133         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12134         of a bracket expr not to run off the end of the string.
12135         * posix/Makefile (tests): Add tst-fnmatch3.
12136         * posix/tst-fnmatch3.c: New file.
12138 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12140         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12141         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12142         [$(cross-compiling) = no]: Likewise.
12143         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12144         [$(cross-compiling) = no]: Likewise.
12146 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12148         [BZ #17031]
12149         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12150         double, adjusted for any remainder from the high double.
12151         * math/libm-test.inc (nearbyint): Add tests.
12152         (rint): Likewise.
12154 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12156         * nptl/sysdeps/powerpc/Makefile: Moved ...
12157         * sysdeps/powerpc/nptl/Makefile: ... here.
12158         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12159         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12160         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12161         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12162         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12163         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12164         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12165         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12166         * nptl/sysdeps/powerpc/tls.h: Moved ...
12167         * sysdeps/powerpc/nptl/tls.h: ... here.
12169 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12171         [BZ #16681]
12172         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12173         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12174         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12175         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12176         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12177         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12178         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12179         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12180         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12182 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12184         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12186 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12188         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12189         defined operator.
12191         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12192         $TIMEOUTFACTOR.
12194 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12196         [BZ #17058]
12197         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12198         non-executed part of the test.
12200 2014-06-16  Andreas Schwab  <schwab@suse.de>
12202         * string/bits/string2.h (strdup, strndup): Update feature guard.
12204 2014-06-14  David S. Miller  <davem@davemloft.net>
12206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12208 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12210         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12211         that was previously under [RESET_PID].
12212         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12214         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12215         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12216         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12217         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12218         (__libc_vfork): New strong alias.
12219         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12221 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12223         * sysdeps/generic/elide.h: New file.
12225 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12227         * Makefile (installed-headers): Adjust path of pthread.h header.
12229 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12231         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12232         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12233         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12234         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12236         * nptl/sysdeps/s390/Makefile: Moved ...
12237         * sysdeps/s390/nptl/Makefile: ... here.
12238         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12239         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12240         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12241         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12242         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12243         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12244         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12245         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12246         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12247         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12248         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12249         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12250         * nptl/sysdeps/s390/tls.h: Moved ...
12251         * sysdeps/s390/nptl/tls.h: ... here.
12253         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12254         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12256 2014-06-13  David S. Miller  <davem@davemloft.net>
12258         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12259         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12260         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12261         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12262         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12263         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12264         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12265         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12266         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12267         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12268         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12269         Remove RESET_PID cpp guards.
12270         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12271         Remove RESET_PID cpp guards.
12272         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12274 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12276         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12277         __sp to uintptr_t.
12279 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12281         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12282         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12283         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12284         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12285         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12286         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12287         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12288         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12289         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12290         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12291         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12292         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12293         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12294         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12295         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12296         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12297         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12298         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12299         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12300         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12302         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12303         (pthread_rwlock_rdlock): Add elision.
12304         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12305         (pthread_rwlock_wrlock): Add elision.
12306         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12307         (pthread_rwlock_trywrlock): Add elision.
12308         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12309         (pthread_rwlock_tryrdlock): Add elision.
12310         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12311         (pthread_rwlock_tryrdlock): Add elision unlock.
12312         * nptl/sysdeps/pthread/pthread.h:
12313         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12314         (PTHREAD_RWLOCK_INITIALIZER,
12315         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12316         Handle new elision field.
12317         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12318         * sysdeps/arm/nptl/bits/pthreadtypes.h
12319         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12320         * sysdeps/sh/nptl/bits/pthreadtypes.h
12321         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12322         * sysdeps/tile/nptl/bits/pthreadtypes.h
12323         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12324         * sysdeps/a/nptl/bits/pthreadtypes.h
12325         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12326         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12327         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12328         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12329         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12330         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12331         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12332         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12333         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12334         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12335         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12336         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12337         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12338         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12339         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12340         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12341         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12342         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12343         (elision_init): Set try_xbegin to zero when no RTM.
12344         * sysdeps/x86/nptl/bits/pthreadtypes.h
12345         (pthread_rwlock_t): Change __pad1 to __rwelision.
12346         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12348 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12350         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12351         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12352         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12353         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12355 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12357         [BZ #16996]
12358         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12359         that the cached result has been set before returning it.
12361 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12363         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12364         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12365         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12366         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12367         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12368         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12370         * nptl/sysdeps/sparc/Makefile: Moved ...
12371         * sysdeps/sparc/nptl/Makefile: ... here.
12372         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12373         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12374         * nptl/sysdeps/sparc/tls.h: Moved ...
12375         * sysdeps/sparc/nptl/tls.h: ... here.
12376         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12377         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12378         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12379         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12380         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12381         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12382         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12383         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12384         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12385         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12386         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12387         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12388         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12389         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12390         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12391         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12392         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12393         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12394         Update #include.
12395         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12396         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12397         Update #include.
12398         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12399         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12400         Update #include.
12401         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12402         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12403         Update #include.
12405         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12407         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12408         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12410         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12411         (struct list_links): Type removed.
12412         (struct thread_node, struct timer_node): Replace struct list_links
12413         with struct list_head.
12414         (list_unlink_ip): Likewise.
12415         * sysdeps/pthread/timer_routines.c
12416         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12417         (list_append, list_insbefore): Likewise.
12418         (list_init): Function removed.
12419         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12420         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12421         * sysdeps/pthread/Makefile: ... here, new file.
12423         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12424         * sysdeps/nptl/Implies: ... here.
12425         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12426         * nptl/sysdeps/pthread/list.h: Moved ...
12427         * include/list.h: ... here.
12428         * nptl/sysdeps/pthread/createthread.c: Moved ...
12429         * nptl/createthread.c: ... here.
12430         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12431         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12432         * nptl/pt-longjmp.c: ... here.
12433         * nptl/sysdeps/pthread/Makefile: Moved ...
12434         * sysdeps/nptl/Makefile: ... here.
12435         * nptl/sysdeps/pthread/Subdirs: Moved ...
12436         * sysdeps/nptl/Subdirs: ... here.
12437         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12438         * sysdeps/nptl/aio_misc.h: ... here.
12439         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12440         * sysdeps/nptl/bits/libc-lock.h: ... here.
12441         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12442         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12443         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12444         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12445         * nptl/sysdeps/pthread/configure: Moved ...
12446         * sysdeps/nptl/configure: ... here.
12447         * nptl/sysdeps/pthread/configure.ac: Moved ...
12448         * sysdeps/nptl/configure.ac: ... here.
12449         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12450         * sysdeps/nptl/gai_misc.h: ... here.
12451         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12452         * sysdeps/nptl/librt-cancellation.c: ... here.
12453         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12454         * sysdeps/nptl/malloc-machine.h: ... here.
12455         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12456         * sysdeps/nptl/pthread-functions.h: ... here.
12457         * nptl/sysdeps/pthread/pthread.h: Moved ...
12458         * sysdeps/nptl/pthread.h: ... here.
12459         * nptl/sysdeps/pthread/setxid.h: Moved ...
12460         * sysdeps/nptl/setxid.h: ... here.
12461         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12462         * sysdeps/nptl/sigfillset.c: ... here.
12463         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12464         * sysdeps/nptl/tcb-offsets.h: ... here.
12465         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12466         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12467         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12468         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12469         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12470         * sysdeps/pthread/allocalim.h: ... here.
12471         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12472         * sysdeps/pthread/bits/sigthread.h: ... here.
12473         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12474         * sysdeps/pthread/flockfile.c: ... here.
12475         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12476         * sysdeps/pthread/ftrylockfile.c: ... here.
12477         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12478         * sysdeps/pthread/funlockfile.c: ... here.
12479         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12480         * sysdeps/pthread/posix-timer.h: ... here.
12481         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12482         * sysdeps/pthread/timer_create.c: ... here.
12483         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12484         * sysdeps/pthread/timer_delete.c: ... here.
12485         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12486         * sysdeps/pthread/timer_getoverr.c: ... here.
12487         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12488         * sysdeps/pthread/timer_gettime.c: ... here.
12489         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12490         * sysdeps/pthread/timer_routines.c: ... here.
12491         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12492         * sysdeps/pthread/timer_settime.c: ... here.
12493         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12494         * sysdeps/pthread/tst-timer.c: ... here.
12495         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12496         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12498         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12499         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12501         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12502         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12503         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12504         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12505         Update #include target.
12506         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12507         * sysdeps/i386/i686/nptl/Makefile: ... here.
12508         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12509         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12510         Update #include target.
12511         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12512         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12513         * nptl/sysdeps/i386/Makefile: Moved ...
12514         * sysdeps/i386/nptl/Makefile: ... here.
12515         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12516         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12517         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12518         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12519         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12520         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12521         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12522         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12523         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12524         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12525         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12526         * nptl/sysdeps/i386/tls.h: Moved ...
12527         * sysdeps/i386/nptl/tls.h: ... here.
12529         * sysdeps/sh/Makefile [$(subdir) = csu]
12530         (gen-as-const-headers): Add tcb-offsets.sym.
12531         * nptl/sysdeps/sh/Makefile: File removed.
12532         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12533         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12534         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12535         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12536         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12537         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12538         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12539         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12540         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12541         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12542         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12543         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12544         * nptl/sysdeps/sh/tls.h: Moved ...
12545         * sysdeps/sh/nptl/tls.h: ... here.
12546         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12547         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12548         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12549         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12550         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12551         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12552         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12553         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12554         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12555         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12556         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12557         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12558         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12559         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12560         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12561         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12562         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12563         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12564         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12565         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12566         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12567         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12568         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12569         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12570         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12571         Moved ...
12572         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12573         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12574         Moved ...
12575         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12576         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12577         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12578         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12579         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12580         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12581         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12582         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12583         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12584         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12585         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12586         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12587         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12588         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12589         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12590         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12591         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12592         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12593         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12595 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12597         * posix/spawn_faction_addopen.c: Include string.h.
12599 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12601         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12602         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12603         * nptl/sysdeps/x86_64/Makefile: Moved ...
12604         * sysdeps/x86_64/nptl/Makefile: ... here.
12605         * nptl/sysdeps/x86_64/configure: Moved ...
12606         * sysdeps/x86_64/nptl/configure: ... here.
12607         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12608         * sysdeps/x86_64/nptl/configure.ac: ... here.
12609         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12610         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12611         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12612         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12613         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12614         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12615         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12616         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12617         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12618         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12619         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12620         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12621         * nptl/sysdeps/x86_64/tls.h: Moved ...
12622         * sysdeps/x86_64/nptl/tls.h: ... here.
12623         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12624         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12625         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12626         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12628         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12630 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12632         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12634 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12636         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12637         type.
12638         [POSIX] (off_t): Likewise.
12639         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12640         [POSIX] (S_ISBLK): Require macro.
12641         [POSIX] (S_ISCHR): Likewise.
12642         [POSIX] (S_ISDIR): Likewise.
12643         [POSIX] (S_ISFIFO): Likewise.
12644         [POSIX] (S_ISREG): Likewise.
12645         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12646         optional-macro.
12647         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12648         type.
12649         [POSIX] (time_t): Likewise.
12650         [POSIX] (timer_t): Likewise.
12652 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12654         [BZ #17048]
12655         * posix/spawn_int.h (struct __spawn_action): Make the path string
12656         non-const to support deallocation.
12657         * posix/spawn_faction_addopen.c
12658         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12659         * posix/spawn_faction_destroy.c
12660         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12661         path in all spawn_do_open actions.
12662         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12663         posix_spawn_file_actions_addopen.
12665 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12667         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12668         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12669         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12670         conditional code always true.
12671         (__libc_vfork): New alias.
12673 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12675         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12676         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12678         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12680         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12681         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12683         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12684         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12686         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12687         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12689 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12691         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12692         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12693         multiarch strcmp for PPC64.
12694         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12695         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12696         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12697         multiarch optimizations.
12698         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12699         (__libc_ifunc_impl_list): Likewise.
12701 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12703         * benchtests/scripts/validate_benchout.py: New script.
12704         * benchtests/Makefile (bench-func): Call it.
12705         * benchtests/scripts/benchout.schema.json: New file.
12707 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12709         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12710         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12711         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12712         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12713         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12714         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12715         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12716         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12717         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12718         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12719         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12720         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12721         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12722         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12723         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12724         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12726         Moved ...
12727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12728         ... here.
12729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12730         Moved ...
12731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12733         Moved ...
12734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12735         ... here.
12736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12737         Moved ...
12738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12739         ... here.
12740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12741         Moved ...
12742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12744         Moved ...
12745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12746         ... here.
12747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12748         Moved ...
12749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12750         ... here.
12751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12752         Moved ...
12753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12755         Moved ...
12756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12757         ... here.
12758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12759         Moved ...
12760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12761         ... here.
12762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12763         Moved ...
12764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12765         ... here.
12766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12767         Moved ...
12768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12770         Moved ...
12771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12772         ... here.
12773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12774         Moved ...
12775         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12776         ... here.
12777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12778         Moved ...
12779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12780         ... here.
12781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12782         Moved ...
12783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12785         Moved ...
12786         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12787         ... here.
12788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12789         Moved ...
12790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12791         ... here.
12792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12793         Moved ...
12794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12795         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12796         Moved ...
12797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12798         ... here.
12799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12800         Moved ...
12801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12802         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12803         Moved ...
12804         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12806         Moved ...
12807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12808         ... here.
12809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12810         Moved ...
12811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12812         ... here.
12813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12814         Moved ...
12815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12816         ... here.
12817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12818         Moved ...
12819         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12821         Moved ...
12822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12823         ... here.
12824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12825         Moved ...
12826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12827         ... here.
12828         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12829         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12830         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12831         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12832         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12833         Moved ...
12834         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12835         ... here.
12836         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12837         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12838         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12839         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12840         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12841         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12842         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12843         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12844         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12845         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12846         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12847         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12848         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12849         Moved ...
12850         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12851         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12852         Moved ...
12853         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12854         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12855         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12856         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12857         Moved ...
12858         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12859         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12860         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12861         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12862         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12863         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12864         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12866 2014-06-10  Wilco  <wdijkstr@arm.com>
12868         * math/test-fenv-return.c: New file.
12869         * math/Makefile: Add new test test-fenv-return.
12871 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12873         [BZ #17042]
12874         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12875         when x - 1 is zero.
12876         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12877         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12878         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12879         0.0L for an argument of 1.0L.
12880         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12881         Likewise.
12882         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12883         value when x - 1 is zero.
12884         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12885         * sysdeps/i386/fpu/libm-test-ulps: Update.
12886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12888 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12890         [BZ #15119]
12891         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12893 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12895         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12896         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12898 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12900         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12901         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12903         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12904         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12906         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12907         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12909         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12910         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12912         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12913         if not already defined.
12914         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12915         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12916         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12917         (TLS_INIT_TP): Use it.
12918         (TLS_DEFINE_INIT_TP): New macro.
12919         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12921 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12923         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12924         constant.
12925         [POSIX] (IXANY): Likewise.
12926         [POSIX] (OLCUC): Likewise.
12927         [POSIX || POSIX2008] (CBAUD): Do not allow.
12928         [POSIX || POSIX2008] (DEFECHO): Likewise.
12929         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12930         [POSIX || POSIX2008] (ECHOKE): Likewise.
12931         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12932         [POSIX || POSIX2008] (EXTA): Likewise.
12933         [POSIX || POSIX2008] (EXTB): Likewise.
12934         [POSIX || POSIX2008] (FLUSHO): Likewise.
12935         [POSIX || POSIX2008] (LOBLK): Likewise.
12936         [POSIX || POSIX2008] (PENDIN): Likewise.
12937         [POSIX || POSIX2008] (SWTCH): Likewise.
12938         [POSIX || POSIX2008] (VDISCARD): Likewise.
12939         [POSIX || POSIX2008] (VDSUSP): Likewise.
12940         [POSIX || POSIX2008] (VLNEXT): Likewise.
12941         [POSIX || POSIX2008] (VREPRINT): Likewise.
12942         [POSIX || POSIX2008] (VSTATUS): Likewise.
12943         [POSIX || POSIX2008] (VWERASE): Likewise.
12944         (B*): Change to B[0123456789]*.
12945         * conform/data/time.h-data [POSIX || UNIX98]
12946         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12947         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12948         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12949         [POSIX] (tm_*): Do not allow.
12951 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12953         * Makefile (install): Don't set LANGUAGE.
12954         * Makefile.in (install): Likewise.
12955         * assert/Makefile (test-assert-ENV): Remove variable.
12956         (test-assert-perr-ENV): Likewise.
12957         * elf/Makefile (neededtest4-ENV): Likewise.
12958         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12959         [$(cross-compiling) = no]: Don't set LANGUAGE.
12960         * io/ftwtest-sh (LANG): Remove variable.
12961         * libio/Makefile (tst-widetext-ENV): Likewise.
12962         * manual/install.texi (Running make install): Don't refer to
12963         environment settings for make install.
12964         * INSTALL: Regenerated.
12965         * nptl/tst-tls6.sh: Don't set LANG.
12966         * posix/globtest.sh (LANG): Remove variable.
12967         * string/Makefile (tester-ENV): Likewise.
12968         (inl-tester-ENV): Likewise.
12969         (noinl-tester-ENV): Likewise.
12970         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12971         [$(cross-compiling) = no]: Don't set LANGUAGE.
12972         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12973         without explicit environment settings.
12975 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12977         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12978         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12979         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12980         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12982 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12984         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12985         other files in the crypt directory.
12986         * crypt/crypt.c: Remove duplicate includes.
12987         * crypt/crypt-entry.c: Likewise.
12988         * crypt/crypt_util.c: Likewise.
12990 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12992         * Makeconfig (run-program-env): New variable.
12993         (run-program-prefix-before-env): Likewise.
12994         (run-program-prefix-after-env): Likewise.
12995         (run-program-prefix): Define in terms of new variables.
12996         (built-program-cmd-before-env): New variable.
12997         (built-program-cmd-after-env): Likewise.
12998         (built-program-cmd): Define in terms of new variables.
12999         (test-program-prefix-before-env): New variable.
13000         (test-program-prefix-after-env): Likewise.
13001         (test-program-prefix): Define in terms of new variables.
13002         (test-program-cmd-before-env): New variable.
13003         (test-program-cmd-after-env): Likewise.
13004         (test-program-cmd): Define in terms of new variables.
13005         * Rules (make-test-out): Use $(run-program-env).
13006         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13007         (help): Do not mention environment variables.  Mention
13008         --timeoutfactor option.
13009         (timeoutfactor): New variable.
13010         (blacklist_exports): Remove function.
13011         (exports): Remove variable.
13012         (command): Do not include ${exports}.
13013         * manual/install.texi (Configuring and compiling): Do not mention
13014         test wrappers preserving environment variables.  Mention that last
13015         assignment to a variable must take precedence.
13016         * INSTALL: Regenerated.
13017         * benchtests/Makefile (run-bench): Use $(run-program-env).
13018         * catgets/Makefile ($(objpfx)test1.cat): Use
13019         $(built-program-cmd-before-env), $(run-program-env) and
13020         $(built-program-cmd-after-env).
13021         ($(objpfx)test2.cat): Do not specify environment variables
13022         explicitly.
13023         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13024         $(run-program-env) and $(built-program-cmd-after-env).
13025         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13026         $(run-program-env) and $(test-program-cmd-after-env).
13027         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13028         explicitly.
13029         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13030         run_program_env and test_program_cmd_after_env arguments.
13031         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13032         * elf/tst-pathopt.sh: Use run_program_env argument.
13033         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13034         $(test-wrapper-env) and $(run-program-env).
13035         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13036         run_program_env arguments.
13037         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13038         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13039         $(test-program-prefix-before-env), $(run-program-env) and
13040         $(test-program-prefix-after-env).
13041         ($(objpfx)tst-gettext2.out): Likewise.
13042         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13043         run_program_env and test_program_prefix_after_env arguments.
13044         * intl/tst-gettext2.sh: Likewise.
13045         * intl/tst-gettext4.sh: Do not set environment variables
13046         explicitly.
13047         * intl/tst-gettext6.sh: Likewise.
13048         * intl/tst-translit.sh: Likewise.
13049         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13050         $(test-program-prefix-before-env), $(run-program-env) and
13051         $(test-program-prefix-after-env).
13052         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13053         run_program_env and test_program_prefix_after_env arguments.
13054         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13055         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13056         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13057         explicitly with each use of ${test_wrapper_env}.
13058         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13059         $(test-program-prefix-before-env), $(run-program-env) and
13060         $(test-program-prefix-after-env).
13061         * posix/tst-getconf.sh: Do not set environment variables
13062         explicitly.
13063         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13064         run_program_env and test_program_prefix_after_env arguments.
13065         * stdio-common/tst-printf.sh: Do not set environment variables
13066         explicitly.
13067         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13068         $(test-program-prefix-before-env), $(run-program-env) and
13069         $(test-program-prefix-after-env).
13070         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13071         run_program_env and test_program_prefix_after_env arguments.
13072         Split $test calls into $test_pre and $test.
13073         * timezone/Makefile (build-testdata): Use
13074         $(built-program-cmd-before-env), $(run-program-env) and
13075         $(built-program-cmd-after-env).
13077 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13079         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13080         strlen for non SHARED builds.
13082 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13084         * nptl/allocatestack.c (check_list): Inlined function...
13085         (__reclaim_stacks): ... here.
13087 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13089         [BZ #15698]
13090         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13091         memory overrun.
13093 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13095         * Rules (make-test-out): Include
13096         LOCPATH=$(common-objpfx)localedata in default environment.
13097         * debug/Makefile (tst-chk1-ENV): Remove variable.
13098         (tst-chk2-ENV): Likewise.
13099         (tst-chk3-ENV): Likewise.
13100         (tst-chk4-ENV): Likewise.
13101         (tst-chk5-ENV): Likewise.
13102         (tst-chk6-ENV): Likewise.
13103         (tst-lfschk1-ENV): Likewise.
13104         (tst-lfschk2-ENV): Likewise.
13105         (tst-lfschk3-ENV): Likewise.
13106         (tst-lfschk4-ENV): Likewise.
13107         (tst-lfschk5-ENV): Likewise.
13108         (tst-lfschk6-ENV): Likewise.
13109         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13110         (tst-iconv7-ENV): Likewise.
13111         * intl/Makefile (LOCPATH-ENV): Likewise.
13112         (tst-codeset-ENV): Likewise.
13113         (tst-gettext3-ENV): Likewise.
13114         (tst-gettext5-ENV): Likewise.
13115         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13116         (tst-fopenloc-ENV): Likewise.
13117         (tst-fgetws-ENV): Remove variable.
13118         (tst-ungetwc1-ENV): Likewise.
13119         (tst-ungetwc2-ENV): Likewise.
13120         (bug-ungetwc2-ENV): Likewise.
13121         (tst-swscanf-ENV): Likewise.
13122         (bug-ftell-ENV): Likewise.
13123         (tst-fgetwc-ENV): Likewise.
13124         (tst-fseek-ENV): Likewise.
13125         (tst-ftell-partial-wide-ENV): Likewise.
13126         (tst-ftell-active-handler-ENV): Likewise.
13127         (tst-ftell-append-ENV): Likewise.
13128         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13129         (tst-regexloc-ENV): Likewise.
13130         (bug-regex1-ENV): Likewise.
13131         (tst-regex-ENV): Likewise.
13132         (tst-regex2-ENV): Likewise.
13133         (bug-regex5-ENV): Likewise.
13134         (bug-regex6-ENV): Likewise.
13135         (bug-regex17-ENV): Likewise.
13136         (bug-regex18-ENV): Likewise.
13137         (bug-regex19-ENV): Likewise.
13138         (bug-regex20-ENV): Likewise.
13139         (bug-regex22-ENV): Likewise.
13140         (bug-regex23-ENV): Likewise.
13141         (bug-regex25-ENV): Likewise.
13142         (bug-regex26-ENV): Likewise.
13143         (bug-regex30-ENV): Likewise.
13144         (bug-regex32-ENV): Likewise.
13145         (bug-regex33-ENV): Likewise.
13146         (bug-regex34-ENV): Likewise.
13147         (bug-regex35-ENV): Likewise.
13148         (tst-rxspencer-ENV): Likewise.
13149         (tst-rxspencer-no-utf8-ENV): Likewise.
13150         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13151         (tst-sscanf-ENV): Likewise.
13152         (tst-swprintf-ENV): Likewise.
13153         (tst-swscanf-ENV): Likewise.
13154         (test-vfprintf-ENV): Likewise.
13155         (scanf13-ENV): Likewise.
13156         (bug14-ENV): Likewise.
13157         (tst-grouping-ENV): Likewise.
13158         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13159         (tst-strtod3-ENV): Likewise.
13160         (tst-strtod4-ENV): Likewise.
13161         (tst-strtod5-ENV): Likewise.
13162         (testmb2-ENV): Likewise./
13163         * string/Makefile (tst-strxfrm-ENV): Likewise.
13164         (tst-strxfrm2-ENV): Likewise.
13165         (bug-strcoll1-ENV): Likewise.
13166         (test-strcasecmp-ENV): Likewise.
13167         (test-strncasecmp-ENV): Likewise.
13168         * time/Makefile (tst-strptime-ENV): Likewise.
13169         (tst-ftime_l-ENV): Likewise.
13170         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13171         (tst-mbrtowc-ENV): Likewise.
13172         (tst-wcrtomb-ENV): Likewise.
13173         (tst-mbrtowc2-ENV): Likewise.
13174         (tst-c16c32-1-ENV): Likewise.
13175         (tst-mbsnrtowcs-ENV): Likewise.
13177 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13179         * manual/resource.texi (How to get information about the memory
13180         subsystem?): Fix typo.
13181         Reported by Peon de la Parra Ivan <peon@keba.com>
13183 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13185         [BZ #16882]
13186         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13187         (pthread_spin_lock): Branch out of spin loop to proper location.
13188         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13189         (pthread_spin_lock): Likewise.
13191         * nptl/tst-spin4.c: New test.
13192         * nptl/Makefile (tests): Add tst-spin4.
13194 2014-06-03  Andreas Schwab  <schwab@suse.de>
13196         [BZ #15946]
13197         * resolv/res_send.c (send_dg): Reload file descriptor after
13198         calling reopen.
13200 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13202         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13204 2014-06-03  Richard Henderson  <rth@redhat.com>
13206         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13207         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13208         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13209         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13210         in the SAVE_PID block.
13211         (__libc_vfork): New alias.
13212         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13214         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13215         child in registers, not on the stack.  Remove RESET_PID conditionals.
13216         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13218 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13220         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13222 2014-06-03  Wilco  <wdijkstr@arm.com>
13224         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13225         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13226         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13227         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13228         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13229         Likewise.
13231 2014-06-03  Wilco  <wdijkstr@arm.com>
13233         * sysdeps/aarch64/fpu/math_private.h
13234         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13235         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13236         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13237         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13238         Fix declarations.
13240 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13242         * crypt/crypt-private.h: Include ufc-crypt.h.
13243         (__b64_from_24bit): Declare extern.
13244         * crypt/crypt_util.c(__b64_from_24bit): New function.
13245         (b64t): New static const variable.
13246         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13247         (b64t): Remove variable.
13248         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13249         * crypt/sha256-crypt.c: Include crypt-private.h.
13250         (b64t): Remove variable.
13251         (__sha256_crypt_r): Remove b64_from_24bit and replace
13252         with __b64_from_24bit.
13253         * crypt/sha512-crypt.c: Likewise.
13255 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13257         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13258         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13259         Label the code __libc_vfork rather than __vfork.
13260         [!NOT_IN_libc] (vfork): Define as weak alias.
13261         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13262         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13263         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13265 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13267         * malloc/malloc.c (malloc_info): Fix format specifier for
13268         n_mmaps.
13270 2014-06-02  Wilco  <wdijkstr@arm.com>
13272         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13273         FPCR write.
13275 2014-06-02  Wilco  <wdijkstr@arm.com>
13277         [BZ #17009]
13278         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13279         Rewrite to reduce FPCR/FPSR accesses.
13281 2014-06-01  David S. Miller  <davem@davemloft.net>
13283         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13285 2014-05-31  David S. Miller  <davem@davemloft.net>
13287         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13288         to occur in round to nearest mode when |x| >= 2.0
13290 2014-05-30  Richard Henderson  <rth@twiddle.net>
13292         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13293         (PSEUDO_RET_NOERRNO): Remove.
13294         (ret): Don't redefine.
13295         (ret_NOERRNO): Define in terms of ret.
13296         (ret_ERRVAL): Likewise.
13298         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13299         use of PSEUDO_RET; perform the error check directly.
13301 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13303         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13304         with __int128_t.
13306 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13308         * malloc/malloc (malloc_info): Fix formatting.
13310 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13311             Roland McGrath  <roland@hack.frob.com>
13313         * malloc/malloc (malloc_info): Also print mmapped statistics.
13315 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13317         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13318         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13320 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13322         * malloc/malloc.c (malloc_info): Inline mi_arena.
13324 2014-05-29  Richard Henderson  <rth@twiddle.net>
13326         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13327         Remove comma before expanding ASM_ARGS_##nr.
13328         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13329         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13330         of ASM_ARGS_##nr.
13331         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13332         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13333         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13334         (ASM_ARGS_1): Add leading comma.
13336         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13337         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13338         to __errno_location.
13339         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13340         Remove the expected plt for __errno_location.
13342         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13343         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13344         call to __read_tp.
13346         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13347         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13348         it and break it down.
13349         (DOCARGS_0, DOCARGS_1): Do nothing.
13350         (DOCARGS_2): Update to store into the new stack frame.
13351         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13352         (UNDOCARGS_1): Update to restore from the new stack frame.
13353         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13354         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13356         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13357         (SINGLE_THREAD_P): New parameter for result regno.
13358         (PSEUDO): Update to match; use cbz instead of beq.
13360         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13361         Use ENTRY to define the _nocancel entry point.  Share the syscall
13362         and syscall error check paths with the cancel path.
13363         (PSEUDO_END): New.
13365         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13366         whitespace; tabs before and after asm mnemonics.
13368 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13370         [BZ #15132]
13371         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13372         Call fstat64 or stat64 internally, depending on arguments passed.
13373         Replace stat buffer argument with file descriptor argument.
13374         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13375         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13376         Pass fd to __internal_statvfs instead of calling fstat64.
13377         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13378         Pass fd to __internal_statvfs64 instead of calling fstat64.
13379         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13380         Pass -1 to __internal_statvfs instead of calling stat64.
13381         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13382         Pass -1 to __internal_statvfs64 instead of calling stat64.
13384 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13386         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13387         that was previously under [RESET_PID].
13388         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13390         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13391         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13393 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13395         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13397         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13398         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13400 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13402         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13404 2014-05-27  Andreas Schwab  <schwab@suse.de>
13406         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13407         TLS_INIT_TP macro.
13408         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13409         * elf/rtld.c (init_tls, dl_main): Likewise.
13410         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13411         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13412         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13413         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13414         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13415         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13416         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13417         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13418         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13419         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13420         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13421         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13422         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13423         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13424         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13425         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13426         * sysdeps/generic/tls.h: Update description.
13428 2014-05-27  Will Newton  <will.newton@linaro.org>
13430         [BZ #16990]
13431         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13432         and restore r2 rather than just restoring.
13434 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13436         [BZ #16724]
13437         * libio/tst-ftell-append.c: New test case.
13438         * libio/Makefile (tests): Add test case.
13439         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13440         append mode.
13441         * libio/wfileops.c (do_ftell_wide): Likewise.
13443 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13447         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13448         ...
13449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13451         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13452         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13453         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13454         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13455         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13456         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13457         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13458         Moved ...
13459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13460         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13461         Moved ...
13462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13463         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13464         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13465         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13466         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13467         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13468         ...
13469         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13470         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13471         Moved ...
13472         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13473         here.
13474         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13475         ...
13476         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13477         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13478         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13480         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13481         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13482         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13483         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13485         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13486         merge into ...
13487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13488         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13489         ...
13490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13491         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13492         ...
13493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13494         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13495         Moved ...
13496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13497         here.
13498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13499         Moved ...
13500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13501         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13502         Moved ...
13503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13506         conditional [RESET_PID].
13507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13508         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13509         removed.
13510         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13511         removed.
13513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13514         <tcb-offsets.h>.
13515         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13516         (__libc_vfork): New strong alias.
13517         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13518         removed.
13519         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13520         Removed.
13522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13523         <tcb-offsets.h>.
13524         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13525         (__libc_vfork): New strong alias.
13526         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13527         removed.
13528         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13529         removed.
13531 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13533         * malloc/malloc.c (mi_arena): New function.
13534         (malloc_info): Remove nested function mi_arena. Call non-nosted
13535         function mi_arena.
13537 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13539         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13540         by insrwi.
13541         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13542         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13543         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13544         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13545         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13546         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13547         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13549 2014-05-26  Andreas Schwab  <schwab@suse.de>
13551         [BZ #16984]
13552         * locale/programs/repertoire.c (repertoire_read): Add slash
13553         between I18NPATH element and file name.
13554         * locale/programs/locfile.c (locfile_read): Likewise.
13556 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13558         * nptl/pthread_mutexattr_settype.c
13559         (__pthread_mutexattr_settype):
13560         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13562 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13564         * nptl/tst-mutex5 (do_test):
13565         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13567 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13569         * benchtests/README: Document 'init' directive.
13570         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13571         BENCH_INIT.
13572         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13573         (parse_file): Recognize 'init' directive.
13575 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13577         [BZ #16796]
13578         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13579         alignment of struct pthread.
13581 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13583         [BZ #16878]
13584         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13585         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13586         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13587         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13589 2014-05-25  Richard Henderson  <rth@twiddle.net>
13591         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13592         (SINGLE_THREAD_P_PIC): Remove.
13593         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13594         (SINGLE_THREAD_P_PIC): Remove.
13596         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13597         branch to syscall error ...
13598         (PSEUDO): ... here.
13599         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13600         from __local_syscall_error to .Lsyscall_error.
13601         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13602         (SYSCALL_ERROR): Update label name.
13604         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13605         Do not use DOARGS/UNDOARGS.
13606         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13607         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13608         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13609         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13610         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13612         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13613         block comment.
13615         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13616         define if !NOT_IN_libc.
13617         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13618         define with non-default symbol versions.
13620 2014-05-23  Richard Henderson  <rth@twiddle.net>
13622         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13623         (vfork, __vfork): Define via compat_symbol.
13625         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13626         [!HAVE_IFUNC] (vfork_compat): Remove.
13627         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13629 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13631         [BZ #16978]
13632         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13633         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13634         variable.
13636 2014-05-23  Richard Henderson  <rth@twiddle.net>
13638         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13639         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13640         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13641         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13643         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13644         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13645         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13646         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13647         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13648         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13649         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13650         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13651         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13652         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13653         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13654         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13655         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13656         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13657         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13658         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13659         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13660         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13661         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13662         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13663         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13664         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13665         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13666         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13667         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13668         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13669         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13670         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13671         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13672         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13673         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13674         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13675         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13676         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13677         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13678         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13679         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13680         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13681         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13682         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13683         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13684         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13685         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13686         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13687         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13688         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13689         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13690         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13691         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13692         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13693         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13694         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13695         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13696         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13697         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13698         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13700         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13701         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13702         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13703         before exiting on error.
13704         (__libc_vfork): New strong alias.
13705         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13706         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13708         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13709         that was previously under [RESET_PID].
13710         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13712         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13714 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13716         [BZ #16977]
13717         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13718         value when x - 1 is zero.
13719         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13720         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13721         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13722         0.0L for an argument of 1.0L.
13723         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13724         Likewise.
13725         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13726         value when x - 1 is zero.
13727         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13728         * sysdeps/i386/fpu/libm-test-ulps: Update.
13729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13731 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13733         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13734         alphasort and versionsort.
13736 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13738         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13739         macro.
13740         [copysignf]: Likewise.
13742 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13744         * crypt/md5-crypt.c: Fix formatting.
13746 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13748         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13749         (b64_from_24bit): New function.
13751 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13753         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13754         libc_hidden_builtin_def to ifunc.
13755         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13756         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13758 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13760         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13761         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13763 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13765         * nscd/Depend (linuxthreads): Remove.
13766         (nptl): Add.
13767         * resolv/Depend (linuxthreads): Remove.
13768         * rt/Depend (linuxthreads): Remove.
13770         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13771         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13772         $(common-objpfx)elf/.
13773         (link-libc-before-gnulib): Likewise.
13774         (elfobjdir): Remove variable.
13775         * Makefile (install): Use $(elf-objpfx) instead of
13776         $(common-objpfx)elf/.
13777         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13778         $(elfobjdir)/.
13779         (link-libc-deps): Likewise.
13780         ($(common-objpfx)libc.so): Likewise.
13781         ($(common-objpfx)linkobj/libc.so): Likewise.
13782         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13783         instead of $(common-objpfx)elf/.
13784         (symbolic-link-list): Likewise.
13785         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13786         [$(cross-compiling) = no]: Likewise.
13787         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13788         $(elfobjdir)/.
13789         (static-gnulib-arch): Likewise.
13790         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13791         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13792         $(common-objpfx)elf/.
13794 2014-05-21  Richard Henderson  <rth@redhat.com>
13796         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13797         (SINGLE_THREAD_P): Use the correct width load.  Fold
13798         into the ldr offset.
13800         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13801         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13803 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13805         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13806         (libgcc_s_resume): Use __attribute_used__.
13807         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13808         Likewise.
13810 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13812         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13813         optimization when used with float constants.
13815         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13817 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13819         [BZ #16915]
13820         * locale/nl_langinfo_l.c: Make direct reference to every
13821         _nl_current_CATEGORY symbol.
13822         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13823         (tests-static): Add tst-langinfo-static.
13824         (tests-special): Add tst-langinfo-static.out.
13825         ($(objpfx)tst-langinfo.out): Redirect output.
13826         ($(objpfx)tst-langinfo-static.out): New.
13827         * localedata/tst-langinfo.sh: Send output to stdout.
13828         * localedata/tst-langinfo-static.c: New file.
13830         [BZ #16965]
13831         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13832         when the shift amount is modulo the limb size.
13834 2014-05-20  Richard Henderson  <rth@redhat.com>
13836         [BZ #16967]
13837         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13838         Change type of sa_flags from unsigned int to int.
13840         [BZ #16966]
13841         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13843         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13845 2014-05-20  Will Newton  <will.newton@linaro.org>
13847         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13848         Test the return value of the system call in the nocancel case.
13850 2014-05-20  Will Newton  <will.newton@linaro.org>
13851             Yvan Roux  <yvan.roux@linaro.org>
13853         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13854         #include of asm/ptrace.h.
13855         (PTRACE_GET_THREAD_AREA): Remove #undef.
13856         (PTRACE_GETHBPREGS): Likewise.
13857         (PTRACE_SETHBPREGS): Likewise.
13858         (struct user_regs_struct): New structure.
13859         (struct user_fpsimd_struct): New structure.
13860         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13861         #include of asm/ptrace.h and second #include of sys/user.h.
13862         (PTRACE_GET_THREAD_AREA): Remove #undef.
13863         (PTRACE_GETHBPREGS): Likewise.
13864         (PTRACE_SETHBPREGS): Likewise.
13865         (ELF_NGREG): Use new struct user_regs_struct.
13866         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13868 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13870         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13871         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13873 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13875         [BZ #16958]
13876         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13877         membar to avoid block loads/stores to overlap previous stores.
13879 2014-05-17  Richard Henderson  <rth@redhat.com>
13881         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13882         Create the __##syscall_name##_nocancel entry point.
13883         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13884         Remove; let the sysdep-cancel.h code create it.
13886 2014-05-17  David S. Miller  <davem@davemloft.net>
13888         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13889         Protect with __USE_GNU.
13890         (TIOCSET_TEMPT): Likewise.
13891         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13892         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13893         these are already provided in bits/ioctl-types.h
13895 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13897         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13898         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13900         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13901         Use wait4 regardless of [__NR_waitpid].
13903 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13905         PR libgcc/60166
13906         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13907         (_FP_NANSIGN_Q): Set the quiet bit.
13909 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13911         * benchtests/Makefile
13912         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13913         not $(common-objpfx)math/libm.so.
13914         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13915         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13916         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13917         $(common-objpfx)dlfcn/libdl.so.
13918         ($(objpfx)tst-audit8): Depend on $(libm), not
13919         $(common-objpfx)math/libm.so.
13920         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13921         not $(common-objpfx)dlfcn/libdl.so.
13922         * math/Makefile
13923         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13924         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13925         [$(build-shared) = yes].
13926         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13927         $(common-objpfx)nptl/libpthread.so.
13928         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13929         $(common-objpfx)math/libm.so$(libm.so-version) or
13930         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13931         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13932         $(common-objpfx)dlfcn/libdl.so.
13933         * setjmp/Makefile (link-libm): Remove variable.
13934         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13935         * stdio-common/Makefile (link-libm): Remove variable.
13936         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13937         * stdlib/Makefile (link-libm): Remove variable.
13938         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13939         ($(objpfx)tst-strtod-round): Likewise.
13940         ($(objpfx)tst-tininess): Likewise.
13941         ($(objpfx)tst-strtod-underflow): Likewise.
13942         ($(objpfx)tst-strtod6): Likewise.
13943         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13944         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13945         $(common-objpfx)dlfcn/libdl.so.
13947 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13949         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13950         BSD terminal modes definitions.
13952 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13954         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13955         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13957         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13958         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13959         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13960         Don't do #include_next.
13961         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13962         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13963         Don't do #include_next.
13964         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13965         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13966         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13967         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13969 2014-05-16  Allan McRae  <allan@archlinux.org>
13971         * po/sv.po: Update Swedish translation from translation project.
13973         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13974         in sed expression.
13976 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13978         [BZ #16917]
13979         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13980         errno if the TIOCGPTN ioctl fails with an error different than
13981         EINVAL.
13982         * login/tst-ptsname.c: New file.
13983         * login/Makefile (tests): Add tst-ptsname.
13985         [BZ #16943]
13986         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13987         and prlimit64.
13989 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13991         [BZ #16849]
13992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13993         herrno to return EAI_AGAIN.
13995 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13997         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13998         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13999         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14000         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14001         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14002         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14003         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14004         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14005         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14006         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14007         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14008         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14009         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14010         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14011         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14012         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14013         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14014         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14015         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14016         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14017         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14018         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14019         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14020         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14021         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14022         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14023         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14024         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14025         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14026         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14027         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14028         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14029         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14030         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14031         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14032         Moved ...
14033         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14035         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14037         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14038         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14039         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14041         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14042         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14043         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14045         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14046         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14047         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14048         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14049         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14051         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14052         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14053         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14054         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14055         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14056         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14057         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14058         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14059         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14060         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14061         Moved ...
14062         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14064         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14066         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14068         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14069         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14070         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14072         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14073         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14074         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14075         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14076         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14077         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14078         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14079         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14080         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14081         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14082         Moved ...
14083         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14084         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14085         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14087         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14088         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14089         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14090         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14091         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14092         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14093         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14094         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14095         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14096         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14097         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14098         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14099         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14100         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14101         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14102         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14103         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14104         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14105         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14106         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14107         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14108         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14109         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14110         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14111         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14112         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14113         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14114         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14115         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14116         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14117         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14119         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14120         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14122         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14123         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14124         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14125         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14126         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14127         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14128         Moved ...
14129         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14130         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14131         Moved ...
14132         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14133         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14134         Moved ...
14135         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14136         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14137         Moved ...
14138         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14139         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14140         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14141         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14142         Moved ...
14143         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14144         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14145         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14146         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14147         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14148         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14149         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14150         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14151         Moved ...
14152         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14153         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14154         Moved ...
14155         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14156         ... here.
14157         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14158         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14159         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14160         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14161         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14162         Moved ...
14163         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14164         ... here.
14165         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14166         Moved ...
14167         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14168         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14169         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14170         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14171         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14172         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14173         Moved ...
14174         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14175         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14176         Moved ...
14177         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14178         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14179         Moved ...
14180         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14181         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14182         Moved ...
14183         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14184         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14185         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14186         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14187         Moved ...
14188         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14189         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14190         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14191         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14192         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14193         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14194         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14195         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14196         Moved ...
14197         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14198         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14199         Moved ...
14200         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14201         ... here.
14202         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14203         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14204         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14205         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14206         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14207         Moved ...
14208         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14209         ... here.
14210         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14211         Moved ...
14212         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14213         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14214         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14215         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14216         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14217         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14218         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14219         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14220         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14221         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14222         Moved ...
14223         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14224         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14225         Moved ...
14226         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14227         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14228         Moved ...
14229         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14230         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14231         Moved ...
14232         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14233         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14234         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14235         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14236         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14237         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14238         Moved ...
14239         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14240         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14241         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14242         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14243         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14244         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14245         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14246         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14247         Moved ...
14248         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14249         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14250         Moved ...
14251         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14252         ... here.
14253         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14254         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14255         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14256         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14257         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14258         Moved ...
14259         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14260         ... here.
14261         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14262         Moved ...
14263         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14264         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14265         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14266         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14267         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14268         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14269         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14270         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14271         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14272         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14273         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14275         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14276         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14278         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14279         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14281         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14282         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14283         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14284         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14285         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14286         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14287         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14288         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14289         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14290         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14291         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14292         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14293         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14294         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14295         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14296         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14297         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14298         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14299         Moved ...
14300         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14301         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14302         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14303         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14304         Moved ...
14305         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14306         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14307         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14308         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14309         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14310         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14311         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14312         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14313         Moved ...
14314         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14315         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14316         Moved ...
14317         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14318         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14319         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14320         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14321         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14322         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14323         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14324         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14325         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14326         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14327         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14328         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14329         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14330         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14331         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14332         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14333         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14335         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14336         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14337         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14338         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14339         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14341         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14342         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14343         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14344         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14345         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14346         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14347         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14348         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14349         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14350         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14352         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14353         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14355         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14356         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14357         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14358         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14359         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14360         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14361         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14362         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14363         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14364         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14365         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14366         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14367         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14368         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14369         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14370         Update #include.
14371         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14372         Likewise.
14373         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14374         Likewise.
14375         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14376         Likewise.
14377         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14378         Likewise.
14379         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14380         Likewise.
14381         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14382         Likewise.
14383         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14384         Likewise.
14385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14386         Likewise.
14387         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14388         Likewise.
14389         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14390         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14391         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14392         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14393         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14394         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14395         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14396         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14397         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14398         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14399         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14400         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14401         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14402         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14403         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14405         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14406         that was previously under [RESET_PID].
14407         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14408         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14409         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14411         * sysdeps/i386/nptl/Implies: New file.
14412         * sysdeps/x86_64/nptl/Implies: New file.
14413         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14414         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14415         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14416         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14418         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14419         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14420         (__libc_vfork): New strong alias.
14421         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14422         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14424         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14425         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14426         (__libc_vfork): New strong alias.
14427         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14428         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14430         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14431         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14432         (__libc_vfork): New strong alias.
14433         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14434         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14435         * nptl/pt-vfork.c: New file.
14436         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14437         (libpthread: GLIBC_2.20): New version set (empty).
14439 2014-05-14  Will Newton  <will.newton@linaro.org>
14441         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14442         rather than #if.
14444 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14446         [BZ #16564]
14447         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14448         arguments with exponent 65 or above.
14449         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14450         arguments 0x1p113L or above.
14451         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14452         to arguments 0x1p107L or above.
14453         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14454         positive arguments with exponent 65 or above.
14455         * math/auto-libm-test-in: Add more tests of log1p.
14456         * math/auto-libm-test-out: Regenerated.
14458         [BZ #16928]
14459         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14460         non-finite arguments is +0.
14461         * math/s_cacosf.c (__cacosf): Likewise.
14462         * math/s_cacosl.c (__cacosl): Likewise.
14463         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14464         * sysdeps/i386/fpu/libm-test-ulps: Update.
14465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14467         [BZ #16927]
14468         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14469         value.
14470         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14471         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14472         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14473         for explicit high bit of mantissa when testing for argument equal
14474         to 1.
14475         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14476         * sysdeps/i386/fpu/libm-test-ulps: Update.
14477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14479         [BZ #16516]
14480         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14481         (__erf): Scale by 16 instead of 8 in potentially underflowing
14482         case.  Ensure exception if result actually underflows.
14483         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14484         (__erff): Scale by 16 instead of 8 in potentially underflowing
14485         case.  Ensure exception if result actually underflows.
14486         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14487         (efx8): Remove variable.
14488         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14489         case.  Ensure exception if result actually underflows.
14490         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14491         (efx8): Remove variable.
14492         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14493         case.  Ensure exception if result actually underflows.
14494         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14495         (efx8): Remove variable.
14496         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14497         case.  Ensure exception if result actually underflows.
14498         * math/auto-libm-test-in: Add more tests of erf.
14499         * math/auto-libm-test-out: Regenerated.
14501 2014-05-14  Andreas Schwab  <schwab@suse.de>
14503         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14504         Remove code conditionalized on USE___THREAD.
14506         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14507         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14508         not definedness.
14510 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14512         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14513         Define unconditionally.
14514         (__ASSUME_O_CLOEXEC): Likewise.
14515         (__ASSUME_SOCK_CLOEXEC): Likewise.
14516         (__ASSUME_IN_NONBLOCK): Likewise.
14517         (__ASSUME_PIPE2): Likewise.
14518         (__ASSUME_EVENTFD2): Likewise.
14519         (__ASSUME_SIGNALFD4): Likewise.
14520         (__ASSUME_DUP3): Likewise.
14521         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14522         (__ASSUME_DUP3): Do not define.
14523         (__ASSUME_EVENTFD2): Likewise.
14524         (__ASSUME_IN_NONBLOCK): Likewise.
14525         (__ASSUME_O_CLOEXEC): Likewise.
14526         (__ASSUME_PIPE2): Likewise.
14527         (__ASSUME_SIGNALFD4): Likewise.
14528         (__ASSUME_SOCK_CLOEXEC): Likewise.
14529         (__ASSUME_UTIMES): Undefine.
14530         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14531         (__ASSUME_UTIMES): Do not define.
14532         (__ASSUME_O_CLOEXEC): Likewise.
14533         (__ASSUME_SOCK_CLOEXEC): Likewise.
14534         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14535         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14536         0x020621].
14537         (__ASSUME_PIPE2): Likewise.
14538         (__ASSUME_EVENTFD2): Likewise.
14539         (__ASSUME_SIGNALFD4): Likewise.
14540         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14541         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14542         Do not define.
14543         (__ASSUME_EVENTFD2): Likewise.
14544         (__ASSUME_SIGNALFD4): Likewise.
14545         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14546         (__ASSUME_32BITUIDS): Likewise.
14547         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14548         (__ASSUME_IPC64): Likewise.
14549         (__ASSUME_ST_INO_64_BIT): Likewise.
14550         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14551         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14552         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14553         (__ASSUME_UTIMES): Do not define.
14554         (__ASSUME_PSELECT): Likewise.
14555         (__ASSUME_PPOLL): Likewise.
14556         (__ASSUME_O_CLOEXEC): Likewise.
14557         (__ASSUME_SOCK_CLOEXEC): Likewise.
14558         (__ASSUME_IN_NONBLOCK): Likewise.
14559         (__ASSUME_PIPE2): Likewise.
14560         (__ASSUME_EVENTFD2): Likewise.
14561         (__ASSUME_SIGNALFD4): Likewise.
14562         (__ASSUME_DUP3): Likewise.
14563         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14564         (__ASSUME_UTIMES): Likewise.
14565         (__ASSUME_O_CLOEXEC): Likewise.
14566         (__ASSUME_SOCK_CLOEXEC): Likewise.
14567         (__ASSUME_IN_NONBLOCK): Likewise.
14568         (__ASSUME_PIPE2): Likewise.
14569         (__ASSUME_EVENTFD2): Likewise.
14570         (__ASSUME_SIGNALFD4): Likewise.
14571         (__ASSUME_DUP3): Likewise.
14572         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14573         (__ASSUME_UTIMES): Likewise.
14574         (__ASSUME_O_CLOEXEC): Likewise.
14575         (__ASSUME_SOCK_CLOEXEC): Likewise.
14576         (__ASSUME_IN_NONBLOCK): Likewise.
14577         (__ASSUME_PIPE2): Likewise.
14578         (__ASSUME_EVENTFD2): Likewise.
14579         (__ASSUME_SIGNALFD4): Likewise.
14580         (__ASSUME_DUP3): Likewise.
14581         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14582         Likewise.
14583         (__ASSUME_UTIMES): Likewise.
14584         (__ASSUME_EVENTFD2): Likewise.
14585         (__ASSUME_SIGNALFD4): Likewise.
14586         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14587         (__ASSUME_O_CLOEXEC): Likewise.
14588         (__ASSUME_SOCK_CLOEXEC): Likewise.
14589         (__ASSUME_IN_NONBLOCK): Likewise.
14590         (__ASSUME_PIPE2): Likewise.
14591         (__ASSUME_EVENTFD2): Likewise.
14592         (__ASSUME_SIGNALFD4): Likewise.
14593         (__ASSUME_DUP3): Likewise.
14594         (__ASSUME_UTIMES): Undefine.
14596         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14597         feclearexcept.  Remove symbol versioning code.
14598         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14599         symbol versioning code.
14600         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14601         symbol versioning code.
14602         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14603         feupdateenv.  Remove symbol versioning code.
14604         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14605         fegetexceptflag.  Remove symbol versioning code.
14606         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14607         fesetexceptflag.  Remove symbol versioning code.
14608         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14609         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14610         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14611         (__posix_fadvise64_l32): Remove prototype.
14612         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14613         code.
14615 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14617         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14618         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14619         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14620         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14622 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14624         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14625         current working directory
14627 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14629         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14630         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14631         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14632         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14633         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14634         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14635         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14636         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14637         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14638         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14639         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14640         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14641         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14642         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14643         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14644         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14645         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14646         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14647         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14648         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14649         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14650         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14651         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14652         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14653         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14654         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14655         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14656         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14657         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14658         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14659         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14660         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14661         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14662         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14663         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14664         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14665         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14666         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14667         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14668         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14669         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14670         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14672         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14673         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14675         * sysdeps/unix/sysv/linux/arm/Makefile
14676         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14677         Add rt-aeabi_unwind_cpp_pr1.
14678         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14679         Add nptl-aeabi_unwind_cpp_pr1.
14680         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14681         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14682         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14683         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14684         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14685         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14687         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14688         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14689         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14690         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14692         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14693         Deconditionalize the code that was previously under [RESET_PID].
14694         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14696         * sysdeps/generic/exit-thread.h: New file.
14697         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14698         * include/unistd.h (__exit_thread): Remove declaration.
14699         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14700         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14701         * csu/libc-start.c: Include <exit-thread.h>.
14702         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14703         * nptl/pthread_create.c: Include <exit-thread.h>.
14704         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14705         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14706         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14707         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14708         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14709         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14710         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14711         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14712         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14713         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14714         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14715         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14716         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14717         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14718         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14719         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14720         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14722 2014-05-13  Andreas Schwab  <schwab@suse.de>
14724         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14726 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14728         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14729         (__ASSUME_UTIMES): Do not condition on kernel version.
14730         (__ASSUME_PSELECT): Define unconditionally.
14731         (__ASSUME_PPOLL): Likewise.
14732         (__ASSUME_ATFCTS): Likewise.
14733         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14734         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14735         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14736         (__ASSUME_UTIMENSAT): Define unconditionally.
14737         (__ASSUME_PRIVATE_FUTEX): Likewise.
14738         (__ASSUME_FALLOCATE): Likewise.
14739         (__ASSUME_O_CLOEXEC): Likewise.
14740         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14741         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14742         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14743         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14744         (__ASSUME_IN_NONBLOCK): Likewise.
14745         (__ASSUME_PIPE2): Likewise.
14746         (__ASSUME_EVENTFD2): Likewise.
14747         (__ASSUME_SIGNALFD4): Likewise.
14748         (__ASSUME_DUP3): Likewise.
14749         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14750         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14751         (__ASSUME_AT_RANDOM): Likewise.
14752         (__ASSUME_PREADV): Likewise.
14753         (__ASSUME_PWRITEV): Likewise.
14754         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14755         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14756         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14757         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14758         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14759         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14760         (__ASSUME_O_CLOEXEC): Define unconditionally.
14761         (__ASSUME_PSELECT): Do not undefine conditionally.
14762         (__ASSUME_PPOLL): Likewise.
14763         (__ASSUME_ATFCTS): Likewise.
14764         (__ASSUME_SET_ROBUST_LIST): Likewise.
14765         (__ASSUME_UTIMENSAT): Likewise.
14766         (__ASSUME_FDATASYNC): Define unconditionally.
14767         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14768         (__ASSUME_SIGFRAME_V2): Likewise.
14769         )__ASSUME_EVENTFD2): Likewise.
14770         (__ASSUME_SIGNALFD4): Likewise.
14771         (__ASSUME_PSELECT): Do not undefine conditionally.
14772         (__ASSUME_PPOLL): Likewise.
14773         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14774         (__ASSUME_PSELECT): Define unconditionally.
14775         (__ASSUME_PPOLL): Likewise.
14776         (__ASSUME_O_CLOEXEC): Likewise.
14777         (__ASSUME_SOCK_CLOEXEC): Likewise.
14778         (__ASSUME_IN_NONBLOCK): Likewise.
14779         (__ASSUME_PIPE2): Likewise.
14780         (__ASSUME_EVENTFD2): Likewise.
14781         (__ASSUME_SIGNALFD4): Likewise.
14782         (__ASSUME_DUP3): Likewise.
14783         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14784         (__ASSUME_O_CLOEXEC): Likewise.
14785         (__ASSUME_SOCK_CLOEXEC): Likewise.
14786         (__ASSUME_IN_NONBLOCK): Likewise.
14787         (__ASSUME_PIPE2): Likewise.
14788         (__ASSUME_EVENTFD2): Likewise.
14789         (__ASSUME_SIGNALFD4): Likewise.
14790         (__ASSUME_DUP3): Likewise.
14791         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14792         (__ASSUME_EVENTFD2): Likewise.
14793         (__ASSUME_SIGNALFD4): Likewise.
14794         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14796 2014-05-12  Andreas Schwab  <schwab@suse.de>
14798         [BZ #16932]
14799         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14800         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14801         than maximum RPC packet size.
14802         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14803         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14804         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14805         (_nss_nis_getservbyport_r): Likewise.
14807 2014-05-12  Will Newton  <will.newton@linaro.org>
14809         * malloc/Makefile (tests): Add tst-mallopt.
14810         * malloc/tst-mallopt.c: New file.
14812 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14814         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14815         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14817 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14819         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14820         (tst-tlsmod6.so): Likewise.
14822 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14824         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14826 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14828         [BZ #16064]
14829         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14830         and <dl-procinfo.h>.
14831         (__fegetenv): Save SSE state in envp->__eip if supported.
14832         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14833         envp->__eip if supported.
14834         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14835         and <dl-procinfo.h>.
14836         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14837         __data_offset and __data_selector in environment to 0.  Set SSE
14838         state if supported.
14839         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14840         test-fenv-sse.
14841         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14842         -mfpmath=sse.
14843         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14845 2014-05-09  Will Newton  <will.newton@linaro.org>
14847         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14848         and libc_relro_required for ARM.
14849         * sysdeps/arm/preconfigure: Regenerate.
14851 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14852             Stefan Liebler  <stli@linux.vnet.ibm.com>
14854         * config.make.in (enable-lock-elision): New Makefile variable.
14855         * configure.ac: Likewise.
14856         * configure: Regenerate.
14857         * sysdeps/s390/configure.ac:
14858         Add check for gcc transactions support.
14859         * sysdeps/s390/configure: Regenerate.
14860         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14861         Build elision files if enabled.
14862         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14863         Add lock elision support for s390.
14864         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14865         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14866         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14867         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14868         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14869         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14870         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14871         Likewise.
14872         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14873         Likewise.
14874         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14875         Likewise.
14876         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14877         Likewise.
14878         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14879         (__lll_timedlock_elision, __lll_lock_elision)
14880         (__lll_unlock_elision, __lll_trylock_elision)
14881         (lll_timedlock_elision, lll_lock_elision)
14882         (lll_unlock_elision, lll_trylock_elision): Add.
14883         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14884         (pthread_mutex_t): Add lock elision support for s390.
14886 2014-05-14  Wilco  <wdijkstr@arm.com>
14888         * sysdeps/arm/fclrexcpt.c: Cleanup.
14889         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14890         * sysdeps/arm/feenablxcpt.c: Cleanup.
14891         * sysdeps/arm/fegetenv.c: Cleanup.
14892         * sysdeps/arm/fegetexcept.c: Cleanup.
14893         * sysdeps/arm/fegetround.c: Cleanup.
14894         * sysdeps/arm/feholdexcpt.c: Cleanup.
14895         * sysdeps/arm/fesetenv.c: Cleanup.
14896         * sysdeps/arm/fesetround.c: Cleanup.
14897         * sysdeps/arm/feupdateenv.c: Cleanup.
14898         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14899         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14900         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14901         * sysdeps/arm/ftestexcept.c: Cleanup.
14902         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14903         * sysdeps/arm/setfpucw.c: Cleanup.
14905 2014-05-09  Will Newton  <will.newton@linaro.org>
14907         * sysdeps/arm/armv7/strcmp.S: New file.
14908         * NEWS: Mention addition of ARMv7 optimized strcmp.
14910 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14912         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14913         look for %.ac rather than %.in.
14915         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14916         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14917         * sysdeps/mach/hurd/configure: Regenerated.
14918         * sysdeps/unix/sysv/linux/configure: Regenerated.
14920         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14922 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14924         [BZ# 16922]
14925         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14926         (LONG_SUB): Ditto.
14927         (PTR_SUB): Ditto.
14929 2014-05-07  Andreas Schwab  <schwab@suse.de>
14931         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14932         when skipping over non-matching result from nscd.
14934 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14936         [BZ #16876]
14937         * nptl/sockperf.c (client): Check socket return value.
14939         [BZ #16877]
14940         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14941         nscd security class.
14943 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14945         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14946         * sysdeps/arm/unwind.h: ... here.
14948 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14950         [BZ# 16916]
14951         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14952         Define.
14954 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14956         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14957         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14958         multiarch strncpy for PPC64.
14959         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14960         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14961         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14962         multiarch optimizations.
14963         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14964         (__libc_ifunc_impl_list): Likewise.
14965         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14966         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14967         multiarch stpncpy for PPC64.
14968         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14969         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14971 2014-05-06  Andreas Schwab  <schwab@suse.de>
14973         [BZ #16912]
14974         * gmon/mcount.c (_MCOUNT_DECL): Use
14975         atomic_compare_and_exchange_bool_acq instead of
14976         catomic_compare_and_exchange_bool_acq.
14978 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14980         * elf/Makefile (others, install-bin): Remove pldd.
14981         (pldd-modules): Variable removed.
14982         ($(objpfx)pldd): Target removed.
14983         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14984         (others, install-bin): Append pldd here.
14985         ($(objpfx)pldd): New target.
14987         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14988         to 0, so the first #if test emitted later doesn't see it undefined.
14989         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14990         * sysdeps/gnu/errlist.c: Regenerated.
14992 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14994         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14995         [libc_hidden_builtin_def]: Define to empty value.
14996         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14997         [libc_hidden_builtin_def]: Likewise.
14998         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14999         [libc_hidden_builtin_def]: Likewise.
15000         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15001         [libc_hidden_builtin_def]: Likewise.
15002         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15003         __redirect_memcpy and define ifunc as default hidden symbol.
15004         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15005         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15007 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15009         * locale/iso-4217.def: Reintroduce XDR currency.
15011 2014-05-04  Allan McRae  <allan@archlinux.org>
15013         * po/eo.po: Update Esperanto translation from translation project.
15015 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15017         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15018         and FEATURE_INDEX_MAX to 1.
15019         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15021 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15023         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15024         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15025         * iconvdata/big5.c (ONE_DIRECTION): Define.
15026         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15027         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15028         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15029         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15030         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15031         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15032         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15033         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15034         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15035         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15036         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15037         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15038         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15039         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15040         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15041         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15042         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15043         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15044         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15045         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15046         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15047         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15048         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15049         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15050         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15051         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15052         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15053         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15054         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15055         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15056         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15057         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15058         * iconvdata/johab.c (ONE_DIRECTION): Define.
15059         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15060         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15061         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15062         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15063         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15064         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15065         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15066         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15067         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15068         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15070 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15072         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15073         (_IO_JUMPS_OFFSET): Define to 0.
15075         * nptl/sysdeps/pthread/bits/libc-lock.h
15076         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15077         (__libc_lock_define_initialized_recursive): Always define using
15078         initializer.  Modern compilers treat uninitialized (implicit zero) and
15079         explicit zero initializers the same (i.e. put the datum in bss).
15081 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15083         * nscd/nscd-client.h: Include <string.h>.
15085 2014-05-01  David S. Miller  <davem@davemloft.net>
15087         [BZ #16885]
15088         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15089         multiple zero bytes exist at the end of a string.
15090         Reported by Aurelien Jarno <aurelien@aurel32.net>
15092         * string/test-strcmp.c (check): Add explicit test for situations where
15093         there are multiple zero bytes after the first.
15095 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15097         [BZ #16890]
15098         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15099         when compiling wprintf.
15100         * stdio-common/tstdiomisc.c (t3): New function.
15101         (main): Call it.
15103 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15105         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15106         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15107         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15108         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15110 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15112         * stdlib/longlong.h: Updated from GCC.
15114 2014-05-01  Will Newton  <will.newton@linaro.org>
15115             Bernard Ogden  <bernie.ogden@linaro.org>
15117         * NEWS: Update fixed bug list.
15119         [BZ #15119]
15120         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15122 2014-04-30  David S. Miller  <davem@davemloft.net>
15124         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15125         (libc_feholdexcept_setround_sparc_ctx): New function.
15126         (libc_fesetenv_sparc_ctx): Likewise.
15127         (libc_feupdateenv_sparc_ctx): Likewise.
15128         (libc_feholdsetround_sparc_ctx): Likewise.
15129         (libc_feholdexcept_setround_ctx): Define.
15130         (libc_feholdexcept_setroundf_ctx): Likewise.
15131         (libc_feholdexcept_setroundl_ctx): Likewise.
15132         (libc_fesetenv_ctx): Likewise.
15133         (libc_fesetenvf_ctx): Likewise.
15134         (libc_fesetenvl_ctx): Likewise.
15135         (libc_feupdateenv_ctx): Likewise.
15136         (libc_feupdateenvf_ctx): Likewise.
15137         (libc_feupdateenvl_ctx): Likewise.
15138         (libc_feresetround_ctx): Likewise.
15139         (libc_feresetroundf_ctx): Likewise.
15140         (libc_feresetroundl_ctx): Likewise.
15141         (libc_feholdsetround_ctx): Likewise.
15142         (libc_feholdsetroundf_ctx): Likewise.
15143         (libc_feholdsetroundl_ctx): Likewise.
15145         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15146         with __USE_GNU instead of XOPEN cpp guards.
15148         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15149         0.
15151         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15152         with XOPEN cpp guards.
15154 2014-04-30  Julian Brown  <julian@codesourcery.com>
15156         [BZ #16888]
15157         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15158         handling.
15160 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15162         [BZ #9894]
15163         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15164         Change to 2.6.32.
15165         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15166         * sysdeps/unix/sysv/linux/configure: Regenerated.
15167         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15168         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15169         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15170         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15171         * README: Update reference to required Linux kernel version.
15172         * manual/install.texi (Linux): Update reference to required Linux
15173         kernel headers version.
15174         * INSTALL: Regenerated.
15176         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15177         header inclusion.
15178         [POSIX] (limits.h): Likewise.
15179         [POSIX] (math.h): Likewise.
15180         [POSIX] (sys/wait.h): Likewise.
15181         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15182         function.
15183         [POSIX] (stddef.h): Do not allow header inclusion.
15185 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15187         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15189 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15191         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15192         Return immediately after lll_futex_wake.
15194 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15196         [BZ #16791]
15197         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15198         structure.
15199         (datahead_init_pos): Call datahead_init_common early.
15200         (datahead_init_neg): Likewise.
15202         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15203         datahead_init_neg): New functions.
15204         * nscd/aicache.c (addhstaiX): Use them.
15205         * nscd/grpcache.c (cache_addgr): Likewise.
15206         * nscd/hstcache.c (cache_addhst): Likewise.
15207         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15208         * nscd/netgroupcache.c (do_notfound): Likewise.
15209         (addgetnetgrentX): Likewise.
15210         (addinnetgrX): Likewise.
15211         * nscd/pwdcache.c (cache_addpw): Likewise.
15212         * nscd/servicescache.c (cache_addserv): Likewise.
15214 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15215             Atsushi Onoe  <atsushi@onoe.org>
15217         [BZ #14308]
15218         [BZ #12994]
15219         [BZ #13651]
15220         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15221         one response is valid.
15222         * resolv/res_send.c (send_dg): Check for validity of other
15223         response if the current response is a referral.
15225 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15227         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15229 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15231         [BZ #16823]
15232         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15233         Always divide by positive zero when computing -Inf result.
15234         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15235         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15237 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15239         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15240         FPSCR if value do not change.
15241         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15242         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15243         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15244         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15245         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15246         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15247         function.
15249 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15251         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15252         * sysdeps/unix/sysv/linux/hppa: Move directory from
15253         ports/systeps/unix/sysv/linux/hppa.
15254         * README: Update listing for hppa-*-linux-gnu.
15256 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15258         [BZ #16754]
15259         * manual/stdio.texi (Hook functions): Fix types of stream hook
15260         functions.
15261         [BZ #16854]
15262         * socket/sys/socket.h: Fix typo in comment.
15264 2014-04-28  Wilco  <wdijkstr@arm.com>
15266         * sysdeps/arm/fenv_private.h: New file.
15267         * sysdeps/arm/math_private.h: New file.
15268         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15270 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15272         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15273         with __int128_t.
15274         (La_x86_64_retval): Likewise.
15276 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15278         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15279         fpsr if value didn't change.
15280         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15281         to fpcr if value didn't change.
15282         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15283         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15284         fpsr or fpcr if value didn't change.
15285         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15286         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15287         fpcr if value didn't change.
15288         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15289         to fpsr if value didn't change.
15291 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15293         * nptl/tst-sem3.c: Use test-skeleton.c
15294         (main): Rename to do_test.  Use return instead of
15295         exit.
15296         * nptl/tst-sem4.c: Use test-skeleton.c
15297         (main): Rename to do_test.
15299 2014-04-22  David S. Miller  <davem@davemloft.net>
15301         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15302         (struct sigaction): New struct member __glibc_reserved0, change
15303         type of sa_flags to int.
15305 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15307         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15308         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15310 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15312         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15313         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15315 2014-04-22  Will Newton  <will.newton@linaro.org>
15316             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15318         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15319         (__longjmp): Add longjmp and longjmp_target SystemTap
15320         probes.
15321         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15322         (__sigsetjmp): Add setjmp SystemTap probe.
15324 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15326         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15327         match manual order.
15329 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15331         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15333         * sysdeps/powerpc/fpu/fenv_private.h
15334         (libc_feholdexcept_setroundl_ctx): Define to
15335         libc_feholdexcept_setround_ppc_ctx.
15336         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15337         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15338         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15339         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15341 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15343         * sysdeps/aarch64/math-tests.h: New file.
15345 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15347         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15348         New.
15349         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15350         Check and set bit_AVX2_Usable.
15351         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15352         macro.
15353         (bit_AVX2): Likewise.
15354         (index_AVX2_Usable): Likewise.
15355         (CPUID_AVX2): Likewise.
15356         (HAS_AVX2): Likewise.
15358 2014-04-17  Will Newton  <will.newton@linaro.org>
15360         * manual/setjmp.texi (System V contexts): Add note that
15361         calling setcontext on a context created by a call to a
15362         signal handler is undefined.  Update text to note that
15363         setcontext from a signal handler is possible but not
15364         recommended.
15366         [BZ #16629]
15367         * stdlib/tst-setcontext.c: Include signal.h.
15368         (main): Check that the signal stack before and
15369         after swapcontext is the same.
15371         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15372         Re-implement to restore registers in user code and avoid
15373         rt_sigreturn system call.
15375 2014-04-17  Wilco  <wdijkstr@arm.com>
15377         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15378         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15379         * math/test-fenv.c: Skip exception trap tests on targets which only
15380         support non-stop mode.
15382 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15383             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15385         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15386         (libc_feholdsetround_aarch64_ctx)
15387         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15388         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15389         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15390         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15391         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15392         (libc_feresetround_noexl_ctx): Define.
15394 2014-04-16  Richard Henderson  <rth@redhat.com>
15396         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15398         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15399         unwind tables.
15401         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15402         const from the non-libc, non-ldso copy.
15404         * sysdeps/alpha/libm-test-ulps: Regenerate.
15406 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15407             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15409         * sysdeps/aarch64/fpu/math_private.h: New file.
15411 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15413         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15415 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15417         [BZ #16275]
15418         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15419         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15420         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15421         Intel MPX bound registers before _dl_profile_fixup.
15422         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15423         registers after _dl_profile_fixup.  Save and restore bound
15424         registers bnd0/bnd1 when calling _dl_call_pltexit.
15425         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15426         (LR_BND_OFFSET): Likewise.
15427         (LRV_BND0_OFFSET): Likewise.
15428         (LRV_BND1_OFFSET): Likewise.
15430 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15432         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15433         to...
15434         * sysdeps/mach/hurd/i386/tls.h: ... here.
15435         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15436         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15437         fields.
15439 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15441         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15443 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15445         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15447 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15449         [BZ #14770]
15450         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15451         * sysdeps/s390/configure: Regenerate.
15453         [BZ #16824]
15454         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15455         Set round-to-nearest internally to reduce error accumulation.
15457 2014-04-16  Alan Modra  <amodra@gmail.com>
15459         [BZ #16740]
15460         [BZ #16619]
15461         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15462         * math/libm-test.inc (frexp_test_data): Add tests.
15463         * NEWS: Update fixed bug list.
15465 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15467         * benchtests/Makefile: Depend on libraries in build directory.
15468         (bench-math): Separate out math tests.
15469         (bench-pthread): Separate out pthread tests.
15470         (bench): Include math and pthread tests.
15472 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15474         [BZ #16831]
15475         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15476         _dl_debug_initialize.
15478         * configure.ac: Remove SELinux header check.
15479         * configure: Regenerate.
15480         * nscd/selinux.c (perms): Array of const char* to permission names.
15481         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15482         default policy. Call string_to_security_class and string_to_av_perm to
15483         translate strings. Enforce default policy and call avs_has_perm with
15484         results of translated strings.
15486 2014-04-13  David S. Miller  <davem@davemloft.net>
15488         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15490 2014-04-12  Allan McRae  <allan@archlinux.org>
15492         [BZ #16838]
15493         * manual/string.texi (Collation Functions): Fix qsort argument
15494         order in example.
15495         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15497 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15499         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15500         Make the test a no-op if there are no exceptions defined.
15502 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15504         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15505         enable-hardcoded-path-in-tests
15507 2014-04-11  Will Newton  <will.newton@linaro.org>
15509         * benchtests/Makefile (extra-objs): Add json-lib.o.
15510         (bench-func): Tidy up JSON output.
15511         * benchtests/bench-skeleton.c: Include json-lib.h.
15512         (main): Use JSON library functions to do output of
15513         benchmark results.
15514         * benchtests/bench-timing-type.c (main): Output the
15515         timing type simply, leaving formatting to the user.
15516         * benchtests/json-lib.c: New file.
15517         * benchtests/json-lib.h: Likewise.
15519 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15521         [BZ #15215]
15522         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15523         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15524         memory barriers.  Add comments.
15525         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15526         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15527         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15528         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15529         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15530         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15532 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15534         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15535         * sysdeps/s390/s390-64/configure.ac: ... this ...
15536         * sysdeps/s390/configure.ac: ... to here.
15537         * sysdeps/s390/s390-32/configure: Delete file.
15538         * sysdeps/s390/s390-64/configure: Delete file.
15539         * sysdeps/s390/configure: Regenerate.
15541 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15543         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15545 2014-04-11  Will Newton  <will.newton@linaro.org>
15547         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15548         to zero if it is not defined elsewhere.  (mtrim): Test
15549         the value of MALLOC_DEBUG with #if rather than #ifdef.
15551 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15553         * benchtests/pthread_once-inputs: New file.
15554         * benchtests/pthread_once-source.c: New file.
15555         * benchtests/README: Update documentation.
15557 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15558             H.J. Lu  <hongjiu.lu@intel.com>
15560         [BZ #16275]
15561         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15562         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15563         * sysdeps/x86_64/configure: Regenerated.
15564         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15565         macro.
15566         (REGISTER_SAVE_RAX): Likewise.
15567         (REGISTER_SAVE_RCX): Likewise.
15568         (REGISTER_SAVE_RDX): Likewise.
15569         (REGISTER_SAVE_RSI): Likewise.
15570         (REGISTER_SAVE_RDI): Likewise.
15571         (REGISTER_SAVE_R8): Likewise.
15572         (REGISTER_SAVE_R9): Likewise.
15573         (REGISTER_SAVE_BND0): Likewise.
15574         (REGISTER_SAVE_BND1): Likewise.
15575         (REGISTER_SAVE_BND2): Likewise.
15576         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15577         bound registers when calling _dl_fixup.
15579 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15581         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15582         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15583         of its definition.
15584         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15585         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15586         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15587         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15588         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15589         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15590         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15592 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15594         [BZ #15514]
15595         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15596         pathconf(_PC_NAME_MAX).
15598 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15600         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15601         Remove macro usage.
15602         (__PTHREAD_SPINS): Move definition to ...
15603         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15604         (__PTHREAD_SPINS): ... here.
15605         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15606         (__PTHREAD_SPIN): Likewise.
15607         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15608         (__PTHREAD_SPIN): Likewise.
15609         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15610         (__PTHREAD_SPIN): Likewise.
15611         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15612         (__PTHREAD_SPIN): Likewise.
15613         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15614         (__PTHREAD_SPIN): Likewise.
15615         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15616         (__PTHREAD_SPIN): Likewise.
15617         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15618         (__PTHREAD_SPIN): Likewise.
15619         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15620         (__PTHREAD_SPIN): Likewise.
15621         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15622         (__PTHREAD_SPIN): Likewise.
15623         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15624         (__PTHREAD_SPIN): Likewise.
15625         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15626         (__PTHREAD_SPIN): Likewise.
15627         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15628         (__PTHREAD_SPIN): Likewise.
15630         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15631         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15632         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15633         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15634         imply folder.
15635         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15636         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15637         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15638         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15639         correct imply path.
15640         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15641         strlen symbol for non multi-arch builds.
15642         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15643         missing hidden_def and weak_alias.
15645 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15647         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15649 2014-04-07  Will Newton  <will.newton@linaro.org>
15651         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15652         and contents.  [!_LIBC] Remove #ifndef and contents.
15653         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15654         * string/memccpy.c (__memccpy): Use ANSI prototype.
15655         * string/memfrob.c (memfrob): Likewise.
15656         * string/strcoll.c (STRCOLL): Likewise.
15657         * string/strlen.c (strlen): Likewise.
15658         * string/strtok.c (STRTOK): Likewise.
15659         * string/strcat.c: Remove unused #include of memcopy.h.
15660         (strcat): Use ANSI prototype.
15661         * string/strchr.c: Remove unused #include of memcopy.h.
15662         (strchr): Use ANSI prototype.
15663         * string/strcmp.c: Remove unused #include of memcopy.h.
15664         (strcmp): Use ANSI prototype.
15665         * string/strcpy.c: Remove unused #include of memcopy.h.
15666         (strcpy): Use ANSI prototype.
15668 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15670         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15671         * config.make.in (config-extra-cppflags): Set it from
15672         libc_extra_cppflags.
15673         * configure.ac (libc_extra_cflags): Make it accumulate over
15674         configure fragments.
15675         (libc_extra_cppflags): New flag.
15676         * configure. Regenerate.
15677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15678         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15679         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15682         [BZ #16815]
15683         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15684         result for FE_DOWNWARD rounding mode.
15685         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15686         Likewise.
15687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15689 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15691         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15692         in function argument name.
15694 2014-04-03  David Svoboda  <svoboda@cert.org>
15696         [BZ #5666]
15697         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15698         explicitly.
15700 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15702         * elf/dl-unmap-segments.h: New file.
15703         * sysdeps/generic/ldsodefs.h
15704         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15705         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15706         * elf/dl-fptr.c: Likewise.
15707         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15708         * sysdeps/aarch64/tlsdesc.c: Likewise.
15709         * sysdeps/arm/tlsdesc.c: Likewise.
15710         * sysdeps/i386/tlsdesc.c: Likewise.
15711         * sysdeps/tile/dl-runtime.c: Likewise.
15712         * sysdeps/x86_64/tlsdesc.c: Likewise.
15713         * elf/dl-load.h: New file.
15714         * elf/dl-load.c: Include it.
15715         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15716         Macros moved to dl-load.h.
15717         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15718         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15719         Use _dl_unmap_segments in place of __munmap.
15720         Break out segment-mapping loop into ...
15721         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15723 2014-04-03  Will Newton  <will.newton@linaro.org>
15725         * elf/dl-lookup.c (do_lookup_x): Remove comment
15726         referring to nested function and move variable
15727         declarations down to before first use.
15729 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15731         [BZ #16799]
15732         [BZ #16800]
15733         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15734         with 0 numerator.
15735         * math/s_catanf.c (__catanf): Likewise.
15736         * math/s_catanh.c (__catanh): Likewise.
15737         * math/s_catanhf.c (__catanhf): Likewise.
15738         * math/s_catanhl.c (__catanhl): Likewise.
15739         * math/s_catanl.c (__catanl): Likewise.
15740         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15741         by positive zero when computing -Inf result.
15742         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15743         (catanh_test): Likewise.
15744         * sysdeps/i386/fpu/libm-test-ulps: Update.
15745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15747         [BZ #16789]
15748         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15749         instead of using underflowing value in computing result.
15750         * math/s_clog10.c (__clog10): Likewise.
15751         * math/s_clog10f.c (__clog10f): Likewise.
15752         * math/s_clog10l.c (__clog10l): Likewise.
15753         * math/s_clogf.c (__clogf): Likewise.
15754         * math/s_clogl.c (__clogl): Likewise.
15755         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15756         (clog10_test): Likewise.
15757         * sysdeps/i386/fpu/libm-test-ulps: Update.
15758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15760 2014-04-02  Alan Modra  <amodra@gmail.com>
15762         [BZ #16739]
15763         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15764         output when value is near a power of two.  Use int64_t for lx and
15765         remove casts.  Use decimal rather than hex exponent constants.
15766         Don't use long double multiplication when double will suffice.
15767         * math/libm-test.inc (nextafter_test_data): Add tests.
15768         * NEWS: Add 16739 and 16786 to bug list.
15770         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15772         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15774 2014-04-01  Will Newton  <will.newton@linaro.org>
15776         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15777         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15779 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15781         [BZ #13347]
15782         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15783         * nptl/tst-setuid2.c: New file.
15784         * nptl/Makefile (xtests): Add tst-setuid2.
15786 2014-04-01  Alan Modra  <amodra@gmail.com>
15788         [BZ #16786]
15789         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15791 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15793         [BZ #6803]
15794         [BZ #6804]
15795         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15796         set errno as appropriate.
15797         * math/w_scalbf.c (__scalbf): Likewise.
15798         * math/w_scalbl.c (__scalbl): Likewise.
15799         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15800         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15801         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15802         Add more NaN tests.
15804         [BZ #16349]
15805         * math/w_atan2.c: Include <errno.h>.
15806         (__atan2): Set errno for result underflowing to zero.
15807         * math/w_atan2f.c: Include <errno.h>.
15808         (__atan2f): Set errno for result underflowing to zero.
15809         * math/w_atan2l.c: Include <errno.h>.
15810         (__atan2l): Set errno for result underflowing to zero.
15811         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15812         tests.
15813         * math/auto-libm-test-out: Regenerated.
15815 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15817         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15818         Encode instruction correctly in little endian.
15819         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15820         Likewise.
15821         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15822         Likewise.
15823         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15824         Likewise.
15825         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15826         Likewise.
15828 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15830         [BZ #9894]
15831         * sysdeps/unix/sysv/linux/kernel-features.h
15832         [__sparc__ && !__arch64__ && !__sparc_v9__]
15833         (__ASSUME_SET_ROBUST_LIST): Do not define.
15834         [__sparc__ && !__arch64__ && !__sparc_v9__]
15835         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15836         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15837         Likewise.
15838         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15839         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15840         (__ASSUME_REQUEUE_PI): Likewise.
15841         (__ASSUME_SET_ROBUST_LIST): Likewise.
15842         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15843         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15844         Undefine.
15845         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15846         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15847         Likewise.
15848         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15849         Likewise.
15850         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15851         Likewise.
15852         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15853         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15854         Undefine.
15855         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15856         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15857         Likewise.
15859         [BZ #16648]
15860         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15861         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15862         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15864 2014-03-31  Will Newton  <will.newton@linaro.org>
15866         * benchtests/Makefile (bench): Add ffs and ffsll to list
15867         of tests.
15868         * benchtests/ffs-inputs: New file.
15869         * benchtests/ffsll-inputs: Likewise.
15871 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15873         [BZ #16770]
15874         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15875         too large before casting to int.
15876         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15877         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15878         * math/libm-test.inc (scalb_test_data): Add more tests.
15880 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15882         * benchtests/Makefile (DETAILED_OPT): New make option.
15883         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15884         set.
15885         * benchtests/bench-skeleton.c: Include stdbool.h.
15886         (main): Store and print timings per input.
15887         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15888         member to each argument value.
15889         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15890         (_print_arg_data): Initialize per-input timing to 0.
15892         * benchtests/Makefile (timing-type): New binary.
15893         (bench-clean): Also remove bench-timing-type.
15894         (bench): New target for timing-type.
15895         (bench-func): Print output in JSON format.
15896         * benchtests/bench-skeleton.c (main): Print output in JSON
15897         format.
15898         * benchtests/bench-timing-type.c: New file.
15899         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15900         (TIMING_PRINT_STATS): Remove.
15901         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15902         name separately.
15904         * benchtests/bench-modf.c: Remove.
15905         * benchtests/modf-inputs: New inputs file.
15907 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15909         [BZ #16362]
15910         * math/s_clog10.c (M_PI_LOG10E): New macro.
15911         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15912         imaginary parts are 0.
15913         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15914         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15915         imaginary parts are 0.
15916         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15917         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15918         imaginary parts are 0.
15919         * math/libm-test.inc (clog10_test_data): Update expected results
15920         for when real and imaginary parts are 0.
15922 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15924         * elf/dl-load.c: Finish conversion of __builtin_expect into
15925         __glibc_{un}likely.
15927 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15929         [BZ #16348]
15930         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15931         1+x for argument with exponent below -67.
15932         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15933         Likewise.
15934         * math/auto-libm-test-in: Add more tests of exp.
15935         * math/auto-libm-test-out: Regenerated.
15937 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15939         [BZ #16759]
15940         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15941         (nscd_getnetgrent): Use it.
15943         [BZ #16760]
15944         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15945         of stpcpy.
15947 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15949         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15950         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15951         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15952         (lll_robust_unlock): Remove out of line section. Use cfi
15953         intrinsics.
15954         (LLL_STUB_UNWIND_INFO*): Remove.
15955         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15956         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15957         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15958         (lll_robust_unlock): Remove out of line section. Use cfi
15959         intrinsics.
15960         (LLL_STUB_UNWIND_INFO*): Remove.
15962 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15964         [BZ #16758]
15965         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15966         blank values.
15968 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15970         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15972 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15974         [BZ #16198]
15975         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15976         fnstenv.
15977         * math/test-fenv-preserve.c: New file.
15978         * math/Makefile (tests): Add test-fenv-preserve.
15980 2014-03-26  Will Newton <will.newton@linaro.org>
15982         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15984 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15986         * scripts/versionlist.awk: Partition the version sets and emit all
15987         GLIBC_* (sorted) before all others (sorted).
15989 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15991         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15992         GLIBC_2.2.5 version.
15994 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15996         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15997         calls.
15999         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16000         previous change.
16002         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16004 2014-03-25  Andreas Schwab  <schwab@suse.de>
16006         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16007         label to be used after in6ailist is initialized.
16009 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16011         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16012         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16014 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16016         [BZ #16357]
16017         [BZ #16599]
16018         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16019         min_plus_half.
16020         (fp_formats): Update initializers.
16021         (init_fp_formats): Initialize new field.
16022         (output_for_one_input_case): Allow underflow for results up to
16023         min_plus_half.
16024         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16025         * math/auto-libm-test-in: Don't mark some underflows from asin and
16026         atanh as spurious.
16027         * math/auto-libm-test-out: Regenerated.
16028         * sysdeps/i386/fpu/libm-test-ulps: Update.
16029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16031 2014-03-25  Andreas Schwab  <schwab@suse.de>
16033         * libio/Makefile (tst-ftell-partial-wide-ENV)
16034         (tst-ftell-active-handler-ENV): Define.
16036 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16038         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16040 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16042         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16044 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16046         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16047         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16048         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16050 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16052         [BZ #16634]
16053         * elf/dl-load.c (open_verify): Add mode parameter.
16054         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16055         (open_path): Change from boolean 'secure' to complete flag 'mode'
16056         (_dl_map_object): Adjust.
16057         * elf/Makefile (tests): Add tst-dlopen-aout.
16058         * elf/tst-dlopen-aout.c: New test.
16060 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16062         [BZ #16714]
16063         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16064         (struct stat): Rename member pad0 to __glibc_reserved0.
16066         [BZ #16712]
16067         * sysdeps/s390/s390-32/bits/wordsize.h
16068         (__WORDSIZE32_SIZE_ULONG): New define.
16069         * sysdeps/s390/s390-64/bits/wordsize.h
16070         (__WORDSIZE32_SIZE_ULONG): Likewise.
16071         * sysdeps/generic/stdint.h (SIZE_MAX):
16072         Define as UL if __WORDSIZE32_SIZE_ULONG.
16074         [BZ #16713]
16075         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16076         (__glibc_reserved0): New variable.
16077         (sa_flags): Change type to int.
16079         * posix/Makefile (before-compile): Use += before-compile instead
16080         of a :=.
16082         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16083         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16085 2014-03-20  Andreas Schwab  <schwab@suse.de>
16087         [BZ #16743]
16088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16089         non-matching result from nscd.
16091 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16093         * scripts/bench.py: Moved to ...
16094         * benchtests/scripts/bench.py: ... here.
16095         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16097 2014-03-24  Andreas Schwab  <schwab@suse.de>
16099         [BZ #16002]
16100         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16101         alloca_account and account alloca use for struct in6ailist.
16103 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16105         [BZ #16284]
16106         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16107         rounding mode to recompute results that overflow to infinity or
16108         underflow to zero.
16109         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16110         bug 16284.
16111         * math/auto-libm-test-out: Regenerated.
16112         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16113         (ccosh_test): Likewise.
16114         (csin_test_data): Use plus_oflow.
16115         (csin_test): Use ALL_RM_TEST.
16116         (csinh_test_data): Use plus_oflow.
16117         (csinh_test): Use ALL_RM_TEST.
16118         * sysdeps/i386/fpu/libm-test-ulps: Update.
16119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16121 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16123         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16124         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16125         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16127         [BZ #16731]
16128         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16129         when x - 1 is zero.
16130         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16131         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16132         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16133         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16134         argument is 1.
16135         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16136         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16137         zero.
16138         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16139         * sysdeps/i386/fpu/libm-test-ulps: Update.
16140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16142 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16144         * scripts/bench.pl: Remove file.
16145         * scripts/bench.py: New benchmark script.
16146         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16147         * benchtests/README: Mention python dependency.
16148         * scripts/pylintrc: New file.
16149         * scripts/pylint: New file.
16151         * bits/mathdef.h: Use #ifdef instead of #if.
16152         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16153         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16154         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16155         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16156         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16157         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16159 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16160             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16162         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16163         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16164         and strpbrk-ppc64 objects.
16165         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16166         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16167         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16168         multiarch strpbrk for POWER7.
16169         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16170         multiarch strpbrk for PPC64.
16171         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16172         ifunc selector.
16173         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16174         strpbrk for POWER7.
16176 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16178         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16179         (atan_test): Likewise.
16180         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16181         (atanh_test): Use ALL_RM_TEST.
16182         (atan2_test_data): Likewise.
16183         (cabs_test): Likewise.
16184         (cacosh_test): Likewise.
16185         (carg_test): Likewise.
16186         (casin_test): Likewise.
16187         (casinh_test): Likewise.
16188         (cbrt_test): Likewise.
16189         (csqrt_test): Likewise.
16190         (erf_test): Likewise.
16191         (erfc_test): Likewise.
16192         (pow10_test): Likewise.
16193         (exp2_test): Likewise.
16194         (hypot_test): Likewise.
16195         (j0_test): Likewise.
16196         (j1_test): Likewise.
16197         (lgamma_test): Likewise.
16198         (gamma_test): Likewise.
16199         (sincos_test): Likewise.
16200         (tanh_test): Likewise.
16201         (y0_test): Likewise.
16202         (y1_test): Likewise.
16203         * sysdeps/i386/fpu/libm-test-ulps: Update.
16204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16206 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16208         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16209         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16210         and strcspn-ppc64 objects.
16211         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16212         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16213         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16214         multiarch strcspn for POWER7.
16215         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16216         multiarch strcspn for PPC64.
16217         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16218         ifunc selector.
16219         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16220         strcspn for POWER7.
16222 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16224         * math/gen-libm-test.pl (generate_testfile): Expect only function
16225         name as argument to AUTO_TESTS_* and pass results for all rounding
16226         modes to parse_args.
16227         (parse_auto_input): Separate inputs of automatic tests from
16228         outputs before storing in %auto_tests.
16229         * math/libm-test.inc (acos_test_data): Update call to
16230         AUTO_TESTS_f_f.
16231         (acos_test): Use ALL_RM_TEST.
16232         (acos_tonearest_test_data): Remove.
16233         (acos_test_tonearest): Likewise.
16234         (acos_towardzero_test_data): Likewise.
16235         (acos_test_towardzero): Likewise.
16236         (acos_downward_test_data): Likewise.
16237         (acos_test_downward): Likewise.
16238         (acos_upward_test_data): Likewise.
16239         (acos_test_upward): Likewise.
16240         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16241         (asin_test_data): Likewise.
16242         (asin_test): Use ALL_RM_TEST.
16243         (asin_tonearest_test_data): Remove.
16244         (asin_test_tonearest): Likewise.
16245         (asin_towardzero_test_data): Likewise.
16246         (asin_test_towardzero): Likewise.
16247         (asin_downward_test_data): Likewise.
16248         (asin_test_downward): Likewise.
16249         (asin_upward_test_data): Likewise.
16250         (asin_test_upward): Likewise.
16251         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16252         (atan_test_data): Likewise.
16253         (atanh_test_data): Likewise.
16254         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16255         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16256         (carg_test_data): Likewise.
16257         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16258         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16259         (ccosh_test_data): Likewise.
16260         (cexp_test_data): Likewise.
16261         (clog_test_data): Likewise.
16262         (clog10_test_data): Likewise.
16263         (cos_test_data): Update call to AUTO_TESTS_f_f.
16264         (cos_test): Use ALL_RM_TEST.
16265         (cos_tonearest_test_data): Remove.
16266         (cos_test_tonearest): Likewise.
16267         (cos_towardzero_test_data): Likewise.
16268         (cos_test_towardzero): Likewise.
16269         (cos_downward_test_data): Likewise.
16270         (cos_test_downward): Likewise.
16271         (cos_upward_test_data): Likewise.
16272         (cos_test_upward): Likewise.
16273         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16274         (cosh_test): Use ALL_RM_TEST.
16275         (cosh_tonearest_test_data): Remove.
16276         (cosh_test_tonearest): Likewise.
16277         (cosh_towardzero_test_data): Likewise.
16278         (cosh_test_towardzero): Likewise.
16279         (cosh_downward_test_data): Likewise.
16280         (cosh_test_downward): Likewise.
16281         (cosh_upward_test_data): Likewise.
16282         (cosh_test_upward): Likewise.
16283         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16284         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16285         (ctan_test_data): Likewise.
16286         (ctan_test): Use ALL_RM_TEST.
16287         (ctan_tonearest_test_data): Remove.
16288         (ctan_test_tonearest): Likewise.
16289         (ctan_towardzero_test_data): Likewise.
16290         (ctan_test_towardzero): Likewise.
16291         (ctan_downward_test_data): Likewise.
16292         (ctan_test_downward): Likewise.
16293         (ctan_upward_test_data): Likewise.
16294         (ctan_test_upward): Likewise.
16295         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16296         (ctanh_test): Use ALL_RM_TEST.
16297         (ctanh_tonearest_test_data): Remove.
16298         (ctanh_test_tonearest): Likewise.
16299         (ctanh_towardzero_test_data): Likewise.
16300         (ctanh_test_towardzero): Likewise.
16301         (ctanh_downward_test_data): Likewise.
16302         (ctanh_test_downward): Likewise.
16303         (ctanh_upward_test_data): Likewise.
16304         (ctanh_test_upward): Likewise.
16305         (erf_test_data): Update call to AUTO_TESTS_f_f.
16306         (erfc_test_data): Likewise.
16307         (exp_test_data): Likewise.
16308         (exp_test): Use ALL_RM_TEST.
16309         (exp_tonearest_test_data): Remove.
16310         (exp_test_tonearest): Likewise.
16311         (exp_towardzero_test_data): Likewise.
16312         (exp_test_towardzero): Likewise.
16313         (exp_downward_test_data): Likewise.
16314         (exp_test_downward): Likewise.
16315         (exp_upward_test_data): Likewise.
16316         (exp_test_upward): Likewise.
16317         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16318         (exp10_test): Use ALL_RM_TEST.
16319         (exp10_tonearest_test_data): Remove.
16320         (exp10_test_tonearest): Likewise.
16321         (exp10_towardzero_test_data): Likewise.
16322         (exp10_test_towardzero): Likewise.
16323         (exp10_downward_test_data): Likewise.
16324         (exp10_test_downward): Likewise.
16325         (exp10_upward_test_data): Likewise.
16326         (exp10_test_upward): Likewise.
16327         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16328         (expm1_test_data): Likewise.
16329         (expm1_test): Use ALL_RM_TEST.
16330         (expm1_tonearest_test_data): Remove.
16331         (expm1_test_tonearest): Likewise.
16332         (expm1_towardzero_test_data): Likewise.
16333         (expm1_test_towardzero): Likewise.
16334         (expm1_downward_test_data): Likewise.
16335         (expm1_test_downward): Likewise.
16336         (expm1_upward_test_data): Likewise.
16337         (expm1_test_upward): Likewise.
16338         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16339         (fma_test): Use ALL_RM_TEST.
16340         (fma_towardzero_test_data): Remove.
16341         (fma_test_towardzero): Likewise.
16342         (fma_downward_test_data): Likewise.
16343         (fma_test_downward): Likewise.
16344         (fma_upward_test_data): Likewise.
16345         (fma_test_upward): Likewise.
16346         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16347         (j0_test_data): Update call to AUTO_TESTS_f_f.
16348         (j1_test_data): Likewise.
16349         (jn_test_data): Update call to AUTO_TESTS_if_f.
16350         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16351         (log_test_data): Update call to AUTO_TESTS_f_f.
16352         (log10_test_data): Likewise.
16353         (log1p_test_data): Likewise.
16354         (log2_test_data): Likewise.
16355         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16356         (pow_tonearest_test_data): Likewise.
16357         (sin_test_data): Update call to AUTO_TESTS_f_f.
16358         (sin_test): Use ALL_RM_TEST.
16359         (sin_tonearest_test_data): Remove.
16360         (sin_test_tonearest): Likewise.
16361         (sin_towardzero_test_data): Likewise.
16362         (sin_test_towardzero): Likewise.
16363         (sin_downward_test_data): Likewise.
16364         (sin_test_downward): Likewise.
16365         (sin_upward_test_data): Likewise.
16366         (sin_test_upward): Likewise.
16367         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16368         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16369         (sinh_test): Use ALL_RM_TEST.
16370         (sinh_tonearest_test_data): Remove.
16371         (sinh_test_tonearest): Likewise.
16372         (sinh_towardzero_test_data): Likewise.
16373         (sinh_test_towardzero): Likewise.
16374         (sinh_downward_test_data): Likewise.
16375         (sinh_test_downward): Likewise.
16376         (sinh_upward_test_data): Likewise.
16377         (sinh_test_upward): Likewise.
16378         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16379         (sqrt_test): Use ALL_RM_TEST.
16380         (sqrt_tonearest_test_data): Remove.
16381         (sqrt_test_tonearest): Likewise.
16382         (sqrt_towardzero_test_data): Likewise.
16383         (sqrt_test_towardzero): Likewise.
16384         (sqrt_downward_test_data): Likewise.
16385         (sqrt_test_downward): Likewise.
16386         (sqrt_upward_test_data): Likewise.
16387         (sqrt_test_upward): Likewise.
16388         (tan_test_data): Update call to AUTO_TESTS_f_f.
16389         (tan_test): Use ALL_RM_TEST.
16390         (tan_tonearest_test_data): Remove.
16391         (tan_test_tonearest): Likewise.
16392         (tan_towardzero_test_data): Likewise.
16393         (tan_test_towardzero): Likewise.
16394         (tan_downward_test_data): Likewise.
16395         (tan_test_downward): Likewise.
16396         (tan_upward_test_data): Likewise.
16397         (tan_test_upward): Likewise.
16398         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16399         (tgamma_test_data): Likewise.
16400         (y0_test_data): Likewise.
16401         (y1_test_data): Likewise.
16402         (yn_test_data): Update call to AUTO_TESTS_if_f.
16403         (main): Do not call removed functions.
16405 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16407         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16408         (ldexp_test_data): Remove.
16409         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16410         scalbn_test_data.
16411         (scalb_test): Use ALL_RM_TEST.
16413 2014-03-19  Andreas Schwab  <schwab@suse.de>
16415         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16417 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16419         [BZ #16649]
16420         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16421         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16422         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16423         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16424         (__ASSUME_PREADV): Undefine.
16425         (__ASSUME_PWRITEV): Likewise.
16427 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16429         * bits/mman-linux.h: Add comment about non-Linux use.
16430         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16431         bits/mman-linux.h resting place.
16433         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16434         * bits/mman-linux.h: ... here.
16436 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16438         * conform/conformtest.pl: Add standard definition when calling C
16439         preprocessor on data files.
16440         (checknamespace): Remove unused variable.
16442 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16444         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16445         minus_oflow, plus_uflow and minus_uflow in expected results.
16446         * math/libm-test.inc (scalbn_test_data): Add more tests of
16447         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16448         minus_uflow.
16449         (scalbn_test): Use ALL_RM_TEST.
16450         (scalbln_test_data): Add more tests of negative arguments.  Use
16451         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16452         (scalbln_test): Use ALL_RM_TEST.
16454 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16456         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16458 2014-03-18  Will Newton  <will.newton@linaro.org>
16460         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16461         inaccurate comment.
16463 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16465         * Makerules [!subdir] (check-abi): Exit with error status if a
16466         test failed.
16468 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16470         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16471         for rint.  Include results for all rounding modes.
16472         (nearbyint_test): Use ALL_RM_TEST.
16473         (rint_test_data): Include all tests used for nearbyint.
16475 2014-03-17  Will Newton  <will.newton@linaro.org>
16477         * nptl/sysdeps/pthread/pthread.h: Revert previous
16478         change.
16480         * sysdeps/generic/ldsodefs.h: Revert previous
16481         change.
16483         * libio/genops.c: Revert previous change.
16484         * libio/libioP.h: Likewise.
16485         * stdio-common/vfprintf.c: Likewise.
16487         * sysdeps/generic/math_private.h: Revert previous
16488         change.
16490         * sysdeps/generic/math_private.h: Check whether
16491         HAVE_RM_CTX is defined with #ifdef rather
16492         than #if.
16494         * argp/argp-fmtstream.h: Check whether
16495         __STRICT_ANSI__ is defined with #ifdef rather
16496         than #if.
16497         * argp/argp.h: Likewise.
16499         * libio/genops.c: Check whether
16500         _IO_JUMPS_OFFSET is defined with #ifdef rather
16501         than #if.
16502         * libio/libioP.h: Likewise.
16503         * stdio-common/vfprintf.c: Likewise.
16505         * sysdeps/generic/ldsodefs.h: Check whether
16506         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16507         than #if.
16509         * nptl/sysdeps/pthread/pthread.h: Check
16510         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16511         its value.
16513 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16515         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16516         setting O_APPEND.
16517         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16518         test case.
16520         [BZ #16680]
16521         * libio/fileops.c (_IO_file_open): Seek to end of file but
16522         don't cache the offset.
16523         (get_file_offset): Remove function.
16524         (do_ftell): Use cached offset when available.
16525         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16526         don't cache the offset.
16527         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16528         case.
16529         (do_one_test): Call it.
16530         (do_ftell_test): Fix up expected old offset for a+ mode.
16531         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16532         available.
16534         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16535         up test status with function return status.
16536         (do_write_test): Likewise.
16537         (do_append_test): Likewise.
16539         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16540         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16541         Remove.
16543 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16545         * math/gen-libm-test.pl (parse_args): Handle results specified for
16546         each rounding mode separately.
16547         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16548         tests and results from lrint_tonearest_test_data,
16549         lrint_towardzero_test_data, lrint_downward_test_data and
16550         lrint_upward_test_data.
16551         (lrint_test): Use ALL_RM_TEST.
16552         (lrint_tonearest_test_data): Remove.
16553         (lrint_test_tonearest): Likewise.
16554         (lrint_towardzero_test_data): Likewise.
16555         (lrint_test_towardzero): Likewise.
16556         (lrint_downward_test_data): Likewise.
16557         (lrint_test_downward): Likewise.
16558         (lrint_upward_test_data): Likewise.
16559         (lrint_test_upward): Likewise.
16560         (llrint_test_data): Merge in per-rounding-mode tests and results
16561         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16562         llrint_downward_test_data and llrint_upward_test_data.
16563         (llrint_test): Use ALL_RM_TEST.
16564         (llrint_tonearest_test_data): Remove.
16565         (llrint_test_tonearest): Likewise.
16566         (llrint_towardzero_test_data): Likewise.
16567         (llrint_test_towardzero): Likewise.
16568         (llrint_downward_test_data): Likewise.
16569         (llrint_test_downward): Likewise.
16570         (llrint_upward_test_data): Likewise.
16571         (llrint_test_upward): Likewise.
16572         (rint_test_data): Merge in per-rounding-mode tests and results
16573         from rint_tonearest_test_data, rint_towardzero_test_data,
16574         rint_downward_test_data and rint_upward_test_data.  Add
16575         per-rounding-mode results for tests not in those arrays.
16576         (rint_test): Use ALL_RM_TEST.
16577         (rint_tonearest_test_data): Remove.
16578         (rint_test_tonearest): Likewise.
16579         (rint_towardzero_test_data): Likewise.
16580         (rint_test_towardzero): Likewise.
16581         (rint_downward_test_data): Likewise.
16582         (rint_test_downward): Likewise.
16583         (rint_upward_test_data): Likewise.
16584         (rint_test_upward): Likewise.
16585         (main): Don't call removed functions.
16587 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16589         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16590         "Compiled on ..." crapola.  It is anti-useful.
16592 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16594         * scripts/evaluate-test.sh: Handle fourth argument to determine
16595         whether test run should stop on failure.
16596         * Makeconfig (stop-on-test-failure): New variable.
16597         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16598         $(stop-on-test-failure).
16599         * Makefile (tests): Give a summary of results from testing and
16600         exit with failure status if they include an ERROR or FAIL.
16601         (xtests): Likewise.
16602         * manual/install.texi (Configuring and compiling): Mention
16603         stop-on-test-failure=y.
16604         * INSTALL: Regenerated.
16606 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16608         * scripts/versionlist.awk: New file.
16609         * Makerules [$(build-shared) = yes]
16610         (postclean-generated): Add Versions.def, not Versions.def.v and
16611         Versions.def.v.i.
16612         ($(common-objpfx)Versions.def.v.i): Target removed.
16613         ($(common-objpfx)Versions.def): New target.
16614         ($(common-objpfx)Versions.all): Depend on that rather that
16615         $(common-objpfx)Versions.def.v.
16616         * Versions.def: File removed.
16618         * Makeconfig (+gccwarn): Add -Wundef.
16619         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16620         a dl-sysdep.h breaking its contract.
16621         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16622         * include/stackinfo.h: New file.
16623         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16624         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16625         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16626         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16627         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16628         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16629         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16630         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16631         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16632         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16633         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16634         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16635         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16636         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16637         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16639 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16641         [BZ #16707]
16642         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16643         implementation.
16644         * math/libm-test.inc (round_test_data): Add more tests.
16646         [BZ #16706]
16647         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16648         implementation.
16649         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16651         [BZ #16701]
16652         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16653         implementation.
16654         * math/libm-test.inc (ceil_test_data): Add more tests.
16656         * math/libm-test.inc (trunc_test_data): Add more tests related to
16657         BZ#16414.
16659 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16661         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16662         with #if rather than #ifdef.
16663         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16665 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16667         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16668         first.  Disable AVX-512 GCC support if assembler doesn't support
16669         it.
16670         * sysdeps/x86_64/configure: Regenerated.
16672 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16674         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16675         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16676         (__old_pthread_attr_setstack): Likewise.
16677         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16678         [!_STACK_GROWS_DOWN]: Likewise.
16680 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16682         * config.make.in (have-bash2): Delete.
16683         * configure.ac (libc_cv_have_bash2): Delete.
16684         * configure: Regenerate.
16685         * elf/Makefile (common-ldd-rewrite): Rename to ...
16686         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16687         (sh-ldd-rewrite): Delete.
16688         (bash-ldd-rewrite): Delete.
16689         (have-bash2): Delete checks.
16690         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16691         ldd-rewrite.
16693         * config.make.in (have-ksh): Delete.
16694         (KSH): Delete.
16695         * configure.ac (libc_cv_have_ksh): Delete.
16696         * configure: Regenerate.
16698         * elf/Makefile: Delete $(have-ksh) check.
16699         ($(objpfx)sotruss): Change KSH to BASH.
16700         * elf/sotruss.ksh: Rename to ...
16701         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16702         function style to match POSIX.  Drop ksh vim mode setting.
16704         * manual/time.texi (Specifying the Time Zone with TZ): Change
16705         Tuesday to Thursday.
16707         * debug/tst-longjmp_chk2.c: Update header comment.
16708         (stackoverflow_handler): Add comment.  Call assert on pass value.
16710 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16712         [BZ #16194]
16713         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16714         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16715         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16716         (La_x86_64_vector): Add zmm.
16717         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16718         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16719         ($(objpfx)tst-audit10): New target.
16720         ($(objpfx)tst-audit10.out): Likewise.
16721         (tst-audit10-ENV): New.
16722         (AVX512-CFLAGS): Likewise.
16723         (CFLAGS-tst-audit10.c): Likewise.
16724         (CFLAGS-tst-auditmod10a.c): Likewise.
16725         (CFLAGS-tst-auditmod10b.c): Likewise.
16726         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16727         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16728         * sysdeps/x86_64/configure: Regenerated.
16729         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16730         AVX-512 zmm register support.
16731         (_dl_x86_64_save_sse): Likewise.
16732         (_dl_x86_64_restore_sse): Likewise.
16733         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16734         size vector registers.
16735         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16736         (ZMM_SIZE): Likewise.
16737         * sysdeps/x86_64/tst-audit10.c: New file.
16738         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16739         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16741 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16743         * configure.ac (HAVE_EHDR_START): New check.
16744         * configure: Regenerated.
16745         * config.h.in (HAVE_EHDR_START): New #undef.
16746         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16747         assuming the lowest-addressed segment maps the start of the file.
16749 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16751         * INSTALL: Regenerated.
16753 2014-03-13  Will Newton  <will.newton@linaro.org>
16755         * manual/setjmp.texi (System V contexts): Improve
16756         clarity and grammar of documentation.
16758 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16760         [BZ #16381]
16761         * elf/Makefile (tests): Add tst-pie2.
16762         (tests-pie): Add tst-pie2.
16763         * elf/tst-pie2.c: New file.
16764         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16765         for ET_EXEC.
16766         * elf/rtld.c (map_doit): Load executable as lt_executable.
16767         (dl_main): Likewise.
16769 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16771         [BZ #16642]
16772         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16773         (__ASSUME_PSELECT): Undefine.
16775 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16777         [BZ #16689]
16778         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16779         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16780         static build.
16781         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16782         selector for static builds.
16784 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16786         [BZ #16695]
16787         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16788         key in the buffer.
16790 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16792         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16793         IFUNC selector for static builds.
16795 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16797         * sysdeps/mips/math_private.h [__mips_hard_float]
16798         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16799         libc_feresetround_mips_ctx.
16800         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16801         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16802         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16804         [BZ #16677]
16805         * math/s_nextafter.c (__nextafter): Do not return value from
16806         overflowing computation.
16807         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16808         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16809         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16810         Likewise.
16811         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16812         Likewise.
16813         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16814         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16816 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16818         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16819         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16820         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16821         the new mov targetting sp.
16823 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16825         [BZ #16683]
16826         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16827         Define it for static builds as well.
16828         (NO_BZERO_IMPL): Likewise.
16830 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16832         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16833         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16834         multiarch strspn for PPC64.
16835         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16836         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16837         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16838         (__libc_ifunc_impl_list): Likewise.
16839         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16840         multiarch optimizations
16841         * string/strspn.c (strspn): Using macro to redefine symbol name.
16843 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16844             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16846         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16847         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16848         multiarch strncat for PPC64.
16849         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16850         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16851         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16852         (__libc_ifunc_impl_list): Likewise.
16853         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16854         multiarch optimizations
16856 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16858         [BZ #16639]
16859         * nscd/nscd.service: Make service type forking.
16861 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16863         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16864         sign in non default rounding modes.
16865         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16867 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16869         * math/libm-test.inc (ALL_RM_TEST): New macro.
16870         (ceil_test): Use ALL_RM_TEST.
16871         (cimag_test): Likewise.
16872         (conj_test): Likewise.
16873         (copysign_test): Likewise.
16874         (cproj_test): Likewise.
16875         (creal_test): Likewise.
16876         (fabs_test): Likewise.
16877         (floor_test): Likewise.
16878         (fmax_test): Likewise.
16879         (fmin_test): Likewise.
16880         (fmod_test): Likewise.
16881         (fpclassify_test): Likewise.
16882         (frexp_test): Likewise.
16883         (ilogb_test): Likewise.
16884         (isfinite_test): Likewise.
16885         (finite_test): Likewise.
16886         (isgreater_test): Likewise.
16887         (isgreaterequal_test): Likewise.
16888         (isinf_test): Likewise.
16889         (isless_test): Likewise.
16890         (islessequal_test): Likewise.
16891         (islessgreater_test): Likewise.
16892         (isnan_test): Likewise.
16893         (isnormal_test): Likewise.
16894         (issignaling_test): Likewise.
16895         (isunordered_test): Likewise.
16896         (logb_test): Likewise.
16897         (logb_downward_test_data): Remove.
16898         (logb_test_downward): Likewise.
16899         (lround_test): Use ALL_RM_TEST.
16900         (llround_test): Likewise.
16901         (modf_test): Likewise.
16902         (nexttoward_test): Likewise.
16903         (remainder_test): Likewise.
16904         (drem_test): Likewise.
16905         (remainder_tonearest_test_data): Likewise.
16906         (remainder_test_tonearest): Likewise.
16907         (drem_test_tonearest): Likewise.
16908         (remainder_towardzero_test_data): Likewise.
16909         (remainder_test_towardzero): Likewise.
16910         (drem_test_towardzero): Likewise.
16911         (remainder_downward_test_data): Likewise.
16912         (remainder_test_downward): Likewise.
16913         (drem_test_downward): Likewise.
16914         (remainder_upward_test_data): Likewise.
16915         (remainder_test_upward): Likewise.
16916         (drem_test_upward): Likewise.
16917         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16918         (round_test): Use ALL_RM_TEST.
16919         (signbit_test): Likewise.
16920         (trunc_test): Likewise.
16921         (significand_test): Likewise.
16922         (main): Don't call removed functions.
16924 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16926         [BZ #16674]
16927         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16928         || __USE_XOPEN2K8].
16929         (ILL_ILLOPN): Likewise.
16930         (ILL_ILLADR): Likewise.
16931         (ILL_ILLTRP): Likewise.
16932         (ILL_PRVOPC): Likewise.
16933         (ILL_PRVREG): Likewise.
16934         (ILL_COPROC): Likewise.
16935         (ILL_BADSTK): Likewise.
16936         (FPE_INTDIV): Likewise.
16937         (FPE_INTOVF): Likewise.
16938         (FPE_FLTDIV): Likewise.
16939         (FPE_FLTOVF): Likewise.
16940         (FPE_FLTUND): Likewise.
16941         (FPE_FLTRES): Likewise.
16942         (FPE_FLTINV): Likewise.
16943         (FPE_FLTSUB): Likewise.
16944         (SEGV_MAPERR): Likewise.
16945         (SEGV_ACCERR): Likewise.
16946         (BUS_ADRALN): Likewise.
16947         (BUS_ADRERR): Likewise.
16948         (BUS_OBJERR): Likewise.
16949         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16950         (TRAP_TRACE): Likewise.
16951         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16952         __USE_XOPEN2K8].
16953         (CLD_KILLED): Likewise.
16954         (CLD_DUMPED): Likewise.
16955         (CLD_TRAPPED): Likewise.
16956         (CLD_STOPPED): Likewise.
16957         (CLD_CONTINUED): Likewise.
16958         (POLL_IN): Likewise.
16959         (POLL_OUT): Likewise.
16960         (POLL_MSG): Likewise.
16961         (POLL_ERR): Likewise.
16962         (POLL_PRI): Likewise.
16963         (POLL_HUP): Likewise.
16964         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16965         Likewise.
16966         (ILL_ILLOPN): Likewise.
16967         (ILL_ILLADR): Likewise.
16968         (ILL_ILLTRP): Likewise.
16969         (ILL_PRVOPC): Likewise.
16970         (ILL_PRVREG): Likewise.
16971         (ILL_COPROC): Likewise.
16972         (ILL_BADSTK): Likewise.
16973         (FPE_INTDIV): Likewise.
16974         (FPE_INTOVF): Likewise.
16975         (FPE_FLTDIV): Likewise.
16976         (FPE_FLTOVF): Likewise.
16977         (FPE_FLTUND): Likewise.
16978         (FPE_FLTRES): Likewise.
16979         (FPE_FLTINV): Likewise.
16980         (FPE_FLTSUB): Likewise.
16981         (SEGV_MAPERR): Likewise.
16982         (SEGV_ACCERR): Likewise.
16983         (BUS_ADRALN): Likewise.
16984         (BUS_ADRERR): Likewise.
16985         (BUS_OBJERR): Likewise.
16986         (BUS_MCEERR_AR): Likewise.
16987         (BUS_MCEERR_AO): Likewise.
16988         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16989         (TRAP_TRACE): Likewise.
16990         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16991         __USE_XOPEN2K8].
16992         (CLD_KILLED): Likewise.
16993         (CLD_DUMPED): Likewise.
16994         (CLD_TRAPPED): Likewise.
16995         (CLD_STOPPED): Likewise.
16996         (CLD_CONTINUED): Likewise.
16997         (POLL_IN): Likewise.
16998         (POLL_OUT): Likewise.
16999         (POLL_MSG): Likewise.
17000         (POLL_ERR): Likewise.
17001         (POLL_PRI): Likewise.
17002         (POLL_HUP): Likewise.
17003         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17004         (ILL_ILLOPN): Likewise.
17005         (ILL_ILLADR): Likewise.
17006         (ILL_ILLTRP): Likewise.
17007         (ILL_PRVOPC): Likewise.
17008         (ILL_PRVREG): Likewise.
17009         (ILL_COPROC): Likewise.
17010         (ILL_BADSTK): Likewise.
17011         (FPE_INTDIV): Likewise.
17012         (FPE_INTOVF): Likewise.
17013         (FPE_FLTDIV): Likewise.
17014         (FPE_FLTOVF): Likewise.
17015         (FPE_FLTUND): Likewise.
17016         (FPE_FLTRES): Likewise.
17017         (FPE_FLTINV): Likewise.
17018         (FPE_FLTSUB): Likewise.
17019         (SEGV_MAPERR): Likewise.
17020         (SEGV_ACCERR): Likewise.
17021         (BUS_ADRALN): Likewise.
17022         (BUS_ADRERR): Likewise.
17023         (BUS_OBJERR): Likewise.
17024         (BUS_MCEERR_AR): Likewise.
17025         (BUS_MCEERR_AO): Likewise.
17026         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17027         (TRAP_TRACE): Likewise.
17028         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17029         __USE_XOPEN2K8].
17030         (CLD_KILLED): Likewise.
17031         (CLD_DUMPED): Likewise.
17032         (CLD_TRAPPED): Likewise.
17033         (CLD_STOPPED): Likewise.
17034         (CLD_CONTINUED): Likewise.
17035         (POLL_IN): Likewise.
17036         (POLL_OUT): Likewise.
17037         (POLL_MSG): Likewise.
17038         (POLL_ERR): Likewise.
17039         (POLL_PRI): Likewise.
17040         (POLL_HUP): Likewise.
17041         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17042         Likewise.
17043         (ILL_ILLOPN): Likewise.
17044         (ILL_ILLADR): Likewise.
17045         (ILL_ILLTRP): Likewise.
17046         (ILL_PRVOPC): Likewise.
17047         (ILL_PRVREG): Likewise.
17048         (ILL_COPROC): Likewise.
17049         (ILL_BADSTK): Likewise.
17050         (ILL_BADIADDR): Likewise.
17051         (ILL_BREAK): Likewise.
17052         (FPE_INTDIV): Likewise.
17053         (FPE_INTOVF): Likewise.
17054         (FPE_FLTDIV): Likewise.
17055         (FPE_FLTOVF): Likewise.
17056         (FPE_FLTUND): Likewise.
17057         (FPE_FLTRES): Likewise.
17058         (FPE_FLTINV): Likewise.
17059         (FPE_FLTSUB): Likewise.
17060         (FPE_DECOVF): Likewise.
17061         (FPE_DECDIV): Likewise.
17062         (FPE_DECERR): Likewise.
17063         (FPE_INVASC): Likewise.
17064         (FPE_INVDEC): Likewise.
17065         (SEGV_MAPERR): Likewise.
17066         (SEGV_ACCERR): Likewise.
17067         (SEGV_PSTKOVF): Likewise.
17068         (BUS_ADRALN): Likewise.
17069         (BUS_ADRERR): Likewise.
17070         (BUS_OBJERR): Likewise.
17071         (BUS_MCEERR_AR): Likewise.
17072         (BUS_MCEERR_AO): Likewise.
17073         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17074         (TRAP_TRACE): Likewise.
17075         (TRAP_BRANCH): Likewise.
17076         (TRAP_HWBKPT): Likewise.
17077         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17078         __USE_XOPEN2K8].
17079         (CLD_KILLED): Likewise.
17080         (CLD_DUMPED): Likewise.
17081         (CLD_TRAPPED): Likewise.
17082         (CLD_STOPPED): Likewise.
17083         (CLD_CONTINUED): Likewise.
17084         (POLL_IN): Likewise.
17085         (POLL_OUT): Likewise.
17086         (POLL_MSG): Likewise.
17087         (POLL_ERR): Likewise.
17088         (POLL_PRI): Likewise.
17089         (POLL_HUP): Likewise.
17090         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17091         (ILL_ILLOPN): Likewise.
17092         (ILL_ILLADR): Likewise.
17093         (ILL_ILLTRP): Likewise.
17094         (ILL_PRVOPC): Likewise.
17095         (ILL_PRVREG): Likewise.
17096         (ILL_COPROC): Likewise.
17097         (ILL_BADSTK): Likewise.
17098         (FPE_INTDIV): Likewise.
17099         (FPE_INTOVF): Likewise.
17100         (FPE_FLTDIV): Likewise.
17101         (FPE_FLTOVF): Likewise.
17102         (FPE_FLTUND): Likewise.
17103         (FPE_FLTRES): Likewise.
17104         (FPE_FLTINV): Likewise.
17105         (FPE_FLTSUB): Likewise.
17106         (SEGV_MAPERR): Likewise.
17107         (SEGV_ACCERR): Likewise.
17108         (BUS_ADRALN): Likewise.
17109         (BUS_ADRERR): Likewise.
17110         (BUS_OBJERR): Likewise.
17111         (BUS_MCEERR_AR): Likewise.
17112         (BUS_MCEERR_AO): Likewise.
17113         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17114         (TRAP_TRACE): Likewise.
17115         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17116         __USE_XOPEN2K8].
17117         (CLD_KILLED): Likewise.
17118         (CLD_DUMPED): Likewise.
17119         (CLD_TRAPPED): Likewise.
17120         (CLD_STOPPED): Likewise.
17121         (CLD_CONTINUED): Likewise.
17122         (POLL_IN): Likewise.
17123         (POLL_OUT): Likewise.
17124         (POLL_MSG): Likewise.
17125         (POLL_ERR): Likewise.
17126         (POLL_PRI): Likewise.
17127         (POLL_HUP): Likewise.
17128         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17129         (ILL_ILLOPN): Likewise.
17130         (ILL_ILLADR): Likewise.
17131         (ILL_ILLTRP): Likewise.
17132         (ILL_PRVOPC): Likewise.
17133         (ILL_PRVREG): Likewise.
17134         (ILL_COPROC): Likewise.
17135         (ILL_BADSTK): Likewise.
17136         (FPE_INTDIV): Likewise.
17137         (FPE_INTOVF): Likewise.
17138         (FPE_FLTDIV): Likewise.
17139         (FPE_FLTOVF): Likewise.
17140         (FPE_FLTUND): Likewise.
17141         (FPE_FLTRES): Likewise.
17142         (FPE_FLTINV): Likewise.
17143         (FPE_FLTSUB): Likewise.
17144         (SEGV_MAPERR): Likewise.
17145         (SEGV_ACCERR): Likewise.
17146         (BUS_ADRALN): Likewise.
17147         (BUS_ADRERR): Likewise.
17148         (BUS_OBJERR): Likewise.
17149         (BUS_MCEERR_AR): Likewise.
17150         (BUS_MCEERR_AO): Likewise.
17151         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17152         (TRAP_TRACE): Likewise.
17153         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17154         __USE_XOPEN2K8].
17155         (CLD_KILLED): Likewise.
17156         (CLD_DUMPED): Likewise.
17157         (CLD_TRAPPED): Likewise.
17158         (CLD_STOPPED): Likewise.
17159         (CLD_CONTINUED): Likewise.
17160         (POLL_IN): Likewise.
17161         (POLL_OUT): Likewise.
17162         (POLL_MSG): Likewise.
17163         (POLL_ERR): Likewise.
17164         (POLL_PRI): Likewise.
17165         (POLL_HUP): Likewise.
17166         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17167         (ILL_ILLOPN): Likewise.
17168         (ILL_ILLADR): Likewise.
17169         (ILL_ILLTRP): Likewise.
17170         (ILL_PRVOPC): Likewise.
17171         (ILL_PRVREG): Likewise.
17172         (ILL_COPROC): Likewise.
17173         (ILL_BADSTK): Likewise.
17174         (FPE_INTDIV): Likewise.
17175         (FPE_INTOVF): Likewise.
17176         (FPE_FLTDIV): Likewise.
17177         (FPE_FLTOVF): Likewise.
17178         (FPE_FLTUND): Likewise.
17179         (FPE_FLTRES): Likewise.
17180         (FPE_FLTINV): Likewise.
17181         (FPE_FLTSUB): Likewise.
17182         (SEGV_MAPERR): Likewise.
17183         (SEGV_ACCERR): Likewise.
17184         (BUS_ADRALN): Likewise.
17185         (BUS_ADRERR): Likewise.
17186         (BUS_OBJERR): Likewise.
17187         (BUS_MCEERR_AR): Likewise.
17188         (BUS_MCEERR_AO): Likewise.
17189         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17190         (TRAP_TRACE): Likewise.
17191         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17192         __USE_XOPEN2K8].
17193         (CLD_KILLED): Likewise.
17194         (CLD_DUMPED): Likewise.
17195         (CLD_TRAPPED): Likewise.
17196         (CLD_STOPPED): Likewise.
17197         (CLD_CONTINUED): Likewise.
17198         (POLL_IN): Likewise.
17199         (POLL_OUT): Likewise.
17200         (POLL_MSG): Likewise.
17201         (POLL_ERR): Likewise.
17202         (POLL_PRI): Likewise.
17203         (POLL_HUP): Likewise.
17204         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17205         (ILL_ILLOPN): Likewise.
17206         (ILL_ILLADR): Likewise.
17207         (ILL_ILLTRP): Likewise.
17208         (ILL_PRVOPC): Likewise.
17209         (ILL_PRVREG): Likewise.
17210         (ILL_COPROC): Likewise.
17211         (ILL_BADSTK): Likewise.
17212         (ILL_DBLFLT): Likewise.
17213         (ILL_HARDWALL): Likewise.
17214         (FPE_INTDIV): Likewise.
17215         (FPE_INTOVF): Likewise.
17216         (FPE_FLTDIV): Likewise.
17217         (FPE_FLTOVF): Likewise.
17218         (FPE_FLTUND): Likewise.
17219         (FPE_FLTRES): Likewise.
17220         (FPE_FLTINV): Likewise.
17221         (FPE_FLTSUB): Likewise.
17222         (SEGV_MAPERR): Likewise.
17223         (SEGV_ACCERR): Likewise.
17224         (BUS_ADRALN): Likewise.
17225         (BUS_ADRERR): Likewise.
17226         (BUS_OBJERR): Likewise.
17227         (BUS_MCEERR_AR): Likewise.
17228         (BUS_MCEERR_AO): Likewise.
17229         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17230         (TRAP_TRACE): Likewise.
17231         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17232         __USE_XOPEN2K8].
17233         (CLD_KILLED): Likewise.
17234         (CLD_DUMPED): Likewise.
17235         (CLD_TRAPPED): Likewise.
17236         (CLD_STOPPED): Likewise.
17237         (CLD_CONTINUED): Likewise.
17238         (POLL_IN): Likewise.
17239         (POLL_OUT): Likewise.
17240         (POLL_MSG): Likewise.
17241         (POLL_ERR): Likewise.
17242         (POLL_PRI): Likewise.
17243         (POLL_HUP): Likewise.
17244         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17245         (ILL_ILLOPN): Likewise.
17246         (ILL_ILLADR): Likewise.
17247         (ILL_ILLTRP): Likewise.
17248         (ILL_PRVOPC): Likewise.
17249         (ILL_PRVREG): Likewise.
17250         (ILL_COPROC): Likewise.
17251         (ILL_BADSTK): Likewise.
17252         (FPE_INTDIV): Likewise.
17253         (FPE_INTOVF): Likewise.
17254         (FPE_FLTDIV): Likewise.
17255         (FPE_FLTOVF): Likewise.
17256         (FPE_FLTUND): Likewise.
17257         (FPE_FLTRES): Likewise.
17258         (FPE_FLTINV): Likewise.
17259         (FPE_FLTSUB): Likewise.
17260         (SEGV_MAPERR): Likewise.
17261         (SEGV_ACCERR): Likewise.
17262         (BUS_ADRALN): Likewise.
17263         (BUS_ADRERR): Likewise.
17264         (BUS_OBJERR): Likewise.
17265         (BUS_MCEERR_AR): Likewise.
17266         (BUS_MCEERR_AO): Likewise.
17267         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17268         (TRAP_TRACE): Likewise.
17269         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17270         __USE_XOPEN2K8].
17271         (CLD_KILLED): Likewise.
17272         (CLD_DUMPED): Likewise.
17273         (CLD_TRAPPED): Likewise.
17274         (CLD_STOPPED): Likewise.
17275         (CLD_CONTINUED): Likewise.
17276         (POLL_IN): Likewise.
17277         (POLL_OUT): Likewise.
17278         (POLL_MSG): Likewise.
17279         (POLL_ERR): Likewise.
17280         (POLL_PRI): Likewise.
17281         (POLL_HUP): Likewise.
17282         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17283         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17285         [BZ #16670]
17286         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17287         before #include of <time.h>.
17288         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17289         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17290         (test-xfail-UNIX98/sched.h/conform): Likewise.
17292 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17294         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17295         error absence of trapping exception support.
17296         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17298 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17300         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17301         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17302         * timezone/Makefile (testdata): Move definition above include of
17303         Rules.
17304         (test-zones): New variable.
17305         (tests-special): Add zone files.
17306         (build-testdata): Use $(evaluate-test).
17308         * elf/Makefile (tests-special): Rename tests to end with .out.
17309         ($(objpfx)noload-mem): Likewise.
17310         ($(objpfx)tst-leaks1-mem): Likewise.
17311         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17312         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17313         $(objpfx)test-iconvconfig.out.
17314         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17315         set -e inside subshell and redirect output to file.
17316         * iconvdata/Makefile (generated): Rename tests to end with .out.
17317         Correct type.
17318         (tests-special): Rename tests to end with .out.
17319         ($(objpfx)mtrace-tst-loading): Likewise.
17320         * intl/Makefile (generated): Likewise.
17321         (tests-special): Likewise.
17322         ($(objpfx)mtrace-tst-gettext): Likewise.
17323         * misc/Makefile (generated): Likewise.
17324         (tests-special): Likewise.
17325         ($(objpfx)tst-error1-mem): Likewise.
17326         * nptl/Makefile (tests-special): Likewise.
17327         ($(objpfx)tst-stack3-mem): Likewise.
17328         (generated): Likewise.
17329         * posix/Makefile (generated): Likewise.
17330         (tests-special): Likewise.
17331         (xtests-special): Likewise.
17332         ($(objpfx)tst-fnmatch-mem): Likewise.
17333         ($(objpfx)bug-regex2-mem): Likewise.
17334         ($(objpfx)bug-regex14-mem): Likewise.
17335         ($(objpfx)bug-regex21-mem): Likewise.
17336         ($(objpfx)bug-regex31-mem): Likewise.
17337         ($(objpfx)tst-vfork3-mem): Likewise.
17338         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17339         ($(objpfx)tst-pcre-mem): Likewise.
17340         ($(objpfx)tst-boost-mem): Likewise.
17341         ($(objpfx)bug-ga2-mem): Likewise.
17342         ($(objpfx)bug-glob2-mem): Likewise.
17343         * resolv/Makefile (generate): Likewise.
17344         (tests-special): Likewise.
17345         (xtests-special): Likewise.
17346         (generated): Likewise.
17347         ($(objpfx)mtrace-tst-leaks): Likewise.
17348         ($(objpfx)mtrace-tst-leaks2): Likewise.
17350         * scripts/merge-test-results.sh: New file.
17351         * Makefile (tests-special-notdir): New variable.
17352         (tests): Run merge-test-results.sh.
17353         (xtests): Likewise.
17354         * Rules (tests-special-notdir): New variable.
17355         (xtests-special-notdir): Likewise.
17356         (tests): Run merge-test-results.sh
17357         (xtests): Likewise.
17359         * Makeconfig (test-xfail-name): New variable.
17360         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17361         compute variable name for expected failures.
17362         * conform/Makefile (conformtest-headers-data): New variable.
17363         (conformtest-standards): Likewise.
17364         (conformtest-headers-ISO): Likewise.
17365         (conformtest-headers-ISO99): Likewise.
17366         (conformtest-headers-ISO11): Likewise.
17367         (conformtest-headers-POSIX): Likewise.
17368         (conformtest-headers-XPG3): Likewise.
17369         (conformtest-headers-XPG4): Likewise.
17370         (conformtest-headers-UNIX98): Likewise.
17371         (conformtest-headers-XOPEN2K): Likewise.
17372         (conformtest-headers-POSIX2008): Likewise.
17373         (conformtest-headers-XOPEN2K8): Likewise.
17374         (conformtest-header-list-base): Likewise.
17375         (conformtest-header-list-tests): Likewise.
17376         (conformtest-header-base): Likewise.
17377         (conformtest-header-tests): Likewise.
17378         (tests-special): Add $(conformtest-header-list-tests).  If
17379         [$(fast-check) && !$(cross-compiling)], add
17380         $(conformtest-header-tests) instead of
17381         $(objpfx)run-conformtest.out.
17382         (generated): Add $(conformtest-header-list-base).  If
17383         [$(fast-check) && !$(cross-compiling)], add
17384         $(conformtest-header-base).  Remove previous setting.
17385         ($(conformtest-header-list-tests)): New target.
17386         (test-xfail-run-conformtest): Remove variable.
17387         ($(objpfx)run-conformtest.out): Remove target.
17388         (test-xfail-ISO11/complex.h/conform): New variable.
17389         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17390         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17391         (test-xfail-XPG3/varargs.h/conform): Likewise.
17392         (test-xfail-XPG4/varargs.h/conform): Likewise.
17393         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17394         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17395         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17396         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17397         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17398         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17399         (test-xfail-XPG3/ftw.h/conform): Likewise.
17400         (test-xfail-XPG3/grp.h/conform): Likewise.
17401         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17402         (test-xfail-XPG3/limits.h/conform): Likewise.
17403         (test-xfail-XPG3/pwd.h/conform): Likewise.
17404         (test-xfail-XPG3/search.h/conform): Likewise.
17405         (test-xfail-XPG3/signal.h/conform): Likewise.
17406         (test-xfail-XPG3/stdio.h/conform): Likewise.
17407         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17408         (test-xfail-XPG3/string.h/conform): Likewise.
17409         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17410         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17411         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17412         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17413         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17414         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17415         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17416         (test-xfail-XPG3/termios.h/conform): Likewise.
17417         (test-xfail-XPG3/time.h/conform): Likewise.
17418         (test-xfail-XPG3/unistd.h/conform): Likewise.
17419         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17420         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17421         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17422         (test-xfail-XPG4/netdb.h/conform): Likewise.
17423         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17424         (test-xfail-XPG4/signal.h/conform): Likewise.
17425         (test-xfail-XPG4/stdio.h/conform): Likewise.
17426         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17427         (test-xfail-XPG4/stropts.h/conform): Likewise.
17428         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17429         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17430         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17431         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17432         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17433         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17434         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17435         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17436         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17437         (test-xfail-XPG4/termios.h/conform): Likewise.
17438         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17439         (test-xfail-XPG4/unistd.h/conform): Likewise.
17440         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17441         (test-xfail-POSIX/sched.h/conform): Likewise.
17442         (test-xfail-POSIX/signal.h/conform): Likewise.
17443         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17444         (test-xfail-POSIX/tar.h/conform): Likewise.
17445         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17446         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17447         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17448         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17449         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17450         (test-xfail-UNIX98/sched.h/conform): Likewise.
17451         (test-xfail-UNIX98/signal.h/conform): Likewise.
17452         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17453         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17454         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17455         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17456         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17457         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17458         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17459         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17460         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17461         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17462         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17463         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17464         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17465         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17466         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17467         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17468         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17469         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17470         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17471         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17472         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17473         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17474         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17475         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17476         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17477         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17478         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17479         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17480         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17481         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17482         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17483         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17484         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17485         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17486         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17487         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17488         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17489         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17490         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17491         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17492         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17493         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17494         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17495         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17496         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17497         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17498         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17499         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17500         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17501         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17502         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17503         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17504         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17505         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17506         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17507         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17508         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17509         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17510         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17511         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17512         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17513         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17514         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17515         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17516         (conformtest-cc-flags): Likewise.
17517         ($(conformtest-header-tests): New target.
17518         * conform/check-header-lists.sh: New file.
17519         * conform/run-conformtest.sh: Remove.
17521         * conform/conformtest.pl: Allow ' and \ in values given for
17522         constants.
17523         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17524         inclusion.
17525         [POSIX] (sys/types.h): Likewise.
17526         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17527         inclusion.
17528         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17529         inclusion.
17530         * conform/data/signal.h-data (SIGIO): Remove expectation.
17531         [XPG3] (SIGBUS): Do not expect.
17532         [POSIX || XPG3] (SIGPOLL): Likewise.
17533         [POSIX || XPG3] (SIGPROF): Likewise.
17534         [POSIX || XPG3] (SIGSYS): Likewise.
17535         [XPG3] (SIGTRAP): Likewise.
17536         [POSIX || XPG3] (SIGURG): Likewise.
17537         [POSIX || XPG3] (SIGVTALRM): Likewise.
17538         [POSIX || XPG3] (SIGXCPU): Likewise.
17539         [POSIX || XPG3] (SIGXFSZ): Likewise.
17540         [POSIX] (SA_SIGINFO): Expect.
17541         [XPG3] (siginfo_t): Do not expect type or contents.
17542         [POSIX] (si_pid): Do not expect element.
17543         [POSIX] (si_uid): Likewise.
17544         [POSIX] (si_addr): Likewise.
17545         [POSIX] (si_status): Likewise.
17546         [POSIX] (si_band): Likewise.
17547         [XPG4] (si_value): Likewise.
17548         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17549         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17550         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17551         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17552         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17553         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17554         [POSIX || XPG3] (ILL_COPROC): Likewise.
17555         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17556         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17557         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17558         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17559         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17560         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17561         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17562         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17563         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17564         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17565         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17566         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17567         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17568         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17569         [POSIX || XPG3] (CLD_EXITED): Likewise.
17570         [POSIX || XPG3] (CLD_KILLED): Likewise.
17571         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17572         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17573         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17574         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17575         [POSIX || XPG3] (POLL_IN): Likewise.
17576         [POSIX || XPG3] (POLL_OUT): Likewise.
17577         [POSIX || XPG3] (POLL_MSG): Likewise.
17578         [POSIX || XPG3] (POLL_ERR): Likewise.
17579         [POSIX || XPG3] (POLL_PRI): Likewise.
17580         [POSIX || XPG3] (POLL_HUP): Likewise.
17581         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17582         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17583         (SIG*): Do not allow.
17584         [XPG3] (si_*): Likewise.
17585         [XPG3] (SI_*): Likewise.
17586         [XPG3 || XPG4] (sigev_*): Likewise.
17587         [XPG3 || XPG4] (SIGEV_*): Likewise.
17588         [XPG3 || XPG4] (sival_*): Likewise.
17589         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17590         [POSIX || XPG3] (BUS_*): Likewise.
17591         [POSIX || XPG3] (CLD_*): Likewise.
17592         [POSIX || XPG3] (FPE_*): Likewise.
17593         [POSIX || XPG3] (ILL_*): Likewise.
17594         [POSIX || XPG3] (POLL_*): Likewise.
17595         [POSIX || XPG3] (SEGV_*): Likewise.
17596         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17597         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17598         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17599         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17600         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17601         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17602         Specify type and value.
17603         (TVERSLEN): Likewise.
17604         (REGTYPE): Likewise.
17605         (AREGTYPE): Likewise.
17606         (LNKTYPE): Likewise.
17607         (SYMTYPE): Likewise.
17608         (CHRTYPE): Likewise.
17609         (BLKTYPE): Likewise.
17610         (DIRTYPE): Likewise.
17611         (FIFOTYPE): Likewise.
17612         (CONTTYPE): Likewise.
17613         (TSUID): Likewise.
17614         (TSGID): Likewise.
17615         (TSVTX): Likewise.
17616         (TUREAD): Likewise.
17617         (TUWRITE): Likewise.
17618         (TUEXEC): Likewise.
17619         (TGREAD): Likewise.
17620         (TGWRITE): Likewise.
17621         (TGEXEC): Likewise.
17622         (TOREAD): Likewise.
17623         (TOWRITE): Likewise.
17624         (TOEXEC): Likewise.
17625         [POSIX] (TSVTX): Expect constant.
17627 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17629         * Makefile (tests): Change dependencies to ....
17630         (tests-special): ... additions to this variable.
17631         (tests): Depend on $(tests-special).
17632         * Makerules (check-abi-list): New variable.
17633         (check-abi): Depend on $(check-abi-list).
17634         [$(subdir) = elf] (tests-special): Add
17635         $(objpfx)check-abi-libc.out.
17636         [$(build-shared) = yes && subdir] (tests-special): Add
17637         $(check-abi-list).
17638         [$(build-shared) = yes && subdir] (tests): Do not depend on
17639         check-abi.
17640         * Rules (tests): Depend on $(tests-special).
17641         (xtests): Depend on $(xtests-special).
17642         * catgets/Makefile (tests): Change dependencies to ....
17643         (tests-special): ... additions to this variable.
17644         * conform/Makefile (tests): Change dependencies to ....
17645         (tests-special): ... additions to this variable.
17646         * elf/Makefile (tests): Change dependencies to ....
17647         (tests-special): ... additions to this variable.
17648         * grp/Makefile (tests): Change dependencies to ....
17649         (tests-special): ... additions to this variable.
17650         * iconv/Makefile (xtests): Change dependencies to ....
17651         (xtests-special): ... additions to this variable.
17652         * iconvdata/Makefile (tests): Change dependencies to ....
17653         (tests-special): ... additions to this variable.
17654         * intl/Makefile (tests): Change dependencies to ....
17655         (tests-special): ... additions to this variable.  Also add
17656         $(objpfx)tst-gettext.out.
17657         * io/Makefile (tests): Change dependencies to ....
17658         (tests-special): ... additions to this variable.
17659         * libio/Makefile (tests): Change dependencies to ....
17660         (tests-special): ... additions to this variable.
17661         * malloc/Makefile (tests): Change dependencies to ....
17662         (tests-special): ... additions to this variable.
17663         * misc/Makefile (tests): Change dependencies to ....
17664         (tests-special): ... additions to this variable.
17665         * nptl/Makefile (tests): Change dependencies to ....
17666         (tests-special): ... additions to this variable.
17667         * nptl_db/Makefile (tests): Change dependencies to ....
17668         (tests-special): ... additions to this variable.
17669         * posix/Makefile (tests): Change dependencies to ....
17670         (tests-special): ... additions to this variable.
17671         (xtests): Change dependencies to ....
17672         (xtests-special): ... additions to this variable.
17673         * resolv/Makefile (tests): Change dependencies to ....
17674         (tests-special): ... additions to this variable.
17675         (xtests): Change dependencies to ....
17676         (xtests-special): ... additions to this variable.
17677         * stdio-common/Makefile (tests): Change dependencies to ....
17678         (tests-special): ... additions to this variable.
17679         (do-tst-unbputc): Remove target.
17680         (do-tst-printf): Likewise.
17681         * stdlib/Makefile (tests): Change dependencies to ....
17682         (tests-special): ... additions to this variable.
17683         * string/Makefile (tests): Change dependencies to ....
17684         (tests-special): ... additions to this variable.
17685         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17686         (tests-special): ... additions to this variable.
17688         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17689         whole file.
17690         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17691         whole file.
17692         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17693         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17695         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17696         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17697         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17698         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17699         * conform/data/libgen.h-data [XPG3]: Likewise.
17700         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17701         * conform/data/ndbm.h-data [XPG3]: Likewise.
17702         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17703         * conform/data/netdb.h-data [XPG3]: Likewise.
17704         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17705         * conform/data/poll.h-data [XPG3]: Likewise.
17706         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17707         * conform/data/strings.h-data [XPG3]: Likewise.
17708         * conform/data/stropts.h-data [XPG3]: Likewise.
17709         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17710         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17711         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17712         Likewise.
17713         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17714         * conform/data/sys/time.h-data [XPG3]: Likewise.
17715         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17716         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17717         * conform/data/sys/un.h-data [XPG3]: Likewise.
17718         * conform/data/syslog.h-data [XPG3]: Likewise.
17719         * conform/data/ucontext.h-data [XPG3]: Likewise.
17720         * conform/data/utmpx.h-data [XPG3]: Likewise.
17721         * conform/data/varargs.h-data [UNIX98]: Enable file.
17723         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17725         * math/libm-test.inc (struct test_f_f_data): Move expected results
17726         into structure for each rounding mode.
17727         (struct test_ff_f_data): Likewise.
17728         (struct test_ff_f_data_nexttoward): Likewise.
17729         (struct test_fi_f_data): Likewise.
17730         (struct test_fl_f_data): Likewise.
17731         (struct test_if_f_data): Likewise.
17732         (struct test_fff_f_data): Likewise.
17733         (struct test_c_f_data): Likewise.
17734         (struct test_f_f1_data): Likewise.
17735         (struct test_fF_f1_data): Likewise.
17736         (struct test_ffI_f1_data): Likewise.
17737         (struct test_c_c_data): Likewise.
17738         (struct test_cc_c_data): Likewise.
17739         (struct test_f_i_data): Likewise.
17740         (struct test_ff_i_data): Likewise.
17741         (struct test_f_l_data): Likewise.
17742         (struct test_f_L_data): Likewise.
17743         (struct test_fFF_11_data): Likewise.
17744         (RM_): New macro.
17745         (RM_FE_DOWNWARD): Likewise.
17746         (RM_FE_TONEAREST): Likewise.
17747         (RM_FE_TOWARDZERO): Likewise.
17748         (RM_FE_UPWARD): Likewise.
17749         (RUN_TEST_LOOP_f_f): Update references to expected results.
17750         (RUN_TEST_LOOP_2_f): Likewise.
17751         (RUN_TEST_LOOP_fff_f): Likewise.
17752         (RUN_TEST_LOOP_c_f): Likewise.
17753         (RUN_TEST_LOOP_f_f1): Likewise.
17754         (RUN_TEST_LOOP_fF_f1): Likewise.
17755         (RUN_TEST_LOOP_fI_f1): Likewise.
17756         (RUN_TEST_LOOP_ffI_f1): Likewise.
17757         (RUN_TEST_LOOP_c_c): Likewise.
17758         (RUN_TEST_LOOP_cc_c): Likewise.
17759         (RUN_TEST_LOOP_f_i): Likewise.
17760         (RUN_TEST_LOOP_f_i_tg): Likewise.
17761         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17762         (RUN_TEST_LOOP_f_b): Likewise.
17763         (RUN_TEST_LOOP_f_b_tg): Likewise.
17764         (RUN_TEST_LOOP_f_l): Likewise.
17765         (RUN_TEST_LOOP_f_L): Likewise.
17766         (RUN_TEST_LOOP_fFF_11): Likewise.
17767         * math/gen-libm-test.pl (parse_args): Output four copies of
17768         expected results for each test.
17770         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17771         (__ASSUME_UTIMES): Remove.
17772         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17773         (__ASSUME_UTIMES): Likewise.
17775         * math/gen-auto-libm-tests.c: Update comment on output format.
17776         (output_for_one_input_case): Generate before-rounding and
17777         after-rounding information as conditions on output flags not
17778         floating-point format.
17779         * math/auto-libm-test-out: Regenerated.
17780         * math/gen-libm-test.pl (cond_value): New function.
17781         (or_cond_value): Use cond_value.
17782         (generate_testfile): Handle conditional exceptions.
17784 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17786         * math/libm-test.inc (max_valid_error): New variable.
17787         (init_max_error): Take new argument specifying whether function
17788         results are exactly determined.  Set max_valid_error and bound
17789         other variables for errors based on this argument.
17790         (set_max_error): Do not record results above max_valid_error.
17791         (check_float_internal): Only accept errors of up to 0.5ulps if
17792         also at most max_valid_error.
17793         (START): Take new argument EXACT and pass it to init_max_error.
17794         (acos_test): Update call to START.
17795         (acos_test_tonearest): Likewise.
17796         (acos_test_towardzero): Likewise.
17797         (acos_test_downward): Likewise.
17798         (acos_test_upward): Likewise.
17799         (acosh_test): Likewise.
17800         (asin_test): Likewise.
17801         (asin_test_tonearest): Likewise.
17802         (asin_test_towardzero): Likewise.
17803         (asin_test_downward): Likewise.
17804         (asin_test_upward): Likewise.
17805         (asinh_test): Likewise.
17806         (atan_test): Likewise.
17807         (atanh_test): Likewise.
17808         (atan2_test): Likewise.
17809         (cabs_test): Likewise.
17810         (cacos_test): Likewise.
17811         (cacosh_test): Likewise.
17812         (carg_test): Likewise.
17813         (casin_test): Likewise.
17814         (casinh_test): Likewise.
17815         (catan_test): Likewise.
17816         (catanh_test): Likewise.
17817         (cbrt_test): Likewise.
17818         (ccos_test): Likewise.
17819         (ccosh_test): Likewise.
17820         (ceil_test): Likewise.
17821         (cexp_test): Likewise.
17822         (cimag_test): Likewise.
17823         (clog_test): Likewise.
17824         (clog10_test): Likewise.
17825         (conj_test): Likewise.
17826         (copysign_test): Likewise.
17827         (cos_test): Likewise.
17828         (cos_test_tonearest): Likewise.
17829         (cos_test_towardzero): Likewise.
17830         (cos_test_downward): Likewise.
17831         (cos_test_upward): Likewise.
17832         (cosh_test): Likewise.
17833         (cosh_test_tonearest): Likewise.
17834         (cosh_test_towardzero): Likewise.
17835         (cosh_test_downward): Likewise.
17836         (cosh_test_upward): Likewise.
17837         (cpow_test): Likewise.
17838         (cproj_test): Likewise.
17839         (creal_test): Likewise.
17840         (csin_test): Likewise.
17841         (csinh_test): Likewise.
17842         (csqrt_test): Likewise.
17843         (ctan_test): Likewise.
17844         (ctan_test_tonearest): Likewise.
17845         (ctan_test_towardzero): Likewise.
17846         (ctan_test_downward): Likewise.
17847         (ctan_test_upward): Likewise.
17848         (ctanh_test): Likewise.
17849         (ctanh_test_tonearest): Likewise.
17850         (ctanh_test_towardzero): Likewise.
17851         (ctanh_test_downward): Likewise.
17852         (ctanh_test_upward): Likewise.
17853         (erf_test): Likewise.
17854         (erfc_test): Likewise.
17855         (exp_test): Likewise.
17856         (exp_test_tonearest): Likewise.
17857         (exp_test_towardzero): Likewise.
17858         (exp_test_downward): Likewise.
17859         (exp_test_upward): Likewise.
17860         (exp10_test): Likewise.
17861         (exp10_test_tonearest): Likewise.
17862         (exp10_test_towardzero): Likewise.
17863         (exp10_test_downward): Likewise.
17864         (exp10_test_upward): Likewise.
17865         (pow10_test): Likewise.
17866         (exp2_test): Likewise.
17867         (expm1_test): Likewise.
17868         (expm1_test_tonearest): Likewise.
17869         (expm1_test_towardzero): Likewise.
17870         (expm1_test_downward): Likewise.
17871         (expm1_test_upward): Likewise.
17872         (fabs_test): Likewise.
17873         (fdim_test): Likewise.
17874         (floor_test): Likewise.
17875         (fma_test): Likewise.
17876         (fma_test_towardzero): Likewise.
17877         (fma_test_downward): Likewise.
17878         (fma_test_upward): Likewise.
17879         (fmax_test): Likewise.
17880         (fmin_test): Likewise.
17881         (fmod_test): Likewise.
17882         (fpclassify_test): Likewise.
17883         (frexp_test): Likewise.
17884         (hypot_test): Likewise.
17885         (ilogb_test): Likewise.
17886         (isfinite_test): Likewise.
17887         (finite_test): Likewise.
17888         (isgreater_test): Likewise.
17889         (isgreaterequal_test): Likewise.
17890         (isinf_test): Likewise.
17891         (isless_test): Likewise.
17892         (islessequal_test): Likewise.
17893         (islessgreater_test): Likewise.
17894         (isnan_test): Likewise.
17895         (isnormal_test): Likewise.
17896         (issignaling_test): Likewise.
17897         (isunordered_test): Likewise.
17898         (j0_test): Likewise.
17899         (j1_test): Likewise.
17900         (jn_test): Likewise.
17901         (ldexp_test): Likewise.
17902         (lgamma_test): Likewise.
17903         (gamma_test): Likewise.
17904         (lrint_test): Likewise.
17905         (lrint_test_tonearest): Likewise.
17906         (lrint_test_towardzero): Likewise.
17907         (lrint_test_downward): Likewise.
17908         (lrint_test_upward): Likewise.
17909         (llrint_test): Likewise.
17910         (llrint_test_tonearest): Likewise.
17911         (llrint_test_towardzero): Likewise.
17912         (llrint_test_downward): Likewise.
17913         (llrint_test_upward): Likewise.
17914         (log_test): Likewise.
17915         (log10_test): Likewise.
17916         (log1p_test): Likewise.
17917         (log2_test): Likewise.
17918         (logb_test): Likewise.
17919         (logb_test_downward): Likewise.
17920         (lround_test): Likewise.
17921         (llround_test): Likewise.
17922         (modf_test): Likewise.
17923         (nearbyint_test): Likewise.
17924         (nextafter_test): Likewise.
17925         (nexttoward_test): Likewise.
17926         (pow_test): Likewise.
17927         (pow_test_tonearest): Likewise.
17928         (pow_test_towardzero): Likewise.
17929         (pow_test_downward): Likewise.
17930         (pow_test_upward): Likewise.
17931         (remainder_test): Likewise.
17932         (drem_test): Likewise.
17933         (remainder_test_tonearest): Likewise.
17934         (drem_test_tonearest): Likewise.
17935         (remainder_test_towardzero): Likewise.
17936         (drem_test_towardzero): Likewise.
17937         (remainder_test_downward): Likewise.
17938         (drem_test_downward): Likewise.
17939         (remainder_test_upward): Likewise.
17940         (drem_test_upward): Likewise.
17941         (remquo_test): Likewise.
17942         (rint_test): Likewise.
17943         (rint_test_tonearest): Likewise.
17944         (rint_test_towardzero): Likewise.
17945         (rint_test_downward): Likewise.
17946         (rint_test_upward): Likewise.
17947         (round_test): Likewise.
17948         (scalb_test): Likewise.
17949         (scalbn_test): Likewise.
17950         (scalbln_test): Likewise.
17951         (signbit_test): Likewise.
17952         (sin_test): Likewise.
17953         (sin_test_tonearest): Likewise.
17954         (sin_test_towardzero): Likewise.
17955         (sin_test_downward): Likewise.
17956         (sin_test_upward): Likewise.
17957         (sincos_test): Likewise.
17958         (sinh_test): Likewise.
17959         (sinh_test_tonearest): Likewise.
17960         (sinh_test_towardzero): Likewise.
17961         (sinh_test_downward): Likewise.
17962         (sinh_test_upward): Likewise.
17963         (sqrt_test): Likewise.
17964         (sqrt_test_tonearest): Likewise.
17965         (sqrt_test_towardzero): Likewise.
17966         (sqrt_test_downward): Likewise.
17967         (sqrt_test_upward): Likewise.
17968         (tan_test): Likewise.
17969         (tan_test_tonearest): Likewise.
17970         (tan_test_towardzero): Likewise.
17971         (tan_test_downward): Likewise.
17972         (tan_test_upward): Likewise.
17973         (tanh_test): Likewise.
17974         (tgamma_test): Likewise.
17975         (trunc_test): Likewise.
17976         (y0_test): Likewise.
17977         (y1_test): Likewise.
17978         (yn_test): Likewise.
17979         (significand_test): Likewise.
17981         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17982         individual tests in comment.
17983         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17984         (prev_max_error): New variable.
17985         (prev_real_max_error): Likewise.
17986         (prev_imag_max_error): Likewise.
17987         (compare_ulp_data): Don't refer to test names in comment.
17988         (find_test_ulps): Remove function.
17989         (find_function_ulps): Likewise.
17990         (find_complex_function_ulps): Likewise.
17991         (init_max_error): Take function name as argument.  Look up ulps
17992         for that function.
17993         (print_ulps): Remove function.
17994         (print_max_error): Use prev_max_error instead of calling
17995         find_function_ulps.
17996         (print_complex_max_error): Use prev_real_max_error and
17997         prev_imag_max_error instead of calling find_complex_function_ulps.
17998         (check_float_internal): Take max_ulp parameter instead of calling
17999         find_test_ulps.  Don't call print_ulps.
18000         (check_float): Update call to check_float_internal.
18001         (check_complex): Update calls to check_float_internal.
18002         (START): Pass argument to init_max_error.
18003         * math/gen-libm-test.pl (%results): Don't include "kind"
18004         information.
18005         (parse_ulps): Don't handle ulps of individual tests.
18006         (print_ulps_file): Likewise.
18007         (output_ulps): Likewise.
18008         * math/README.libm-test: Update.
18009         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18010         individual tests.
18011         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18012         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18013         * sysdeps/arm/libm-test-ulps: Likewise.
18014         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18015         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18016         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18017         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18018         * sysdeps/microblaze/libm-test-ulps: Likewise.
18019         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18020         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18021         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18022         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18023         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18024         * sysdeps/sh/libm-test-ulps: Likewise.
18025         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18026         * sysdeps/tile/libm-test-ulps: Likewise.
18027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18029 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18031         * math/libm-test.inc (print_complex_max_error): Check separately
18032         whether real and imaginary errors are within allowed range and
18033         pass 0 to print_complex_function_ulps instead of value within
18034         allowed range.
18036 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18038         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18039         formatting.
18040         (get_handles_fopen): Likewise.
18041         (do_write_test): Likewise.
18043         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18045         * libio/fileops.c (do_ftell): Use cached offset when
18046         available.
18047         * libio/iofwide.c (do_ftell_wide): Likewise.
18048         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18049         _IO_file_attach.
18050         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18052         [BZ #16532]
18053         * libio/libioP.h (get_file_offset): New function.
18054         * libio/fileops.c (get_file_offset): Likewise.
18055         (do_ftell): Likewise.
18056         (_IO_new_file_seekoff): Split out ftell logic.
18057         * libio/wfileops.c (do_ftell_wide): Likewise.
18058         (_IO_wfile_seekoff): Split out ftell logic.
18059         * libio/tst-ftell-active-handler.c: New test case.
18060         * libio/Makefile (tests): Add it.
18062 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18064         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18065         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18067 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18069         [BZ #16639]
18070         * nscd/connections.c (nscd_init): Call do_exit.
18071         (start_threads): Call do_exit and notify_parent.
18072         (begin_drop_privileges): Call do_exit.
18073         (finish_drop_privileges): Likewise.
18074         * nscd/selinux.c (preserve_capabilities): Likewise.
18075         (install_real_capabilities): Likewise.
18076         (nscd_selinux_enabled): Likewise.
18077         (avc_create_thread): Likewise.
18078         (avc_alloc_lock): Likewise.
18079         (nscd_avc_init): Likewise.
18080         * nscd/nscd.c (parent_fd): New static variable.
18081         (main): Create a pipe between parent and child processes.
18082         Skip closing parent_fd.
18083         (monitor_child): New function.
18084         (do_exit): Likewise.
18085         (notify_parent): Likewise.
18086         * nscd/nscd.h (notify_parent): Likewise.
18087         (do_exit): Likewise.
18089 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18091         * malloc/malloc.c (__libc_calloc): Revert last change.
18093 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18095         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18097 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18099         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18100         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18101         implementation.
18102         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18103         (__libc_ifunc_impl_list): Likewise.
18104         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18105         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18106         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18107         * string/strrchr.c: Define STRRCHR.
18109 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18111         * benchtest/bench-strtok.c (simple_strtok): Delete.
18112         (strtok_string): Use as benchmark.
18113         * string/strtok (STRTOK): New macro.
18115 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18117         * manual/threads.texi: Add header and standard comments to all
18118         functions.
18120         * elf/dl-lookup.c (check_match): New function.
18121         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18122         (do_lookup_x): Remove nested function check_match. Use non-nested
18123         function check_match.
18125 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18127         * csu/Makefile (generated, before-compile): Use += rather than =.
18128         * catgets/Makefile (generated, generated-dirs): Likewise.
18129         * debug/Makefile (generated): Likewise.
18130         * dlfcn/Makefile (generated): Likewise.
18131         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18132         * iconvdata/Makefile (before-compile, generated): Likewise.
18133         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18134         * libio/Makefile (generated): Likewise.
18135         * malloc/Makefile (generated): Likewise.
18136         * manual/Makefile (generated, generated-dirs): Likewise.
18137         * misc/Makefile (generated): Likewise.
18138         * posix/Makefile (generated): Likewise.
18139         * resolv/Makefile (generated): Likewise.
18140         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18141         * timezone/Makefile (generated, generated-dirs): Likewise.
18143         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18145 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18147         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18148         power8 implementation.
18149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18150         file: POWER8 llround ifunc implementation.
18151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18152         (__lllround): Add POWER8 implementation.
18153         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18154         POWER8 llround implementation.
18156         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18157         power8 implementation.
18158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18159         file: POWER8 llrint ifunc implementation.
18160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18161         Add POWER8 implementation.
18162         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18163         POWER8 llrint implementation.
18165         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18166         power8 implementation.
18167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18168         file: POWER8 finite ifunc implementation.
18169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18170         Add POWER8 implementation.
18171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18172         Likewise.
18173         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18174         POWER8 finite implementation.
18175         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18177         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18178         power8 implementation.
18179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18180         file: POWER8 isinf ifunc implementation.
18181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18182         POWER8 implementation.
18183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18184         Likewise.
18185         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18186         isinf implementation.
18187         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18189         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18190         (INIT_ARCH): Add hwcap2 initialization.
18191         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18192         power8 implementation.
18193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18194         file: POWER8 isnan ifunc implementation.
18195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18196         POWER8 implementation.
18197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18198         Likewise.
18199         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18200         isnan implementation.
18201         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18203 2014-02-27  Joey Ye  <joey.ye@arm.com>
18205         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18206         (_FP_NANFRAC_Q): Set to zero.
18208 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18210         [BZ #16623]
18211         * math/auto-libm-test-in: New test inputs.
18212         * math/auto-libm-test-out: Regenerate.
18213         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18214         and DA.
18215         (__cos): Likewise.
18216         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18218 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18220         * scripts/evaluate-test.sh: Take new argument indicating whether
18221         failure is expected.
18222         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18223         indicating whether failure is expected.
18224         * conform/Makefile (test-xfail-run-conformtest): New variable.
18225         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18226         level.
18227         * posix/Makefile (test-xfail-annexc): New variable.
18228         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18230 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18232         * argp/Makefile: Include Makeconfig immediately after defining
18233         subdir.
18234         * assert/Makefile: Likewise.
18235         * benchtests/Makefile: Likewise.
18236         * catgets/Makefile: Likewise.
18237         * conform/Makefile: Likewise.
18238         * crypt/Makefile: Likewise.
18239         * csu/Makefile: Likewise.
18240         (all): Remove target.
18241         * ctype/Makefile: Include Makeconfig immediately after defining
18242         subdir.
18243         * debug/Makefile: Likewise.
18244         * dirent/Makefile: Likewise.
18245         * dlfcn/Makefile: Likewise.
18246         * gmon/Makefile: Likewise.
18247         * gnulib/Makefile: Likewise.
18248         * grp/Makefile: Likewise.
18249         * gshadow/Makefile: Likewise.
18250         * hesiod/Makefile: Likewise.
18251         * hurd/Makefile: Likewise.
18252         (all): Remove target.
18253         * iconvdata/Makefile: Include Makeconfig immediately after
18254         defining subdir.
18255         * inet/Makefile: Likewise.
18256         * intl/Makefile: Likewise.
18257         * io/Makefile: Likewise.
18258         * libio/Makefile: Likewise.
18259         (all): Remove target.
18260         * locale/Makefile: Include Makeconfig immediately after defining
18261         subdir.
18262         * login/Makefile: Likewise.
18263         * mach/Makefile: Likewise.
18264         (all): Remove target.
18265         * malloc/Makefile: Include Makeconfig immediately after defining
18266         subdir.
18267         (all): Remove target.
18268         * manual/Makefile: Include Makeconfig immediately after defining
18269         subdir.
18270         * math/Makefile: Likewise.
18271         * misc/Makefile: Likewise.
18272         * nis/Makefile: Likewise.
18273         * nss/Makefile: Likewise.
18274         * po/Makefile: Likewise.
18275         (all): Remove target.
18276         * posix/Makefile: Include Makeconfig immediately after defining
18277         subdir.
18278         * pwd/Makefile: Likewise.
18279         * resolv/Makefile: Likewise.
18280         * resource/Makefile: Likewise.
18281         * rt/Makefile: Likewise.
18282         * setjmp/Makefile: Likewise.
18283         * shadow/Makefile: Likewise.
18284         * signal/Makefile: Likewise.
18285         * socket/Makefile: Likewise.
18286         * soft-fp/Makefile: Likewise.
18287         * stdio-common/Makefile: Likewise.
18288         * stdlib/Makefile: Likewise.
18289         * streams/Makefile: Likewise.
18290         * string/Makefile: Likewise.
18291         * sunrpc/Makefile: Likewise.
18292         (all): Remove target.
18293         * sysvipc/Makefile: Include Makeconfig immediately after defining
18294         subdir.
18295         * termios/Makefile: Likewise.
18296         * time/Makefile: Likewise.
18297         * timezone/Makefile: Likewise.
18298         (all): Remove target.
18299         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18300         subdir.
18301         * wctype/Makefile: Likewise.
18303 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18305         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18306         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18307         (libc_feholdexcept_setround_mips): Ditto.
18308         (libc_feholdsetround): New.
18309         (libc_feholdsetroundf): New.
18310         (libc_feholdsetroundl): New.
18311         (libc_feupdateenv_test_mips): New.
18312         (libc_feupdateenv_test): New.
18313         (libc_feupdateenv_testf): New.
18314         (libc_feupdateenv_testl): New.
18315         (libc_feresetround): New.
18316         (libc_feresetroundf): New.
18317         (libc_feresetroundl): New.
18318         (libc_fetestexcept_mips): New.
18319         (libc_fetestexcept): New.
18320         (libc_fetestexceptf): New.
18321         (libc_fetestexceptl): New.
18322         (HAVE_RM_CTX): New.
18323         (libc_feholdexcept_setround_mips_ctx): New.
18324         (libc_feholdexcept_setround_ctx): New.
18325         (libc_feholdexcept_setroundf_ctx): New.
18326         (libc_feholdexcept_setroundl_ctx): New.
18327         (libc_fesetenv_mips_ctx): New.
18328         (libc_fesetenv_ctx): New.
18329         (libc_fesetenv_ctxf): New.
18330         (libc_fesetenv_ctxl): New.
18331         (libc_feupdateenv_mips_ctx): New.
18332         (libc_feupdateenv_ctx): New.
18333         (libc_feupdateenvf_ctx): New.
18334         (libc_feupdateenvl_ctx): New.
18335         (libc_feholdsetround_mips_ctx): New.
18336         (libc_feholdsetround_ctx): New.
18337         (libc_feholdsetroundf_ctx): New.
18338         (libc_feholdsetroundl_ctx): New.
18339         (libc_feresetround_mips_ctx): New.
18340         (libc_feresetround_ctx): New.
18341         (libc_feresetroundf_ctx): New.
18342         (libc_feresetroundl_ctx): New.
18344 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18346         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18348         * manual/ipc.texi: New file.
18349         * manual/Makefile (chapters): Add ipc.
18350         * manual/job.texi: Add "Inter-Process Communication" to next.
18351         * manual/process.texi: Add "Inter-Process Communication" to prev.
18353 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18355         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18357 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18359         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18361         * manual/arith.texi: Fix spaces after sentences.
18362         * manual/charset.texi: Likewise.
18363         * manual/errno.texi: Likewise.
18364         * manual/install.texi: Likewise.
18365         * manual/llio.texi: Likewise.
18366         * manual/locale.texi: Likewise.
18367         * manual/maint.texi: Likewise.
18368         * manual/math.texi: Likewise.
18369         * manual/memory.texi: Likewise.
18370         * manual/message.texi: Likewise.
18371         * manual/probes.texi: Likewise.
18372         * manual/resource.texi: Likewise.
18373         * manual/signal.texi: Likewise.
18374         * manual/socket.texi: Likewise.
18375         * manual/stdio.texi: Likewise.
18376         * manual/string.texi: Likewise.
18377         * manual/time.texi: Likewise.
18378         * manual/users.texi: Likewise.
18380 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18382         [BZ #16632]
18383         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18384         _DEFAULT_SOURCE is defined.
18386 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18387             Carlos O'Donell  <carlos@redhat.com>
18389         [BZ #16613]
18390         * elf/dl-tls.c (_dl_count_modids): New function.
18391         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18392         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18393         audit library and increment generation counter.
18394         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18395         * elf/tst-audit9.c: New file.
18396         * elf/tst-auditmod9a.c: New file.
18397         * elf/tst-auditmod9b.c: New file.
18398         * elf/Makefile: Add rules to build and run tst-audit9.
18400 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18402         [BZ #15347]
18403         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18405 2014-02-25  Will Newton  <will.newton@linaro.org>
18407         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18408         (__longjmp): Restore sp and lr before restoring callee
18409         saved registers.  Add longjmp and longjmp_target
18410         SystemTap probe point.
18411         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18412         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18413         Define to zero to match jmpbuf layout.
18414         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18415         (__sigsetjmp): Save sp and lr before saving callee
18416         saved registers.  Add setjmp SystemTap probe point.
18418 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18420         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18422 2014-02-24  Andreas Schwab  <schwab@suse.de>
18424         [BZ #15804]
18425         * elf/pldd.c (wait_for_ptrace_stop): New function.
18426         (main): Call it after attaching.
18428 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18430         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18431         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18432         Versions files is now verboten.
18433         * hurd/Versions (libc: GLIBC_2.0):
18434         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18435         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18436         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18437         * mach/Versions: Likewise.
18439         * csu/Versions: Remove unused %include.
18440         * resolv/Versions: Likewise.
18442 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18444         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18445         ($(objpfx)check-local-headers.out): Likewise.
18446         ($(objpfx)begin-end-check.out): Likewise.
18447         * Makerules (check-abi-%.out): Likewise.
18448         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18449         ($(objpfx)test2.cat): Likewise.
18450         ($(objpfx)de/libc.cat): Likewise.
18451         ($(objpfx)test-gencat.out): Likewise.
18452         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18453         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18454         ($(objpfx)noload-mem): Likewise.
18455         ($(objpfx)tst-pathopt.out): Likewise.
18456         ($(objpfx)tst-rtld-load-self.out): Likewise.
18457         ($(objpfx)tst-array1-cmp.out): Likewise.
18458         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18459         ($(objpfx)tst-array2-cmp.out): Likewise.
18460         ($(objpfx)tst-array3-cmp.out): Likewise.
18461         ($(objpfx)tst-array4-cmp.out): Likewise.
18462         ($(objpfx)tst-array5-cmp.out): Likewise.
18463         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18464         ($(objpfx)check-textrel.out): Likewise.
18465         ($(objpfx)check-execstack.out): Likewise.
18466         ($(objpfx)check-localplt.out): Likewise.
18467         ($(objpfx)order2-cmp.out): Likewise.
18468         ($(objpfx)tst-leaks1-mem): Likewise.
18469         ($(objpfx)tst-leaks1-static-mem): Likewise.
18470         ($(objpfx)tst-initorder-cmp.out): Likewise.
18471         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18472         ($(objpfx)tst-unused-dep.out): Likewise.
18473         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18474         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18475         * iconv/Makefile (test-iconvconfig): Likewise.
18476         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18477         ($(objpfx)iconv-test.out): Likewise.
18478         ($(objpfx)tst-tables.out): Likewise.
18479         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18480         ($(objpfx)tst-gettext.out): Likewise.
18481         ($(objpfx)tst-translit.out): Likewise.
18482         ($(objpfx)tst-gettext2.out): Likewise.
18483         ($(objpfx)tst-gettext4.out): Likewise.
18484         ($(objpfx)tst-gettext6.out): Likewise.
18485         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18486         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18487         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18488         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18489         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18490         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18491         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18492         ($(objpfx)wordexp-tst.out): Likewise.
18493         ($(objpfx)annexc.out): Likewise.
18494         ($(objpfx)tst-fnmatch-mem): Likewise.
18495         ($(objpfx)bug-regex2-mem): Likewise.
18496         ($(objpfx)bug-regex14-mem): Likewise.
18497         ($(objpfx)bug-regex21-mem): Likewise.
18498         ($(objpfx)bug-regex31-mem): Likewise.
18499         ($(objpfx)tst-vfork3-mem): Likewise.
18500         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18501         ($(objpfx)tst-pcre-mem): Likewise.
18502         ($(objpfx)tst-boost-mem): Likewise.
18503         ($(objpfx)tst-getconf.out): Likewise.
18504         ($(objpfx)bug-ga2-mem): Likewise.
18505         ($(objpfx)bug-glob2-mem): Likewise.
18506         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18507         ($(objpfx)mtrace-tst-leaks2): Likewise.
18508         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18509         ($(objpfx)tst-printf.out): Likewise.
18510         ($(objpfx)tst-setvbuf1.out): Likewise.
18511         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18512         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18513         ($(objpfx)tst-fmtmsg.out): Likewise.
18514         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18515         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18517         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18518         * bits/sigaction.h [__USE_MISC]: Likewise.
18519         * bits/waitstatus.h: Update #endif comments.
18520         * ctype/ctype.h: Likewise.
18521         * dirent/dirent.h: Likewise.
18522         [__USE_MISC]: Remove redundant conditionals.
18523         * grp/grp.h: Update #endif comments.
18524         [__USE_GNU]: Remove redundant conditionals.
18525         [__USE_MISC]: Likewise.
18526         * inet/netinet/in.h [__USE_GNU]: Likewise.
18527         * io/sys/stat.h [__USE_MISC]: Likewise.
18528         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18529         * libio/bits/stdio.h: Update #endif comments.
18530         [__USE_MISC]: Remove redundant conditionals.
18531         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18532         * libio/stdio.h: Update #endif comments.
18533         [__USE_MISC]: Remove redundant conditionals.
18534         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18535         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18536         * math/math.h: Update #else and #endif comments.
18537         [__USE_MISC]: Remove redundant conditionals.
18538         * misc/sys/uio.h: Update #endif comments.
18539         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18540         * posix/glob.h [__USE_MISC]: Likewise.
18541         * posix/sys/types.h: Update #endif comments.
18542         [__USE_MISC]: Remove redundant conditionals.
18543         * posix/sys/wait.h: Update #endif comments.
18544         [__USE_MISC]: Remove redundant conditionals.
18545         * posix/unistd.h: Update #endif comments.
18546         [__USE_MISC]: Remove redundant conditionals.
18547         * pwd/pwd.h [__USE_GNU]: Likewise.
18548         [__USE_MISC]: Likewise.
18549         * resolv/netdb.h [__USE_GNU]: Likewise.
18550         * signal/signal.h: Update #endif comments.
18551         [__USE_MISC]: Remove redundant conditionals.
18552         * stdlib/stdlib.h: Update #else and #endif comments.
18553         [__USE_MISC]: Remove redundant conditionals.
18554         [__USE_GNU]: Likewise.
18555         * string/bits/string2.h [__USE_MISC]: Likewise.
18556         * string/string.h: Update #endif comments.
18557         [__USE_MISC]: Remove redundant conditionals.
18558         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18559         Likewise.
18560         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18561         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18562         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18563         Likewise.
18564         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18565         Likewise.
18566         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18567         comments.
18568         [__USE_MISC]: Remove redundant conditionals.
18569         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18570         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18571         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18572         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18573         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18574         Likewise.
18575         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18576         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18577         Likewise.
18578         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18579         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18580         Likewise.
18581         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18582         Likewise.
18583         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18584         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18585         Likewise.
18586         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18587         Likewise.
18588         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18589         * sysdeps/x86/bits/string.h: Update #endif comments.
18590         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18591         conditionals.
18592         * time/sys/time.h: Update #endif comments.
18593         * time/time.h: Likewise.
18594         [__USE_MISC]: Remove redundant conditionals.
18596 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18598         [BZ #16600]
18599         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18601 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18603         * Versions.def (librt): Add GLIBC_2.17.
18605 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18607         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18608         synonym for _SYS_AUXV_H to allow direct inclusion.
18609         * sysdeps/sparc/bits/hwcap.h: Likewise.
18610         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18611         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18612         * sysdeps/sparc/sysdep.h: Likewise.
18614 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18616         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18618 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18620         * benchtests/bench-strrchr.c: Print length instead of position.
18622 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18624         [BZ #16611]
18625         * sysdeps/unix/sysv/linux/kernel-features.h
18626         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18627         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18628         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18629         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18630         Likewise.
18631         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18632         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18633         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18634         (__ASSUME_SENDMMSG): Define instead of using previous
18635         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18636         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18637         (__ASSUME_SENDMMSG_SYSCALL): Define.
18638         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18639         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18640         Likewise.
18641         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18642         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18643         Likewise.
18644         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18645         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18646         Likewise.
18647         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18648         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18649         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18650         [__ASSUME_SENDMMSG]: Change conditionals to
18651         [__ASSUME_SENDMMSG_SOCKETCALL].
18652         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18653         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18654         Define.
18655         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18656         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18657         Likewise.
18658         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18659         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18660         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18661         [!__ASSUME_SENDMMSG]: Change conditional to
18662         [!__ASSUME_SENDMMSG_SOCKETCALL].
18663         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18664         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18665         Define.
18667         [BZ #16610]
18668         * sysdeps/unix/sysv/linux/kernel-features.h
18669         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18670         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18671         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18672         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18673         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18674         [__i386__ || __sparc__]
18675         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18676         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18677         (__ASSUME_RECVMMSG): Define instead of using previous
18678         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18679         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18680         (__ASSUME_RECVMMSG_SYSCALL): Define.
18681         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18682         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18683         Likewise.
18684         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18685         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18686         Likewise.
18687         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18688         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18689         Likewise.
18690         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18691         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18692         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18693         [__ASSUME_RECVMMSG]: Change condition to
18694         [__ASSUME_RECVMMSG_SOCKETCALL].
18695         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18696         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18697         Define.
18698         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18699         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18700         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18701         Likewise.
18702         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18703         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18704         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18705         [!__ASSUME_RECVMMSG]: Change condition to
18706         [!__ASSUME_RECVMMSG_SOCKETCALL].
18707         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18708         (__ASSUME_RECVMMSG_SYSCALL): Define.
18710         [BZ #16609]
18711         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18712         __powerpc__ || __s390__ || __sh__ || __sparc__]
18713         (__ASSUME_SOCKETCALL): Define.
18714         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18715         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18716         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18717         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18718         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18719         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18720         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18721         (__ASSUME_ACCEPT4): Define instead of using previous
18722         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18723         __powerpc__ || __sparc__ || __s390__)] condition.
18724         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18725         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18726         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18727         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18728         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18729         [!__ASSUME_ACCEPT4]: Change condition to
18730         [!__ASSUME_ACCEPT4_SOCKETCALL].
18731         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18732         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18733         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18734         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18735         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18736         __ASSUME_ACCEPT4_SYSCALL.
18737         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18738         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18739         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18740         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18741         __ASSUME_ACCEPT4_SYSCALL.
18742         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18743         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18744         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18745         [__ASSUME_ACCEPT4]: Change condition to
18746         [__ASSUME_ACCEPT4_SOCKETCALL].
18747         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18748         (__ASSUME_SOCKETCALL): Define.
18749         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18750         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18751         (__ASSUME_SOCKETCALL): Define.
18752         (__ASSUME_ACCEPT4): Remove.
18753         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18754         Define.
18755         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18756         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18757         Likewise.
18758         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18759         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18761         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18762         macro.
18763         (HWCAP_ARM_LPAE): Likewise.
18764         (HWCAP_ARM_EVTSTRM): Likewise.
18765         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18766         Add vpfd32, lpae and evtstrm.
18767         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18768         Increase to 22.
18770 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18772         * math/auto-libm-test-in: Add tests of clog10.
18773         * math/auto-libm-test-out: Regenerated.
18774         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18775         * sysdeps/i386/fpu/libm-test-ulps: Update.
18776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18778 2014-02-18  Andreas Schwab  <schwab@suse.de>
18780         [BZ #16574]
18781         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18782         Store non-zero if the second buffer was newly allocated.
18783         (send_dg): Likewise.
18784         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18785         to send_vc and send_dg.
18786         (res_nsend): Pass NULL for ansp2_malloced.
18787         * resolv/res_query.c (__libc_res_nquery): Add parameter
18788         answerp2_malloced and pass it down to __libc_res_nsend.
18789         (res_nquery): Pass additional NULL to __libc_res_nquery.
18790         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18791         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18792         second answer buffer if answerp2_malloced was set.
18793         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18794         (__libc_res_nquerydomain): Add parameter
18795         answerp2_malloced and pass it down to __libc_res_nquery.
18796         (res_nquerydomain): Pass additional NULL to
18797         __libc_res_nquerydomain.
18798         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18799         additional NULL to __libc_res_nsend and __libc_res_nquery.
18800         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18801         additional NULL to __libc_res_nsearch.
18802         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18803         parameter of __libc_res_nsearch to check for separately allocated
18804         second buffer.
18805         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18806         __libc_res_nquery.
18807         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18808         additional NULL to __libc_res_nquery.
18809         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18810         __libc_res_nsearch.
18811         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18812         * include/resolv.h: Update prototypes of __libc_res_nquery,
18813         __libc_res_nsearch, __libc_res_nsend.
18815 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18817         * math/auto-libm-test-in: Add tests of fma.
18818         * math/auto-libm-test-out: Regenerated.
18819         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18820         (fma_towardzero_test_data): Likewise.
18821         (fma_downward_test_data): Likewise.
18822         (fma_upward_test_data): Likewise.
18823         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18824         mpc_mode.
18825         (rounding_modes): Add values for new field.
18826         (func_calc_method): Add value mpfr_fff_f.
18827         (func_calc_desc): Add mpfr_fff_f union field.
18828         (test_function): Add field exact_args.
18829         (FUNC): Add macro argument EXACT_ARGS.
18830         (FUNC_mpfr_f_f): Update call to FUNC.
18831         (FUNC_mpfr_f_f): Likewise.
18832         (FUNC_mpfr_ff_f): Likewise.
18833         (FUNC_mpfr_if_f): Likewise.
18834         (FUNC_mpc_c_f): Likewise.
18835         (FUNC_mpc_c_c): Likewise.
18836         (test_functions): Add fma.  Update calls to FUNC.
18837         (handle_input_arg): Add argument exact_args.
18838         (add_test): Update call to handle_input_arg.
18839         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18840         (output_for_one_input_case): Update call to calc_generic_results.
18841         Recalculate exact zero results in each rounding mode.
18843         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18844         non-negative before setting low bit.
18845         * math/auto-libm-test-in: Mark one asin test possibly having
18846         spurious underflow.
18847         * math/auto-libm-test-out: Regenerated.
18848         * sysdeps/i386/fpu/libm-test-ulps: Update.
18849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18851 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18853         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18854         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18855         ports/sysdeps/unix/sysv/linux/microblaze.
18856         * README: Add missing listing for microblaze*-*-linux-gnu.
18858 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18860         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18861         duplicate code
18863 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18865         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18866         * sysdeps/unix/sysv/linux/ia64: Move directory from
18867         ports/sysdeps/unix/sysv/linux/ia64.
18868         * README: Update listing for ia64-*-linux-gnu.
18870 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18871             Joseph Myers  <joseph@codesourcery.com>
18873         * Makeconfig (test-name): New variable.
18874         (evaluate-test): Likewise.
18875         * Makerules (do-test-clean): Remove .test-result files.
18876         (common-mostlyclean): Likewise.
18877         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18878         * scripts/evaluate-test.sh: New file.
18880 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18882         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18883         separate $(objpfx)tst-fopenloc-cmp.out and
18884         $(objpfx)tst-fopenloc-mem.out targets.
18885         (tests): Update dependencies.
18886         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18887         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18888         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18889         (tst-rxspencer-no-utf8-ARGS): New variable.
18890         (tst-rxspencer-no-utf8-ENV): Likewise.
18891         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18892         instead of $(objpfx)tst-rxspencer-mem.
18893         ($(objpfx)tst-rxspencer-mem): Change target to
18894         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18895         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18896         * posix/tst-rxspencer-no-utf8.c: New file.
18898         * elf/Makefile ($(objpfx)order.out): Remove rule.
18899         [$(run-built-tests) = yes] (tests): Depend on
18900         $(objpfx)order-cmp.out.
18901         ($(objpfx)order-cmp.out): New rule.
18902         [$(run-built-tests) = yes] (tests): Depend on
18903         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18904         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18905         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18906         $(objpfx)tst-array5-static-cmp.out.
18907         ($(objpfx)tst-array1.out): Remove rule.
18908         ($(objpfx)tst-array1-cmp.out): New rule.
18909         ($(objpfx)tst-array1-static.out): Remove rule.
18910         ($(objpfx)tst-array1-static-cmp.out): New rule.
18911         ($(objpfx)tst-array2.out): Remove rule.
18912         ($(objpfx)tst-array2-cmp.out): New rule.
18913         ($(objpfx)tst-array3.out): Remove rule.
18914         ($(objpfx)tst-array3-cmp.out): New rule.
18915         ($(objpfx)tst-array4.out): Remove rule.
18916         ($(objpfx)tst-array4-cmp.out): New rule.
18917         ($(objpfx)tst-array5.out): Remove rule.
18918         ($(objpfx)tst-array5-cmp.out): New rule.
18919         ($(objpfx)tst-array5-static.out): Remove rule.
18920         ($(objpfx)tst-array5-static-cmp.out): New rule.
18921         [$(run-built-tests) = yes] (tests): Depend on
18922         $(objpfx)order2-cmp.out.
18923         ($(objpfx)order2.out): Remove rule.
18924         ($(objpfx)order2-cmp.out): New rule.
18925         ($(objpfx)tst-initorder.out): Remove rule.
18926         [$(run-built-tests) = yes] (tests): Depend on
18927         $(objpfx)tst-initorder-cmp.out.
18928         ($(objpfx)tst-initorder-cmp.out): New rule.
18929         ($(objpfx)tst-initorder2.out): Remove rule.
18930         [$(run-built-tests) = yes] (tests): Depend on
18931         $(objpfx)tst-initorder2-cmp.out.
18932         ($(objpfx)tst-initorder2-cmp.out): New rule.
18933         [$(run-built-tests) = yes] (tests): Depend on
18934         $(objpfx)tst-unused-dep-cmp.out.
18935         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18936         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18937         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18938         on $(objpfx)tst-setvbuf1-cmp.out.
18939         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18940         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18941         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18942         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18943         ($(objpfx)tst-svc.out): Remove rule.
18944         ($(objpfx)tst-svc-cmp.out): New rule.
18946 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18948         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18949         * ctype/ctype.h [__USE_MISC]: Likewise.
18950         * dirent/dirent.h [__USE_MISC]: Likewise.
18951         * grp/grp.h [__USE_MISC]: Likewise.
18952         * io/fcntl.h [__USE_MISC]: Likewise.
18953         * io/sys/stat.h [__USE_MISC]: Likewise.
18954         * libio/stdio.h [__USE_MISC]: Likewise.
18955         * posix/unistd.h [__USE_MISC]: Likewise.
18956         * pwd/pwd.h [__USE_MISC]: Likewise.
18957         * stdlib.h [__USE_MISC]: Likewise.
18958         * string/bits/string2.h [__USE_MISC]: Likewise.
18959         * string/string.h [__USE_MISC]: Likewise.
18960         * time/time.h [__USE_MISC]: Likewise.
18962 2014-02-13  Andreas Schwab  <schwab@suse.de>
18964         [BZ #16574]
18965         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18966         second answer buffer if it was separately allocated.
18968 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18970         * sysdeps/mips/math-tests.h: Include <features.h>.
18971         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18972         (ROUNDING_TESTS_long_double): Do not define.
18973         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18974         (EXCEPTION_TESTS_long_double): Likewise.
18975         * sysdeps/mips/mips64/libm-test-ulps: Update.
18977         * include/features.h (__USE_BSD): Remove macro definitions.
18978         (__USE_SVID): Likewise.
18979         (_BSD_SOURCE): Likewise.
18980         (_SVID_SOURCE): Likewise.
18981         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18982         from definition of _DEFAULT_SOURCE.
18983         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18984         [_DEFAULT_SOURCE].
18985         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18986         * bits/mman.h [__USE_BSD]: Likewise.
18987         * bits/termios.h [__USE_BSD]: Likewise.
18988         * bits/waitstatus.h [__USE_BSD]: Likewise.
18989         * ctype/ctype.h [__USE_SVID]: Likewise.
18990         * dirent/dirent.h [__USE_BSD]: Likewise.
18991         * grp/grp.h [__USE_SVID]: Likewise.
18992         [__USE_BSD]: Likewise.
18993         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18994         * io/fcntl.h [__USE_BSD]: Likewise.
18995         * io/ftw.h [__USE_BSD]: Likewise.
18996         * io/sys/stat.h [__USE_BSD]: Likewise.
18997         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18998         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18999         * libio/stdio.h [__USE_SVID]: Likewise.
19000         [__USE_BSD]: Likewise.
19001         * math/math.h [__USE_SVID]: Likewise.
19002         [__USE_BSD]: Likewise.
19003         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19004         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19005         * misc/search.h [__USE_SVID]: Likewise.
19006         * misc/sys/mman.h [__USE_BSD]: Likewise.
19007         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19008         * misc/sys/uio.h [__USE_BSD]: Likewise.
19009         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19010         * posix/glob.h [__USE_BSD]: Likewise.
19011         * posix/regex.h [__USE_BSD]: Likewise.
19012         * posix/sys/types.h [__USE_BSD]: Likewise.
19013         [__USE_SVID]: Likewise.
19014         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19015         * posix/sys/wait.h [__USE_BSD]: Likewise.
19016         [__USE_SVID]: Likewise.
19017         * posix/unistd.h [__USE_BSD]: Likewise.
19018         [__USE_SVID]: Likewise.
19019         * pwd/pwd.h [__USE_SVID]: Likewise.
19020         * resolv/netdb.h [__USE_BSD]: Likewise.
19021         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19022         * signal/signal.h [__USE_BSD]: Likewise.
19023         [__USE_SVID]: Likewise.
19024         * socket/sys/socket.h [__USE_BSD]: Likewise.
19025         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19026         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19027         [__USE_SVID]: Likewise.
19028         * string/bits/string2.h [__USE_BSD]: Likewise.
19029         [__USE_SVID]: Likewise.
19030         * string/bits/string3.h [__USE_BSD]: Likewise.
19031         * string/endian.h [__USE_BSD]: Likewise.
19032         * string/string.h [__USE_SVID]: Likewise.
19033         [__USE_BSD]: Likewise.
19034         * string/strings.h [__USE_BSD]: Likewise.
19035         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19036         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19037         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19038         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19039         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19040         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19041         Likewise.
19042         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19043         Likewise.
19044         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19045         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19046         Likewise.
19047         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19048         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19049         Likewise.
19050         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19051         Likewise.
19052         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19053         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19054         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19055         Likewise.
19056         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19057         Likewise.
19058         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19059         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19060         * termios/termios.h [__USE_BSD]: Likewise.
19061         * time/sys/time.h [__USE_BSD]: Likewise.
19062         * time/time.h [__USE_BSD]: Likewise.
19063         [__USE_SVID]: Likewise.
19065         * Makefile (subdir_targets): Remove subdir_lint.out.
19067         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19068         (do-tst-printf): Likewise.
19069         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19070         $(objpfx)tst-printf.out.
19072         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19074         * Makerules (check-abi-%): Change target to
19075         $(objpfx)check-abi-%.out.
19076         (check-abi target): Update dependencies.
19077         (check-abi-pattern variable): Redirect output of diff to $@.
19078         (check-abi variable): Likewise.
19079         * elf/Makefile (check-abi): Update dependencies.
19081         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19082         unused.
19083         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19084         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19085         subnormal range.
19086         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19087         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19088         value has largest subnormal exponent.
19089         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19090         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19091         * sysdeps/aarch64/soft-fp/sfp-machine.h
19092         (_FP_TININESS_AFTER_ROUNDING): New macro.
19093         * sysdeps/alpha/soft-fp/sfp-machine.h
19094         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19095         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19096         Likewise.
19097         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19098         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19099         * sysdeps/mips/soft-fp/sfp-machine.h
19100         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19101         * sysdeps/powerpc/soft-fp/sfp-machine.h
19102         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19103         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19104         Likewise.
19105         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19106         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19107         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19108         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19109         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19110         Likewise.
19112 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19114         [BZ #16545]
19115         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19116         model 1.
19118 2014-02-12  Richard Henderson  <rth@redhat.com>
19120         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19121         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19122         * sysdeps/unix/sysv/linux/alpha: Move directory from
19123         ports/sysdeps/unix/sysv/linux/alpha.
19124         * README: Update listing for alpha-*-linux-gnu.
19126 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19128         * include/features.h: Update comment documenting feature test
19129         macros.
19130         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19131         _DEFAULT_SOURCE.
19132         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19133         (_SVID_SOURCE): Likewise.
19134         (_DEFAULT_SOURCE): Update description of default features.
19135         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19136         with _GNU_SOURCE.
19137         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19138         (S_ISVTX): Likewise.
19139         * manual/math.texi (Mathematical Constants): Likewise.
19140         * manual/signal.texi (Interrupted Primitives): Likewise.
19141         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19142         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19143         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19144         Don't refer to _SVID_SOURCE in warning text.
19146         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19148         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19149         already defined.
19150         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19151         * sysdeps/mips/dl-lookup.c: Remove.
19152         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19154 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19156         [BZ #16447]
19157         * math/auto-libm-test-in: Add testcase for expl.
19158         * math/auto-libm-test-out: Regenerate.
19159         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19160         calculation of unsafe.
19161         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19163 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19165         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19166         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19167         ports/sysdeps/unix/sysv/linux/aarch64.
19168         * README: Update listing for aarch64*-*-linux-gnu.
19170 2014-02-11  Will Newton  <will.newton@linaro.org>
19172         * manual/probes.texi (Mathematical Function Probes): Use
19173         "triggered" instead of "hit".
19175         * manual/probes.texi (Internal Probes): Add documentation
19176         of setjmp, longjmp and longjmp_target probes.
19178         * include/stap-probe.h: Add comment about probe argument
19179         format.
19181         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19182         definition.  (tr_where, tr_freehook, tr_mallochook,
19183         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19185 2014-02-11  David S. Miller  <davem@davemloft.net>
19187         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19188         processing int_tests.
19190 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19192         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19193         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19194         * sysdeps/unix/sysv/linux/mips: Move directory from
19195         ports/sysdeps/unix/sysv/linux/mips.
19196         * README: Update listing for mips-*-linux-gnu and
19197         mips64-*-linux-gnu.
19199 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19201         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19202         * sysdeps/unix/sysv/linux/m68k: Move directory from
19203         ports/sysdeps/unix/sysv/linux/m68k.
19204         * README: Update listing for m68k-*-linux-gnu.
19206 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19208         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19209         * sysdeps/unix/sysv/linux/generic: Move directory from
19210         ports/sysdeps/unix/sysv/linux/generic.
19211         * sysdeps/unix/sysv/linux/tile: Move directory from
19212         ports/sysdeps/unix/sysv/linux/tile.
19213         * README: Update listing for tile*-*-linux-gnu.
19215 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19217         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19218         __builtin_expect.
19219         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19220         * catgets/open_catalog.c (__open_catalog): Likewise.
19221         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19222         * debug/confstr_chk.c: Likewise.
19223         * debug/fread_chk.c (__fread_chk): Likewise.
19224         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19225         * debug/getgroups_chk.c: Likewise.
19226         * debug/mbsnrtowcs_chk.c: Likewise.
19227         * debug/mbsrtowcs_chk.c: Likewise.
19228         * debug/mbstowcs_chk.c: Likewise.
19229         * debug/memcpy_chk.c: Likewise.
19230         * debug/memmove_chk.c: Likewise.
19231         * debug/mempcpy_chk.c: Likewise.
19232         * debug/memset_chk.c: Likewise.
19233         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19234         * debug/strcat_chk.c (__strcat_chk): Likewise.
19235         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19236         * debug/strncat_chk.c (__strncat_chk): Likewise.
19237         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19238         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19239         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19240         * debug/wcpncpy_chk.c: Likewise.
19241         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19242         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19243         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19244         * debug/wcsncpy_chk.c: Likewise.
19245         * debug/wcsnrtombs_chk.c: Likewise.
19246         * debug/wcsrtombs_chk.c: Likewise.
19247         * debug/wcstombs_chk.c: Likewise.
19248         * debug/wmemcpy_chk.c: Likewise.
19249         * debug/wmemmove_chk.c: Likewise.
19250         * debug/wmempcpy_chk.c: Likewise.
19251         * debug/wmemset_chk.c: Likewise.
19252         * dirent/scandirat.c (SCANDIRAT): Likewise.
19253         * dlfcn/dladdr1.c (dladdr1): Likewise.
19254         * dlfcn/dladdr.c (dladdr): Likewise.
19255         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19256         * dlfcn/dlerror.c (__dlerror): Likewise.
19257         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19258         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19259         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19260         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19261         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19262         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19263         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19264         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19265         Likewise.
19266         * elf/dl-conflict.c: Likewise.
19267         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19268         * elf/dl-dst.h: Likewise.
19269         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19270         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19271         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19272         * elf/dl-init.c (call_init, _dl_init): Likewise.
19273         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19274         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19275         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19276         Likewise.
19277         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19278         Likewise.
19279         * elf/dl-minimal.c (__libc_memalign): Likewise.
19280         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19281         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19282         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19283         * elf/dl-sym.c (do_sym): Likewise.
19284         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19285         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19286         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19287         * elf/dl-writev.h (_dl_writev): Likewise.
19288         * elf/ldconfig.c (search_dir): Likewise.
19289         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19290         (dl_main): Likewise.
19291         * elf/setup-vdso.h (setup_vdso): Likewise.
19292         * grp/compat-initgroups.c (compat_call): Likewise.
19293         * grp/fgetgrent.c (fgetgrent): Likewise.
19294         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19295         * grp/putgrent.c (putgrent): Likewise.
19296         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19297         Likewise.
19298         * hurd/hurdinit.c: Likewise.
19299         * iconvdata/8bit-gap.c (struct): Likewise.
19300         * iconvdata/ansi_x3.110.c : Likewise.
19301         * iconvdata/big5.c : Likewise.
19302         * iconvdata/big5hkscs.c : Likewise.
19303         * iconvdata/cp1255.c: Likewise.
19304         * iconvdata/cp1258.c : Likewise.
19305         * iconvdata/cp932.c : Likewise.
19306         * iconvdata/euc-cn.c: Likewise.
19307         * iconvdata/euc-jisx0213.c : Likewise.
19308         * iconvdata/euc-jp.c: Likewise.
19309         * iconvdata/euc-jp-ms.c : Likewise.
19310         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19311         * iconvdata/gb18030.c : Likewise.
19312         * iconvdata/gbbig5.c (const): Likewise.
19313         * iconvdata/gbgbk.c: Likewise.
19314         * iconvdata/gbk.c : Likewise.
19315         * iconvdata/ibm1364.c : Likewise.
19316         * iconvdata/ibm930.c : Likewise.
19317         * iconvdata/ibm932.c: Likewise.
19318         * iconvdata/ibm933.c : Likewise.
19319         * iconvdata/ibm935.c : Likewise.
19320         * iconvdata/ibm937.c : Likewise.
19321         * iconvdata/ibm939.c : Likewise.
19322         * iconvdata/ibm943.c: Likewise.
19323         * iconvdata/iso_11548-1.c: Likewise.
19324         * iconvdata/iso-2022-cn.c : Likewise.
19325         * iconvdata/iso-2022-cn-ext.c : Likewise.
19326         * iconvdata/iso-2022-jp-3.c: Likewise.
19327         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19328         * iconvdata/iso-2022-kr.c : Likewise.
19329         * iconvdata/iso646.c (gconv_end): Likewise.
19330         * iconvdata/iso_6937-2.c : Likewise.
19331         * iconvdata/iso_6937.c : Likewise.
19332         * iconvdata/iso8859-1.c: Likewise.
19333         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19334         * iconvdata/shift_jisx0213.c : Likewise.
19335         * iconvdata/sjis.c : Likewise.
19336         * iconvdata/t.61.c : Likewise.
19337         * iconvdata/tcvn5712-1.c : Likewise.
19338         * iconvdata/tscii.c: Likewise.
19339         * iconvdata/uhc.c : Likewise.
19340         * iconvdata/unicode.c (gconv_end): Likewise.
19341         * iconvdata/utf-16.c (gconv_end): Likewise.
19342         * iconvdata/utf-32.c (gconv_end): Likewise.
19343         * iconvdata/utf-7.c (base64): Likewise.
19344         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19345         * iconv/gconv_close.c (__gconv_close): Likewise.
19346         * iconv/gconv_open.c (__gconv_open): Likewise.
19347         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19348         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19349         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19350         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19351         (ucs4le_internal_loop_single): Likewise.
19352         * iconv/iconv.c (iconv): Likewise.
19353         * iconv/iconv_close.c: Likewise.
19354         * iconv/loop.c (SINGLE): Likewise.
19355         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19356         * include/atomic.h: Likewise.
19357         * inet/inet6_option.c (option_alloc): Likewise.
19358         * intl/bindtextdom.c (set_binding_values): Likewise.
19359         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19360         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19361         * intl/localealias.c (read_alias_file): Likewise.
19362         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19363         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19364         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19365         * libio/fmemopen.c (fmemopen): Likewise.
19366         * libio/iofgets.c (_IO_fgets): Likewise.
19367         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19368         * libio/iofgetws.c (fgetws): Likewise.
19369         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19370         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19371         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19372         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19373         * locale/findlocale.c (_nl_find_locale): Likewise.
19374         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19375         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19376         Likewise.
19377         * locale/setlocale.c (setlocale): Likewise.
19378         * login/programs/pt_chown.c (main): Likewise.
19379         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19380         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19381         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19382         (mmap, mmap64, mremap, munmap): Likewise.
19383         * math/e_exp2l.c: Likewise.
19384         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19385         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19386         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19387         * math/s_catan.c (__catan): Likewise.
19388         * math/s_catanf.c (__catanf): Likewise.
19389         * math/s_catanh.c (__catanh): Likewise.
19390         * math/s_catanhf.c (__catanhf): Likewise.
19391         * math/s_catanhl.c (__catanhl): Likewise.
19392         * math/s_catanl.c (__catanl): Likewise.
19393         * math/s_ccosh.c (__ccosh): Likewise.
19394         * math/s_ccoshf.c (__ccoshf): Likewise.
19395         * math/s_ccoshl.c (__ccoshl): Likewise.
19396         * math/s_cexp.c (__cexp): Likewise.
19397         * math/s_cexpf.c (__cexpf): Likewise.
19398         * math/s_cexpl.c (__cexpl): Likewise.
19399         * math/s_clog10.c (__clog10): Likewise.
19400         * math/s_clog10f.c (__clog10f): Likewise.
19401         * math/s_clog10l.c (__clog10l): Likewise.
19402         * math/s_clog.c (__clog): Likewise.
19403         * math/s_clogf.c (__clogf): Likewise.
19404         * math/s_clogl.c (__clogl): Likewise.
19405         * math/s_csin.c (__csin): Likewise.
19406         * math/s_csinf.c (__csinf): Likewise.
19407         * math/s_csinh.c (__csinh): Likewise.
19408         * math/s_csinhf.c (__csinhf): Likewise.
19409         * math/s_csinhl.c (__csinhl): Likewise.
19410         * math/s_csinl.c (__csinl): Likewise.
19411         * math/s_csqrt.c (__csqrt): Likewise.
19412         * math/s_csqrtf.c (__csqrtf): Likewise.
19413         * math/s_csqrtl.c (__csqrtl): Likewise.
19414         * math/s_ctan.c (__ctan): Likewise.
19415         * math/s_ctanf.c (__ctanf): Likewise.
19416         * math/s_ctanh.c (__ctanh): Likewise.
19417         * math/s_ctanhf.c (__ctanhf): Likewise.
19418         * math/s_ctanhl.c (__ctanhl): Likewise.
19419         * math/s_ctanl.c (__ctanl): Likewise.
19420         * math/w_pow.c: Likewise.
19421         * math/w_powf.c: Likewise.
19422         * math/w_powl.c: Likewise.
19423         * math/w_scalb.c (sysv_scalb): Likewise.
19424         * math/w_scalbf.c (sysv_scalbf): Likewise.
19425         * math/w_scalbl.c (sysv_scalbl): Likewise.
19426         * misc/error.c (error_tail): Likewise.
19427         * misc/pselect.c (__pselect): Likewise.
19428         * nis/nis_callback.c (__nis_create_callback): Likewise.
19429         * nis/nis_call.c (__nisfind_server): Likewise.
19430         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19431         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19432         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19433         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19434         * nis/nis_lookup.c (nis_lookup): Likewise.
19435         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19436         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19437         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19438         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19439         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19440         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19441         * nis/nss_compat/compat-initgroups.c (add_group)
19442         (internal_getgrent_r): Likewise.
19443         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19444         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19445         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19446         (internal_getspnam_r): Likewise.
19447         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19448         (_nss_nis_getaliasbyname_r): Likewise.
19449         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19450         (_nss_nis_getntohost_r): Likewise.
19451         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19452         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19453         (_nss_nis_getgrgid_r): Likewise.
19454         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19455         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19456         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19457         (_nss_nis_gethostbyname4_r): Likewise.
19458         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19459         (initgroups_netid): Likewise.
19460         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19461         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19462         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19463         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19464         (_nss_nis_getprotobynumber_r): Likewise.
19465         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19466         (_nss_nis_getsecretkey): Likewise.
19467         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19468         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19469         (_nss_nis_getpwuid_r): Likewise.
19470         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19471         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19472         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19473         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19474         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19475         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19476         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19477         Likewise.
19478         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19479         (_nss_nisplus_getntohost_r): Likewise.
19480         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19481         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19482         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19483         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19484         Likewise.
19485         * nis/nss_nisplus/nisplus-initgroups.c
19486         (_nss_nisplus_initgroups_dyn): Likewise.
19487         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19488         (_nss_nisplus_getnetbyaddr_r): Likewise.
19489         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19490         (_nss_nisplus_getprotobynumber_r): Likewise.
19491         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19492         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19493         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19494         Likewise.
19495         * nis/nss_nisplus/nisplus-service.c
19496         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19497         (_nss_nisplus_getservbyport_r): Likewise.
19498         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19499         (_nss_nisplus_getspnam_r): Likewise.
19500         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19501         Likewise.
19502         * nscd/aicache.c (addhstaiX): Likewise.
19503         * nscd/cache.c (cache_search, prune_cache): Likewise.
19504         * nscd/connections.c (register_traced_file, send_ro_fd)
19505         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19506         (main_loop_epoll): Likewise.
19507         * nscd/grpcache.c (addgrbyX): Likewise.
19508         * nscd/hstcache.c (addhstbyX): Likewise.
19509         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19510         * nscd/mem.c (gc, mempool_alloc): Likewise.
19511         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19512         (addinnetgrX): Likewise.
19513         * nscd/nscd-client.h (__nscd_acquire_maplock)
19514         (__nscd_drop_map_ref): Likewise.
19515         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19516         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19517         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19518         Likewise.
19519         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19520         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19521         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19522         (__nscd_get_map_ref): Likewise.
19523         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19524         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19525         Likewise.
19526         * nscd/pwdcache.c (addpwbyX): Likewise.
19527         * nscd/selinux.c (preserve_capabilities): Likewise.
19528         * nscd/servicescache.c (addservbyX): Likewise.
19529         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19530         * posix/fnmatch.c (fnmatch): Likewise.
19531         * posix/getopt.c (_getopt_internal_r): Likewise.
19532         * posix/glob.c (glob, glob_in_dir): Likewise.
19533         * posix/wordexp.c (exec_comm_child): Likewise.
19534         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19535         (getanswer_r, gaih_getanswer_slice): Likewise.
19536         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19537         * resolv/res_init.c: Likewise.
19538         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19539         * resolv/res_query.c (__libc_res_nquery): Likewise.
19540         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19541         Likewise.
19542         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19543         * stdio-common/perror.c (perror): Likewise.
19544         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19545         * stdio-common/tmpnam.c (tmpnam): Likewise.
19546         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19547         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19548         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19549         Likewise.
19550         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19551         * stdlib/putenv.c (putenv): Likewise.
19552         * stdlib/setenv.c (__add_to_environ): Likewise.
19553         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19554         * stdlib/strtol_l.c (INTERNAL): Likewise.
19555         * string/memmem.c (memmem): Likewise.
19556         * string/strerror.c (strerror): Likewise.
19557         * string/strnlen.c (__strnlen): Likewise.
19558         * string/test-memmem.c (simple_memmem): Likewise.
19559         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19560         * sunrpc/pm_getport.c (__get_socket): Likewise.
19561         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19562         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19563         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19564         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19565         Likewise.
19566         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19567         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19568         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19569         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19570         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19571         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19572         Likewise.
19573         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19574         Likewise.
19575         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19576         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19577         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19578         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19579         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19580         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19581         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19582         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19583         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19584         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19585         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19586         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19587         Likewise.
19588         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19589         Likewise.
19590         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19591         Likewise.
19592         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19593         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19594         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19595         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19596         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19597         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19598         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19599         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19600         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19601         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19602         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19603         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19604         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19605         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19606         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19607         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19608         Likewise.
19609         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19610         Likewise.
19611         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19612         Likewise.
19613         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19614         Likewise.
19615         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19616         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19617         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19618         Likewise.
19619         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19620         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19621         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19622         * sysdeps/posix/sleep.c: Likewise.
19623         * sysdeps/posix/tempname.c: Likewise.
19624         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19625         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19626         Likewise.
19627         * sysdeps/powerpc/powerpc32/dl-machine.h
19628         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19629         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19630         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19631         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19632         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19633         Likewise.
19634         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19635         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19636         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19637         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19638         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19639         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19640         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19641         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19642         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19643         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19644         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19645         (elf_machine_lazy_rel): Likewise.
19646         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19647         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19648         (elf_machine_lazy_rel): Likewise.
19649         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19650         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19651         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19652         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19653         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19654         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19655         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19656         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19657         Likewise.
19658         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19659         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19660         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19661         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19662         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19663         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19664         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19665         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19666         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19667         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19668         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19669         Likewise.
19670         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19671         (__posix_fallocate64_l64): Likewise.
19672         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19673         (posix_fallocate): Likewise.
19674         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19675         Likewise.
19676         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19677         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19678         (getifaddrs_internal): Likewise.
19679         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19680         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19681         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19682         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19683         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19684         (__posix_fallocate64_l64): Likewise.
19685         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19686         Likewise.
19687         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19688         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19689         (__get_clockfreq): Likewise.
19690         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19691         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19692         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19693         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19694         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19695         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19696         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19697         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19698         Likewise.
19699         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19700         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19701         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19702         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19703         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19704         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19705         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19706         Likewise.
19707         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19708         (posix_fallocate): Likewise.
19709         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19710         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19711         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19712         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19713         (elf_machine_rela, elf_machine_rela_relative)
19714         (elf_machine_lazy_rel): Likewise.
19715         * time/asctime.c (asctime_internal): Likewise.
19716         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19717         * time/tzset.c (__tzset_parse_tz): Likewise.
19718         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19719         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19720         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19721         * wcsmbs/wcsmbsload.h: Likewise.
19723         [BZ #15894]
19724         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19726         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19727         (arena_get2): Remove THREAD_STATS conditionals.
19728         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19729         (__malloc_stats, int): Likewise.
19731 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19733         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19734         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19736         * manual/setjmp.texi: Fix typos/grammar errors.
19738         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19739         Only return early when n is <= 0.  Delete unused return statement.
19741         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19742         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19743         * debug/tst-longjmp_chk3.c: New file.
19745         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19746         (test_main): Replace code with set_fortify_handler call.
19747         * debug/test-strcpy_chk.c: Likewise.
19748         * debug/tst-chk1.c: Likewise.
19749         * debug/tst-longjmp_chk.c: Likewise.
19750         * test-skeleton.c: Include fcntl.h & paths.h
19751         (set_fortify_handler): Define.
19753         * debug/tst-longjmp_chk.c: Add header comment and include
19754         ../test-skeleton.c.
19755         (do_test): Mark static.
19756         (TEST_FUNCTION): Define.
19758         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19759         (IP_PMTUDISC_INTERFACE): Likewise.
19760         (IP_MULTICAST_IF): Likewise.
19761         (IP_MULTICAST_TTL): Likewise.
19762         (IP_MULTICAST_LOOP): Likewise.
19763         (IP_ADD_MEMBERSHIP): Likewise.
19764         (IP_DROP_MEMBERSHIP): Likewise.
19765         (IP_UNBLOCK_SOURCE): Likewise.
19766         (IP_BLOCK_SOURCE): Likewise.
19767         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19768         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19769         (IP_MSFILTER): Likewise.
19770         (MCAST_JOIN_GROUP): Likewise.
19771         (MCAST_BLOCK_SOURCE): Likewise.
19772         (MCAST_UNBLOCK_SOURCE): Likewise.
19773         (MCAST_LEAVE_GROUP): Likewise.
19774         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19775         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19776         (MCAST_MSFILTER): Likewise.
19777         (IP_MULTICAST_ALL): Likewise.
19778         (IP_UNICAST_IF): Likewise.
19780         * timezone/Makefile: Delete $(have-ksh) check.
19781         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19782         * timezone/tzselect.ksh: Add +x mode bits.
19784         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19785         (ANON_INODE_FS_MAGIC): Likewise.
19786         (BDEVFS_MAGIC): Likewise.
19787         (BINFMTFS_MAGIC): Likewise.
19788         (BTRFS_TEST_MAGIC): Likewise.
19789         (CRAMFS_MAGIC_WEND): Likewise.
19790         (DEBUGFS_MAGIC): Likewise.
19791         (ECRYPTFS_SUPER_MAGIC): Likewise.
19792         (EXT3_SUPER_MAGIC): Likewise.
19793         (EXT4_SUPER_MAGIC): Likewise.
19794         (FUTEXFS_SUPER_MAGIC): Likewise.
19795         (HOSTFS_SUPER_MAGIC): Likewise.
19796         (HUGETLBFS_MAGIC): Likewise.
19797         (MINIX3_SUPER_MAGIC): Likewise.
19798         (MTD_INODE_FS_MAGIC): Likewise.
19799         (NILFS_SUPER_MAGIC): Likewise.
19800         (OPENPROM_SUPER_MAGIC): Likewise.
19801         (PIPEFS_MAGIC): Likewise.
19802         (PSTOREFS_MAGIC): Likewise.
19803         (QNX6_SUPER_MAGIC): Likewise.
19804         (RAMFS_MAGIC): Likewise.
19805         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19806         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19807         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19808         (SECURITYFS_MAGIC): Likewise.
19809         (SELINUX_MAGIC): Likewise.
19810         (SMACK_MAGIC): Likewise.
19811         (SOCKFS_MAGIC): Likewise.
19812         (SQUASHFS_MAGIC): Likewise.
19813         (STACK_END_MAGIC): Likewise.
19814         (TMPFS_MAGIC): Likewise.
19815         (USBDEVICE_SUPER_MAGIC): Likewise.
19816         (V9FS_MAGIC): Likewise.
19817         (XENFS_SUPER_MAGIC): Likewise.
19818         (CRAMFS_MAGIC): Fix typo in comment.
19819         (EXT2_SUPER_MAGIC): Update comment.
19820         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19822 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19824         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19825         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19826         * sysdeps/unix/sysv/linux/arm: Move directory from
19827         ports/sysdeps/unix/sysv/linux/arm.
19828         * README: Update listing for arm-*-linux-gnueabi.
19830         * README: Remove mention of am33.
19832 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19834         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19835         than the comma operator, to avoid "rhs of comma has no effect"
19836         compiler warnings.
19837         (__sigfillset, __sigandset, __sigorset): Likewise.
19838         * include/signal.h (__sigemptyset): Likewise.
19839         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19841 2014-02-07  Allan McRae  <allan@archlinux.org>
19843         * version.h (RELEASE): Set to "development".
19844         (VERSION): Set to "2.19.90"
19845         * NEWS: Add 2.20 section.
19847 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19849         [BZ #16529]
19850         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19852 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19854         * manual/contrib.texi: Update entry for Carlos O'Donell,
19855         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19857 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19859         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19861         * sysdeps/unix/sysv/linux/kernel-features.h
19862         [__LINUX_KERNEL_VERSION >= 0x020621]
19863         (__ASSUME_PROC_PID_TASK_COMM): Define.
19865 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19867         [BZ #16398]
19868         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19869         conversion when destination buffer does not have enough space.
19870         * libio/tst-ftell-partial-wide.c: New test case.
19871         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19873         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19874         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19875         Leonard and Allan McRae.
19877 2014-02-04  David S. Miller  <davem@davemloft.net>
19879         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19880         32-bit.
19882 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19885         New file
19886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19887         New file
19888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19889         New file.
19890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19891         New file.
19892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19893         New file.
19894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19895         New file.
19896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19897         New file.
19898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19899         New file.
19900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19901         New file.
19902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19903         New file.
19904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19905         New file.
19906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19907         New file.
19908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19909         New file.
19911 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19913         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19914         * shlib-versions: Likewise.
19916 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19917             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19919         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19920         (abilist-pattern): New variable, set to %-le.abilist.
19922         * Makerules (abilist-pattern): New variable.
19923         (vpath): Use $(abilist-pattern) in place of %.abilist.
19924         (check-abi-% pattern rule): Likewise.
19925         (check-abi, update-abi): Likewise.
19927 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19929         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19931 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19933         * manual/startup.texi: Add next, previous, and top entries for
19934         the `Program Arguments' and `Environment Variables' nodes.
19936 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19938         * manual/macros.texi: Add comments before MTASC-safety macros.
19940         * manual/users.texi: Document MTASC-safety properties.
19942         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19943         (pthread_getspecific, pthread_setspecific): Format with
19944         @deftypefun, and add @safety note.
19945         * manual/signal.texi: Move comments that analyze the above
19946         functions to their home place.
19948 2014-02-03  Allan McRae  <allan@archlinux.org>
19950         * po/sl.po: Update Slovenian translation from translation project.
19952 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19954         * manual/time.texi (timegm): Add missing blank after @c.
19955         Reported by Joseph Myers <joseph@codesourcery.com>.
19957 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19959         * manual/check-safety.sh: New.
19960         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19962         * manual/terminal.texi: Document MTASC-safety properties.
19964         * manual/filesys.texi: Document MTASC-safety properties.
19966         * manual/errno.texi: Document MTASC-safety properties.
19968         * manual/intro.texi: Document safety identifiers and
19969         conditionals.
19971         * manual/string.texi (wcstok): Fix prototype.
19972         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19974         * manual/time.texi: Document MTASC-safety properties.
19976         * manual/string.texi: Document MTASC-safety properties.
19978         * manual/threads.texi: Document MTASC-safety properties.
19980         * manual/stdio.texi: Document MTASC-safety properties.
19982         * manual/syslog.texi: Document MTASC-safety properties.
19984         * manual/sysinfo.texi: Document MTASC-safety properties.
19986         * manual/startup.texi: Document MTASC-safety properties.
19988         * manual/socket.texi: Document MTASC-safety properties.
19990         * manual/signal.texi: Document MTASC-safety properties.
19992 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19994         * manual/setjmp.texi: Document MTASC-safety properties.
19996         * manual/search.texi: Document MTASC-safety properties.
19998         * manual/resource.texi: Document MTASC-safety properties.
20000         * manual/process.texi: Document MTASC-safety properties.
20002         * manual/platform.texi: Document MTASC-safety properties.
20004         * manual/pipe.texi: Document MTASC-safety properties.
20006         * manual/pattern.texi: Document MTASC-safety properties.
20008         * manual/message.texi: Document MTASC-safety properties.
20010         [BZ #12751]
20011         * manual/memory.texi: Document MTASC-safety properties.
20013         * manual/math.texi: Document MTASC-safety properties.
20015         * manual/locale.texi: Document MTASC-safety properties.
20017         * manual/llio.texi: Document MTASC-safety properties.
20019         * manual/libdl.texi: New.
20021         * manual/lang.texi: Document MTASC-safety properties.
20023         * manual/job.texi: Document MTASC-safety properties.
20025         * manual/getopt.texi: Document MTASC-safety properties.
20027         * manual/ctype.texi: Document MTASC-safety properties.
20029 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20031         [BZ #16046]
20032         * csu/libc-tls.c (static_map): Remove variable.
20033         (__libc_setup_tls): Use main executable's link map for TLS data.
20034         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20035         casing for LM_ID_BASE and GL(dl_nns).
20036         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20037         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20038         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20039         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20040         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20041         member.
20042         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20043         l_phnum members.
20045 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20047         * manual/debug.texi: Document MTASC-safety properties.
20049 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20051         [BZ #16510]
20052         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20053         of __x86_64__ when disabling x87 inline functions.
20055 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20057         * manual/charset.texi: Document MTASC-safety properties.
20059         * manual/crypt.texi: Document MTASC-safety properties.
20061         * manual/conf.texi: Document MTASC-safety properties.
20063         * manual/arith.texi: Document MTASC-safety properties.
20065         * manual/argp.texi: Document MTASC-safety properties.
20067         * manual/macros.texi: Introduce macros to document multi
20068         thread, asynchronous signal and asynchronous cancellation
20069         safety properties.
20070         * manual/intro.texi: Introduce the properties themselves.
20072 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20074         * sysdeps/sh/sh4/Makefile: New file.
20076 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20078         * math/gen-libm-test.pl ($srcdir): New variable.
20079         ($auto_input): Use it.
20081 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20083         [BZ #16506]
20084         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20085         access beyond array bounds when parsing netgroups file.
20087         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20088         the old buffer before realloc.
20090 2014-01-27  Allan McRae  <allan@archlinux.org>
20092         * po/fr.po: Update French translation from translation project.
20094 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20096         * sysdeps/sh/libm-test-ulps: Regenerate.
20098 2014-01-24  David S. Miller  <davem@davemloft.net>
20100         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20102 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20104         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20105         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20107 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20109         [BZ #16474]
20110         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20111         string pointers after reallocation.
20113 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20115         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20116         __SH4A__ instead of __SH_FPU_ANY__.
20118 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20120         * sysdeps/sh/fpu_control.h: New file.
20121         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20122         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20123         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20124         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20125         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20126         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20127         * sysdeps/sh/sys/ucontext.h: Remove.
20128         * sysdeps/sh/sys: Remove directory.
20130 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20132         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20133         s390/sys/ucontext.h.
20134         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20135         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20137 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20139         [BZ #15605]
20140         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20142 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20144         [BZ#16431]
20145         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20146         Adjust the vDSO correctly for internal calls.
20147         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20149 2014-01-20  Allan McRae  <allan@archlinux.org>
20151         * po/ca.po: Update Catalan translation from translation project.
20153 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20155         * sysdeps/s390/sotruss-lib.c: New file.
20157 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20159         [BZ#16430]
20160         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20161         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20162         local calls issues by not having a PLT stub required for IFUNC calls.
20163         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20165 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20167         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20168         * math/test-fpucw-static.c: Likewise.
20170 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20172         [BZ #16453]
20173         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20175 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20177         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20178         implementation for powerpc.
20180 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20182         [BZ #14782]
20183         * sysdeps/posix/system.c (__libc_system): Do not enable
20184         asynchronous cancellation.
20186 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20188         [BZ #16427]
20189         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20190         handling only for numbers special also in the IEEE case.
20192 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20194         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20196 2014-01-11  Allan McRae  <allan@archlinux.org>
20198         * po/bg.po: Update Bulgarian translation from translation project.
20200         * po/de.po: Update German translation from translation project.
20202 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20204         * sysdeps/generic/gcc-compat.h: New file.
20206 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20208         * benchtests/asin-inputs: Correct slow inputs.
20209         * benchtests/acos-inputs: Likewise.
20211 2014-01-10  Allan McRae  <allan@archlinux.org>
20213         * po:sv.po: Update Swedish translation from translation project.
20215         * po/vi.po: Update Vietnamese translation from translation project.
20217         * po/eo.po: Update Esperanto translation from translation project.
20219         * po/cs.po: Update Czech translation from translation project.
20221         * po/nl.po: Update Dutch translation from translation project.
20223         * po/pl.po: Update Polish translation from translation project.
20225         * po/ru.po: Update Russian translation from translation project.
20227         * po/uk.po: Update Ukrainian translation from translation project.
20229 2014-01-08  Brooks Moses  <bmoses@google.com>
20231         * elf/dl-load.c: Fix comment typo.
20233 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20235         * po/header.pot: Rename to...
20236         * po/pot.header: ... this.
20237         * po/Makefile: Use pot.header.
20239 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20240             Maxim Kuvyrkov  <maxim@kugelworks.com>
20242         [BZ #16394]
20243         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20244         SRC and DEST against LEN.
20246 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20248         [BZ #16414]
20249         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20250         implementation.
20251         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20253 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20255         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20257 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20259         [BZ #16408]
20260         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20261         for large positive arguments.
20263 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20265         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20267         * math/auto-libm-test-in: Mark various tests with
20268         xfail-rounding:ldbl-128ibm.
20269         * math/auto-libm-test-out: Regenerated.
20271         [BZ #16407]
20272         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20273         Increase overflow threshold.
20275 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20277         [BZ #14286]
20278         * stdio-common/vfprintf.c: Check for integer overflow.
20280 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20282         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20283         the first argument and return value of __tls_get_addr_internal.
20285 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20287         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20288         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20290 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20292         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20293         * sysdeps/s390/rtld-global-offsets.sym: New file.
20294         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20295         GLIBC_2.19 symbol.
20296         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20297         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20298         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20299         ... this.
20300         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20301         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20302         ... this.
20303         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20304         Regenerate.
20305         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20306         Regenerate.
20307         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20308         halfs of GPRs for high_gprs contexts.
20309         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20310         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20311         field.
20312         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20313         uc_flags field.
20314         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20315         64 bit versions:
20316         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20317         for high GPRs (uc_high_gprs) and for future extensions
20318         (__reserved).
20319         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20320         for future extensions (__reserved).
20321         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20322         64 bit versions:
20323         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20324         SC_HIGHGPRS offset definition.
20325         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20326         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20328         * Versions.def: Add GLIBC_2.19 for libpthread.
20329         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20330         siglongjmp for libpthread with GLIBC_2.19 symver.
20331         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20332         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20333         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20334         * sysdeps/s390/__longjmp.c: New file.
20335         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20336         * sysdeps/s390/longjmp.c: New file.
20337         * sysdeps/s390/setjmp.S: New file.
20338         * sysdeps/s390/sigjmp.S: New file.
20339         * sysdeps/s390/v1-longjmp.c: New file.
20340         * sysdeps/s390/v1-setjmp.h: New file.
20341         * sysdeps/s390/v1-sigjmp.c: New file.
20342         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20343         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20344         GLIBC_2.19 version.
20345         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20346         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20347         versioned symbols for ____longjmp_chk.
20348         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20349         Likewise.
20350         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20351         Regenerate.
20352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20353         Regenerate.
20354         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20355         Regenerate.
20356         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20357         Regenerate.
20358         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20359         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20360         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20361         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20362         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20363         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20364         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20365         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20366         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20367         * sysdeps/s390/rtld-__longjmp.c: New file.
20368         * sysdeps/s390/rtld-setjmp.S: New file.
20370 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20372         [BZ #16400]
20373         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20374         Return -__logl (x) for small positive arguments without evaluating
20375         a polynomial.
20377 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20379         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20380         Rename to ...
20381         (__ptrace_peeksiginfo_args): ... this.
20382         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20383         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20384         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20386 2014-01-06  Allan McRae  <allan@archlinux.org>
20388         * inet/netinet/in.h: Fix typo in comment.
20390 2014-01-05  Andreas Jaeger  <aj@suse.de>
20392         * sysdeps/i386/fpu/libm-test-ulps: Update.
20394 2014-01-05  Allan McRae  <allan@archlinux.org>
20396         * po/libc.pot: Regenerated.
20398         * malloc/memusagestat.c: Fix gettext call formatting.
20400 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20402         * nscd/nscd.c: Improve usage() output.
20404 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20406         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20407         * sysdeps/unix/sysv/linux/configure: Regenerated.
20408         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20409         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20411 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20413         [BZ #16390]
20414         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20415         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20417 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20419         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20420         extra tokens at end of #undef directive.
20421         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20422         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20423         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20425 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20427         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20429         * math/auto-libm-test-in: Mark various tests with
20430         xfail-rounding:ldbl-128ibm.
20431         * math/auto-libm-test-out: Regenerated.
20433 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20435         [BZ #16386]
20436         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20437         numbers with subnormal high part when calculating exponent.
20439         [BZ #16385]
20440         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20441         fabs.
20443         [BZ #16384]
20444         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20445         M_LN2l.
20446         (__ieee754_acoshl): Use __log1pl not __log1p.
20448 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20450         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20451         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20452         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20453         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20454         (reused_arena, arena_get2): Convert to GNU style.
20455         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20456         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20457         (memalign_check, __malloc_set_state): Likewise.
20458         * malloc/mallocbug.c (main): Likewise.
20459         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20460         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20461         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20462         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20463         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20464         (__posix_memalign, malloc_info): Likewise.
20465         * malloc/malloc.h: Likewise.
20466         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20467         (mallochook, memalignhook, reallochook, mabort): Likewise.
20468         * malloc/mcheck.h: Likewise.
20469         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20470         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20471         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20472         * malloc/morecore.c (__default_morecore): Likewise.
20473         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20474         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20475         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20476         (print_and_abort): Likewise.
20477         * malloc/obstack.h: Likewise.
20478         * malloc/set-freeres.c (__libc_freeres): Likewise.
20479         * malloc/tst-mallocstate.c (main): Likewise.
20480         * malloc/tst-mtrace.c (main): Likewise.
20481         * malloc/tst-realloc.c (do_test): Likewise.
20483 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20485         [BZ #16366]
20486         * nscd/netgroupcache.c (do_notfound): New function.
20487         (addgetnetgrentX): Use it.
20489         [BZ # 16365]
20490         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20491         NSS_STATUS_NOTFOUND.
20493 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20495         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20498 2014-01-01  Allan McRae  <allan@archlinux.org>
20500         * scripts/update-copyrights: Update configure input file suffix.
20502         * NEWS: Update copyright year.
20503         * catgets/gencat.c: Likewise.
20504         * csu/version.c: Likewise.
20505         * debug/catchsegv.sh: Likewise.
20506         * debug/pcprofiledump.c: Likewise.
20507         * debug/xtrace.sh: Likewise.
20508         * elf/ldconfig.c: Likewise.
20509         * elf/ldd.bash.in: Likewise.
20510         * elf/pldd.c: Likewise.
20511         * elf/sotruss.ksh: Likewise.
20512         * elf/sprof.c: Likewise.
20513         * iconv/iconv_prog.c: Likewise.
20514         * iconv/iconvconfig.c: Likewise.
20515         * locale/programs/locale.c: Likewise.
20516         * locale/programs/localedef.c: Likewise.
20517         * login/programs/pt_chown.c: Likewise.
20518         * malloc/memusage.sh: Likewise.
20519         * malloc/memusagestat.c: Likewise.
20520         * malloc/mtrace.pl: Likewise.
20521         * manual/libc.texinfo: Likewise.
20522         * nscd/nscd.c: Likewise.
20523         * nss/getent.c: Likewise.
20524         * nss/makedb.c: Likewise.
20525         * posix/getconf.c: Likewise.
20526         * scripts/test-installation.pl: Likewise.
20528         * All files with FSF copyright notices: Update copyright dates
20529         using scripts/update-copyrights.
20530         * intl/plural.c: Regenerated.
20531         * locale/programs/charmap-kw.h: Likewise.
20532         * locale/programs/locfile-kw.h: Likewise.
20534 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20536         * sysdeps/unix/sysv/linux/configure: Regenerated.
20537         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20538         the linux/fanotify.h header.
20539         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20540         HAVE_LINUX_FANOTIFY_H is defined.
20542 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20544         * benchtests/cos-inputs: New inputs.
20545         * benchtests/sin-inputs: Likewise.
20547         * benchtests/atan-inputs: New inputs. Fix name of multiple
20548         precision fallback inputs.
20550         * benchtests/atanh-inputs: New inputs.
20551         * benchtests/tanh-inputs: Likewise.
20553         * benchtests/acosh-inputs: New inputs.
20554         * benchtests/asinh-inputs: Likewise.
20556         * benchtests/cosh-inputs: New inputs.
20557         * benchtests/sinh-inputs: Likewise.
20559         * benchtests/acos-inputs: Add more inputs.
20560         * benchtests/asin-inputs: Likewise.
20562 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20564         [BZ #16375]
20565         * manual/arith.texi: Fix spelling.
20566         * manual/charset.texi: Likewise.
20567         * manual/errno.texi: Likewise.
20568         * manual/filesys.texi: Likewise.
20569         * manual/lang.texi: Likewise.
20570         * manual/llio.texi: Likewise.
20571         * manual/locale.texi: Likewise.
20572         * manual/message.texi: Likewise.
20573         * manual/resource.texi: Likewise.
20574         * manual/search.texi: Likewise.
20575         * manual/setjmp.texi: Likewise.
20576         * manual/stdio.texi: Likewise.
20577         * manual/string.texi: Likewise.
20578         * manual/sysinfo.texi: Likewise.
20579         * manual/time.texi: Likewise.
20581 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20583         * po/sl.po: New file.
20585 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20587         * .gitignore: Add core/.gdbinit/.gdb_history.
20589 2013-12-27  Allan McRae  <allan@archlinux.org>
20591         [BZ #16369]
20592         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20593         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20595 2013-12-24  Brooks Moses  <bmoses@google.com>
20597         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20598         all compilers that claim C++98 compliance, not just GCC.
20599         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20600         Likewise.
20602 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20604         * NEWS: Restore accidentally deleted bug-fix entries.
20606 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20607             Ondřej Bílka  <neleai@seznam.cz>
20609         [BZ #15073]
20610         * malloc/malloc.c (_int_free): Perform sanity check only if we
20611         have_lock.
20613 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20615         [BZ #12986]
20616         * manual/stdio.texi (String Input Conversions): Clarify that character
20617         classes are not supported.
20619 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20621         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20623 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20625         [BZ #16337]
20626         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20627         Calculate results for small negative arguments directly rather
20628         than using reflection formula with special underflow handling.
20630         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20631         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20632         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20633         (fchflags): Likewise.
20634         (revoke): Likewise.
20635         (setlogin): Likewise.
20636         (sigaltstack): Likewise.
20637         (wait4): Likewise.
20638         (sigblock): Remove.
20639         (sigsetmask): Likewise.
20640         (wait3): Likewise.
20641         (waitpid): Likewise.
20642         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20643         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20644         file.
20645         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20646         * sysdeps/unix/bsd/Makefile: ... here.
20647         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20648         * sysdeps/unix/bsd/Versions: ... here.
20649         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20650         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20651         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20652         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20653         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20654         * sysdeps/unix/bsd/sigblock.c: ... here.
20655         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20656         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20657         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20658         * sysdeps/unix/bsd/sigvec.c: ... here.
20659         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20660         * sysdeps/unix/bsd/tcdrain.c: ... here.
20661         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20662         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20663         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20664         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20665         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20666         * sysdeps/unix/bsd/wait.c: ... here.
20667         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20668         * sysdeps/unix/bsd/wait3.c: ... here.
20669         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20670         * sysdeps/unix/bsd/waitpid.c: ... here.
20672 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20674         [BZ #16356]
20675         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20676         round-to-nearest for [!USE_AS_EXPM1L].
20677         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20678         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20679         more tests of exp and exp10.  Expect some exp10 tests to miss
20680         exceptions or fail in directed rounding modes.
20681         * math/auto-libm-test-out: Regenerated.
20682         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20683         (exp10_test_tonearest): New function.
20684         (exp10_towardzero_test_data): New array.
20685         (exp10_test_towardzero): New function.
20686         (exp10_downward_test_data): New array.
20687         (exp10_test_downward): New function.
20688         (exp10_upward_test_data): New array.
20689         (exp10_test_upward): New function.
20690         (main): Call the new functions.
20691         * sysdeps/i386/fpu/libm-test-ulps: Update.
20692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20694 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20696         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20697         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20698         * math/auto-libm-test-out: Regenerated.
20699         * math/libm-test.inc (acosh_test_data): Add more tests.
20700         (atanh_test_data): Likewise.
20701         (ceil_test_data): Likewise.
20702         (copysign_test_data): Likewise.
20703         * sysdeps/i386/fpu/libm-test-ulps: Update.
20704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20706         * timezone/checktab.awk: Update from tzcode 2013i.
20707         * timezone/private.h: Likewise.
20708         * timezone/scheck.c: Likewise.
20709         * timezone/tzfile.h: Likewise.
20710         * timezone/tzselect.ksh: Likewise.
20711         * timezone/zdump.c: Likewise.
20712         * timezone/zic.c: Likewise.
20714         * math/auto-libm-test-in: Add tests of cpow.
20715         * math/auto-libm-test-out: Regenerated.
20716         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20717         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20718         mpc_cc_c.
20719         (func_calc_desc): Add mpc_cc_c union field.
20720         (test_functions): Add cpow.
20721         (special_fill_2pi): New function.
20722         (special_real_inputs): Add 2pi.
20723         (calc_generic_results): Handle mpc_cc_c.
20724         * sysdeps/i386/fpu/libm-test-ulps: Update.
20725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20727         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20728         csqrt, ctan and ctanh.
20729         * math/auto-libm-test-out: Regenerated.
20730         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20731         (TEST_COND_x86): Likewise.
20732         (ccos_test_data): Use AUTO_TESTS_c_c.
20733         (ccosh_test_data): Likewise.
20734         (cexp_test_data): Likewise.
20735         (clog_test_data): Likewise.
20736         (csqrt_test_data): Likewise.
20737         (ctan_test_data): Likewise.
20738         (ctan_tonearest_test_data): Likewise.
20739         (ctan_towardzero_test_data): Likewise.
20740         (ctan_downward_test_data): Likewise.
20741         (ctan_upward_test_data): Likewise.
20742         (ctanh_test_data): Likewise.
20743         (ctanh_tonearest_test_data): Likewise.
20744         (ctanh_towardzero_test_data): Likewise.
20745         (ctanh_downward_test_data): Likewise.
20746         (ctanh_upward_test_data): Likewise.
20747         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20748         mpc_c_c.
20749         (func_calc_desc): Add mpc_c_c union field.
20750         (FUNC_mpc_c_c): New macro.
20751         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20752         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20753         ctanh.
20754         (special_fill_min_subnorm_p120): New function.
20755         (special_real_inputs): Add min_subnorm_p120.
20756         (calc_generic_results): Handle mpc_c_c.
20757         * sysdeps/i386/fpu/libm-test-ulps: Update.
20758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20760 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20762         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20763         (do_sin_slow): New functions.
20764         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20765         (cslow2, csloww1, csloww2): Use the new functions.
20767         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20768         Use M to change sign of result instead of X.  Assume X is
20769         positive.
20770         (csloww1): Likewise.
20771         (__sin): Adjust.
20772         (__cos): Adjust.
20774         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20775         arguments A and DA.
20776         (__sin): Adjust.
20777         (__cos): Likewise.
20779         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20780         (__cos): Likewise.
20781         (sloww1): Don't adjust sign of DX.
20782         (csloww1): Likewise.
20783         (sloww2): Use X directly and don't adjust sign of DX.
20784         (csloww2): Likewise.
20786 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20788         * math/auto-libm-test-in: Add tests of cabs and carg.
20789         * math/auto-libm-test-out: Regenerated.
20790         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20791         (carg_test_data): Likewise.
20792         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20793         mpc_c_f.
20794         (func_calc_desc): Add mpc_c_f union field.
20795         (test_functions): Add cabs and carg.
20796         (calc_generic_results): Handle mpc_c_f.
20798         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20799         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20800         as a macro and a compat symbol.
20801         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20802         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20803         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20804         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20805         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20806         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20807         not use .hidden.
20808         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20809         Likewise.
20810         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20811         Likewise.
20812         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20813         Likewise.
20814         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20815         Likewise.
20816         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20817         Likewise.
20818         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20819         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20820         from GLIBC_2.3.2.
20822 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20824         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20826 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20828         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20829         trailing whitespace removed.
20830         * scripts/config.guess: Update to version 2013-11-29.
20831         * scripts/config.sub: Update to version 2013-10-01.
20833         * math/auto-libm-test-in: Add tests of sincos.
20834         * math/auto-libm-test-out: Regenerated.
20835         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20836         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20837         mpfr_f_11.
20838         (func_calc_desc): Add mpfr_f_11 union field.
20839         (test_functions): Add sincos.
20840         (calc_generic_results): Handle mpfr_f_11.
20841         * sysdeps/i386/fpu/libm-test-ulps: Update.
20842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20844 2013-12-19  Andreas Schwab  <schwab@suse.de>
20846         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20847         CALL_MCOUNT.
20848         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20849         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20850         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20852 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20854         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20855         * sysdeps/i386/fpu/libm-test-ulps: Update.
20856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20858         [BZ #16293]
20859         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20860         round-to-nearest mode when using frndint.
20861         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20862         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20863         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20864         Likewise.
20865         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20866         sinh test to fail.
20867         * math/auto-libm-test-out: Regenerated.
20868         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20869         (TEST_COND_x86): Likewise.
20870         (expm1_tonearest_test_data): New array.
20871         (expm1_test_tonearest): New function.
20872         (expm1_towardzero_test_data): New array.
20873         (expm1_test_towardzero): New function.
20874         (expm1_downward_test_data): New array.
20875         (expm1_test_downward): New function.
20876         (expm1_upward_test_data): New array.
20877         (expm1_test_upward): New function.
20878         (main): Run the new test functions.
20879         * sysdeps/i386/fpu/libm-test-ulps: Update.
20880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20882         * include/features.h: Update comment documenting feature test
20883         macros.  Mention _DEFAULT_SOURCE in comment.
20884         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20885         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20886         _BSD_SOURCE and _SVID_SOURCE.
20887         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20888         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20889         !_SVID_SOURCE]: Likewise.
20890         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20891         (__USE_POSIX_IMPLICITLY): Define.
20892         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20893         (_POSIX_SOURCE): Undefine and redefine.
20894         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20895         (_POSIX_C_SOURCE): Likewise.
20896         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20897         (Feature Test Macros): Update documentation of default features.
20899 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20901         * benchtests/Makefile: Add bench-strtok.
20902         * benchtests/bench-strtok.c: New file: strtok benchtest.
20904 2013-12-19  Allan McRae  <allan@archlinux.org>
20906         * manual/install.texi: Suppress menu for plain text output.
20907         * INSTALL: Regenerated.
20909 2013-12-18  Brooks Moses  <bmoses@google.com>
20911         [BZ #15846]
20912         * misc/getauxval.c: Include errno.h.
20913         (__getauxval): Set errno to ENOENT if the requested type is not
20914         found.
20915         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20916         don't declare with __attribute_const__.
20917         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20918         * manual/startup.texi: Document that getauxval sets errno.
20920 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20922         * math/auto-libm-test-in: Add tests of jn and yn.
20923         * math/auto-libm-test-out: Regenerated.
20924         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20925         (yn_test_data): Likewise.
20926         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20927         mpfr_if_f.
20928         (func_calc_desc): Add mpfr_if_f union field.
20929         (FUNC_mpfr_if_f): New macro.
20930         (test_functions): Add jn and yn.
20931         (calc_generic_results): Assert type of second input for
20932         mpfr_ff_f.  Handle mpfr_if_f.
20933         (output_for_one_input_case): Disable all checking for arguments
20934         fitting floating-point types in case of an integer argument.
20935         * sysdeps/i386/fpu/libm-test-ulps: Update.
20936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20939         Don't expect fegetround reference in libm.so.
20941 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20943         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20944         $(config-cflags-nofma).
20946 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20948         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20949         * math/auto-libm-test-out: Regenerated.
20951         [BZ #16338]
20952         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20953         to determine exponent and adjust argument to have exponent of -1.
20954         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20955         log2.
20956         * math/auto-libm-test-out: Regenerated.
20957         * sysdeps/i386/fpu/libm-test-ulps: Update.
20958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20960 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20962         * manual/probes.texi: Remove cases when per-thread arenas are
20963         disabled.
20965 2013-12-18  Andreas Schwab  <schwab@suse.de>
20967         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20968         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20969         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20970         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20971         * sysdeps/i386/i686/multiarch/Makefile: Update.
20972         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20974 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20976         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20977         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20979 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20981         [BZ #15968]
20982         Support TZ transition times < 00:00:00.
20983         This is needed for version-3 tz-format files; it supports time
20984         stamps past 2037 for America/Godthab (the only entry in the tz
20985         database for which this change is relevant).
20986         * manual/time.texi (TZ Variable): Document transition times
20987         from -167:59:59 through -00:00:01.
20988         * time/tzset.c (tz_rule): Time of day is now signed.
20989         (__tzset_parse_tz): Parse negative time of day.
20991         Document TZ transition times >= 25:00:00.
20992         * manual/time.texi (TZ Variable): Document transition times from
20993         25:00:00 through 167:59:59.  These are already supported, and this
20994         support will help with version-3 tz-format files.
20996         * manual/time.texi (TZ Variable): Modernize North America example
20997         to reflect current (i.e., 2007-and-later) daylight saving rules.
20999         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21001 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21003         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21004         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21005         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21006         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21007         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21008         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21009         * sysdeps/unix/bsd/clock.c: Likewise.
21010         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21011         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21012         * sysdeps/unix/bsd/init-posix.c: Likewise.
21013         * sysdeps/unix/bsd/poll.c: Likewise.
21014         * sysdeps/unix/bsd/ptsname.c: Likewise.
21015         * sysdeps/unix/bsd/seekdir.c: Likewise.
21016         * sysdeps/unix/bsd/setegid.c: Likewise.
21017         * sysdeps/unix/bsd/seteuid.c: Likewise.
21018         * sysdeps/unix/bsd/setgid.c: Likewise.
21019         * sysdeps/unix/bsd/setrgid.c: Likewise.
21020         * sysdeps/unix/bsd/setruid.c: Likewise.
21021         * sysdeps/unix/bsd/setsid.c: Likewise.
21022         * sysdeps/unix/bsd/setuid.c: Likewise.
21023         * sysdeps/unix/bsd/sigaction.c: Likewise.
21024         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21025         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21026         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21027         * sysdeps/unix/bsd/telldir.c: Likewise.
21028         * sysdeps/unix/bsd/times.c: Likewise.
21029         * sysdeps/unix/bsd/usleep.c: Likewise.
21031         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21032         ($(objpfx)libbsd-compat.a): Remove rule.
21034         * include/features.h (__FAVOR_BSD): Do not define.
21035         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21036         features conflicting with POSIX.
21037         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21038         (_BSD_SOURCE): Remove description of not being a subset of other
21039         feature test macros.
21040         * manual/job.texi (getpgrp): Do not document BSD version.
21041         (getpgid): Do not document by reference to BSD getpgrp.
21042         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21043         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21044         * signal/signal.h [__FAVOR_BSD]: Likewise.
21045         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21046         instead of making contents conditional on [__FAVOR_BSD].
21047         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21049 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21051         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21053 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21055         [BZ #16314]
21056         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21057         values below 2**-450, not 2**-500.
21058         * math/auto-libm-test-in: Don't allow spurious underflow from
21059         hypot.
21060         * math/auto-libm-test-out: Regenerated.
21062         [BZ #16316]
21063         [BZ #16330]
21064         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21065         values of ha and hb and sort them after adjusting subnormal
21066         arguments.
21067         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21068         Likewise.
21069         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21070         values of ea and eb and sort them after adjusting subnormal
21071         arguments.
21072         * math/auto-libm-test-in: Do not expect some hypot tests of
21073         subnormals to fail.  Add more hypot tests.
21074         * math/auto-libm-test-out: Regenerated.
21076 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21078         [BZ #13304]
21079         * sysdeps/sh/s_fma.c: New file.
21080         * sysdeps/sh/s_fmaf.c: New file.
21081         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21082         version.
21083         * sysdeps/sh/Implies: Add sh/soft-fp.
21085 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21087         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21088         level of indirection to members `objname', `errstring', `malloced'.
21089         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21090         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21091         it as the __longjmp argument (just pass 1 instead).
21092         (_dl_catch_error): Initialize C with argument pointers and address of
21093         volatile local ERRCODE rather than copying values out of C at return.
21095 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21097         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21098         * math/auto-libm-test-out: Regenerated.
21099         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21100         (hypot_test_data): Likewise.
21101         (pow_test_data): Likewise.
21102         (pow_tonearest_test_data): Likewise.
21103         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21104         mpfr_ff_f.
21105         (func_calc_desc): Add mpfr_ff_f union field.
21106         (FUNC_mpfr_ff_f): New macro.
21107         (test_functions): Add atan2, hypot and pow.
21108         (special_fill_min): New function.
21109         (special_fill_minus_min): Likewise.
21110         (special_fill_min_subnorm): Likewise.
21111         (special_fill_minus_min_subnorm): Likewise.
21112         (special_real_inputs): Add min, -min, min_subnorm and
21113         -min_subnorm.
21114         (calc_generic_results): Handle mpfr_ff_f.
21115         * sysdeps/i386/fpu/libm-test-ulps: Update.
21116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21118 2013-12-16  Will Newton  <will.newton@linaro.org>
21120         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21121         (Aligned Memory Blocks): Add documentation for aligned_alloc
21122         and suggest it as an alternative to posix_memalign.
21123         (Hooks for Malloc): Document __memalign_hook is also called
21124         for aligned_alloc.  (Summary of Malloc): Add summary for
21125         aligned alloc.  Document __memalign_hook is also called
21126         for aligned_alloc.
21128 2013-12-16  Will Newton  <will.newton@linaro.org>
21130         * manual/memory.texi (Malloc Examples): Clarify default
21131         alignment documentation.  Suggest posix_memalign rather
21132         than memalign or valloc.
21133         (Aligned Memory Blocks): Remove suggestion to use memalign
21134         or valloc.  Remove obsolete comment about BSD.
21135         Document memalign errno values and mark the function obsolete.
21136         Document posix_memalign returned error codes.  Mark valloc
21137         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21138         called for posix_memalign and valloc.
21139         (Summary of Malloc): Add posix_memalign to function summary.
21140         __memalign_hook is also called for posix_memalign and valloc.
21142 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21144         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21145         TAYLOR_SIN.
21146         (__sin): Adjust.
21147         (__cos): Likewise.
21148         (sloww): Use mynumber union.  Expand ternary operator into
21149         if-else statements.
21150         (cslow): use mynumber union.
21152 2013-12-16  Allan McRae  <allan@archlinux.org>
21154         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21155         * configure: Regenerated.
21157         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21159         [BZ #14120]
21160         * configure.ac: Added --enable-maintainer-mode. Check for
21161         autoconf when enabled.
21162         * configure: Regenerated.
21164         * nscd/nscd.service: New file.
21165         * nscd/nscd.tmpfiles: New file.
21167 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21169         [BZ #12100]
21170         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21171         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21172         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21173         (strstr): Add __strstr_sse2_unaligned ifunc.
21174         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21175         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21176         (strcasestr): Remove __strcasestr_sse42 ifunc.
21177         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21178         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21179         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21181 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21183         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21184         * sysdeps/sh/bits/fenv.h: ... here.
21185         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21187 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21189         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21191         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21192         hypotf multiarch implementations.
21193         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21194         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21195         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21196         multiarch hypot for PPC64.
21197         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21198         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21199         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21200         multiarch hypotf for PPC64.
21202         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21203         modff multiarch implementations.
21204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21207         multiarch modf for PPC64.
21208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21211         multiarch modff for PPC64.
21213         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21214         and logl multiarch implementations.
21215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21218         multiarch logb for PPC64.
21219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21220         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21222         multiarch logb for PPC64.
21223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21226         multiarch logb for PPC64.
21228         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21229         isinff multiarch implementation.
21230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21231         file.
21232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21234         multiarch isinf for PPC64.
21235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21236         file.
21237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21238         multiarch isinff for PPC64.
21240         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21241         finitef multiarch implementation.
21242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21243         file.
21244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21246         multiarch finite for PPC64.
21247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21248         file.
21249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21250         multiarch finitef for PPC64.
21252         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21253         lrint multiarch implementation.
21254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21255         file.
21256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21258         multiarch llrint for PPC64.
21259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21260         multiarch lrint for PPC64.
21262         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21263         copysignf multiarch implementation.
21264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21265         file.
21266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21267         file.
21268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21269         multiarch copysign for PPC64.
21270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21271         multiarch copysignf for PPC64.
21273         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21274         multiarch implementation.
21275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21276         file.
21277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21278         file.
21279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21280         file.
21281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21282         file.
21283         multiarch llround for PPC64.
21284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21285         multiarch trunc for PPC64.
21286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21287         multiarch truncf for PPC64.
21289         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21290         multiarch implementation.
21291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21292         file.
21293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21294         file.
21295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21296         file.
21297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21298         file.
21299         multiarch llround for PPC64.
21300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21301         multiarch round for PPC64.
21302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21303         multiarch roundf for PPC64.
21305         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21306         multiarch implementation.
21307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21308         file.
21309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21310         file.
21311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21312         file.
21313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21314         file.
21315         multiarch llround for PPC64.
21316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21317         multiarch floor for PPC64.
21318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21319         multiarch floorf for PPC64.
21321         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21322         multiarch implementation.
21323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21324         file.
21325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21326         file.
21327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21328         file.
21329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21330         file.
21331         multiarch llround for PPC64.
21332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21333         multiarch ceil for PPC64.
21334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21335         multiarch ceilf for PPC64.
21337         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21338         multiarch implementation.
21339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21340         file.
21341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21342         file.
21343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21344         file.
21345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21346         multiarch llround for PPC64.
21347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21348         multiarch lround for PPC64.
21350         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21351         multiarch implementation.
21352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21355         file.
21356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21359         multiarch isnan for PPC64.
21360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21361         multiarch isnanf for PPC64.
21363         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21364         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21365         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21366         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21367         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21370         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21371         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21372         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21373         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21375         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21376         multiarch implementations.
21377         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21378         (__libc_ifunc_impl_list): Likewise.
21379         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21380         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21381         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21382         multiarch stpcpy for PPC64.
21384         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21385         multiarch implementations.
21386         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21387         (__libc_ifunc_impl_list): Likewise.
21388         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21389         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21390         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21391         multiarch strcpy for PPC64.
21393         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21394         redefine function name.
21395         (_wordcopy_fwd_dest_aligned): Likewise.
21396         (_wordcopy_bwd_aligned): Likewise.
21397         (_wordcopy_bwd_dest_aligned): Likewise.
21398         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21399         multiarch implementations.
21400         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21401         (__libc_ifunc_impl_list): Likewise.
21402         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21403         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21404         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21405         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21406         multiarch wcscpy for PPC64.
21408         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21409         multiarch implementations.
21410         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21411         (__libc_ifunc_impl_list): Likewise.
21412         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21413         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21414         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21415         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21416         multiarch wcscpy for PPC64.
21418         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21419         multiarch implementations.
21420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21421         (__libc_ifunc_impl_list): Likewise.
21422         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21423         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21424         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21425         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21426         multiarch wcsrchr for PPC64.
21428         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21429         multiarch implementations.
21430         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21431         (__libc_ifunc_impl_list): Likewise.
21432         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21433         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21434         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21435         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21436         multiarch wcschr for PPC64.
21438         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21439         multiarch implementations.
21440         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21441         (__libc_ifunc_impl_list): Likewise.
21442         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21443         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21444         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21445         multiarch strchrnul for PPC64.
21447         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21448         implementations.
21449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21450         (__libc_ifunc_impl_list): Likewise.
21451         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21452         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21453         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21454         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21455         strchr for PPC64.
21457         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21458         implementations.
21459         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21460         (__libc_ifunc_impl_list): Likewise.
21461         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21462         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21463         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21464         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21465         strncmp for PPC64.
21467         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21468         multiarch implementations.
21469         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21470         (__libc_ifunc_impl_list): Likewise.
21471         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21472         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21473         strncasecmp for PPC64.
21474         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21475         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21476         multiarch strncasecmp_l for PPC64.
21478         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21479         multiarch implementations.
21480         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21481         (__libc_ifunc_impl_list): Likewise.
21482         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21483         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21484         multiarch strcasecmp for PPC64.
21485         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21486         file.
21487         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21488         multiarch strcasecmp_l for PPC64.
21490         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21491         implementations.
21492         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21493         (__libc_ifunc_impl_list): Likewise.
21494         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21495         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21496         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21497         strnlen for PPC64.
21499         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21500         implementations.
21501         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21502         (__libc_ifunc_impl_list): Likewise.
21503         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21504         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21505         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21506         strlen for PPC64.
21508         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21509         implementations.
21510         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21511         (__libc_ifunc_impl_list): Likewise.
21512         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21513         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21514         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21515         rawmemrchr for PPC64.
21517         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21518         implementation.
21519         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21520         (__libc_ifunc_impl_list): Likewise.
21521         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21522         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21523         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21524         memrchr for PPC64.
21526         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21527         implementation.
21528         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21529         (__libc_ifunc_impl_list): Likewise.
21530         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21531         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21532         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21533         memchr for PPC64.
21535         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21536         implementation.
21537         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21538         (__libc_ifunc_impl_list): Likewise.
21539         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21540         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21541         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21542         mempcpy for PPC64.
21544         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21545         avoid cretion of __bzero symbol.
21546         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21547         Likewise.
21548         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21549         Likewise.
21550         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21551         Likewise.
21552         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21553         multiarch implementations.
21554         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21555         (__libc_ifunc_impl_list): Likewise.
21556         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21557         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21558         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21559         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21560         bzero for PPC32.
21561         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21562         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21563         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21564         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21565         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21566         memset for PPC64.
21567         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21569         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21571         implementations.
21572         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21573         (__libc_ifunc_impl_list): Likewise.
21574         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21575         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21576         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21577         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21578         memcmp for PPC64.
21580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21581         multiarch for POWER/PPC64.
21582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21583         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21584         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21585         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21586         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21587         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21588         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21589         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21590         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21591         memcpy for PPC64.
21593         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21594         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21595         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21596         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21597         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21598         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21599         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21600         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21601         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21602         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21603         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21604         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21605         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21606         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21607         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21616 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21618         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21620 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21622         * benchtests/Makefile (bench): Add exp2 and log2.
21623         (LDLIBS-bench-exp2): Add -lm.
21624         (LDLIBS-bench-log2): Likewise.
21625         * benchtests/exp2-inputs: New inputs file.
21626         * benchtests/log2-inputs: New inputs file.
21627         * benchtests/log-inputs: Add new inputs.
21628         * benchtests/tan-inputs: Likewise.
21630 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21632         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21633         definition...
21634         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21635         (csloww2): ... from here.
21637         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21638         instead of structures.
21639         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21640         (POLYNOMIAL): Likewise.
21641         (TAYLOR_SLOW): Likewise.
21642         (__sin): Likewise.
21643         (__cos): Likewise.
21644         (slow1): Likewise.
21645         (slow2): Likewise.
21646         (sloww): Likewise.
21647         (sloww1); Likewise.
21648         (sloww2): Likewise.
21649         (bsloww1): Likewise.
21650         (bsloww2): Likewise.
21651         (cslow2): Likewise.
21652         (csloww): Likewise.
21653         (csloww1): Likewise.
21654         (csloww2): Likewise.
21656 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21658         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21659         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21660         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21661         * malloc/hooks.c (realloc_check): Likewise.
21663         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21664         * malloc/arena.c: Remove PER_THREAD conditional.
21665         [!PER_THREAD]: Remove code.
21666         (ptmalloc_unlock_all2): Likewise.
21667         (ptmalloc_init): Likewise.
21668         (_int_new_arena): Likewise.
21669         (arena_get2): Likewise.
21670         * malloc/hooks.c (__malloc_get_state): Likewise.
21671         (__malloc_set_state): Likewise.
21672         * malloc/malloc.c: Likewise.
21673         (struct malloc_state): Likewise.
21674         (struct malloc_par): Likewise.
21675         (__libc_realloc): Likewise.
21676         (__libc_mallopt): Likewise.
21678 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21680         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21682 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21684         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21685         macro to a function.  Check for zero perturb_byte.
21686         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21688         * malloc/malloc.c: (force_reg): Remove.
21689         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21690         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21691         force_reg by atomic_forced_read.
21692         * malloc/arena.c (ptmalloc_init): Likewise.
21693         * malloc/hooks.c (top_check): Likewise.
21695 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21697         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21699 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21701         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21703 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21705         * math/auto-libm-test-in: Add tests of lgamma.
21706         * math/auto-libm-test-out: Regenerated.
21707         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21708         (M_LOG_2_SQRT_PIl): Likewise.
21709         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21710         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21711         mpfr_f_f1.
21712         (func_calc_desc): Add mpfr_f_f1 union field.
21713         (ARGS1): New macro.
21714         (ARGS2): Likewise.
21715         (ARGS3): Likewise.
21716         (ARGS4): Likewise.
21717         (RET1): Likewise.
21718         (RET2): Likewise.
21719         (CALC): Likewise.
21720         (FUNC): Likewise.
21721         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21722         (test_functions): Add lgamma.
21723         (calc_generic_results): Handle mpfr_f_f1.
21724         * sysdeps/i386/fpu/libm-test-ulps: Update.
21725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21727 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21729         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21730         __mpn_add_n for PowerPC64/POWER7.
21731         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21732         __mpn_sub_n for PowerPC64/POWER7.
21734         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21735         __mpn_addmul_1 for PowerPC64.
21736         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21737         __mpn_submul_1 for PowerPC64.
21738         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21739         for PowerPC64.
21740         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21741         for PowerPC64.
21743 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21745         [BZ #15089]
21746         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21748 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21750         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21752         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21753         add multiarch folders.
21754         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21755         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21756         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21757         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21758         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21759         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21760         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21761         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21762         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21763         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21764         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21773         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21775         New file.
21776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21777         New file.
21778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21779         multiarch __ieee754_hypot for PowerPC32.
21780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21781         New file.
21782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21783         New file.
21784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21785         multiarch __ieee754_hypotf for PowerPC32.
21787         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21788         long_double_symbol only if __logbl is defined.
21789         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21790         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21791         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21792         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21793         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21794         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21795         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21796         path for implementation.
21797         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21798         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21800         logb, and logbl multiarch implementations for PowerPC32.
21801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21802         file.
21803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21804         file.
21805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21806         multiarch logb for PowerPC32.
21807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21808         file.
21809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21810         file.
21811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21812         multiarch logbf for PowerPC32.
21813         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21815         file.
21816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21817         multiarch logbl implementation for PowerPC32.
21819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21820         and modff multiarch implementations.
21821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21822         New file.
21823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21824         New file.
21825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21826         multiarch modf for PowerPC32.
21827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21828         New file.
21829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21830         New file.
21831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21832         multiarch modff for PowerPC32.
21834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21835         and lrintf multiarch implementations.
21836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21837         New file.
21838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21839         New file.
21840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21841         multiarch lrint for PowerPC32.
21842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21843         file: multiarch lrintf for PowerPC32.
21845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21846         and lroundf multiarch implementations.
21847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21848         New file.
21849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21850         New file.
21851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21852         New file.
21853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21854         multiarch lround for PowerPC32.
21855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21856         file: multiarch lroundf for PowerPC32.
21858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21859         copysign and copysignf multiarch implementations.
21860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21861         New file.
21862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21863         New file.
21864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21865         file: multiarch copysign for PowerPC32.
21866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21867         file: multiarch copysignf for PowerPC32.
21869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21870         and truncf multiarch implementations.
21871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21872         New file.
21873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21874         file.
21875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21876         multiarch trunc for PowerPC32.
21877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21878         New file.
21879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21880         New file.
21881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21882         multiarch truncf for PowerPC32.
21884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21885         and roundf multiarch implementations.
21886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21887         New file.
21888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21889         file.
21890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21891         multiarch round for PowerPC32.
21892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21893         New file.
21894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21895         New file.
21896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21897         multiarch roundf for PowerPC32.
21899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21900         and floorf multiarch implementations.
21901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21902         New file.
21903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21904         file.
21905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21906         multiarch floor for PowerPC32.
21907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21908         New file.
21909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21910         New file.
21911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21912         multiarch floorf for PowerPC32.
21914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21915         and ceilf multiarch implementations.
21916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21917         New file.
21918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21919         file.
21920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21921         multiarch ceil for PowerPC32.
21922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21923         New file.
21924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21925         file.
21926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21927         multiarch ceilf for PowerPC32.
21929         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21930         is defined.
21931         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21932         FINITEF is defined.
21933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21934         and finitef multiarch implementations.
21935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21936         New file.
21937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21938         file.
21939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21940         multiarch finite for PowerPC32.
21941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21942         New file.
21943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21944         file: multiarch finitef for PowerPC32.
21946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21947         and isinff multiarch implementations.
21948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21949         file.
21950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21951         file.
21952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21953         multiarch isinf for PowerPC32.
21954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21955         New file.
21956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21957         multiarch isinff for PowerPC32.
21959         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21960         alias when __isnan is defined.
21961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21962         and isnanf multiarch implementations.
21963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21964         file.
21965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21966         file.
21967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21968         file.
21969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21970         file.
21971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21972         multiarch isnan for PowerPC32.
21973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21974         New file.
21975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21976         New file.
21977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21978         multiarch isnanf for PowerPC32.
21980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21981         and sqrtf multiarch implementations.
21982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21983         file.
21984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21985         file.
21986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21987         multiarch sqrt for PowerPC32.
21988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21989         file.
21990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21991         file.
21992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21993         multiarch sqrtf for PowerPC32.
21995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21996         and llroundf multiarch implementations.
21997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21998         New file.
21999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22000         New file.
22001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22002         New file.
22003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22004         file: multiarch llround for PowerPC32.
22005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22006         file: multiarch llroundf for PowerPC32.
22008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22009         multiarch PowerPC32 fpu implementations.
22010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22011         New file.
22012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22013         New file.
22014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22015         multiarch llrint for PowerPC32.
22016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22017         New file.
22018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22019         New file.
22020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22021         file.
22023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22025         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22026         file.
22027         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22028         file.
22029         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22030         file.
22031         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22032         multiarch wordcopy for PPC32.
22033         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22034         wordcopy objects.
22035         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22036         (__libc_ifunc_impl_list): Likewise.
22037         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22038         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22039         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22040         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22041         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22042         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22044         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22045         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22046         file.
22047         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22048         file.
22049         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22050         file.
22051         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22052         multiarch wcscpy for PPC32.
22053         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22054         multiarch objects.
22055         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22056         (__libc_ifunc_impl_list): Likewise.
22057         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22058         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22059         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22060         sysdeps/powerpc/power6/wcscpy.c.
22062         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22063         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22064         file.
22065         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22066         file.
22067         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22068         file.
22069         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22070         multiarch wcsrchr for PPC32.
22071         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22072         multiarch objects.
22073         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22074         (__libc_ifunc_impl_list): Likewise.
22075         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22076         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22077         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22078         sysdeps/powerpc/power6/wcsrchr.c.
22080         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22081         file.
22082         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22083         file.
22084         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22085         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22086         multiarch wcschr for PPc32.
22087         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22088         multiarch objects.
22089         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22090         (__libc_ifunc_impl_list): Likewise.
22091         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22092         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22093         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22094         sysdeps/powerpc/power6/wcschr.c.
22096         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22097         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22098         file.
22099         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22100         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22101         file: multiarch strchr for PPC32.
22102         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22103         multiarch objects.
22104         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22105         (__libc_ifunc_impl_list): Likewise.
22107         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22108         name.
22109         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22110         file.
22111         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22112         file.
22113         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22114         multiarch strchrnul for PPC32.
22115         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22116         multiarch objects.
22117         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22118         (__libc_ifunc_impl_list): Likewise.
22120         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22121         file.
22122         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22123         multiarch strncasecmp for PPC32.
22124         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22125         file.
22126         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22127         multiarch strncasecmp_l for PPC32.
22128         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22129         strncasecmp multiarch objects.
22130         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22131         (__libc_ifunc_impl_list): Likewise.
22133         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22134         file.
22135         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22136         multiarch strncasecmp for PPC32.
22137         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22138         New file.
22139         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22140         multiarch strcasecmp_l for PPC32.
22141         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22142         multiarch objects.
22143         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22144         (__libc_ifunc_impl_list): Likewise.
22146         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22147         file.
22148         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22149         file.
22150         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22151         multiarch strncmp for PPC32.
22152         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22153         multiarch objects.
22154         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22155         (__libc_ifunc_impl_list): Likewise.
22157         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22158         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22159         file.
22160         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22161         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22162         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22163         multiarch objects.
22164         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22165         (__libc_ifunc_impl_list): Likewise.
22167         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22168         file.
22169         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22170         file.
22171         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22172         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22173         multiarch objects.
22174         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22175         (__libc_ifunc_impl_list): Likewise.
22177         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22178         file.
22179         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22180         file.
22181         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22182         multiarch rawmemchr for PPC32.
22183         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22184         multiarch objects.
22185         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22186         (__libc_ifunc_impl_list): Likewise.
22188         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22189         file.
22190         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22191         file.
22192         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22193         file: memrchr multiarch for PPC32.
22194         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22195         multiarch objects.
22196         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22197         (__libc_ifunc_impl_list): Likewise.
22199         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22200         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22201         file.
22202         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22203         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22204         multiarch memchr for PPC32.
22205         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22206         multiarch objects.
22207         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22208         (__libc_ifunc_impl_list): Likewise.
22210         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22211         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22212         file.
22213         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22214         file.
22215         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22216         file: multiarch mempcpy for PPC32.
22217         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22218         multiarch objects.
22219         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22220         (__libc_ifunc_impl_list): Likewise.
22222         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22223         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22224         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22225         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22226         multiarch bzero for PPC32.
22227         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22228         file.
22229         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22230         file.
22231         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22232         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22233         file: multiarch memset for PPC32.
22234         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22235         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22236         memset multiarch objects.
22237         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22238         (__libc_ifunc_impl_list): Likewise.
22240         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22241         file.
22242         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22243         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22244         memcmp for PPC32.
22245         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22246         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22247         multiarch objects.
22248         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22249         (__libc_ifunc_impl_list): Likewise.
22251         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22252         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22253         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22254         file.
22255         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22256         file.
22257         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22258         file.
22259         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22260         multiarch memcpy for PPC32.
22261         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22262         multiarch objects.
22263         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22264         (__libc_ifunc_impl_list): Likewise.
22266         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22267         support multiarch for POWER/PPC32.
22268         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22269         Likewise.
22270         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22272         Implies file to make multiarch folder appers before the fpu and
22273         default folder for power4 configuration.
22275 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22277         * scripts/bench.pl: Append volatile keyword to type.
22279 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22281         * sysdeps/sh/sotruss-lib.c: New file.
22282         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22284 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22288 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22290         [BZ #6810]
22291         * math/w_tgamma.c: Include <errno.h>.
22292         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22293         * math/w_tgammaf.c: Include <errno.h>.
22294         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22295         * math/w_tgammal.c: Include <errno.h>.
22296         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22297         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22298         underflow.  Add more tgamma tests.
22299         * math/auto-libm-test-out: Regenerated.
22300         * sysdeps/i386/fpu/libm-test-ulps: Update.
22301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22303         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22304         sin, sinh, tan, tanh, tgamma, y0 and y1.
22305         * math/auto-libm-test-out: Regenerated.
22306         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22307         (TEST_COND_x86): Likewise.
22308         (M_E2l): Remove macro.
22309         (M_E3l): Likewise.
22310         (M_2_SQRT_PIl): Likewise.
22311         (M_SQRT_PIl): Likewise.
22312         (M_1_DIV_El): Likewise.
22313         (log_test_data): Use AUTO_TESTS_f_f.
22314         (log10_test_data): Likewise.
22315         (log1p_test_data): Likewise.
22316         (log2_test_data): Likewise.
22317         (sin_test_data): Likewise.
22318         (sin_tonearest_test_data): Likewise.
22319         (sin_towardzero_test_data): Likewise.
22320         (sin_downward_test_data): Likewise.
22321         (sin_upward_test_data): Likewise.
22322         (sinh_test_data): Likewise.
22323         (sinh_tonearest_test_data): Likewise.
22324         (sinh_towardzero_test_data): Likewise.
22325         (sinh_downward_test_data): Likewise.
22326         (sinh_upward_test_data): Likewise.
22327         (tan_test_data): Likewise.
22328         (tan_tonearest_test_data): Likewise.
22329         (tan_towardzero_test_data): Likewise.
22330         (tan_downward_test_data): Likewise.
22331         (tan_upward_test_data): Likewise.
22332         (tanh_test_data): Likewise.
22333         (tgamma_test_data): Likewise.
22334         (y0_test_data): Likewise.
22335         (y1_test_data): Likewise.
22336         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22337         (special_real_inputs): Add pi/4.
22338         * sysdeps/i386/fpu/libm-test-ulps: Update.
22339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22341 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22343         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22344         "longjmp_target" static probes.
22345         (__longjmp): Rename to __longjmp_symbol.
22346         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22347         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22348         on which longjmp to generate.
22349         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22350         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22351         probe.
22352         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22353         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22354         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22355         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22356         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22357         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22359         __longjmp_symbol based on which __longjmp to generate.
22360         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22361         probe.
22362         (setjmp): Rename to setjmp_symbol.
22363         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22364         (_setjmp): Rename to _setjmp_symbol.
22365         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22366         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22367         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22368         which setjmp to generate.
22369         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22370         "longjmp_target" static probes.
22372 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22374         * benchtests/README: Add note about output arguments.
22375         * benchtests/bench-sincos.c: Remove file.
22376         * benchtests/sincos-inputs: New file.
22377         * scripts/bench.pl: Identify output arguments and define
22378         static variables for them.
22380         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22382         [BZ #15941]
22383         * Makefile (INSTALL): Add install-plain.texi as the primary
22384         dependency.
22385         * manual/install-plain.texi: New file.
22386         * manual/install.texi: Include node directive only for
22387         non-plaintext output.
22389 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22391         * stdlib/longlong.h: Update from GCC.
22393         [BZ #6807]
22394         [BZ #15901]
22395         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22396         * math/w_j0f.c (y0f): Likewise.
22397         * math/w_j0l.c (__y0l): Likewise.
22398         * math/w_j1.c (y1): Likewise.
22399         * math/w_j1f.c (y1f): Likewise.
22400         * math/w_j1l.c (__y1l): Likewise
22401         * math/w_jn.c (yn): Likewise.
22402         * math/w_jnf.c (ynf): Likewise.
22403         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22404         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22405         value for Bessel function domain errors outside _SVID_ mode.
22406         Adjust sign of return value for yn (negative integer, 0).
22407         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22408         by zero in return for negative x and set sign appropriately for
22409         negative n.
22410         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22411         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22412         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22413         expectations in error cases.
22414         (y1_test_data): Likewise.
22415         (yn_test_data): Likewise.
22416         * sysdeps/i386/fpu/libm-test-ulps: Update.
22417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22419 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22421         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22422         "64" to "64-v1".  Add "64-v2".
22423         (abi-64-options): Rename to ...
22424         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22425         (abi-64-condition): Rename to ...
22426         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22427         (abi-64-ld-soname): Rename to ...
22428         (abi-64-v1-ld-soname): ... this.
22429         (abi-64-v2-options): Define.
22430         (abi-64-v2-condition): Likewise.
22431         (abi-64-v2-ld-soname): Likewise.
22432         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22433         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22438 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22439             Alan Modra  <amodra@gmail.com>
22441         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22442         New versions for use with the ELFv2 ABI.
22443         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22444         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22445         declaration.
22446         (struct La_ppc64v2_retval): Likewise.
22447         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22448         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22449         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22450         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22451         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22452         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22453         Do not save or restore CR.
22454         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22455         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22456         return values for ELFv2 ABI.  Fix location of FPR return registers.
22457         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22458         updated values for _CALL_ELF == 2.
22459         (La_regs, La_retval, int_retval): Likewise.
22461 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22463         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22464         (FRAME_MIN_SIZE_PARM): Likewise.
22465         (FRAME_BACKCHAIN): Likewise.
22466         (FRAME_CR_SAVE): Likewise.
22467         (FRAME_LR_SAVE): Likewise.
22468         (FRAME_TOC_SAVE): Likewise.
22469         (FRAME_PARM_SAVE): Likewise.
22470         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22471         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22472         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22473         (call_mcount_parm_offset): New macro.
22474         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22475         (PROF): Use symbolic stack frame offsets.
22476         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22477         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22478         Redefine in terms of FRAME_MIN_SIZE.
22479         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22480         (_dl_profile_resolve): Likewise.  Update comment.
22481         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22482         symbols stack frame offsets.
22483         (__sigsetjmp): Likewise.
22484         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22485         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22486         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22487         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22490         (FRAME_BACKCHAIN): Remove.
22491         (FRAME_CR_SAVE): Likewise.
22492         (FRAME_LR_SAVE): Likewise.
22493         (FRAME_COMPILER_DW): Likewise.
22494         (FRAME_LINKER_DW): Likewise.
22495         (FRAME_TOC_SAVE): Likewise.
22496         (FRAME_PARM_SAVE): Likewise.
22497         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22498         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22499         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22501         (CHECK_SP): Use symbolic stack frame offsets.
22502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22503         zone" instead of caller's parameter save area for temp storage.
22504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22505         Likewise.  Also, use symbolic stack frame offsets.
22506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22507         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22508         our own stack frame instead of the caller's.
22509         (__socket): Use symbolic stack frame offsets.
22511 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22512             Alan Modra  <amodra@gmail.com>
22514         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22515         Define.
22516         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22517         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22518         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22519         New function.
22520         (elf_machine_fixup_plt): Call it.
22521         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22522         reloc arguments.
22523         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22524         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22525         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22526         r2 before calling target.
22528 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22529             Alan Modra  <amodra@gmail.com>
22531         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22532         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22533         versions of macros to support ELFv2 ABI.
22534         (LOCALENTRY): New macro.
22535         (ENTRY, EALIGN): Use it.
22536         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22537         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22538         fall through into ENTRY entry point.
22539         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22540         Only define if _CALL_ELF != 2.
22542         (elf_machine_matches_host): Verify ABI version matches.
22543         (RTLD_START): Use LOCALENTRY.
22544         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22545         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22546         (PLT_ENTRY_WORDS): New macro.
22547         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22548         (elf_machine_runtime_setup): Support ELFv2 ABI.
22549         (elf_machine_fixup_plt): Likewise.
22550         (elf_machine_plt_conflict): Likewise.
22551         (resolve_ifunc): Likewise.
22552         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22553         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22554         Likewise.
22555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22556         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22558         (makecontext): Support ELFv2 ABI.
22559         * elf/elf.h (EF_PPC64_ABI): Define.
22561 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22563         * sysdeps/powerpc/powerpc64/sysdep.h
22564         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22565         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22566         (ENTRY) [ASSEMBLER]: ... but instead here ...
22567         (EALIGN) [ASSEMBLER]: ... and here.
22568         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22569         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22570         (ENTRY_2) [!ASSEMBLER]: Use it.
22571         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22572         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22573         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22574         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22575         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22577         Use PPC64_LOAD_FUNCPTR.
22579         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22581 2013-12-04  Alan Modra  <amodra@gmail.com>
22583         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22584         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22585         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22586         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22588         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22589         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22590         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22591         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22592         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22593         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22595 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22598         (__makecontext): Fix incorrect CFI when backtracing out of
22599         context created via makecontext.
22600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22601         (__setcontext): Fix incorrect CFI during switch to new context.
22602         (__novec_setcontext): Likewise.
22604 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22606         [BZ #4772]
22607         * time/strptime_l.c (__strptime_internal): Allow modifiers
22608         in strptime.
22609         * time/tst-strptime.c (day_tests): Add testcase.
22611 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22613         * scripts/bench.pl: Skip over blank lines.
22615 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22617         [BZ #926]
22618         * manual/time.texi (Calendar Time): Clarify what timezone functions
22619         use.
22621 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22625 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22627         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22628         implementation.
22629         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22630         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22631         * debug/memset_chk.c (__memset_chk): Likewise.
22632         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22633         * debug/strncpy_chk.c: Likewise.
22635 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22637         [BZ #15268]
22638         [BZ #15425]
22639         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22640         (__ieee754_exp): For possibly underflowing results, check size of
22641         result and force underflow exception if required.
22642         * math/auto-libm-test-in: Add more tests of exp.
22643         * math/auto-libm-test-out: Regenerated.
22644         * sysdeps/i386/fpu/libm-test-ulps: Update.
22645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22647         [BZ #16283]
22648         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22649         * math/w_exp2f.c (__exp2f): Likewise.
22650         * math/w_exp2l.c (__exp2l): Likewise.
22651         * math/auto-libm-test-in: Do not allow missing errno on exp2
22652         underflow.
22653         * math/auto-libm-test-out: Regenerated.
22655 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22657         [BZ #16274]
22658         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22659         handle filename validation.
22660         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22661         (do_open): Delete.
22663 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22665         [BZ #6786]
22666         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22667         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22668         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22669         <float.h>.
22670         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22671         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22672         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22673         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22674         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22675         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22676         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22677         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22678         Add more erfc tests.
22679         * math/auto-libm-test-out: Regenerated.
22680         * sysdeps/i386/fpu/libm-test-ulps: Update.
22681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22683         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22684         exp2, expm1, j0 and j1.
22685         * math/auto-libm-test-out: Regenerated.
22686         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22687         (erfc_test_data): Likewise.
22688         (exp_test_data): Likewise.
22689         (exp_tonearest_test_data): Likewise.
22690         (exp_towardzero_test_data): Likewise.
22691         (exp_downward_test_data): Likewise.
22692         (exp_upward_test_data): Likewise.
22693         (exp10_test_data): Likewise.
22694         (exp2_test_data): Likewise.
22695         (expm1_test_data): Likewise.
22696         (j0_test_data): Likewise.
22697         (j1_test_data): Likewise.
22698         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22699         (input_flag_type): Add flag_xfail_rounding.
22700         (input_flags): Add xfail-rounding.
22701         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22702         (output_for_one_input_case): Handle flag_xfail_rounding.
22703         * sysdeps/i386/fpu/libm-test-ulps: Update.
22704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22706 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22708         [BZ #16289]
22709         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22710         division by 0.
22712 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22714         [BZ #16195]
22715         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22716         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22717         (STAP_PROBE0): New macro.
22718         (STAP_PROBE1): Likewise.
22719         (STAP_PROBE2): Likewise.
22720         (STAP_PROBE3): Likewise.
22721         (STAP_PROBE4): Likewise.
22723 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22725         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22727 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22729         * benchtests/Makefile (bench): Add sqrt.
22730         (LDLIBS-bench-sqrt): New.
22731         * benchtests/sqrt-input: New.
22733 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22735         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22736         (GAIH_EAI): Likewise.
22737         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22738         (gaih_inet): Likewise.
22739         (getaddrinfo): Don't use GAIH_EAI.
22741         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22742         (struct gaih): Remove definition.
22744 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22746         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22747         Use HERRNOP directly.
22749 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22751         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22753 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22755         * math/gen-auto-libm-tests.c (test_functions): Add more
22756         single-argument functions.
22757         (special_fill_pi_2): New function.
22758         (special_fill_minus_pi_2): Likewise.
22759         (special_fill_pi_6): Likewise.
22760         (special_fill_minus_pi_6): Likewise.
22761         (special_fill_pi_3): Likewise.
22762         (special_fill_2pi_3): Likewise.
22763         (special_fill_e): Likewise.
22764         (special_fill_1_e): Likewise.
22765         (special_fill_e_minus_1): Likewise.
22766         (special_real_inputs): Add more special inputs.
22767         (output_for_one_input_case): Do not require ERANGE on underflow to
22768         zero if round-to-nearest result does not underflow to zero, unless
22769         exact results required.
22770         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22771         atan, atanh, cbrt, cos and cosh.
22772         * math/auto-libm-test-out: Regenerated.
22773         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22774         (acos_tonearest_test_data): Likewise.
22775         (acos_towardzero_test_data): Likewise.
22776         (acos_downward_test_data): Likewise.
22777         (acos_upward_test_data): Likewise.
22778         (acosh_test_data): Likewise.
22779         (asin_test_data): Likewise.
22780         (asin_tonearest_test_data): Likewise.
22781         (asin_towardzero_test_data): Likewise.
22782         (asin_upward_test_data): Likewise.
22783         (asinh_test_data): Likewise.
22784         (atan_test_data): Likewise.
22785         (atanh_test_data): Likewise.
22786         (cbrt_test_data): Likewise.
22787         (cos_test_data): Likewise.
22788         (cos_tonearest_test_data): Likewise.
22789         (cos_towardzero_test_data): Likewise.
22790         (cos_downward_test_data): Likewise.
22791         (cos_upward_test_data): Likewise.
22792         (cosh_test_data): Likewise.
22793         (cosh_tonearest_test_data): Likewise.
22794         (cosh_towardzero_test_data): Likewise.
22795         (cosh_downward_test_data): Likewise.
22796         (cosh_upward_test_data): Likewise.
22797         * sysdeps/i386/fpu/libm-test-ulps: Update.
22798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22800 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22802         [BZ #6787]
22803         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22804         * math/w_exp10f.c (__exp10f): Likewise.
22805         * math/w_exp10l.c (__exp10l): Likewise.
22806         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22807         errno settings in existing tests.
22809         [BZ #14032]
22810         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22811         precision control set to double precision.
22812         * sysdeps/i386/fpu/w_sqrt.c: New file.
22813         * math/auto-libm-test-in: Add more tests.
22814         * math/auto-libm-test-out: Update.
22816         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22817         (sqrt_test_tonearest): New function.
22818         (sqrt_towardzero_test_data): New variable.
22819         (sqrt_test_towardzero): New function.
22820         (sqrt_downward_test_data): New variable.
22821         (sqrt_test_downward): New function.
22822         (sqrt_upward_test_data): New variable.
22823         (sqrt_test_upward): New function.
22824         (main): Call the new functions.
22826         * math/gen-auto-libm-tests.c: New file.
22827         * math/auto-libm-test-in: Likewise.
22828         * math/auto-libm-test-out: New generated file.
22829         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22830         variables.
22831         (%beautify): Add generated representations of zero.
22832         (top level): Set $auto_input and call parse_auto_input.
22833         (beautify): Remove trailing "f" from hex float constants.
22834         (parse_args): Handle XFAIL_TEST.
22835         (convert_condition): New function.
22836         (or_value): Likewise.
22837         (or_cond_value): Likewise.
22838         (generate_testfile): Handle AUTO_TESTS_* lines.
22839         (parse_auto_input): New function.
22840         * math/libm-test.inc (XFAIL_TEST): New macro.
22841         (ERRNO_UNCHANGED): Update value.
22842         (ERRNO_EDOM): Likewise.
22843         (ERRNO_ERANGE): Likewise.
22844         (IGNORE_RESULT): Likewise.
22845         (TEST_COND_flt_32): New macro.
22846         (TEST_COND_dbl_64): Likewise.
22847         (TEST_COND_ldbl_96_intel): Likewise.
22848         (TEST_COND_ldbl_96_m68k): Likewise.
22849         (TEST_COND_ldbl_128): Likewise.
22850         (TEST_COND_ldbl_128ibm): Likewise.
22851         (TEST_COND_long32): Likewise.
22852         (TEST_COND_long64): Likewise.
22853         (TEST_COND_before_rounding): Likewise.
22854         (TEST_COND_after_rounding): Likewise.
22855         (enable_test): Handle XFAIL_TEST flag.
22856         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22857         with finite results.
22858         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22859         auto-libm-test-out.
22861 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22862             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22864         [BZ #16214]
22865         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22866         __tls_get_addr_internal instead of __tls_get_offset in order to
22867         avoid GOT pointer dependency.  Make rtld export
22868         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22869         __tls_get_addr since we are a __tls_get_offset platform.
22870         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22871         GOT pointer being set up before.
22872         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22874 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22876         * manual/math.texi (Errors in Math Functions): Document accuracy
22877         goals.
22879         [BZ #15004]
22880         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22881         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22882         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22883         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22884         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22885         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22886         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22887         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22888         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22889         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22890         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22891         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22892         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22893         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22894         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22895         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22897         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22898         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22899         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22900         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22901         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22902         Likewise.
22903         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22904         Likewise.
22905         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22906         Likewise.
22907         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22908         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22909         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22910         atomic-feupdateenv and flt-rounds.
22911         * sysdeps/powerpc/nofpu/Versions (libc): Add
22912         __atomic_feholdexcept, __atomic_feclearexcept,
22913         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22914         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22915         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22916         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22917         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22918         here.
22919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22920         Update.
22922         * manual/arith.texi (FP Exceptions): Document that exceptions may
22923         not be raised when matherr is used.
22924         (Math Error Reporting): Document overflow in directed rounding
22925         modes.  Document that errno may not be set when finite values are
22926         returned on overflow.  Document intent to set errno on underflow
22927         only for underflow to zero.
22929         [BZ #16271]
22930         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22931         round-to-nearest then adjust result for other rounding modes.
22932         * include/fenv.h (fegetround): Use libm_hidden_proto.
22933         * math/fegetround.c (fegetround): Use libm_hidden_def.
22934         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22935         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22936         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22937         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22938         Likewise.
22939         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22940         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22941         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22942         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22944 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22946         [BZ #16077]
22947         * nss/Versions (libnss_files): Add
22948         _nss_files_gethostbyname3_r.
22949         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22950         New function.
22951         (HOST_DB_LOOKUP): Remove macro.
22952         (_nss_files_gethostbyname_r): Implement function without the
22953         HOST_DB_LOOKUP macro.
22954         (_nss_files_gethostbyname2_r): Likewise.
22956 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22958         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22960 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22962         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22963         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22964         warning.
22966 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22968         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22969         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22970         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22971         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22972         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22973         __fe_nomask_env_priv and attribute_hidden.
22974         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22975         (libc_feupdateenv_test_ppc): Likewise.
22976         (libc_feresetround_ppc): Likewise.
22977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22978         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22979         compat_symbol macro.
22980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22981         (__fe_nomask_env): Likewise.
22982         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22984 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22986         * string/Makefile: Remove ifunc tests.
22987         * string/test-string.h: Define TEST_IFUNC.
22988         * string/test-bcopy-ifunc.c: Remove.
22989         * string/test-bzero-ifunc.c: Likewise.
22990         * string/test-memccpy-ifunc.c: Likewise.
22991         * string/test-memchr-ifunc.c: Likewise.
22992         * string/test-memcmp-ifunc.c: Likewise.
22993         * string/test-memcpy-ifunc.c: Likewise.
22994         * string/test-memmem-ifunc.c: Likewise.
22995         * string/test-memmove-ifunc.c: Likewise.
22996         * string/test-mempcpy-ifunc.c: Likewise.
22997         * string/test-memrchr-ifunc.c: Likewise.
22998         * string/test-memset-ifunc.c: Likewise.
22999         * string/test-rawmemchr-ifunc.c: Likewise.
23000         * string/test-stpcpy-ifunc.c: Likewise.
23001         * string/test-stpncpy-ifunc.c: Likewise.
23002         * string/test-strcasecmp-ifunc.c: Likewise.
23003         * string/test-strcasestr-ifunc.c: Likewise.
23004         * string/test-strcat-ifunc.c: Likewise.
23005         * string/test-strchr-ifunc.c: Likewise.
23006         * string/test-strchrnul-ifunc.c: Likewise.
23007         * string/test-strcmp-ifunc.c: Likewise.
23008         * string/test-strcpy-ifunc.c: Likewise.
23009         * string/test-strcspn-ifunc.c: Likewise.
23010         * string/test-strlen-ifunc.c: Likewise.
23011         * string/test-strncasecmp-ifunc.c: Likewise.
23012         * string/test-strncat-ifunc.c: Likewise.
23013         * string/test-strncmp-ifunc.c: Likewise.
23014         * string/test-strncpy-ifunc.c: Likewise.
23015         * string/test-strnlen-ifunc.c: Likewise.
23016         * string/test-strpbrk-ifunc.c: Likewise.
23017         * string/test-strrchr-ifunc.c: Likewise.
23018         * string/test-strspn-ifunc.c: Likewise.
23019         * string/test-strstr-ifunc.c: Likewise.
23021 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23023         * benchtests/Makefile: Remove ifunc tests.
23024         * benchtests/bench-string.h: Define TEST_IFUNC.
23025         * benchtests/bench-bcopy-ifunc.c: Remove.
23026         * benchtests/bench-bzero-ifunc.c: Likewise.
23027         * benchtests/bench-memccpy-ifunc.c: Likewise.
23028         * benchtests/bench-memchr-ifunc.c: Likewise.
23029         * benchtests/bench-memcmp-ifunc.c: Likewise.
23030         * benchtests/bench-memcpy-ifunc.c: Likewise.
23031         * benchtests/bench-memmem-ifunc.c: Likewise.
23032         * benchtests/bench-memmove-ifunc.c: Likewise.
23033         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23034         * benchtests/bench-memrchr-ifunc.c: Likewise.
23035         * benchtests/bench-memset-ifunc.c: Likewise.
23036         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23037         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23038         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23039         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23040         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23041         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23042         * benchtests/bench-strcat-ifunc.c: Likewise.
23043         * benchtests/bench-strchr-ifunc.c: Likewise.
23044         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23045         * benchtests/bench-strcmp-ifunc.c: Likewise.
23046         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23047         * benchtests/bench-strcpy-ifunc.c: Likewise.
23048         * benchtests/bench-strcspn-ifunc.c: Likewise.
23049         * benchtests/bench-strlen-ifunc.c: Likewise.
23050         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23051         * benchtests/bench-strncat-ifunc.c: Likewise.
23052         * benchtests/bench-strncmp-ifunc.c: Likewise.
23053         * benchtests/bench-strncpy-ifunc.c: Likewise.
23054         * benchtests/bench-strnlen-ifunc.c: Likewise.
23055         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23056         * benchtests/bench-strrchr-ifunc.c: Likewise.
23057         * benchtests/bench-strsep-ifunc.c: Likewise.
23058         * benchtests/bench-strspn-ifunc.c: Likewise.
23059         * benchtests/bench-strstr-ifunc.c: Likewise.
23061 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23063         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23065 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23067         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23068         * rt/aio.h: Likewise.
23069         * sysdeps/gnu/bits/utmp.h: Likewise.
23070         * sysdeps/gnu/bits/utmpx.h: Likewise.
23071         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23072         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23073         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23074         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23075         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23076         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23077         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23078         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23079         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23080         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23081         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23082         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23083         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23085         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23086         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23087         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23088         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23089         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23090         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23091         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23092         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23093         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23094         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23095         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23096         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23097         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23098         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23099         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23100         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23101         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23102         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23103         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23104         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23105         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23106         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23107         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23108         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23109         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23110         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23111         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23112         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23114 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23116         [BZ #16245]
23117         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23118         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23120 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23122         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23123         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23124         Likewise.
23126 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23128         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23129         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23130         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23131         (__fesetround): Remove define.
23132         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23133         rounding and exceptions handling.
23134         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23135         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23136         (__fe_nomask_env): Likewise.
23137         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23138         __fegetround instead of fegetround.
23139         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23140         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23142 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23144         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23145         it's there.
23147         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23149 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23151         [BZ #11157]
23152         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23153         (encrypt_r): Likewise.
23154         * malloc/obstack.h (obstack_free): Likewise.
23155         * posix/unistd.h (encrypt): Likewise.
23157 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23159         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23160         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23161         DL_CALL_DT_FINI() that call the functions directly.
23162         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23163         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23164         * elf/dl-fini.c: Likewise.
23166 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23168         * malloc/hooks.c (memalign_check): Add alignment rounding.
23169         * malloc/malloc.c (_mid_memalign): New function.
23170         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23171         Implement by calling _mid_memalign.
23172         * manual/probes.texi (Memory Allocation Probes): Remove
23173         memory_valloc_retry and memory_pvalloc_retry.
23175 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23177         * locale/programs/locarchive.c (open_archive): Add const
23178         qualifier to ARCHIVEFNAME and copy default fname to
23179         DEFAULT_FNAME.
23181         [BZ #15601]
23182         * libio/tst-widetext.input: Rename Oriya to Odia.
23183         * locale/iso-639.def: Likewise.
23185         * manual/probes.texi (Mathematical Function Probes): Add
23186         documentation for sin, cos, asin and acos probes.
23187         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23188         (__sin32): Add slowasin probe.
23189         (__cos32): Add slowacos probe.
23190         (__mpsin): Add slowsin probe.
23191         (__mpcos): Add slowcos probe.
23193 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23195         [BZ #15483]
23196         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23197         thread-local __sim_exceptions_thread and global
23198         __sim_exceptions_global.
23199         (__sim_disabled_exceptions): Change to thread-local
23200         __sim_disabled_exceptions_thread and global
23201         __sim_disabled_exceptions_global.
23202         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23203         and global __sim_round_mode_global.
23204         (__simulate_exceptions): Use thread-local floating-point state and
23205         set global state from it as needed.
23206         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23207         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23208         __sim_round_mode_thread.
23209         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23210         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23211         and global __sim_exceptions_global.
23212         (__sim_disabled_exceptions): Change to thread-local
23213         __sim_disabled_exceptions_thread and global
23214         __sim_disabled_exceptions_global.
23215         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23216         and global __sim_round_mode_global.
23217         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23218         (SIM_SET_GLOBAL): Likewise.
23219         * sysdeps/powerpc/soft-fp/sfp-machine.h
23220         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23221         __sim_round_mode_thread.
23222         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23223         __sim_disabled_exceptions_thread.
23224         (__sim_exceptions): Change to __sim_exceptions_thread.
23225         (__sim_disabled_exceptions): Change to
23226         __sim_disabled_exceptions_thread.
23227         (__sim_round_mode): Change to __sim_round_mode_thread.
23228         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23229         thread-local floating-point state and set global state from it as
23230         needed.
23231         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23232         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23233         (__sim_disabled_exceptions): Remove extern declaration.
23234         (feenableexcept): Use thread-local floating-point state and set
23235         global state from it as needed.
23236         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23237         extern declaration.
23238         (__sim_disabled_exceptions): Likewise.
23239         (__sim_round_mode): Likewise.
23240         (__fegetenv): Use thread-local floating-point state.
23241         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23242         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23243         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23244         floating-point state and set global state from it as needed.
23245         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23246         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23247         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23248         Likewise.
23249         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23250         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23251         Likewise.
23252         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23253         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23254         Use __sim_round_mode_thread.
23255         * math/test-fenv-tls.c: New file.
23256         * math/Makefile (tests): Add test-fenv-tls.
23257         ($(objpfx)test-fenv-tls): Depend on
23258         $(common-objpfx)nptl/libpthread.so.
23260 2013-11-19  Andreas Schwab  <schwab@suse.de>
23262         * locale/programs/locale.c (show_info): Decode wordarray elements.
23263         * locale/categories.def (LC_MONETARY): Add element for
23264         _NL_MONETARY_CRNCYSTR.
23265         * locale/C-monetary.c (conversion_rate): New variable.
23266         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23267         element.
23269 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23271         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23272         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23274 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23276         * elf/Makefile (tst-auxv): New test.
23277         * elf/tst-auxv.c: New
23278         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23280 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23282         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23283         (hidden_proto): Caller changed.
23284         (hidden_tls_proto): New macro.
23285         (libc_hidden_tls_proto): Likewise.
23286         (rtld_hidden_tls_proto): Likewise.
23287         (libm_hidden_tls_proto): Likewise.
23288         (libresolv_hidden_tls_proto): Likewise.
23289         (librt_hidden_tls_proto): Likewise.
23290         (libdl_hidden_tls_proto): Likewise.
23291         (libnss_files_hidden_tls_proto): Likewise.
23292         (libnsl_hidden_tls_proto): Likewise.
23293         (libnss_nisplus_hidden_tls_proto): Likewise.
23294         (libutil_hidden_tls_proto): Likewise.
23296 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23298         [BZ #10253]
23299         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23300         (decompose_rpath): Defer expansion to fillin_rpath.
23301         (_dl_init_paths): Pass linkmap to fillin_rpath.
23303 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23305         * benchtests/Makefile: Add strsep.
23306         * benchtests/bench-strsep.c: New file: strsep benchtest.
23307         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23309 2013-11-18  Andreas Schwab  <schwab@suse.de>
23311         * locale/programs/locale.c (show_info) [case byte]: Check for
23312         '\377' instead of '\177'.
23313         * locale/C-monetary.c (not_available): Always use "\377".
23314         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23315         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23316         detect unavailable sign_posn locale elements.
23317         * locale/localeconv.c (__localeconv): For grouping and
23318         mon_grouping handle "\177" and "\377" like no grouping.
23319         (INT_ELEM): New macro.  Use it to set all numeric members.
23320         * locale/programs/ld-monetary.c (monetary_read)
23321         <tok_mon_grouping>: Normalize single -1 to the empty string.
23322         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23323         Likewise.
23325 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23327         [BZ #16055]
23328         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23329         when we match (nil).
23330         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23332 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23334         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23335         (NO_TEST_INLINE): Update value.
23336         (ERRNO_UNCHANGED): Likewise.
23337         (ERRNO_EDOM): Likewise.
23338         (ERRNO_ERANGE): Likewise.
23339         (IGNORE_RESULT): Likewise.
23340         (check_float_internal): Check signs of NaN results if
23341         TEST_NAN_SIGN used.
23342         (check_complex): Pass TEST_NAN_SIGN flag through to second
23343         check_float_internal call.
23344         (copysign_test_data): Add tests with quiet NaNs as second
23345         argument.  Use TEST_NAN_SIGN.
23346         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23347         TEST_NAN_SIGN.
23348         (signbit_test_data): Add tests of quiet NaN argument.
23349         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23351         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23352         $ignore_result.
23353         (parse_args): Handle function results specified as IGNORE.
23354         * math/libm-test.inc (IGNORE_RESULT): New macro.
23355         (check_float_internal): Do not check numerical result if flag
23356         IGNORE_RESULT set.
23357         (check_complex): Pass through IGNORE_RESULT to second
23358         check_float_internal call.
23359         (check_int): Do not check numerical result if flag IGNORE_RESULT
23360         set.
23361         (check_long): Likewise.
23362         (check_bool): Likewise.
23363         (check_longlong): Likewise.
23364         (lrint_test_data): Add tests of infinite and NaN arguments.
23365         (lrint_tonearest_test_data): Likewise.
23366         (lrint_towardzero_test_data): Likewise.
23367         (lrint_downward_test_data): Likewise.
23368         (lrint_upward_test_data): Likewise.
23369         (llrint_test_data): Likewise.
23370         (llrint_tonearest_test_data): Likewise.
23371         (llrint_towardzero_test_data): Likewise.
23372         (llrint_downward_test_data): Likewise.
23373         (llrint_upward_test_data): Likewise.
23374         (lround_test_data): Likewise.
23375         (llround_test_data): Likewise.
23377         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23378         (ERRNO_UNCHANGED): Update value.
23379         (ERRNO_EDOM): Likewise.
23380         (ERRNO_ERANGE): Likewise.
23381         (NO_TEST_INLINE_FLOAT): New macro.
23382         (NO_TEST_INLINE_DOUBLE): Likewise.
23383         (enable_test): New function.
23384         (RUN_TEST_f_f): Check enable_test before running test.
23385         (RUN_TEST_2_f): Likewise.
23386         (RUN_TEST_fff_f): Likewise.
23387         (RUN_TEST_c_f): Likewise.
23388         (RUN_TEST_f_f1): Likewise.
23389         (RUN_TEST_fF_f1): Likewise.
23390         (RUN_TEST_fI_f1): Likewise.
23391         (RUN_TEST_ffI_f1): Likewise.
23392         (RUN_TEST_c_c): Likewise.
23393         (RUN_TEST_cc_c): Likewise.
23394         (RUN_TEST_f_i): Likewise.
23395         (RUN_TEST_f_i_tg): Likewise.
23396         (RUN_TEST_ff_i_tg): Likewise.
23397         (RUN_TEST_f_b): Likewise.
23398         (RUN_TEST_f_b_tg): Likewise.
23399         (RUN_TEST_f_l): Likewise.
23400         (RUN_TEST_f_L): Likewise.
23401         (RUN_TEST_fFF_11): Likewise.
23402         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23403         conditionals.
23404         (cosh_test_data): Likewise.
23405         (exp_test_data): Likewise.
23406         (expm1_test_data): Likewise.
23407         (hypot_test_data): Likewise.
23408         (pow_test_data): Likewise.
23409         (sinh_test_data): Likewise.
23410         (tanh_test_data): Likewise.
23411         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23412         flags argument.
23414         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23415         tests with quiet NaN input and output.
23416         (acosh_test_data): Likewise.
23417         (asin_test_data): Likewise.
23418         (asinh_test_data): Likewise.
23419         (atan_test_data): Likewise.
23420         (atanh_test_data): Likewise.
23421         (atan2_test_data): Likewise.
23422         (cbrt_test_data): Likewise.
23423         (cos_test_data): Likewise.
23424         (cosh_test_data): Likewise.
23425         (erf_test_data): Likewise.
23426         (erfc_test_data): Likewise.
23427         (exp_test_data): Likewise.
23428         (exp10_test_data): Likewise.
23429         (exp2_test_data): Likewise.
23430         (expm1_test_data): Likewise.
23431         (hypot_test_data): Likewise.
23432         (j0_test_data): Likewise.
23433         (j1_test_data): Likewise.
23434         (jn_test_data): Likewise.
23435         (lgamma_test_data): Likewise.
23436         (log_test_data): Likewise.
23437         (log10_test_data): Likewise.
23438         (log1p_test_data): Likewise.
23439         (log2_test_data): Likewise.
23440         (pow_test_data): Likewise.
23441         (scalb_test_data): Likewise.
23442         (sin_test_data): Likewise.
23443         (sincos_test_data): Likewise.
23444         (sinh_test_data): Likewise.
23445         (tan_test_data): Likewise.
23446         (tanh_test_data): Likewise.
23447         (tgamma_test_data): Likewise.
23448         (y0_test_data): Likewise.
23449         (y1_test_data): Likewise.
23450         (yn_test_data): Likewise.
23452         [BZ #16167]
23453         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23454         argument being NaN and avoid computations with second argument in
23455         that case.
23456         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23457         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23458         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23460 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23462         * locale/iso-639.def: Add Chitwani Tharu (the).
23464 2013-11-14  Andreas Schwab  <schwab@suse.de>
23466         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23467         word instead of empty string.
23469 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23472         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23474         (__fe_nomask_env): Likewise.
23476 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23478         * benchtests/bench-timing.h: Include time.h.
23480 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23482         [BZ #15997]
23483         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23484         to 3.4.0 for x32.
23485         * sysdeps/unix/sysv/linux/configure: Regenerated.
23487 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23489         [BZ #16151]
23490         * stdlib/strtod_l.c (round_and_return): Do not consider
23491         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23492         exponent one less than half the least subnormal exponent.
23493         * stdlib/test-strtod-round-data: Add more tests.
23494         * stdlib/tst-strtod-round.c (tests): Regenerated.
23496 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23498         [BZ #14143]
23499         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23500         (__fe_mask_env): Likewise.
23501         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23502         libm_hidden_proto and add function prototype.
23503         (__fe_mask_env): Add function prototype.
23504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23505         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23507         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23509         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23511 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23513         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23514         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23516 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23518         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23519         of htab_find_slot().
23521 2013-11-11  David S. Miller  <davem@davemloft.net>
23523         [BZ #16150]
23524         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23525         symbol in the non-vis3 case in static builds.
23526         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23527         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23528         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23529         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23531 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23533         [BZ #387]
23534         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23535         it is empty.
23537 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23539         * benchtests/Makefile: Add bench-strtod.
23540         * benchtests/bench-strtod.c: New file: strtod benchtest
23542 2013-11-11  Andreas Schwab  <schwab@suse.de>
23544         [BZ #16153]
23545         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23546         terminating NUL in key length.
23548 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23550         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23551         Add artificial ODP entry for vDSO symbol for PPC64.
23552         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23553         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23555 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23557         [BZ #15374]
23558         * nss/getent.c (services_keys): Recognize services starting with digit.
23560 2013-11-06  David S. Miller  <davem@davemloft.net>
23562         [BZ #15985]
23563         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23564         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23566 2013-11-06  Will Newton  <will.newton@linaro.org>
23568         * manual/memory.texi (Malloc Examples): Remove register
23569         keyword from examples.
23571 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23573         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23575 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23577         [BZ #6981]
23578         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23579         depending on [__GCC_IEC_559 > 0].
23580         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23581         depending on [__GCC_IEC_559_COMPLEX > 0].
23583 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23585         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23586         to iso-639.def.
23588 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23590         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23592 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23594         [BZ #16112]
23595         * malloc/malloc (malloc_info): Do not handle first bin as
23596         special case.
23598 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23600         * locale/iso-639.def: Add Central Nahuatl (nhn).
23602 2013-11-01  Bruno Haible  <bruno@clisp.org>
23604         [BZ #7003]
23605         * manual/math.texi (BSD Random): Specify range upper bound as
23606         in POSIX.
23608 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23610         * locale/iso-639.def: Add Meadow Mari (mhr).
23612 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23614         [BZ #14752], [BZ #15763]
23615         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23616         Validate name.
23617         * rt/tst_shm.c: Add test for escaping directory.
23619 2013-10-31  Andreas Schwab  <schwab@suse.de>
23621         [BZ #15917]
23622         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23623         followed by 'x' as part of digit sequence.
23624         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23626 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23628         [BZ #16037]
23629         * configure.ac: allow GNU Make 4.0 and greater.
23630         * configure: Regenerated.
23632 2013-10-30  Will Newton  <will.newton@linaro.org>
23634         [BZ #16038]
23635         * malloc/hooks.c (memalign_check): Limit alignment to the
23636         maximum representable power of two.
23637         * malloc/malloc.c (__libc_memalign): Likewise.
23638         * malloc/tst-memalign.c (do_test): Add test for very
23639         large alignment values.
23640         * malloc/tst-posix_memalign.c (do_test): Likewise.
23642 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23644         [BZ #11087]
23645         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23646         (munmap_chunk): Likewise.
23647         (mremap_chunk): Likewise.
23649 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23651         [BZ #15799]
23652         * stdlib/div.c (div): Remove obsolete code.
23653         * stdlib/ldiv.c (ldiv): Likewise.
23654         * stdlib/lldiv.c (lldiv): Likewise.
23656 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23658         [BZ #16071]
23659         * nss/nss_files/files-XXX.c (get_contents_ret): New
23660         enumerator.
23661         (get_contents): New function.
23662         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23664 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23666         * configure.in: Moved to ...
23667         * configure.ac: ... here. Change reference to configure.in
23668         to configure.ac.
23669         * sysdeps/arm/preconfigure.ac: ... here.
23670         configure.in to configure.ac.
23671         * sysdeps/gnu/configure.in: Moved to ...
23672         * sysdeps/gnu/configure.ac: ... here.
23673         * sysdeps/i386/configure.in: Moved to ...
23674         * sysdeps/i386/configure.ac: ... here.
23675         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23676         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23677         * sysdeps/mach/configure.in: Moved to ...
23678         * sysdeps/mach/configure.ac: ... here.
23679         * sysdeps/mach/hurd/configure.in: Moved to ...
23680         * sysdeps/mach/hurd/configure.ac: ... here.
23681         * sysdeps/powerpc/configure.in: Moved to ...
23682         * sysdeps/powerpc/configure.ac: ... here.
23683         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23684         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23685         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23686         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23687         * sysdeps/s390/s390-32/configure.in: Moved to ...
23688         * sysdeps/s390/s390-32/configure.ac: ... here.
23689         * sysdeps/s390/s390-64/configure.in: Moved to ...
23690         * sysdeps/s390/s390-64/configure.ac: ... here.
23691         * sysdeps/sh/configure.in: Moved to ...
23692         * sysdeps/sh/configure.ac: ... here.
23693         * sysdeps/sparc/configure.in: Moved to ...
23694         * sysdeps/sparc/configure.ac: ... here.
23695         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23696         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23697         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23698         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23699         * sysdeps/x86_64/configure.in: Moved to ...
23700         * sysdeps/x86_64/configure.ac: ... here.
23701         * sysdeps/x86_64/preconfigure.in: Moved to ...
23702         * sysdeps/x86_64/preconfigure.ac: ... here.
23703         * aclocal.m4: Change reference to configure.in to configure.ac.
23704         * config.h.in: Likewise.
23705         * manual/install.texi: Likewise.
23706         * manual/maint.texi: Likewise.
23707         * Makefile: Likewise.
23708         * malloc/Makefile: Likewise.
23709         * nscd/Makefile: Likewise.
23710         * Makeconfig: Change reference to configure.in and
23711         preconfigure.in to configure.ac and preconfigure.ac
23712         respectively.
23713         * INSTALL: Regenerated.
23714         * configure: Likewise.
23715         * sysdeps/gnu/configure: Likewise.
23716         * sysdeps/i386/configure: Likewise.
23717         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23718         * sysdeps/mach/configure: Likewise.
23719         * sysdeps/mach/hurd/configure: Likewise.
23720         * sysdeps/powerpc/configure: Likewise.
23721         * sysdeps/powerpc/powerpc32/configure: Likewise.
23722         * sysdeps/powerpc/powerpc64/configure: Likewise.
23723         * sysdeps/s390/s390-32/configure: Likewise.
23724         * sysdeps/s390/s390-64/configure: Likewise.
23725         * sysdeps/sh/configure: Likewise.
23726         * sysdeps/sparc/configure: Likewise.
23727         * sysdeps/unix/sysv/linux/configure: Likewise.
23728         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23729         * sysdeps/x86_64/configure: Likewise.
23730         * sysdeps/x86_64/preconfigure: Likewise.
23732 2013-10-29  Andreas Schwab  <schwab@suse.de>
23734         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23736 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23738         * benchtests/pow-inputs: Add new inputs.
23740         * benchtests/exp-inputs: Add new inputs.
23742         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23743         conditional check for return value.
23744         (__cos32): Likewise.
23746 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23748         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23749         to provide a boost for large inputs with word alignment.
23750         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23751         implementation based on optimized PPC64 strcpy.
23752         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23753         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23754         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23755         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23757 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23759         [BZ #2801]
23760         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23762 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23764         [BZ #14876]
23765         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23766         * time/tst-strptime.c (day_tests): Add testcase.
23768 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23770         [BZ #14029]
23771         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23773 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23775         [BZ #16074]
23776         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23777         MAP_FAILED on error.
23779 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23781         [BZ #16072]
23782         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23783         heap for large requests.
23785 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23787         [BZ #9954]
23788         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23789         result if the result has no associated interface.
23790         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23791         interface for all 127.X.Y.Z addresses.
23793 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23795         * locale/iso-639.def: Add Ligurian (lij)
23797 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23799         [BZ #15825]
23800         * sunrpc/rpc_main.c: Document rpcgen -5.
23802 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23804         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23806 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23808         [BZ #10278]
23809         * posix/glob.c: Match only directories when trailing slash is present.
23810         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23811         (main): Add testcase.
23813 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23815         [BZ #15670]
23816         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23818 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23820         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23821         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23822         AUTH_DES and cindex for FIPS 140-2.
23823         (DES Encryption): Add cindex FIPS 46-3.
23825         * locale/locarchive.h (struct locarhandle): Add fname.
23826         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23827         if an optional argument was specified to --list-archive,
23828         otherwise NULL.
23829         * locale/programs/locarchive.c (show_archive_content): Take new
23830         argument fname and pass it via ah.fname to open_archive.
23831         * locale/programs/localedef.h: Update decl.
23832         (open_archive): If AH->fname is non-null, open that file
23833         rather than the default file name, and don't ignore ENOENT.
23834         (create_archive): Set AH.fname to NULL.
23835         (delete_locales_from_archive): Likewise.
23836         (add_locales_to_archive): Likewise.
23837         * locale/programs/locfile.c (write_all_categories): Likewise.
23839 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23840             Aldy Hernandez  <aldyh@redhat.com>
23842         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23843         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23844         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23845         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23846         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23847         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23848         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23849         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23850         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23851         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23852         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23853         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23854         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23855         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23856         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23857         Likewise.
23858         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23859         Likewise.
23860         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23861         Likewise.
23862         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23863         Likewise.
23864         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23865         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23866         Likewise.
23867         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23868         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23869         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23870         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23871         Likewise.
23872         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23873         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23874         * sysdeps/powerpc/preconfigure: Likewise.
23875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23876         Likewise.
23877         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23878         Replace contents of file by #include of <fenv_libc.h>.
23879         * sysdeps/powerpc/soft-fp/sfp-machine.h
23880         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23881         and <sys/prctl.h>.
23882         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23883         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23884         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23885         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23886         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23887         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23888         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23889         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23890         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23891         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23892         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23893         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23895         Allow copysignl PLT reference to be missing.
23897 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23898             Joseph Myers  <joseph@codesourcery.com
23900         [BZ #15948]
23901         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23902         single character.
23903         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23905 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23907         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23908         * elf/tst-tls1.c: Likewise.
23909         * elf/tst-tls10.h: Likewise.
23910         * elf/tst-tls14.c: Likewise.
23911         * elf/tst-tls2.c: Likewise.
23912         * elf/tst-tls3.c: Likewise.
23913         * elf/tst-tls4.c: Likewise.
23914         * elf/tst-tls5.c: Likewise.
23915         * elf/tst-tls6.c: Likewise.
23916         * elf/tst-tls7.c: Likewise.
23917         * elf/tst-tls8.c: Likewise.
23918         * elf/tst-tls9.c: Likewise.
23919         * elf/tst-tlsmod1.c: Likewise.
23920         * elf/tst-tlsmod13.c: Likewise.
23921         * elf/tst-tlsmod13a.c: Likewise.
23922         * elf/tst-tlsmod14a.c: Likewise.
23923         * elf/tst-tlsmod16a.c: Likewise.
23924         * elf/tst-tlsmod16b.c: Likewise.
23925         * elf/tst-tlsmod2.c: Likewise.
23926         * elf/tst-tlsmod3.c: Likewise.
23927         * elf/tst-tlsmod4.c: Likewise.
23928         * elf/tst-tlsmod5.c: Likewise.
23929         * elf/tst-tlsmod6.c: Likewise.
23931 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23933         [BZ #12486]
23934         * malloc/malloc.c: remove checks for statistics.
23936 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23938         [BZ #15277]
23939         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23940         * inet/tst-network.c: Add testcase.
23942 2013-10-17  Andreas Schwab  <schwab@suse.de>
23944         [BZ #15218]
23945         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23946         to determine canonical name.
23948 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23950         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23951         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23952         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23953         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23954         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23955         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23956         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23957         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23958         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23959         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23960         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23961         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23962         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23963         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23964         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23965         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23966         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23967         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23968         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23969         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23970         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23971         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23972         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23973         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23974         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23975         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23976         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23977         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23978         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23979         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23980         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23981         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23982         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23983         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23984         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23985         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23986         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23987         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23988         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23989         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23990         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23991         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23992         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23993         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23994         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23995         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23996         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23997         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23998         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23999         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24000         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24001         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24002         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24003         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24004         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24005         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24006         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24007         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24009 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24011         [BZ #16041]
24012         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24013         make result into a quiet NaN.
24015 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24017         * soft-fp/adddf3.c: Fix horizontal whitespace.
24018         * soft-fp/addsf3.c: Likewise.
24019         * soft-fp/addtf3.c: Likewise.
24020         * soft-fp/divdf3.c: Likewise.
24021         * soft-fp/divsf3.c: Likewise.
24022         * soft-fp/divtf3.c: Likewise.
24023         * soft-fp/double.h: Likewise.
24024         * soft-fp/eqdf2.c: Likewise.
24025         * soft-fp/eqsf2.c: Likewise.
24026         * soft-fp/eqtf2.c: Likewise.
24027         * soft-fp/extenddftf2.c: Likewise.
24028         * soft-fp/extended.h: Likewise.
24029         * soft-fp/extendsfdf2.c: Likewise.
24030         * soft-fp/extendsftf2.c: Likewise.
24031         * soft-fp/extendxftf2.c: Likewise.
24032         * soft-fp/fixdfdi.c: Likewise.
24033         * soft-fp/fixdfsi.c: Likewise.
24034         * soft-fp/fixdfti.c: Likewise.
24035         * soft-fp/fixsfdi.c: Likewise.
24036         * soft-fp/fixsfsi.c: Likewise.
24037         * soft-fp/fixsfti.c: Likewise.
24038         * soft-fp/fixtfdi.c: Likewise.
24039         * soft-fp/fixtfsi.c: Likewise.
24040         * soft-fp/fixtfti.c: Likewise.
24041         * soft-fp/fixunsdfdi.c: Likewise.
24042         * soft-fp/fixunsdfsi.c: Likewise.
24043         * soft-fp/fixunsdfti.c: Likewise.
24044         * soft-fp/fixunssfdi.c: Likewise.
24045         * soft-fp/fixunssfsi.c: Likewise.
24046         * soft-fp/fixunssfti.c: Likewise.
24047         * soft-fp/fixunstfdi.c: Likewise.
24048         * soft-fp/fixunstfsi.c: Likewise.
24049         * soft-fp/fixunstfti.c: Likewise.
24050         * soft-fp/floatdidf.c: Likewise.
24051         * soft-fp/floatdisf.c: Likewise.
24052         * soft-fp/floatditf.c: Likewise.
24053         * soft-fp/floatsidf.c: Likewise.
24054         * soft-fp/floatsisf.c: Likewise.
24055         * soft-fp/floatsitf.c: Likewise.
24056         * soft-fp/floattidf.c: Likewise.
24057         * soft-fp/floattisf.c: Likewise.
24058         * soft-fp/floattitf.c: Likewise.
24059         * soft-fp/floatundidf.c: Likewise.
24060         * soft-fp/floatundisf.c: Likewise.
24061         * soft-fp/floatunditf.c: Likewise.
24062         * soft-fp/floatunsidf.c: Likewise.
24063         * soft-fp/floatunsisf.c: Likewise.
24064         * soft-fp/floatunsitf.c: Likewise.
24065         * soft-fp/floatuntidf.c: Likewise.
24066         * soft-fp/floatuntisf.c: Likewise.
24067         * soft-fp/floatuntitf.c: Likewise.
24068         * soft-fp/fmadf4.c: Likewise.
24069         * soft-fp/fmasf4.c: Likewise.
24070         * soft-fp/fmatf4.c: Likewise.
24071         * soft-fp/gedf2.c: Likewise.
24072         * soft-fp/gesf2.c: Likewise.
24073         * soft-fp/getf2.c: Likewise.
24074         * soft-fp/ledf2.c: Likewise.
24075         * soft-fp/lesf2.c: Likewise.
24076         * soft-fp/letf2.c: Likewise.
24077         * soft-fp/muldf3.c: Likewise.
24078         * soft-fp/mulsf3.c: Likewise.
24079         * soft-fp/multf3.c: Likewise.
24080         * soft-fp/negdf2.c: Likewise.
24081         * soft-fp/negsf2.c: Likewise.
24082         * soft-fp/negtf2.c: Likewise.
24083         * soft-fp/op-1.h: Likewise.
24084         * soft-fp/op-2.h: Likewise.
24085         * soft-fp/op-4.h: Likewise.
24086         * soft-fp/op-8.h: Likewise.
24087         * soft-fp/op-common.h: Likewise.
24088         * soft-fp/quad.h: Likewise.
24089         * soft-fp/single.h: Likewise.
24090         * soft-fp/soft-fp.h: Likewise.
24091         * soft-fp/sqrtdf2.c: Likewise.
24092         * soft-fp/sqrtsf2.c: Likewise.
24093         * soft-fp/sqrttf2.c: Likewise.
24094         * soft-fp/subdf3.c: Likewise.
24095         * soft-fp/subsf3.c: Likewise.
24096         * soft-fp/subtf3.c: Likewise.
24097         * soft-fp/truncdfsf2.c: Likewise.
24098         * soft-fp/trunctfdf2.c: Likewise.
24099         * soft-fp/trunctfsf2.c: Likewise.
24100         * soft-fp/trunctfxf2.c: Likewise.
24101         * soft-fp/unorddf2.c: Likewise.
24102         * soft-fp/unordsf2.c: Likewise.
24103         * soft-fp/unordtf2.c: Likewise.
24105 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24107         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24108         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24110 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24112         * elf/dl-libc.c: Clear initfini list after freeing.
24114 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24116         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24117         * soft-fp/addsf3.c: Likewise.
24118         * soft-fp/addtf3.c: Likewise.
24119         * soft-fp/divdf3.c: Likewise.
24120         * soft-fp/divsf3.c: Likewise.
24121         * soft-fp/divtf3.c: Likewise.
24122         * soft-fp/double.h: Likewise.
24123         * soft-fp/eqdf2.c: Likewise.
24124         * soft-fp/eqsf2.c: Likewise.
24125         * soft-fp/eqtf2.c: Likewise.
24126         * soft-fp/extenddftf2.c: Likewise.
24127         * soft-fp/extended.h: Likewise.
24128         * soft-fp/extendsfdf2.c: Likewise.
24129         * soft-fp/extendsftf2.c: Likewise.
24130         * soft-fp/extendxftf2.c: Likewise.
24131         * soft-fp/fixdfdi.c: Likewise.
24132         * soft-fp/fixdfsi.c: Likewise.
24133         * soft-fp/fixdfti.c: Likewise.
24134         * soft-fp/fixsfdi.c: Likewise.
24135         * soft-fp/fixsfsi.c: Likewise.
24136         * soft-fp/fixsfti.c: Likewise.
24137         * soft-fp/fixtfdi.c: Likewise.
24138         * soft-fp/fixtfsi.c: Likewise.
24139         * soft-fp/fixtfti.c: Likewise.
24140         * soft-fp/fixunsdfdi.c: Likewise.
24141         * soft-fp/fixunsdfsi.c: Likewise.
24142         * soft-fp/fixunsdfti.c: Likewise.
24143         * soft-fp/fixunssfdi.c: Likewise.
24144         * soft-fp/fixunssfsi.c: Likewise.
24145         * soft-fp/fixunssfti.c: Likewise.
24146         * soft-fp/fixunstfdi.c: Likewise.
24147         * soft-fp/fixunstfsi.c: Likewise.
24148         * soft-fp/fixunstfti.c: Likewise.
24149         * soft-fp/floatdidf.c: Likewise.
24150         * soft-fp/floatdisf.c: Likewise.
24151         * soft-fp/floatditf.c: Likewise.
24152         * soft-fp/floatsidf.c: Likewise.
24153         * soft-fp/floatsisf.c: Likewise.
24154         * soft-fp/floatsitf.c: Likewise.
24155         * soft-fp/floattidf.c: Likewise.
24156         * soft-fp/floattisf.c: Likewise.
24157         * soft-fp/floattitf.c: Likewise.
24158         * soft-fp/floatundidf.c: Likewise.
24159         * soft-fp/floatundisf.c: Likewise.
24160         * soft-fp/floatunsidf.c: Likewise.
24161         * soft-fp/floatunsisf.c: Likewise.
24162         * soft-fp/floatuntidf.c: Likewise.
24163         * soft-fp/floatuntisf.c: Likewise.
24164         * soft-fp/floatuntitf.c: Likewise.
24165         * soft-fp/fmadf4.c: Likewise.
24166         * soft-fp/fmasf4.c: Likewise.
24167         * soft-fp/fmatf4.c: Likewise.
24168         * soft-fp/gedf2.c: Likewise.
24169         * soft-fp/gesf2.c: Likewise.
24170         * soft-fp/getf2.c: Likewise.
24171         * soft-fp/ledf2.c: Likewise.
24172         * soft-fp/lesf2.c: Likewise.
24173         * soft-fp/letf2.c: Likewise.
24174         * soft-fp/muldf3.c: Likewise.
24175         * soft-fp/mulsf3.c: Likewise.
24176         * soft-fp/multf3.c: Likewise.
24177         * soft-fp/negdf2.c: Likewise.
24178         * soft-fp/negsf2.c: Likewise.
24179         * soft-fp/negtf2.c: Likewise.
24180         * soft-fp/op-1.h: Likewise.
24181         * soft-fp/op-2.h: Likewise.
24182         * soft-fp/op-4.h: Likewise.
24183         * soft-fp/op-8.h: Likewise.
24184         * soft-fp/op-common.h: Likewise.
24185         * soft-fp/quad.h: Likewise.
24186         * soft-fp/single.h: Likewise.
24187         * soft-fp/soft-fp.h: Likewise.
24188         * soft-fp/sqrtdf2.c: Likewise.
24189         * soft-fp/sqrtsf2.c: Likewise.
24190         * soft-fp/sqrttf2.c: Likewise.
24191         * soft-fp/subdf3.c: Likewise.
24192         * soft-fp/subsf3.c: Likewise.
24193         * soft-fp/subtf3.c: Likewise.
24194         * soft-fp/truncdfsf2.c: Likewise.
24195         * soft-fp/trunctfdf2.c: Likewise.
24196         * soft-fp/trunctfsf2.c: Likewise.
24197         * soft-fp/trunctfxf2.c: Likewise.
24198         * soft-fp/unorddf2.c: Likewise.
24199         * soft-fp/unordsf2.c: Likewise.
24200         * soft-fp/unordtf2.c: Likewise.
24202 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24204         [BZ #15672]
24205         * misc/error.c (error_tail): Fix possible buffer overflow.
24207 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24209         [BZ #13028]
24210         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24211         address.
24213 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24215         [BZ #832]
24216         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24217         testing pipefail option.
24219 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24221         * soft-fp/double.h: Indent preprocessor directives inside #if.
24222         * soft-fp/extended.h: Likewise.
24223         * soft-fp/op-2.h: Likewise.
24224         * soft-fp/op-4.h: Likewise.
24225         * soft-fp/op-common.h: Likewise.
24226         * soft-fp/quad.h: Likewise.
24227         * soft-fp/single.h: Likewise.
24228         * soft-fp/soft-fp.h: Likewise.
24230 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24232         * iconv/iconv_prog.c: Fix typos.
24233         * stdio-common/psiginfo-data.h: Likewise.
24235 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24237         [BZ #15764]
24238         * locale/setlocale.c: Fix typo.
24240 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24242         [BZ #16036]
24243         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24244         signaling NaN arguments.
24245         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24246         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24248         [BZ #14910]
24249         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24250         unordered operands.
24251         * soft-fp/gesf2.c (__gesf2): Likewise.
24252         * soft-fp/getf2.c (__getf2): Likewise.
24253         * soft-fp/ledf2.c (__ledf2): Likewise.
24254         * soft-fp/lesf2.c (__lesf2): Likewise.
24255         * soft-fp/letf2.c (__letf2): Likewise.
24257         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24258         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24259         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24260         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24261         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24262         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24263         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24264         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24265         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24266         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24267         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24268         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24269         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24270         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24271         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24272         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24273         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24274         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24275         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24276         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24277         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24278         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24279         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24280         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24281         * soft-fp/floattidf.c (__floattidf): Likewise.
24282         * soft-fp/floattisf.c (__floattisf): Likewise.
24283         * soft-fp/floattitf.c (__floattitf): Likewise.
24284         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24285         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24286         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24287         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24288         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24289         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24290         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24291         * soft-fp/gesf2.c (__gesf2): Likewise.
24292         * soft-fp/getf2.c (__getf2): Likewise.
24293         * soft-fp/ledf2.c (__ledf2): Likewise.
24294         * soft-fp/lesf2.c (__lesf2): Likewise.
24295         * soft-fp/letf2.c (__letf2): Likewise.
24297         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24298         Undefine and redefine.
24299         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24300         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24301         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24302         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24303         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24304         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24305         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24306         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24307         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24308         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24309         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24310         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24311         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24312         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24313         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24315         [BZ #16032]
24316         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24317         without decrementing exponent if mantissa >= that for the
24318         denominator, not >.
24319         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24320         denominator, not >.  Decrement exponent in < case instead of
24321         incrementing in >= case.
24322         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24323         without decrementing exponent if mantissa >= that for the
24324         denominator, not >.
24326         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24327         computing saturated result for unsigned overflow.
24329 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24330             Jeff Law  <law@redhat.com>
24332         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24333         (atan2Mp): Add systemtap probe marker.
24334         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24335         (__ieee754_log): Add systemtap probe marker.
24336         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24337         (atanMp): Add systemtap probe marker.
24338         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24339         (tanMp): Add systemtap probe marker.
24340         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24341         (__slowexp): Add systemtap probe marker.
24342         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24343         (__slowpow): Add systemtap probe marker.
24344         * manual/probes.texi: Document probes.
24346 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24348         [BZ #15362]
24349         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24350         written.
24351         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24352         written.
24353         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24354         written to buffer but not flushed.
24355         * libio/iofwrite_u.c:  Likewise.
24356         * libio/iopadn.c:  Return bytes returned even if EOF was
24357         encountered.
24358         * libio/iowpadn.c:  Likewise.
24359         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24360         if _IO_padn does not write the whole buffer.
24361         [!COMPILE_WPRINTF] (PAD): Likewise.
24363 2013-10-10  David S. Miller  <davem@davemloft.net>
24365         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24366         directory block.
24368 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24370         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24371         instead of FSF address.
24372         * soft-fp/fixdfti.c: Likewise.
24373         * soft-fp/fixsfti.c: Likewise.
24374         * soft-fp/fixtfti.c: Likewise.
24375         * soft-fp/fixunsdfti.c: Likewise.
24376         * soft-fp/fixunssfti.c: Likewise.
24377         * soft-fp/fixunstfti.c: Likewise.
24378         * soft-fp/floattidf.c: Likewise.
24379         * soft-fp/floattisf.c: Likewise.
24380         * soft-fp/floattitf.c: Likewise.
24381         * soft-fp/floatuntidf.c: Likewise.
24382         * soft-fp/floatuntisf.c: Likewise.
24383         * soft-fp/floatuntitf.c: Likewise.
24384         * soft-fp/trunctfxf2.c: Likewise.
24386         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24387         * soft-fp/fixdfti.c: Likewise.
24388         * soft-fp/fixsfti.c: Likewise.
24389         * soft-fp/fixtfti.c: Likewise.
24390         * soft-fp/fixunsdfti.c: Likewise.
24391         * soft-fp/fixunssfti.c: Likewise.
24392         * soft-fp/fixunstfti.c: Likewise.
24393         * soft-fp/floattidf.c: Likewise.
24394         * soft-fp/floattisf.c: Likewise.
24395         * soft-fp/floattitf.c: Likewise.
24396         * soft-fp/floatuntidf.c: Likewise.
24397         * soft-fp/floatuntisf.c: Likewise.
24398         * soft-fp/floatuntitf.c: Likewise.
24399         * soft-fp/trunctfxf2.c: Likewise.
24401 2013-10-10  David S. Miller  <davem@davemloft.net>
24403         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24405 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24407         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24408         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24409         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24410         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24411         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24412         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24413         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24415         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24416         for NaNs before doing comparisons on argument.
24417         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24418         Likewise.
24420 2013-10-10  Will Newton  <will.newton@linaro.org>
24422         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24423         passed to _int_memalign does not overflow.
24425 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24427         * scripts/bench.pl: Add include-sources directive.
24428         * benchtests/README: Update documentation.
24430 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24432         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24433         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24434         instead of FP_INIT_ROUNDMODE.
24435         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24436         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24438         [BZ #16034]
24439         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24440         copy class of input value.
24441         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24442         not handle exceptions.
24443         * soft-fp/negsf2.c (__negsf2): Likewise.
24444         * soft-fp/negtf2.c (__negtf2): Likewise.
24445         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24447 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24449         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24450         semicolon.  From Linux kernel.
24452 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24454         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24456 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24458         [BZ #156]
24459         * manual/socket.texi: Added statement about buffer
24460         for gethostbyname2_r.
24462 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24464         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24465         Use .p2align directive instead, throughout.
24466         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24467         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24468         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24469         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24470         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24471         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24472         * sysdeps/x86_64/strchr.S: Likewise.
24473         * sysdeps/x86_64/strrchr.S: Likewise.
24475 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24477         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24479         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24481         * sysdeps/generic/math_private.h (__mpsin1): Remove
24482         declaration.
24483         (__mpcos1): Likewise.
24484         (__mpsin): New argument __range_reduce.
24485         (__mpcos): Likewise.
24486         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24487         (slow): Use __mpsin and __mpcos.
24488         (slow1): Likewise.
24489         (slow2): Likewise.
24490         (sloww): Likewise.
24491         (sloww1): Likewise.
24492         (sloww2): Likewise.
24493         (bsloww): Likewise.
24494         (bsloww1): Likewise.
24495         (bsloww2): Likewise.
24496         (cslow2): Likewise.
24497         (csloww): Likewise.
24498         (csloww1): Likewise.
24499         (csloww2): Likewise.
24500         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24501         range_reduce.  Merge in __mpsin1.
24502         (__mpcos): Likewise.
24503         (__mpsin1): Remove.
24504         (__mpcos1): Likewise.
24506 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24508         * locale/loadlocale.c (_nl_intern_locale_data): Use
24509         LOCFILE_ALIGNED_P.
24510         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24511         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24512         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24513         obstack data is appropriately aligned.
24514         (obstack_int32_grow_fast): Likewise.
24515         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24516         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24517         (add_locale_uint32_array): Likewise.
24519 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24521         * benchtests/Makefile: Remove ARGLIST and RET variables.
24522         ($(objpfx)bench-%.c): Pass only function name to the script.
24523         * benchtests/README: Update documentation.
24524         * benchtests/acos-inputs: Add new directives.
24525         * benchtests/acosh-inputs: Likewise.
24526         * benchtests/asin-inputs: Likewise.
24527         * benchtests/asinh-inputs: Likewise.
24528         * benchtests/atan-inputs: Likewise.
24529         * benchtests/atanh-inputs: Likewise.
24530         * benchtests/cos-inputs: Likewise.
24531         * benchtests/cosh-inputs: Likewise.
24532         * benchtests/exp-inputs: Likewise.
24533         * benchtests/log-inputs: Likewise.
24534         * benchtests/pow-inputs: Likewise.
24535         * benchtests/rint-inputs: Likewise.
24536         * benchtests/sin-inputs: Likewise.
24537         * benchtests/sinh-inputs: Likewise.
24538         * benchtests/tan-inputs: Likewise.
24539         * benchtests/tanh-inputs: Likewise.
24540         * scripts/bench.pl: Add support for new directives.
24542 2013-10-07  Alan Modra  <amodra@gmail.com>
24544         * README: Fix careless merge.
24546 2013-10-05  Alan Modra  <amodra@gmail.com>
24548         * NEWS: Mention powerpc64le support and bugs fixed.
24549         * README: Both big-endian and little-endian powerpc64 supported.
24551 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24553         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24554         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24555         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24556         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24558 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24560         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24561         match prototype.
24563 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24565         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24566         Move -mhard-float appending from
24567         ports/sysdeps/powerpc/powerpc32/Makefile.
24568         [$(with-fp) = yes] (ASFLAGS): Likewise.
24569         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24570         * sysdeps/powerpc/nofpu: Move directory from
24571         ports/sysdeps/powerpc/nofpu.
24572         * sysdeps/powerpc/soft-fp: Move directory from
24573         ports/sysdeps/powerpc/soft-fp.
24574         * sysdeps/powerpc/powerpc32/405: Move directory from
24575         ports/sysdeps/powerpc/powerpc32/405.
24576         * sysdeps/powerpc/powerpc32/440: Move directory from
24577         ports/sysdeps/powerpc/powerpc32/440.
24578         * sysdeps/powerpc/powerpc32/464: Move directory from
24579         ports/sysdeps/powerpc/powerpc32/464.
24580         * sysdeps/powerpc/powerpc32/476: Move directory from
24581         ports/sysdeps/powerpc/powerpc32/476.
24582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24583         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24585         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24587         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24589         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24591         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24592         * README: Update for powerpc-*-linux-gnu software floating point
24593         support in libc.
24595         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24596         case to powerpc/powerpc32*.
24597         * sysdeps/unix/sysv/linux/configure: Regenerated.
24599         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24600         (_FPU_MASK_OM): Define as 0x04.
24601         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24602         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24603         0x00c10080.
24604         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24605         0x0000003c.
24606         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24609         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24610         getcontext_e500.
24611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24612         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24613         setcontext_e500.
24614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24615         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24616         and setcontext_e500.
24618 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24620         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24622 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24624         * manual/threads.texi (Default Thread Attributes): Fix typo.
24626 2013-10-04  Will Newton  <will.newton@linaro.org>
24628         * malloc/Makefile: Add tst-memalign.
24629         * malloc/tst-memalign.c: New file.
24631         * malloc/tst-posix_memalign.c: Add comments.
24632         (do_test): Add comments and call free on all potentially
24633         allocated pointers. Add space after cast.
24635         * malloc/tst-pvalloc.c: Add comments.
24636         (do_test): Add comments and call free on all potentially
24637         allocated pointers. Remove duplicate check for NULL pointer.
24638         Add space after cast.
24640         * malloc/tst-valloc.c: Add comments.
24641         (do_test): Add comments and call free on all potentially
24642         allocated pointers. Remove duplicate check for NULL pointer.
24643         Add space after cast.
24645 2013-10-04  Alan Modra  <amodra@gmail.com>
24647         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24648         Use stdint types in rather than __attribute__((mode())).
24649         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24651 2013-10-04  Alan Modra  <amodra@gmail.com>
24653         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24654         Correct handling of unaligned relocs for little-endian.
24655         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24657 2013-10-04  Alan Modra  <amodra@gmail.com>
24659         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24660         * configure: Regenerate.
24661         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24662         * shlib-versions: Likewise.
24664 2013-10-04  Alan Modra  <amodra@gmail.com>
24666         * string/tester.c (test_memrchr): Increment reported test cycle.
24668 2013-10-04  Alan Modra  <amodra@gmail.com>
24670         * string/test-memcpy.c (do_one_test): When reporting errors, print
24671         string address and don't overrun end of string.
24673 2013-10-04  Alan Modra  <amodra@gmail.com>
24675         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24676         insrdi.  Make better use of reg selection to speed exit slightly.
24677         Schedule entry path a little better.  Remove useless "are we done"
24678         checks on entry to main loop.  Handle wrapping around zero address.
24679         Correct main loop count.  Handle single left-over word from main
24680         loop inline rather than by using loop_small.  Remove extra word
24681         case in loop_small caused by wrong loop count.  Add little-endian
24682         support.
24683         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24684         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24685         cache hint.
24686         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24687         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24688         support.  Avoid rlwimi.
24689         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24691 2013-10-04  Alan Modra  <amodra@gmail.com>
24693         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24694         insrdi.  Formatting.
24695         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24696         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24697         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24698         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24699         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24700         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24702 2013-10-04  Alan Modra  <amodra@gmail.com>
24704         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24705         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24706         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24707         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24708         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24709         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24710         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24711         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24712         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24713         use of regs.  Use power7 mtocrf.  Tidy function tails.
24715 2013-10-04  Alan Modra  <amodra@gmail.com>
24717         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24718         Formatting.  Consistently use rXXX register defines or rN defines.
24719         Use early exit labels that avoid restoring unused non-volatile regs.
24720         Make cr field use more consistent with rWORDn compares.  Rename
24721         regs used as shift registers for unaligned loop, using rN defines
24722         for short lifetime/multiple use regs.
24723         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24724         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24725         addi 1,1,64 to pop stack frame.  Simplify return value code.
24726         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24728 2013-10-04  Alan Modra  <amodra@gmail.com>
24730         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24731         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24732         rather than rlwimi.
24733         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24734         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24735         little-endian support.  Correct typos.
24736         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24737         rather than rlwimi.
24738         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24739         in loop and entry code to keep "and." results.
24740         (strchr): Add little-endian support.  Comment.  Move cntlzd
24741         earlier in tail.
24742         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24744 2013-10-04  Alan Modra  <amodra@gmail.com>
24746         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24747         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24748         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24749         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24751 2013-10-04  Alan Modra  <amodra@gmail.com>
24753         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24754         (rTMP): Define as r11.
24755         (strcmp): Add little-endian support.  Optimise tail.
24756         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24757         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24758         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24759         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24760         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24761         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24762         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24764 2013-10-04  Alan Modra  <amodra@gmail.com>
24766         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24767         little-endian support.  Remove unnecessary "are we done" tests.
24768         Handle "s" wrapping around zero and extremely large "size".
24769         Correct main loop count.  Handle single left-over word from main
24770         loop inline rather than by using small_loop.  Correct comments.
24771         Delete "zero" tail, use "end_max" instead.
24772         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24774 2013-10-04  Alan Modra  <amodra@gmail.com>
24776         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24777         support.  Don't branch over align.
24778         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24779         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24780         support.  Rearrange tmp reg use to suit.  Comment.
24781         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24783 2013-10-04  Alan Modra  <amodra@gmail.com>
24785         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24787 2013-10-04  Alan Modra  <amodra@gmail.com>
24789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24790         conditional form of branch and link when obtaining pc.
24791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24793 2013-10-04  Alan Modra  <amodra@gmail.com>
24795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24796         HIWORD/LOWORD.
24797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24800 2013-10-04  Alan Modra  <amodra@gmail.com>
24802         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24803         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24804         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24805         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24806         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24807         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24808         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24809         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24810         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24811         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24813 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24814             Alistair Popple <alistair@ozlabs.au.ibm.com>
24815             Alan Modra <amodra@gmail.com>
24817         [BZ #15723]
24818         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24819         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24820         _dl_hwcap access for little-endian.
24821         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24822         destroy vmx regs when saving unaligned.
24823         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24824         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24825         destroy vmx regs when saving unaligned.
24827 2013-10-04  Alan Modra  <amodra@gmail.com>
24829         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24830         Don't use a union to pack hi/low value.
24832 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24834         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24835         for little-endian.
24836         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24837         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24838         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24839         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24840         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24842 2013-10-04  Alan Modra  <amodra@gmail.com>
24844         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24845         constants to usual value for .cst8 section, and remove redundant
24846         high address load.
24847         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24848         constant for 0x1p52.  Load little-endian words of double from
24849         correct stack offsets.
24851 2013-10-04  Alan Modra  <amodra@gmail.com>
24853         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24854         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24855         words of double from correct stack offsets.
24856         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24857         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24858         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24859         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24860         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24861         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24862         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24863         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24864         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24865         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24866         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24867         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24868         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24869         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24870         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24871         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24872         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24874 2013-10-04  Alan Modra  <amodra@gmail.com>
24876         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24877         64-bit int/double union.
24878         (_FPU_SETCW): Likewise.
24879         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24880         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24882 2013-10-04  Alan Modra  <amodra@gmail.com>
24884         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24885         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24887 2013-10-04  Alan Modra  <amodra@gmail.com>
24889         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24890         use vector int constants.
24891         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24893 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24895         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24896         array with long long.
24897         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24898         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24899         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24900         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24901         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24902         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24903         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24904         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24905         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24906         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24907         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24908         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24909         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24911 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24913         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24914         (__signbit): Likewise.  Correct for little-endian.
24915         (__signbitl): Call __signbit.
24916         (lrint): Correct for little-endian.
24917         (lrintf): Call lrint.
24919 2013-10-04  Alan Modra  <amodra@gmail.com>
24921         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24922         union 32-bit int array member with 64-bit int array.
24923         (t515, tm256): Double rather than long double.
24924         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24926 2013-10-04  Alan Modra  <amodra@gmail.com>
24928         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24929         Delete.
24930         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24931         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24932         version of math_ldbl.h.
24934 2013-10-04  Alan Modra  <amodra@gmail.com>
24936         [BZ #15734], [BZ #15735]
24937         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24938         all uses of ieee875 long double macros and unions.  Simplify test
24939         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24940         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24941         normalize after ldbl_extract_mantissa, and don't add hidden bit
24942         already handled.  Don't treat low word of ieee854 mantissa like
24943         low word of IBM long double and mask off bit when testing for
24944         zero.
24945         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24946         all uses of ieee875 long double macros and unions.  Simplify tests
24947         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24948         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24949         two1022, instead use their values.  Recognise that tests for large
24950         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24951         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24952         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24953         test for 0.0L and nan.  Correct negation.
24954         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24955         ieee875 long double macros and unions.  Correct output for large
24956         magnitude x.  Correct absolute value calculation.
24957         (__erfcl): Likewise.
24958         * math/libm-test.inc: Add tests for errors discovered in IBM long
24959         double versions of fmodl, remainderl, erfl and erfcl.
24961 2013-10-04  Alan Modra  <amodra@gmail.com>
24963         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24964         all uses of ieee854 long double macros and unions.  Simplify tests
24965         for long doubles that are fully specified by the high double.
24966         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24967         Likewise.
24968         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24969         Remove dead code too.
24970         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24971         (__ieee754_ynl): Likewise.
24972         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24973         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24974         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24975         Remove dead code too.
24976         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24977         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24978         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24979         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24980         Simplify.
24981         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24982         Simplify.
24983         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24984         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24985         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24986         Comment on variable precision.
24987         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24988         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24989         Likewise.
24990         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24991         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24992         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24993         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24994         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24996 2013-10-04  Alan Modra  <amodra@gmail.com>
24998         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24999         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25000         all uses of ieee854 long double macros and unions.
25001         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25002         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25003         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25004         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25005         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25006         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25007         Likewise.
25008         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25009         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25010         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25011         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25012         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25013         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25014         Simplify sign and nan test too.
25015         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25016         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25017         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25018         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25019         Likewise.
25020         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25021         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25022         Likewise.
25023         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25024         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25025         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25026         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25027         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25028         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25030 2013-10-04  Alan Modra  <amodra@gmail.com>
25032         * stdio-common/printf_size.c (__printf_size): Don't use
25033         union ieee854_long_double in fpnum union.
25034         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25035         signbit macro to retrieve sign from long double.
25036         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25037         retrieve sign from long double.
25038         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25039         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25040         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25041         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25042         * math/test-misc.c (main): Don't use union ieee854_long_double.
25044 2013-10-04  Alan Modra  <amodra@gmail.com>
25046         [BZ #15680]
25047         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25048         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25049         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25050         calculation.  Remove unnecessary test for denormal exponent.
25051         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25052         Correct handling of denormals.  Avoid undefined shift behaviour.
25053         Correct normalisation of low mantissa when low double is denormal.
25054         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25055         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25056         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25057         Correct normalisation of low mantissa.  Test for overflow of high
25058         mantissa and normalise.
25059         (ldbl_nearbyint): Use more readable constant for two52.
25060         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25061         (__mpn_construct_long_double): Fix test for overflow of high
25062         mantissa and correct normalisation.  Avoid undefined shift.
25064 2013-10-04  Alan Modra  <amodra@gmail.com>
25066         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25067         (union ibm_extended_long_double): Define as an array of ieee754_double.
25068         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25069         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25070         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25071         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25072         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25073         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25074         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25075         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25076         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25077         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25078         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25080 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25082         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25083         page size instead of calling getpagesize.
25085         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25086         (LOCFILE_ALIGN_MASK): Likewise.
25087         (LOCFILE_ALIGN_UP): Likewise.
25088         (LOCFILE_ALIGNED_P): Likewise.
25089         * locale/programs/ld-collate.c (collate_output): Use the new
25090         macros instead of __alignof__ (int32_t).
25091         * locale/weight.h (findidx): Likewise.
25093 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25095         [BZ #431]
25096         * manual/string.texi: Fix strncat and wcsncat.
25098 2013-10-03  Brooks Moses  <bmoses@google.com>
25100         [BZ #15915]
25101         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25102         * Makerules: ...here, and adjust associated comments.
25104 2013-10-02  Will Newton  <will.newton@linaro.org>
25106         * malloc/Makefile: Add tst-pvalloc.
25107         * malloc/tst-pvalloc.c: New file.
25109 2013-10-02  Will Newton  <will.newton@linaro.org>
25111         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25112         improve test coverage.
25114 2013-10-02  Will Newton  <will.newton@linaro.org>
25116         * malloc/Makefile: Add tst-posix_memalign.
25117         * malloc/tst-posix_memalign.c: New file.
25119 2013-10-01  Eric Blake  <eblake@redhat.com>
25121         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25122         Use __THROWNL rather than __THROW on static functions.
25124 2013-09-30  Petr Machata  <pmachata@redhat.com>
25126         * elf/elf.h (R_AARCH64_ABS16): New macro.
25127         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25128         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25129         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25130         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25131         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25132         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25133         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25134         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25135         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25136         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25137         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25138         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25139         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25140         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25141         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25142         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25143         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25144         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25145         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25146         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25147         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25148         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25149         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25150         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25151         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25152         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25153         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25154         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25155         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25156         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25157         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25158         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25159         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25160         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25161         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25162         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25163         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25164         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25165         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25166         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25167         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25168         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25169         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25170         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25171         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25172         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25173         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25174         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25175         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25176         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25177         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25178         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25179         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25180         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25181         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25182         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25183         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25184         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25185         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25186         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25187         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25188         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25189         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25190         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25191         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25192         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25193         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25194         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25195         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25196         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25197         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25198         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25199         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25200         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25201         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25202         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25203         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25204         (R_AARCH64_TLSDESC_LDR): Likewise.
25205         (R_AARCH64_TLSDESC_ADD): Likewise.
25206         (R_AARCH64_TLSDESC_CALL): Likewise.
25208 2013-09-30  Andreas Schwab  <schwab@suse.de>
25210         [BZ #15048]
25211         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25212         the nss database lookup.
25213         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25214         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25216 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25218         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25220 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25222         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25223         ${Bash-specific parameter/pattern/string} parameter expansion.
25224         * sysdeps/unix/make-syscalls.sh: Likewise.
25226 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25228         * sysdeps/sh/stackguard-macros.h: New file.
25230 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25232         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25233         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25234         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25235         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25236         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25237         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25239 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25241         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25242         Fix thread ID register.
25244 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25246         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25247         [POSIX || UNIX98]: Require rather than permitting all symbols from
25248         <time.h>.
25249         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25250         element of struct sched_param.
25251         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25252         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25253         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25254         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25255         constant.
25257 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25259         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25260         argument calculation.
25262 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25264         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25265         Expect macro.
25266         [POSIX] (pthread_attr_t): Do not require type.
25267         [POSIX] (pthread_cond_t): Likewise.
25268         [POSIX] (pthread_condattr_t): Likewise.
25269         [POSIX] (pthread_key_t): Likewise.
25270         [POSIX] (pthread_mutex_t): Likewise.
25271         [POSIX] (pthread_mutexattr_t): Likewise.
25272         [POSIX] (pthread_once_t): Likewise.
25273         [POSIX] (pthread_t): Likewise.
25274         [POSIX-based standards] (pthread_atfork): Expect function.
25276 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25277             Richard Sandiford  <richard@codesourcery.com>
25279         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25280         (swap_endianness_p): New extern variable.
25281         (set_big_endian): New inline function.
25282         (maybe_swap_uint32): Likewise.
25283         (maybe_swap_uint32_array): Likewise.
25284         (maybe_swap_uint32_obstack): Likewise.
25285         * locale/programs/locfile.c: Include <stdbool.h>.
25286         (swap_endianness_p): New variable.
25287         (add_locale_uint32): Call maybe_swap_uint32.
25288         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25289         (write_locale_data): Call maybe_swap_uint32_array.
25290         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25291         maybe_swap_uint32.
25292         (obstack_int32_grow_fast): Likewise.
25293         (output_weightwc): Call maybe_swap_uint32_obstack.
25294         (collate_output): Likewise.
25295         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25296         (OPT_LITTLE_ENDIAN): Likewise.
25297         (options): Add --little-endian and --big-endian options.
25298         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25299         * locale/programs/locarchive.c: Include "locfile.h".
25300         (GET): New macro.
25301         (SET): Likewise.
25302         (INC): Likewise.
25303         (create_archive): Use the new macros to access fields of
25304         structures directly mapped from or written to locale archives.
25305         (oldlocrecentcmp): Likewise.
25306         (enlarge_archive): Likewise.
25307         (insert_name): Likewise.
25308         (add_alias): Likewise.
25309         (add_locale): Likewise.
25310         (delete_locales_from_archive): Likewise.
25311         (show_archive_content): Likewise.
25312         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25313         locale data.
25315 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25317         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25318         http://www.gnu.org/doc/freemanuals.texi.
25319         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25321 2013-09-24  Will Newton  <will.newton@linaro.org>
25323         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25324         macro.
25326 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25328         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25329         unsigned char.
25331 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25333         * manual/threads.texi (POSIX Threads): Fix a typo.
25335 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25337         [BZ #14547]
25338         * string/tst-strcoll-overflow.c: New test case.
25339         * string/Makefile (xtests): Add tst-strcoll-overflow.
25340         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25341         cache if string sizes may cause integer overflow.
25343         [BZ #14547]
25344         * string/strcoll_l.c (coll_seq): New members rule, idx,
25345         save_idx and back_us.
25346         (get_next_seq_nocache): New function.
25347         (do_compare_nocache): New function.
25348         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25349         when malloc fails.
25351 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25353         [BZ #15754]
25354         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25355         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25356         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25358         [BZ #15754]
25359         * elf/Makefile (tests): Add tst-ptrguard1.
25360         (tests-static): Add tst-ptrguard1-static.
25361         (tst-ptrguard1-ARGS): Define.
25362         (tst-ptrguard1-static-ARGS): Define.
25363         * elf/tst-ptrguard1.c: New file.
25364         * elf/tst-ptrguard1-static.c: New file.
25365         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25366         * sysdeps/i386/stackguard-macros.h: Likewise.
25367         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25368         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25369         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25370         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25371         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25372         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25374 2013-09-23  Hector Marco  <hecmargi@upv.es>
25375             Ismael Ripoll  <iripoll@disca.upv.es>
25376             Carlos O'Donell  <carlos@redhat.com>
25378         [BZ #15754]
25379         * sysdeps/generic/stackguard-macros.h: Define
25380         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25381         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25382         Define __pointer_chk_guard_local.
25383         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25384         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25386 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25388         [BZ #15859]
25389         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25391 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25393         * include/string.h (__ffs): Declare as hidden.
25394         * string/ffs.c (__ffs): Define as hidden.
25395         * sysdeps/i386/ffs.c (__ffs): Likewise.
25396         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25397         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25398         * sysdeps/s390/ffs.c (__ffs): Likewise.
25399         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25401 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25403         * NEWS: Mention malloc probes.
25405         * malloc/arena.c (new_heap): New memory_heap_new probe.
25406         (grow_heap): New memory_heap_more probe.
25407         (shrink_heap): New memory_heap_less probe.
25408         (heap_trim): New memory_heap_free probe.
25409         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25410         (systrim): New memory_sbrk_less probe.
25411         * manual/probes.texi: Document them.
25413         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25414         * manual/probes.texi: Document it.
25416         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25417         (__libc_realloc): Add memory_realloc_retry probe.
25418         (__libc_memalign): Add memory_memalign_retry probe.
25419         (__libc_valloc): Add memory_valloc_retry probe.
25420         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25421         (__libc_calloc): Add memory_calloc_retry probe.
25422         * manual/probes.texi: Document them.
25424         * malloc/arena.c (get_free_list): Add probe
25425         memory_arena_reuse_free_list.
25426         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25427         and memory_arena_reuse.
25428         (arena_get2) [!PER_THREAD]: Likewise.
25429         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25430         memory_arena_reuse_realloc.
25431         * manual/probes.texi: Document them.
25433         * malloc/malloc.c (__libc_free): Add
25434         memory_mallopt_free_dyn_thresholds probe.
25435         (__libc_mallopt): Add multiple memory_mallopt probes.
25436         * manual/probes.texi: Document them.
25438         * malloc/malloc.c: Include stap-probe.h.
25439         (__libc_mallopt): Add memory_mallopt probe.
25440         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25441         * manual/probes.texi: New.
25442         * manual/Makefile (chapters): Add probes.
25443         * manual/threads.texi: Set next node.
25445 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25447         [BZ #15963, #13985]
25448         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25449         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25450         Add `Chinese' to `nan' entry name.
25452 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25454         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25455         (POLYNOMIAL): Likewise.
25456         (TAYLOR_SINCOS): Likewise.
25457         (TAYLOR_SLOW): Likewise.
25458         (__sin): Use TAYLOR_SINCOS.
25459         (__cos): Likewise.
25460         (slow): Use TAYLOR_SLOW.
25461         (sloww): Likewise.
25462         (bsloww): Likewise.
25463         (csloww): Likewise.
25465 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25467         * stdlib/strtod_l.c: Fix buffer overrun.
25469 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25471         * benchtests/Makefile (bench): Add sincos.
25472         * benchtests/bench-sincos.c: New file.
25474         * math/libm-test.inc (cos_test_data): New test inputs.
25475         (sin_test_data): Likewise.
25477         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25478         macro.
25479         (__sin): Use it.
25480         (__cos): Likewise.
25481         (slow1): Likewise.
25482         (slow2): Likewise.
25483         (sloww1): Likewise.
25484         (sloww2): Likewise.
25485         (bsloww1): Likewise.
25486         (bsloww2): Likewise.
25487         (cslow2): Likewise.
25488         (csloww1): Likewise.
25489         (csloww2): Likewise.
25491         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25492         function.
25493         (__sin): Use it.
25494         (__cos): Likewise.
25496         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25497         gotos.
25498         (__cos): Likewise.
25500 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25502         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25503         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25504         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25505         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25506         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25507         * elf/cache.c (print_entry): Handle the new cache flags.
25509 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25510             Aldy Hernandez  <aldyh@redhat.com>
25512         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25513         Change condition to [_SOFT_FLOAT].
25514         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25515         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25516         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25517         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25518         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25519         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25520         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25521         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25522         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25523         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25524         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25525         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25526         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25527         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25528         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25529         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25530         declaration.
25532 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25534         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25535         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25536         (__longjmp): Use LOAD_GP to load saved GPRs.
25537         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25538         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25539         (__sigsetjmp): Use SAVE_GP to save GPRs.
25541         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25542         Do not append -msoft-float.
25543         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25545 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25547         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25549 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25551         [BZ #15966]
25552         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25553         (_FPU_GETCW): Use initial "__" on variable and field names but not
25554         on macro parameter name.
25555         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25556         parentheses around reference to macro parameter.
25558 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25560         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25561         prototype.
25562         (ctype_startup): Use uint32_t in cast and sizeof for
25563         ctype->charnames.
25565 2013-09-11  Jia Liu  <proljc@gmail.com>
25567         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25568         __daddr_t_defined.
25569         [__FreeBSD__]: Likewise.
25571 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25573         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25574         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25575         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25576         (strchr): Remove __strchr_sse42 ifunc selection.
25577         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25578         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25580 2013-09-11  Will Newton  <will.newton@linaro.org>
25582         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25583         parameter to RES. Remove hardcoded 1000 value.
25584         * benchtests/bench-skeleton.c (main): Pass RES parameter
25585         to TIMING_INIT and multiply result by 1000.
25587 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25589         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25591 2013-09-11  Andreas Schwab  <schwab@suse.de>
25593         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25594         if not defined.
25595         (O_TMPFILE) [__USE_GNU]: Define.
25596         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25597         Define.
25599 2013-09-11  Will Newton  <will.newton@linaro.org>
25601         [BZ #15857]
25602         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25603         does not overflow.
25605 2013-09-11  Will Newton  <will.newton@linaro.org>
25607         [BZ #15856]
25608         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25609         does not overflow.
25611 2013-09-11  Will Newton  <will.newton@linaro.org>
25613         [BZ #15855]
25614         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25615         does not overflow.
25617 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25619         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25620         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25621         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25622         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25623         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25625 2013-09-10  Allan McRae  <allan@archlinux.org>
25627         [BZ #15748]
25628         * manual/arith.texi (Parsing of Floats): Clarify
25629         cross-reference.
25631         [BZ #15849]
25632         * manual/install.texi (Running make install): Mention
25633         --enable-pt-chown.
25634         * INSTALL: Regenerated.
25636 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25638         * csu/init-first.c (_init): Remove the !SHARED condition around
25639         FPU control word initialization.
25640         * elf/dl-support.c (_dl_fpu_control): New variable.
25641         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25642         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25643         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25644         * math/test-fpucw-static.c: New file.
25645         * math/test-fpucw-ieee.c: New file.
25646         * math/test-fpucw-ieee-static.c: New file.
25647         * math/Makefile (tests): Add `test-fpucw-ieee' and
25648         `$(tests-static)'.
25649         (tests-static): New variable.
25650         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25651         dependency to...
25652         [($(build-shared),yes)]
25653         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25654         ... this.
25655         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25656         New dependency.
25658 2013-09-09  Allan McRae  <allan@archlinux.org>
25660         [BZ #15939]
25661         * manual/string.texi (Collation Functions): Fix typo in
25662         strcoll example.
25663         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25665         [BZ #15893]
25666         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25668         [BZ #15892]
25669         * libio/memstream.c (open_memstream): Fix memory leak.
25670         * libio/wmemstream.c (open_wmemstream): Likewise.
25672         [BZ #15895]
25673         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25675 2013-09-09  Will Newton  <will.newton@linaro.org>
25677         * malloc/Makefile: Add tst-realloc to tests.
25678         * malloc/tst-realloc.c: New file.
25680 2013-09-09  Allan McRae  <allan@archlinux.org>
25682         [BZ #15844]
25683         * COPYING: Update from GNU website to fix FSF address.
25684         * COPYING.LIB: Likewise.
25686 2013-09-06  David S. Miller  <davem@davemloft.net>
25688         * po/zh_TW.po: Update Chinese (traditional) translation from
25689         translation project.
25691 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25692             Joseph Myers  <joseph@codesourcery.com>
25694         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25695         "localeinfo.h".
25696         (obstack_chunk_alloc): New macro.
25697         (obstack_chunk_free): Likewise.
25698         (record_offset): New function.
25699         (init_locale_data): Likewise.
25700         (align_locale_data): Likewise.
25701         (add_locale_empty): Likewise.
25702         (add_locale_raw_data): Likewise.
25703         (add_locale_raw_obstack): Likewise.
25704         (add_locale_string): Likewise.
25705         (add_locale_wstring): Likewise.
25706         (add_locale_uint32): Likewise.
25707         (add_locale_uint32_array): Likewise.
25708         (add_locale_char): Likewise.
25709         (start_locale_structure): Likewise.
25710         (end_locale_structure): Likewise.
25711         (start_locale_prelude): Likewise.
25712         (end_locale_prelude): Likewise.
25713         (write_locale_data): Take locale_file structure rather than an
25714         iovec.
25715         * locale/programs/locfile.h: Include "obstack.h".
25716         (struct locale_file): Change to store locale file contents instead
25717         of header.
25718         (init_locale_data): New prototype.
25719         (align_locale_data): Likewise.
25720         (add_locale_empty): Likewise.
25721         (add_locale_raw_data): Likewise.
25722         (add_locale_raw_obstack): Likewise.
25723         (add_locale_string): Likewise.
25724         (add_locale_wstring): Likewise.
25725         (add_locale_uint32): Likewise.
25726         (add_locale_uint32_array): Likewise.
25727         (add_locale_char): Likewise.
25728         (start_locale_structure): Likewise.
25729         (end_locale_structure): Likewise.
25730         (start_locale_prelude): Likewise.
25731         (end_locale_prelude): Likewise.
25732         (write_locale_data): Update prototype.
25733         * locale/programs/3level.h (struct TABLE): Remove result field.
25734         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25735         Use new locale_file interface.
25736         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25737         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25738         * locale/programs/ld-address.c (address_output): Use new
25739         locale_file interface.
25740         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25741         NO_ADD_LOCALE.
25742         (collate_finish): Don't call collseq_table_finalize.
25743         (collate_output): Use new locale_file interface.
25744         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25745         in file.
25746         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25747         (TABLE): Move defines earlier in file.
25748         (ELEMENT): Likewise.
25749         (DEFAULT): Likewise.
25750         (wctrans_table_add): Move macro and inline function earlier in
25751         file.
25752         (struct wctype_table): Move type earlier in file.
25753         (add_locale_wctype_table): New static prototype.
25754         (struct locale_ctype_t): Use logical types instead of struct iovec
25755         pointers for members.
25756         (ctype_output): Use new locale_file interface.
25757         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25758         new locale_file interface.
25759         (allocate_arrays): Update for use of new locale_file interface.
25760         * locale/programs/ld-identification.c (identification_output): Use
25761         new locale_file interface.
25762         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25763         * locale/programs/ld-messages.c (messages_output): Likewise.
25764         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25765         * locale/programs/ld-name.c (name_output): Likewise.
25766         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25767         * locale/programs/ld-paper.c (paper_output): Likewise.
25768         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25769         * locale/programs/ld-time.c (time_output): Likewise.
25771 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25773         * benchtests/Makefile: Add memrchr benchmark.
25774         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25775         benchmark as memrchr.
25776         * benchtests/bench-memrchr-ifunc.c: New file.
25777         * benchtests/bench-memrchr.c: New file.
25779 2013-09-06   Will Newton  <will.newton@linaro.org>
25781         * benchtests/Makefile (string-bench): Add memcpy.
25783 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25784             Cong Wang  <amwang@redhat.com>
25786         [BZ #15850]
25787         * sysdeps/unix/sysv/linux/bits/in.h
25788         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25789         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25790         before __USE_KERNEL_IPV6_DEFS uses.
25791         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25792         IPPROTO_BEETPH.
25793         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25794         sockaddr_in6, or ipv6_mreq.
25796 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25798         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25799         memory access for final bytes in some large inputs.
25800         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25802 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25804         * string/test-memrchr.c: New file.
25805         * string/test-memrchr-ifunc.c: New file.
25806         * string/Makefile: Add new memrchr testcase.
25808 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25810         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25811         fanotify_init returns EPERM.
25813 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25815         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25816         errors.
25817         (top level): Treat second token from macro or constant entries for
25818         allowed headers as allowed.
25819         * include/complex.h: Condition internal declarations on
25820         [!_ISOMAC].
25821         * include/fenv.h: Condition include of <stdbool.h> and internal
25822         declarations on [!_ISOMAC].
25824 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25826         [BZ #15923]
25827         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25829 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25831         * configure.in (--enable-versioning): Remove configure option.
25832         (libc_cv_asm_symver_directive): Remove configure test.
25833         (libc_cv_ld_version_script_option): Likewise.
25834         (VERSIONING): Remove variable and AC_SUBST.
25835         (DO_VERSIONING): Remove AC_DEFINE.
25836         * configure: Regenerated.
25837         * config.h.in (DO_VERSIONING): Remove macro.
25838         * Makerules [$(versioning) = yes]: Change conditionals to
25839         [$(build-shared) = yes].
25840         * config.make.in (versioning): Remove variable.
25841         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25842         [$(build-shared) = yes].
25843         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25844         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25845         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25846         [$(build-shared) = yes].
25847         * extra-lib.mk [$(versioning) = yes]: Likewise.
25848         * hurd/Makefile [$(versioning) = yes]: Likewise.
25849         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25850         [SHARED].
25851         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25852         [SHARED].
25853         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25854         [SHARED && !NO_HIDDEN].
25855         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25856         [SHARED].
25857         [SHARED && DO_VERSIONING]: Likewise..
25858         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25859         [$(build-shared) = yes].
25860         * manual/install.texi (--disable-versioning): Remove
25861         documentation.
25862         * INSTALL: Regenerated.
25863         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25864         to [SHARED].
25865         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25866         [$(build-shared) = yes].
25867         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25868         * sysdeps/i386/i686/multiarch/strstr-c.c
25869         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25870         [SHARED && !NO_HIDDEN].
25871         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25872         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25873         * sysdeps/powerpc/powerpc32/dl-machine.c
25874         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25875         * sysdeps/powerpc/powerpc32/sysdep.h
25876         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25877         to [SHARED && PIC && !NO_HIDDEN].
25878         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25879         conditional to [SHARED].
25881 2013-09-04   Will Newton  <will.newton@linaro.org>
25883         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25884         * benchtests/bench-string.h: Include bench-timing.h instead
25885         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25886         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25887         call to HP_TIMING_DIFF_INIT.
25888         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25889         instead of hp-timing.h macros.
25890         * benchtests/bench-memchr.c: Likewise.
25891         * benchtests/bench-memcmp.c: Likewise.
25892         * benchtests/bench-memcpy.c: Likewise.
25893         * benchtests/bench-memmem.c: Likewise.
25894         * benchtests/bench-memmove.c: Likewise.
25895         * benchtests/bench-memset.c: Likewise.
25896         * benchtests/bench-rawmemchr.c: Likewise.
25897         * benchtests/bench-strcasecmp.c: Likewise.
25898         * benchtests/bench-strcasestr.c: Likewise.
25899         * benchtests/bench-strcat.c: Likewise.
25900         * benchtests/bench-strchr.c: Likewise.
25901         * benchtests/bench-strcmp.c: Likewise.
25902         * benchtests/bench-strcpy.c: Likewise.
25903         * benchtests/bench-strcpy_chk.c: Likewise.
25904         * benchtests/bench-strlen.c: Likewise.
25905         * benchtests/bench-strncasecmp.c: Likewise.
25906         * benchtests/bench-strncat.c: Likewise.
25907         * benchtests/bench-strncmp.c: Likewise.
25908         * benchtests/bench-strncpy.c: Likewise.
25909         * benchtests/bench-strnlen.c: Likewise.
25910         * benchtests/bench-strpbrk.c: Likewise.
25911         * benchtests/bench-strrchr.c: Likewise.
25912         * benchtests/bench-strspn.c: Likewise.
25913         * benchtests/bench-strstr.c: Likewise.
25915 2013-09-04  Will Newton  <will.newton@linaro.org>
25917         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25919 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25921         [BZ #15427]
25922         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25923         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25924         * math/libm-test.inc (lgamma_test_data): Add more tests.
25925         * sysdeps/i386/fpu/libm-test-ulps: Update.
25926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25928 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25930         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25931         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25932         Add ifunc.
25933         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25934         Add strcmp-sse2-unaligned
25935         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25937 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25939         * Versions.def (libc): Add GLIBC_2.19.
25941 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25943         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25944         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25946 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25948         [BZ #14155]
25949         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25950         intermediate calculations in recurrence.
25951         (__ieee754_ynf): Likewise.
25952         * math/libm-test.inc (jn_test_data): Do not allow spurious
25953         underflow exception.  Add more tests.
25954         (yn_test_data): Add more tests.
25955         * sysdeps/i386/fpu/libm-test-ulps: Update.
25956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25958 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25960         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25962 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25964         * csu/init-first.c: Fix then/than typos.
25965         * locale/programs/ld-collate.c: Likewise.
25966         * locale/programs/linereader.h: Likewise.
25967         * manual/charset.texi: Likewise.
25968         * manual/filesys.texi: Likewise.
25969         * manual/stdio.texi: Likewise.
25970         * manual/string.texi: Likewise.
25971         * stdlib/fmtmsg.c: Likewise.
25972         * sysdeps/i386/stpncpy.S: Likewise.
25973         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25974         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25975         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25976         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25978 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25980         * elf/dl-open.c: Fix typos.
25981         * iconvdata/gbbig5.c: Likewise.
25982         * iconvdata/iso-2022-jp.c: Likewise.
25983         * iconv/gconv_int.h: Likewise.
25984         * iconv/loop.c: Likewise.
25985         * nis/rpcsvc/nis.h: Likewise.
25986         * resolv/ns_name.c: Likewise.
25987         * stdio-common/vfscanf.c: Likewise.
25988         * streams/stropts.h: Likewise.
25989         * sunrpc/rpc_thread.c: Likewise.
25990         * sysdeps/i386/strpbrk.S: Likewise.
25991         * sysdeps/ieee754/k_standard.c: Likewise.
25992         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25993         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25994         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25995         * sysdeps/mach/hurd/profil.c: Likewise.
25996         * sysdeps/s390/dl-procinfo.h: Likewise.
25997         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25998         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25999         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26000         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26001         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26003 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26005         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26006         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26008 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26010         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26011         aix specific files.
26012         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26013         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26014         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26015         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26016         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26017         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26018         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26019         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26021 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26022             Roland McGrath  <roland@hack.frob.com>
26024         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26025         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26027 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26029         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26030         __executable_start symbol instead of _start.
26032 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26034         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26035         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26036         Move macros to...
26037         * sysdeps/gnu/ldsodefs.h: ... this new file.
26039         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26040         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26041         instead of ELFOSABI_LINUX.
26043         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26044         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26045         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26046         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26047         Likewise.
26048         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26049         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26050         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26051         Likewise.
26052         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26053         (ibm_extended_long_double): Add ieee_nan member.
26054         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26055         (do_test): New function.
26057         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26058         TEST_TRUNC.
26059         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26060         functions, renamed from truncdfsf_test, trunctfsf_test,
26061         trunctfdf_test.
26062         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26063         functions.
26064         (do_test): Run all these.
26066 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26068         * argp/argp-help.c: Fix typos.
26069         * argp/argp-parse.c: Likewise.
26070         * debug/backtracesyms.c: Likewise.
26071         * elf/elf.h: Likewise.
26072         * malloc/malloc.c: Likewise.
26073         * nis/nis_print.c: Likewise.
26074         * resolv/res_comp.c: Likewise.
26075         * stdlib/stdlib.h: Likewise.
26076         * sunrpc/clnt_tcp.c: Likewise.
26077         * sunrpc/clnt_udp.c: Likewise.
26078         * sunrpc/clnt_unix.c: Likewise.
26079         * sysdeps/unix/bsd/ptsname.c: Likewise.
26080         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26081         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26083         Likewise.
26084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26085         Likewise.
26086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26087         Likewise.
26088         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26090 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26092         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26093         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26095 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26097         [BZ #15897]
26098         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26099         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26100         ($(objpfx)bug-dl-leaf): New rule.
26101         ($(objpfx)bug-dl-leaf.so): Likewise.
26102         ($(objpfx)bug-dl-leaf.out): Likewise.
26103         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26104         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26105         * dlfcn/bug-dl-leaf.c: New test.
26106         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26107         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26108         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26109         (dlclose): Likewise.
26110         (dlmopen): Likewise.
26112 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26114         * include/netdb.h [!_ISOMAC]:
26115         Don't include <tls.h>.
26116         (h_errno, __libc_h_errno): Move declaration and macros out of
26117         [_LIBC_REENTRANT].
26119         * include/resolv.h [_RESOLV_H_]:
26120         Don't include <tls.h>.
26121         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26122         * resolv/res_libc.c: Don't include <tls.h>.
26123         (_res): Use __attribute__ ((nocommon)) in place of
26124         __attribute__ ((section (".bss"))).
26126         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26127         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26129         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26131         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26132         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26134         * resolv/res_mkquery.c: Include <sys/time.h>.
26136         * inet/ifreq.c: Moved to ...
26137         * sysdeps/unix/ifreq.c: ... here.
26138         * inet/ifreq.c: New file, true stub version.
26140         * socket/sa_len.c: New file.
26141         * socket/Makefile (aux): Add it.
26142         * sysdeps/unix/sysv/linux/Makefile
26143         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26144         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26145         and #include <socket/sa_len.c>.
26146         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26147         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26149         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26150         * bits/socket.h: ... here.
26152         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26153         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26154         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26156 2013-08-27  Andreas Schwab  <schwab@suse.de>
26158         [BZ #15736]
26159         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26160         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26161         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26162         * string/test-strcasecmp.c (test_main): Run tests in several
26163         locales.
26164         * string/test-strncasecmp.c (test_main): Likewise.
26166         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26167         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26168         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26169         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26170         (__strncasecmp_ssse3) [PIC]: Likewise.
26172 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26174         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26176         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26177         instead of explicitly declaring xdecrypt.
26178         * nis/nss_nis/nis-publickey.c: Likewise.
26180 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26182         [BZ #15890]
26183         * nscd/aicache.c: Include res_hconf.h.
26184         (addhstaiX): Initialize res_hconf.
26186 2013-08-26  Andreas Schwab  <schwab@suse.de>
26188         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26189         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26191 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26193         * nscd/aicache.c (addhstaiX): Fix indentation.
26195 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26197         * configure.ac: Quote $build_pt_chown test.
26198         * configure: Regenerated.
26200 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26202         [BZ #15532]
26203         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26204         * math/s_cexpf.c (__cexpf): Likewise.
26205         * math/s_cexpl.c (__cexpl): Likewise.
26206         * math/libm-test.inc (cexp_test_data): Correct expected return
26207         value for NaN + i0.  Add another test.
26209 2013-08-22  David S. Miller  <davem@davemloft.net>
26211         * po/ca.po: Update Catalan translation from translation project.
26212         * po/uk.po: Add Ukrainian translations from translation project.
26214 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26216         [BZ #15797]
26217         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26218         is infinite, not alongside NaN test.
26219         * math/s_fdimf.c (__fdimf): Likewise.
26220         * math/s_fdiml.c (__fdiml): Likewise.
26221         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26222         errno is unchanged.
26224 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26226         * argp/argp-help.c: Fix typos.
26227         * crypt/speeds.c: Likewise.
26228         * csu/check_fds.c: Likewise.
26229         * elf/dl-load.c: Likewise.
26230         * elf/dl-open.c: Likewise.
26231         * elf/reldep3.c: Likewise.
26232         * elf/reldep.c: Likewise.
26233         * elf/sprof.c: Likewise.
26234         * iconv/iconv_charmap.c: Likewise.
26235         * iconv/skeleton.c: Likewise.
26236         * iconv/strtab.c: Likewise.
26237         * io/lockf64.c: Likewise.
26238         * libio/libioP.h: Likewise.
26239         * resolv/gai_notify.c: Likewise.
26240         * resolv/ns_name.c: Likewise.
26241         * resolv/ns_samedomain.c: Likewise.
26242         * resolv/res_send.c: Likewise.
26243         * stdlib/random.c: Likewise.
26244         * sunrpc/rpc/xdr.h: Likewise.
26245         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26246         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26247         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26248         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26249         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26250         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26251         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26252         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26253         * sysdeps/mach/hurd/check_fds.c: Likewise.
26254         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26255         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26256         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26257         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26258         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26259         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26260         * sysdeps/pthread/aio_notify.c: Likewise.
26261         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26262         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26263         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26264         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26265         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26267 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26269         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26270         version if bit_Slow_SSE4_2 is set.
26271         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26272         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26274 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26276         [BZ #15867]
26277         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26278         trampoline stack frame information.
26279         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26280         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26281         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26282         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26283         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26284         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26285         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26286         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26287         sa_flags value.
26288         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26289         interrupting a syscall and set with option SA_SIGINFO.
26291 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26293         [BZ #15531]
26294         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26295         argument is infinite.
26296         * math/s_cprojf.c (__cprojf): Likewise.
26297         * math/s_cprojl.c (__cprojl): Likewise.
26298         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26299         * math/libm-test.inc (cproj_test_data): Add more tests.
26301         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26303         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26304         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26305         size.  Use __ffs to determine corresponding shift.
26307 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26308             Roland McGrath  <roland@hack.frob.com>
26310         * Makefile (INSTALL): Remove trailing blank lines from output of
26311         makeinfo.
26313 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26315         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26316         Align 32 bit compat elf_greg to 8 bytes.
26318 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26320         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26322 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26324         * string/strcoll_l.c (coll_seq): New structure.
26325         (get_next_seq_cached): New function.
26326         (get_next_seq): New function.
26327         (do_compare): New function.
26328         (STRCOLL): Use GNU style definition.  Simplify implementation
26329         by using get_next_seq, get_next_seq_cached and do_compare.
26331 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26333         [BZ #14699]
26334         CVE-2013-4237
26335         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26336         member.
26337         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26338         member.
26339         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26340         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26341         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26342         conditional.
26343         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26344         GETDENTS_64BIT_ALIGNED.
26345         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26346         * manual/filesys.texi (Reading/Closing Directory): Document
26347         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26348         strongly.
26349         * manual/conf.texi (Limits for Files): Add portability note to
26350         NAME_MAX, PATH_MAX.
26351         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26353 2013-08-13  Andreas Schwab  <schwab@suse.de>
26355         [BZ #15749]
26356         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26357         of fabs.
26358         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26359         LDBL_MAX_EXP >= 16384]: Add tests for it.
26361 2013-08-12  David S. Miller  <davem@davemloft.net>
26363         * version.h (RELEASE): Set to "development".
26364         (VERSION): Set to "2.18.90".
26365         * NEWS: Add 2.19 section.
26367 2013-08-03  David S. Miller  <davem@davemloft.net>
26369         * po/ko.po: Update Korean translation from translation project.
26371 2013-08-01  David S. Miller  <davem@davemloft.net>
26373         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26374         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26375         Bilka.
26377 2013-07-30  David S. Miller  <davem@davemloft.net>
26379         * po/fr.po: Update French translation from translation project.
26381 2013-07-28  David S. Miller  <davem@davemloft.net>
26383         * po/cs.po: Update Czech translation from translation project.
26385         * po/sv.po: Update Swedish translation from translation project.
26387 2013-07-27  David S. Miller  <davem@davemloft.net>
26389         * po/eo.po: Update Esperanto translation from translation project.
26391         * po/vi.po: Update Vietnamese translation from translation project.
26393         * po/de.po: Update German translation from translation project.
26395 2013-07-26  David S. Miller  <davem@davemloft.net>
26397         * po/bg.po: Update Bulgarian translation from translation project.
26399         * po/nl.po: Update Dutch translation from translation project.
26400         * po/pl.po: Update Polish translation from translation project.
26401         * po/ru.po: Update Russian translation from translation project.
26403 2013-07-24  David S. Miller  <davem@davemloft.net>
26405         * po/libc.pot: Update.
26407 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26409         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26410         variable page size.
26411         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26412         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26413         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26415 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26417         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26419 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26420             Andreas Schwab  <schwab@suse.de>
26421             Roland McGrath  <roland@hack.frob.com>
26422             Joseph Myers  <joseph@codesourcery.com>
26423             Carlos O'Donell  <carlos@redhat.com>
26425         [BZ #15755]
26426         * config.h.in: Define HAVE_PT_CHOWN.
26427         * config.make.in (build-pt-chown): New variable.
26428         * configure.in (--enable-pt_chown): New configure option.
26429         * configure: Regenerate.
26430         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26431         build-pt-chown is enabled.
26432         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26433         pt_chown to fix pty ownership.
26434         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26435         CLOSE_ALL_FDS.
26436         * manual/install.texi (Configuring and compiling): Mention
26437         --enable-pt_chown. Add @findex for grantpt.
26438         * INSTALL: Regenerate.
26440 2013-07-20  David S. Miller  <davem@davemloft.net>
26442         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26443         difference between 32-bit and 64-bit.
26445 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26447         [BZ #15711]
26448         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26449         Avoid system header dependency with -ffreestanding.
26450         ($(objpfx)bits/syscall%d): Likewise.
26452 2013-07-13  David S. Miller  <davem@davemloft.net>
26454         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26455         underflows from atanl/atan2l due to bug 15319.
26456         (casinh_test_data): Likewise.
26458 2013-07-07  David S. Miller  <davem@davemloft.net>
26460         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26462 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26464         * sysdeps/i386/fpu/libm-test-ulps: Update.
26465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26467 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26469         * configure.in (--enable-lock-elision): Fix message text.
26470         * INSTALL: Regenerate.
26471         * configure: Regenerate.
26473 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26475         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26477 2013-07-03  Andreas Jaeger  <aj@suse.de>
26479         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26480         define.
26481         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26482         (ptrace_peeksiginfo_args): Add.
26483         (__ptrace_peeksiginfo_flags): Add.
26484         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26485         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26486         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26488 2013-07-03  Allan McRae  <allan@archlinux.org>
26490         * sysdeps/i386/fpu/libm-test-ulps: Update.
26492 2013-07-02  David S. Miller  <davem@davemloft.net>
26494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26496 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26498         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26500 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26502         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26505 2013-07-02  Andi Kleen <ak@linux.intel.com>
26507         * config.h.in (ENABLE_LOCK_ELISION): Add.
26508         * configure.in (--enable-lock-elision): Add option.
26509         * manual/install.texi: Document --enable lock elision.
26510         * configure: Regenerate
26511         * INSTALL: Regenerate.
26513 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26515         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26516         SSE4.2 strcasecmp for libc.a.
26517         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26519 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26521         [BZ #13304]
26522         * soft-fp/op-common.h (_FP_FMA): New macro.
26523         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26524         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26525         (_FP_MUL_MEAT_1_imm): ... here.
26526         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26527         (_FP_MUL_MEAT_1_wide): ... here.
26528         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26529         (_FP_MUL_MEAT_1_hard): ... here.
26530         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26531         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26532         (_FP_MUL_MEAT_2_wide): ... here.
26533         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26534         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26535         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26536         (_FP_MUL_MEAT_2_gmp): ... here.
26537         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26538         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26539         (_FP_MUL_MEAT_4_wide): ... here.
26540         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26541         (_FP_MUL_MEAT_4_gmp): ... here.
26542         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26543         (_FP_WFRACBITS_DW_S): Likewise.
26544         (_FP_WFRACXBITS_DW_S): Likewise.
26545         (_FP_HIGHBIT_DW_S): Likewise.
26546         (FP_FMA_S): Likewise.
26547         (_FP_FRAC_HIGH_DW_S): Likewise.
26548         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26549         (_FP_WFRACBITS_DW_D): Likewise.
26550         (_FP_WFRACXBITS_DW_D): Likewise.
26551         (_FP_HIGHBIT_DW_D): Likewise.
26552         (FP_FMA_D): Likewise.
26553         (_FP_FRAC_HIGH_DW_D): Likewise.
26554         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26555         (_FP_WFRACBITS_DW_E): Likewise.
26556         (_FP_WFRACXBITS_DW_E): Likewise.
26557         (_FP_HIGHBIT_DW_E): Likewise.
26558         (FP_FMA_E): Likewise.
26559         (_FP_FRAC_HIGH_DW_E): Likewise.
26560         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26561         (_FP_WFRACBITS_DW_Q): Likewise.
26562         (_FP_WFRACXBITS_DW_Q): Likewise.
26563         (_FP_HIGHBIT_DW_Q): Likewise.
26564         (FP_FMA_Q): Likewise.
26565         (_FP_FRAC_HIGH_DW_Q): Likewise.
26566         * soft-fp/fmasf4.c: New file.
26567         * soft-fp/fmadf4.c: Likewise.
26568         * soft-fp/fmatf4.c: Likewise.
26570 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26572         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26573         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26574         Silvermont.
26575         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26576         macro.
26577         (index_Slow_SSE4_2): Likewise.
26578         (index_Prefer_PMINUB_for_stringop): Likewise.
26579         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26580         bit_Slow_SSE4_2 is set.
26581         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26582         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26584 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26586         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26587         rtld_global._dl_hwcap2.
26588         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26589         POWER8.
26590         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26591         POWER8 feature descriptions defined in _dl_hwcap2.
26592         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26593         string handling for POWER8 feature bits.
26594         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26595         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26596         _dl_powerpc_cap_flags.
26597         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26598         * sysdeps/powerpc/rtld-global-offsets.sym
26599         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26600         _dl_hwcap2 in the rtld_global_ro structure.
26602 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26604         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26605         hardware capabilities in support of AT_HWCAP2.
26606         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26607         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26608         GLRO(dl_hwcap2).
26609         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26610         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26611         explicitly the unknown a_type display mechanism is used.
26612         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26613         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26614         struct member.
26615         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26616         to macro prototype for AT_HWCAP2 support.
26617         * sysdeps/i386/dl-procinfo.h: Likewise.
26618         * sysdeps/s390/dl-procinfo.h: Likewise.
26619         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26620         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26621         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26622         return -1 for unknown a_type display fallback.
26623         * sysdeps/sparc/dl-procinfo.h: Likewise.
26624         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26625         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26627 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26629         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26630         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26632 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26634         [BZ #12492]
26635         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26636         mprotect making __stack_prot writable.
26638 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26639             Joseph Myers  <joseph@codesourcery.com>
26641         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26642         as being properly aligned.
26644 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26646         * dlfcn/modstatic5.c: New file.
26647         * dlfcn/tststatic5.c: New file.
26648         * dlfcn/Makefile (tests): Add tststatic5.
26649         (tests-static): Likewise.
26650         (modules-names): Add modstatic5.
26651         (tststatic5-ENV): New variable.
26652         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26654         [BZ #15022]
26655         * elf/dl-support.c (_dl_main_map): New variable.
26656         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26657         (_dl_nns, _dl_load_adds): Set to 1.
26658         (_dl_initial_searchlist): Refer to _dl_main_map.
26659         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26660         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26661         call to _dl_get_origin.
26662         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26663         around call_map.
26664         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26665         * dlfcn/modstatic3.c: New file.
26666         * dlfcn/tststatic3.c: New file.
26667         * dlfcn/tststatic4.c: New file.
26668         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26669         (tests-static): Likewise.
26670         (modules-names): Add modstatic3.
26671         (tststatic3-ENV, tststatic4-ENV): New variables.
26672         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26673         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26675 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26677         * configure.in (CC): Require GCC version 4.4 or later.
26678         * configure: Regenerated.
26679         * manual/install.texi (Tools for Compilation): Update GCC version
26680         requirement.
26681         * INSTALL: Regenerated.
26683 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26685         [BZ #15674]
26686         * string/test-memcmp.c (check2): New.
26687         (main): Call check2.
26689         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26691 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26693         [BZ #15022]
26694         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26695         over to...
26696         (dl_open_worker) [!SHARED]: ... here.
26698 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26700         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26702 2013-06-25  Richard Henderson  <rth@redhat.com>
26704         * locale/programs/locarchive.c: Include <libc-internal.h>
26706 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26708         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26709         trailing whitespace removed.
26711 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26713         [BZ #10283]
26714         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26715         * locale/programs/locarchive.c: Include libc-mmap.h.
26716         (prepare_address_space): Take two new outputs (the mmap base and len).
26717         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26718         values.
26719         (create_archive): Declare new mmap base and len values for
26720         prepare_address_space, and store the result in ah.
26721         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26722         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26723         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26724         Declare new mmap base and len values for
26725         prepare_address_space, and store the result in new_ah.
26726         (open_archive): Declare new mmap base and len values for
26727         prepare_address_space, and store the result in ah.
26728         (close_archive): If ah->mmap_base is not NULL, use that and
26729         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26730         * sysdeps/generic/libc-mmap.h: New file.
26732 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26734         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26735         (ALIGN_UP): Likewise.
26736         (PTR_ALIGN_DOWN): Likewise.
26737         (PTR_ALIGN_UP): Likewise.
26739 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26741         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26742         entry mapped to PPC_PLATFORM_POWER8.
26743         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26744         POWER8.
26745         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26746         (_dl_string_platform): Add case for exporting platform position for
26747         POWER8.
26748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26749         search path to sysdeps/powerpc/powerpc32/power8 directory.
26750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26751         search path to sysdeps/powerpc/powerpc64/power8 directory.
26752         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26753         power7 directories.
26754         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26755         power7 directories.
26757 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26759         * INSTALL: Regenerate.
26761         * nscd/connections.c (nscd_init): Fix comment.
26763 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26765         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26767         [BZ #15667]
26768         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26769         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26771 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26773         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26774         DL_DST_REQ_STATIC.
26775         (DL_DST_REQ_STATIC): Remove macro.
26777 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26779         [BZ #7006]
26780         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26781         with a shift of 0 bits.
26783 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26785         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26786         $(tststatic-ENV).
26788 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26790         [BZ #15655]
26791         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26793 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26795         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26796         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26797         accepts -fno-tree-loop-distribute-patterns.
26798         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26799         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26800         recursive call.
26801         * string/memset.c (memset): Likewise.
26802         * string/test-memmove.c (simple_memmove): Disable loop transformation
26803         to library calls.
26804         * string/test-memset.c (simple_memset): Likewise.
26805         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26806         * benchtests/bench-memset.c (simple_memset): Likewise.
26807         * configure: Regenerated.
26809 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26811         * math/test-misc.c (main): Ignore fesetround failure when failures
26812         of subsequent rounding tests would be ignored.
26814         [BZ #15654]
26815         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26816         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26817         * math/fegetenv.c (__fegetenv): Return 0.
26818         * math/fegetexcept.c (fegetexcept): Return 0.
26819         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26820         FE_TONEAREST.
26821         * math/feholdexcpt.c (feholdexcept): Return 0.
26822         * math/fesetenv.c (__fesetenv): Return 0.
26823         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26824         argument FE_TONEAREST.
26825         * math/feupdateenv.c (__feupdateenv): Return 0.
26826         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26828 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26830         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26831         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26832         ($(objpfx)rtld-%.os rules): Use them.
26834 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26836         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26837         fields.
26839 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26841         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26842         length of target pattern, then descending length of dependency pattern.
26843         * configure.in (AWK): Require gawk 3.1.2 or newer.
26844         * manual/install.texi (Tools for Compilation): Say that we do.
26845         * configure: Regenerated.
26847         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26848         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26849         * scripts/sysd-rules.awk: ... this new script.
26850         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26851         than a glob-style pattern.
26853 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26855         * math/test-misc.c (main): Do not treat incorrectly rounded
26856         conversions as failure unless ROUNDING_TESTS passes.
26858 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26860         [BZ #15631]
26861         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26862         restore exception state around main square root computation, then
26863         check for inexactness explicitly.
26865         * math/libm-test.inc (fma_test_data): Add another test.
26867 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26869         * manual/threads.texi (Non-POSIX Extensions): New document
26870         node.  Document pthread_getattr_default_np and
26871         pthread_setattr_default_np.
26873         * Versions.def (libpthread): Add GLIBC_2.18.
26874         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26876         Likewise.
26877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26878         Likewise.
26879         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26880         Likewise.
26881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26882         Likewise.
26883         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26884         Likewise.
26885         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26886         Likewise.
26887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26888         Likewise.
26889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26890         Likewise.
26891         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26892         Likewise.
26894 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26896         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26897         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26899 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26900             H.J. Lu  <hjl.tools@gmail.com>
26902         [BZ #15627]
26903         * sysdeps/x86_64/rtld-memset.c: Remove file.
26904         * sysdeps/x86_64/rtld-memset.S: New file.
26906 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26908         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26909         (test_in_one_mode): Take arguments for whether the rounding mode
26910         is supported for each floating-point type.
26911         (do_test): Pass new arguments to test_in_one_mode using
26912         ROUNDING_TESTS.
26914 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26916         * posix/tst-waitid.c (do_test): Distinguish different instances of
26917         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26918         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26919         before entering the kernel for waitpid.
26921 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26923         * NEWS: Fix note on clock function precision.  Text by Roland
26924         McGrath.
26926 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26928         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26929         it into place only when and if the sanity check passes.
26931 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26933         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26934         output for whether conversion result is exact.  Take argument
26935         indicating whether type is IBM long double.
26936         (round_for_all): Change need_exact field to ibm_ld.
26937         * stdlib/tst-strtod-round.c (struct exactness): New type.
26938         (struct test): Change bool ld_ok field to struct exactness exact.
26939         (TEST): Update all definitions for change to field.
26940         (tests): Regenerate array contents.
26941         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26942         field value.  Check for IBM long double here.
26943         (do_test): Update calls to test_in_one_mode.
26945 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26947         [BZ #12515]
26948         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26949         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26951 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26953         [BZ #15605]
26954         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26955         generated by the compiler on loop optimizations.
26956         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26957         general definitions.
26959 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26961         * math/bug-nextafter.c: Include <math-tests.h>.
26962         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26963         the relevant type.
26964         * math/bug-nexttoward.c: Include <math-tests.h>.
26965         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26966         the relevant type.
26967         * math/test-misc.c: Include <math-tests.h>.
26968         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26969         the relevant type.
26971 2013-06-12  Andreas Jaeger  <aj@suse.de>
26973         * po/ia.po: Update Interlingua translation from translation
26974         project.
26976 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26978         * include/fenv.h: Include stdbool.h.
26979         (struct rm_ctx): New structure.
26980         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26981         Define macro.
26982         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26983         (SET_RESTORE_ROUNDF): Likewise.
26984         (SET_RESTORE_ROUNDL): Likewise.
26985         (SET_RESTORE_ROUND_NOEX): Likewise.
26986         (SET_RESTORE_ROUND_NOEXF): Likewise.
26987         (SET_RESTORE_ROUND_NOEXL): Likewise.
26988         (SET_RESTORE_ROUND_53BIT): Likewise.
26989         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26990         (libc_feresetround_noexf_ctx): Likewise.
26991         (libc_feresetround_noexl_ctx): Likewise.
26992         (libc_feholdsetround_53bit_ctx): Likewise.
26993         (libc_feresetround_53bit_ctx): Likewise.
26994         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26995         (libc_feholdexcept_setround_sse_ctx): New function.
26996         (libc_fesetenv_sse_ctx): Likewise.
26997         (libc_feupdateenv_sse_ctx): Likewise.
26998         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26999         (libc_feholdexcept_setround_387_ctx): Likewise.
27000         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27001         (libc_feholdsetround_387_prec_ctx): Likewise.
27002         (libc_feholdsetround_387_ctx): Likewise.
27003         (libc_feholdsetround_387_53bit_ctx): Likewise.
27004         (libc_feholdsetround_sse_ctx): Likewise.
27005         (libc_feresetround_sse_ctx): Likewise.
27006         (libc_feresetround_387_ctx): Likewise.
27007         (libc_feupdateenv_387_ctx): Likewise.
27008         (libc_feholdexcept_setroundf_ctx): Define macro.
27009         (libc_fesetenvf_ctx): Likewise.
27010         (libc_feupdateenvf_ctx): Likewise.
27011         (libc_feholdsetroundf_ctx): Likewise.
27012         (libc_feresetroundf_ctx): Likewise.
27013         (libc_feholdexcept_setround_ctx): Likewise.
27014         (libc_fesetenv_ctx): Likewise.
27015         (libc_feupdateenv_ctx): Likewise.
27016         (libc_feholdsetround_ctx): Likewise.
27017         (libc_feresetround_ctx): Likewise.
27018         (libc_feholdexcept_setroundl_ctx): Likewise.
27019         (libc_feupdateenvl_ctx): Likewise.
27020         (libc_feholdsetroundl_ctx): Likewise.
27021         (libc_feresetroundl_ctx): Likewise.
27022         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27023         (libc_feresetround_53bit_ctx): Likewise.
27025 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27027         * locale/iso-639.def: Convert to UTF-8.
27029 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27031         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27032         (EXCEPTION_TESTS_double): Likewise.
27033         (EXCEPTION_TESTS_long_double): Likewise.
27034         (EXCEPTION_TESTS): Likewise.
27035         * math/libm-test.inc (test_exceptions): Only test exceptions if
27036         EXCEPTION_TESTS (FLOAT).
27038 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27040         * benchtests/Makefile (string-bench): Add strcpy_chk and
27041         stpcpy_chk.
27042         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27043         * benchtests/bench-stpcpy_chk.c: New file.
27044         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27045         * benchtests/bench-strcpy_chk.c: New file.
27046         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27047         code.
27048         (do_test): Likewise.
27050 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27052         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27053         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27054         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27055         with tabs where appropriate.
27056         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27057         dl-procinfo.h.
27058         [PPC_PLATFORM_PPC440]: Likewise.
27059         [PPC_PLATFORM_PPC464]: Likewise.
27060         [PPC_PLATFORM_PPC476]: Likewise.
27061         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27062         ppc464, and ppc476 platform strings merging from ports/
27063         dl-procinfo.h.
27065 2013-06-11  Andreas Schwab  <schwab@suse.de>
27067         [BZ #14991]
27068         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27069         (from_ucs4_idx): Regenerate.
27070         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27071         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27072         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27073         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27074         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27075         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27076         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27077         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27078         from FROM_LOOP and TO_LOOP specific macros.
27079         (BODY): Handle combining characters.
27080         * iconvdata/BIG5HKSCS.irreversible: Update.
27081         * iconvdata/BIG5HKSCS.precomposed: New file.
27082         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27083         characters.
27084         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27086 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27088         * include/sys/time.h: Fix indentation and add copyright header.
27090         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27091         (do_test): Likewise.
27092         * string/test-memchr.c (do_one_test): Likewise.
27093         (do_test): Likewise.
27094         * string/test-memcmp.c (do_one_test): Likewise.
27095         (do_test): Likewise.
27096         * string/test-memcpy.c (do_one_test): Likewise.
27097         (do_test): Likewise.
27098         * string/test-memmem.c (do_one_test): Likewise.
27099         (do_test): Likewise.
27100         (do_random_tests): Likewise.
27101         * string/test-memmove.c (do_one_test): Likewise.
27102         (do_test): Likewise.
27103         * string/test-memset.c (do_one_test): Likewise.
27104         (do_test): Likewise.
27105         * string/test-rawmemchr.c (do_one_test): Likewise.
27106         (do_test): Likewise.
27107         * string/test-strcasecmp.c (do_one_test): Likewise.
27108         (do_test): Likewise.
27109         * string/test-strcasestr.c (do_one_test): Likewise.
27110         (do_test): Likewise.
27111         * string/test-strcat.c (do_one_test): Likewise.
27112         (do_test): Likewise.
27113         * string/test-strchr.c (do_one_test): Likewise.
27114         (do_test): Likewise.
27115         * string/test-strcmp.c (do_one_test): Likewise.
27116         (do_test): Likewise.
27117         * string/test-strcpy.c (do_one_test): Likewise.
27118         (do_test): Likewise.
27119         * string/test-string.h: Likewise.
27120         (test_init): Likewise.
27121         * string/test-strlen.c (do_one_test): Likewise.
27122         (do_test): Likewise.
27123         * string/test-strncasecmp.c (do_one_test): Likewise.
27124         (do_test): Likewise.
27125         * string/test-strncat.c (do_one_test): Likewise.
27126         (do_test): Likewise.
27127         * string/test-strncmp.c (do_one_test): Likewise.
27128         (do_test_limit): Likewise.
27129         (do_test): Likewise.
27130         * string/test-strncpy.c (do_one_test): Likewise.
27131         (do_test): Likewise.
27132         * string/test-strnlen.c (do_one_test): Likewise.
27133         (do_test): Likewise.
27134         * string/test-strpbrk.c (do_one_test): Likewise.
27135         (do_test): Likewise.
27136         * string/test-strrchr.c (do_one_test): Likewise.
27137         (do_test): Likewise.
27138         * string/test-strspn.c (do_one_test): Likewise.
27139         (do_test): Likewise.
27140         * string/test-strstr.c (do_one_test): Likewise.
27141         (do_test): Likewise.
27143         * benchtests/Makefile (string-bench): Add string benchmarks.
27144         * benchtests/bench-bcopy-ifunc.c: New file.
27145         * benchtests/bench-bcopy.c: New file.
27146         * benchtests/bench-bzero-ifunc.c: New file.
27147         * benchtests/bench-bzero.c: New file.
27148         * benchtests/bench-memccpy-ifunc.c: New file.
27149         * benchtests/bench-memccpy.c: New file.
27150         * benchtests/bench-memchr-ifunc.c: New file.
27151         * benchtests/bench-memchr.c: New file.
27152         * benchtests/bench-memcmp-ifunc.c: New file.
27153         * benchtests/bench-memcmp.c: New file.
27154         * benchtests/bench-memmem-ifunc.c: New file.
27155         * benchtests/bench-memmem.c: New file.
27156         * benchtests/bench-memmove-ifunc.c: New file.
27157         * benchtests/bench-memmove.c: New file.
27158         * benchtests/bench-mempcpy-ifunc.c: New file.
27159         * benchtests/bench-mempcpy.c: New file.
27160         * benchtests/bench-memset-ifunc.c: New file.
27161         * benchtests/bench-memset.c: New file.
27162         * benchtests/bench-rawmemchr-ifunc.c: New file.
27163         * benchtests/bench-rawmemchr.c: New file.
27164         * benchtests/bench-stpcpy-ifunc.c: New file.
27165         * benchtests/bench-stpcpy.c: New file.
27166         * benchtests/bench-stpncpy-ifunc.c: New file.
27167         * benchtests/bench-stpncpy.c: New file.
27168         * benchtests/bench-strcasecmp-ifunc.c: New file.
27169         * benchtests/bench-strcasecmp.c: New file.
27170         * benchtests/bench-strcasestr-ifunc.c: New file.
27171         * benchtests/bench-strcasestr.c: New file.
27172         * benchtests/bench-strcat-ifunc.c: New file.
27173         * benchtests/bench-strcat.c: New file.
27174         * benchtests/bench-strchr-ifunc.c: New file.
27175         * benchtests/bench-strchr.c: New file.
27176         * benchtests/bench-strchrnul-ifunc.c: New file.
27177         * benchtests/bench-strchrnul.c: New file.
27178         * benchtests/bench-strcmp-ifunc.c: New file.
27179         * benchtests/bench-strcmp.c: New file.
27180         * benchtests/bench-strcpy-ifunc.c: New file.
27181         * benchtests/bench-strcpy.c: New file.
27182         * benchtests/bench-strcspn-ifunc.c: New file.
27183         * benchtests/bench-strcspn.c: New file.
27184         * benchtests/bench-strlen-ifunc.c: New file.
27185         * benchtests/bench-strlen.c: New file.
27186         * benchtests/bench-strncasecmp-ifunc.c: New file.
27187         * benchtests/bench-strncasecmp.c: New file.
27188         * benchtests/bench-strncat-ifunc.c: New file.
27189         * benchtests/bench-strncat.c: New file.
27190         * benchtests/bench-strncmp-ifunc.c: New file.
27191         * benchtests/bench-strncmp.c: New file.
27192         * benchtests/bench-strncpy-ifunc.c: New file.
27193         * benchtests/bench-strncpy.c: New file.
27194         * benchtests/bench-strnlen-ifunc.c: New file.
27195         * benchtests/bench-strnlen.c: New file.
27196         * benchtests/bench-strpbrk-ifunc.c: New file.
27197         * benchtests/bench-strpbrk.c: New file.
27198         * benchtests/bench-strrchr-ifunc.c: New file.
27199         * benchtests/bench-strrchr.c: New file.
27200         * benchtests/bench-strspn-ifunc.c: New file.
27201         * benchtests/bench-strspn.c: New file.
27202         * benchtests/bench-strstr-ifunc.c: New file.
27203         * benchtests/bench-strstr.c: New file.
27205         * benchtests/Makefile: Disable parallel execution of targets.
27206         (string-bench): Add memcpy.
27207         (benchset): New variable to store a list of benchmark sets.
27208         (bench-func): Renamed from bench.
27209         (bench-set): New target.
27210         (bench): Depend on bench-func and bench-set.
27211         * benchtests/README: Add section on benchmark sets.
27212         * benchtests/bench-memcpy-ifunc.c: New file.
27213         * benchtests/bench-memcpy.c: New file.
27214         * benchtests/bench-string.h: New file.
27216 2013-06-11  Andreas Schwab  <schwab@suse.de>
27218         [BZ #15577]
27219         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27220         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27221         values in the triple.
27222         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27223         terminator in the group key.
27225 2013-06-11  Andreas Jaeger  <aj@suse.de>
27227         * po/zh_TW.po: Update Chinese (traditional) translation from
27228         translation project.
27230 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27232         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27233         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27234         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27235         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27236         (clock_getcpuclockid): Likewise.
27237         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27238         Add weak_alias and libc_hidden_def.
27239         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27240         * rt/clock_gettime.c (clock_gettime): Rename to
27241         __clock_gettime.  Add weak_alias and libc_hidden_def.
27242         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27243         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27244         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27245         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27246         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27247         Likewise.
27248         * rt/clock_settime.c (clock_settime): Rename to
27249         __clock_settime.  Add weak_alias and libc_hidden_def.
27250         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27252 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27254         * mach/err_boot.sub: Remove trailing whitespace.
27255         * mach/err_ipc.sub: Likewise.
27256         * mach/err_mach.sub: Likewise.
27258         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27259         (ROUNDING_TESTS_double): Likewise.
27260         (ROUNDING_TESTS_long_double): Likewise.
27261         (ROUNDING_TESTS): Likewise.
27262         * math/libm-test.inc: Include <math-tests.h>.
27263         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27264         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27265         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27266         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27268 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27270         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27271         of assigning.
27273 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27275         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27276         otherwise empty TRANS lines.
27277         * sysdeps/gnu/errlist.c: Regenerated.
27279         * catgets/gencat.c (error_print): Use (void) in function
27280         definition.
27281         * crypt/crypt_util.c (__init_des): Likewise.
27282         * crypt/speeds.c (Stop): Likewise.
27283         (main): Likewise.
27284         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27285         * inet/ruserpass.c (token): Likewise.
27286         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27287         * intl/localealias.c (extend_alias_table): Likewise.
27288         * intl/plural-exp.c (init_germanic_plural): Likewise.
27289         * libio/fcloseall.c (__fcloseall): Likewise.
27290         * libio/genops.c (_IO_flush_all): Likewise.
27291         (_IO_flush_all_linebuffered): Likewise.
27292         (_IO_cleanup): Likewise.
27293         (_IO_iter_begin): Likewise.
27294         (_IO_iter_end): Likewise.
27295         (_IO_list_lock): Likewise.
27296         (_IO_list_unlock): Likewise.
27297         (_IO_list_resetlock): Likewise.
27298         * libio/getchar.c (getchar): Likewise.
27299         * libio/getchar_u.c (getchar_unlocked): Likewise.
27300         * libio/getwchar.c (getwchar): Likewise.
27301         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27302         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27303         * login/getpt.c (__getpt): Likewise.
27304         * login/tst-utmp.c (main): Likewise.
27305         * malloc/hooks.c (__malloc_check_init): Likewise.
27306         * malloc/malloc.c (__malloc_stats): Likewise.
27307         * malloc/mtrace.c (tr_break): Likewise.
27308         (mtrace): Likewise.
27309         (muntrace): Likewise.
27310         * misc/fstab.c (endfsent): Likewise.
27311         * misc/getclktck.c (__getclktck): Likewise.
27312         * misc/getdtsz.c (__getdtablesize): Likewise.
27313         * misc/gethostid.c (gethostid): Likewise.
27314         * misc/getpagesize.c (__getpagesize): Likewise.
27315         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27316         (__get_nprocs): Likewise.
27317         (__get_phys_pages): Likewise.
27318         (__get_avphys_pages): Likewise.
27319         * misc/getttyent.c (getttyent): Likewise.
27320         (setttyent): Likewise.
27321         (endttyent): Likewise.
27322         * misc/getusershell.c (getusershell): Likewise.
27323         (endusershell): Likewise.
27324         (setusershell): Likewise.
27325         (initshells): Likewise.
27326         * misc/hsearch.c (__hdestroy): Likewise.
27327         * misc/sync.c (sync): Likewise.
27328         * misc/syslog.c (closelog_internal): Likewise.
27329         (closelog): Likewise.
27330         * misc/ttyslot.c (ttyslot): Likewise.
27331         * misc/vhangup.c (vhangup): Likewise.
27332         * posix/fork.c (__fork): Likewise.
27333         * posix/getegid.c (__getegid): Likewise.
27334         * posix/geteuid.c (__geteuid): Likewise.
27335         * posix/getgid.c (__getgid): Likewise.
27336         * posix/getpid.c (__getpid): Likewise.
27337         * posix/getppid.c (__getppid): Likewise.
27338         * posix/getuid.c (__getuid): Likewise.
27339         * posix/pause.c (pause): Likewise.
27340         * posix/setpgrp.c (setpgrp): Likewise.
27341         * posix/setsid.c (__setsid): Likewise.
27342         * posix/test-vfork.c (noop): Likewise.
27343         * resolv/gethnamaddr.c (_endhtent): Likewise.
27344         (_gethtent): Likewise.
27345         (ht_endhostent): Likewise.
27346         (gethostent): Likewise.
27347         (dns_service): Likewise.
27348         * stdlib/drand48.c (drand48): Likewise.
27349         * stdlib/lrand48.c (lrand48): Likewise.
27350         * stdlib/mrand48.c (mrand48): Likewise.
27351         * stdlib/rand.c (rand): Likewise.
27352         * stdlib/random.c (__random): Likewise.
27353         * stdlib/setenv.c (clearenv): Likewise.
27354         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27355         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27356         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27357         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27358         (__get_nprocs): Likewise.
27359         (__get_phys_pages): Likewise.
27360         (__get_avphys_pages): Likewise.
27361         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27362         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27363         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27364         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27365         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27366         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27367         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27368         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27369         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27370         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27371         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27372         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27373         * sysdeps/posix/clock.c (clock): Likewise.
27374         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27375         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27376         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27377         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27378         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27379         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27380         (__get_nprocs_conf): Likewise.
27381         (__get_phys_pages): Likewise.
27382         (__get_avphys_pages): Likewise.
27383         * time/clock.c (clock): Likewise.
27384         * time/tzset.c (__tzname_max): Likewise.
27386 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27388         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27389         (__bswap_32): Do not use "register".
27390         * crypt/crypt.c (_ufc_doit_r): Likewise.
27391         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27392         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27393         * gmon/gmon.c (__monstartup): Likewise.
27394         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27395         * hurd/hurdmalloc.c (more_memory): Likewise.
27396         (malloc): Likewise.
27397         (free): Likewise.
27398         (realloc): Likewise.
27399         (malloc_fork_prepare): Likewise.
27400         (malloc_fork_parent): Likewise.
27401         (malloc_fork_child): Likewise.
27402         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27403         (_svcauth_des): Likewise.
27404         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27405         * inet/inet_net.c (inet_network): Likewise.
27406         * inet/inet_netof.c (inet_netof): Likewise.
27407         * inet/rcmd.c (__validuser2_sa): Likewise.
27408         * io/fts.c (fts_open): Likewise.
27409         (fts_load): Likewise.
27410         (fts_close): Likewise.
27411         (fts_read): Likewise.
27412         (fts_children): Likewise.
27413         (fts_build): Likewise.
27414         (fts_stat): Likewise.
27415         (fts_sort): Likewise.
27416         (fts_alloc): Likewise.
27417         (fts_lfree): Likewise.
27418         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27419         (_IO_file_xsgetn): Likewise.
27420         (_IO_file_xsgetn_mmap): Likewise.
27421         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27422         (_IO_cookie_write): Likewise.
27423         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27424         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27425         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27426         * malloc/obstack.c (_obstack_begin): Likewise.
27427         (_obstack_begin_1): Likewise.
27428         (_obstack_newchunk): Likewise.
27429         (_obstack_allocated_p): Likewise.
27430         (obstack_free): Likewise.
27431         (_obstack_memory_used): Likewise.
27432         * misc/getttyent.c (getttynam): Likewise.
27433         (getttyent): Likewise.
27434         (skip): Likewise.
27435         (value): Likewise.
27436         * misc/getusershell.c (initshells): Likewise.
27437         * misc/syslog.c (__vsyslog_chk): Likewise.
27438         * misc/ttyslot.c (ttyslot): Likewise.
27439         * nis/nis_hash.c (__nis_hash): Likewise.
27440         * posix/fnmatch_loop.c (FCT): Likewise.
27441         * posix/getconf.c (print_all): Likewise.
27442         (main): Likewise.
27443         * posix/getopt.c (exchange): Likewise.
27444         * posix/glob.c (globfree): Likewise.
27445         (prefix_array): Likewise.
27446         (__glob_pattern_type): Likewise.
27447         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27448         (NS_GET32): Likewise.
27449         (NS_PUT16): Likewise.
27450         (NS_PUT32): Likewise.
27451         * resolv/gethnamaddr.c (getanswer): Likewise.
27452         (gethostbyname2): Likewise.
27453         (gethostbyaddr): Likewise.
27454         (_gethtent): Likewise.
27455         (_gethtbyname2): Likewise.
27456         (_gethtbyaddr): Likewise.
27457         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27458         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27459         * resolv/res_init.c (__res_vinit): Likewise.
27460         (net_mask): Likewise.
27461         * resolv/res_mkquery.c (outchar): Likewise.
27462         (PRINT): Likewise.
27463         * stdio-common/printf_fp.c (outchar): Likewise.
27464         (PRINT): Likewise.
27465         * stdio-common/printf_fphex.c (outchar): Likewise.
27466         (PRINT): Likewise.
27467         * stdio-common/printf_size.c (outchar): Likewise.
27468         (PRINT): Likewise.
27469         * stdio-common/test_rdwr.c (main): Likewise.
27470         * stdio-common/tfformat.c (matches): Likewise.
27471         * stdio-common/vfprintf.c (outchar): Likewise.
27472         (printf_unknown): Likewise.
27473         (buffered_vfprintf): Likewise.
27474         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27475         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27476         (ReadFile): Likewise.
27477         * stdlib/qsort.c (SWAP): Likewise.
27478         (_quicksort): Likewise.
27479         * stdlib/setenv.c (__add_to_environ): Likewise.
27480         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27481         * stdlib/strtol_l.c (__strtol_l): Likewise.
27482         * stdlib/tst-strtod.c (main): Likewise.
27483         * stdlib/tst-strtol.c (main): Likewise.
27484         * stdlib/tst-strtoll.c (main): Likewise.
27485         * string/bits/string2.h (__strcmp_cc): Likewise.
27486         (__strcmp_cg): Likewise.
27487         (__strcspn_c1): Likewise.
27488         (__strcspn_c2): Likewise.
27489         (__strcspn_c3): Likewise.
27490         (__strspn_c1): Likewise.
27491         (__strspn_c2): Likewise.
27492         (__strspn_c3): Likewise.
27493         (__strsep_1c): Likewise.
27494         (__strsep_2c): Likewise.
27495         (__strsep_3c): Likewise.
27496         * string/memccpy.c (__memccpy): Likewise.
27497         * string/stpcpy.c (__stpcpy): Likewise.
27498         * string/strcmp.c (strcmp): Likewise.
27499         * string/strrchr.c (strrchr): Likewise.
27500         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27501         Likewise.
27502         * sysdeps/mach/hurd/getcwd.c
27503         (_hurd_canonicalize_directory_name_internal): Likewise.
27504         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27505         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27506         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27507         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27508         Likewise, in both definitions.
27509         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27510         definitions.
27511         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27512         64] (__bswap_64): Likewise.
27513         * time/test_time.c (main): Likewise.
27514         * time/tzfile.c (__tzfile_read): Likewise.
27515         (__tzfile_compute): Likewise.
27516         * time/tzset.c (__tzset_parse_tz): Likewise.
27517         (tzset_internal): Likewise.
27518         (compute_change): Likewise.
27519         * wcsmbs/wcscat.c (__wcscat): Likewise.
27520         * wcsmbs/wcschr.c (wcschr): Likewise.
27521         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27522         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27523         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27524         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27525         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27526         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27527         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27528         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27529         * wcsmbs/wmemset.c (wmemset): Likewise.
27531 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27533         * scripts/config.guess: Update to version 2013-05-16.
27534         * scripts/config.sub: Update to version 2013-04-24.
27535         * scripts/install-sh: Update to version 2011-11-20.07.
27536         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27537         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27539 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27541         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27542         * elf/sln.c: Likewise.
27543         * hurd/hurd/ioctl.h: Likewise.
27544         * hurd/hurdmalloc.c: Likewise.
27545         * hurd/xattr.c: Likewise.
27546         * include/shlib-compat.h: Likewise.
27547         * inet/ruserpass.c: Likewise.
27548         * libio/iofgets_u.c: Likewise.
27549         * libio/iofgetws_u.c: Likewise.
27550         * locale/programs/ld-identification.c: Likewise.
27551         * locale/programs/ld-time.c: Likewise.
27552         * mach/msg-destroy.c: Likewise.
27553         * nss/nss_files/files-netgrp.c: Likewise.
27554         * resolv/res_data.c: Likewise.
27555         * soft-fp/op-1.h: Likewise.
27556         * soft-fp/op-2.h: Likewise.
27557         * soft-fp/op-4.h: Likewise.
27558         * soft-fp/op-common.h: Likewise.
27559         * stdio-common/printf_fphex.c: Likewise.
27560         * stdlib/strtod_l.c: Likewise.
27561         * sunrpc/rpc/clnt.h: Likewise.
27562         * sysdeps/generic/framestate.c: Likewise.
27563         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27564         * sysdeps/i386/bsd-setjmp.S: Likewise.
27565         * sysdeps/i386/__longjmp.S: Likewise.
27566         * sysdeps/i386/setjmp.S: Likewise.
27567         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27568         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27569         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27570         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27571         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27572         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27573         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27574         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27575         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27576         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27577         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27578         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27579         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27580         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27581         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27582         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27583         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27584         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27585         * sysdeps/ieee754/support.c: Likewise.
27586         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27587         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27588         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27589         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27590         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27591         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27592         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27593         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27594         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27595         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27596         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27597         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27598         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27599         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27600         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27601         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27602         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27605 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27607         * posix/transbug.c: Remove executable mode.
27609 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27611         * crypt/speeds.c: Remove trailing whitespace.
27612         * dlfcn/default.c: Likewise.
27613         * elf/ifuncdep2.c: Likewise.
27614         * elf/ifuncmain1.c: Likewise.
27615         * elf/ifuncmain1vis.c: Likewise.
27616         * elf/testobj.h: Likewise.
27617         * elf/tst-stackguard1.c: Likewise.
27618         * gmon/sys/gmon.h: Likewise.
27619         * hurd/hurdmsg.c: Likewise.
27620         * hurd/new-fd.c: Likewise.
27621         * hurd/ports-get.c: Likewise.
27622         * iconvdata/ibm1008_420.c: Likewise.
27623         * inet/tst-getni1.c: Likewise.
27624         * inet/tst-getni2.c: Likewise.
27625         * libio/ioungetc.c: Likewise.
27626         * libio/wfiledoalloc.c: Likewise.
27627         * manual/libm-err-tab.pl: Likewise.
27628         * math/w_dremf.c: Likewise.
27629         * misc/ftruncate.c: Likewise.
27630         * posix/bug-glob2.c: Likewise.
27631         * posix/tst-pcre.c: Likewise.
27632         * posix/wait4.c: Likewise.
27633         * resolv/README: Likewise.
27634         * resolv/res_debug.h: Likewise.
27635         * resolv/tst-inet_ntop.c: Likewise.
27636         * setjmp/bug269-setjmp.c: Likewise.
27637         * soft-fp/extended.h: Likewise.
27638         * soft-fp/op-1.h: Likewise.
27639         * soft-fp/op-2.h: Likewise.
27640         * soft-fp/op-4.h: Likewise.
27641         * soft-fp/op-8.h: Likewise.
27642         * soft-fp/testit.c: Likewise.
27643         * stdio-common/bug16.c: Likewise.
27644         * stdlib/random.c: Likewise.
27645         * sunrpc/rpcsvc/rquota.x: Likewise.
27646         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27647         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27648         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27649         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27650         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27651         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27652         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27653         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27654         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27655         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27656         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27657         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27658         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27659         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27660         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27661         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27662         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27663         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27664         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27665         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27666         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27667         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27668         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27669         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27670         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27671         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27672         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27673         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27674         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27675         * sysdeps/ieee754/s_lib_version.c: Likewise.
27676         * sysdeps/mach/hurd/check_fds.c: Likewise.
27677         * sysdeps/mach/hurd/getsockname.c: Likewise.
27678         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27679         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27680         * sysdeps/powerpc/bits/link.h: Likewise.
27681         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27682         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27683         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27684         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27685         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27686         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27687         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27688         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27689         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27690         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27691         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27692         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27693         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27694         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27695         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27696         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27697         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27698         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27699         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27700         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27701         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27702         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27703         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27704         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27705         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27706         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27707         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27708         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27709         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27710         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27711         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27712         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27713         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27714         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27715         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27716         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27717         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27718         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27719         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27720         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27721         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27722         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27723         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27724         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27725         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27726         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27727         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27728         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27729         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27730         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27731         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27732         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27733         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27734         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27735         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27736         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27737         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27738         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27739         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27740         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27741         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27742         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27743         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27744         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27745         * sysdeps/powerpc/sysdep.h: Likewise.
27746         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27747         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27748         * sysdeps/sh/dl-trampoline.S: Likewise.
27749         * sysdeps/sh/memset.S: Likewise.
27750         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27751         * sysdeps/sh/strlen.S: Likewise.
27752         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27753         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27754         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27755         * sysdeps/sparc/sparc32/rem.S: Likewise.
27756         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27757         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27758         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27759         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27760         * sysdeps/sparc/sparc32/urem.S: Likewise.
27761         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27762         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27763         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27764         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27765         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27766         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27767         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27768         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27769         * sysdeps/unix/bsd/times.c: Likewise.
27770         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27771         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27775         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27776         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27777         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27778         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27779         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27780         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27781         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27782         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27783         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27784         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27785         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27786         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27787         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27788         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27789         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27790         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27791         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27792         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27793         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27794         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27795         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27796         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27797         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27798         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27799         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27800         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27801         * sysdeps/x86_64/strcspn.S: Likewise.
27803 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27805         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27806         generated file.  Regenerate properly from gen-translit.pl.
27807         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27808         locale/C-translit.h.
27810 2013-06-05  Andreas Schwab  <schwab@suse.de>
27812         [BZ #15100]
27813         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27814         week as 6 instead of -1.
27815         * time/tst-strptime.c (day_tests): Add test case.
27817 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27819         * sysdeps/generic/math_private.h
27820         (libc_feholdexcept_setround_53bit): Replace with
27821         libc_feholdsetround_53bit.
27822         (libc_feupdateenv_53bit): Replace with
27823         libc_feresetround_53bit.
27824         (SET_RESTORE_ROUND_53BIT): Adjust.
27826 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27828         * string/test-strchrnul.c: Add copyright header.
27830         * posix/tst-getaddrinfo4.c: Increase test timeout.
27832 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27834         [BZ #15536]
27835         * math/libm-test.inc (MAX_EXP): Remove
27836         (MIN_EXP): Define.
27837         (ulp): Use MIN_EXP - MANT_DIG.
27838         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27840 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27842         * po/be.po: Revert last change.
27843         * po/zh_CN.po: Likewise.
27844         * po/header.pot: Likewise.
27846 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27848         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27849         link-libc-deps to empty as target-specific variable.
27850         * Makerules (link-libc-args): New variable.
27851         (libc-for-link): Likewise.
27852         (link-libc-deps): Likewise.
27853         (lib%.so): Depend on $(link-libc-deps).  Link with
27854         $(link-libc-args).
27855         (build-module): Link with $(link-libc-args).
27856         (build-module-asneeded): Likewise.
27857         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27858         list of objects.
27859         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27860         target-specific variable.
27861         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27862         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27863         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27864         libc.
27865         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27866         libc and ld.so.
27867         ($(objpfx)libpcprofile.so): Likewise.
27868         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27869         libc_nonshared.a.
27870         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27871         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27872         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27873         $(link-libc-deps).
27874         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27875         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27876         * login/Makefile ($(objpfx)libutil.so): Likewise.
27877         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27878         * math/Makefile ($(objpfx)libm.so): Likewise.
27879         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27880         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27881         variable instead of depending directly on libc.
27882         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27883         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27884         $(link-libc-deps).
27885         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27886         libc.
27887         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27888         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27889         ($(objpfx)libanl.so): Likewise.
27890         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27891         ld.so.
27892         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27893         $(link-libc-deps).
27894         * sysdeps/i386/fpu/Makefile: Remove file.
27895         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27896         ($(objpfx)libm.so): Remove dependency on ld.so.
27898 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27900         [BZ # 15553]
27901         * nis/yp_xdr.c (XDRMAXNAME): Define.
27902         (XDRMAXRECORD): Define.
27903         (xdr_domainname): Use XDRMAXNAME.
27904         (xdr_mapname): Likewise.
27905         (xdr_peername): Likewise.
27906         (xdr_keydat): Use XDRMAXRECORD.
27907         (xdr_valdat): Likewise.
27909 2013-05-30  Jeff Law  <law@redhat.com>
27911         [BZ #14256]
27912         * manual/errno.texi (ESTALE): Update to account for more than
27913         just NFS file systems.
27914         * sysdeps/gnu/errlist.c: Regenerated.
27916 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27918         [BZ #15465]
27919         * elf/Makefile (tests): Add tst-null-argv.
27920         (modules-names):  Add tst-null-argv-lib.
27921         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27922         (tst-null-argv-ENV): Set environment for tst-null-argv.
27923         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27924         (RTLD_PROGNAME): New macro.
27925         * elf/tst-null-argv.c: New test case.
27926         * elf/tst-null-argv-lib.c: Library for test case.
27927         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27928         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27929         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27930         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27931         * elf/dl-init.c (call_init): Likewise.
27932         (_dl_init): Likewise.
27933         * elf/dl-load.c (print_search_path): Likewise.
27934         (_dl_map_object): Likewise.
27935         * elf/dl-lookup.c (do_lookup_x): Likewise.
27936         (add_dependency): Likewise.
27937         (_dl_lookup_symbol_x): Likewise.
27938         (_dl_debug_bindings): Likewise.
27939         * elf/dl-open.c (_dl_show_scope): Likewise.
27940         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27941         * elf/dl-version.c (match_symbol): Likewise.
27942         (_dl_check_map_versions): Likewise.
27943         * elf/rtld.c (dl_main): Likewise.
27944         (print_unresolved): Use RTLD_PROGNAME.
27945         (print_missing_version): Likewise.
27946         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27947         (elf_machine_rela): Likewise.
27948         * sysdeps/powerpc/powerpc32/dl-machine.c
27949         (__process_machine_rela): Likewise.
27950         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27951         Likewise.
27952         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27953         Likewise.
27954         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27955         Likewise.
27956         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27957         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27958         Likewise.
27959         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27960         Likewise.
27961         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27963 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27965         * po/be.po: Add descriptive title.
27966         * po/zh_CN.po: Likewise.
27967         * po/header.pot: Likewise.
27969 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27971         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27972         error message.
27973         (enlarge_archive): Likewise.
27975 2013-05-28  Ben North  <ben@redfrontdoor.org>
27977         * manual/arith.texi (frexp): It is the magnitude of the return
27978         value which lies in [0.5, 1), not the return value itself.
27980 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27982         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27984 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27986         * stdio-common/bug26.c (main): Correct fscanf template.
27988         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27989         declare _dl_skip_args.
27991         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27992         Don't declare.
27994         * manual/platform.texi: Add missing @end deftypefun.
27996 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27998         [BZ #15529]
27999         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28000         bit of mantissa of 2^16382.
28001         * math/libm-test.inc (hypot_test_data): Add more tests.
28003         * math/libm-test.inc: Add drem and pow10 to list of tested
28004         functions.
28005         (pow10_test): New function.
28006         (drem_test): Likewise.
28007         (drem_test_tonearest): Likewise.
28008         (drem_test_towardzero): Likewise.
28009         (drem_test_downward): Likewise.
28010         (drem_test_upward): Likewise.
28011         (main): Call the new functions.
28013         * math/libm-test.inc (finite_test_data): Remove.
28014         (finite_test): Run tests from isfinite_test_data.
28015         (gamma_test_data): Remove.
28016         (gamma_test): Run tests from lgamma_test_data.
28017         * sysdeps/i386/fpu/libm-test-ulps: Update.
28018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28020 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28022         * manual/platform.texi: Add PowerPC PPR function set documentation.
28023         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28024         implementation.
28026 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28028         * math/libm-test.inc (MAX_EXP): Define.
28029         (ULPDIFF): Define.
28030         (ulp): New function.
28031         (check_float_internal): Use ULPDIFF.
28032         (cpow_test): Disable failing test.
28033         (check_ulp): Test ulp() implemetnation.
28034         (main): Call check_ulp before starting tests.
28036 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28038         * math/gen-libm-test.pl (generate_testfile): Do not handle
28039         START_DATA and END_DATA.
28040         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28041         END_DATA.
28042         (acos_tonearest_test_data): Likewise.
28043         (acos_towardzero_test_data): Likewise.
28044         (acos_downward_test_data): Likewise.
28045         (acos_upward_test_data): Likewise.
28046         (acosh_test_data): Likewise.
28047         (asin_test_data): Likewise.
28048         (asin_tonearest_test_data): Likewise.
28049         (asin_towardzero_test_data): Likewise.
28050         (asin_downward_test_data): Likewise.
28051         (asin_upward_test_data): Likewise.
28052         (asinh_test_data): Likewise.
28053         (atan_test_data): Likewise.
28054         (atanh_test_data): Likewise.
28055         (atan2_test_data): Likewise.
28056         (cabs_test_data): Likewise.
28057         (cacos_test_data): Likewise.
28058         (cacosh_test_data): Likewise.
28059         (carg_test_data): Likewise.
28060         (casin_test_data): Likewise.
28061         (casinh_test_data): Likewise.
28062         (catan_test_data): Likewise.
28063         (catanh_test_data): Likewise.
28064         (cbrt_test_data): Likewise.
28065         (ccos_test_data): Likewise.
28066         (ccosh_test_data): Likewise.
28067         (ceil_test_data): Likewise.
28068         (cexp_test_data): Likewise.
28069         (cimag_test_data): Likewise.
28070         (clog_test_data): Likewise.
28071         (clog10_test_data): Likewise.
28072         (conj_test_data): Likewise.
28073         (copysign_test_data): Likewise.
28074         (cos_test_data): Likewise.
28075         (cos_tonearest_test_data): Likewise.
28076         (cos_towardzero_test_data): Likewise.
28077         (cos_downward_test_data): Likewise.
28078         (cos_upward_test_data): Likewise.
28079         (cosh_test_data): Likewise.
28080         (cosh_tonearest_test_data): Likewise.
28081         (cosh_towardzero_test_data): Likewise.
28082         (cosh_downward_test_data): Likewise.
28083         (cosh_upward_test_data): Likewise.
28084         (cpow_test_data): Likewise.
28085         (cproj_test_data): Likewise.
28086         (creal_test_data): Likewise.
28087         (csin_test_data): Likewise.
28088         (csinh_test_data): Likewise.
28089         (csqrt_test_data): Likewise.
28090         (ctan_test_data): Likewise.
28091         (ctan_tonearest_test_data): Likewise.
28092         (ctan_towardzero_test_data): Likewise.
28093         (ctan_downward_test_data): Likewise.
28094         (ctan_upward_test_data): Likewise.
28095         (ctanh_test_data): Likewise.
28096         (ctanh_tonearest_test_data): Likewise.
28097         (ctanh_towardzero_test_data): Likewise.
28098         (ctanh_downward_test_data): Likewise.
28099         (ctanh_upward_test_data): Likewise.
28100         (erf_test_data): Likewise.
28101         (erfc_test_data): Likewise.
28102         (exp_test_data): Likewise.
28103         (exp_tonearest_test_data): Likewise.
28104         (exp_towardzero_test_data): Likewise.
28105         (exp_downward_test_data): Likewise.
28106         (exp_upward_test_data): Likewise.
28107         (exp10_test_data): Likewise.
28108         (exp2_test_data): Likewise.
28109         (expm1_test_data): Likewise.
28110         (fabs_test_data): Likewise.
28111         (fdim_test_data): Likewise.
28112         (finite_test_data): Likewise.
28113         (floor_test_data): Likewise.
28114         (fma_test_data): Likewise.
28115         (fma_towardzero_test_data): Likewise.
28116         (fma_downward_test_data): Likewise.
28117         (fma_upward_test_data): Likewise.
28118         (fmax_test_data): Likewise.
28119         (fmin_test_data): Likewise.
28120         (fmod_test_data): Likewise.
28121         (fpclassify_test_data): Likewise.
28122         (frexp_test_data): Likewise.
28123         (gamma_test_data): Likewise.
28124         (hypot_test_data): Likewise.
28125         (ilogb_test_data): Likewise.
28126         (isfinite_test_data): Likewise.
28127         (isgreater_test_data): Likewise.
28128         (isgreaterequal_test_data): Likewise.
28129         (isinf_test_data): Likewise.
28130         (isless_test_data): Likewise.
28131         (islessequal_test_data): Likewise.
28132         (islessgreater_test_data): Likewise.
28133         (isnan_test_data): Likewise.
28134         (isnormal_test_data): Likewise.
28135         (issignaling_test_data): Likewise.
28136         (isunordered_test_data): Likewise.
28137         (j0_test_data): Likewise.
28138         (j1_test_data): Likewise.
28139         (jn_test_data): Likewise.
28140         (ldexp_test_data): Likewise.
28141         (lgamma_test_data): Likewise.
28142         (lrint_test_data): Likewise.
28143         (lrint_tonearest_test_data): Likewise.
28144         (lrint_towardzero_test_data): Likewise.
28145         (lrint_downward_test_data): Likewise.
28146         (lrint_upward_test_data): Likewise.
28147         (llrint_test_data): Likewise.
28148         (llrint_tonearest_test_data): Likewise.
28149         (llrint_towardzero_test_data): Likewise.
28150         (llrint_downward_test_data): Likewise.
28151         (llrint_upward_test_data): Likewise.
28152         (log_test_data): Likewise.
28153         (log10_test_data): Likewise.
28154         (log1p_test_data): Likewise.
28155         (log2_test_data): Likewise.
28156         (logb_test_data): Likewise.
28157         (logb_downward_test_data): Likewise.
28158         (lround_test_data): Likewise.
28159         (llround_test_data): Likewise.
28160         (modf_test_data): Likewise.
28161         (nearbyint_test_data): Likewise.
28162         (nextafter_test_data): Likewise.
28163         (nexttoward_test_data): Likewise.
28164         (pow_test_data): Likewise.
28165         (pow_tonearest_test_data): Likewise.
28166         (pow_towardzero_test_data): Likewise.
28167         (pow_downward_test_data): Likewise.
28168         (pow_upward_test_data): Likewise.
28169         (remainder_test_data): Likewise.
28170         (remainder_tonearest_test_data): Likewise.
28171         (remainder_towardzero_test_data): Likewise.
28172         (remainder_downward_test_data): Likewise.
28173         (remainder_upward_test_data): Likewise.
28174         (remquo_test_data): Likewise.
28175         (rint_test_data): Likewise.
28176         (rint_tonearest_test_data): Likewise.
28177         (rint_towardzero_test_data): Likewise.
28178         (rint_downward_test_data): Likewise.
28179         (rint_upward_test_data): Likewise.
28180         (round_test_data): Likewise.
28181         (scalb_test_data): Likewise.
28182         (scalbn_test_data): Likewise.
28183         (scalbln_test_data): Likewise.
28184         (signbit_test_data): Likewise.
28185         (sin_test_data): Likewise.
28186         (sin_tonearest_test_data): Likewise.
28187         (sin_towardzero_test_data): Likewise.
28188         (sin_downward_test_data): Likewise.
28189         (sin_upward_test_data): Likewise.
28190         (sincos_test_data): Likewise.
28191         (sinh_test_data): Likewise.
28192         (sinh_tonearest_test_data): Likewise.
28193         (sinh_towardzero_test_data): Likewise.
28194         (sinh_downward_test_data): Likewise.
28195         (sinh_upward_test_data): Likewise.
28196         (sqrt_test_data): Likewise.
28197         (tan_test_data): Likewise.
28198         (tan_tonearest_test_data): Likewise.
28199         (tan_towardzero_test_data): Likewise.
28200         (tan_downward_test_data): Likewise.
28201         (tan_upward_test_data): Likewise.
28202         (tanh_test_data): Likewise.
28203         (tgamma_test_data): Likewise.
28204         (trunc_test_data): Likewise.
28205         (y0_test_data): Likewise.
28206         (y1_test_data): Likewise.
28207         (yn_test_data): Likewise.
28208         (significand_test_data): Likewise.
28210         * math/gen-libm-test.pl (@functions): Remove variable.
28211         (generate_testfile): Don't handle START and END lines.
28212         * math/libm-test.inc (START): New macro.
28213         (END): Likewise.
28214         (END_COMPLEX): Likewise.
28215         (acos_test): Use END macro without arguments.
28216         (acos_test_tonearest): Likewise.
28217         (acos_test_towardzero): Likewise.
28218         (acos_test_downward): Likewise.
28219         (acos_test_upward): Likewise.
28220         (acosh_test): Likewise.
28221         (asin_test): Likewise.
28222         (asin_test_tonearest): Likewise.
28223         (asin_test_towardzero): Likewise.
28224         (asin_test_downward): Likewise.
28225         (asin_test_upward): Likewise.
28226         (asinh_test): Likewise.
28227         (atan_test): Likewise.
28228         (atanh_test): Likewise.
28229         (atan2_test): Likewise.
28230         (cabs_test): Likewise.
28231         (cacos_test): Use END_COMPLEX macro without arguments.
28232         (cacosh_test): Likewise.
28233         (carg_test): Use END macro without arguments.
28234         (casin_test): Use END_COMPLEX macro without arguments.
28235         (casinh_test): Likewise.
28236         (catan_test): Likewise.
28237         (catanh_test): Likewise.
28238         (cbrt_test): Use END macro without arguments.
28239         (ccos_test): Use END_COMPLEX macro without arguments.
28240         (ccosh_test): Likewise.
28241         (ceil_test): Use END macro without arguments.
28242         (cexp_test): Use END_COMPLEX macro without arguments.
28243         (cimag_test): Use END macro without arguments.
28244         (clog_test): Use END_COMPLEX macro without arguments.
28245         (clog10_test): Likewise.
28246         (conj_test): Likewise.
28247         (copysign_test): Use END macro without arguments.
28248         (cos_test): Likewise.
28249         (cos_test_tonearest): Likewise.
28250         (cos_test_towardzero): Likewise.
28251         (cos_test_downward): Likewise.
28252         (cos_test_upward): Likewise.
28253         (cosh_test): Likewise.
28254         (cosh_test_tonearest): Likewise.
28255         (cosh_test_towardzero): Likewise.
28256         (cosh_test_downward): Likewise.
28257         (cosh_test_upward): Likewise.
28258         (cpow_test): Use END_COMPLEX macro without arguments.
28259         (cproj_test): Likewise.
28260         (creal_test): Use END macro without arguments.
28261         (csin_test): Use END_COMPLEX macro without arguments.
28262         (csinh_test): Likewise.
28263         (csqrt_test): Likewise.
28264         (ctan_test): Likewise.
28265         (ctan_test_tonearest): Likewise.
28266         (ctan_test_towardzero): Likewise.
28267         (ctan_test_downward): Likewise.
28268         (ctan_test_upward): Likewise.
28269         (ctanh_test): Likewise.
28270         (ctanh_test_tonearest): Likewise.
28271         (ctanh_test_towardzero): Likewise.
28272         (ctanh_test_downward): Likewise.
28273         (ctanh_test_upward): Likewise.
28274         (erf_test): Use END macro without arguments.
28275         (erfc_test): Likewise.
28276         (exp_test): Likewise.
28277         (exp_test_tonearest): Likewise.
28278         (exp_test_towardzero): Likewise.
28279         (exp_test_downward): Likewise.
28280         (exp_test_upward): Likewise.
28281         (exp10_test): Likewise.
28282         (exp2_test): Likewise.
28283         (expm1_test): Likewise.
28284         (fabs_test): Likewise.
28285         (fdim_test): Likewise.
28286         (finite_test): Likewise.
28287         (floor_test): Likewise.
28288         (fma_test): Likewise.
28289         (fma_test_towardzero): Likewise.
28290         (fma_test_downward): Likewise.
28291         (fma_test_upward): Likewise.
28292         (fmax_test): Likewise.
28293         (fmin_test): Likewise.
28294         (fmod_test): Likewise.
28295         (fpclassify_test): Likewise.
28296         (frexp_test): Likewise.
28297         (gamma_test): Likewise.
28298         (hypot_test): Likewise.
28299         (ilogb_test): Likewise.
28300         (isfinite_test): Likewise.
28301         (isgreater_test): Likewise.
28302         (isgreaterequal_test): Likewise.
28303         (isinf_test): Likewise.
28304         (isless_test): Likewise.
28305         (islessequal_test): Likewise.
28306         (islessgreater_test): Likewise.
28307         (isnan_test): Likewise.
28308         (isnormal_test): Likewise.
28309         (issignaling_test): Likewise.
28310         (isunordered_test): Likewise.
28311         (j0_test): Likewise.
28312         (j1_test): Likewise.
28313         (jn_test): Likewise.
28314         (ldexp_test): Likewise.
28315         (lgamma_test): Likewise.
28316         (lrint_test): Likewise.
28317         (lrint_test_tonearest): Likewise.
28318         (lrint_test_towardzero): Likewise.
28319         (lrint_test_downward): Likewise.
28320         (lrint_test_upward): Likewise.
28321         (llrint_test): Likewise.
28322         (llrint_test_tonearest): Likewise.
28323         (llrint_test_towardzero): Likewise.
28324         (llrint_test_downward): Likewise.
28325         (llrint_test_upward): Likewise.
28326         (log_test): Likewise.
28327         (log10_test): Likewise.
28328         (log1p_test): Likewise.
28329         (log2_test): Likewise.
28330         (logb_test): Likewise.
28331         (logb_test_downward): Likewise.
28332         (lround_test): Likewise.
28333         (llround_test): Likewise.
28334         (modf_test): Likewise.
28335         (nearbyint_test): Likewise.
28336         (nextafter_test): Likewise.
28337         (nexttoward_test): Likewise.
28338         (pow_test): Likewise.
28339         (pow_test_tonearest): Likewise.
28340         (pow_test_towardzero): Likewise.
28341         (pow_test_downward): Likewise.
28342         (pow_test_upward): Likewise.
28343         (remainder_test): Likewise.
28344         (remainder_test_tonearest): Likewise.
28345         (remainder_test_towardzero): Likewise.
28346         (remainder_test_downward): Likewise.
28347         (remainder_test_upward): Likewise.
28348         (remquo_test): Likewise.
28349         (rint_test): Likewise.
28350         (rint_test_tonearest): Likewise.
28351         (rint_test_towardzero): Likewise.
28352         (rint_test_downward): Likewise.
28353         (rint_test_upward): Likewise.
28354         (round_test): Likewise.
28355         (scalb_test): Likewise.
28356         (scalbn_test): Likewise.
28357         (scalbln_test): Likewise.
28358         (signbit_test): Likewise.
28359         (sin_test): Likewise.
28360         (sin_test_tonearest): Likewise.
28361         (sin_test_towardzero): Likewise.
28362         (sin_test_downward): Likewise.
28363         (sin_test_upward): Likewise.
28364         (sincos_test): Likewise.
28365         (sinh_test): Likewise.
28366         (sinh_test_tonearest): Likewise.
28367         (sinh_test_towardzero): Likewise.
28368         (sinh_test_downward): Likewise.
28369         (sinh_test_upward): Likewise.
28370         (sqrt_test): Likewise.
28371         (tan_test): Likewise.
28372         (tan_test_tonearest): Likewise.
28373         (tan_test_towardzero): Likewise.
28374         (tan_test_downward): Likewise.
28375         (tan_test_upward): Likewise.
28376         (tanh_test): Likewise.
28377         (tgamma_test): Likewise.
28378         (trunc_test): Likewise.
28379         (y0_test): Likewise.
28380         (y1_test): Likewise.
28381         (yn_test): Likewise.
28382         (significand_test): Likewise.
28384 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28386         [BZ #15381]
28387         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28389 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28391         [BZ #14894]
28392         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28393         __ppc_mdoio and __ppc_mdoom.
28394         * manual/platform.texi: Document new functions __ppc_yield,
28395         __ppc_mdoio and __ppc_mdoom.
28397 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28399         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28400         (main): Mention "tls" pseudo-hwcap is legacy.
28401         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28403 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28405         * math/gen-libm-test.pl (parse_args): Output only string of
28406         arguments as text for test name, not full call or descriptions of
28407         tests for extra outputs.
28408         (generate_testfile): Do not pass function name to parse_args.
28409         Generate this_func variable from START.
28410         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28411         field to arg_str.
28412         (struct test_ff_f_data): Likewise.
28413         (test_ff_f_data_nexttoward): Likewise.
28414         (struct test_fi_f_data): Likewise.
28415         (struct test_fl_f_data): Likewise.
28416         (struct test_if_f_data): Likewise.
28417         (struct test_fff_f_data): Likewise.
28418         (struct test_c_f_data): Likewise.
28419         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28420         (struct test_fF_f1_data): Likewise.
28421         (struct test_ffI_f1_data): Likewise.
28422         (struct test_c_c_data): Rename test_name field to arg_str.
28423         (struct test_cc_c_data): Likewise.
28424         (struct test_f_i_data): Likewise.
28425         (struct test_ff_i_data): Likewise.
28426         (struct test_f_l_data): Likewise.
28427         (struct test_f_L_data): Likewise.
28428         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28429         and extra2_name.
28430         (COMMON_TEST_SETUP): New macro.
28431         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28432         (COMMON_TEST_CLEANUP): Likewise.
28433         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28434         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28435         macros.
28436         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28437         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28438         macros.
28439         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28440         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28441         cleanup macros.
28442         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28443         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28444         macros.
28445         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28446         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28447         macros.
28448         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28449         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28450         cleanup macros.
28451         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28452         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28453         cleanup macros.
28454         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28455         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28456         cleanup macros.
28457         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28458         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28459         macros.
28460         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28461         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28462         macros.
28463         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28464         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28465         macros.
28466         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28467         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28468         cleanup macros.
28469         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28470         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28471         cleanup macros.
28472         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28473         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28474         macros.
28475         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28476         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28477         cleanup macros.
28478         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28479         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28480         macros.
28481         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28482         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28483         macros.
28484         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28485         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28486         cleanup macros.
28487         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28489 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28491         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28492         to _sifields.sigfault.
28493         (si_addr_lsb): Define new macro.
28494         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28495         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28496         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28498 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28500         [BZ #15441]
28501         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28502         returns -1.
28503         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28504         null return -1.
28505         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28506         loading the domain.
28508 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28510         * math/gen-libm-test.pl (parse_args): Do not include expected
28511         result in test name.
28512         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28513         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28514         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28515         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28516         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28519 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28521         * benchtests/Makefile: Sort function entries.
28523         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28524         tanh, asinh, acosh, atanh.
28525         * benchtests/acos-inputs: New file.
28526         * benchtests/acosh-inputs: New file.
28527         * benchtests/asin-inputs: New file.
28528         * benchtests/asinh-inputs: New file.
28529         * benchtests/atanh-inputs: New file.
28530         * benchtests/cosh-inputs: New file.
28531         * benchtests/log-inputs: New file.
28532         * benchtests/sinh-inputs: New file.
28533         * benchtests/tanh-inputs: New file.
28535 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28537         [BZ #15339]
28538         * posix/tst-getaddrinfo4.c: New test.
28539         * posix/Makefile (tests): Add it.
28541 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28543         [BZ #15339]
28544         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28545         when no services were used.
28546         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28547         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28549 2013-05-21  Andreas Schwab  <schwab@suse.de>
28551         [BZ #15014]
28552         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28553         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28554         successful.
28555         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28556         redundant variable declarations and reallocation of buffer when
28557         parsing as IPv6 address.  Always set NSS status when called from
28558         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28559         buffer too small.  Correct computation of needed size.
28560         * nss/Makefile (tests): Add test-digits-dots.
28561         * nss/test-digits-dots.c: New test.
28563 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28565         * benchtests/Makefile: Remove instructions for adding
28566         benchmark tests.
28567         * benchtests/README: New file to explain how to execute and
28568         enhance the benchmark tests.
28570 2013-05-21  Andreas Schwab  <schwab@suse.de>
28572         [BZ #15493]
28573         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28574         * setjmp/tst-sigsetjmp.c: New test.
28576 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28578         * sysdeps/x86_64/memset.S (memset): New implementation.
28579         (__bzero): Likewise.
28580         (__memset_tail): New function.
28582 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28584         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28585         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28586         __memcpy_sse2_unaligned ifunc selection.
28587         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28588         Add memcpy-sse2-unaligned.S.
28589         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28590         Add: __memcpy_sse2_unaligned.
28592 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28594         [BZ #15490]
28595         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28596         math_force_eval before restoring floating-point envrionment.
28597         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28598         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28599         Likewise.
28600         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28601         <math_private.h>.
28602         (__nearbyintl): Use math_force_eval before restoring
28603         floating-point environment.
28604         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28606         * math/gen-libm-test.pl (special_functions): Remove.
28607         (parse_args): Don't handle TEST_extra.  Handle functions with no
28608         return value.
28609         * math/libm-test.inc (struct test_sincos_data): Replace with
28610         struct test_fFF_11_data.
28611         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28612         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28613         (sincos_test_data): Change element type to struct
28614         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28615         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28616         RUN_TEST_LOOP_sincos.
28617         * math/README.libm-test: Don't mention special handling of
28618         individual functions.
28619         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28620         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28621         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28622         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28623         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28626         * math/gen-libm-test.pl (get_variable): Remove function.
28627         (parse_args): Don't show pointer parameters to call in test
28628         names.  Use "extra output N" in test names for extra outputs
28629         rather than naming variables.
28631 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28633         [BZ #15488]
28634         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28635         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28636         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28637         double tests.
28638         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28639         disable.
28640         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28641         check_long_double.
28643         * math/gen-libm-test.pl (@tests): Remove variable.
28644         ($count): Likewise.
28645         (new_test): Remove function.
28646         (show_exceptions): New function.
28647         (special_functions): Use show_exceptions instead of new_test.
28648         (parse_args): Likewise.
28649         (generate_testfile): Pass only function name in generated call to
28650         print_max_error or print_complex_max_error.
28651         (get_ulps): Do not handle complex tests specially.
28652         (output_test): Rename to ...
28653         (get_all_ulps_for_test): ... this.  Return a string rather than
28654         printing to a file.  Require ulps to be present.
28655         (output_ulps): Generate arrays rather than #defines.
28656         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28657         (struct ulp_data): New type.
28658         (BUILD_COMPLEX_ULP): Remove macro.
28659         (compare_ulp_data): New function.
28660         (find_ulps): Likewise.
28661         (find_test_ulps): Likewise.
28662         (find_function_ulps): Likewise.
28663         (find_complex_function_ulps): Likewise.
28664         (print_max_error): Determine allowed ulps using
28665         find_function_ulps.
28666         (print_complex_max_error): Determine allowed ulps using
28667         find_complex_function_ulps.
28668         (check_float_internal): Determine max ulps using find_test_ulps.
28669         (check_float): Do not take max_ulp parameter.  Update call to
28670         check_float_internal.
28671         (check_complex): Likewise.
28672         (check_int): Do not take max_ulp parameter.
28673         (check_long): Likewise.
28674         (check_bool): Likewise.
28675         (check_longlong): Likewise.
28676         (struct test_f_f_data): Remove max_ulp field.
28677         (struct test_ff_f_data): Likewise.
28678         (struct test_ff_f_data_nexttoward): Likewise.
28679         (struct test_fi_f_data): Likewise.
28680         (struct test_fl_f_data): Likewise.
28681         (struct test_if_f_data): Likewise.
28682         (struct test_fff_f_data): Likewise.
28683         (struct test_c_f_data): Likewise.
28684         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28685         (struct test_fF_f1_data): Likewise.
28686         (struct test_ffI_f1_data): Likewise.
28687         (struct test_c_c_data): Remove max_ulp field.
28688         (struct test_cc_c_data): Likewise.
28689         (struct test_f_i_data): Likewise.
28690         (struct test_ff_i_data): Likewise.
28691         (struct test_f_l_data): Likewise.
28692         (struct test_f_L_data): Likewise.
28693         (struct test_sincos_data): Likewise.
28694         (RUN_TEST_f_f): Do not handle ulps.
28695         (RUN_TEST_LOOP_f_f): Likewise.
28696         (RUN_TEST_2_f): Likewise.
28697         (RUN_TEST_LOOP_2_f): Likewise.
28698         (RUN_TEST_fff_f): Likewise.
28699         (RUN_TEST_LOOP_fff_f): Likewise.
28700         (RUN_TEST_c_f): Likewise.
28701         (RUN_TEST_LOOP_c_f): Likewise.
28702         (RUN_TEST_f_f1): Likewise.
28703         (RUN_TEST_LOOP_f_f1): Likewise.
28704         (RUN_TEST_fF_f1): Likewise.
28705         (RUN_TEST_LOOP_fF_f1): Likewise.
28706         (RUN_TEST_fI_f1): Likewise.
28707         (RUN_TEST_LOOP_fI_f1): Likewise.
28708         (RUN_TEST_ffI_f1): Likewise.
28709         (RUN_TEST_LOOP_ffI_f1): Likewise.
28710         (RUN_TEST_c_c): Likewise.
28711         (RUN_TEST_LOOP_c_c): Likewise.
28712         (RUN_TEST_cc_c): Likewise.
28713         (RUN_TEST_LOOP_cc_c): Likewise.
28714         (RUN_TEST_f_i): Likewise.
28715         (RUN_TEST_LOOP_f_i): Likewise.
28716         (RUN_TEST_f_i_tg): Likewise.
28717         (RUN_TEST_LOOP_f_i_tg): Likewise.
28718         (RUN_TEST_ff_i_tg): Likewise.
28719         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28720         (RUN_TEST_f_b): Likewise.
28721         (RUN_TEST_LOOP_f_b): Likewise.
28722         (RUN_TEST_f_b_tg): Likewise.
28723         (RUN_TEST_LOOP_f_b_tg): Likewise.
28724         (RUN_TEST_f_l): Likewise.
28725         (RUN_TEST_LOOP_f_l): Likewise.
28726         (RUN_TEST_f_L): Likewise.
28727         (RUN_TEST_LOOP_f_L): Likewise.
28728         (RUN_TEST_sincos): Likewise.
28729         (RUN_TEST_LOOP_sincos): Likewise.
28731 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28733         [BZ #15480]
28734         [BZ #15485]
28735         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28736         main case of finite arguments, set rounding mode to FE_TONEAREST
28737         and discard exceptions.
28738         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28739         exceptions.
28740         (remainder_tonearest_test_data): New variable.
28741         (remainder_test_tonearest): New function.
28742         (remainder_towardzero_test_data): New variable.
28743         (remainder_test_towardzero): New function.
28744         (remainder_downward_test_data): New variable.
28745         (remainder_test_downward): New function.
28746         (remainder_upward_test_data): New variable.
28747         (remainder_test_upward): New function.
28748         (main): Call the new test functions.
28750         * math/libm-test.inc (struct test_f_f1_data): Remove field
28751         extra_init.
28752         (struct test_fF_f1_data): Likewise.
28753         (struct test_ffI_f1_data): Likewise.
28754         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28755         based on value of EXTRA_EXPECTED.
28756         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28757         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28758         EXTRA_VAR based on value of EXTRA_EXPECTED.
28759         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28760         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28761         EXTRA_VAR based on value of EXTRA_EXPECTED.
28762         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28763         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28764         EXTRA_VAR based on value of EXTRA_EXPECTED.
28765         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28766         * math/gen-libm-test.pl (parse_args): Don't output initializers
28767         for extra output values.
28769         * math/libm-test.inc (check_int): Expect result to be exactly
28770         equal to expected value and do not handle ulps.
28771         (check_long): Likewise.
28772         (check_longlong): Likewise.
28774         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28775         exceptions.
28776         (cimag_test_data): Likewise.
28777         (conj_test_data): Likewise.
28778         (copysign_test_data): Likewise.
28779         (cproj_test_data): Likewise.
28780         (creal_test_data): Likewise.
28781         (fabs_test_data): Likewise.
28782         (fdim_test_data): Likewise.
28783         (finite_test_data): Likewise.
28784         (floor_test_data): Likewise.
28785         (fmax_test_data): Likewise.
28786         (fmin_test_data): Likewise.
28787         (fmod_test_data): Likewise.
28788         (fpclassify_test_data): Likewise.
28789         (frexp_test_data): Likewise.
28790         (ilogb_test_data): Likewise.
28791         (isfinite_test_data): Likewise.
28792         (isgreater_test_data): Likewise.
28793         (isgreaterequal_test_data): Likewise.
28794         (isinf_test_data): Likewise.
28795         (isless_test_data): Likewise.
28796         (islessequal_test_data): Likewise.
28797         (islessgreater_test_data): Likewise.
28798         (isnan_test_data): Likewise.
28799         (isnormal_test_data): Likewise.
28800         (issignaling_test_data): Likewise.
28801         (isunordered_test_data): Likewise.
28802         (ldexp_test_data): Likewise.
28803         (lrint_test_data): Likewise.
28804         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28805         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28806         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28807         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28808         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28809         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28810         test input.
28811         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28812         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28813         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28814         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28815         that test input.
28816         (lrint_downward_test_data): Test for "inexact" exceptions.
28817         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28818         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28819         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28820         test input.
28821         (lrint_upward_test_data): Test for "inexact" exceptions.
28822         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28823         test input.
28824         (llrint_test_data): Test for "inexact" exceptions.
28825         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28826         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28827         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28828         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28829         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28830         (llrint_downward_test_data): Test for "inexact" exceptions.
28831         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28832         (llrint_upward_test_data): Test for "inexact" exceptions.
28833         (logb_test_data): Likewise.
28834         (logb_downward_test_data): Likewise.
28835         (nextafter_test_data): Likewise.
28836         (nexttoward_test_data): Likewise.
28837         (remainder_test_data): Likewise.
28838         (remquo_test_data): Likewise.
28839         (scalbn_test_data): Likewise.
28840         (scalbln_test_data): Likewise.
28841         (signbit_test_data): Likewise.
28842         (sqrt_test_data): Likewise.
28843         (significand_test_data): Likewise.
28845 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28847         [BZ #15424]
28848         * benchtests/bench-modf.c (struct args): Mark arg0 as
28849         volatile.
28850         * scripts/bench.pl: Mark members of struct args as volatile.
28852 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28854         [BZ # 15497]
28855         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28856         negative infinity on POWER6 or lower.
28857         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28859 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28861         [BZ #15442]
28862         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28863         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28864         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28865         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28866         (_FP_SETQNAN): New macro.
28867         (_FP_SETQNAN_SEMIRAW): Likewise.
28868         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28869         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28870         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28871         (FP_EXTEND): Use _FP_FRAC_SNANP.
28872         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28873         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28874         into account.
28875         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28876         New macro.
28877         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28878         Likewise.
28880 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28882         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28883         with DIVIDE_BY_ZERO_EXCEPTION.
28884         (gamma_test_data): Likewise.
28885         (lgamma_test_data): Likewise.
28886         (log_test_data): Likewise.
28887         (log10_test_data): Likewise.
28888         (log2_test_data): Likewise.
28889         (tgamma_test_data): Likewise.
28891         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28892         (acos_test_tonearest): Likewise.
28893         (acos_test_towardzero): Likewise.
28894         (acos_test_downward): Likewise.
28895         (acos_test_upward): Likewise.
28896         (acosh_test): Likewise.
28897         (asin_test): Likewise.
28898         (asin_test_tonearest): Likewise.
28899         (asin_test_towardzero): Likewise.
28900         (asin_test_downward): Likewise.
28901         (asin_test_upward): Likewise.
28902         (asinh_test): Likewise.
28903         (atan_test): Likewise.
28904         (atanh_test): Likewise.
28905         (atan2_test): Likewise.
28906         (cabs_test): Likewise.
28907         (cacos_test): Likewise.
28908         (cacosh_test): Likewise.
28909         (casin_test): Likewise.
28910         (casinh_test): Likewise.
28911         (catan_test): Likewise.
28912         (catanh_test): Likewise.
28913         (cbrt_test): Likewise.
28914         (ccos_test): Likewise.
28915         (ccosh_test): Likewise.
28916         (cexp_test): Likewise.
28917         (clog_test): Likewise.
28918         (clog10_test): Likewise.
28919         (cos_test): Likewise.
28920         (cos_test_tonearest): Likewise.
28921         (cos_test_towardzero): Likewise.
28922         (cos_test_downward): Likewise.
28923         (cos_test_upward): Likewise.
28924         (cosh_test): Likewise.
28925         (cosh_test_tonearest): Likewise.
28926         (cosh_test_towardzero): Likewise.
28927         (cosh_test_downward): Likewise.
28928         (cosh_test_upward): Likewise.
28929         (cpow_test): Likewise.
28930         (csin_test): Likewise.
28931         (csinh_test): Likewise.
28932         (csqrt_test): Likewise.
28933         (ctan_test): Likewise.
28934         (ctan_test_tonearest): Likewise.
28935         (ctan_test_towardzero): Likewise.
28936         (ctan_test_downward): Likewise.
28937         (ctan_test_upward): Likewise.
28938         (ctanh_test): Likewise.
28939         (ctanh_test_tonearest): Likewise.
28940         (ctanh_test_towardzero): Likewise.
28941         (ctanh_test_downward): Likewise.
28942         (ctanh_test_upward): Likewise.
28943         (erf_test): Likewise.
28944         (erfc_test): Likewise.
28945         (exp_test): Likewise.
28946         (exp_test_tonearest): Likewise.
28947         (exp_test_towardzero): Likewise.
28948         (exp_test_downward): Likewise.
28949         (exp_test_upward): Likewise.
28950         (exp10_test): Likewise.
28951         (exp2_test): Likewise.
28952         (expm1_test): Likewise.
28953         (fmod_test): Likewise.
28954         (gamma_test): Likewise.
28955         (hypot_test): Likewise.
28956         (j0_test): Likewise.
28957         (j1_test): Likewise.
28958         (jn_test): Likewise.
28959         (lgamma_test): Likewise.
28960         (log_test): Likewise.
28961         (log10_test): Likewise.
28962         (log1p_test): Likewise.
28963         (log2_test): Likewise.
28964         (logb_test_downward): Likewise.
28965         (pow_test): Likewise.
28966         (pow_test_tonearest): Likewise.
28967         (pow_test_towardzero): Likewise.
28968         (pow_test_downward): Likewise.
28969         (pow_test_upward): Likewise.
28970         (remainder_test): Likewise.
28971         (remquo_test): Likewise.
28972         (sin_test): Likewise.
28973         (sin_test_tonearest): Likewise.
28974         (sin_test_towardzero): Likewise.
28975         (sin_test_downward): Likewise.
28976         (sin_test_upward): Likewise.
28977         (sincos_test): Likewise.
28978         (sinh_test): Likewise.
28979         (sinh_test_tonearest): Likewise.
28980         (sinh_test_towardzero): Likewise.
28981         (sinh_test_downward): Likewise.
28982         (sinh_test_upward): Likewise.
28983         (sqrt_test): Likewise.
28984         (tan_test): Likewise.
28985         (tan_test_tonearest): Likewise.
28986         (tan_test_towardzero): Likewise.
28987         (tan_test_downward): Likewise.
28988         (tan_test_upward): Likewise.
28989         (tanh_test): Likewise.
28990         (tgamma_test): Likewise.
28991         (y0_test): Likewise.
28992         (y1_test): Likewise.
28993         (yn_test): Likewise.
28995         * math/gen-libm-test.pl (adjust_arg): Remove function.
28996         (special_function): Remove argument $in_func.  Only handle
28997         generating output for tables of tests, not inside functions.
28998         (parse_args): Likewise.
28999         (generate_testfile): Remove variable $in_func.  Update call to
29000         parse_args.
29001         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29002         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29003         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29004         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29005         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29006         (MAX_VALUE_INIT): Rename macro to max_value.
29007         (MIN_VALUE_INIT): Rename macro to min_value.
29008         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29009         (plus_zero): Remove variable.
29010         (minus_zero): Likewise.
29011         (plus_infty): Likewise.
29012         (minus_infty): Likewise.
29013         (qnan_value): Likewise.
29014         (max_value): Likewise.
29015         (min_value): Likewise.
29016         (min_subnorm_value): Likewise.
29018 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29020         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29021         uint64_t or uint32_t usage.
29022         * crypt/sha256-block.c: Likewise.
29023         * crypt/sha256-crypt.c: Likewise.
29024         * crypt/sha256.c: Likewise.
29025         * crypt/sha512-block.c: Likewise.
29026         * crypt/sha512-crypt.c: Likewise.
29027         * crypt/sha512.c: Likewise.
29028         * debug/backtrace-tst.c: Likewise.
29029         * debug/pcprofiledump.c: Likewise.
29030         * elf/cache.c: Likewise.
29031         * elf/dl-cache.c: Likewise.
29032         * elf/dl-misc.c: Likewise.
29033         * elf/dl-profile.c: Likewise.
29034         * elf/dl-support.c: Likewise.
29035         * elf/ldconfig.c: Likewise.
29036         * elf/sprof.c: Likewise.
29037         * iconv/dummy-repertoire.c: Likewise.
29038         * iconv/iconv_charmap.c: Likewise.
29039         * iconv/skeleton.c: Likewise.
29040         * iconvdata/8bit-generic.c: Likewise.
29041         * iconvdata/cp737.h: Likewise.
29042         * iconvdata/cp775.h: Likewise.
29043         * iconvdata/ibm1008.h: Likewise.
29044         * iconvdata/ibm1025.h: Likewise.
29045         * iconvdata/ibm1046.h: Likewise.
29046         * iconvdata/ibm1097.h: Likewise.
29047         * iconvdata/ibm1112.h: Likewise.
29048         * iconvdata/ibm1122.h: Likewise.
29049         * iconvdata/ibm1123.h: Likewise.
29050         * iconvdata/ibm1124.h: Likewise.
29051         * iconvdata/ibm1129.h: Likewise.
29052         * iconvdata/ibm1130.h: Likewise.
29053         * iconvdata/ibm1132.h: Likewise.
29054         * iconvdata/ibm1133.h: Likewise.
29055         * iconvdata/ibm1137.h: Likewise.
29056         * iconvdata/ibm1140.h: Likewise.
29057         * iconvdata/ibm1141.h: Likewise.
29058         * iconvdata/ibm1142.h: Likewise.
29059         * iconvdata/ibm1143.h: Likewise.
29060         * iconvdata/ibm1144.h: Likewise.
29061         * iconvdata/ibm1145.h: Likewise.
29062         * iconvdata/ibm1146.h: Likewise.
29063         * iconvdata/ibm1147.h: Likewise.
29064         * iconvdata/ibm1148.h: Likewise.
29065         * iconvdata/ibm1149.h: Likewise.
29066         * iconvdata/ibm1153.h: Likewise.
29067         * iconvdata/ibm1154.h: Likewise.
29068         * iconvdata/ibm1155.h: Likewise.
29069         * iconvdata/ibm1156.h: Likewise.
29070         * iconvdata/ibm1157.h: Likewise.
29071         * iconvdata/ibm1158.h: Likewise.
29072         * iconvdata/ibm1160.h: Likewise.
29073         * iconvdata/ibm1161.h: Likewise.
29074         * iconvdata/ibm1162.h: Likewise.
29075         * iconvdata/ibm1163.h: Likewise.
29076         * iconvdata/ibm1164.h: Likewise.
29077         * iconvdata/ibm1166.h: Likewise.
29078         * iconvdata/ibm1167.h: Likewise.
29079         * iconvdata/ibm12712.h: Likewise.
29080         * iconvdata/ibm1390.h: Likewise.
29081         * iconvdata/ibm1399.h: Likewise.
29082         * iconvdata/ibm16804.h: Likewise.
29083         * iconvdata/ibm4517.h: Likewise.
29084         * iconvdata/ibm4899.h: Likewise.
29085         * iconvdata/ibm4909.h: Likewise.
29086         * iconvdata/ibm4971.h: Likewise.
29087         * iconvdata/ibm5347.h: Likewise.
29088         * iconvdata/ibm803.h: Likewise.
29089         * iconvdata/ibm856.h: Likewise.
29090         * iconvdata/ibm901.h: Likewise.
29091         * iconvdata/ibm902.h: Likewise.
29092         * iconvdata/ibm9030.h: Likewise.
29093         * iconvdata/ibm9066.h: Likewise.
29094         * iconvdata/ibm921.h: Likewise.
29095         * iconvdata/ibm922.h: Likewise.
29096         * iconvdata/ibm9448.h: Likewise.
29097         * iconvdata/isiri-3342.h: Likewise.
29098         * iconvdata/jis0201.h: Likewise.
29099         * include/link.h: Likewise.
29100         * include/netdb.h: Likewise.
29101         * inet/check_native.c: Likewise.
29102         * inet/check_pf.c: Likewise.
29103         * inet/getipv4sourcefilter.c: Likewise.
29104         * inet/getnameinfo.c: Likewise.
29105         * inet/getsourcefilter.c: Likewise.
29106         * inet/htonl.c: Likewise.
29107         * inet/setipv4sourcefilter.c: Likewise.
29108         * inet/setsourcefilter.c: Likewise.
29109         * inet/test-inet6_opt.c: Likewise.
29110         * inet/tst-network.c: Likewise.
29111         * locale/C-collate.c: Likewise.
29112         * locale/C-ctype.c: Likewise.
29113         * locale/C-time.c: Likewise.
29114         * locale/C-translit.h: Likewise.
29115         * locale/loadarchive.c: Likewise.
29116         * locale/programs/3level.h: Likewise.
29117         * locale/programs/charmap.c: Likewise.
29118         * locale/programs/charmap.h: Likewise.
29119         * locale/programs/ld-address.c: Likewise.
29120         * locale/programs/ld-collate.c: Likewise.
29121         * locale/programs/ld-ctype.c: Likewise.
29122         * locale/programs/ld-identification.c: Likewise.
29123         * locale/programs/ld-measurement.c: Likewise.
29124         * locale/programs/ld-messages.c: Likewise.
29125         * locale/programs/ld-monetary.c: Likewise.
29126         * locale/programs/ld-name.c: Likewise.
29127         * locale/programs/ld-numeric.c: Likewise.
29128         * locale/programs/ld-paper.c: Likewise.
29129         * locale/programs/ld-telephone.c: Likewise.
29130         * locale/programs/ld-time.c: Likewise.
29131         * locale/programs/linereader.c: Likewise.
29132         * locale/programs/locale.c: Likewise.
29133         * locale/programs/locarchive.c: Likewise.
29134         * locale/programs/locfile.h: Likewise.
29135         * locale/programs/repertoire.c: Likewise.
29136         * locale/programs/simple-hash.c: Likewise.
29137         * locale/programs/simple-hash.h: Likewise.
29138         * malloc/memusage.c: Likewise.
29139         * malloc/memusagestat.c: Likewise.
29140         * nis/nis_defaults.c: Likewise.
29141         * nis/nis_hash.c: Likewise.
29142         * nis/nis_print.c: Likewise.
29143         * nis/nis_xdr.c: Likewise.
29144         * nscd/connections.c: Likewise.
29145         * nscd/hstcache.c: Likewise.
29146         * nscd/nscd_gethst_r.c: Likewise.
29147         * nscd/nscd_getserv_r.c: Likewise.
29148         * nscd/nscd_helper.c: Likewise.
29149         * nscd/servicescache.c: Likewise.
29150         * nss/makedb.c: Likewise.
29151         * nss/nss_db/db-XXX.c: Likewise.
29152         * nss/nss_db/db-initgroups.c: Likewise.
29153         * nss/nss_db/db-netgrp.c: Likewise.
29154         * nss/nss_files/files-network.c: Likewise.
29155         * nss/nss_files/files-parse.c: Likewise.
29156         * posix/bug-regex5.c: Likewise.
29157         * posix/fnmatch_loop.c: Likewise.
29158         * posix/regcomp.c: Likewise.
29159         * posix/regexec.c: Likewise.
29160         * posix/tst-rfc3484-2.c: Likewise.
29161         * posix/tst-rfc3484-3.c: Likewise.
29162         * posix/tst-rfc3484.c: Likewise.
29163         * resolv/nss_dns/dns-canon.c: Likewise.
29164         * resolv/nss_dns/dns-network.c: Likewise.
29165         * resolv/res_init.c: Likewise.
29166         * resolv/res_mkquery.c: Likewise.
29167         * resolv/tst-aton.c: Likewise.
29168         * stdlib/cxa_atexit.c: Likewise.
29169         * stdlib/cxa_finalize.c: Likewise.
29170         * stdlib/gen-fpioconst.c: Likewise.
29171         * stdlib/strtol_l.c: Likewise.
29172         * string/tst-endian.c: Likewise.
29173         * sunrpc/auth_des.c: Likewise.
29174         * sunrpc/clnt_udp.c: Likewise.
29175         * sunrpc/rtime.c: Likewise.
29176         * sunrpc/svcauth_des.c: Likewise.
29177         * sunrpc/xdr.c: Likewise.
29178         * sunrpc/xdr_intXX_t.c: Likewise.
29179         * sunrpc/xdr_rec.c: Likewise.
29180         * sysdeps/generic/ldconfig.h: Likewise.
29181         * sysdeps/generic/ldsodefs.h: Likewise.
29182         * sysdeps/generic/memusage.h: Likewise.
29183         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29184         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29185         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29186         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29187         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29188         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29189         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29190         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29191         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29192         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29193         * sysdeps/posix/getaddrinfo.c: Likewise.
29194         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29195         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29196         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29197         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29198         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29199         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29200         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29201         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29202         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29203         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29204         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29205         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29206         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29207         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29208         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29209         * sysdeps/x86_64/dl-tls.h: Likewise.
29210         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29211         * time/alt_digit.c: Likewise.
29212         * time/era.c: Likewise.
29213         * wcsmbs/tst-c16c32-1.c: Likewise.
29215 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29217         * math/libm-test.inc (struct test_sincos_data): New type.
29218         (RUN_TEST_LOOP_sincos): New macro.
29219         (sincos_test_data): New variable.
29220         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29222 2013-05-16  Richard Henderson  <rth@redhat.com>
29224         * math/atest-exp2.c (LIMB64): New macro.
29225         (CONSTSZ): New macro.
29226         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29227         (hexdig): Move ...
29228         (print_mpn_fp): ... to function scope.
29229         (read_mpn_hex): Remove.
29230         (get_log2): Remove.
29231         (exp2_mpn): Use mp_log2.
29232         (main): Use mp_exp1.
29234 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29236         * math/libm-test.inc: Remove comment about not testing "inexact"
29237         exceptions.
29238         (INEXACT_EXCEPTION): New macro.
29239         (NO_INEXACT_EXCEPTION): Likewise.
29240         (INVALID_EXCEPTION_OK): Update value.
29241         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29242         (OVERFLOW_EXCEPTION_OK): Likewise.
29243         (UNDERFLOW_EXCEPTION_OK): Likewise.
29244         (IGNORE_ZERO_INF_SIGN): Likewise.
29245         (ERRNO_UNCHANGED): Likewise.
29246         (ERRNO_EDOM): Likewise.
29247         (ERRNO_ERANGE): Likewise.
29248         (test_exceptions): Handle testing "inexact" exceptions.
29249         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29250         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29251         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29252         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29253         INEXACT_EXCEPTION.
29254         (rint_towardzero_test_data): Likewise.
29255         (rint_downward_test_data): Likewise.
29256         (rint_upward_test_data): Likewise.
29258         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29259         with OVERFLOW_EXCEPTION.
29260         (exp10_test_data): Likewise.
29261         (exp2_test_data): Likewise.
29262         (expm1_test_data): Likewise.
29263         (lgamma_test_data): Likewise.
29264         (pow_test_data): Likewise.
29265         (tgamma_test_data): Likewise.
29266         (yn_test_data): Remove duplicate test of overflow.
29268         * math/libm-test.inc (struct test_cc_c_data): New type.
29269         (RUN_TEST_LOOP_cc_c): New macro.
29270         (cpow_test_data): New variable.
29271         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29273         * math/libm-test.inc (struct test_f_L_data): New type.
29274         (RUN_TEST_LOOP_f_L): New macro.
29275         (llrint_test_data): New variable.
29276         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29277         (llrint_tonearest_test_data): New variable.
29278         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29279         (llrint_towardzero_test_data): New variable.
29280         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29281         (llrint_downward_test_data): New variable.
29282         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29283         (llrint_upward_test_data): New variable.
29284         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29285         (llround_test_data): New variable.
29286         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29288 2013-05-13  Peter Collingbourne  <pcc@google.com>
29290         * math/atest-exp2.c (get_log2): Remove const attribute.
29292 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29294         * math/libm-test.inc (struct test_f_l_data): New type.
29295         (RUN_TEST_LOOP_f_l): New macro.
29296         (lrint_test_data): New variable.
29297         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29298         (lrint_tonearest_test_data): New variable.
29299         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29300         (lrint_towardzero_test_data): New variable.
29301         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29302         (lrint_downward_test_data): New variable.
29303         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29304         (lrint_upward_test_data): New variable.
29305         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29306         (lround_test_data): New variable.
29307         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29309 2013-05-15  Peter Collingbourne  <pcc@google.com>
29311         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29312         (EXTRACT_WORDS64) Use where appropriate.
29313         (INSERT_WORDS64) Likewise.
29315         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29316         constraints with x constraints.
29317         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29319         * malloc/obstack.c (_obstack_compat): Add initializer.
29321 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29323         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29324         si_trapno and add si_addr_lsb to _sifields.sigfault.
29325         (si_trapno): Remove macro.
29326         (si_addr_lsb): Define new macro.
29327         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29329 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29331         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29332         instead of TEST_f_l.
29333         (llrint_test_tonearest): Likewise.
29334         (llrint_test_towardzero): Likewise.
29335         (llrint_test_downward): Likewise.
29336         (llrint_test_upward): Likewise.
29337         (llround_test): Likewise.
29339         * math/libm-test.inc (struct test_f_i_data): Add comment.
29340         (RUN_TEST_LOOP_f_b): New macro.
29341         (RUN_TEST_LOOP_f_b_tg): Likewise.
29342         (finite_test_data): New variable.
29343         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29344         (isfinite_test_data): New variable.
29345         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29346         (isinf_test_data): New variable.
29347         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29348         (isnan_test_data): New variable.
29349         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29350         (isnormal_test_data): New variable.
29351         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29352         (issignaling_test_data): New variable.
29353         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29354         (signbit_test_data): New variable.
29355         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29357         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29358         with INVALID_EXCEPTION.
29359         (acosh_test_data): Likewise.
29360         (asin_test_data): Likewise.
29361         (atanh_test_data): Likewise.
29362         (fmod_test_data): Likewise.
29363         (log_test_data): Likewise.
29364         (log10_test_data): Likewise.
29365         (log2_test_data): Likewise.
29366         (pow_test_data): Likewise.
29367         (sqrt_test_data): Likewise.
29368         (y0_test_data): Likewise.
29369         (y1_test_data): Likewise.
29370         (yn_test_data): Likewise.
29372         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29373         function contents.
29375         * math/libm-test.inc (struct test_ff_i_data): New type.
29376         (RUN_TEST_LOOP_ff_i_tg): New macro.
29377         (isgreater_test_data): New variable.
29378         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29379         (isgreaterequal_test_data): New variable.
29380         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29381         (isless_test_data): New variable.
29382         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29383         (islessequal_test_data): New variable.
29384         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29385         (islessgreater_test_data): New variable.
29386         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29387         (isunordered_test_data): New variable.
29388         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29390 2013-05-14  David S. Miller  <davem@davemloft.net>
29392         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29394 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29396         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29398         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29399         extra_test to int.
29400         (struct test_f_i_data): Change type of max_ulp to int.
29402         * math/libm-test.inc (test_ffI_f1_data): New type.
29403         (RUN_TEST_LOOP_ffI_f1): New macro.
29404         (remquo_test_data): New variable.
29405         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29407         * setjmp/tst-setjmp-fp.c: New file.
29408         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29409         (link-libm): New variable.
29410         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29412         * math/libm-test.inc (struct test_f_i_data): New type.
29413         (RUN_TEST_LOOP_f_i): New macro.
29414         (RUN_TEST_LOOP_f_i_tg): Likewise.
29415         (fpclassify_test_data): New variable.
29416         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29417         (ilogb_test_data): New variable.
29418         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29420         * math/libm-test.inc (scalbln_test): Correct function name in END
29421         call.
29423         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29424         (RUN_TEST_LOOP_fI_f1): New macro.
29425         (frexp_test_data): New variable.
29426         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29428         * math/libm-test.inc (struct test_fF_f1_data): New type.
29429         (RUN_TEST_LOOP_fF_f1): New macro.
29430         (modf_test_data): New variable.
29431         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29433         * math/libm-test.inc (struct test_f_f1_data): New type.
29434         (RUN_TEST_LOOP_f_f1): New macro.
29435         (gamma_test_data): New variable.
29436         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29437         (lgamma_test_data): New variable.
29438         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29440 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29442         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29443         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29444         (main): Comment "tls" pseudo-hwcap.
29446 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29448         * math/libm-test.inc (struct test_fl_f_data): New type.
29449         (RUN_TEST_LOOP_fl_f): New variable.
29450         (scalbln_test_data): New variable.
29451         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29453         * math/libm-test.inc (struct test_fi_f_data): New type.
29454         (RUN_TEST_LOOP_fi_f): New macro.
29455         (ldexp_test_data): New variable.
29456         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29457         (scalbn_test_data): New variable.
29458         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29460         * math/libm-test.inc (struct test_c_f_data): New type.
29461         (RUN_TEST_LOOP_c_f): New macro.
29462         (cabs_test_data): New variable.
29463         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29464         (carg_test_data): New variable.
29465         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29466         (cimag_test_data): New variable.
29467         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29468         (creal_test_data): New variable.
29469         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29471         * math/libm-test.inc (struct test_if_f_data): New type.
29472         (RUN_TEST_LOOP_if_f): New macro.
29473         (jn_test_data): New variable.
29474         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29475         (yn_test_data): New variable.
29476         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29478         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29480 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29482         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29483         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29485 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29487         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29488         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29489         (bench-deps): Add bench-timing.h.
29490         * benchtests-bench-skeleton.c: Include bench-timing.h.
29491         (main): Use TIMING_* macros instead of clock_gettime.
29492         * benchtests/bench-timing.h: New file.
29494         [BZ #14582]
29495         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29496         Renamed from _LIB_VERSION.
29497         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29499 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29501         * math/libm-test.inc (struct test_fff_f_data): New type.
29502         (RUN_TEST_LOOP_fff_f): New macro.
29503         (fma_test_data): New variable.
29504         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29505         (fma_towardzero_test_data): New variable.
29506         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29507         (fma_downward_test_data): New variable.
29508         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29509         (fma_upward_test_data): New variable.
29510         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29512         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29513         (struct test_c_c_data): New type.
29514         (RUN_TEST_LOOP_c_c): New macro.
29515         (cacos_test_data): New variable.
29516         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29517         (cacosh_test_data): New variable.
29518         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29519         (casin_test_data): New variable.
29520         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29521         (casinh_test_data): New variable.
29522         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29523         (catan_test_data): New variable.
29524         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29525         (catanh_test_data): New variable.
29526         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29527         (ccos_test_data): New variable.
29528         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29529         (ccosh_test_data): New variable.
29530         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29531         (cexp_test_data): New variable.
29532         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29533         (clog_test_data): New variable.
29534         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29535         (clog10_test_data): New variable.
29536         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29537         (conj_test_data): New variable.
29538         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29539         (cproj_test_data): New variable.
29540         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29541         (csin_test_data): New variable.
29542         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29543         (csinh_test_data): New variable.
29544         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29545         (csqrt_test_data): New variable.
29546         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29547         (ctan_test_data): New variable.
29548         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29549         (ctan_tonearest_test_data): New variable.
29550         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29551         (ctan_towardzero_test_data): New variable.
29552         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29553         (ctan_downward_test_data): New variable.
29554         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29555         (ctan_upward_test_data): New variable.
29556         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29557         (ctanh_test_data): New variable.
29558         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29559         (ctanh_tonearest_test_data): New variable.
29560         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29561         (ctanh_towardzero_test_data): New variable.
29562         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29563         (ctanh_downward_test_data): New variable.
29564         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29565         (ctanh_upward_test_data): New variable.
29566         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29567         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29568         of BUILD_COMPLEX.
29570         * math/libm-test.inc (struct test_ff_f_data): New type.
29571         (struct test_ff_f_data_nexttoward): Likewise.
29572         (RUN_TEST_LOOP_2_f): New macro.
29573         (RUN_TEST_LOOP_ff_f): Likewise.
29574         (atan2_test_data): New variable.
29575         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29576         (copysign_test_data): New variable.
29577         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29578         (fdim_test_data): New variable.
29579         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29580         (fmax_test_data): New variable.
29581         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29582         (fmin_test_data): New variable.
29583         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29584         (fmod_test_data): New variable.
29585         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29586         (hypot_test_data): New variable.
29587         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29588         (nextafter_test_data): New variable.
29589         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29590         (nexttoward_test_data): New variable.
29591         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29592         (pow_test_data): New variable.
29593         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29594         (pow_tonearest_test_data): New variable.
29595         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29596         (pow_towardzero_test_data): New variable.
29597         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29598         (pow_downward_test_data): New variable.
29599         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29600         (pow_upward_test_data): New variable.
29601         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29602         (remainder_test_data): New variable.
29603         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29604         (scalb_test_data): New variable.
29605         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29606         * sysdeps/i386/fpu/libm-test-ulps: Update.
29608 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29610         * math/libm-test.inc (fma_test): Use max_value instead of local
29611         variable fltmax.
29612         (nextafter_test): Likewise.
29614         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29615         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29616         (acos_downward_test_data): New variable.
29617         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29618         (acos_upward_test_data): New variable.
29619         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29620         (acosh_test_data): New variable.
29621         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29622         (asin_test_data): New variable.
29623         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29624         (asin_tonearest_test_data): New variable.
29625         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29626         (asin_towardzero_test_data): New variable.
29627         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29628         (asin_downward_test_data): New variable.
29629         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29630         (asin_upward_test_data): New variable.
29631         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29632         (asinh_test_data): New variable.
29633         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29634         (atan_test_data): New variable.
29635         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29636         (atanh_test_data): New variable.
29637         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29638         (cbrt_test_data): New variable.
29639         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29640         (ceil_test_data): New variable.
29641         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29642         (cos_test_data): New variable.
29643         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29644         (cos_tonearest_test_data): New variable.
29645         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29646         (cos_towardzero_test_data): New variable.
29647         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29648         (cos_downward_test_data): New variable.
29649         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29650         (cos_upward_test_data): New variable.
29651         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29652         (cosh_test_data): New variable.
29653         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29654         (cosh_tonearest_test_data): New variable.
29655         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29656         (cosh_towardzero_test_data): New variable.
29657         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29658         (cosh_downward_test_data): New variable.
29659         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29660         (cosh_upward_test_data): New variable.
29661         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29662         (erf_test_data): New variable.
29663         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29664         (erfc_test_data): New variable.
29665         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29666         (exp_test_data): New variable.
29667         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29668         (exp_tonearest_test_data): New variable.
29669         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29670         (exp_towardzero_test_data): New variable.
29671         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29672         (exp_downward_test_data): New variable.
29673         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29674         (exp_upward_test_data): New variable.
29675         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29676         (exp10_test_data): New variable.
29677         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29678         (exp2_test_data): New variable.
29679         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29680         (expm1_test_data): New variable.
29681         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29682         (fabs_test_data): New variable.
29683         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29684         (floor_test_data): New variable.
29685         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29686         (j0_test_data): New variable.
29687         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29688         (j1_test_data): New variable.
29689         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29690         (log_test_data): New variable.
29691         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29692         (log10_test_data): New variable.
29693         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29694         (log1p_test_data): New variable.
29695         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29696         (log2_test_data): New variable.
29697         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29698         (logb_test_data): New variable.
29699         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29700         (logb_downward_test_data): New variable.
29701         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29702         (nearbyint_test_data): New variable.
29703         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29704         (rint_test_data): New variable.
29705         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29706         (rint_tonearest_test_data): New variable.
29707         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29708         (rint_towardzero_test_data): New variable.
29709         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29710         (rint_downward_test_data): New variable.
29711         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29712         (rint_upward_test_data): New variable.
29713         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29714         (round_test_data): New variable.
29715         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29716         (sin_test_data): New variable.
29717         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29718         (sin_tonearest_test_data): New variable.
29719         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29720         (sin_towardzero_test_data): New variable.
29721         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29722         (sin_downward_test_data): New variable.
29723         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29724         (sin_upward_test_data): New variable.
29725         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29726         (sinh_test_data): New variable.
29727         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29728         (sinh_tonearest_test_data): New variable.
29729         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29730         (sinh_towardzero_test_data): New variable.
29731         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29732         (sinh_downward_test_data): New variable.
29733         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29734         (sinh_upward_test_data): New variable.
29735         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29736         (sqrt_test_data): New variable.
29737         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29738         (tan_test_data): New variable.
29739         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29740         (tan_tonearest_test_data): New variable.
29741         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29742         (tan_towardzero_test_data): New variable.
29743         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29744         (tan_downward_test_data): New variable.
29745         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29746         (tan_upward_test_data): New variable.
29747         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29748         (tanh_test_data): New variable.
29749         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29750         (tgamma_test_data): New variable.
29751         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29752         (trunc_test_data): New variable.
29753         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29754         (y0_test_data): New variable.
29755         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29756         (y1_test_data): New variable.
29757         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29758         (significand_test_data): New variable.
29759         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29761 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29763         [BZ #12387]
29764         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29766 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29768         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29770 2013-05-10  Andreas Jaeger  <aj@suse.de>
29772         [BZ #15448]
29773         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29774         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29776 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29778         * math/gen-libm-test.pl (adjust_arg): New function.
29779         (special_functions): Handle generating output in both functions
29780         and arrays.
29781         (parse_args): Likewise.
29782         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29783         $in_func argument to parse_args.
29784         * math/libm-test.inc (struct test_f_f_data): New type.
29785         (IF_ROUND_INIT_): New macro.
29786         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29787         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29788         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29789         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29790         (ROUND_RESTORE_): Likewise.
29791         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29792         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29793         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29794         (ROUND_RESTORE_FE_UPWARD): Likewise.
29795         (RUN_TEST_LOOP_f_f): New macro.
29796         (acos_test_data): New variable.
29797         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29798         (acos_tonearest_test_data): New variable.
29799         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29801 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29803         * benchtests/bench-skeleton.c (startup): Fix coding style.
29805 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29807         [BZ #6809]
29808         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29809         negative infinity argument.
29810         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29811         negative infinity argument.
29812         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29813         negative infinity argument.
29814         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29815         domain errors.
29817 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29819         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29820         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29821         * iconv/iconv_prog.c (main): Likewise.
29822         * locale/programs/charmap-dir.c (charmap_readdir)
29823         (fopen_uncompressed): Likewise.
29824         * locale/programs/locfile.c (siblings_uncached)
29825         (write_locale_data): Use lstat64 instead of lstat.
29826         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29827         stat.
29829 2013-05-10  Andreas Jaeger  <aj@suse.de>
29831         [BZ #15395]
29832         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29833         localization.
29834         Include <locale.h>.
29836 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29838         * elf/dl-close.c (_dl_close_worker): Add comments.
29840 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29842         [BZ #15359]
29843         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29844         high part of pi/2.
29845         (__ieee754_rem_pio2l): Update comments.
29847         [BZ #15429]
29848         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29849         high part of pi/2.
29850         (__ieee754_rem_pio2l): Update comments.
29852         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29853         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29855         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29856         M_PI_4l.
29858         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29859         (M_PI_34_LOG10El): Likewise.
29860         (M_PI2_LOG10El): Likewise.
29861         (M_PI4_LOG10El): Likewise.
29862         (M_PI_LOG10El): Likewise.
29864 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29866         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29868 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29870         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29871         (MINUS_ZERO_INIT): Likewise.
29872         (PLUS_INFTY_INIT): Likewise.
29873         (MINUS_INFTY_INIT): Likewise.
29874         (QNAN_VALUE_INIT): Likewise.
29875         (MAX_VALUE_INIT): Likewise.
29876         (MIN_VALUE_INIT): Likewise.
29877         (MIN_SUBNORM_VALUE_INIT): Likewise.
29878         (plus_zero): Initialize with PLUS_ZERO_INIT.
29879         (minus_zero): Initialize with MINUS_ZERO_INIT.
29880         (plus_infty): Initialize with PLUS_INFTY_INIT.
29881         (minus_infty): Initialize with MINUS_INFTY_INIT.
29882         (qnan_value): Initialize with QNAN_VALUE_INIT.
29883         (max_value): Initialize with MAX_VALUE_INIT.
29884         (min_value): Initialize with MIN_VALUE_INIT.
29885         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29887         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29888         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29889         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29890         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29892         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29893         (RUN_TEST_2_f): Likewise.
29894         (RUN_TEST_ff_f): Likewise.
29895         (RUN_TEST_fi_f): Likewise.
29896         (RUN_TEST_fl_f): Likewise.
29897         (RUN_TEST_fff_f): Likewise.
29898         (RUN_TEST_c_f): Likewise.
29899         (RUN_TEST_f_f1): Likewise.
29900         (RUN_TEST_fF_f1): Likewise.
29901         (RUN_TEST_fI_f1): Likewise.
29902         (RUN_TEST_ffI_f1): Likewise.
29903         (RUN_TEST_c_c): Likewise.
29904         (RUN_TEST_cc_c): Likewise.
29905         (RUN_TEST_f_i): Likewise.
29906         (RUN_TEST_f_i_tg): Likewise.
29907         (RUN_TEST_ff_i_tg): Likewise.
29908         (RUN_TEST_f_b): Likewise.
29909         (RUN_TEST_f_b_tg): Likewise.
29910         (RUN_TEST_f_l): Likewise.
29911         (RUN_TEST_f_L): Likewise.
29912         (RUN_TEST_sincos): Likewise.
29913         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29914         whether to show exceptions.  Do not include ");\n" in return
29915         value.
29916         (special_functions): Output call to RUN_TEST_sincos instead of
29917         check_float calls.  Update calls to new_test.
29918         (parse_args): Output call to single RUN_TEST_* macro instead of
29919         check_* calls and other assignments.  Update calls to new_test.
29921         [BZ #2546]
29922         [BZ #2560]
29923         [BZ #5159]
29924         [BZ #15426]
29925         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29926         input to result for tgamma overflow.
29927         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29928         (gamma_coeff): New variable.
29929         (NCOEFF): New macro.
29930         (gamma_positive): New function.
29931         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29932         underflow here.  Use gamma_positive instead of exp (lgamma) for
29933         other arguments.
29934         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29935         (gamma_coeff): New variable.
29936         (NCOEFF): New macro.
29937         (gammaf_positive): New function.
29938         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29939         underflow here.  Use gamma_positive instead of exp (lgamma) for
29940         other arguments.
29941         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29942         (gamma_coeff): New variable.
29943         (NCOEFF): New macro.
29944         (gammal_positive): New function.
29945         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29946         underflow here.  Use gamma_positive instead of exp (lgamma) for
29947         other arguments.
29948         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29949         (gamma_coeff): New variable.
29950         (NCOEFF): New macro.
29951         (gammal_positive): New function.
29952         (__ieee754_gammal_r): Handle positive infinity, overflow and
29953         underflow here.  Handle NaN the same as positive infinity.  Remove
29954         check x < 0xffffffff for negative integers.  Use gamma_positive
29955         instead of exp (lgamma) for other arguments.
29956         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29957         (gamma_coeff): New variable.
29958         (NCOEFF): New macro.
29959         (gammal_positive): New function.
29960         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29961         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29962         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29963         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29964         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29965         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29966         * sysdeps/generic/math_private.h (__gamma_productf): New
29967         prototype.
29968         (__gamma_product): Likewise.
29969         (__gamma_productl): Likewise.
29970         * math/Makefile (libm-calls): Add gamma_product.
29971         * math/libm-test.inc (tgamma_test): Add more tests.
29972         * sysdeps/i386/fpu/libm-test-ulps: Update.
29973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29975 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29977         * benchtests/bench-skeleton.c (main): Preheat CPU.
29979 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29981         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29983 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29985         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29986         and _dl_skip_args_internal.
29988 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29990         * manual/message.texi (Message Translation): Talk about users.
29991         Message to key mapping impacts design.
29993 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29995         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29997         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29999         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30000         * sysdeps/wordsize-64/glob64.c: ... here.
30002         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30003         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30004         New macros.
30006         * debug/getlogin_r_chk.c: Moved to ...
30007         * login/getlogin_r_chk.c: ... here.
30008         * debug/Makefile (routines): Move getlogin_r_chk to ...
30009         * login/Makefile (routines): ... here.
30010         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30011         * login/Versions (libc: GLIBC_2.4): ... here.
30013         * io/poll.c (__poll): Renamed from poll.
30014         Add libc_hidden_def.
30015         (poll): Define as weak alias.
30017         * debug/ptsname_r_chk.c: Moved to ...
30018         * login/ptsname_r_chk.c: ... here.
30019         * debug/Makefile (routines): Move ptsname_r_chk to ...
30020         * login/Makefile (routines): ... here.
30021         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30022         * login/Versions (libc: GLIBC_2.4): ... here.
30024         * posix/getlogin.c: Moved to ...
30025         * login/getlogin.c: ... here.
30026         * posix/getlogin_r.c: Moved to ...
30027         * login/getlogin_r.c: ... here.
30028         * posix/getlogin_r.c: Moved to ...
30029         * login/getlogin_r.c: ... here.
30030         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30031         * login/Makefile (routines): ... here.
30032         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30033         * login/Versions (libc: GLIBC_2.0): ... here.
30035         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30036         (setrlimit): Define as weak alias.
30038         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30039         Call __ names for open, ftruncate, and close.
30040         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30041         (truncate): Define as weak alias.
30043 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30045         * math/gen-libm-test.pl (parse_args): Initialize x before each
30046         test of frexp, modf and remquo.
30048         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30049         test signgam value.
30051 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30053         [BZ #15418]
30054         [BZ #15419]
30055         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30056         internal tests.
30057         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30059 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30061         * elf/dl-writev.h: New file.
30062         * elf/dl-misc.c: Include it.
30063         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30064         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30066 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30068         * math/libm-test.inc (noXFails): Remove variable.
30069         (noXPasses): Likewise.
30070         (BUILD_COMPLEX_INT): Remove macro.
30071         (print_screen): Remove xfail argument.
30072         (print_screen_max_error): Likewise.
30073         (update_stats): Likewise.
30074         (print_max_error): Likewise.  Update calls to other affected
30075         functions.
30076         (print_complex_max_error): Likewise.
30077         (test_single_exception): Update calls to print_screen.
30078         (test_single_errno): Likewise.
30079         (check_float_internal): Remove xfail argument.  Update calls to
30080         other affected functions.
30081         (check_float): Likewise.
30082         (check_complex): Likewise.
30083         (check_int): Likewise.
30084         (check_long): Likewise.
30085         (check_bool): Likewise.
30086         (check_longlong): Likewise.
30087         (main): Don't print noXFails and noXPasses.
30088         * math/gen-libm-test.pl (top level): Don't mention expected
30089         failure handling in comment.
30090         (new_test): Don't handle expected failures.
30091         (parse_args): Don't mention expected failure handling in comment.
30092         (generate_testfile): Don't handle expected failures.
30093         (parse_ulps): Likewise.
30094         (print_ulps_file): Likewise.
30095         (get_failure): Remove function.
30096         (output_test): Don't handle expected failures.
30097         * make/README.libm-test: Don't mention expected failure handling.
30099         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30100         (minus_zero): Likewise.
30101         (plus_infty): Likewise.
30102         (minus_infty): Likewise.
30103         (qnan_value): Likewise.
30104         (max_value): Likewise.
30105         (min_value): Likewise.
30106         (min_subnorm_value): Likewise.
30107         (initialize): Do not initialize those variables dynamically.
30109 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30111         * io/open.c (__open_2): Moved to ...
30112         * io/open_2.c: ... this new file.
30113         * io/open64.c (__open64_2): Moved to ...
30114         * io/open64_2.c: ... this new file.
30115         * io/openat.c (__openat_2): Moved to ...
30116         * io/openat_2.c: ... this new file.
30117         * io/openat64.c (__openat64_2): Moved to ...
30118         * io/openat64_2.c: ... this new file.
30119         * io/Makefile (routines): Add them.
30120         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30121         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30122         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30123         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30124         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30125         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30126         (__openat64): Add hidden_ver.
30127         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30128         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30130         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30131         Separately conditionalize setting of GLRO(dl_sysinfo) so
30132         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30133         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30135 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30137         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30138         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30139         definition.
30140         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30141         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30142         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30143         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30144         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30146 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30148         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30149         test signgam value.
30151         * math/libm-test.inc (hypot_test): Do not use
30152         IGNORE_ZERO_INF_SIGN.
30154 2013-05-03  Andreas Jaeger  <aj@suse.de>
30156         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30157         Linux 3.9.
30158         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30159         (PF_MAX): Adjust for VSOCK change.
30161 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30165 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30167         [BZ #15264]
30168         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30169         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30170         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30172 2013-05-02  David S. Miller  <davem@davemloft.net>
30174         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30176 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30178         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30180 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30182         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30184 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30186         [BZ #14952]
30187         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30188         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30189         Use __attribute__ ((__gnu_inline__)).
30190         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30191         Don't use __attribute__ ((__gnu_inline__)).
30193 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30195         [BZ #15423]
30196         * math/s_catan.c (__catan): Handle small real or imaginary part of
30197         input specially to avoid spurious underflow.
30198         * math/s_catanf.c (__catanf): Likewise.
30199         * math/s_catanh.c (__catanh): Likewise.
30200         * math/s_catanhf.c (__catanhf): Likewise.
30201         * math/s_catanhl.c (__catanhl): Likewise.
30202         * math/s_catanl.c (__catanl): Likewise.
30203         * math/libm-test.inc (catan_test): Add more tests.
30204         (catanh_test): Likewise.
30205         * sysdeps/i386/fpu/libm-test-ulps: Update.
30206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30208 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30210         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30212 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30214         [BZ #15416]
30215         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30216         accurately for denominator in atan2.
30217         * math/s_catanf.c (__catanf): Likewise.
30218         * math/s_catanh.c (__catanh): Likewise.
30219         * math/s_catanhf.c (__catanhf): Likewise.
30220         * math/s_catanhl.c (__catanhl): Likewise.
30221         * math/s_catanl.c (__catanl): Likewise.
30222         * math/libm-test.inc (catan_test): Add more tests.
30223         (catanh_test): Likewise.
30224         * sysdeps/i386/fpu/libm-test-ulps: Update.
30225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30227 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30229         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30231         * benchtests/Makefile (bench): Remove slow benchmarks.
30232         * benchtests/atan-inputs: Add slow benchmark inputs.
30233         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30234         (BENCH_FUNC): Accept variant offset.
30235         (VARIANT): Define.
30236         * benchtests/bench-skeleton.c (main): Run benchmark for each
30237         variant.
30238         * benchtests/cos-inputs: Add slow benchmark inputs.
30239         * benchtests/exp-inputs: Likewise.
30240         * benchtests/pow-inputs: Likewise.
30241         * benchtests/sin-inputs: Likewise.
30242         * benchtests/slowatan-inputs: Remove.
30243         * benchtests/slowatan.c: Remove.
30244         * benchtests/slowcos-inputs: Remove.
30245         * benchtests/slowcos.c: Remove.
30246         * benchtests/slowexp-inputs: Remove.
30247         * benchtests/slowexp.c: Remove.
30248         * benchtests/slowpow-inputs: Remove.
30249         * benchtests/slowpow.c: Remove.
30250         * benchtests/slowsin-inputs: Remove.
30251         * benchtests/slowsin.c: Remove.
30252         * benchtests/slowtan-inputs: Remove.
30253         * benchtests/slowtan.c: Remove.
30254         * benchtests/tan-inputs: Add slow benchmark inputs.
30255         * scripts/bench.pl: Parse comments and directives.
30257         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30258         in CPPFLAGS.
30259         ($(objpfx)bench-%.c): Remove *-ITER.
30260         * benchtests/bench-modf.c: Remove definition of ITER.
30261         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30262         (main): Loop for DURATION seconds instead of fixed number of
30263         iterations.
30264         * scripts/bench.pl: Don't expect iterations in parameters.
30266 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30268         * io/fchdir.c (__fchdir): Renamed from fchdir.
30269         (fchdir): Define as weak alias.
30271 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30273         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30274         (ERRNO_EDOM): Likewise.
30275         (ERRNO_ERANGE): Likewise.
30276         (noErrnoTests): New variable.
30277         (init_max_error): Set errno to 0.
30278         (test_single_errno): New function.
30279         (test_errno): Likewise.
30280         (check_float_internal): Call test_errno.  Set errno to 0.
30281         (check_complex): Refer to errno tests in comment.
30282         (check_int): Call test_errno.  Set errno to 0.
30283         (check_long): Likewise.
30284         (check_bool): Likewise.
30285         (check_longlong): Likewise.
30286         (cos_test): Use ERRNO_* flags for errno tests instead of
30287         check_int.
30288         (expm1_test): Likewise.
30289         (fmod_test): Likewise.
30290         (ilogb_test): Likewise.
30291         (lgamma_test): Likewise.
30292         (pow_test): Likewise.
30293         (remainder_test): Likewise.
30294         (sin_test): Likewise.
30295         (tan_test): Likewise.
30296         (yn_test): Likewise.
30297         (initialize): Set errno to 0.
30298         (main): Print number of errno tests.
30299         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30301 2013-04-29  Andreas Jaeger  <aj@suse.de>
30303         [BZ #15084]
30304         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30305         and RES_USEVC.
30307         [BZ #15085]
30308         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30309         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30310         unimplemented.
30312         [BZ #15380]
30313         * stdlib/random.c (__initstate): Return NULL if
30314         __initstate fails.
30316         [BZ #15086]
30317         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30318         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30319         RES_SNGLKUPREOP.
30321 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30323         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30325 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30327         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30328         of individual tests.
30329         (casin_test): Likewise.
30330         (casinh_test): Likewise.
30332 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30334         [BZ #15409]
30335         * math/s_catan.c (__catan): Handle arguments with large real or
30336         imaginary part separately without squaring.
30337         * math/s_catanf.c (__catanf): Likewise.
30338         * math/s_catanh.c (__catanh): Likewise.
30339         * math/s_catanhf.c (__catanhf): Likewise.
30340         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30341         and redefine.
30342         (__catanhl): Handle arguments with large real or imaginary part
30343         separately without squaring.
30344         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30345         and redefine.
30346         (__catanl): Handle arguments with large real or imaginary part
30347         separately without squaring.
30348         * math/libm-test.inc (catan_test): Add more tests.
30349         (catanh_test): Likewise.
30350         * sysdeps/i386/fpu/libm-test-ulps: Update.
30351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30353 2013-04-27  Andreas Jaeger  <aj@suse.de>
30355         [BZ #15007]
30356         * stdlib/stdlib.h: Update guards for qecvt.
30357         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30358         <stdlib.h>.
30360 2013-04-27  Allan McRae  <allan@archlinux.org>
30362         * sysdeps/i386/fpu/libm-test-ulps: Update.
30364 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30366         [BZ #15406]
30367         * math/s_catan.c: Include <float.h>.
30368         (__catan): Ensure underflow exception occurs for underflowed
30369         result.
30370         * math/s_catanf.c: Include <float.h>.
30371         (__catanf): Ensure underflow exception occurs for underflowed
30372         result.
30373         * math/s_catanh.c: Include <float.h>.
30374         (__catanh): Ensure underflow exception occurs for underflowed
30375         result.
30376         * math/s_catanhf.c: Include <float.h>.
30377         (__catanhf): Ensure underflow exception occurs for underflowed
30378         result.
30379         * math/s_catanhl.c: Include <float.h>.
30380         (__catanhl): Ensure underflow exception occurs for underflowed
30381         result.
30382         * math/s_catanl.c: Include <float.h>.
30383         (__catanl): Ensure underflow exception occurs for underflowed
30384         result.
30385         * math/libm-test.inc (catan_test): Add more tests.
30386         (catanh_test): Likewise.
30388         [BZ #15405]
30389         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30390         underflowed result.
30391         * math/s_ccoshf.c (__ccoshf): Likewise.
30392         * math/s_ccoshl.c (__ccoshl): Likewise.
30393         * math/s_csin.c (__csin): Likewise.
30394         * math/s_csinf.c (__csinf): Likewise.
30395         * math/s_csinh.c (__csinh): Likewise.
30396         * math/s_csinhf.c (__csinhf): Likewise.
30397         * math/s_csinhl.c (__csinhl): Likewise.
30398         * math/s_csinl.c (__csinl): Likewise.
30399         * math/libm-test.inc (ccos_test): Add more tests.
30400         (ccosh_test): Likewise.
30401         (csin_test): Likewise.
30402         (csinh_test): Likewise.
30404 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30406         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30407         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30408         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30409         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30410         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30411         powerpc/power5+/fpu folders.
30412         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30415 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30417         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30419 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30421         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30422         additions to variable.
30423         [$(config-machine) = x86_64] (modules-names): Likewise.
30424         ($(objpfx)tst-audit3): Remove dependency.
30425         ($(objpfx)tst-audit3.out): Likewise.
30426         ($(objpfx)tst-audit4): Likewise.
30427         ($(objpfx)tst-audit4.out): Likewise.
30428         ($(objpfx)tst-audit5): Likewise.
30429         ($(objpfx)tst-audit5.out): Likewise.
30430         ($(objpfx)tst-audit6): Likewise.
30431         ($(objpfx)tst-audit6.out): Likewise.
30432         ($(objpfx)tst-audit7): Likewise.
30433         ($(objpfx)tst-audit7.out): Likewise.
30434         (tst-audit3-ENV): Remove variable.
30435         (tst-audit4-ENV): Likewise.
30436         (tst-audit5-ENV): Likewise.
30437         (tst-audit6-ENV): Likewise.
30438         (tst-audit7-ENV): Likewise.
30439         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30440         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30441         addition to variable.
30442         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30443         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30444         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30445         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30446         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30447         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30448         tst-audit3, tst-audit4 and tst-audit5.
30449         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30450         tst-audit6 and tst-audit7.
30451         [$(subdir) = elf] (modules-names): Add audit modules for those
30452         tests.
30453         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30454         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30455         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30456         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30457         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30458         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30459         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30460         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30461         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30462         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30463         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30464         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30465         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30466         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30467         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30468         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30469         Likewise.
30470         [$(subdir) = elf && $(config-cflags-avx) = yes]
30471         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30472         [$(subdir) = elf && $(config-cflags-avx) = yes]
30473         (CFLAGS-tst-auditmod4a.c): Likewise.
30474         [$(subdir) = elf && $(config-cflags-avx) = yes]
30475         (CFLAGS-tst-auditmod4b.c): Likewise.
30476         [$(subdir) = elf && $(config-cflags-avx) = yes]
30477         (CFLAGS-tst-auditmod6b.c): Likewise.
30478         [$(subdir) = elf && $(config-cflags-avx) = yes]
30479         (CFLAGS-tst-auditmod6c.c): Likewise.
30480         [$(subdir) = elf && $(config-cflags-avx) = yes]
30481         (CFLAGS-tst-auditmod7b.c): Likewise.
30482         * elf/tst-audit3.c: Move to ...
30483         * sysdeps/x86_64/tst-audit3.c: ... here.
30484         * elf/tst-audit4.c: Move to ...
30485         * sysdeps/x86_64/tst-audit4.c: ... here.
30486         * elf/tst-audit5.c: Move to ...
30487         * sysdeps/x86_64/tst-audit5.c: ... here.
30488         * elf/tst-audit6.c: Move to ...
30489         * sysdeps/x86_64/tst-audit6.c: ... here.
30490         * elf/tst-audit7.c: Move to ...
30491         * sysdeps/x86_64/tst-audit7.c: ... here.
30492         * elf/tst-auditmod3a.c: Move to ...
30493         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30494         * elf/tst-auditmod3b.c: Move to ...
30495         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30496         * elf/tst-auditmod4a.c: Move to ...
30497         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30498         * elf/tst-auditmod4b.c: Move to ...
30499         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30500         * elf/tst-auditmod5a.c: Move to ...
30501         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30502         * elf/tst-auditmod5b.c: Move to ...
30503         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30504         * elf/tst-auditmod6a.c: Move to ...
30505         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30506         * elf/tst-auditmod6b.c: Move to ...
30507         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30508         * elf/tst-auditmod6c.c: Move to ...
30509         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30510         * elf/tst-auditmod7a.c: Move to ...
30511         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30512         * elf/tst-auditmod7b.c: Move to ...
30513         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30515 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30517         [BZ #15366]
30518         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30519         define unconditionally.
30520         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30521         define unconditionally.
30522         (INT8_C, INT16_C, etc.): Likewise.
30524 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30526         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30527         __ehdr_start with hidden visibility.
30529         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30531 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30533         * math/libm-test.inc (cos_test): Use accurate hex constants.
30534         (sincost_test): Likewise.
30536 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30538         * math/libm-test.inc (catan_test): Add more tests.
30539         (catanh_test): Likewise.
30541         * math/s_catanf.c (__catanf): Use suffixed floating-point
30542         constants.
30543         * math/s_catanhf.c (__catanhf): Likewise.
30544         * math/s_catanhl.c (__catanhl): Likewise.
30545         * math/s_catanl.c (__catanl): Likewise.
30547         [BZ #15394]
30548         * math/s_catan.c (__catan): Calculate imaginary part of result
30549         with log1p not log unless computing log of number close to 0.
30550         * math/s_catanf.c (__catanf): Likewise.
30551         * math/s_catanl.c (__catanl): Likewise.
30552         * math/s_catanh.c (__catanh): Calculate real part of result with
30553         log1p not log unless computing log of number close to 0.
30554         * math/s_catanhf.c (__catanhf): Likewise.
30555         * math/s_catanhl.c (__catanhl): Likewise.
30556         * math/libm-test.inc (catan_test): Add more tests.
30557         (catanh_test): Likewise.
30558         * sysdeps/i386/fpu/libm-test-ulps: Update.
30559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30561 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30563         * benchtests/Makefile: Mention files in which fast and slow
30564         paths of math functions are implemented.
30566 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30568         * sysdeps/posix/timespec_get.c: New file.
30570 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30572         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30573         POWER.
30574         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30575         for POWER.
30576         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30577         powerpc/power5/fpu folders.
30578         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30579         * benchtests/Makefile: Add modf testcase.
30580         * benchtests/bench-modf.c: New file: Benchmark test for mo
30582 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30584         [BZ #14888]
30585         * time/Makefile (tests): Add tst-strptime-whitespace.
30586         * time/strptime_l.c (get_number): Use ISSPACE.
30587         (__strptime_internal): Likewise.
30588         * time/tst-strptime-whitespace.c: New test case.
30590 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30592         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30593         member.
30594         (_nss_files_init): Set it here.
30596 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30598         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30599         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30600         unsigned.
30602 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30604         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30606 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30608         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30609         size just once.
30611 2013-04-21  David S. Miller  <davem@davemloft.net>
30613         * po/ru.po: Update Russion translation from translation project.
30615 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30617         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30618         and setfsgid.
30620 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30622         * configure.in: Remove i386 configure warning. Remove i386 case.
30623         * configure: Regenerate.
30624         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30625         Add example to error message.
30626         * sysdeps/i386/configure: Regenerate.
30628 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30630         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30631         slowtan.
30632         * benchtests/cos-inputs: New file.
30633         * benchtests/slowcos-inputs: New file.
30634         * benchtests/slowcos.c: New file.
30635         * benchtests/slowtan-inputs: New file.
30636         * benchtests/slowtan.c: New file.
30637         * benchtests/tan-inputs: New file.
30639 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30641         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30642         considered kosher.
30644 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30646         * benchtests/Makefile: Include cppflags-iterator.mk to add
30647         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30649         * Makefile.in (bench-clean): New target.
30650         * benchtests/Makefile (bench-clean): Likewise.
30652 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30654         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30656 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30658         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30660 2013-04-15  Andreas Schwab  <schwab@suse.de>
30662         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30663         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30664         * nscd/pwdcache.c (cache_addpw): Likewise.
30665         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30666         more than recsize.
30668 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30670         * benchtests/Makefile (bench): Write all output to
30671         bench-out.tmp together.
30673 2013-04-15  Andreas Schwab  <schwab@suse.de>
30675         * nscd/nscd.c (main): Don't fork again after closing files.
30677 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30679         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30681         * benchtests/Rules (bench-deps): Collect dependencies into a
30682         single variable.  Add Makefile to dependencies.
30683         ($(objpfx)bench-%.c): Depend on bench-deps.
30685 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30686             Xavier Roche  <roche+kml2@exalead.com>
30688         [BZ #15361]
30689         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30690         just that it's a file descriptor.
30691         * manual/llio.texi (Synchronizing AIO Operations): Update description
30692         for EBADF error from aio_fsync.
30694 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30696         * Rules (bench): Move target definition...
30697         * benchtests/Makefile: ... here.
30699 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30701         * math/libm-test.inc (cos_test): Fix PI/2 test.
30702         (sincos_test): Likewise.
30703         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30704         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30706 2013-04-11  Andreas Schwab  <schwab@suse.de>
30708         [BZ #13988]
30709         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30710         accept exponent character only when digits were seen.
30711         * stdio-common/Makefile (tests): Add bug26.
30712         * stdio-common/bug26.c: New file.
30714         [BZ #14293]
30715         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30716         non-freeable.
30718 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30720         * Makeconfig (rtld-prefix): Define built linker prefix.
30721         * Rules (run-bench): Use it.
30722         * math/Makefile (run-regen-ulps): Likewise.
30724         * Rules (bench): Remove eval.
30726 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30727             Roland McGrath  <roland@hack.frob.com>
30728             Ondrej Bilka  <neleai@seznam.cz>
30730         [BZ #15346]
30731         * time/getdate.c: Include ctype.h and alloca.h.
30732         (__getdate_r): Trim leading and trailing spaces of input.
30733         * time/tst-getdate.c (tests): Add tests with leading and
30734         trailing spaces.
30736 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30738         [BZ #14280]
30739         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30740         when computing value.
30742 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30744         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30745         Use testrun.sh to run libm tests.
30747         [BZ #15309]
30748         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30750 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30752         [BZ #15264]
30753         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30755 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30757         * Makefile.in (regen-ulps): New target.
30758         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30759         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30760         [ifneq (no,$(PERL)] (regen-ulps): New target.
30761         [ifeq (no,$(PERL)] (regen-ulps): New target.
30762         * math/libm-test.inc (ulps_file_name): Define.
30763         (output_dir): New variable.
30764         (options): Add "output-dir" option.
30765         (parse_opt): Handle 'o' case.
30766         (main): If output_dir is non-NULL use it as a prefix
30767         otherwise use "".
30768         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30770 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30772         [BZ #10060, #10062]
30773         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30774         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30775         fail configure if __sync_val_compare_and_swap is not inlined.
30776         * sysdeps/i386/configure: Regenerate.
30777         * configure.in: Build for i686 when configured for i386.
30778         * configure: Regenerate.
30779         * README: Remove i386 reference.
30781 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30783         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30784         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30786 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30788         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30789         (lmsnanval): New variables.
30790         (F): Add conversion tests.
30791         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30792         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30794         * stdio-common/tstdiomisc.c (F): Properly collect individual
30795         tests' results.
30797         [BZ #14686, #15336]
30798         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30799         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30800         Instead, use input NaN values or generate a qNaN by arithmetic
30801         operation.  Also fix bugs to comply with the standard.
30802         * math/libm-test.inc (remainder_test): Add more tests.
30804         [BZ #15335, #15342]
30805         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30806         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30807         input NaN values or generate a qNaN by arithmetic operation.
30809         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30810         unreachable code.
30812         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30813         definitions.
30815 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30817         [BZ #14478]
30818         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30819         underflowed result.
30820         * math/s_cexpf.c (__cexpf): Likewise.
30821         * math/s_cexpl.c (__cexpl): Likewise.
30822         * math/libm-test.inc (cexp_test): Add more tests.
30824 2013-04-03  Andreas Schwab  <schwab@suse.de>
30826         [BZ #15330]
30827         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30828         order arrays from heap if bigger than alloca cutoff.
30830 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30832         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30833         (SNAN_TESTS_double): Refer to GCC PR56831.
30834         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30835         GCC PR56828.
30837 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30839         * Rules (bench): Move bench.out after the run is complete.
30841         * Rules (bench): Echo currently running benchmark.
30843         * benchtests/Makefile (bench): Add atan and slowatan.
30844         * benchtests/atan-inputs: New file.
30845         * benchtests/slowatan-inputs: New file.
30846         * benchtests/slowatan.c: New file.
30848         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30849         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30850         its value.
30852         [BZ #15305]
30853         * sysdeps/unix/sysv/linux/kernel-features.h
30854         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30855         __ASSUME_XFS_RESTRICTED_CHOWN.
30856         * sysdeps/unix/sysv/linux/pathconf.c
30857         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30858         Save and restore errno.
30860 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30862         [BZ #15327]
30863         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30864         arguments using __kernel_casinh.
30865         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30866         arguments using __kernel_casinhf.
30867         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30868         arguments using __kernel_casinhl.
30869         * math/libm-test.inc (cacosh_test): Add more tests.
30870         * sysdeps/i386/fpu/libm-test-ulps: Update.
30871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30873 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30875         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30876         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30878         * bench/Makefile (bench): Add sin and slowsin.
30879         * benchtests/sin-inputs: New file.
30880         * benchtests/slowsin-inputs: New file.
30881         * benchtests/slowsin.c: New file.
30883         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30884         (bench): Add slowexp and slowpow.
30885         (exp-ITER): Increase iterations.
30886         (pow-ITER): Likewise.
30887         * benchtests/exp-inputs: Change input.
30888         * benchtests/pow-inputs: Likewise.
30889         * benchtests/slowexp-inputs: New file.
30890         * benchtests/slowexp.c: New file.
30891         * benchtests/slowpow-inputs: New file.
30892         * benchtests/slowpow.c: New file.
30894 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30896         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30897         instructions.
30898         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30899         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30900         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30901         * benchtests/Makefile: Add rint benchtest.
30902         * benchtests/rint-inputs: Input for rint benchtest.
30904 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30906         * Versions.def (libm): Add GLIBC_2.18.
30907         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30908         hidden libm prototypes.
30909         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30910         * math/Makefile (libm-calls): Add s_issignaling.
30911         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30912         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30913         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30914         declaration.
30915         * math/math.h [__USE_GNU] (issignaling): New macro.
30916         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30917         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30918         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30919         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30920         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30921         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30922         * manual/arith.texi (issignaling): New section.
30923         * manual/libm-err-tab.pl (@all_functions): Update comment.
30924         * math/gen-libm-test.pl (parse_args): Apply special handling for
30925         issignaling.
30926         * math/libm-test.inc (print_float, issignaling_test): New
30927         functions.
30928         (check_float_internal): Add issignaling checks.
30929         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30930         default definition.
30931         * sysdeps/powerpc/math-tests.h: New file.
30932         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30933         tests.
30934         * math/test-snan.c (TEST_FUNC): Likewise.
30936 2013-03-30  David S. Miller  <davem@davemloft.net>
30938         * po/de.po: Update from translation team.
30940 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30942         [BZ #10357]
30943         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30944         imaginary part less than 1.0 and real part less than 0.5
30945         specially.
30946         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30947         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30948         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30949         (cacos_test): Add more tests.
30950         (casin_test): Likewise.
30951         (casinh_test): Likewise.
30952         * sysdeps/i386/fpu/libm-test-ulps: Update.
30953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30955 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30957         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30958         ONE with its value.
30960         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30961         (__pow_mp): Replace ONE and MONE with their values.
30962         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30963         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30964         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30965         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30966         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30967         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30969         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30971         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30972         (__pow_mp): Replace ZERO and MZERO with their values.
30973         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30974         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30975         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30976         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30977         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30978         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30979         (__sqr): Likewise.
30981         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30983         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30985 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30987         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30988         Declare with __attribute__ ((weak)).
30989         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30990         Call __call_tls_dtors only if it's not NULL.
30992 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30994         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30995         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30996         magic __ehdr_start linker symbol if it's defined.
30997         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30998         them up here if it was already done.
31000         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31001         (_dl_aux_init): Use const in cast when setting it.
31002         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31003         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31004         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31006         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31007         Declare them here.
31008         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31009         * csu/libc-tls.c: Nor here.
31010         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31012         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31013         (__libc_message): Never call vsyslog.
31015 2013-03-28  Alan Modra  <amodra@gmail.com>
31017         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31018         Define as empty.
31019         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31020         Likewise.
31022 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31024         [BZ #15214]
31025         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31026         underflow.
31027         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31029 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31031         [BZ #15304]
31032         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31033         Don't add gid passed as argument.
31035         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31037 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31039         [BZ #15307]
31040         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31041         imaginary part between 1.0 and 1.5 and real part less than 0.5
31042         specially.
31043         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31044         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31045         * math/libm-test.inc (cacos_test): Add more tests.
31046         (casin_test): Likewise.
31047         (casinh_test): Likewise.
31048         * sysdeps/i386/fpu/libm-test-ulps: Update.
31049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31051 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31053         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31054         constants.
31055         (norm): Likewise.
31056         (denorm): Likewise.
31057         (__dbl_mp): Likewise.
31058         (add_magnitudes): Likewise.
31059         (sub_magnitudes): Likewise.
31060         (__add): Likewise.
31061         (__sub): Likewise.
31062         (__mul): Likewise.
31063         (__sqr): Likewise.
31064         (__inv): Likewise.
31065         (__dvd): Likewise.
31067         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31068         commented code.
31069         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31070         (__dubcos): Likewise.
31071         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31072         (__ieee754_acos): Likewise.
31073         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31074         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31075         (__exp1): Likewise.
31076         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31077         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31078         (log1): Likewise.
31079         (my_log2): Likewise.
31080         (checkint): Likewise.
31081         * sysdeps/ieee754/dbl-64/e_remainder.c
31082         (__ieee754_remainder): Likewise.
31083         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31084         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31085         (bsloww): Likewise.
31086         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31088         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31089         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31090         MANTISSA_STORE_T to store computations on mantissa.  Use
31091         macros for rounding and division.
31092         (denorm): Likewise.
31093         (__dbl_mp): Likewise.
31094         (add_magnitudes): Likewise.
31095         (sub_magnitudes): Likewise.
31096         (__mul): Likewise.
31097         (__sqr): Likewise.
31098         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31099         powers of two in terms of TWOPOW macro.
31100         (mp_no): Make type of mantissa as MANTISSA_T.
31101         [!RADIXI]: Define RADIXI.
31102         [!TWO52]: Define TWO52.
31103         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31105 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31107         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31108         llroundl symbol when building for PPC32.
31110 2013-03-24  Mark H Weaver  <mhw@netris.org>
31112         * manual/arith.texi (Normalization Functions): Fix prototypes for
31113         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31115 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31117         [BZ #13889]
31118         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31119         high value to check if expl overflow.
31120         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31121         to check for underflow and overflow.
31122         * math/libm-test.inc: Add exp test.
31124 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31126         [BZ #11120]
31127         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31128         with NOT_IN_libc.
31130 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31132         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31133         symbol.
31135 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31137         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31138         wrap blocks consisting of several statements.
31140         * sysdeps/generic/math-tests.h: New file.
31141         * sysdeps/i386/fpu/math-tests.h: Likewise.
31142         * math/test-snan.c: Include it.
31143         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31145 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31147         [BZ #15285]
31148         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31149         (__ieee754_j0l): Do not improve calculations using cos of twice
31150         input for inputs above LDBL_MAX / 2.0L.
31151         (__ieee754_y0l): Likewise.
31152         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31153         (__ieee754_j1l): Do not improve calculations using cos of twice
31154         input for inputs above LDBL_MAX / 2.0L.
31155         (__ieee754_y1l): Likewise.
31156         * math/libm-test.inc (j0_test): Add another test.
31157         (j1_test): Likewise.
31158         (y0_test): Likewise.
31159         (y1_test): Likewise.
31160         * sysdeps/i386/fpu/libm-test-ulps: Update.
31162 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31164         * Rules ($(objpfx)bench-%.c): Include code from a C source
31165         file.
31167 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31169         [BZ #15287]
31170         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31171         imaginary part 1.0 and real part less than 0.5 specially.
31172         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31173         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31174         * math/libm-test.inc (cacos_test): Add more tests.
31175         (casin_test): Likewise.
31176         (casinh_test): Likewise.
31177         * sysdeps/i386/fpu/libm-test-ulps: Update.
31178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31180 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31182         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31183         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31185 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31187         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31188         * config.make.in (config-cflags-sse4): Remove variable.
31189         (config-cflags-avx): Likewise.
31190         (config-cflags-sse2avx): Likewise.
31191         (config-cflags-novzeroupper): Likewise.
31192         (config-asflags-i686): Likewise.
31193         (have-mfma4): Likewise.
31194         (have-as-vis3): Likewise.
31195         (MIG): Likewise.
31196         * configure.in (MIG): Do not AC_SUBST.
31197         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31198         (libc_cv_cc_sse4): Do not AC_SUBST.
31199         (libc_cv_cc_avx): Likewise.
31200         (libc_cv_cc_sse2avx): Likewise.
31201         (libc_cv_cc_novzeroupper): Likewise.
31202         (libc_cv_cc_fma4): Likewise.
31203         (libc_cv_as_i686): Likewise.
31204         (libc_cv_sparc_as_vis3): Likewise.
31205         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31206         LIBC_CONFIG_VAR.
31207         (config-asflags-i686): Likewise.
31208         (config-cflags-avx): Likewise.
31209         (config-cflags-sse2avx): Likewise.
31210         (have-mfma4): Likewise.
31211         (config-cflags-novzeroupper): Likewise.
31212         * sysdeps/mach/configure.in (MIG): Likewise.
31213         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31214         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31215         LIBC_CONFIG_VAR.
31216         (config-cflags-avx): Likewise.
31217         (config-cflags-sse2avx): Likewise.
31218         (have-mfma4): Likewise.
31219         (config-cflags-novzeroupper): Likewise.
31220         * configure: Regenerated.
31221         * sysdeps/i386/configure: Likewise.
31222         * sysdeps/mach/configure: Likewise.
31223         * sysdeps/sparc/configure: Likewise.
31224         * sysdeps/x86_64/configure: Likewise.
31226 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31228         [BZ #14812]
31229         * locale/programs/localedef.c (options): Put N_ translation marker
31230         on argument names, not just descriptions.
31232 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31234         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31236 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31238         [BZ #14176]
31239         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31241 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31243         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31244         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31245         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31246         [!BEFORE_ABORT] (before_abort): New function.
31247         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31248         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31249         (writev_for_fatal): New function.
31250         (WRITEV_FOR_FATAL): New macro; call that.
31251         (backtrace_and_maps): New function.
31252         (BEFORE_ABORT): New macro; call that.
31253         (struct str_list): Type removed.
31254         (__libc_message, __libc_fatal): Functions removed.
31255         Include <sysdeps/posix/libc_fatal.c> instead.
31257 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31259         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31260         constants.
31261         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31262         double constants.
31264 2013-03-19  Andreas Schwab  <schwab@suse.de>
31266         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31267         * sysdeps/gnu/configure: Regenerate.
31269         * configure.in: Substitute libc_cv_rtlddir.
31270         * configure: Regenerate.
31271         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31272         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31273         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31274         * elf/Makefile (install-others, CFLAGS-interp.c)
31275         (ldso_install, common-ldd-rewrite): Likewise.
31276         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31277         $(inst_slibdir)/$(rtld-installed-name).
31278         * scripts/rellns-sh: Add -p option.
31279         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31280         for source.
31282 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31284         * manual/nptl.texi: Renamed to ...
31285         * manual/threads.texi: ... this.
31286         * manual/Makefile (chapters): Update.
31288 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31290         [BZ #14812]
31291         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31292         on argument names, not just descriptions.
31293         * malloc/memusagestat.c (options): Likewise.
31294         * nss/getent.c (options): Likewise.
31296 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31298         [BZ #14812]
31299         * iconv/iconv_prog.c (options): Put N_ translation marker
31300         on argument names, not just descriptions.
31301         * iconv/iconvconfig.c (options): Likewise.
31303 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31305         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31306         implementation which is faster on all x86_64 architectures.
31307         Tested on AMD, Intel Nehalem, SNB, IVB.
31308         * sysdeps/x86_64/strnlen.S: Likewise.
31310         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31311         Remove all multiarch strlen and strnlen versions.
31312         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31313         Remove strlen and strnlen related parts.
31315         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31316         Inline strlen part.
31317         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31319         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31320         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31321         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31322         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31323         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31324         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31326 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31328         * manual/memory.texi (Malloc Tunable Parameters):
31329         Sort parameters alphabetically. Add comments for missing entries.
31331 2013-03-17  David S. Miller  <davem@davemloft.net>
31333         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31335 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31337         [BZ #15283]
31338         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31339         for arguments at most half maximum finite value.
31340         * math/libm-test.inc (j0_test): Add more tests.
31341         (j1_test): Likewise.
31342         (y0_test): Likewise.
31343         (y1_test): Likewise.
31344         * sysdeps/i386/fpu/libm-test-ulps: Update.
31345         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31347         [BZ #14155]
31348         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31349         1 / x and functions P and Q for arguments above 0x1p256L.
31350         (__ieee754_y0l): Likewise.
31351         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31352         (__ieee754_y1l): Likewise.
31353         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31354         (j1_test): Likewise.
31355         (y0_test): Likewise.
31356         (y1_test): Likewise.
31358 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31360         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31361         variable.
31363 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31365         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31366         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31367         zero since it's initialized to EXEC_PAGESIZE.
31369         * sysdeps/unix/sysv/linux/ldsodefs.h
31370         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31371         * sysdeps/generic/ldsodefs.h: ... here.
31373 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31375         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31377         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31378         math/test-snan.c.
31379         * math/test-snan.c: Renamed from
31380         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31381         * math/Makefile (tests): Add test-snan.
31382         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31383         test-powerpc-snan.
31385         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31386         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31387         functions.
31388         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31389         __builtin_nan family of functions.
31390         * math/libm-test.inc (initialize): Initialize qnan_value with
31391         __builtin_nan family of functions.
31392         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31393         Remove variables.
31394         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31395         Remove functions.
31396         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31397         storage class.  Initialize qNaN_var and sNaN_var with
31398         __builtin_nan and __builtin_nans families of functions,
31399         respectively.
31401         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31402         (sqrt_test): Remove duplicate test with qNaN input.
31403         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31404         (round_test, signbit_test, significand_test): Note missing +/-Inf
31405         as well as qNaN tests.
31407         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31408         qNaN_var.  Fix a few strings, too.
31409         * math/libm-test.inc (nan_value): Rename to qnan_value.
31410         * math/gen-libm-test.pl (%beautify): Adjust to that.
31411         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31412         * math/test-misc.c (main): Likewise.
31413         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31414         to __qnan_bytes, and __qnan_union, respectively.
31415         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31416         Likewise.
31417         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31418         and lqnanval, respectively.
31419         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31420         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31421         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31422         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31424         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31425         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31426         doubles.
31428         * math/test-misc.c (main): Fix copy'n'pastos.
31429         * misc/tst-efgcvt.c (special): Likewise.
31431         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31432         Remove declarations.
31434 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31436         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31437         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31438         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31439         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31441 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31443         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31444         macro to return vdso values correctly in IFUNC implementations.
31445         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31446         Optimization by using IFUNC.
31448 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31449             Richard Henderson  <rth@redhat.com>
31450             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31452         * Makefile.in (bench): New target.
31453         * NEWS: Mention the benchmark framework.
31454         * Rules (bench): Likewise.
31455         (binaries-bench): Generate binaries for functions to
31456         benchmark.
31457         * benchtests/Makefile: New makefile for benchmark tests.
31458         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31459         programs.
31460         * benchtests/exp-inputs: New input file for EXP function.
31461         * benchtests/pow-inputs: New input file for POW function.
31462         * scripts/bench.pl: New script to generate source files for
31463         benchmark programs.
31465 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31467         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31468         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31469         computations on mantissa.  Use macros for rounding and
31470         division.
31471         (denorm): Likewise.
31472         (__dbl_mp): Likewise.
31473         (add_magnitudes): Likewise.
31474         (sub_magnitudes): Likewise.
31475         (__mul): Likewise.
31476         (__sqr): Likewise.
31477         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31478         powers of two in terms of TWOPOW macro.
31479         (mp_no): Make type of mantissa as MANTISSA_T.
31480         [!RADIXI]: Define RADIXI.
31481         [!TWO52]: Define TWO52.
31482         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31484         * manual/nptl.texi (cindex): Modify threads to pthreads.
31486 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31488         * sysdeps/x86_64/preconfigure: Regenerated.
31490 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31492         [BZ #14155]
31493         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31494         0x1p28 and above.
31495         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31496         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31497         0x1p28 and above.
31498         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31499         * math/libm-test.inc (j0_test): Do not allow one spurious
31500         underflow exception.
31501         (y1_test): Likewise.
31503 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31505         * manual/Makefile (chapters): Add nptl.
31506         * manual/debug.texi (Debugging Support): Add link to Threads
31507         chapter.
31508         * manual/nptl.texi: New file.
31510         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31512 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31514         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31515         for non-NULL pointer before the memory validity test. Pointed
31516         out by Holger Brunck <holger.brunck@keymile.com>.
31518 2013-03-13  Andreas Schwab  <schwab@suse.de>
31520         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31521         instead of .os.
31523 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31525         * timezone/zic.c: Update from tzcode 2013b.
31527 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31529         * manual/install.texi (Configuring and compiling):
31530         Mention i686 and i586.
31531         * INSTALL: Regenerate.
31533 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31535         * sysdeps/init_array/elf-init.c: New file.
31536         * csu/elf-init.c
31537         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31538         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31540         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31541         __gmon_start__ as global, but as static with a .preinit_array pointer.
31542         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31543         * sysdeps/init_array/crti.S: New file, empty except for comments.
31544         * sysdeps/init_array/crtn.S: Likewise.
31546 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31548         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31549         definining bcopy.
31550         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31551         Remove Prefer_SSE_for_memop.
31552         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31553         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31554         HAS_PREFER_SSE_FOR_MEMOP.
31555         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31556         memset-x86-64.
31557         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31558         Remove bzero, memset ifunc support.
31559         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31560         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31561         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31562         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31564 2013-03-11  Andreas Schwab  <schwab@suse.de>
31566         [BZ #15234]
31567         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31568         by SHLIB_COMPAT.
31569         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31570         (GLIBC_2.16): Remove pthread_atfork.
31572 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31574         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31575         (ptestcases.h): Likewise.
31577 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31579         * Makeconfig ($(common-objpfx)config.status): Depend on
31580         sysdeps/*/preconfigure{,.in} too.
31582 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31584         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31585         (__free_hook): Use void * instead of __malloc_ptr_t.
31586         (__malloc_hook): Likewise.
31587         (__realloc_hook): Likewise.
31588         (__memalign_hook): Likewise.
31589         (__after_morecore_hook): Likewise.
31590         * malloc/arena.c (save_malloc_hook): Likewise.
31591         (save_free_hook): Likewise.
31592         * malloc/hooks.c (malloc_hook_ini): Likewise.
31593         (realloc_hook_ini): Likewise.
31594         (memalign_hook_ini): Likewise.
31595         * malloc/malloc.c (malloc_hook_ini): Likewise.
31596         (realloc_hook_ini): Likewise.
31597         (memalign_hook_ini): Likewise.
31598         (__free_hook): Likewise.
31599         (__malloc_hook): Likewise.
31600         (__realloc_hook): Likewise.
31601         (__memalign_hook): Likewise.
31602         (__libc_malloc): Likewise.
31603         (__libc_free): Likewise.
31604         (__libc_realloc): Likewise.
31605         (__libc_memalign): Likewise.
31606         (__libc_valloc): Likewise.
31607         (__libc_pvalloc): Likewise.
31608         (__libc_calloc): Likewise.
31609         (__posix_memalign): Likewise.
31610         * malloc/morecore.c (__sbrk): Likewise.
31611         (__default_morecore): Likewise.
31613         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31615         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31616         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31617         __malloc_ptrdiff_t.
31619         * malloc/malloc.h (__malloc_size_t): Remove macro.
31620         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31621         __malloc_size_t.
31622         (old_memalign_hook): Likewise.
31623         (old_realloc_hook): Likewise.
31624         (struct hdr): Likewise.
31625         (flood): Likewise.
31626         (mallochook): Likewise.
31627         (memalignhook): Likewise.
31628         (reallochook): Likewise.
31629         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31630         (tr_old_realloc_hook): Likewise.
31631         (tr_old_memalign_hook): Likewise.
31632         (tr_mallochook): Likewise.
31633         (tr_reallochook): Likewise.
31634         (tr_memalignhook): Likewise.
31636 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31638         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31639         default_ldbl_pack and using as default implementation.
31640         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31641         implementation.
31642         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31643         redundant definition.
31644         (ldbl_insert_mantissa): Likewise.
31645         (ldbl_canonicalize): Likewise.
31646         (ldbl_nearbyint): Likewise.
31647         (ldbl_pack): Rename to ldbl_pack_ppc.
31648         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31649         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31650         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31652 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31654         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31655         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31656         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31657         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31658         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31659         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31660         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31661         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31663 2013-03-07  Andreas Jaeger  <aj@suse.de>
31665         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31666         bits/mman-linux.h.
31668 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31670         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31671         Include mpa.h and declare __MPEXP.
31672         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31673         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31674         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31675         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31676         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31677         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31678         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31680         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31681         (__slowpow): Use long double EXPL and LOGL functions to
31682         compute POW.
31683         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31684         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31685         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31686         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31687         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31688         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31690         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31691         intermediate variable to calculate exponent.
31692         (__sqr): Likewise.
31693         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31694         Likewise.
31695         (__sqr): Likewise.
31697         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31698         [!NO__SQR]: Define __sqr.
31699         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31700         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31701         sysdeps/ieee754/dbl-64/mpa.c.
31702         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31704         [BZ #12723]
31705         * posix/Makefile (tests): Add tst-pathconf.
31706         * posix/tst-pathconf.c: New test case.
31707         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31708         _PC_PIPE_BUF.
31709         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31711 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31713         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31715 2013-03-06  Andreas Jaeger  <aj@suse.de>
31717         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31718         definition via __MAP_ANONYMOUS.
31720         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31721         it's not part of Linux headers.
31723         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31724         (MAP_HUGE_MASK): Define.
31726         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31727         Define.
31728         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31729         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31730         Define.
31731         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31732         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31733         Define.
31734         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31735         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31736         Define.
31737         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31739         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31740         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31741         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31742         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31743         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31744         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31746         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31747         Handle f2fs.
31749         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31750         Handle f2fs and efivarfs.
31752         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31753         f2fs.
31755         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31756         (EFIVARFS_MAGIC): Add.
31757         (F2FS_LINK_MAX): Add.
31759 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31761         * stdio-common/vfprintf.c: Replace __builtin_expect with
31762         __glibc_unlikely.
31764 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31766         [BZ #13550]
31767         * sysdeps/generic/bp-sym.h: Remove file.
31768         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31769         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31770         <bp-sym.h> and <bp-asm.h>.
31771         (__longjmp): Don't use BP_SYM.
31772         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31773         and <bp-asm.h>.
31774         (memcpy): Don't use BP_SYM.
31775         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31776         <bp-sym.h> and <bp-asm.h>.
31777         (memcpy): Don't use BP_SYM.
31778         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31779         <bp-asm.h>.
31780         (memcpy): Don't use BP_SYM.
31781         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31782         <bp-asm.h>.
31783         (memset): Don't use BP_SYM.
31784         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31785         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31786         (__bzero): Don't use BP_SYM.
31787         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31788         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31789         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31790         <bp-sym.h> and <bp-asm.h>.
31791         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31792         pointers.
31793         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31794         <bp-sym.h> and <bp-asm.h>.
31795         (memcpy): Don't use BP_SYM.
31796         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31797         <bp-sym.h> and <bp-asm.h>.
31798         (memset): Don't use BP_SYM.
31799         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31800         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31801         (__bzero): Don't use BP_SYM.
31802         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31803         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31804         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31805         <bp-sym.h> and <bp-asm.h>.
31806         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31807         pointers.
31808         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31809         <bp-sym.h> and <bp-asm.h>.
31810         (memcpy): Don't use BP_SYM.
31811         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31812         <bp-sym.h> and <bp-asm.h>.
31813         (memset): Don't use BP_SYM.
31814         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31815         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31816         (__bzero): Don't use BP_SYM.
31817         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31818         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31819         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31820         <bp-sym.h> and <bp-asm.h>.
31821         (__memchr): Don't use BP_SYM.
31822         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31823         <bp-sym.h> and <bp-asm.h>.
31824         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31825         pointers.
31826         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31827         <bp-sym.h> and <bp-asm.h>.
31828         (memcpy): Don't use BP_SYM.
31829         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31830         <bp-sym.h> and <bp-asm.h>.
31831         (__mempcpy): Don't use BP_SYM.
31832         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31833         <bp-sym.h> and <bp-asm.h>.
31834         (__memrchr): Don't use BP_SYM.
31835         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31836         <bp-sym.h> and <bp-asm.h>.
31837         (memset): Don't use BP_SYM.
31838         (__bzero): Likewise.
31839         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31840         <bp-sym.h> and <bp-asm.h>.
31841         (__rawmemchr): Don't use BP_SYM.
31842         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31843         <bp-sym.h> and <bp-asm.h>.
31844         (__STRCMP): Don't use BP_SYM.
31845         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31846         <bp-sym.h> and <bp-asm.h>.
31847         (strchr): Don't use BP_SYM.
31848         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31849         <bp-sym.h> and <bp-asm.h>.
31850         (__strchrnul): Don't use BP_SYM.
31851         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31852         <bp-sym.h> and <bp-asm.h>.
31853         (strlen): Don't use BP_SYM.
31854         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31855         <bp-sym.h> and <bp-asm.h>.
31856         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31857         pointers.
31858         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31859         <bp-sym.h> and <bp-asm.h>.
31860         (__strnlen): Don't use BP_SYM.
31861         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31862         <bp-sym.h> and <bp-asm.h>.
31863         (__GI__setjmp): Don't use BP_SYM.
31864         (_setjmp): Likewise.
31865         (__sigsetjmp): Likewise.
31866         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31867         (L(start_addresses)): Don't use BP_SYM.
31868         (_start): Likewise.
31869         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31870         <bp-asm.h>.
31871         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31872         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31873         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31874         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31875         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31876         <bp-asm.h>.
31877         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31878         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31879         about bounded pointers.
31880         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31881         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31882         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31883         <bp-asm.h>.
31884         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31885         about bounded pointers.  Remove GKM FIXME comments.
31886         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31887         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31888         <bp-asm.h>.
31889         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31890         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31891         Remove GKM FIXME comments.
31892         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31893         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31894         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31895         <bp-asm.h>.
31896         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31897         about bounded pointers.  Remove GKM FIXME comment.
31898         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31899         and <bp-asm.h>.
31900         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31901         pointers.
31902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31903         <bp-sym.h> and <bp-asm.h>.
31904         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31906         <bp-sym.h> and <bp-asm.h>.
31907         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31908         comment.
31910 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31912         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31913         call free(NULL).
31915 2013-03-05  David S. Miller  <davem@davemloft.net>
31917         * po/es.po: Update from translation team.
31919 2013-03-05  Andreas Jaeger  <aj@suse.de>
31921         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31922         <bits/mman-linux.h>.
31923         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31924         is fine.
31925         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31926         <bits/mman-linux.h> to end of file.
31927         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31928         is fine.
31929         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31930         <bits/mman-linux.h> to end of file.
31931         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31932         is fine.
31933         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31934         <bits/mman-linux.h> to end of file.
31936         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31937         (MCL_CURRENT, MCL_FUTURE): Define here.
31939 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31941         [BZ #15232]
31942         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31943         attribute_hidden.
31944         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31946 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31948         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31949         fourth parameter needed for rt_sigprocmask syscall.
31950         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31951         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31952         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31953         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31954         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31955         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31957 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31959         [BZ #13550]
31960         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31961         comment about bounded pointers.
31962         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31963         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31965 2013-03-04  Andreas Jaeger  <aj@suse.de>
31967         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31968         common definitions.
31970         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31971         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31972         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31973         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31974         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31975         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31977 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31979         [BZ #15055]
31980         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31981         __ieee754_sqrl instead of __sqrl.
31983 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31985         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31986         * sysdeps/powerpc/fpu_control.h: ... here.
31987         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31988         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31989         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31990         * sysdeps/powerpc/bits/mathinline.h: ... here.
31992 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31994         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31995         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31996         to just [NEED_DL_SYSINFO_DSO].
31997         * elf/dl-support.c: Likewise.
31998         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31999         * elf/rtld.c (dl_main): Likewise.
32000         * elf/setup-vdso.h (setup_vdso): Likewise.
32001         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32002         * sysdeps/unix/sysv/linux/dl-sysdep.c
32003         (_dl_discover_osversion): Likewise.
32005 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32007         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32008         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32010 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32012         * NEWS: Mention libm performance improvements and non-x86 PI
32013         futex support.
32015         * csu/libc-start.c (__pthread_initialize_minimal): Change
32016         function arguments.
32017         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32019 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32021         [BZ #13550]
32022         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32023         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32024         <bp-sym.h> and <bp-asm.h>.
32025         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32026         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32027         and <bp-asm.h>.
32028         (memcpy): Don't use BP_SYM.
32029         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32030         <bp-asm.h>.
32031         (__mpn_add_n): Don't use BP_SYM.
32032         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32033         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32034         and <bp-asm.h>.
32035         (__mpn_addmul_1): Don't use BP_SYM.
32036         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32037         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32038         <bp-sym.h>.
32039         (_setjmp): Don't use BP_SYM.
32040         (__novmx_setjmp): Likewise.
32041         (__GI__setjmp): Likewise.
32042         (__vmx_setjmp): Likewise.
32043         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32044         <bp-sym.h>.
32045         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32046         (__bzero): Don't use BP_SYM.
32047         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32048         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32049         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32050         <bp-sym.h> and <bp-asm.h>.
32051         (memcpy): Don't use BP_SYM.
32052         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32053         <bp-sym.h> and <bp-asm.h>.
32054         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32055         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32056         <bp-sym.h> and <bp-asm.h>.
32057         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32058         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32059         <bp-asm.h>.
32060         (__mpn_lshift): Don't use BP_SYM.
32061         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32062         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32063         <bp-asm.h>.
32064         (memset): Don't use BP_SYM.
32065         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32066         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32067         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32068         <bp-asm.h>.
32069         (__mpn_mul_1): Don't use BP_SYM.
32070         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32071         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32072         <bp-sym.h> and <bp-asm.h>.
32073         (memcmp): Don't use BP_SYM.
32074         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32075         <bp-sym.h> and <bp-asm.h>.
32076         (memcpy): Don't use BP_SYM.
32077         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32078         <bp-sym.h> and <bp-asm.h>.
32079         (memset): Don't use BP_SYM.
32080         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32081         <bp-sym.h> and <bp-asm.h>.
32082         (strncmp): Don't use BP_SYM.
32083         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32084         <bp-sym.h> and <bp-asm.h>.
32085         (memcpy): Don't use BP_SYM.
32086         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32087         <bp-sym.h> and <bp-asm.h>.
32088         (memset): Don't use BP_SYM.
32089         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32090         <bp-sym.h> and <bp-asm.h>.
32091         (__memchr): Don't use BP_SYM.
32092         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32093         <bp-sym.h> and <bp-asm.h>.
32094         (memcmp): Don't use BP_SYM.
32095         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32096         <bp-sym.h> and <bp-asm.h>.
32097         (memcpy): Don't use BP_SYM.
32098         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32099         <bp-sym.h> and <bp-asm.h>.
32100         (__mempcpy): Don't use BP_SYM.
32101         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32102         <bp-sym.h> and <bp-asm.h>.
32103         (__memrchr): Don't use BP_SYM.
32104         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32105         <bp-sym.h> and <bp-asm.h>.
32106         (memset): Don't use BP_SYM.
32107         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32108         <bp-sym.h> and <bp-asm.h>.
32109         (__rawmemchr): Don't use BP_SYM.
32110         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32111         <bp-sym.h> and <bp-asm.h>.
32112         (__STRCMP): Don't use BP_SYM.
32113         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32114         <bp-sym.h> and <bp-asm.h>.
32115         (strchr): Don't use BP_SYM.
32116         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32117         <bp-sym.h> and <bp-asm.h>.
32118         (__strchrnul): Don't use BP_SYM.
32119         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32120         <bp-sym.h> and <bp-asm.h>.
32121         (strlen): Don't use BP_SYM.
32122         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32123         <bp-sym.h> and <bp-asm.h>.
32124         (strncmp): Don't use BP_SYM.
32125         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32126         <bp-sym.h> and <bp-asm.h>.
32127         (__strnlen): Don't use BP_SYM.
32128         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32129         <bp-asm.h>.
32130         (__mpn_rshift): Don't use BP_SYM.
32131         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32132         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32133         <bp-sym.h> and <bp-asm.h>.
32134         (__sigsetjmp): Don't use BP_SYM.
32135         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32136         (L(start_addresses)): Don't use BP_SYM.
32137         (_start): Likewise.
32138         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32139         <bp-asm.h>.
32140         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32141         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32142         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32143         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32144         <bp-asm.h>.
32145         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32146         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32147         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32148         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32149         <bp-asm.h>.
32150         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32151         comments.
32152         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32153         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32154         <bp-asm.h>.
32155         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32156         FIXME comments.
32157         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32158         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32159         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32160         <bp-asm.h>.
32161         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32162         comment.
32163         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32164         and <bp-asm.h>.
32165         (strncmp): Don't use BP_SYM,
32166         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32167         <bp-asm.h>.
32168         (__mpn_sub_n): Don't use BP_SYM.
32169         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32170         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32171         and <bp-asm.h>.
32172         (__mpn_submul_1): Don't use BP_SYM.
32173         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32175         <bp-sym.h> and <bp-asm.h>.
32176         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32178         <bp-sym.h> and <bp-asm.h>.
32179         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32180         comment.
32182 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32184         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32185         Use ZK to minimize writes to Z.
32186         (sub_magnitudes): Simplify code a bit.
32187         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32188         Use ZK to minimize writes to Z.
32189         (sub_magnitudes): Simplify code a bit.
32191 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32193         * csu/gmon-start.c: Add special exception to license text.
32195 2013-02-27  Richard Henderson  <rth@redhat.com>
32197         * scripts/config.guess: Update from config.git.
32198         * scripts/config.sub: Likewise.
32200 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32202         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32204         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32206         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32208         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32210         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32212 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32214         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32215         [$(build-shared = yes].
32217 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32219         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32220         (__mul): Reduce iterations for calculating mantissa.
32222         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32223         MPTWO.
32224         (__mpranred): Likewise.
32226         [BZ #15160]
32227         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32228         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32230 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32232         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32233         Define __attribute__.
32235 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32237         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32238         unused.
32239         * posix/regex_internal.h (__attribute): Remove.
32240         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32241         (re_string_context_at): Likewise.
32242         (bitset_not): Use __attribute__ and mark function as possibly
32243         unused.
32244         (bitset_merge): Likewise.
32245         (bitset_mask): Likewise.
32246         (re_string_char_size_at): Likewise.
32247         (re_string_wchar_at): Likewise.
32248         (re_string_elem_size_at): Likewise.
32250 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32252         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32253         code.
32254         (cc32): Likewise.
32256         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32257         (__acr): Likewise.
32258         (__cpy): Likewise.
32259         (norm): Likewise.
32260         (denorm): Likewise.
32261         (__dbl_mp): Likewise.
32262         (add_magnitudes): Likewise.
32263         (sub_magnitudes): Likewise.
32264         (__mul): Likewise.
32265         (__inv): Likewise.
32267         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32268         style.
32270         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32271         style.
32273         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32274         code.
32276         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32277         up changes with default code.
32278         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32279         Likewise.
32281 2013-02-24  Allan McRae  <allan@archlinux.org>
32283         * manual/socket.texi (The Internet Namespace): Order menu items
32284         to match that in the file.
32286         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32287         node listing of the info page menu.
32289 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32291         [BZ #13550]
32292         * sysdeps/i386/bp-asm.h: Remove file.
32293         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32294         (PARMS): Do not use macros from bp-asm.h.
32295         (S1): Likewise.
32296         (S2): Likewise.
32297         (SIZE): Likewise.
32298         (__mpn_add_n): Do not use BP_SYM
32299         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32300         "bp-asm.h".
32301         (PARMS): Do not use macros from bp-asm.h.
32302         (S1): Likewise.
32303         (SIZE): Likewise.
32304         (__mpn_addmul_1): Do not use BP_SYM
32305         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32306         "bp-asm.h".
32307         (PARMS): Do not use macros from bp-asm.h.
32308         (SIGMSK): Likewise.
32309         (_setjmp): Likewise.  Do not use BP_SYM.
32310         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32311         "bp-asm.h".
32312         (PARMS): Do not use macros from bp-asm.h.
32313         (SIGMSK): Likewise.
32314         (setjmp): Likewise.  Do not use BP_SYM.
32315         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32316         "bp-asm.h".
32317         (PARMS): Do not use macros from bp-asm.h.
32318         (__frexp): Do not use BP_SYM.
32319         (frexp): Likewise.
32320         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32321         "bp-asm.h".
32322         (PARMS): Do not use macros from bp-asm.h.
32323         (__frexpf): Do not use BP_SYM.
32324         (frexpf): Likewise.
32325         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32326         "bp-asm.h".
32327         (PARMS): Do not use macros from bp-asm.h.
32328         (__frexpl): Do not use BP_SYM.
32329         (frexpl): Likewise.
32330         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32331         "bp-asm.h".
32332         (PARMS): Do not use macros from bp-asm.h.
32333         (__remquo): Do not use BP_SYM.
32334         (remquo): Likewise.
32335         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32336         "bp-asm.h".
32337         (PARMS): Do not use macros from bp-asm.h.
32338         (__remquof): Do not use BP_SYM.
32339         (remquof): Likewise.
32340         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32341         "bp-asm.h".
32342         (PARMS): Do not use macros from bp-asm.h.
32343         (__remquol): Do not use BP_SYM.
32344         (remquol): Likewise.
32345         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32346         "bp-asm.h".
32347         (PARMS): Do not use macros from bp-asm.h.
32348         (DEST): Likewise.
32349         (SRC): Likewise.
32350         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32351         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32352         "bp-asm.h".
32353         (PARMS): Do not use macros from bp-asm.h.
32354         (strlen): Do not use BP_SYM.
32355         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32356         "bp-asm.h".
32357         (PARMS): Do not use macros from bp-asm.h.
32358         (S1): Likewise.
32359         (S2): Likewise.
32360         (SIZE): Likewise.
32361         (__mpn_add_n): Do not use BP_SYM.
32362         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32363         "bp-asm.h".
32364         (PARMS): Do not use macros from bp-asm.h.
32365         (S1): Likewise.
32366         (SIZE): Likewise.
32367         (__mpn_addmul_1): Do not use BP_SYM.
32368         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32369         weak_alias.
32370         (bzero): Likewise.
32371         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32372         "bp-asm.h".
32373         (PARMS): Do not use macros from bp-asm.h.
32374         (S): Likewise.
32375         (SIZE): Likewise.
32376         (__mpn_lshift): Do not use BP_SYM.
32377         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32378         "bp-asm.h".
32379         (PARMS): Do not use macros from bp-asm.h.
32380         (DEST): Likewise.
32381         (SRC): Likewise.
32382         (LEN): Likewise.
32383         (memcpy): Likewise.  Do not use BP_SYM.
32384         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32385         libc_hidden_def and weak_alias.
32386         (mempcpy): Do not use BP_SYM in weak_alias.
32387         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32388         "bp-asm.h".
32389         (PARMS): Do not use macros from bp-asm.h.
32390         (DEST): Likewise.
32391         (LEN): Likewise.
32392         [!BZERO_P] (CHR): Likewise.
32393         (memset): Likewise.  Do not use BP_SYM.
32394         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32395         "bp-asm.h".
32396         (PARMS): Do not use macros from bp-asm.h.
32397         (S1): Likewise.
32398         (SIZE): Likewise.
32399         (__mpn_mul_1): Do not use BP_SYM.
32400         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32401         "bp-asm.h".
32402         (PARMS): Do not use macros from bp-asm.h.
32403         (S): Likewise.
32404         (SIZE): Likewise.
32405         (__mpn_rshift): Do not use BP_SYM.
32406         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32407         "bp-asm.h".
32408         (PARMS): Do not use macros from bp-asm.h.
32409         (STR): Likewise.
32410         (CHR): Likewise.
32411         (strchr): Likewise.  Do not use BP_SYM.
32412         (index): Do not use BP_SYM in weak_alias.
32413         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32414         "bp-asm.h".
32415         (PARMS): Do not use macros from bp-asm.h.
32416         (DEST): Likewise.
32417         (SRC): Likewise.
32418         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32419         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32420         "bp-asm.h".
32421         (PARMS): Do not use macros from bp-asm.h.
32422         (strlen): Do not use BP_SYM.
32423         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32424         "bp-asm.h".
32425         (PARMS): Do not use macros from bp-asm.h.
32426         (S1): Likewise.
32427         (S2): Likewise.
32428         (SIZE): Likewise.
32429         (__mpn_sub_n): Do not use BP_SYM.
32430         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32431         "bp-asm.h".
32432         (PARMS): Do not use macros from bp-asm.h.
32433         (S1): Likewise.
32434         (SIZE): Likewise.
32435         (__mpn_submul_1): Do not use BP_SYM.
32436         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32437         "bp-asm.h".
32438         (PARMS): Do not use macros from bp-asm.h.
32439         (S1): Likewise.
32440         (S2): Likewise.
32441         (SIZE): Likewise.
32442         (__mpn_add_n): Do not use BP_SYM.
32443         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32444         weak_alias.
32445         (bzero): Likewise.
32446         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32447         "bp-asm.h".
32448         (PARMS): Do not use macros from bp-asm.h.
32449         (BLK2): Likewise.
32450         (LEN): Likewise.
32451         (memcmp): Do not use BP_SYM.
32452         (bcmp): Do not use BP_SYM in weak_alias.
32453         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32454         "bp-asm.h".
32455         (PARMS): Do not use macros from bp-asm.h.
32456         (DEST): Likewise.
32457         (SRC): Likewise.
32458         (LEN): Likewise.
32459         (memcpy): Likewise.  Do not use BP_SYM.
32460         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32461         "bp-asm.h".
32462         (PARMS): Do not use macros from bp-asm.h.
32463         (DEST): Likewise.
32464         (SRC): Likewise.
32465         (LEN): Likewise.
32466         (memmove): Likewise.  Do not use BP_SYM.
32467         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32468         "bp-asm.h".
32469         (PARMS): Do not use macros from bp-asm.h.
32470         (DEST): Likewise.
32471         (SRC): Likewise.
32472         (LEN): Likewise.
32473         (__mempcpy): Likewise.  Do not use BP_SYM.
32474         (mempcpy): Do not use BP_SYM in weak_alias.
32475         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32476         "bp-asm.h".
32477         (PARMS): Do not use macros from bp-asm.h.
32478         (DEST): Likewise.
32479         (LEN): Likewise.
32480         [!BZERO_P] (CHR): Likewise.
32481         (memset): Likewise.  Do not use BP_SYM.
32482         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32483         "bp-asm.h".
32484         (PARMS): Do not use macros from bp-asm.h.
32485         (STR2): Likewise.
32486         (strcmp): Do not use BP_SYM.
32487         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32488         "bp-asm.h".
32489         (PARMS): Do not use macros from bp-asm.h.
32490         (STR): Likewise.
32491         (DELIM): Likewise.
32492         [USE_AS_STRTOK_R] (SAVE): Likewise.
32493         (FUNCTION): Likewise.  Do not use BP_SYM.
32494         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32495         aliases.
32496         (strtok_r): Likewise.
32497         (__GI___strtok_r): Likewise.
32498         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32499         (PARMS): Do not use macros from bp-asm.h.
32500         (S): Likewise.
32501         (SIZE): Likewise.
32502         (__mpn_lshift): Do not use BP_SYM.
32503         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32504         (PARMS): Do not use macros from bp-asm.h.
32505         (STR): Likewise.
32506         (CHR): Likewise.
32507         (__memchr): Do not use BP_SYM.
32508         (memchr): Do not use BP_SYM in weak_alias.
32509         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32510         (PARMS): Do not use macros from bp-asm.h.
32511         (BLK2): Likewise.
32512         (LEN): Likewise.
32513         (memcmp): Do not use BP_SYM.
32514         (bcmp): Do not use BP_SYM in weak_alias.
32515         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32516         (PARMS): Do not use macros from bp-asm.h.
32517         (S1): Likewise.
32518         (SIZE): Likewise.
32519         (__mpn_mul_1): Do not use BP_SYM.
32520         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32521         "bp-asm.h".
32522         (PARMS): Do not use macros from bp-asm.h.
32523         (STR): Likewise.
32524         (CHR): Likewise.
32525         (__rawmemchr): Do not use BP_SYM.
32526         (rawmemchr): Do not use BP_SYM in weak_alias.
32527         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32528         (PARMS): Do not use macros from bp-asm.h.
32529         (S): Likewise.
32530         (SIZE): Likewise.
32531         (__mpn_rshift): Do not use BP_SYM.
32532         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32533         (PARMS): Do not use macros from bp-asm.h.
32534         (SIGMSK): Likewise.
32535         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32536         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32537         (_start): Do not use BP_SYM.
32538         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32539         (PARMS): Do not use macros from bp-asm.h.
32540         (DEST): Likewise.
32541         (SRC): Likewise.
32542         (__stpcpy): Likewise.  Do not use BP_SYM.
32543         (stpcpy): Do not use BP_SYM in weak_alias.
32544         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32545         "bp-asm.h".
32546         (PARMS): Do not use macros from bp-asm.h.
32547         (DEST): Likewise.
32548         (SRC): Likewise.
32549         (LEN): Likewise.
32550         (__stpncpy): Likewise.  Do not use BP_SYM.
32551         (stpncpy): Do not use BP_SYM in weak_alias.
32552         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32553         (PARMS): Do not use macros from bp-asm.h.
32554         (STR): Likewise.
32555         (CHR): Likewise.
32556         (strchr): Likewise.  Do not use BP_SYM.
32557         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32558         "bp-asm.h".
32559         (PARMS): Do not use macros from bp-asm.h.
32560         (STR): Likewise.
32561         (CHR): Likewise.
32562         (__strchrnul): Likewise.  Do not use BP_SYM.
32563         (strchrnul): Do not use BP_SYM in weak_alias.
32564         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32565         "bp-asm.h".
32566         (PARMS): Do not use macros from bp-asm.h.
32567         (STOP): Likewise.
32568         (strcspn): Do not use BP_SYM.
32569         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32570         "bp-asm.h".
32571         (PARMS): Do not use macros from bp-asm.h.
32572         (STR): Likewise.
32573         (STOP): Likewise.
32574         (strpbrk): Likewise.  Do not use BP_SYM.
32575         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32576         "bp-asm.h".
32577         (PARMS): Do not use macros from bp-asm.h.
32578         (STR): Likewise.
32579         (CHR): Likewise.
32580         (strrchr): Likewise.  Do not use BP_SYM.
32581         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32582         (PARMS): Do not use macros from bp-asm.h.
32583         (SKIP): Likewise.
32584         (strspn): Do not use BP_SYM.
32585         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32586         (PARMS): Do not use macros from bp-asm.h.
32587         (STR): Likewise.
32588         (DELIM): Likewise.
32589         (SAVE): Likewise.
32590         (FUNCTION): Likewise.  Do not use BP_SYM.
32591         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32592         aliases.
32593         (strtok_r): Likewise.
32594         (__GI___strtok_r): Likewise.
32595         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32596         (PARMS): Do not use macros from bp-asm.h.
32597         (S1): Likewise.
32598         (S2): Likewise.
32599         (SIZE): Likewise.
32600         (__mpn_sub_n): Do not use BP_SYM.
32601         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32602         "bp-asm.h".
32603         (PARMS): Do not use macros from bp-asm.h.
32604         (S1): Likewise.
32605         (SIZE): Likewise.
32606         (__mpn_submul_1): Do not use BP_SYM.
32607         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32608         <bp-sym.h>.
32609         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32610         and <bp-asm.h>.
32611         (PARMS): Do not use macros from bp-asm.h.
32612         (FLAGS): Likewise.
32613         (PTID): Likewise.
32614         (TLS): Likewise.
32615         (CTID): Likewise.
32616         (__clone): Do not use BP_SYM.
32617         (clone): Do not use BP_SYM in weak_alias.
32618         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32619         and <bp-asm.h>.
32620         (PARMS): Do not use macros from bp-asm.h.
32621         (LEN): Likewise.
32622         (__mmap64): Do not use BP_SYM.
32623         (mmap64): Do not use BP_SYM in weak_alias.
32624         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32625         <bp-sym.h> and <bp-asm.h>.
32626         (PARMS): Do not use macros from bp-asm.h.
32627         (__posix_fadvise64_l64): Do not use BP_SYM.
32628         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32629         (PARMS): Do not use macros from bp-asm.h.
32630         (NSOPS): Likewise.
32631         (semtimedop): Do not use BP_SYM.
32632         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32633         and <bp-asm.h>.
32635 2013-02-21  Allan McRae  <allan@archlinux.org>
32637         * manual/message.texi (Charset conversion in gettext):
32638         Move @end statement to beginning of line.
32640 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32642         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32643         static.
32644         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32645         Likewise.
32647         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32648         (denorm): Likewise.
32649         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32650         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32652 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32654         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32655         tail-call to the resolved function if pltexit isn't needed.
32657 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32659         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32660         or Y being zero as being unlikely.
32661         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32662         Likewise.
32664 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32666         * manual/nss.texi (System Databases and Name Service Switch):
32667         Remove frobnicate @pxref.
32669 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32671         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32672         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32674 2013-02-20  Petr Machata  <pmachata@redhat.com>
32676         * elf/elf.h (R_ARM_TARGET1): New macro.
32677         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32678         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32679         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32680         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32681         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32682         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32683         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32684         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32685         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32686         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32687         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32688         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32689         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32690         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32691         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32692         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32693         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32694         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32695         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32696         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32697         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32698         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32699         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32700         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32701         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32702         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32703         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32704         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32705         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32706         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32707         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32708         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32709         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32710         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32711         (R_ARM_THM_GOT_BREL12): Likewise.
32712         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32713         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32714         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32715         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32716         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32717         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32718         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32719         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32720         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32722 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32724         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32725         __attribute_used__ to __attribute__ ((unused)).
32727 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32729         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32730         powerpc mpa.c.
32731         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32732         comment formatting.
32733         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32735 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32737         [BZ #13550]
32738         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32739         Remove macro.
32740         (ENTER): Remove both macro definitions.
32741         (LEAVE): Likewise.
32742         (CHECK_BOUNDS_LOW): Likewise.
32743         (CHECK_BOUNDS_HIGH): Likewise.
32744         (CHECK_BOUNDS_BOTH): Likewise.
32745         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32746         (RETURN_BOUNDED_POINTER): Likewise.
32747         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32748         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32749         (POP_ERRNO_LOCATION_RETURN): Likewise.
32750         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32751         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32752         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32753         macros.
32754         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32755         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32756         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32757         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32758         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32759         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32760         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32761         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32762         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32763         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32764         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32765         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32766         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32767         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32768         removed macros.
32769         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32770         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32771         macros.
32772         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32773         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32774         * sysdeps/i386/i586/memset.S (memset): Likewise.
32775         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32776         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32777         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32778         macros.
32779         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32780         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32781         Change uses of L(2) to L(out).
32782         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32783         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32784         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32785         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32786         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32787         removed macros.
32788         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32789         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32790         macros.
32791         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32792         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32793         (RETURN): Do not use macro LEAVE.
32794         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32795         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32796         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32797         * sysdeps/i386/i686/memset.S (memset): Likewise.
32798         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32799         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32800         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32801         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32802         Likewise.
32803         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32804         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32805         L(1_2) and L(1_3) into L(1).
32806         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32807         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32808         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32809         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32810         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32811         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32812         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32813         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32814         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32815         macros.
32816         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32817         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32818         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32819         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32820         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32821         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32822         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32823         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32824         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32825         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32826         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32827         * sysdeps/i386/strspn.S (strspn): Likewise.
32828         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32829         conditional code.
32830         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32831         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32832         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32833         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32834         L(1_3) into L(1_1).
32835         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32836         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32837         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32838         macros.
32839         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32841 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32843         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32844         macro.
32846 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32848         * math/atest-exp.c (exp_mpn): Remove ROUND.
32849         * math/atest-exp2.c (exp_mpn): Likewise.
32850         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32852         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32853         * stdlib/tst-tls-atexit-lib.c: Likewise.
32854         * stdlib/tst-tls-atexit.c: Likewise.
32856 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32858         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32859         and __attribute_alloc_size__.
32861 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32863         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32864         __attribute_alloc_size__.
32865         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32866         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32868 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32870         * include/programs/xmalloc.h: New file.
32871         * catgets/gencat.c: Include it.
32872         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32873         * elf/pldd.c: Likewise.
32874         * iconv/iconv_charmap.c: Likewise.
32875         * iconv/iconvconfig.c: Likewise.
32876         * iconv/strtab.c: Likewise.
32877         * locale/programs/locale.c: Likewise.
32878         * locale/programs/localedef.h: Likewise.
32879         * locale/programs/simple-hash.c: Likewise.
32880         * nscd/nscd.h: Likewise.
32881         * nss/makedb.c: Likewise.
32882         * sysdeps/generic/ldconfig.h: Likewise.
32884 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32886         * Versions.def: Add GLIBC_2.18.
32887         * include/link.h (struct link_map): New member l_tls_dtor_count.
32888         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32889         (__call_tls_dtors): Likewise.
32890         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32891         __cxa_thread_atexit_impl.
32892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32893         Likewise.
32894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32895         Likewise.
32896         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32897         Likewise.
32898         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32899         Likewise.
32900         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32901         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32902         Likewise.
32903         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32904         Likewise.
32905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32906         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32907         Likewise.
32908         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32909         (tests): Add test case tst-tls-atexit.
32910         (modules-names): Add shared library for tst-tls-atexit.
32911         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32912         (GLIBC_PRIVATE): Add __call_tls_dtors.
32913         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32914         for libstdc++.
32915         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32916         * stdlib/tst-tls-atexit.c: New test case.
32917         * stdlib/tst-tls-atexit-lib.c: New test case.
32919         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32921         * elf/Versions (ld): Add _dl_find_dso_for_object.
32922         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32923         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32924         (dl_open_worker): Use _dl_find_dso_for_object.
32925         * elf/dl-sym.c (do_sym): Likewise.
32926         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32928 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32930         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32931         Syntactic changes only.
32932         (_dl_runtime_profile): Do a tail-call to the resolved function.
32934 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32936         [BZ #13550]
32937         * sysdeps/x86_64/bp-asm.h: Remove file.
32938         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32939         <bp-sym.h> and <bp-asm.h>.
32940         (__clone): Do not use BP_SYM.
32941         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32942         <bp-sym.h> and <bp-asm.h>.
32943         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32944         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32945         "bp-asm.h".
32946         (_setjmp): Do not use BP_SYM.
32947         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32948         "bp-asm.h".
32949         (setjmp): Do not use BP_SYM.
32950         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32951         libc_hidden_def.
32952         (mempcpy): Do not use BP_SYM in weak_alias.
32953         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32954         "bp-asm.h".
32955         (strchr): Do not use BP_SYM.
32956         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32957         "bp-asm.h".
32958         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32959         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32960         (_start): Do not use BP_SYM.
32961         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32962         "bp-asm.h".
32963         (strcat): Do not use BP_SYM.
32964         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32965         "bp-asm.h".
32966         (STRCMP): Do not use BP_SYM.
32967         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32968         "bp-asm.h".
32969         (STRCPY): Do not use BP_SYM.
32970         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32971         "bp-asm.h".
32972         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32973         "bp-asm.h".
32974         (FUNCTION): Do not use BP_SYM.
32975         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32976         weak_alias.
32977         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32979 2013-02-17  Andreas Jaeger  <aj@suse.de>
32981         * time/Versions: Sort entries.
32982         * string/Versions: Likewise.
32983         * resolv/Versions: Likewise.
32984         * posix/Versions: Likewise.
32985         * iconv/Versions: Likewise.
32986         * elf/Versions: Likewise.
32987         * wcsmbs/Versions: Likewise.
32989 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32991         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32992         loop termination condition.
32994         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32995         variable to calculate EZ.
32996         (__sqr): Likewise.
32998         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32999         the lower precision input.
33001 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33003         [BZ #13550]
33004         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33005         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33006         (run-via-rtld-prefix): Do not handle %-bp tests.
33007         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33008         (all-object-suffixes): Remove .ob.
33009         (bppfx): Remove variable.
33010         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33011         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33012         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33013         [$(build-bounded) = yes] (libtype.ob): Likewise.
33014         * Makerules (elide-routines.ob): Remove variable.
33015         (do-tests-clean): Do not handle *-bp.out.
33016         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33017         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33018         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33019         (tests): Do not include $(tests-bp.out).
33020         (xtests): Do not include $(xtests-bp.out).
33021         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33022         [$(build-bounded) = yes] ($(addprefix
33023         $(objpfx),$(binaries-bounded))): Remove rule.
33024         ($(objpfx)%-bp.out): Remove rule.
33025         * config.make.in (build-bounded): Remove variable.
33026         * crypt/Makefile [$(build-bounded) = yes]
33027         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33028         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33029         append to variable.
33030         [$(build-bounded) = yes] (install-lib): Likewise.
33031         [$(build-bounded) = yes] (generated): Likewise.
33032         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33033         Remove rule.
33034         * intl/Makefile [$(build-bounded) = yes]
33035         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33036         * math/Makefile [$(build-bounded) = yes]
33037         ($(tests:%=$(objpfx)%-bp): Likewise.
33038         * misc/Makefile [$(build-bounded) = yes]
33039         ($(objpfx)tst-tsearch-bp): Likewise.
33040         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33041         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33042         Remove dependency.
33043         * string/Makefile (o-objects.ob): Remove variable.
33044         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33045         (CFLAGS-.ob): Remove variable.
33046         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33047         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33048         both definitions of variable.
33049         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33050         (ASFLAGS-.ob): Remove variable.
33052 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33054         [BZ #13550]
33055         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33056         Remove __BOUNDED_POINTERS__ from condition.
33057         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33058         * string/bits/string2.h [!__NO_STRING_INLINES &&
33059         !__BOUNDED_POINTERS__]: Likewise.
33060         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33061         Likewise.
33062         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33063         Remove conditional code.
33064         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33065         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33066         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33067         condition.
33069         [BZ #13550]
33070         * csu/libc-start.c: Do not include <bp-sym.h>.
33071         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33072         * elf/dl-open.c: Do not include <bp-sym.h>.
33073         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33074         * math/fegetenv.c: Do not include <bp-sym.h>.
33075         (fegetenv): Do not use BP_SYM in versioned symbols.
33076         * nptl/sysdeps/pthread/bits/libc-lockP.h
33077         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33078         <bp-sym.h>.
33079         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33080         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33081         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33082         (__pthread_mutex_destroy): Likewise.
33083         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33084         (__pthread_mutex_lock): Likewise.
33085         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33086         (__pthread_mutex_trylock): Likewise.
33087         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33088         (__pthread_mutex_unlock): Likewise.
33089         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33090         (__pthread_mutexattr_init): Likewise.
33091         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33092         (__pthread_mutexattr_destroy): Likewise.
33093         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33094         (__pthread_mutexattr_settype): Likewise.
33095         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33096         (__pthread_rwlock_init): Likewise.
33097         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33098         (__pthread_rwlock_destroy): Likewise.
33099         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33100         (__pthread_rwlock_rdlock): Likewise.
33101         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33102         (__pthread_rwlock_tryrdlock): Likewise.
33103         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33104         (__pthread_rwlock_wrlock): Likewise.
33105         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33106         (__pthread_rwlock_trywrlock): Likewise.
33107         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33108         (__pthread_rwlock_unlock): Likewise.
33109         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33110         (__pthread_key_create): Likewise.
33111         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33112         (__pthread_setspecific): Likewise.
33113         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33114         (__pthread_getspecific): Likewise.
33115         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33116         Likewise.
33117         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33118         (_pthread_cleanup_push_defer): Likewise.
33119         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33120         (_pthread_cleanup_pop_restore): Likewise.
33121         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33122         (pthread_setcancelstate): Likewise.
33123         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33124         <bp-sym.h>.
33125         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33126         (memchr): Do not use BP_SYM in weak_alias.
33127         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33128         (fegetenv): Do not use BP_SYM in versioned symbols.
33129         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33130         (fesetenv): Do not use BP_SYM in versioned symbols.
33131         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33132         (feupdateenv): Do not use BP_SYM in versioned symbols.
33133         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33134         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33135         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33136         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33137         (open64): Do not use BP_SYM in weak_alias.
33138         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33139         (fegetenv): Do not use BP_SYM in versioned symbols.
33140         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33141         (fesetenv): Do not use BP_SYM in versioned symbols.
33142         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33143         (feupdateenv): Do not use BP_SYM in versioned symbols.
33144         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33145         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33146         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33147         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33148         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33149         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33150         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33151         <bp-sym.h>.
33152         (__libc_start_main): Do not use BP_SYM.
33154 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33156         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33157         redundant return line.
33158         (norm): Likewise.
33159         (denorm): Likewise.
33160         (dbl_mp): Likewise.
33161         (sub_magnitudes): Likewise.
33162         (__add): Likewise.
33163         (__sub): Likewise.
33164         (__mul): Likewise.
33165         (__inv): Likewise.
33166         (__dvd): Likewise.
33167         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33168         (norm): Likewise.
33169         (denorm): Likewise.
33170         (dbl_mp): Likewise.
33171         (sub_magnitudes): Likewise.
33172         (__add): Likewise.
33173         (__sub): Likewise.
33174         (__mul): Likewise.
33175         (__inv): Likewise.
33176         (__dvd): Likewise.
33178         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33179         instead of __mul.
33180         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33181         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33182         (cc32): Likewise.
33184         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33185         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33186         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33187         of __mul for squares.
33188         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33189         function
33190         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33191         Likewise.
33192         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33193         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33195 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33197         [BZ #13550]
33198         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33199         code.
33200         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33201         prototype or function definition.  Rename ubp_* variables and
33202         parameters.  Remove argv definitions conditional on
33203         [__BOUNDED_POINTERS__].
33204         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33205         * elf/dl-runtime.c (_dl_fixup): Likewise.
33206         * include/set-hooks.h (RUN_HOOK): Likewise.
33207         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33208         definition.
33209         * string/strcpy.c (strcpy): Do not use __unbounded.
33210         * sysdeps/generic/frame.h (struct layout): Likewise.
33211         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33212         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33213         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33214         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33215         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33216         (__backtrace): Likewise.
33217         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33218         use __ptrvalue.
33219         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33220         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33221         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33222         Likewise.
33223         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33224         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33225         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33226         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33227         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33228         Do not use __unbounded.
33229         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33230         Rename __unboundedrlimits parameter to rlimits in prototype.
33231         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33232         Do not use __unbounded.
33233         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33234         not use __ptrvalue.
33235         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33236         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33237         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33238         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33239         __ptrvalue or __unbounded.
33240         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33241         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33242         use __unbounded.
33243         (__new_msgctl): Do not use __ptrvalue.
33244         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33245         __unbounded.
33246         (__libc_msgrcv): Do not use __ptrvalue.
33247         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33248         startup_info): Do not use __unbounded.
33249         (__libc_start_main): Likewise.  Rename ubp_* variables and
33250         parameters.  Remove argv definitions conditional on
33251         [__BOUNDED_POINTERS__].
33252         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33253         __ptrvalue.
33254         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33255         use __unbounded.
33256         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33257         or __ptrvalue.
33258         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33259         use __unbounded.
33260         (__new_shmctl): Do not use __ptrvalue.
33261         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33262         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33263         Likewise.
33264         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33265         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33266         (__libc_sigaction): Likewise.
33267         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33268         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33269         Likewise.
33270         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33272 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33274         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33276         * string/mempcpy.c: Implement by calling memcpy.
33278 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33280         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33282         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33283         evaluation.
33285         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33286         values in the mantissa.
33288         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33289         minimize writes to Z.
33290         (sub_magnitudes): Simplify code a bit.
33292 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33294         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33295         from the message.  The linker prefixes all warnings with that already.
33297 2013-02-12  Andreas Schwab  <schwab@suse.de>
33299         [BZ #15078]
33300         * posix/regexec.c (extend_buffers): Add parameter min_len.
33301         (check_matching): Pass minimum needed length.
33302         (clean_state_log_if_needed): Likewise.
33303         (get_subexp): Likewise.
33304         * posix/Makefile (tests): Add bug-regex34.
33305         (bug-regex34-ENV): Define.
33306         * posix/bug-regex34.c: New file.
33308         [BZ #11561]
33309         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33310         elements compare against the byte sequence of it, not its name.
33311         * posix/Makefile (tests): Add bug-regex35.
33312         (bug-regex35-ENV): Define.
33313         * posix/bug-regex35.c: New file.
33315 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33317         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33318         comment.
33319         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33320         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33321         (CHECK_EOL): Add undef.
33323 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33325         * bits/stdlib-bsearch.h: New file.
33326         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33327         * stdlib/stdlib.h: Likewise.
33329 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33331         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33332         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33333         declaration.
33334         * manual/search.texi (Array Search Function): Add missing const in
33335         lfind prototype.
33336         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33337         declaration to use rlim_t.
33338         (Basic Scheduling Functions): Remove erroneous const from
33339         sched_getparam prototype.  Remove erroneous * from
33340         sched_get_priority_max and sched_get_priority_min prototypes.
33341         (Resource Usage): Fix summary @comment on vtimes to refer to
33342         sys/vtimes.h rather than vtimes.h.
33343         Add missing *s in vtimes prototype.
33344         (Limits on Resources): Fix ulimit prototype to return long int.
33345         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33346         prototypes to use long int rather than double.
33347         (BSD Random): Fix initstate and setstate to use char *, not void *.
33348         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33349         prototype to make second argument 'struct aiocb64 *const[]'.
33350         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33351         (Status of AIO Operations): Remove erroneous const in aio_return and
33352         aio_return64 prototypes.
33353         (Synchronizing I/O): Fix sync prototype to return void.
33354         * manual/startup.texi (Suboptions): Remove an erroneous const in
33355         getsubopt prototype.
33356         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33357         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33358         use size_t rather than int.
33359         (Scanning All Users): Likewise for getpwent_r.
33360         (Setting Groups): Add missing const to setgroups prototype.
33361         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33362         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33363         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33364         'const void *' rather than 'const char *'.
33365         (Host Address Functions): Likewise for inet_ntop.
33366         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33367         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33368         ssize_t for return value.
33369         (Sending Data): Likewise for send, sendto, sendmsg.
33370         (Socket Option Functions): Add a missing const in setsockopt prototype.
33371         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33372         use wchar_t for the argument.
33373         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33374         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33375         take no arguments.
33376         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33377         double/float/long double for second argument.
33378         Fix return types of significand, significandf, significandl.
33379         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33380         argument in fchmod prototype.
33381         (File Owner): Use uid_t and gid_t in fchown prototype.
33382         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33383         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33384         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33385         use 'const struct dirent **' as argument types to CMP function pointer
33386         argument.
33387         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33388         (File Times): Fix summary magic @comment for struct utimbuf and utime
33389         to refer to utime.h, not time.h.
33390         * manual/string.texi (Argz Functions): Add missing const in
33391         argz_extract and argz_next prototypes.
33392         (Finding Tokens in a String): Likewise for basename.
33393         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33394         (Copying and Concatenation): Fix typo in wmemmove prototype.
33395         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33396         (Signal Stack): Remove erroneous const in sigstack prototype.
33397         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33398         prototype.
33399         (Simple Calendar Time): Likewise for stime.
33400         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33401         prototype.
33402         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33403         say sys/sysctl.h instead.
33404         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33405         and vsyslog prototypes.
33407 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33409         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33410         Remove.
33412 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33414         * misc/sys/mman.h: Fix typo in mremap comment.
33416 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33418         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33419         the '\0' terminator.
33421 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33423         [BZ #13550]
33424         * debug/segfault.c: Don't include <bp-checks.h>.
33425         * sysdeps/generic/bp-checks.h: Remove file.
33426         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33427         (__GETDENTS): Don't use CHECK_N.
33428         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33429         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33430         (__getgroups): Don't use CHECK_N.
33431         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33432         (setgroups): Don't use CHECK_N.
33433         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33434         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33435         (__libc_msgrcv): Don't use CHECK_N.
33436         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33437         (__libc_msgsnd): Don't use CHECK_N.
33438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33439         <bp-checks.h>.
33440         (__libc_pread): Don't use CHECK_N.
33441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33442         include <bp-checks.h>.
33443         (__libc_pread64): Don't use CHECK_N.
33444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33445         include <bp-checks.h>.
33446         (__libc_pwrite): Don't use CHECK_N.
33447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33448         include <bp-checks.h>.
33449         (__libc_pwrite64): Don't use CHECK_N.
33450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33451         <bp-checks.h>.
33452         (__libc_pread): Don't use CHECK_N.
33453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33454         include <bp-checks.h>.
33455         (__libc_pread64): Don't use CHECK_N.
33456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33457         include <bp-checks.h>.
33458         (__libc_pwrite): Don't use CHECK_N.
33459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33460         include <bp-checks.h>.
33461         (__libc_pwrite64): Don't use CHECK_N.
33462         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33463         (do_pread): Don't use CHECK_N.
33464         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33465         (do_pread64): Don't use CHECK_N.
33466         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33467         (do_pwrite): Don't use CHECK_N.
33468         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33469         (do_pwrite64): Don't use CHECK_N.
33470         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33471         (__libc_readv): Don't use CHECK_N.
33472         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33473         (semop): Don't use CHECK_N.
33474         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33475         <bp-checks.h>.
33476         (semtimedop): Don't use CHECK_N.
33477         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33478         (__libc_pread): Don't use CHECK_N.
33479         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33480         <bp-checks.h>.
33481         (__libc_pread64): Don't use CHECK_N.
33482         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33483         <bp-checks.h>.
33484         (__libc_pwrite): Don't use CHECK_N.
33485         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33486         <bp-checks.h>.
33487         (__libc_pwrite64): Don't use CHECK_N.
33488         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33489         <bp-checks.h>.
33490         (__libc_msgrcv): Don't use CHECK_N.
33491         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33492         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33493         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33494         (__libc_writev): Don't use CHECK_N.
33496 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33498         * string/strcpy.c: Removed unused variable.
33500         * Makeconfig (+sysdep-includes): Define with := rather than =.
33501         Use an existing include/ subdir of each sysdeps dir before it.
33503 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33505         * nscd/connection.c (register_traced_file): Comment function.
33506         [HAVE_INOTIFY] (union __inev): Define.
33507         [HAVE_INOTIFY] (inotify_check_files): New function.
33508         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33509         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33510         clear_db_cache.
33511         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33513 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33515         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33516         loaded if not already and that a failure is permanent.
33518 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33520         [BZ #15006]
33521         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33522         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33524 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33526         [BZ #13550]
33527         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33528         (CHECK_1_NULL_OK): Likewise.
33529         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33530         (__fxstat): Do not use CHECK_1.
33531         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33532         <bp-checks.h>.
33533         (___fxstat64): Do not use CHECK_1.
33534         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33535         <bp-checks.h>.
33536         (__fxstatat): Do not use CHECK_1.
33537         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33538         <bp-checks.h>.
33539         (__fxstatat64): Do not use CHECK_1.
33540         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33541         <bp-checks.h>.
33542         (__fxstat): Do not use CHECK_1.
33543         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33544         <bp-checks.h>.
33545         (__fxstatat): Do not use CHECK_1.
33546         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33547         <bp-checks.h>.
33548         (__getresgid): Do not use CHECK_1.
33549         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33550         <bp-checks.h>.
33551         (__getresuid): Do not use CHECK_1.
33552         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33553         <bp-checks.h>.
33554         (__lxstat): Do not use CHECK_1.
33555         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33556         <bp-checks.h>.
33557         (__old_msgctl): Do not use CHECK_1.
33558         (__new_msgctl): Likewise.
33559         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33560         <bp-checks.h>.
33561         (__new_setrlimit): Do not use CHECK_1.
33562         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33563         <bp-checks.h>.
33564         (__old_shmctl): Do not use CHECK_1.
33565         (__new_shmctl): Likewise.
33566         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33567         <bp-checks.h>.
33568         (__xstat): Do not use CHECK_1.
33569         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33570         (__lxstat): Do not use CHECK_1.
33571         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33572         <bp-checks.h>.
33573         (___lxstat64): Do not use CHECK_1.
33574         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33575         (__old_msgctl): Do not use CHECK_1.
33576         (__new_msgctl): Likewise.
33577         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33578         <bp-checks.h>.
33579         (__gettimeofday): Do not use CHECK_1.
33580         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33581         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33582         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33583         <bp-checks.h>.
33584         (__gettimeofday): Do not use CHECK_1.
33585         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33586         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33587         (__new_shmctl): Do not use CHECK_1.
33588         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33589         <bp-checks.h>.
33590         (do_sigtimedwait): Do not use CHECK_1.
33591         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33592         <bp-checks.h>.
33593         (do_sigwaitinfo): Do not use CHECK_1.
33594         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33595         <bp-checks.h>.
33596         (msgctl): Do not use CHECK_1.
33597         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33598         <bp-checks.h>.
33599         (shmctl): Do not use CHECK_1.
33600         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33601         (ustat): Do not use CHECK_1.
33602         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33603         <bp-checks.h>.
33604         (__fxstat): Do not use CHECK_1.
33605         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33606         <bp-checks.h>.
33607         (__fxstatat): Do not use CHECK_1.
33608         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33609         <bp-checks.h>.
33610         (__lxstat): Do not use CHECK_1.
33611         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33612         <bp-checks.h>.
33613         (__xstat): Do not use CHECK_1.
33614         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33615         (__xstat): Do not use CHECK_1.
33616         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33617         (___xstat64): Do not use CHECK_1.
33619         [BZ #13550]
33620         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33621         definitions.
33622         (CHECK_BOUNDS_HIGH): Likewise.
33623         * string/strcpy.c: Do not include <bp-checks.h>.
33624         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33626 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33628         * nscd/nscd-client.h (__nscd_drop_map_ref):
33629         Add __attribute__ ((unused)).
33630         * nis/nss-nisplus.h (niserr2nss): Likewise.
33632         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33633         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33635         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33636         Remove inline keyword.
33637         * include/rounding-mode.h (round_away): Likewise.
33638         * libio/wfileops.c (adjust_wide_data): Likewise.
33639         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33640         (__m128i_strloadu_tolower): Likewise.
33641         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33642         (__m128i_strloadu_tolower): Likewise.
33643         * time/mktime.c (ydhms_diff): Likewise.
33644         * locale/elem-hash.h (elem_hash): Likewise.
33645         * locale/setlocale.c (setdata): Likewise.
33646         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33647         (re_string_wchar_at): Likewise.
33648         (bitset_not, bitset_merge, bitset_mask): Likewise.
33649         [!(__GNUC__ > 3)] (inline): Remove macro.
33650         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33651         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33652         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33653         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33654         * string/memcmp.c (memcmp_bytes): Likewise.
33655         * locale/programs/locarchive.c (compute_hashval): Likewise.
33656         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33657         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33658         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33659         * nss/getent.c (print_rpc, print_protocols): Likewise.
33660         (print_passwd, print_group, print_aliases): Likewise.
33661         * nis/nss-nisplus.h (niserr2nss): Likewise.
33662         * nscd/connections.c (restart_p): Likewise.
33663         Change return type to bool.
33665 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33667         * Makeconfig (all-Depend-files): Add existing
33668         $(sorted-subdirs:=/Depend) files.
33669         (all-subdirs): Remove nss.
33670         * sysdeps/unix/inet/Subdirs: Add it here instead.
33671         * hesiod/Depend: New file.
33673         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33674         instead of calling alloca.
33676         * io/lseek.c (__lseek): Rename to __libc_lseek.
33677         Define __lseek as an alias.
33679         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33681 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33683         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33684         else clause and remove check for non-standard endianness.
33686 2013-02-04  David S. Miller  <davem@davemloft.net>
33688         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33690 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33692         [BZ #13550]
33693         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33694         (__ubp_memchr): Remove prototype.
33695         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33696         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33697         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33698         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33699         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33700         Remove alias.
33701         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33702         (__ubp_memchr): Likewise.
33703         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33704         (__ubp_memchr): Likewise.
33705         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33706         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33707         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33708         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33709         CHECK_STRING.
33710         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33711         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33712         (__getcwd): Do not use CHECK_STRING.
33713         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33714         <bp-checks.h>.
33715         (__real_chown): Do not use CHECK_STRING.
33716         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33717         <bp-checks.h>.
33718         (fchownat): Do not use CHECK_STRING.
33719         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33720         CHECK_STRING.
33721         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33722         <bp-checks.h>.
33723         (__lchown): Do not use CHECK_STRING.
33724         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33725         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33726         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33727         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33729         include <bp-checks.h>.
33730         (truncate64): Do not use CHECK_STRING.
33731         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33732         <bp-checks.h>.
33733         (__real_chown): Do not use CHECK_STRING.
33734         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33735         <bp-checks.h>.
33736         (__lchown): Do not use CHECK_STRING.
33737         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33738         <bp-checks.h>.
33739         (__chown): Do not use CHECK_STRING.
33740         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33741         <bp-checks.h>.
33742         (truncate64): Do not use CHECK_STRING.
33743         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33744         Likewise.
33745         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33746         (__xmknod): Do not use CHECK_STRING.
33747         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33748         <bp-checks.h>.
33749         (__xmknodat): Do not use CHECK_STRING.
33750         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33751         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33753 2013-02-04  Andreas Schwab  <schwab@suse.de>
33755         [BZ #14142]
33756         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33757         * include/netdb.h: Likewise for h_errno.
33758         * elf/tst-stackguard1.c: Include <tls.h>.
33760 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33762         * elf/link.h (struct link_map): Extend the l_addr comment.
33763         * include/link.h (struct link_map): Likewise.
33765 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33767         [BZ #13550]
33768         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33769         (BOUNDED_1): Remove macro.
33770         * debug/backtrace.c: Don't include <bp-checks.h>.
33771         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33772         (__backtrace): Likewise.
33773         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33774         <bp-checks.h>.
33775         (__backtrace): Don't use BOUNDED_1.
33776         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33777         <bp-checks.h>.
33778         (__backtrace): Don't use BOUNDED_1.
33779         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33780         (__backtrace): Don't use BOUNDED_1.
33781         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33782         (shmat): Don't use BOUNDED_N.
33784 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33786         [BZ #13550]
33787         * sysdeps/generic/bp-start.h: Remove file.
33788         * csu/libc-start.c: Don't include <bp-start.h>.
33789         (LIBC_START_MAIN): Set up __environ directly instead of using
33790         INIT_ARGV_and_ENVIRON.
33791         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33792         <bp-start.h>.
33794         [BZ #13550]
33795         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33796         definitions.
33797         (CHECK_FCNTL): Likewise.
33798         (CHECK_N_PAGES): Likewise.
33800         [BZ #13550]
33801         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33802         definitions.
33803         (CHECK_SIGSET_NULL_OK): Likewise.
33804         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33805         <bp-checks.h>.
33806         (sigpending): Don't use CHECK_SIGSET.
33807         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33808         <bp-checks.h>.
33809         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33810         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33811         <bp-checks.h>.
33812         (do_sigsuspend): Don't use CHECK_SIGSET.
33813         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33814         use CHECK_SIGSET.
33815         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33816         (do_sigwait): Don't use CHECK_SIGSET.
33817         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33818         use CHECK_SIGSET.
33819         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33820         include <bp-checks.h>.
33821         (sigpending): Don't use CHECK_SIGSET.
33822         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33823         include <bp-checks.h>.
33824         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33825         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33826         <bp-checks.h>.
33827         (sigpending): Don't use CHECK_SIGSET.
33828         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33829         <bp-checks.h>.
33830         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33832         [BZ #13550]
33833         * sysdeps/generic/bp-semctl.h: Remove file.
33834         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33835         <bp-checks.h> and <bp-semctl.h>.
33836         (__old_semctl): Don't use CHECK_SEMCTL.
33837         (__new_semctl): Likewise.
33838         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33839         and <bp-semctl.h>.
33840         (__old_semctl): Don't use CHECK_SEMCTL.
33841         (__new_semctl): Likewise.
33842         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33843         <bp-checks.h> and <bp-semctl.h>.
33844         (__old_semctl): Don't use CHECK_SEMCTL.
33845         (__new_semctl): Likewise.
33846         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33847         <bp-checks.h> and <bp-semctl.h>.
33848         (semctl): Don't use CHECK_SEMCTL.
33850         [BZ #13550]
33851         * Makerules (elide-bp-thunks): Remove variable.
33852         (elide-routines.oS): Don't use $(elide-bp-thunks).
33853         (elide-routines.os): Likewise.
33854         (elide-routines.o): Likewise.
33855         (elide-routines.op): Likewise.
33856         (elide-routines.og): Likewise.
33857         (objects): Don't use $(bp-thunks).
33858         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33859         include.
33860         (common-generated): Do not add s-proto-bp.d.
33861         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33862         (int): Likewise.
33863         (typ): Likewise.
33864         Do not generate makefile rules for bounded-pointer thunks.
33865         * sysdeps/generic/bp-thunks.h: Remove file.
33866         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33867         * sysdeps/unix/s-proto-bp.S: Likewise.
33869         [BZ #15062]
33870         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33871         parts of result separately when argument is not close to line from
33872         -i to i and one part of argument is small.
33873         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33874         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33875         * math/libm-test.inc (cacos_test): Add more tests.
33876         (casin_test): Likewise.
33877         (casinh_test): Likewise.
33878         * sysdeps/i386/fpu/libm-test-ulps: Update.
33879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33881 2013-01-31  David S. Miller  <davem@davemloft.net>
33883         * po/de.po: Update from translation team.
33885 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33887         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33889 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33891         * configure.in (_AC_PROG_CC_C89): New definition.
33892         * configure: Regenerate.
33894         * configure.in (AC_PROG_CPP): New definition.
33895         * configure: Regenerate.
33897 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33899         * debug/tst-backtrace.h: New file.
33900         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33901         (ret): Remove variable.
33902         (x): Likewise.
33903         (FAIL): Remove macro.
33904         (NO_INLINE): Likewise.
33905         (fn1): Use match function instead of strstr.
33906         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33907         (ret): Remove variable.
33908         (x): Likewise.
33909         (FAIL): Remove macro.
33910         (NO_INLINE): Likewise.
33911         (fn): Use match function instead of strstr.
33912         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33913         (ret): Remove variable.
33914         (x): Likewise.
33915         (FAIL): Remove macro.
33916         (NO_INLINE): Likewise.
33917         (handle_signal): Use match function instead of strstr.
33918         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33919         (ret): Remove variable.
33920         (x): Likewise.
33921         (FAIL): Remove macro.
33922         (NO_INLINE): Likewise.
33923         (handle_signal): Use match function instead of strstr.
33925 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33927         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33929 2013-01-23  David S. Miller  <davem@davemloft.net>
33931         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33932         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33933         argument of CAS if possible.
33934         * sysdeps/sparc/sparc64/bits/atomic.h
33935         (__arch_compare_and_exchange_val_32_acq): Likewise.
33936         (__arch_compare_and_exchange_val_64_acq): Likewise.
33938 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33940         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33941         * sysdeps/posix/ulimit.c: ... this.
33942         Include <limits.h>.
33943         * sysdeps/unix/bsd/ulimit.c: Remove file.
33945 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33947         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33948         (LDFLAGS-tst-array5): Likewise.
33950 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33952         [BZ #15036]
33953         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33954         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33955         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33956         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33958 2013-01-21  David S. Miller  <davem@davemloft.net>
33960         * sysdeps/sparc/backtrace.c: New file.
33961         * sysdeps/sparc/sparc32/backtrace.h: New file.
33962         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33963         * sysdeps/sparc/sparc64/backtrace.h: New file.
33964         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33965         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33966         -funwind-tables.
33968 2013-01-21  Andreas Schwab  <schwab@suse.de>
33970         [BZ #15020]
33971         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33972         closed its stdout.
33974 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33976         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33977         "mpa2.h".
33978         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33980 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33981             Mark Mitchell  <mark@codesourcery.com>
33982             Tom de Vries  <tom@codesourcery.com>
33983             Paul Pluzhnikov  <ppluzhnikov@google.com>
33985         * debug/tst-backtrace2.c: New file.
33986         * debug/tst-backtrace3.c: Likewise.
33987         * debug/tst-backtrace4.c: Likewise.
33988         * debug/tst-backtrace5.c: Likewise.
33989         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33990         (CFLAGS-tst-backtrace3.c): Likewise.
33991         (CFLAGS-tst-backtrace4.c): Likewise.
33992         (CFLAGS-tst-backtrace5.c): Likewise.
33993         (LDFLAGS-tst-backtrace2): Likewise.
33994         (LDFLAGS-tst-backtrace3): Likewise.
33995         (LDFLAGS-tst-backtrace4): Likewise.
33996         (LDFLAGS-tst-backtrace5): Likewise.
33997         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33998         tst-backtrace4 and tst-backtrace5.
34000 2013-01-18  Anton Blanchard  <anton@samba.org>
34001             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34003         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34004         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34005         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34006         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34008         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34009         "+r" and remove output regs list as redundant.  Add explicit inline
34010         asm to specify register of return val to work around compiler codegen
34011         bug.  Remove (int) cast on return value.  Add return type parameter to
34012         use in macro so that this macro does not truncate return value for
34013         64-bit values.
34014         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34015         pass to INTERNAL_VSYSCALL_NCS.
34016         (INLINE_VSYSCALL): Add 'long int' as return type to
34017         INTERNAL_VSYSCALL_NCS macro invocation.
34018         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34019         INTERNAL_VSYSCALL_NCS macro invocation.
34020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34022 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34024         [BZ #14496]
34025         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34026         Fix application of SIMD FP exception mask.
34028         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34029         mp_no from a power of two.
34030         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34031         __mpexp_twomm1.  Use __pow_mp.
34033         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34034         multiplication.
34036 2013-01-17  David S. Miller  <davem@davemloft.net>
34038         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34040 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34042         [BZ #15023]
34043         * include/complex.h: Condition contents on [!_COMPLEX_H].
34044         (__kernel_casinhf): New prototype.
34045         (__kernel_casinh): Likewise.
34046         (__kernel_casinhl): Likewise.
34047         * math/Makefile (libm_calls): Add k_casinh.
34048         * math/k_casinh.c: New file.
34049         * math/k_casinhf.c: Likewise.
34050         * math/k_casinhl.c: Likewise.
34051         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34052         finite nonzero arguments.
34053         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34054         finite nonzero arguments.
34055         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34056         finite nonzero arguments.
34057         * math/s_casinh.c: Do not include <float.h>.
34058         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34059         * math/s_casinhf.c: Do not include <float.h>.
34060         (__casinhf): Move code for finite nonzero arguments to
34061         k_casinhf.c.
34062         * math/s_casinhl.c: Do not include <float.h>.
34063         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34064         redefine.
34065         (__casinhl): Move code for finite nonzero arguments to
34066         k_casinhl.c.
34067         * math/libm-test.inc (cacos_test): Add more tests.
34068         * sysdeps/i386/fpu/libm-test-ulps: Update.
34069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34071 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34073         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34074         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34075         [!HAVE_MREMAP]: Remove [defined linux] case.
34076         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34078 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34080         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34082 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34084         * elf/elf.h (R_386_SIZE32): New relocation.
34085         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34086         R_386_SIZE32.
34087         (elf_machine_rela): Likewise.
34088         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34089         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34091 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34093         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34094         (FP_FAST_FMA): Do not define.
34095         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34096         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34097         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34098         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34099         !_SOFT_FLOAT]: Likewise.
34100         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34101         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34102         value.
34103         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34104         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34105         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34106         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34107         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34108         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34109         file.
34111 2013-01-16  Andreas Schwab  <schwab@suse.de>
34113         [BZ #14327]
34114         * include/stdlib.h (__mktemp): Add declaration.
34115         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34116         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34118 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34120         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34121         definitions.
34122         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34123         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34124         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34125         definitions here.
34126         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34127         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34128         definitions.
34129         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34130         and ONE.
34131         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34132         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34133         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34134         definitions.
34135         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34136         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34137         definitions.
34138         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34140         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34142 2013-01-15  David S. Miller  <davem@davemloft.net>
34144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34145         trunc{,f} to libm-sysdep_routes.
34146         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34148         file.
34149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34151         file.
34152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34153         file.
34154         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34155         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34156         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34157         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34158         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34159         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34160         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34161         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34164         nearbyint{,f} to libm-sysdep_routes.
34165         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34167         New file.
34168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34169         file.
34170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34171         New file.
34172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34173         file.
34174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34176         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34177         file.
34178         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34179         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34180         file.
34181         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34182         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34183         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34185         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34186         libc_feholdexcept and libc_fesetenv.
34188 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34190         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34192 2013-01-14  David S. Miller  <davem@davemloft.net>
34194         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34195         (SPARC_ASM_VIS2_IFUNC): Likewise.
34196         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34198         use of 'siam' instruction.
34199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34200         Likewise.
34201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34202         Likewise.
34203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34204         Likewise.
34205         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34206         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34207         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34208         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34210         file.
34211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34212         file.
34213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34214         file.
34215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34216         file.
34217         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34218         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34219         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34220         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34222         new VIS2 routines.
34223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34226         Likewise.
34227         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34228         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34229         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34230         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34232         routines to libm-sysdep_routines.
34233         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34236         fdim/fdimf to libm-sysdep_routines.
34237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34238         file.
34239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34241         file.
34242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34243         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34244         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34245         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34246         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34247         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34248         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34250 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34252         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34253         to optimize copies.
34255         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34256         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34257         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34259         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34260         local variable MPTWO.
34261         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34262         Likewise.
34264 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34266         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34267         GLOB_NOESCAPE.
34269 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34271         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34273 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34275         * manual/pattern.texi (glob_t): Document gl_flags.
34276         (glob64_t): Likewise.
34278 2013-01-11  David S. Miller  <davem@davemloft.net>
34280         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34281         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34282         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34283         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34284         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34285         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34286         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34287         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34288         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34289         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34290         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34291         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34292         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34294         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34295         sparc V9 rather than using V8 code.
34296         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34297         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34299         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34300         Move to...
34301         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34302         Here.
34304 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34306         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34307         not in the main loop.
34308         * configure: Regenerated.
34310 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34312         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34313         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34314         to just #else.
34315         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34316         [!__GLIBC_HAVE_LONG_LONG] case.
34317         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34318         condition to just #else.
34319         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34320         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34321         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34322         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34323         unconditional.
34324         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34325         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34326         #elif condition to just #else.
34327         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34328         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34329         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34330         #elif condition to just #else.
34332 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34334         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34335         (EF_MIPS_ARCH_64): Fix value.
34336         (EF_MIPS_ARCH_32R2): New.
34337         (EF_MIPS_ARCH_64R2): New.
34339 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34341         * Makeconfig (+link-pie-before-libc): New.
34342         (+link-pie-after-libc): Likewise.
34343         (+link-pie-tests): Likewise.
34344         (+link-pie): Rewritten.
34345         (link-before-libc): Remove $(config-LDFLAGS).
34346         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34347         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34348         (config-LDFLAGS): Renamed to ...
34349         (rtld-LDFLAGS): This.
34350         (rtld-tests-LDFLAGS): New macro.
34351         (link-libc-rpath-link): Likewise.
34352         (link-libc-tests-rpath-link): Likewise.
34353         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34354         (link-libc): Prepand $(link-libc-rpath-link).
34355         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34356         (test-program-prefix): New macro.
34357         (test-via-rtld-prefix): Likewise.
34358         (test-program-cmd): Likewise.
34359         (host-test-program-cmd): Likewise.
34360         * Makefile ($(common-objpfx)testrun.sh): Replace
34361         $(run-program-prefix) with $(test-program-prefix).
34362         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34363         $(rtld-LDFLAGS).
34364         ($(common-objpfx)shlib.lds): Likewise.
34365         (build-module-helper): Likewise.
34366         ($(common-objpfx)format.lds): Likewise.
34367         * Rules (binaries-pie-tests): New.
34368         (binaries-pie-notests): Likewise.
34369         (binaries-pie): Rewritten.
34370         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34371         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34372         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34373         (make-test-out): Replace $(host-built-program-cmd) with
34374         $(host-test-program-cmd).
34375         * config.make.in (build-hardcoded-path-in-tests): New variable.
34376         * configure.in (--enable-hardcoded-path-in-tests): New configure
34377         option.
34378         (hardcoded_path_in_tests): New AC_SUBST.
34379         * configure: Regenerated.
34380         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34381         $(built-program-cmd) with $(test-program-cmd).
34382         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34383         (test_program_cmd): This.
34384         * elf/Makefile ($(objpfx)order.out): Run test with
34385         $(test-program-prefix).
34386         ($(objpfx)order2.out): Likewise.
34387         ($(objpfx)tst-initorder.out): Likewise.
34388         ($(objpfx)tst-initorder2.out): Likewise.
34389         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34390         $(test-program-cmd).
34391         ($(objpfx)tst-array1-static.out): Likewise.
34392         ($(objpfx)tst-array2.out): Likewise.
34393         ($(objpfx)tst-array3.out): Likewise.
34394         ($(objpfx)tst-array4.out): Likewise.
34395         ($(objpfx)tst-array5.out): Likewise.
34396         ($(objpfx)tst-array5-static.out): Likewise.
34397         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34398         $(test-program-cmd).
34399         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34400         $(run-program-prefix) with $(test-program-prefix).
34401         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34402         (test_program_prefix): This.
34403         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34404         $(run-program-prefix) with $(test-program-prefix).
34405         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34406         (test_program_prefix): This.
34407         * iconvdata/tst-tables.sh: Likewise.
34408         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34409         $(run-program-prefix) with $(test-program-prefix).
34410         ($(objpfx)tst-translit.out): Likewise.
34411         ($(objpfx)tst-gettext2.out): Likewise.
34412         ($(objpfx)tst-gettext4.out): Likewise.
34413         ($(objpfx)tst-gettext6.out): Likewise.
34414         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34415         (test_program_prefix): This.
34416         * intl/tst-gettext2.sh: Likewise.
34417         * intl/tst-gettext4.sh  Likewise.
34418         * intl/tst-gettext6.sh: Likewise.
34419         * intl/tst-translit.sh: Likewise.
34420         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34421         with $(test-program-cmd).
34422         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34423         $(run-program-prefix) with $(test-program-prefix).
34424         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34425         (test_program_prefix): This.
34426         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34427         $(run-program-prefix) with $(test-program-prefix).
34428         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34429         (test_program_prefix): This.
34430         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34431         * posix/Makefile ($(objpfx)globtest.out): Replace
34432         $(run-via-rtld-prefix) and $(test-wrapper) with
34433         $(test-program-prefix) and $(test-via-rtld-prefix).
34434         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34435         $(test-program-prefix).
34436         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34437         $(host-test-program-cmd).
34438         (tst-spawn-ARGS): Likewise.
34439         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34440         $(test-program-prefix).
34441         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34442         (test_via_rtld_prefix): This.
34443         (test_wrapper): Renamed to ...
34444         (test_program_prefix): This.
34445         (run_program_prefix): Replaced by test_program_prefix.
34446         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34447         (test_program_prefix): This.
34448         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34449         with $(host-test-program-cmd).
34450         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34451         $(run-program-prefix) with $(test-program-prefix).
34452         ($(objpfx)tst-printf.out): Likewise.
34453         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34454         $(test-program-cmd).
34455         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34456         (test_program_prefix): This.
34457         * stdio-common/tst-unbputc.sh: Likewise.
34458         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34459         $(run-program-prefix) with $(test-program-prefix).
34460         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34461         (test_program_prefix): This.
34462         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34463         $(built-program-cmd) with $(test-program-cmd).
34465 2013-01-11  Andreas Jaeger  <aj@suse.de>
34467         [BZ #15003]
34468         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34469         value. Sync with Linux 3.7.
34471 2013-01-10  David S. Miller  <davem@davemloft.net>
34473         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34474         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34475         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34477 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34479         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34480         never set.
34481         * configure: Regenerated.
34483 2013-01-10  David S. Miller  <davem@davemloft.net>
34485         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34486         sparc V9 rather than using V8 code.
34487         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34488         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34490 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34492         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34493         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34494         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34495         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34496         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34497         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34498         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34499         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34500         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34501         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34502         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34503         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34504         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34505         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34506         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34507         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34508         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34509         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34510         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34511         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34512         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34513         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34514         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34515         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34516         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34517         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34518         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34520 2013-01-10  David S. Miller  <davem@davemloft.net>
34522         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34524 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34526         * posix/Makefile (tests-static): New variable.
34527         (tests): Add $(tests-static).
34528         (tst-exec-static-ARGS): New variable.
34529         (tst-spawn-static-ARGS): Likewise.
34530         * posix/tst-exec-static.c: New file.
34531         * posix/tst-spawn-static.c: Likewise.
34532         * posix/tst-exec.c: Support run directly.
34533         * posix/tst-spawn.c: Likewise.
34535 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34537         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34538         long.
34539         * math/bits/mathcalls.h (llrint): Likewise.
34540         (llround): Likewise.
34541         * stdlib/stdlib.h (struct drand48_data): Likewise.
34542         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34543         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34544         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34545         Likewise.
34546         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34547         Likewise.
34548         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34549         (elf_greg_t): Likewise.
34550         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34551         (__jmp_buf): Likewise.
34552         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34553         definitions.
34554         (llrint): Likewise, for all definitions.
34555         (llrintl): Likewise.
34557         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34558         Remove [__GNUC__] condition.
34559         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34560         condition to just [__USE_ISOC99].
34561         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34563 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34565         [BZ #14200]
34566         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34567         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34568         defined.
34569         (_POSIX_V6_ILP32_OFF32): Likewise.
34570         (_XBS5_ILP32_OFF32): Likewise.
34571         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34572         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34574 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34576         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34578         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34579         doubles __mpexp_twomm1.  Adjust usage.
34580         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34581         Remove.
34583 2013-01-10  Andreas Schwab  <schwab@suse.de>
34585         [BZ #14964]
34586         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34587         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34589 2013-01-09  David S. Miller  <davem@davemloft.net>
34591         [BZ #15003]
34592         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34593         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34594         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34595         (TCP_FASTOPEN): Define.
34596         (tcp_repair_opt): New structure.
34597         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34598         enum values.
34599         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34600         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34601         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34602         (tcp_cookie_transactions): New structure.
34604 2013-01-09  Anton Blanchard  <anton@samba.org>
34606         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34607         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34608         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34609         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34611 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34613         * include/features.h (__USE_ANSI): Remove.
34615 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34617         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34619         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34621 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34623         * sysdeps/s390/fpu/libm-test-ulps: Update.
34625         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34627         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34628         (__acr): Likewise.
34629         (__cpy): Likewise.
34630         (norm): Likewise.
34631         (denorm): Likewise.
34632         (__mp_dbl): Likewise.
34633         (__dbl_mp): Likewise.
34634         (add_magnitudes): Likewise.
34635         (sub_magnitudes): Likewise.
34636         (__add): Likewise.
34637         (__sub): Likewise.
34638         (__mul): Likewise.
34639         (__inv): Likewise.
34640         (__dvd): Likewise.
34641         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34642         (__acr): Likewise.
34643         (__cpy): Likewise.
34644         (norm): Likewise.
34645         (denorm): Likewise.
34646         (__mp_dbl): Likewise.
34647         (__dbl_mp): Likewise.
34648         (add_magnitudes): Likewise.
34649         (sub_magnitudes): Likewise.
34650         (__add): Likewise.
34651         (__sub): Likewise.
34652         (__mul): Likewise.
34653         (__inv): Likewise.
34654         (__dvd): Likewise.
34655         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34656         (__acr): Likewise.
34657         (__cpy): Likewise.
34658         (norm): Likewise.
34659         (denorm): Likewise.
34660         (__mp_dbl): Likewise.
34661         (__dbl_mp): Likewise.
34662         (add_magnitudes): Likewise.
34663         (sub_magnitudes): Likewise.
34664         (__add): Likewise.
34665         (__sub): Likewise.
34666         (__mul): Likewise.
34667         (__inv): Likewise.
34668         (__dvd): Likewise.
34670 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34672         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34673         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34674         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34675         2 && __USE_EXTERN_INLINES]: Likewise.
34677 2013-01-08  Andreas Jaeger  <aj@suse.de>
34679         [BZ# 14985]
34680         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34681         Remove.
34682         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34683         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34685 2013-01-07  Anton Blanchard  <anton@samba.org>
34687         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34688         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34689         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34690         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34691         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34692         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34693         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34694         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34695         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34696         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34697         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34698         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34699         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34700         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34701         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34702         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34703         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34704         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34705         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34706         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34707         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34708         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34709         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34710         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34711         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34712         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34713         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34714         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34715         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34716         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34717         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34718         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34719         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34720         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34721         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34722         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34723         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34724         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34725         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34726         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34727         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34728         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34729         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34731 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34733         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34734         (__MALLOC_PMT): Likewise.
34735         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34736         [__GNUC__], only on [_LIBC].
34737         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34738         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34739         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34740         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34741         forward declaration.
34742         (realloc_hook_ini): Likewise.
34743         (memalign_hook_ini): Likewise.
34744         (__libc_memalign): Do not use __MALLOC_PMT in variable
34745         declaration.
34746         (__libc_valloc): Likewise.
34747         (__libc_pvalloc): Likewise.
34748         (__libc_calloc): Likewise.
34749         (__posix_memalign): Likewise.
34751         [BZ #14996]
34752         * math/s_casinh.c: Include <float.h>.
34753         (__casinh): Do not do computation with squaring and square root
34754         for large arguments.
34755         * math/s_casinhf.c: Include <float.h>.
34756         (__casinhf): Do not do computation with squaring and square root
34757         for large arguments.
34758         * math/s_casinhl.c: Include <float.h>.
34759         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34760         (__casinhl): Do not do computation with squaring and square root
34761         for large arguments.
34762         * math/libm-test.inc (casin_test): Add more tests.
34763         (casinh_test): Likewise.
34764         * sysdeps/i386/fpu/libm-test-ulps: Update.
34765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34767 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34769         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34770         (__x86_64_raw_data_cache_size): Likewise.
34771         (__x86_64_data_cache_size_half): Likewise.
34772         (__x86_64_raw_data_cache_size_half): Likewise.
34773         (__x86_64_shared_cache_size): Likewise.
34774         (__x86_64_raw_shared_cache_size): Likewise.
34775         (__x86_64_shared_cache_size_half): Likewise.
34776         (__x86_64_raw_shared_cache_size_half): Likewise.
34777         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34778         to ...
34779         (__x86_data_cache_size): This.
34780         (__x86_64_raw_data_cache_size): Renamed to ...
34781         (__x86_raw_data_cache_size): This.
34782         (__x86_64_data_cache_size_half): Renamed to ...
34783         (__x86_data_cache_size_half): This.
34784         (__x86_64_raw_data_cache_size_half): Renamed to ...
34785         (__x86_raw_data_cache_size_half): This.
34786         (__x86_64_shared_cache_size): Renamed to ...
34787         (__x86_shared_cache_size): This.
34788         (__x86_64_raw_shared_cache_size): Renamed to ...
34789         (__x86_raw_shared_cache_size): This.
34790         (__x86_64_shared_cache_size_half): Renamed to ...
34791         (__x86_shared_cache_size_half): This.
34792         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34793         (__x86_raw_shared_cache_size_half): This.
34794         * sysdeps/x86_64/memcpy.S: Updated.
34795         * sysdeps/x86_64/memset.S: Likewise.
34796         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34797         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34798         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34800 2013-01-04  David S. Miller  <davem@davemloft.net>
34802         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34804 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34806         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34807         1 to avoid redefinition warning.
34808         (__USE_GNU): Don't define.
34809         (init_signaling_nan): Protoize.
34811         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34813 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34815         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34816         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34817         (__cpymn): Likewise.
34818         (norm): Remove commented code.
34819         (denorm): Likewise.
34820         (__mp_dbl): Likewise.
34821         (__inv): Likewise.
34822         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34823         (__cpymn): Likewise.
34824         (norm): Remove commented code.
34825         (denorm): Likewise.
34826         (__mp_dbl): Likewise.
34827         (__inv): Likewise.
34829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34830         mp_no value for 1.0 and 2.0.
34831         (norm): Use RADIXI instead of radixi.d.
34832         (denorm): Likewise.
34833         (__mul): Use 0.0 instead of zero.d.
34834         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34835         mp_no value for 1.0 and 2.0.
34836         (norm): Use RADIXI instead of radixi.d.
34837         (denorm): Likewise.
34838         (__mul): Use 0.0 instead of zero.d.
34840 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34842         [BZ #14994]
34843         * math/s_casinh.c (__casinh): Reduce finite argument to first
34844         quadrant then set signs of results at the end.
34845         * math/s_casinhf.c (__casinhf): Likewise.
34846         * math/s_casinhl.c (__casinhl): Likewise.
34847         * math/libm-test.inc (casin_test): Add more tests.
34848         (casinh_test): Likewise.
34849         * sysdeps/i386/fpu/libm-test-ulps: Update.
34850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34852 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34854         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34856         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34858         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34859         declarations.
34860         (denorm): Likewise.
34861         (__mp_dbl): Likewise.
34862         (__inv): Likewise.
34864         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34865         and adjust the header comment.
34867         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34868         variable name from declaration.
34870 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34872         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34873         Initialize COMMON_CPUID_INDEX_7 element.
34874         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34875         (CPUID_RTM): Likewise.
34876         (HAS_RTM): Likewise.
34877         (COMMON_CPUID_INDEX_7): New enum.
34879 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34881         [BZ #14981]
34882         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34883         size is zero, record memory as freed.
34885 2013-01-03  Andreas Jaeger  <aj@suse.de>
34887         * po/ia.po: Add new Interlingua translation.
34889 2012-01-03  Allan McRae  <allan@archlinux.org>
34891         * locale/programs/localedef.c: Fix description of '--posix' flag.
34893 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34895         * NEWS: Update dates in second copyright notice.
34896         * README: Update copyright dates in example.
34897         * manual/libc.texinfo: Update copyright dates.
34898         * scripts/test-installation.pl: Update copyright date in --version
34899         output.
34901         * hurd/ctty-input.c: Fix copyright notice formatting.
34902         * hurd/ctty-output.c: Likewise.
34903         * hurd/dtable.c: Likewise.
34904         * hurd/hurd-raise.c: Likewise.
34905         * hurd/hurdprio.c: Likewise.
34906         * hurd/msgportdemux.c: Likewise.
34907         * misc/sys/file.h: Likewise.
34908         * misc/sys/ioctl.h: Likewise.
34909         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34910         * sysdeps/mach/hurd/chdir.c: Likewise.
34911         * sysdeps/mach/hurd/fchdir.c: Likewise.
34912         * sysdeps/mach/hurd/rename.c: Likewise.
34913         * sysdeps/mach/hurd/rmdir.c: Likewise.
34914         * sysdeps/mach/hurd/seekdir.c: Likewise.
34915         * sysdeps/mach/hurd/setsid.c: Likewise.
34916         * sysdeps/posix/wait3.c: Likewise.
34918         * All files with FSF copyright notices: Update copyright dates
34919         using scripts/update-copyrights.
34920         * intl/plural.c: Regenerated.
34921         * locale/programs/charmap-kw.h: Likewise.
34922         * locale/programs/locfile-kw.h: Likewise.
34924 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34926         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34927         four values.
34929         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34930         calculation loop and add branch prediction.
34932         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34933         check access beyond bounds of m1np.
34935         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34936         MPTWO.
34937         (__inv): Remove local variable MPTWO to use the global
34938         constant.
34939         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34940         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34941         variable MPTWO.
34942         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34943         MP3HALFS static const.
34945 2013-01-01  David S. Miller  <davem@davemloft.net>
34947         * po/ca.po: Update from translation team.
34949 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34951         * scripts/update-copyrights: New file.
34952         * Makeconfig: Reformat copyright notice.
34953         * ctype/ctype.h: Likewise.
34954         * debug/swprintf_chk.c: Likewise.
34955         * elf/dl-cache.c: Likewise.
34956         * elf/dl-debug.c: Likewise.
34957         * elf/dl-object.c: Likewise.
34958         * grp/initgroups.c: Likewise.
34959         * hurd/Makefile: Likewise.
34960         * hurd/hurd/signal.h: Likewise.
34961         * hurd/hurdfault.c: Likewise.
34962         * hurd/hurdioctl.c: Likewise.
34963         * hurd/hurdlookup.c: Likewise.
34964         * hurd/intr-msg.c: Likewise.
34965         * iconv/gconv_open.c: Likewise.
34966         * libio/swprintf.c: Likewise.
34967         * locale/lc-ctype.c: Likewise.
34968         * locale/nl_langinfo.c: Likewise.
34969         * mach/Machrules: Likewise.
34970         * mach/Makefile: Likewise.
34971         * malloc/obstack.h: Likewise.
34972         * manual/Makefile: Likewise.
34973         * manual/tsort.awk: Likewise.
34974         * misc/bits/stab.def: Likewise.
34975         * nis/nis_print_group_entry.c: Likewise.
34976         * nis/nis_table.c: Likewise.
34977         * nis/nss_compat/compat-pwd.c: Likewise.
34978         * nis/nss_compat/compat-spwd.c: Likewise.
34979         * po/Makefile: Likewise.
34980         * posix/fnmatch.c: Likewise.
34981         * posix/regex.h: Likewise.
34982         * resolv/Makefile: Likewise.
34983         * resolv/nss_dns/dns-network.c: Likewise.
34984         * resolv/res_hconf.c: Likewise.
34985         * scripts/gen-sorted.awk: Likewise.
34986         * soft-fp/soft-fp.h: Likewise.
34987         * stdio-common/printf.h: Likewise.
34988         * stdlib/monetary.h: Likewise.
34989         * stdlib/random.c: Likewise.
34990         * stdlib/random_r.c: Likewise.
34991         * sysdeps/generic/Makefile: Likewise.
34992         * sysdeps/gnu/Makefile: Likewise.
34993         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34994         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34995         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34996         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34997         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34998         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34999         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35000         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35001         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35002         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35003         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35004         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35005         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35006         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35007         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35008         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35009         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35010         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35011         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35012         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35013         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35014         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35015         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35016         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35017         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35018         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35019         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35020         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35021         * sysdeps/mach/hurd/errnos.awk: Likewise.
35022         * sysdeps/mach/hurd/fork.c: Likewise.
35023         * sysdeps/mach/hurd/getcwd.c: Likewise.
35024         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35025         * sysdeps/mach/hurd/mmap.c: Likewise.
35026         * sysdeps/mach/hurd/utimes.c: Likewise.
35027         * sysdeps/mach/hurd/xmknod.c: Likewise.
35028         * sysdeps/posix/profil.c: Likewise.
35029         * sysdeps/posix/readdir_r.c: Likewise.
35030         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35031         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35032         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35033         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35034         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35035         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35036         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35037         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35038         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35039         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35040         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35041         * sysdeps/pthread/lio_listio.c: Likewise.
35042         * sysdeps/sparc/dl-procinfo.h: Likewise.
35043         * sysdeps/unix/i386/sysdep.S: Likewise.
35044         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35045         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35046         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35047         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35049         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35050         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35051         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35052         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35053         * sysdeps/wordsize-32/divdi3.c: Likewise.
35054         * time/sys/time.h: Likewise.
35055         * wcsmbs/Makefile: Likewise.
35057 2013-01-01  David S. Miller  <davem@davemloft.net>
35059         * po/fr.po: Update from translation team.
35061         * catgets/gencat.c: Update copyright year.
35062         * csu/version.c: Likewise.
35063         * debug/catchsegv.sh: Likewise.
35064         * debug/pcprofiledump.c: Likewise.
35065         * debug/xtrace.sh: Likewise.
35066         * elf/ldconfig.c: Likewise.
35067         * elf/ldd.bash.in: Likewise.
35068         * elf/pldd.c: Likewise.
35069         * elf/sotruss.ksh: Likewise.
35070         * elf/sprof.c: Likewise.
35071         * iconv/iconv_prog.c: Likewise.
35072         * iconv/iconvconfig.c: Likewise.
35073         * locale/programs/locale.c: Likewise.
35074         * locale/programs/localedef.c: Likewise.
35075         * login/programs/pt_chown.c: Likewise.
35076         * malloc/memusage.sh: Likewise.
35077         * malloc/memusagestat.c: Likewise.
35078         * malloc/mtrace.pl: Likewise.
35079         * nscd/nscd.c: Likewise.
35080         * nss/getent.c: Likewise.
35081         * nss/makedb.c: Likewise.
35082         * posix/getconf.c: Likewise.
35084 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35086         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35087         numbers.
35089 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35091         * math/bits/mathcalls.h (modf): Use __nonnull.
35093 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35095         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35096         (split): Use macro CN instead of the bare value.
35097         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35098         could be used.
35099         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35100         instead of the bare value.
35101         (power1): Likewise.
35103 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35105         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35106         __ATAN_TWOM.
35107         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35109         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35110         their values.
35111         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35112         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35113         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35114         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35116 2012-12-28  Andreas Jaeger  <aj@suse.de>
35118         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35119         values are from Linux 3.7.
35121         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35122         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35124 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35126         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35127         TRUE case.
35129         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35130         (norm): Likewise.
35131         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35132         variables with preprocessor constants.
35133         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35134         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35135         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35137 2012-12-27  Bruno Haible  <bruno@clisp.org>
35139         [BZ #14317]
35140         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35141         only if needed.
35143 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35145         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35146         and use variable directly.
35147         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35149         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35150         MPONE.
35151         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35152         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35153         variable MPONE.
35154         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35155         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35156         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35157         include directive.  Remove local variable MPONE.
35158         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35159         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35160         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35162 2012-12-25  David S. Miller  <davem@davemloft.net>
35164         * version.h (RELEASE): Set to "development".
35165         (VERSION): Set to "2.17.90".
35166         * NEWS: Add 2.18 section.
35168 2012-12-21  David S. Miller  <davem@davemloft.net>
35170         * po/hr.po: Update from translation team.
35172 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35174         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35176 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35178         * NEWS:  Mention new memcpy for MIPS.
35180 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35182         * manual/contrib.texi (Contributors): Spelling correction.
35184 2012-12-15  David S. Miller  <davem@davemloft.net>
35186         * po/ru.po: Update from translation team.
35188 2012-12-13  David S. Miller  <davem@davemloft.net>
35190         * NEWS: Mention IFUNC testsuite enhancements.
35192         * po/pl.po: Update from translation team.
35193         * po/bg.po: Likewise.
35195         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35196         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35198 2012-12-11  David S. Miller  <davem@davemloft.net>
35200         * po/sv.po: Update from translation team.
35202         * po/vi.po: Update from translation team.
35204         * po/cs.po: Update from translation team.
35206         * po/de.po: Update from translation team.
35207         * po/eo.po: Likewise.
35208         * po/nl.po: Likewise.
35210 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35212         [BZ #14246]
35213         * manual/argp.texi (Argp Helper Functions): Move node to follow
35214         Argp Parsing State.
35216         [BZ #14872]
35217         * manual/conf.texi (Limits on File System Capacity): Mention if
35218         terminating null is included in the max size.
35220 2012-12-10  Andreas Jaeger  <aj@suse.de>
35222         * po/cs.po: Update from translation team.
35224 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35226         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35227         void pointer and cast to uintptr_t.
35228         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35229         path.
35230         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35231         * sysdeps/s390/s390-64/memset.S: Likewise.
35233 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35235         [BZ #14833]
35236         * menual/message.texi (Message Translation): Fix typos.
35237         (Helper programs for gettext): Likewise.
35239 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35241         [BZ #14898]
35242         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35243         Change to -1.
35245 2012-12-07  David S. Miller  <davem@davemloft.net>
35247         * po/libc.pot: Update.
35249 2012-12-07  Richard Henderson  <rth@redhat.com>
35251         [BZ #10114]
35252         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35253         normal/normal case to before the switch.
35254         (_FP_DIV): Likewise.
35256 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35257             Mike Frysinger  <vapier@gentoo.org>
35259         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35260         check for __NR_fadvise64_64.
35262 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35264         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35265         0, not just to plain "0" as a statement.
35266         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35267         with cw.
35269 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35271         * NEWS: Use sourceware.org in Bugzilla URL.
35273 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35276         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35278         * stdio-common/tst-put-error.c (do_test): Add newline to the
35279         padded test to ensure flush.
35281 2012-12-05  Jeff Law  <law@redhat.com>
35283         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35285 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35287         * README: Don't refer to ports add-on as distributed separately.
35288         Mention AArch64 in list of systems supported in the ports add-on.
35290         * LICENSES: Add more non-FSF copyright and license notices.
35292         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35293         ((unused)).
35295         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35297         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35298         10000 as width of padded output.
35300 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35302         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35304         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35305         variable LX with __attribute__ ((unused)).
35306         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35307         Likewise.
35308         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35309         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35310         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35311         with __attribute__ ((unused)).
35313 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35315         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35317 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35319         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35320         (CFLAGS-nldbl-acos.c): New variable.
35321         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35322         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35323         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35324         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35325         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35326         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35327         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35328         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35329         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35330         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35331         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35332         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35333         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35334         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35335         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35336         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35337         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35338         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35339         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35340         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35341         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35342         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35343         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35344         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35345         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35346         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35347         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35348         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35349         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35350         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35351         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35352         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35353         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35354         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35355         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35356         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35357         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35358         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35359         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35360         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35361         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35362         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35363         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35364         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35365         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35366         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35367         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35368         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35369         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35370         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35371         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35372         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35373         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35374         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35375         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35376         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35377         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35378         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35379         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35380         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35381         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35382         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35383         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35384         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35385         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35386         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35387         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35388         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35389         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35390         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35391         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35392         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35393         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35394         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35395         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35396         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35397         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35398         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35399         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35400         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35401         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35402         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35403         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35404         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35405         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35406         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35407         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35408         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35409         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35410         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35411         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35412         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35413         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35414         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35415         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35416         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35417         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35420         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35422         [BZ #14914]
35423         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35424         whole low double instead of just low 47 bits when splitting values
35425         into two parts.
35427 2012-12-03  Allan McRae  <allan@archlinux.org>
35429         * manual/stdio.texi (Predefined Printf Handlers): Remove
35430         @hsep and @vsep usage.
35432 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35434         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35435         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35437 2012-12-03  Jeff Law  <law@redhat.com>
35439         * time/sys/time.h (settimeofday): Do not mark TV argument
35440         as __nonnull.
35442 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35444         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35445         when currently writing and seek to current position when not.
35446         * libio/Makefile (tests): Remove bug-fclose1.
35447         * libio/bug-fclose1.c: Delete.
35449 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35451         * manual/arith.texi (feenableexcept): Fix typo.
35452         (fedisableexcept): Likewise.
35454 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35456         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35457         second, differently-typed declaration, rather than a cast.
35459 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35461         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35462         * include/rpc/svc.h: ... here.
35464 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35466         [BZ #13013]
35467         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35468         depending n and resplen2 to catch cases where answer
35469         equals answerp2.
35471 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35473         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35474         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35476 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35478         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35480 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35482         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35484 2012-11-28  Jeff Law  <law@redhat.com>
35486         [BZ #13761]
35487         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35488         dataset_temporary.  Track alloca usage into alloca_used.
35489         If dataset is large allocate and release it via malloc/free.
35491 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35493         [BZ #14197]
35494         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35496 2012-11-28  David S. Miller  <davem@davemloft.net>
35498         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35500 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35502         [BZ #14803]
35503         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35504         of pi/2 rounded to nearest to 64 bits.
35505         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35506         nearest to 64 bits.
35507         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35508         bits.
35510 2012-11-28  Jeff Law <law@redhat.com>
35511             Martin Osvald <mosvald@redhat.com>
35513         [BZ #14889]
35514         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35515         * sunrpc/svc.c: Include time.h.
35516         (__svc_accept_failed): New function.
35517         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35518         any reason other than EINTR, call __svc_accept_failed.
35519         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35520         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35522 2012-11-28  Andreas Schwab  <schwab@suse.de>
35524         * scripts/abilist.awk: Also handle indirect functions in .opd
35525         section.
35527 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35529         [BZ #13881]
35530         * sysdeps/x86/fpu/powl_helper.c: New file.
35531         * sysdeps/x86/fpu/Makefile: Likewise.
35532         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35533         (p3): New object.
35534         (__ieee754_powl): Use __powl_helper for finite arguments except
35535         integer exponents below 8.
35536         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35537         (p3): New object.
35538         (__ieee754_powl): Use __powl_helper for finite arguments except
35539         integer exponents below 8.
35540         * math/libm-test.inc (pow_test): Add more tests and enable some
35541         previously disabled tests.
35542         * sysdeps/i386/fpu/libm-test-ulps: Update.
35543         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35545 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35546             Carlos O'Donell  <carlos_odonell@mentor.com>
35548         * nss/makedb.c (is_prime): Assert that input is odd and greater
35549         than 4.  Note that fact in a comment too.
35550         (next_prime): Add 4 to input.
35552 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35554         [BZ #11741]
35555         * libio/Makefile (tests): Add test case tst-fwrite-error.
35556         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35557         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35558         * libio/tst-fwrite-error.c: New test case.
35560 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35562         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35563         before casting to void *.
35564         * include/libc-internal.h (__pointer_type): New macro.
35565         (__integer_if_pointer_type_sub): Likewise.
35566         (__integer_if_pointer_type): Likewise.
35567         (cast_to_integer): Likewise.
35568         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35569         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35570         before casting to atomic64_t.
35571         (atomic_exchange_acq): Likewise.
35572         (__arch_exchange_and_add_body): Likewise.
35573         (__arch_add_body): Likewise.
35574         (atomic_add_negative): Likewise.
35575         (atomic_add_zero): Likewise.
35577 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35579         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35580         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35581         (add_fdes): Likewise.
35582         (linear_search_fdes): Likewise.
35583         (binary_search_unencoded_fdes): Likewise.
35585 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35587         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35589 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35591         * configure.in: Autodetect C++ header directories.
35592         * configure: Regenerated.
35594 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35596         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35598 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35602 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35604         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35605         LDBL_MANT_DIG == 106]: Disable some tests.
35606         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35607         Likewise.
35608         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35609         Likewise.
35611         [BZ #14871]
35612         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35613         input for small inputs.  Return +/- pi/2 for large inputs.
35614         * math/libm-test.inc (atan_test): Add more tests.
35616         * sysdeps/generic/unwind-dw2-fde-glibc.c
35617         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35618         __attribute__ ((unused)).
35620         [BZ #14645]
35621         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35622         x * y if x and y are nonzero and z is zero.
35624         [BZ #14811]
35625         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35626         nonzero exponents with absolute value below 0x1p-117 to +/-
35627         0x1p-117.
35629         [BZ #14869]
35630         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35631         up arguments below 2**-450, not just those below 2**-500.
35632         * math/libm-test.inc (hypot_test): Add another test.
35634         [BZ #14868]
35635         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35636         Return a+b for ratio over 2**120, not 2**60.
35637         * math/libm-test.inc (hypot_test): Add another test.
35639         * math/libm-test.inc (clog_test): Use
35640         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35641         (clog10_test): Likewise.
35643         [BZ #6778]
35644         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35646 2012-11-22  Andreas Schwab  <schwab@suse.de>
35648         * sysdeps/i386/fpu/libm-test-ulps: Update.
35650 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35652         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35653         printf output with newline.
35655 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35657         [BZ #14865]
35658         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35659         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35660         -z nodlopen, -z initfirst and -z execstack support.
35661         * configure: Regenerated.
35663         * elf/elf.h (DF_1_NODIRECT): New macro.
35664         (DF_1_IGNMULDEF): Likewise.
35665         (DF_1_NOKSYMS): Likewise.
35666         (DF_1_NOHDR): Likewise.
35667         (DF_1_EDITED): Likewise.
35668         (DF_1_NORELOC): Likewise.
35669         (DF_1_SYMINTPOSE): Likewise.
35670         (DF_1_GLOBAUDIT): Likewise.
35671         (DF_1_SINGLETON): Likewise.
35672         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35673         DT_1_SUPPORTED_MASK bits.
35674         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35676 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35678         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35680 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35682         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35683         macro.
35685         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35686         (sendmmsg): Move declarations...
35687         * socket/sys/socket.h: ... here.
35688         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35689         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35690         include it from...
35691         * socket/recvmmsg.c: ... this new file.
35692         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35693         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35694         definition of __sendmmsg hidden.
35695         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35696         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35697         Move ENOSYS stub into and include it from...
35698         * socket/sendmmsg.c: ... this new file.
35699         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35700         (sysdep_routines): Move recvmmsg and sendmmsg...
35701         * socket/Makefile (routines): ... here.
35702         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35703         (GLIBC_PRIVATE): Add __sendmmsg.
35704         * include/sys/socket.h (__sendmmsg): Add declarations.
35705         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35706         sendmmsg.
35708 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35710         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35711         variable I1 with __attribute__ ((unused)).
35712         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35714 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35716         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35717         DUMMY variables with __attribute__ ((unused)).
35719         * bits/byteswap.h: Include <bits/types.h>.
35720         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35722 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35724         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35725         string_t.  Do not manually set errno.
35726         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35727         length with __strnlen.  Make sure to both set errno and return it on
35728         failure.
35730 2012-11-19  David S. Miller  <davem@davemloft.net>
35732         With help from Joseph Myers.
35733         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35734         very large arguments properly.
35735         * math/libm-test.inc (atan_test): New tests.
35736         (atan2_test): New tests.
35737         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35738         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35740 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35742         [BZ #14856]
35743         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35744         Define to 3.
35746         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35747         [POSIX] (EADDRNOTAVAIL): Likewise.
35748         [POSIX] (EAFNOSUPPORT): Likewise.
35749         [POSIX] (EALREADY): Likewise.
35750         [POSIX] (ECONNABORTED): Likewise.
35751         [POSIX] (ECONNREFUSED): Likewise.
35752         [POSIX] (ECONNRESET): Likewise.
35753         [POSIX] (EDESTADDRREQ): Likewise.
35754         [POSIX] (EDQUOT): Likewise.
35755         [POSIX] (EHOSTUNREACH): Likewise.
35756         [POSIX] (EIDRM): Likewise.
35757         [POSIX] (EISCONN): Likewise.
35758         [POSIX] (ELOOP): Likewise.
35759         [POSIX] (EMULTIHOP): Likewise.
35760         [POSIX] (ENETDOWN): Likewise.
35761         [POSIX] (ENETUNREACH): Likewise.
35762         [POSIX] (ENOBUFS): Likewise.
35763         [POSIX] (ENODATA): Likewise.
35764         [POSIX] (ENOLINK): Likewise.
35765         [POSIX] (ENOMSG): Likewise.
35766         [POSIX] (ENOPROTOOPT): Likewise.
35767         [POSIX] (ENOSR): Likewise.
35768         [POSIX] (ENOSTR): Likewise.
35769         [POSIX] (ENOTCONN): Likewise.
35770         [POSIX] (ENOTSOCK): Likewise.
35771         [POSIX] (EOPNOTSUPP): Likewise.
35772         [POSIX] (EOVERFLOW): Likewise.
35773         [POSIX] (EPROTO): Likewise.
35774         [POSIX] (EPROTONOSUPPORT): Likewise.
35775         [POSIX] (EPROTOTYPE): Likewise.
35776         [POSIX] (ESTALE): Likewise.
35777         [POSIX] (ETIME): Likewise.
35778         [POSIX] (ETXTBSY): Likewise.
35779         [POSIX] (EWOULDBLOCK): Likewise.
35780         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35781         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35782         [POSIX] (SEEK_CUR): Likewise.
35783         [POSIX] (SEEK_END): Likewise.
35784         [POSIX || UNIX98] (mode_t): Do not require.
35785         [POSIX] (off_t): Likewise.
35786         [POSIX] (pid_t): Likewise.
35787         [POSIX] (sys/stat.h): Do not allow header.
35788         [POSIX] (unistd.h): Likewise.
35789         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35790         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35791         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35792         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35793         require.
35794         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35795         sigevent): Specify elements.
35796         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35797         entry.
35798         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35799         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35801         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35802         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35803         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35804         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35805         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35806         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35807         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35808         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35809         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35810         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35811         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35812         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35813         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35814         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35815         Likewise.
35816         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35817         Likewise.
35818         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35819         Likewise.
35820         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35821         Likewise.
35822         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35823         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35824         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35825         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35826         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35827         Specify lower bound on value.
35828         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35829         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35830         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35831         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35832         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35833         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35834         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35835         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35836         value.
35837         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35838         as optional.
35839         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35840         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35841         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35842         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35843         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35844         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35845         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35846         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35847         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35848         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35849         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35850         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35851         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35852         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35853         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35854         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35855         entry.
35856         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35857         optional.
35858         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35859         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35860         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35861         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35862         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35863         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35864         Likewise.
35865         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35866         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35867         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35868         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35869         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35870         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35871         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35872         as optional.
35873         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35874         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35875         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35876         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35877         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35878         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35879         specify as optional.
35880         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35881         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35882         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35883         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35884         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35885         [XPG3] (NL_LANGMAX): Likewise.
35886         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35887         [POSIX || XPG3] (NL_NMAX): Likewise.
35888         [POSIX || XPG3] (NL_SETMAX): Likewise.
35889         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35890         [XPG3] (NZERO): Likewise.
35891         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35892         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35893         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35894         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35895         (REG_ERANGE): Expect.
35896         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35897         optional-constant.
35898         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35899         Use (void) in prototype.
35900         [POSIX] (*_t): Allow.
35901         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35902         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35903         (WRDE_BADVAL): Expect.
35905         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35906         expect.
35907         [XPG3 || XPG4] (O_RSYNC): Likewise.
35908         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35909         Likewise.
35910         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35911         [XPG3 || XPG4] (sigqueue): Likewise.
35912         [XPG3 || XPG4] (sigtimedwait): Likewise.
35913         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35914         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35915         [XPG3 || XPG4] (vsnprintf): Likewise.
35916         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35917         Likewise.
35918         [XPG3 || XPG4] (blksize_t): Likewise.
35919         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35920         Likewise.
35921         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35922         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35923         [XPG3 || XPG4] (struct itimerspec): Likewise.
35924         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35925         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35926         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35927         [XPG3 || XPG4] (clockid_t): Likewise.
35928         [XPG3 || XPG4] (timer_t): Likewise.
35929         [XPG3 || XPG4] (clock_getres): Likewise.
35930         [XPG3 || XPG4] (clock_gettime): Likewise.
35931         [XPG3 || XPG4] (clock_settime): Likewise.
35932         [XPG3 || XPG4] (nanosleep): Likewise.
35933         [XPG3 || XPG4] (timer_create): Likewise.
35934         [XPG3 || XPG4] (timer_delete): Likewise.
35935         [XPG3 || XPG4] (timer_gettime): Likewise.
35936         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35937         [XPG3 || XPG4] (timer_settime): Likewise.
35938         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35939         [XPG3 || XPG4] (getlogin_r): Likewise.
35940         [XPG3 || XPG4] (pread): Likewise.
35941         [XPG3 || XPG4] (pthread_atfork): Likewise.
35942         [XPG3 || XPG4] (pwrite): Likewise.
35944         [BZ #14835]
35945         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35946         <bits/siginfo.h>.
35948 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35950         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35951         finalizing MALLSTREAM.
35953         * sysdeps/mach/hurd/syncfs.c: New file.
35955 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35957         [BZ #14719]
35958         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35959         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35960         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35961         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35962         (_nss_dns_gethostbyname4_r): Likewise.
35963         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35964         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35966 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35968         [BZ #13763]
35969         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35971 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35973         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35974         * elf/cache.c (print_entry): Print ",AArch64" for
35975         FLAG_AARCH64_LIB64
35977         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35978         * elf/cache.c (print_entry): Print ",hard-float" for
35979         FLAG_ARM_LIBHF.
35981 2012-11-18  David S. Miller  <davem@davemloft.net>
35983         With help from Joseph Myers.
35984         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35985         cutoff to 2**-13.
35986         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35987         cutoff to 2**-25.
35988         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35989         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35990         small.
35991         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35992         * math/libm-test.inc (y0_test): New tests.
35993         (y1_test): New tests.
35994         * sysdeps/i386/fpu/libm-test-ulps: Update.
35995         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35996         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35998 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36000         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36001         64-bit targets.
36002         * configure: Regenerated.
36004 2012-11-17  David S. Miller  <davem@davemloft.net>
36006         [BZ #14811]
36007         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36008         nonzero exponents with absolute value below 0x1p-128 to +/-
36009         0x1p-128.
36011 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36013         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36015         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36017         * posix/getconf-speclist.c: New file.
36018         * posix/posix-envs.def: Likewise.
36019         * posix/confstr.c (START_ENV_GROUP): New macro.
36020         (END_ENV_GROUP): Likewise.
36021         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36022         (KNOWN_PRESENT_ENV_STRING): Likewise.
36023         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36024         (UNKNOWN_ENVIRONMENT): Likewise.
36025         (confstr): Include posix-envs.def instead of handling
36026         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36027         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36028         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36029         (END_ENV_GROUP): Likewise.
36030         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36031         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36032         (UNKNOWN_ENVIRONMENT): Likewise.
36033         (__sysconf): Include posix-envs.def instead of handling associated
36034         cases directly here.
36035         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36036         preprocessing getconf-speclist.c rather than running getconf or
36037         generating empty file.
36039 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36041         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36043 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36045         [BZ #14672]
36046         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36048 2012-11-16  David S. Miller  <davem@davemloft.net>
36050         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36051         smaller than LDBL_EPSILON/2.0L, just return xm1.
36053 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36055         * elf/tst-array1.c (init): Set constructor priority to 1000.
36056         (fini): Set destructor priority to 1000.
36057         * elf/tst-array2dep.c: Likewise.
36059 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36061         [BZ #11741]
36062         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36063         (_IO_new_file_xsputn): Also return EOF if none of the input
36064         data was written when overflow failed.
36065         * libio/iopadn.c (_IO_padn): Likewise.
36066         * libio/iowpadn.c (_IO_wpadn): Likewise.
36067         * stdio-common/tst-put-error.c: Add copyright notice.
36068         (do_test): Add case for printing padded string.
36069         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36070         _IO_padn returned error.
36071         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36072         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36073         return EOF.
36075 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36077         * libio/libioP.h: Add comment note that the references to C++
36078         bits are now obsolete.
36080 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36082         * math/libm-test.inc (check_complex): Use asprintf.
36084 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36086         * debug/pcprofiledump.c (print_version): Update copyright year.
36087         * malloc/memusagestat.c (print_version): Likewise.
36089 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36091         [BZ #14831]
36092         * elf/Makefile (tests): Add tst-audit8.
36093         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36094         ($(objpfx)tst-audit8.out): New target.
36095         (tst-audit8-ENV): New variable.
36096         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36097         audit if l_reloc_result is NULL.
36098         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36099         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36100         * elf/tst-audit8.c: New file.
36102 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36104         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36105         * misc/Makefile (CFLAGS-select.c): Define.
36106         * posix/Makefile (CFLAGS-pause.c): Define.
36108 2012-11-13  David S. Miller  <davem@davemloft.net>
36110         * crypt/Makefile: Move test targets after toplevel Rules
36111         inclusion.  Grab any necessary sysdep routines when linking.
36112         * crypt/md5.c (md5_process_block): Remove define, we will always
36113         name it __md5_process_block.
36114         (md5_finish_ctx): Update md5_process_block call.
36115         (md5_stream): Likewise.
36116         (md5_process_bytes): Likewise.
36117         (md5_process_block): Rename to __md5_process_block and move to ...
36118         * crypt/md5-block.c: ... here.
36119         * crypt/sha256.c (sha256_process_block): Move to ...
36120         * crypt/sha256-block.c: ... here.
36121         * crypt/sha512.c (sha512_process_block): Move to ...
36122         * crypt/sha512-block.c: ... here.
36123         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36124         path.
36125         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36126         * sysdeps/sparc/sparc64/multiarch/Makefile
36127         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36128         crypt subdir.
36129         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36130         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36131         multiarch changes.
36132         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36133         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36134         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36135         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36136         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36137         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36138         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36139         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36140         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36141         file.
36142         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36143         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36144         file.
36145         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36147 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36149         * timezone/tzselect.ksh: Update from tzcode git revision
36150         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36151         * timezone/zdump.c: Likewise.
36152         * timezone/zic.c: Likewise.
36153         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36154         in TZVERSION setting, not $(PKGVERSION).
36155         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36156         REPORT_BUGS_TO settings.
36158         [BZ #14838]
36159         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36160         macro.
36162 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36164         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36165         detection to immediately after _FP_ROUND().
36166         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36167         bits are 0.
36169 2012-11-11  David S. Miller  <davem@davemloft.net>
36171         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36172         inttypes.h
36173         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36174         __close rather than their public counterparts.
36176 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36178         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36179         file.
36180         [UNIX98] (sem_timedwait): Do not expect.
36181         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36182         [XPG4 || UNIX98] (sockatmark): Do not expect.
36183         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36184         (clock_getcpuclockid): Do not expect.
36185         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36186         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36187         Do not expect.
36188         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36189         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36190         [UNIX98] (vwscanf): Likewise.
36191         [UNIX98] (vswscanf): Likewise.
36193 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36195         * timezone/version.h: Remove file.
36196         * timezone/README: Do not refer to version.h.
36197         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36198         $(objpfx)version.h.
36199         ($(objpfx)zdump.o): Likewise.
36200         ($(objpfx)version.h): New target.
36202         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36203         2012i.
36204         * timezone/README: Don't mention modification to tzselect.ksh.
36205         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36206         work on unmodified tzselect.ksh.  Substitute version numbers in
36207         tzselect.ksh.
36209         * Makefile (format-me): Remove.
36210         (INSTALL): Adjust indentation.  Use commands directly instead of
36211         using $(format-me).
36213         * aclocal.m4 (ACX_PKGVERSION): New macro.
36214         (ACX_BUGURL): Likewise.
36215         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36216         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36217         (REPORT_BUGS_TO): Likewise.
36218         * configure: Regenerated.
36219         * config.h.in (PKGVERSION): New macro.
36220         (REPORT_BUGS_TO): Likewise.
36221         * config.make.in (PKGVERSION): New variable.
36222         (PKGVERSION_TEXI): Likewise.
36223         (REPORT_BUGS_TO): Likewise.
36224         (REPORT_BUGS_TEXI): Likewise.
36225         * Makefile (format-me): Use -I$(common-objpfx)manual.
36226         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36227         ($(common-objpfx)manual/%): New target.
36228         (manual/%): Remove target.
36229         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36230         (print_version): Use PKGVERSION.
36231         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36232         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36233         and REPORT_BUGS_TO.
36234         ($(objpfx)xtrace): Likewise.
36235         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36236         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36237         (print_version): Use PKGVERSION.
36238         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36239         (do_version): Use PKGVERSION.
36240         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36241         REPORT_BUGS_TO.
36242         (common-ldd-rewrite): Likewise.
36243         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36244         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36245         (print_version): Use PKGVERSION.
36246         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36247         * elf/pldd.c (argp_program_bug_address): Remove variable.
36248         (more_help): New function.
36249         (argp): Use more_help.
36250         (print_version): Use PKGVERSION.
36251         * elf/sln.c (main): Use PKGVERSION.
36252         (usage): Use REPORT_BUGS_TO.
36253         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36254         (top level): Use PKGVERSION.
36255         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36256         (print_version): Use PKGVERSION.
36257         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36258         (print_version): Use PKGVERSION.
36259         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36260         (print_version): Use PKGVERSION.
36261         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36262         (print_version): Use PKGVERSION.
36263         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36264         (print_version): Use PKGVERSION.
36265         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36266         (print_version): Use PKGVERSION.
36267         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36268         and BUGURL.
36269         ($(objpfx)memusage): Likewise.
36270         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36271         (do_version): Use PKGVERSION.
36272         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36273         (print_version): Use PKGVERSION.
36274         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36275         ($PKGVERSION): New variable.
36276         ($REPORT_BUGS_TO): Likewise.
36277         (usage): Use $REPORT_BUGS_TO.
36278         (top level): Use $PKGVERSION.
36279         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36280         ($(objpfx)pkgvers.texi): New rule.
36281         ($(objpfx)stamp-pkgvers): Likewise.
36282         * manual/install.texi: Include pkgvers.texi.
36283         (--with-pkgversion): Document new configure option.
36284         (--with-bugurl): Likewise.
36285         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36286         than necessarily for this particular distribution.  Use
36287         REPORT_BUGS_TO for where to report bugs.
36288         * INSTALL: Regenerated.
36289         * manual/libc.texinfo: Include pkgvers.texi.
36290         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36291         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36292         (print_version): Use PKGVERSION.
36293         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36294         (print_version): Use PKGVERSION.
36295         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36296         (print_version): Use PKGVERSION.
36297         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36298         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36299         macro.
36300         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36301         (print_version): Use PKGVERSION.
36302         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36303         (print_version): Use PKGVERSION.
36304         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36305         and PKGVERSION.
36307         * timezone/checktab.awk: Update from tzcode 2012i.
36308         * timezone/ialloc.c: Likewise.
36309         * timezone/private.h: Likewise.
36310         * timezone/scheck.c: Likewise.
36311         * timezone/tzfile.h: Likewise.
36312         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36313         (TZVERSION): Hardcode tzcode version number.
36314         * timezone/zdump.c: Update from tzcode 2012i.
36315         * timezone/zic.c: Likewise.
36316         * timezone/version.h: New file.
36317         * timezone/README: Describe version.h.  Update upstream location.
36319         [BZ #14824]
36320         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36321         (mktemp): Enable declaration.
36322         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36323         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36324         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36325         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36326         Likewise.
36327         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36328         Likewise.
36329         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36330         Likewise.
36331         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36332         Likewise.
36333         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36334         Likewise.
36335         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36336         Likewise.
36338         [BZ #14821]
36339         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36340         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36341         for copies of such integer values.
36342         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36343         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36345 2012-11-09  Andreas Jaeger  <aj@suse.de>
36347         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36348         definitions and declarations that are provided by
36349         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36351 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36353         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36354         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36355         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36356         definition.
36358 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36360         * elf/elf.h: Update comment before AArch64 relocations.
36362 2012-11-07  David S. Miller  <davem@davemloft.net>
36364         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36365         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36366         (__start_context): Declare.
36367         (__makecontext_ret): Delete.
36368         (__makecontext): Hook up __start_context instead of
36369         __makecontext_ret.
36370         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36371         (sysdep_routines): Add __start_context when in stdlib.
36373 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36375         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36376         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36377         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36378         hardcoded "nm".
36379         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36380         (READELF): New variable.  Use it instead of hardcoded "readelf".
36382 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36384         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36385         * sysdeps/x86/Makefile: Here.
36386         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36387         * sysdeps/x86/tst-xmmymm.sh: This.
36389 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36391         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36392         expectations.
36393         [UNIX98] (pthread_barrier_t): Do not expect.
36394         [UNIX98] (pthread_barrierattr_t): Likewise.
36395         [UNIX98] (pthread_spinlock_t): Likewise.
36396         [UNIX98] (pthread_barrier_destroy): Likewise.
36397         [UNIX98] (pthread_barrier_init): Likewise.
36398         [UNIX98] (pthread_barrier_wait): Likewise.
36399         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36400         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36401         [UNIX98] (pthread_barrierattr_init): Likewise.
36402         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36403         [UNIX98] (pthread_getcpuclockid): Likewise.
36404         [UNIX98] (pthread_mutex_timedlock): Likewise.
36405         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36406         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36407         [UNIX98] (pthread_sigmask): Likewise.
36408         [UNIX98] (pthread_spin_destroy): Likewise.
36409         [UNIX98] (pthread_spin_init): Likewise.
36410         [UNIX98] (pthread_spin_lock): Likewise.
36411         [UNIX98] (pthread_spin_trylock): Likewise.
36412         [UNIX98] (pthread_spin_unlock): Likewise.
36413         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36414         Do not expect.
36415         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36416         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36417         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36418         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36419         [XPG3 || XPG4] (pthread_key_t): Likewise.
36420         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36421         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36422         [XPG3 || XPG4] (pthread_once_t): Likewise.
36423         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36424         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36425         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36426         [XPG3 || XPG4] (pthread_t): Likewise.
36428         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36429         not expect.
36430         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36432         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36433         Change function return type to int.
36435         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36436         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36437         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36438         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36439         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36440         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36441         [!POSIX] (posix_madvise): Likewise.
36442         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36443         && !UNIX98].
36444         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36445         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36446         (mode_t): Likewise.
36447         (posix_mem_offset): Likewise.
36448         (posix_typed_mem_get_info): Likewise.
36449         (posix_typed_mem_open): Likewise.
36451         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36452         Change condition to [XOPEN2K8].
36454         * conform/conformtest.pl: Preprocess allow-header data with -x c
36455         instead of from stdin.
36456         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36457         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36458         [C99-based standards] (cerfc): Likewise.
36459         [C99-based standards] (cexp2): Likewise.
36460         [C99-based standards] (cexpm1): Likewise.
36461         [C99-based standards] (clog10): Likewise.
36462         [C99-based standards] (clog1p): Likewise.
36463         [C99-based standards] (clog2): Likewise.
36464         [C99-based standards] (clgamma): Likewise.
36465         [C99-based standards] (ctgamma): Likewise.
36466         [C99-based standards] (cerff): Likewise.
36467         [C99-based standards] (cerfcf): Likewise.
36468         [C99-based standards] (cexp2f): Likewise.
36469         [C99-based standards] (cexpm1f): Likewise.
36470         [C99-based standards] (clog10f): Likewise.
36471         [C99-based standards] (clog1pf): Likewise.
36472         [C99-based standards] (clog2f): Likewise.
36473         [C99-based standards] (clgammaf): Likewise.
36474         [C99-based standards] (ctgammaf): Likewise.
36475         [C99-based standards] (cerfl): Likewise.
36476         [C99-based standards] (cerfcl): Likewise.
36477         [C99-based standards] (cexp2l): Likewise.
36478         [C99-based standards] (cexpm1l): Likewise.
36479         [C99-based standards] (clog10l): Likewise.
36480         [C99-based standards] (clog1pl): Likewise.
36481         [C99-based standards] (clog2l): Likewise.
36482         [C99-based standards] (clgammal): Likewise.
36483         [C99-based standards] (ctgammal): Likewise.
36484         * conform/data/inttypes.h-data [C99-based standards]: Include
36485         stdint.h-data.  Remove all expectations for stdint.h contents.
36486         [C99-based standards] (PRI*): Do not allow.
36487         [C99-based standards] (SCN*): Likewise.
36488         [C99-based standards] (*_t): Likewise.
36489         [C99-based-standards] (PRId8): Expect macro.
36490         [C99-based-standards] (PRIi8): Likewise.
36491         [C99-based-standards] (PRIo8): Likewise.
36492         [C99-based-standards] (PRIu8): Likewise.
36493         [C99-based-standards] (PRIx8): Likewise.
36494         [C99-based-standards] (PRIX8): Likewise.
36495         [C99-based-standards] (SCNd8): Likewise.
36496         [C99-based-standards] (SCNi8): Likewise.
36497         [C99-based-standards] (SCNo8): Likewise.
36498         [C99-based-standards] (SCNu8): Likewise.
36499         [C99-based-standards] (SCNx8): Likewise.
36500         [C99-based-standards] (PRIdLEAST8): Likewise.
36501         [C99-based-standards] (PRIiLEAST8): Likewise.
36502         [C99-based-standards] (PRIoLEAST8): Likewise.
36503         [C99-based-standards] (PRIuLEAST8): Likewise.
36504         [C99-based-standards] (PRIxLEAST8): Likewise.
36505         [C99-based-standards] (PRIXLEAST8): Likewise.
36506         [C99-based-standards] (SCNdLEAST8): Likewise.
36507         [C99-based-standards] (SCNiLEAST8): Likewise.
36508         [C99-based-standards] (SCNoLEAST8): Likewise.
36509         [C99-based-standards] (SCNuLEAST8): Likewise.
36510         [C99-based-standards] (SCNxLEAST8): Likewise.
36511         [C99-based-standards] (PRIdFAST8): Likewise.
36512         [C99-based-standards] (PRIiFAST8): Likewise.
36513         [C99-based-standards] (PRIoFAST8): Likewise.
36514         [C99-based-standards] (PRIuFAST8): Likewise.
36515         [C99-based-standards] (PRIxFAST8): Likewise.
36516         [C99-based-standards] (PRIXFAST8): Likewise.
36517         [C99-based-standards] (SCNdFAST8): Likewise.
36518         [C99-based-standards] (SCNiFAST8): Likewise.
36519         [C99-based-standards] (SCNoFAST8): Likewise.
36520         [C99-based-standards] (SCNuFAST8): Likewise.
36521         [C99-based-standards] (SCNxFAST8): Likewise.
36522         [C99-based-standards] (PRId16): Likewise.
36523         [C99-based-standards] (PRIi16): Likewise.
36524         [C99-based-standards] (PRIo16): Likewise.
36525         [C99-based-standards] (PRIu16): Likewise.
36526         [C99-based-standards] (PRIx16): Likewise.
36527         [C99-based-standards] (PRIX16): Likewise.
36528         [C99-based-standards] (SCNd16): Likewise.
36529         [C99-based-standards] (SCNi16): Likewise.
36530         [C99-based-standards] (SCNo16): Likewise.
36531         [C99-based-standards] (SCNu16): Likewise.
36532         [C99-based-standards] (SCNx16): Likewise.
36533         [C99-based-standards] (PRIdLEAST16): Likewise.
36534         [C99-based-standards] (PRIiLEAST16): Likewise.
36535         [C99-based-standards] (PRIoLEAST16): Likewise.
36536         [C99-based-standards] (PRIuLEAST16): Likewise.
36537         [C99-based-standards] (PRIxLEAST16): Likewise.
36538         [C99-based-standards] (PRIXLEAST16): Likewise.
36539         [C99-based-standards] (SCNdLEAST16): Likewise.
36540         [C99-based-standards] (SCNiLEAST16): Likewise.
36541         [C99-based-standards] (SCNoLEAST16): Likewise.
36542         [C99-based-standards] (SCNuLEAST16): Likewise.
36543         [C99-based-standards] (SCNxLEAST16): Likewise.
36544         [C99-based-standards] (PRIdFAST16): Likewise.
36545         [C99-based-standards] (PRIiFAST16): Likewise.
36546         [C99-based-standards] (PRIoFAST16): Likewise.
36547         [C99-based-standards] (PRIuFAST16): Likewise.
36548         [C99-based-standards] (PRIxFAST16): Likewise.
36549         [C99-based-standards] (PRIXFAST16): Likewise.
36550         [C99-based-standards] (SCNdFAST16): Likewise.
36551         [C99-based-standards] (SCNiFAST16): Likewise.
36552         [C99-based-standards] (SCNoFAST16): Likewise.
36553         [C99-based-standards] (SCNuFAST16): Likewise.
36554         [C99-based-standards] (SCNxFAST16): Likewise.
36555         [C99-based-standards] (PRId32): Likewise.
36556         [C99-based-standards] (PRIi32): Likewise.
36557         [C99-based-standards] (PRIo32): Likewise.
36558         [C99-based-standards] (PRIu32): Likewise.
36559         [C99-based-standards] (PRIx32): Likewise.
36560         [C99-based-standards] (PRIX32): Likewise.
36561         [C99-based-standards] (SCNd32): Likewise.
36562         [C99-based-standards] (SCNi32): Likewise.
36563         [C99-based-standards] (SCNo32): Likewise.
36564         [C99-based-standards] (SCNu32): Likewise.
36565         [C99-based-standards] (SCNx32): Likewise.
36566         [C99-based-standards] (PRIdLEAST32): Likewise.
36567         [C99-based-standards] (PRIiLEAST32): Likewise.
36568         [C99-based-standards] (PRIoLEAST32): Likewise.
36569         [C99-based-standards] (PRIuLEAST32): Likewise.
36570         [C99-based-standards] (PRIxLEAST32): Likewise.
36571         [C99-based-standards] (PRIXLEAST32): Likewise.
36572         [C99-based-standards] (SCNdLEAST32): Likewise.
36573         [C99-based-standards] (SCNiLEAST32): Likewise.
36574         [C99-based-standards] (SCNoLEAST32): Likewise.
36575         [C99-based-standards] (SCNuLEAST32): Likewise.
36576         [C99-based-standards] (SCNxLEAST32): Likewise.
36577         [C99-based-standards] (PRIdFAST32): Likewise.
36578         [C99-based-standards] (PRIiFAST32): Likewise.
36579         [C99-based-standards] (PRIoFAST32): Likewise.
36580         [C99-based-standards] (PRIuFAST32): Likewise.
36581         [C99-based-standards] (PRIxFAST32): Likewise.
36582         [C99-based-standards] (PRIXFAST32): Likewise.
36583         [C99-based-standards] (SCNdFAST32): Likewise.
36584         [C99-based-standards] (SCNiFAST32): Likewise.
36585         [C99-based-standards] (SCNoFAST32): Likewise.
36586         [C99-based-standards] (SCNuFAST32): Likewise.
36587         [C99-based-standards] (SCNxFAST32): Likewise.
36588         [C99-based-standards] (PRId64): Likewise.
36589         [C99-based-standards] (PRIi64): Likewise.
36590         [C99-based-standards] (PRIo64): Likewise.
36591         [C99-based-standards] (PRIu64): Likewise.
36592         [C99-based-standards] (PRIx64): Likewise.
36593         [C99-based-standards] (PRIX64): Likewise.
36594         [C99-based-standards] (SCNd64): Likewise.
36595         [C99-based-standards] (SCNi64): Likewise.
36596         [C99-based-standards] (SCNo64): Likewise.
36597         [C99-based-standards] (SCNu64): Likewise.
36598         [C99-based-standards] (SCNx64): Likewise.
36599         [C99-based-standards] (PRIdLEAST64): Likewise.
36600         [C99-based-standards] (PRIiLEAST64): Likewise.
36601         [C99-based-standards] (PRIoLEAST64): Likewise.
36602         [C99-based-standards] (PRIuLEAST64): Likewise.
36603         [C99-based-standards] (PRIxLEAST64): Likewise.
36604         [C99-based-standards] (PRIXLEAST64): Likewise.
36605         [C99-based-standards] (SCNdLEAST64): Likewise.
36606         [C99-based-standards] (SCNiLEAST64): Likewise.
36607         [C99-based-standards] (SCNoLEAST64): Likewise.
36608         [C99-based-standards] (SCNuLEAST64): Likewise.
36609         [C99-based-standards] (SCNxLEAST64): Likewise.
36610         [C99-based-standards] (PRIdFAST64): Likewise.
36611         [C99-based-standards] (PRIiFAST64): Likewise.
36612         [C99-based-standards] (PRIoFAST64): Likewise.
36613         [C99-based-standards] (PRIuFAST64): Likewise.
36614         [C99-based-standards] (PRIxFAST64): Likewise.
36615         [C99-based-standards] (PRIXFAST64): Likewise.
36616         [C99-based-standards] (SCNdFAST64): Likewise.
36617         [C99-based-standards] (SCNiFAST64): Likewise.
36618         [C99-based-standards] (SCNoFAST64): Likewise.
36619         [C99-based-standards] (SCNuFAST64): Likewise.
36620         [C99-based-standards] (SCNxFAST64): Likewise.
36621         [C99-based-standards] (PRIdMAX): Likewise.
36622         [C99-based-standards] (PRIiMAX): Likewise.
36623         [C99-based-standards] (PRIoMAX): Likewise.
36624         [C99-based-standards] (PRIuMAX): Likewise.
36625         [C99-based-standards] (PRIxMAX): Likewise.
36626         [C99-based-standards] (PRIXMAX): Likewise.
36627         [C99-based-standards] (SCNdMAX): Likewise.
36628         [C99-based-standards] (SCNiMAX): Likewise.
36629         [C99-based-standards] (SCNoMAX): Likewise.
36630         [C99-based-standards] (SCNuMAX): Likewise.
36631         [C99-based-standards] (SCNxMAX): Likewise.
36632         [C99-based-standards] (PRIdPTR): Likewise.
36633         [C99-based-standards] (PRIiPTR): Likewise.
36634         [C99-based-standards] (PRIoPTR): Likewise.
36635         [C99-based-standards] (PRIuPTR): Likewise.
36636         [C99-based-standards] (PRIxPTR): Likewise.
36637         [C99-based-standards] (PRIXPTR): Likewise.
36638         [C99-based-standards] (SCNdPTR): Likewise.
36639         [C99-based-standards] (SCNiPTR): Likewise.
36640         [C99-based-standards] (SCNoPTR): Likewise.
36641         [C99-based-standards] (SCNuPTR): Likewise.
36642         [C99-based-standards] (SCNxPTR): Likewise.
36643         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36644         allow.
36645         * conform/data/stdint.h-data: Update comments to clarify
36646         requirements.
36647         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36648         type.
36649         [C99-based standards] (INT8_MAX): Likewise.
36650         [C99-based standards] (INT16_MIN): Likewise.
36651         [C99-based standards] (INT16_MAX): Likewise.
36652         [C99-based standards] (INT32_MIN): Likewise.
36653         [C99-based standards] (INT32_MAX): Likewise.
36654         [C99-based standards] (INT64_MIN): Likewise.
36655         [C99-based standards] (INT64_MAX): Likewise.
36656         [C99-based standards] (UINT8_MAX): Likewise.
36657         [C99-based standards] (UINT16_MAX): Likewise.
36658         [C99-based standards] (UINT32_MAX): Likewise.
36659         [C99-based standards] (UINT64_MAX): Likewise.
36660         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36661         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36662         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36663         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36664         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36665         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36666         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36667         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36668         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36669         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36670         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36671         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36672         [C99-based standards] (INT_FAST8_MIN): Likewise.
36673         [C99-based standards] (INT_FAST8_MAX): Likewise.
36674         [C99-based standards] (INT_FAST16_MIN): Likewise.
36675         [C99-based standards] (INT_FAST16_MAX): Likewise.
36676         [C99-based standards] (INT_FAST32_MIN): Likewise.
36677         [C99-based standards] (INT_FAST32_MAX): Likewise.
36678         [C99-based standards] (INT_FAST64_MIN): Likewise.
36679         [C99-based standards] (INT_FAST64_MAX): Likewise.
36680         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36681         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36682         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36683         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36684         [C99-based standards] (INTPTR_MIN): Likewise.
36685         [C99-based standards] (INTPTR_MAX): Likewise.
36686         [C99-based standards] (UINTPTR_MAX): Likewise.
36687         [C99-based standards] (INTMAX_MIN): Likewise.
36688         [C99-based standards] (INTMAX_MAX): Likewise.
36689         [C99-based standards] (UINTMAX_MAX): Likewise.
36690         [C99-based standards] (PTRDIFF_MIN): Likewise.
36691         [C99-based standards] (PTRDIFF_MAX): Likewise.
36692         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36693         [C99-based standards] (SIZE_MAX): Likewise.
36694         [C99-based standards] (WCHAR_MAX): Likewise.
36695         [C99-based standards] (WINT_MAX): Likewise.
36696         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36697         constraint on value.
36698         [C99-based standards] (WCHAR_MIN): Likewise.
36699         [C99-based standards] (WINT_MIN): Likewise.
36700         [C99-based standards] (*_t): Allow.
36701         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36702         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36703         Include math.h-data and complex.h-data.  Remove all expectations
36704         of math.h and complex.h contents.
36705         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36706         at end of line.
36707         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36708         (struct tm): Expect tag.
36709         [C99-based-standards] (wcstof): Expect function.
36710         [C99-based-standards] (wcstold): Likewise.
36711         [C99-based-standards] (wcstoll): Likewise.
36712         [C99-based-standards] (wcstoull): Likewise.
36713         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36714         macro-int-constant.  Specify type.
36715         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36716         constraint on value.
36717         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36718         Specify type.
36719         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36720         Specify value.
36721         [ISO C standards]: Do not allow headers.
36722         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36723         wcs[abcdefghijklmnopqrstuvwxyz]*.
36724         [ISO C standards] (*_t): Do not allow.
36725         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36726         Expect function.
36727         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36728         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36729         Specify type.
36730         [ISO C standards]: Do not allow headers.
36731         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36732         is[abcdefghijklmnopqrstuvwxyz]*.
36733         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36734         to[abcdefghijklmnopqrstuvwxyz]*.
36735         [ISO C standards] (*_t): Do not allow.
36736         * conform/data/stdalign.h-data: New file.
36737         * conform/data/stdbool.h-data: Likewise.
36738         * conform/data/stdnoreturn.h-data: Likewise.
36740 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36742         [BZ #14815]
36743         * manual/filesys.texi (Directory Entries): Typo fix.
36744         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36746 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36748         * elf/elf.h (EM_AARCH64): New macro.
36749         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36750         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36751         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36752         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36753         (R_AARCH64_TLSDESC): Likewise.
36754         (NT_ARM_TLS): Likewise.
36755         (NT_ARM_HW_BREAK): Likewise.
36756         (NT_ARM_HW_WATCH): Likewise.
36758 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36760         [BZ #14811]
36761         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36762         (__ieee754_powl): Saturate nonzero exponents with absolute value
36763         below 0x1p-79 to +/- 0x1p-79.
36764         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36765         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36766         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36767         nonzero exponents with absolute value below 0x1p-32 to +/-
36768         0x1p-32.
36769         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36770         (__ieee754_powl): Saturate nonzero exponents with absolute value
36771         below 0x1p-79 to +/- 0x1p-79.
36772         * math/libm-test.inc (pow_test): Add more tests.
36774 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36776         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36777         _dl_s390_cap_flags with kernel. Increase string length.
36778         (_dl_s390_platforms): Add z196 and zEC12.
36780 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36782         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36783         Change XOPEN21K to XOPEN2K.
36785 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36787         * string/memmove.c: Use memcpy when possible.
36789 2012-11-06  Andreas Jaeger  <aj@suse.de>
36791         * po/eo.po: Update from translation team.
36793 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36795         [BZ #14793]
36796         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36797         exponent and small x and y exponents, scale x or y up.  Increase
36798         by 2 the exponent used in scaling up.
36799         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36800         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36801         * math/libm-test.inc (fma_test): Add more tests.
36802         (fma_test_towardzero): Likewise.
36803         (fma_test_downward): Likewise.
36804         (fma_test_upward): Likewise.
36806 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36808         [BZ #14805]
36809         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36810         fenv_t *.
36812         [BZ #14801]
36813         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36814         namespace for names of struct fields.
36815         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36816         fenv_t fields.
36817         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36818         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36820 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36822         [BZ #3665]
36823         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36825 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36827         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36828         PTR_DEMANGLE.
36830         [BZ #5246]
36831         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36832         PTR_DEMANGLE.
36834 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36836         [BZ #14797]
36837         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36838         definitely overflow as x * y not x * y + z.
36839         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36840         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36841         * math/libm-test.inc (fma_test): Add more tests.
36842         (fma_test_towardzero): Likewise.
36843         (fma_test_downward): Likewise.
36844         (fma_test_upward): Likewise.
36846 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36848         [BZ #157]
36850         * include/stub-tag.h: Remove file.
36851         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36852         '#include' of it.
36853         * manual/maint.texi (Porting): Don't reference it.
36854         * Makerules ($(objpfx)stubs): Likewise.
36855         * dirent/closedir.c: Don't include <stub-tag.h>.
36856         * dirent/dirfd.c: Likewise.
36857         * dirent/fdopendir.c: Likewise.
36858         * dirent/getdents.c: Likewise.
36859         * dirent/getdents64.c: Likewise.
36860         * dirent/opendir.c: Likewise.
36861         * dirent/readdir.c: Likewise.
36862         * dirent/readdir64.c: Likewise.
36863         * dirent/readdir64_r.c: Likewise.
36864         * dirent/readdir_r.c: Likewise.
36865         * dirent/rewinddir.c: Likewise.
36866         * dirent/seekdir.c: Likewise.
36867         * dirent/telldir.c: Likewise.
36868         * gmon/profil.c: Likewise.
36869         * grp/setgroups.c: Likewise.
36870         * inet/if_index.c: Likewise.
36871         * io/access.c: Likewise.
36872         * io/chdir.c: Likewise.
36873         * io/chmod.c: Likewise.
36874         * io/chown.c: Likewise.
36875         * io/close.c: Likewise.
36876         * io/dup.c: Likewise.
36877         * io/dup2.c: Likewise.
36878         * io/dup3.c: Likewise.
36879         * io/euidaccess.c: Likewise.
36880         * io/faccessat.c: Likewise.
36881         * io/fchdir.c: Likewise.
36882         * io/fchmod.c: Likewise.
36883         * io/fchmodat.c: Likewise.
36884         * io/fchown.c: Likewise.
36885         * io/fchownat.c: Likewise.
36886         * io/fcntl.c: Likewise.
36887         * io/flock.c: Likewise.
36888         * io/fstatfs.c: Likewise.
36889         * io/fstatfs64.c: Likewise.
36890         * io/fstatvfs.c: Likewise.
36891         * io/fstatvfs64.c: Likewise.
36892         * io/futimens.c: Likewise.
36893         * io/fxstat.c: Likewise.
36894         * io/fxstat64.c: Likewise.
36895         * io/fxstatat.c: Likewise.
36896         * io/fxstatat64.c: Likewise.
36897         * io/getcwd.c: Likewise.
36898         * io/isatty.c: Likewise.
36899         * io/lchmod.c: Likewise.
36900         * io/lchown.c: Likewise.
36901         * io/link.c: Likewise.
36902         * io/linkat.c: Likewise.
36903         * io/lseek.c: Likewise.
36904         * io/lseek64.c: Likewise.
36905         * io/lxstat64.c: Likewise.
36906         * io/mkdir.c: Likewise.
36907         * io/mkdirat.c: Likewise.
36908         * io/mkfifo.c: Likewise.
36909         * io/mkfifoat.c: Likewise.
36910         * io/open.c: Likewise.
36911         * io/open64.c: Likewise.
36912         * io/openat.c: Likewise.
36913         * io/openat64.c: Likewise.
36914         * io/pipe.c: Likewise.
36915         * io/pipe2.c: Likewise.
36916         * io/poll.c: Likewise.
36917         * io/posix_fadvise.c: Likewise.
36918         * io/posix_fadvise64.c: Likewise.
36919         * io/posix_fallocate.c: Likewise.
36920         * io/posix_fallocate64.c: Likewise.
36921         * io/read.c: Likewise.
36922         * io/readlink.c: Likewise.
36923         * io/readlinkat.c: Likewise.
36924         * io/rmdir.c: Likewise.
36925         * io/sendfile.c: Likewise.
36926         * io/sendfile64.c: Likewise.
36927         * io/statfs.c: Likewise.
36928         * io/statfs64.c: Likewise.
36929         * io/statvfs.c: Likewise.
36930         * io/statvfs64.c: Likewise.
36931         * io/symlink.c: Likewise.
36932         * io/symlinkat.c: Likewise.
36933         * io/ttyname.c: Likewise.
36934         * io/ttyname_r.c: Likewise.
36935         * io/umask.c: Likewise.
36936         * io/unlink.c: Likewise.
36937         * io/unlinkat.c: Likewise.
36938         * io/utime.c: Likewise.
36939         * io/utimensat.c: Likewise.
36940         * io/write.c: Likewise.
36941         * io/xmknod.c: Likewise.
36942         * io/xmknodat.c: Likewise.
36943         * io/xstat.c: Likewise.
36944         * io/xstat64.c: Likewise.
36945         * login/getpt.c: Likewise.
36946         * login/grantpt.c: Likewise.
36947         * login/unlockpt.c: Likewise.
36948         * math/e_acoshl.c: Likewise.
36949         * math/e_acosl.c: Likewise.
36950         * math/e_asinl.c: Likewise.
36951         * math/e_atan2l.c: Likewise.
36952         * math/e_atanhl.c: Likewise.
36953         * math/e_coshl.c: Likewise.
36954         * math/e_expl.c: Likewise.
36955         * math/e_fmodl.c: Likewise.
36956         * math/e_gammal_r.c: Likewise.
36957         * math/e_hypotl.c: Likewise.
36958         * math/e_j0l.c: Likewise.
36959         * math/e_j1l.c: Likewise.
36960         * math/e_jnl.c: Likewise.
36961         * math/e_lgammal_r.c: Likewise.
36962         * math/e_log10l.c: Likewise.
36963         * math/e_log2l.c: Likewise.
36964         * math/e_logl.c: Likewise.
36965         * math/e_powl.c: Likewise.
36966         * math/e_rem_pio2l.c: Likewise.
36967         * math/e_sinhl.c: Likewise.
36968         * math/e_sqrtl.c: Likewise.
36969         * math/fclrexcpt.c: Likewise.
36970         * math/fedisblxcpt.c: Likewise.
36971         * math/feenablxcpt.c: Likewise.
36972         * math/fegetenv.c: Likewise.
36973         * math/fegetexcept.c: Likewise.
36974         * math/fegetround.c: Likewise.
36975         * math/feholdexcpt.c: Likewise.
36976         * math/fesetenv.c: Likewise.
36977         * math/fesetround.c: Likewise.
36978         * math/feupdateenv.c: Likewise.
36979         * math/fgetexcptflg.c: Likewise.
36980         * math/fraiseexcpt.c: Likewise.
36981         * math/fsetexcptflg.c: Likewise.
36982         * math/ftestexcept.c: Likewise.
36983         * math/k_cosl.c: Likewise.
36984         * math/k_rem_pio2l.c: Likewise.
36985         * math/k_sinl.c: Likewise.
36986         * math/k_tanl.c: Likewise.
36987         * math/s_asinhl.c: Likewise.
36988         * math/s_atanl.c: Likewise.
36989         * math/s_cbrtl.c: Likewise.
36990         * math/s_erfl.c: Likewise.
36991         * math/s_expm1l.c: Likewise.
36992         * math/s_log1pl.c: Likewise.
36993         * math/s_tanhl.c: Likewise.
36994         * misc/acct.c: Likewise.
36995         * misc/brk.c: Likewise.
36996         * misc/chflags.c: Likewise.
36997         * misc/chroot.c: Likewise.
36998         * misc/fchflags.c: Likewise.
36999         * misc/fgetxattr.c: Likewise.
37000         * misc/flistxattr.c: Likewise.
37001         * misc/fremovexattr.c: Likewise.
37002         * misc/fsetxattr.c: Likewise.
37003         * misc/fsync.c: Likewise.
37004         * misc/ftruncate.c: Likewise.
37005         * misc/futimes.c: Likewise.
37006         * misc/futimesat.c: Likewise.
37007         * misc/getdomain.c: Likewise.
37008         * misc/getdtsz.c: Likewise.
37009         * misc/gethostid.c: Likewise.
37010         * misc/gethostname.c: Likewise.
37011         * misc/getloadavg.c: Likewise.
37012         * misc/getpagesize.c: Likewise.
37013         * misc/getsysstats.c: Likewise.
37014         * misc/getxattr.c: Likewise.
37015         * misc/gtty.c: Likewise.
37016         * misc/ioctl.c: Likewise.
37017         * misc/lgetxattr.c: Likewise.
37018         * misc/listxattr.c: Likewise.
37019         * misc/llistxattr.c: Likewise.
37020         * misc/lremovexattr.c: Likewise.
37021         * misc/lsetxattr.c: Likewise.
37022         * misc/lutimes.c: Likewise.
37023         * misc/madvise.c: Likewise.
37024         * misc/mincore.c: Likewise.
37025         * misc/mlock.c: Likewise.
37026         * misc/mlockall.c: Likewise.
37027         * misc/mmap.c: Likewise.
37028         * misc/mprotect.c: Likewise.
37029         * misc/msync.c: Likewise.
37030         * misc/munlock.c: Likewise.
37031         * misc/munlockall.c: Likewise.
37032         * misc/munmap.c: Likewise.
37033         * misc/preadv.c: Likewise.
37034         * misc/preadv64.c: Likewise.
37035         * misc/ptrace.c: Likewise.
37036         * misc/pwritev.c: Likewise.
37037         * misc/pwritev64.c: Likewise.
37038         * misc/readv.c: Likewise.
37039         * misc/reboot.c: Likewise.
37040         * misc/remap_file_pages.c: Likewise.
37041         * misc/removexattr.c: Likewise.
37042         * misc/revoke.c: Likewise.
37043         * misc/select.c: Likewise.
37044         * misc/setdomain.c: Likewise.
37045         * misc/setegid.c: Likewise.
37046         * misc/seteuid.c: Likewise.
37047         * misc/sethostid.c: Likewise.
37048         * misc/sethostname.c: Likewise.
37049         * misc/setregid.c: Likewise.
37050         * misc/setreuid.c: Likewise.
37051         * misc/setxattr.c: Likewise.
37052         * misc/sstk.c: Likewise.
37053         * misc/stty.c: Likewise.
37054         * misc/swapoff.c: Likewise.
37055         * misc/swapon.c: Likewise.
37056         * misc/sync.c: Likewise.
37057         * misc/syncfs.c: Likewise.
37058         * misc/syscall.c: Likewise.
37059         * misc/truncate.c: Likewise.
37060         * misc/ualarm.c: Likewise.
37061         * misc/usleep.c: Likewise.
37062         * misc/ustat.c: Likewise.
37063         * misc/utimes.c: Likewise.
37064         * misc/vhangup.c: Likewise.
37065         * misc/writev.c: Likewise.
37066         * posix/_exit.c: Likewise.
37067         * posix/alarm.c: Likewise.
37068         * posix/execve.c: Likewise.
37069         * posix/fexecve.c: Likewise.
37070         * posix/fork.c: Likewise.
37071         * posix/fpathconf.c: Likewise.
37072         * posix/getaddrinfo.c: Likewise.
37073         * posix/getegid.c: Likewise.
37074         * posix/geteuid.c: Likewise.
37075         * posix/getgid.c: Likewise.
37076         * posix/getgroups.c: Likewise.
37077         * posix/getlogin.c: Likewise.
37078         * posix/getlogin_r.c: Likewise.
37079         * posix/getpgid.c: Likewise.
37080         * posix/getpid.c: Likewise.
37081         * posix/getppid.c: Likewise.
37082         * posix/getresgid.c: Likewise.
37083         * posix/getresuid.c: Likewise.
37084         * posix/getsid.c: Likewise.
37085         * posix/getuid.c: Likewise.
37086         * posix/glob64.c: Likewise.
37087         * posix/nanosleep.c: Likewise.
37088         * posix/pathconf.c: Likewise.
37089         * posix/pause.c: Likewise.
37090         * posix/posix_madvise.c: Likewise.
37091         * posix/pread.c: Likewise.
37092         * posix/pread64.c: Likewise.
37093         * posix/pwrite.c: Likewise.
37094         * posix/pwrite64.c: Likewise.
37095         * posix/sched_getaffinity.c: Likewise.
37096         * posix/sched_getp.c: Likewise.
37097         * posix/sched_gets.c: Likewise.
37098         * posix/sched_primax.c: Likewise.
37099         * posix/sched_primin.c: Likewise.
37100         * posix/sched_rr_gi.c: Likewise.
37101         * posix/sched_setaffinity.c: Likewise.
37102         * posix/sched_setp.c: Likewise.
37103         * posix/sched_sets.c: Likewise.
37104         * posix/sched_yield.c: Likewise.
37105         * posix/setgid.c: Likewise.
37106         * posix/setlogin.c: Likewise.
37107         * posix/setpgid.c: Likewise.
37108         * posix/setresgid.c: Likewise.
37109         * posix/setresuid.c: Likewise.
37110         * posix/setsid.c: Likewise.
37111         * posix/setuid.c: Likewise.
37112         * posix/sleep.c: Likewise.
37113         * posix/spawni.c: Likewise.
37114         * posix/sysconf.c: Likewise.
37115         * posix/times.c: Likewise.
37116         * posix/wait.c: Likewise.
37117         * posix/wait3.c: Likewise.
37118         * posix/wait4.c: Likewise.
37119         * posix/waitpid.c: Likewise.
37120         * resolv/gai_sigqueue.c: Likewise.
37121         * resource/getpriority.c: Likewise.
37122         * resource/getrlimit.c: Likewise.
37123         * resource/getrusage.c: Likewise.
37124         * resource/nice.c: Likewise.
37125         * resource/setpriority.c: Likewise.
37126         * resource/setrlimit.c: Likewise.
37127         * resource/ulimit.c: Likewise.
37128         * rt/aio_cancel.c: Likewise.
37129         * rt/aio_fsync.c: Likewise.
37130         * rt/aio_read.c: Likewise.
37131         * rt/aio_sigqueue.c: Likewise.
37132         * rt/aio_suspend.c: Likewise.
37133         * rt/aio_write.c: Likewise.
37134         * rt/clock_getres.c: Likewise.
37135         * rt/clock_gettime.c: Likewise.
37136         * rt/clock_nanosleep.c: Likewise.
37137         * rt/clock_settime.c: Likewise.
37138         * rt/lio_listio.c: Likewise.
37139         * rt/mq_close.c: Likewise.
37140         * rt/mq_getattr.c: Likewise.
37141         * rt/mq_notify.c: Likewise.
37142         * rt/mq_open.c: Likewise.
37143         * rt/mq_receive.c: Likewise.
37144         * rt/mq_send.c: Likewise.
37145         * rt/mq_setattr.c: Likewise.
37146         * rt/mq_timedreceive.c: Likewise.
37147         * rt/mq_timedsend.c: Likewise.
37148         * rt/mq_unlink.c: Likewise.
37149         * rt/shm_open.c: Likewise.
37150         * rt/shm_unlink.c: Likewise.
37151         * rt/timer_create.c: Likewise.
37152         * rt/timer_delete.c: Likewise.
37153         * rt/timer_getoverr.c: Likewise.
37154         * rt/timer_gettime.c: Likewise.
37155         * rt/timer_settime.c: Likewise.
37156         * setjmp/__longjmp.c: Likewise.
37157         * setjmp/setjmp.c: Likewise.
37158         * signal/kill.c: Likewise.
37159         * signal/killpg.c: Likewise.
37160         * signal/raise.c: Likewise.
37161         * signal/sigaction.c: Likewise.
37162         * signal/sigaltstack.c: Likewise.
37163         * signal/sigblock.c: Likewise.
37164         * signal/sigignore.c: Likewise.
37165         * signal/sigintr.c: Likewise.
37166         * signal/signal.c: Likewise.
37167         * signal/sigpause.c: Likewise.
37168         * signal/sigpending.c: Likewise.
37169         * signal/sigqueue.c: Likewise.
37170         * signal/sigreturn.c: Likewise.
37171         * signal/sigset.c: Likewise.
37172         * signal/sigsetmask.c: Likewise.
37173         * signal/sigstack.c: Likewise.
37174         * signal/sigsuspend.c: Likewise.
37175         * signal/sigtimedwait.c: Likewise.
37176         * signal/sigvec.c: Likewise.
37177         * signal/sigwait.c: Likewise.
37178         * signal/sigwaitinfo.c: Likewise.
37179         * signal/sysv_signal.c: Likewise.
37180         * socket/accept.c: Likewise.
37181         * socket/accept4.c: Likewise.
37182         * socket/bind.c: Likewise.
37183         * socket/connect.c: Likewise.
37184         * socket/getpeername.c: Likewise.
37185         * socket/getsockname.c: Likewise.
37186         * socket/getsockopt.c: Likewise.
37187         * socket/isfdtype.c: Likewise.
37188         * socket/listen.c: Likewise.
37189         * socket/recv.c: Likewise.
37190         * socket/recvfrom.c: Likewise.
37191         * socket/recvmsg.c: Likewise.
37192         * socket/send.c: Likewise.
37193         * socket/sendmsg.c: Likewise.
37194         * socket/sendto.c: Likewise.
37195         * socket/setsockopt.c: Likewise.
37196         * socket/shutdown.c: Likewise.
37197         * socket/sockatmark.c: Likewise.
37198         * socket/socket.c: Likewise.
37199         * socket/socketpair.c: Likewise.
37200         * stdio-common/ctermid.c: Likewise.
37201         * stdio-common/cuserid.c: Likewise.
37202         * stdio-common/remove.c: Likewise.
37203         * stdio-common/rename.c: Likewise.
37204         * stdio-common/renameat.c: Likewise.
37205         * stdio-common/tempname.c: Likewise.
37206         * stdlib/getcontext.c: Likewise.
37207         * stdlib/makecontext.c: Likewise.
37208         * stdlib/setcontext.c: Likewise.
37209         * stdlib/swapcontext.c: Likewise.
37210         * stdlib/system.c: Likewise.
37211         * streams/fattach.c: Likewise.
37212         * streams/fdetach.c: Likewise.
37213         * streams/getmsg.c: Likewise.
37214         * streams/getpmsg.c: Likewise.
37215         * streams/putmsg.c: Likewise.
37216         * streams/putpmsg.c: Likewise.
37217         * sysdeps/unix/bsd/getpt.c: Likewise.
37218         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37219         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37220         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37222         Likewise.
37223         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37224         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37225         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37226         * sysvipc/msgctl.c: Likewise.
37227         * sysvipc/msgget.c: Likewise.
37228         * sysvipc/msgrcv.c: Likewise.
37229         * sysvipc/msgsnd.c: Likewise.
37230         * sysvipc/semctl.c: Likewise.
37231         * sysvipc/semget.c: Likewise.
37232         * sysvipc/semop.c: Likewise.
37233         * sysvipc/semtimedop.c: Likewise.
37234         * sysvipc/shmat.c: Likewise.
37235         * sysvipc/shmctl.c: Likewise.
37236         * sysvipc/shmdt.c: Likewise.
37237         * sysvipc/shmget.c: Likewise.
37238         * termios/tcdrain.c: Likewise.
37239         * termios/tcflow.c: Likewise.
37240         * termios/tcflush.c: Likewise.
37241         * termios/tcgetattr.c: Likewise.
37242         * termios/tcgetpgrp.c: Likewise.
37243         * termios/tcsendbrk.c: Likewise.
37244         * termios/tcsetattr.c: Likewise.
37245         * termios/tcsetpgrp.c: Likewise.
37246         * time/adjtime.c: Likewise.
37247         * time/clock.c: Likewise.
37248         * time/getitimer.c: Likewise.
37249         * time/gettimeofday.c: Likewise.
37250         * time/setitimer.c: Likewise.
37251         * time/settimeofday.c: Likewise.
37252         * time/stime.c: Likewise.
37253         * time/time.c: Likewise.
37255 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37257         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37258         /usr/old/bin.
37260         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37261         instead of spaces.
37262         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37264 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37266         [BZ #14796]
37267         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37268         FE_TONEAREST before applying Dekker multiplication and Knuth
37269         addition.  Clear inexact exceptions and check for exact zero
37270         results afterwards.
37271         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37272         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37273         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37274         * math/libm-test.inc (fma_test): Add more tests.
37275         (fma_test_towardzero): Likewise.
37276         (fma_test_downward): Likewise.
37277         (fma_test_upward): Likewise.
37278         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37279         function.
37280         (libc_fesetround): New macro.
37281         (libc_fesetroundf): Likewise.
37282         (libc_fesetroundl): Likewise.
37283         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37284         function.
37285         (libc_fesetround_387): Likewise.
37286         (libc_fesetroundf): New macro.
37287         (libc_fesetround): Likewise.
37288         (libc_fesetroundl): Likewise.
37289         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37290         function.
37291         (libc_fesetroundf): New macro.
37292         (libc_fesetround): Likewise.
37293         (libc_fesetroundl): Likewise.
37294         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37295         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37296         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37297         libm_hidden_ver.
37298         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37299         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37300         libm_hidden_def.
37301         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37302         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37303         libm_hidden_ver.
37304         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37305         libm_hidden_def.
37307         [BZ #3439]
37308         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37309         integer constant usable in #if and use that to give value to enum
37310         constant.
37311         (FE_DIVBYZERO): Likewise.
37312         (FE_UNDERFLOW): Likewise.
37313         (FE_OVERFLOW): Likewise.
37314         (FE_INVALID): Likewise.
37315         (FE_INVALID_SNAN): Likewise.
37316         (FE_INVALID_ISI): Likewise.
37317         (FE_INVALID_IDI): Likewise.
37318         (FE_INVALID_ZDZ): Likewise.
37319         (FE_INVALID_IMZ): Likewise.
37320         (FE_INVALID_COMPARE): Likewise.
37321         (FE_INVALID_SOFTWARE): Likewise.
37322         (FE_INVALID_SQRT): Likewise.
37323         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37324         (FE_TONEAREST): Likewise.
37325         (FE_TOWARDZERO): Likewise.
37326         (FE_UPWARD): Likewise.
37327         (FE_DOWNWARD): Likewise.
37328         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37329         (FE_DIVBYZERO): Likewise.
37330         (FE_OVERFLOW): Likewise.
37331         (FE_UNDERFLOW): Likewise.
37332         (FE_INEXACT): Likewise.
37333         (FE_TONEAREST): Likewise.
37334         (FE_DOWNWARD): Likewise.
37335         (FE_UPWARD): Likewise.
37336         (FE_TOWARDZERO): Likewise.
37337         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37338         (FE_UNDERFLOW): Likewise.
37339         (FE_OVERFLOW): Likewise.
37340         (FE_DIVBYZERO): Likewise.
37341         (FE_INVALID): Likewise.
37342         (FE_TONEAREST): Likewise.
37343         (FE_TOWARDZERO): Likewise.
37344         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37345         (FE_OVERFLOW): Likewise.
37346         (FE_UNDERFLOW): Likewise.
37347         (FE_DIVBYZERO): Likewise.
37348         (FE_INEXACT): Likewise.
37349         (FE_TONEAREST): Likewise.
37350         (FE_TOWARDZERO): Likewise.
37351         (FE_UPWARD): Likewise.
37352         (FE_DOWNWARD): Likewise.
37353         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37354         (FE_DIVBYZERO): Likewise.
37355         (FE_OVERFLOW): Likewise.
37356         (FE_UNDERFLOW): Likewise.
37357         (FE_INEXACT): Likewise.
37358         (FE_TONEAREST): Likewise.
37359         (FE_DOWNWARD): Likewise.
37360         (FE_UPWARD): Likewise.
37361         (FE_TOWARDZERO): Likewise.
37363 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37365         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37367 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37369         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37370         commands.  Quote $PWD.
37371         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37372         -x" by "export".
37373         (remove_newlines): Remove.
37375 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37377         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37378         * stdlib/stdlib.h (atof): Moved to ...
37379         * include/bits/stdlib-float.h: Here.  New file.
37380         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37381         * stdlib/bits/stdlib-float.h: New file.
37382         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37383         -mno-sse -mno-mmx.
37384         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37385         <xmmintrin.h>.
37387 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37389         * conform/conformtest.pl (@headers): Add fenv.h.
37390         * conform/data/fenv.h-data: New file.
37391         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37392         include of <math/fenv.h>.
37394         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37395         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37396         && !UNIX98].  Enables tests for XOPEN2K8.
37397         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37398         POSIX2008]: Likewise.
37400         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37401         (struct rusage): Do not expect type or its members.
37403         [BZ #3439]
37404         * math/math.h (FP_NAN): Define macro to integer constant usable in
37405         #if and use that to give value to enum constant.
37406         (FP_INFINITE): Likewise.
37407         (FP_ZERO): Likewise.
37408         (FP_SUBNORMAL): Likewise.
37409         (FP_NORMAL): Likewise.
37411 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37413         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37414         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37415         arguments.
37417 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37419         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37420         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37421         autoconf-time if not.
37422         * configure.in: Remove AC_PREREQ.
37424 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37426         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37427         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37428         of the internal implementation.
37430 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37432         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37433         except include of <misc/sys/syslog.h>.
37435 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37438         function returns with a NULL context exit with zero.
37440 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37442         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37444 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37446         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37447         (run_program_cmd): This.
37448         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37449         (tst_langinfo): New variable.  Use it.
37451 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37453         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37454         floating point opcodes.
37456 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37458         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37459         variable.
37461         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37463         * sysdeps/mach/hurd/powerpc: Remove directory.
37464         * sysdeps/mach/powerpc: Likewise.
37466 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37468         * scripts/check-local-headers.sh: Ignore c++ headers.
37470 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37472         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37473         __libc_cleanup_region_start argument.
37475 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37477         [BZ #14784]
37478         [BZ #14785]
37479         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37480         x * y using scaling, not as x * y + z.
37481         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37482         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37483         * math/libm-test.inc (fma_test): Add more tests.
37484         (fma_test_towardzero): Likewise.
37485         (fma_test_downward): Likewise.
37486         (fma_test_upward): Likewise.
37488 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37490         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37492 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37494         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37495         New variable.
37497 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37499         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37501 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37504         Fix sort order.
37505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37506         Likewise.
37508 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37511         Fix the order of the list for glibc 2.17.
37512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37513         Likewise.
37515 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37517         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37519 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37521         [BZ #14610]
37522         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37523         for low part of x being zero before using __atanl (y).
37524         * math/libm-test.inc (atan2_test): Add another test.
37526         * manual/install.texi (Configuring and compiling): Document
37527         general use of test-wrapper and test-wrapper-env.
37528         * INSTALL: Regenerated.
37530         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37531         (__fma): Do not extract and scale down low bits on after-rounding
37532         systems when result rounded to normal precision would have normal
37533         exponent.
37534         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37535         (__fmal): Do not extract and scale down low bits on after-rounding
37536         systems when result rounded to normal precision would have normal
37537         exponent.
37538         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37539         (__fmal): Do not extract and scale down low bits on after-rounding
37540         systems when result rounded to normal precision would have normal
37541         exponent.
37542         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37543         macro.
37544         (fma_test): Add more tests.
37545         (fma_test_towardzero): Likewise.
37546         (fma_test_downward): Likewise.
37547         (fma_test_upward): Likewise.
37549 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37551         * sysdeps/i386/tininess.h: Renamed to ...
37552         * sysdeps/x86/tininess.h: This.
37553         * sysdeps/x86_64/tininess.h: Removed.
37555 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37557         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37558         input.  Use $(build-program-cmd).
37559         ($(objpfx)tst-array1-static.out): Likewise.
37560         ($(objpfx)tst-array2.out): Likewise.
37561         ($(objpfx)tst-array3.out): Likewise.
37562         ($(objpfx)tst-array4.out): Likewise.
37563         ($(objpfx)tst-array5.out): Likewise.
37564         ($(objpfx)tst-array5-static.out): Likewise.
37566 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37568         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37569         if defined.
37571         * nss/nsswitch.h (nss_interface_function): Provide new
37572         macro for use with NSS functions.
37573         * grp/initgroups.c: Use new macro.
37574         * nss/getXXbyYY.c: Likewise.
37575         * nss/getXXbyYY_r.c: Likewise.
37576         * nss/getXXent.c: Likewise.
37577         * nss/getXXent_r.c: Likewise.
37578         * sysdeps/posix/getaddrinfo.c: Likewise.
37580 2012-10-30  Andreas Jaeger  <aj@suse.de>
37582         * po/ru.po: Update Russion translation from translation project.
37584 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37586         [BZ #14152]
37587         [BZ #14783]
37588         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37589         result and shift together with sticky bit instead of replicating
37590         round-to-nearest rounding.
37591         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37592         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37593         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37594         missing underflow exceptions.
37595         (fma_test_towardzero): Add more tests.
37596         (fma_test_downward): Likewise.
37597         (fma_test_upward): Likewise.
37599         [BZ #14047]
37600         * sysdeps/generic/tininess.h: New file.
37601         * sysdeps/i386/tininess.h: Likewise.
37602         * sysdeps/sh/tininess.h: Likewise.
37603         * sysdeps/x86_64/tininess.h: Likewise.
37604         * stdlib/tst-strtod-underflow.c: Likewise.
37605         * stdlib/tst-tininess.c: Likewise.
37606         * stdlib/strtod_l.c: Include <tininess.h>.
37607         (round_and_return): Do not set errno for exact underflow cases.
37608         Force an underflow exception when setting errno for underflow.
37609         Determine underflow based on rounding to normal precision if
37610         TININESS_AFTER_ROUNDING.
37611         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37612         ERANGE for exact underflow cases.
37613         * stdlib/Makefile (tests): Add tst-tininess and
37614         tst-strtod-underflow.
37615         ($(objpfx)tst-tininess): Use $(link-libm).
37616         ($(objpfx)tst-strtod-underflow): Likewise.
37618 2012-10-30  Andreas Jaeger  <aj@suse.de>
37620         [BZ#14767]
37621         * elf/Makefile (tests): Remove conditional for have-initfini-array
37622         since this is now always required and the variable does not exist
37623         anymore.
37624         (tests-static): Likewise.
37625         (modules-names): Likewise.
37627         * po/eo.po: Add Esperanto translation from translation project.
37629         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37630         merged with constructor/destructor.
37631         (init_array): Likewise.
37632         * elf/tst-array2dep.c (fini_array): Likewise.
37633         (init_array): Likewise.
37635 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37637         * manual/message.texi: Delete @cartouche tags.
37639 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37641         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37642         EOPNOTSUPP.
37643         * sysdeps/mach/hurd/fsync.c: Likewise.
37645         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37646         [_POSIX_REALTIME_SIGNALS]: Change condition to
37647         [_POSIX_REALTIME_SIGNALS > 0].
37649 2012-10-27  Andreas Jaeger  <aj@suse.de>
37651         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37652         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37653         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37654         [__WORDSIZE != 64]: Likewise.
37656 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37658         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37659         *  iconvdata/tst-tables.sh: Likewise.
37661 2012-10-25  David S. Miller  <davem@davemloft.net>
37663         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37664         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37665         of strtoull.
37667         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37668         ifunc-impl-list.c
37669         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37670         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37671         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37672         file.
37674 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37676         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37677         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37678         __getdirentries.
37680 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37681             Jim Blandy  <jimb@codesourcery.com>
37683         * scripts/cross-test-ssh.sh: New file.
37684         * manual/install.texi (Configuring and compiling): Document use of
37685         cross-test-ssh.sh.
37686         * INSTALL: Regenerated.
37688 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37690         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37691         EOPNOTSUPP.
37693 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37695         * Makeconfig (run-program-prefix): Fix comment.
37697 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37698             Jim Blandy  <jimb@codesourcery.com>
37700         * Makeconfig (test-wrapper): New variable,
37701         (test-wrapper-env): Likewise.
37702         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37703         (run-built-tests): Define to yes.
37704         (run-program-prefix): Use $(test-wrapper).
37705         (built-program-cmd): Likewise.
37706         * Rules (make-test-out): Use $(test-wrapper-env) and
37707         $(host-built-program-cmd).
37708         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37709         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37710         tst-pathopt.sh.
37711         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37712         $(test-wrapper-env) to tst-rtld-load-self.sh.
37713         ($(objpfx)order2.out): Use $(test-wrapper).
37714         ($(objpfx)tst-initorder.out): Likewise.
37715         ($(objpfx)tst-initorder2.out): Likewise.
37716         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37717         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37718         (test_wrapper_env): New variable.  Use it to run ld.so.
37719         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37720         Use it to run ld.so.
37721         (test_wrapper_env): Likewise.
37722         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37723         $(test-wrapper) to run-iconv-test.sh.
37724         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37725         (ICONV): Use $test_wrapper.
37726         * posix/Makefile ($(objpfx)globtest.out): Pass
37727         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37728         globtest.sh, not $(run-program-prefix).
37729         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37730         (test_wrapper): Likewise.
37731         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37732         set together with run_via_rtld_prefix.
37733         (run_program_prefix): Define in terms of test_wrapper and
37734         run_via_rtld_prefix.
37736 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37738         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37739         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37740         Targets removed.
37742         [BZ #14743]
37743         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37744         Declare __clock_getres, __clock_gettime, __clock_settime,
37745         __clock_nanosleep, and __clock_getcpuclockid.
37746         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37747         Remove librt_hidden_def (clock_gettime).
37748         * sysdeps/unix/clock_gettime.c: Likewise.
37749         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37750         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37751         * rt/clock_getres.c: Define __clock_getres as an alias.
37752         * sysdeps/posix/clock_getres.c: Likewise.
37753         * rt/clock_settime.c: Define __clock_settime as an alias.
37754         * sysdeps/unix/clock_settime.c: Likewise.
37755         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37756         * sysdeps/unix/clock_nanosleep.c: Likewise.
37757         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37758         * rt/clock-compat.c: New file.
37759         * rt/Makefile (librt-routines): Add clock-compat and move
37760         $(clock-routines) to ...
37761         (routines): ... here, new variable.
37762         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37763         Don't add get_clockfreq here.
37764         * rt/Versions (libc: GLIBC_2.17): New version set.
37765         Add clock_* symbols here.
37766         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37767         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37768         (GLIBC_2.17): Add clock_* symbols.
37769         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37770         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37771         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37773         Likewise.
37774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37775         Likewise.
37776         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37777         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37778         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37779         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37780         * NEWS: Mention the move.
37782         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37783         Use __open, __read, __close rather than their public counterparts.
37784         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37785         (__get_clockfreq_via_cpuinfo): Likewise.
37786         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37787         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37789         * config.h.in (HAVE_IFUNC): New #undef.
37790         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37791         was successful.
37792         * configure: Regenerated.
37794 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37796         * configure.in: Move READELF check to start of file.
37797         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37798         libc_cv_asm_gnu_indirect_function in the process.
37799         * configure: Regenerated.
37801 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37803         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37804         send the output to /dev/null.
37805         (libc_cv_cc_with_libunwind): Likewise.
37806         (libc_cv_as_noexecstack): Likewise.
37807         * configure: Regenerate.
37809 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37811         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37813         * posix/globtest.sh (TMPDIR): Do not set.
37814         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37815         (testout): Likewise.
37817 2012-10-24  Andreas Jaeger  <aj@suse.de>
37819         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37820         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37821         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37822         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37823         posix_fadvise64, posix_fallocate64.
37825         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37826         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37827         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37828         Likewise.
37829         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37830         Likewise.
37831         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37833         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37834         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37835         <bits/fcntl-linux.h>.
37836         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37838         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37839         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37840         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37841         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37842         [__WORDSIZE != 64]: Likewise.
37844 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37846         * Makeconfig (run-built-tests): New variable.
37847         * Rules [$(cross-compiling) = yes]: Change condition to
37848         [$(run-built-tests) = no].
37849         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37850         to [$(run-built-tests) = yes].
37851         * elf/Makefile [$(cross-compiling) = no]: Likewise
37852         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37853         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37854         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37855         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37856         * io/Makefile [$(cross-compiling) = no]: Likewise.
37857         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37858         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37859         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37860         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37861         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37862         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37863         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37864         * string/Makefile [$(cross-compiling) = no]: Likewise.
37866         * posix/Makefile ($(objpfx)globtest.out): Pass
37867         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37868         $(rtld-installed-name).
37869         * posix/globtest.sh (elf_objpfx): Remove variable.
37870         (rtld_installed_name): Likewise.
37871         (library_path): Likewise.
37872         (run_program_prefix): New variable.  Use for running globtest
37873         binary.
37875 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37876             Joseph Myers  <joseph@codesourcery.com>
37878         * Makeconfig (host-built-program-cmd): New variable.
37879         * elf/Makefile (tst-stackguard1-ARGS): Use
37880         $(host-built-program-cmd).
37881         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37882         (tst-spawn-ARGS): Likewise.
37883         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37885 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37886             Jim Blandy  <jimb@codesourcery.com>
37888         * Makeconfig (run-via-rtld-prefix): New variable.
37889         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37890         (built-program-cmd): Likewise.
37892 2012-10-22  Andreas Jaeger  <aj@suse.de>
37894         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37895         __O_RSYNC if it exists, otherwise to O_SYNC.
37897 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37898             Joseph Myers  <joseph@codesourcery.com>
37900         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37901         /dev/null.
37902         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37903         from /dev/null
37904         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37905         /dev/null.
37907 2012-10-22  Andreas Jaeger  <aj@suse.de>
37909         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37910         Define always.
37911         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37913         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37914         bits/fcntl-linux.h.
37916         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37917         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37919         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37920         to __O_LARGEFILE.
37921         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37922         to __O_LARGEFILE.
37924 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37925             Joseph Myers  <joseph@codesourcery.com>
37927         * config.make.in (NM): New variable.
37929 2012-10-21  Andreas Jaeger  <aj@suse.de>
37931         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37932         definitions and declarations that are provided by
37933         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37935 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37937         [BZ #14683]
37938         * elf/Makefile (tests-static): Add tst-leaks1-static.
37939         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37940         ($(objpfx)tst-leaks1-static): New rule.
37941         ($(objpfx)tst-leaks1-static-mem): Likewise.
37942         (tst-leaks1-static-ENV): New macro.
37943         * elf/dl-open.c (dl_open_worker): Check the main application
37944         only if SHARED is defined.
37945         * elf/tst-leaks1-static.c: New file.
37947 2012-10-20  Andreas Jaeger  <aj@suse.de>
37949         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37950         generic values for Linux.
37951         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37952         and declarations that are provided by <bits/fcntl-linux.h> and
37953         include <bits/fcntl-linux.h>.
37954         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37955         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37957 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37959         * io/fcntl.h: Move include of <bits/types.h> to the top and
37960         include it unconditionally.
37962 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37964         * wcsmbs/Makefile (tests-ifunc): New variable.
37965         (tests): Add $(tests-ifunc).
37966         * wcsmbs/test-wcschr-ifunc.c: New file.
37967         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37968         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37969         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37970         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37971         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37973         * string/Makefile (tests-ifunc): New variable.
37974         (tests): Add $(tests-ifunc).
37975         * string/test-memccpy.c (TEST_NAME): New macro.
37976         * string/test-memchr.c (TEST_NAME): Likewise.
37977         * string/test-memcmp.c (TEST_NAME): Likewise.
37978         * string/test-memcpy.c (TEST_NAME): Likewise.
37979         * string/test-memmem.c (TEST_NAME): Likewise.
37980         * string/test-memmove.c (TEST_NAME): Likewise.
37981         * string/test-memset.c (TEST_NAME): Likewise.
37982         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37983         * string/test-stpcpy.c (TEST_NAME): Likewise.
37984         * string/test-stpncpy.c (TEST_NAME): Likewise.
37985         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37986         * string/test-strcasestr.c (TEST_NAME): Likewise.
37987         * string/test-strcat.c (TEST_NAME): Likewise.
37988         * string/test-strchr.c (TEST_NAME): Likewise.
37989         * string/test-strcmp.c(TEST_NAME): Likewise.
37990         * string/test-strcpy.c (TEST_NAME): Likewise.
37991         * string/test-strcspn.c (TEST_NAME): Likewise.
37992         * string/test-strlen.c (TEST_NAME): Likewise.
37993         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37994         * string/test-strncmp.c (TEST_NAME): Likewise.
37995         * string/test-strncpy.c (TEST_NAME): Likewise.
37996         * string/test-strnlen.c (TEST_NAME): Likewise.
37997         * string/test-strpbrk.c (TEST_NAME): Likewise.
37998         * string/test-strrchr.c (TEST_NAME): Likewise.
37999         * string/test-strspn.c (TEST_NAME): Likewise.
38000         * string/test-strstr.c (TEST_NAME): Likewise.
38001         * string/test-bcopy-ifunc.c: New file.
38002         * string/test-bzero-ifunc.c: Likewise.
38003         * string/test-memccpy-ifunc.c: Likewise.
38004         * string/test-memchr-ifunc.c: Likewise.
38005         * string/test-memcmp-ifunc.c: Likewise.
38006         * string/test-memcpy-ifunc.c: Likewise.
38007         * string/test-memmem-ifunc.c: Likewise.
38008         * string/test-memmove-ifunc.c: Likewise.
38009         * string/test-mempcpy-ifunc.c: Likewise.
38010         * string/test-memset-ifunc.c: Likewise.
38011         * string/test-rawmemchr-ifunc.c: Likewise.
38012         * string/test-stpcpy-ifunc.c: Likewise.
38013         * string/test-stpncpy-ifunc.c: Likewise.
38014         * string/test-strcasecmp-ifunc.c: Likewise.
38015         * string/test-strcasestr-ifunc.c: Likewise.
38016         * string/test-strcat-ifunc.c: Likewise.
38017         * string/test-strchr-ifunc.c: Likewise.
38018         * string/test-strchrnul-ifunc.c: Likewise.
38019         * string/test-strcmp-ifunc.c: Likewise.
38020         * string/test-strcpy-ifunc.c: Likewise.
38021         * string/test-strcspn-ifunc.c: Likewise.
38022         * string/test-strlen-ifunc.c: Likewise.
38023         * string/test-strncasecmp-ifunc.c: Likewise.
38024         * string/test-strncat-ifunc.c: Likewise.
38025         * string/test-strncmp-ifunc.c: Likewise.
38026         * string/test-strncpy-ifunc.c: Likewise.
38027         * string/test-strnlen-ifunc.c: Likewise.
38028         * string/test-strpbrk-ifunc.c: Likewise.
38029         * string/test-strrchr-ifunc.c: Likewise.
38030         * string/test-strspn-ifunc.c: Likewise.
38031         * string/test-strstr-ifunc.c: Likewise.
38033         * debug/Makefile (tests-ifunc): New variable.
38034         (tests): Add $(tests-ifunc).
38035         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38036         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38037         * debug/test-stpcpy_chk-ifunc.c: New file.
38038         * debug/test-strcpy_chk-ifunc.c: Likewise.
38040 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38042         [BZ #13601]
38043         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38044         header is not read in.
38046 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38048         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38049         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38050         directly.  Pass built executable to script as
38051         $(built-program-cmd).
38052         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38053         $testprogram without using LD_LIBRARY_PATH and $ldso.
38055         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38056         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38057         $(rtld-installed-name).
38058         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38059         (rtld_installed_name): Likewise.
38060         (library_path): Likewise.
38061         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38062         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38063         $(run-program-prefix) to tst-tables.sh.
38064         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38065         it to run tst-table-from and tst-table-to.
38066         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38067         Pass it to tst-table.sh.
38068         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38069         $(run-program-prefix) to tst-gettext.sh.
38070         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38071         tst-translit.sh.
38072         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38073         tst-gettext2.sh.
38074         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38075         to run tst-gettext.
38076         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38077         to run tst-gettext2.
38078         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38079         to run tst-translit.
38080         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38081         $(run-program-prefix) to tst-mtrace.sh.
38082         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38083         to run tst-mtrace.
38084         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38085         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38086         $(rtld-installed-name).
38087         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38088         (rtld_installed_name): Likewise.
38089         (run_program_prefix): New variable.  Use it to run wordexp-test.
38091         * Makeconfig (ARCH): Remove all definitions.
38092         (machine): Likewise.
38093         [ARCH]: Remove conditional code.
38094         [!objdir]: Give error.
38095         [!objdir] (objpfx): Remove.
38096         [!objdir] (common-objpfx): Likewise.
38097         [!objdir] (common-objdir): Likewise.
38098         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38099         AC_CONFIG_FILES call.
38100         * configure: Regenerated.
38102         [BZ #13888]
38103         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38104         or TMPDIR.
38105         (testout): Likewise.
38107         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38108         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38109         $(rtld-installed-name).
38110         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38111         (rtld_installed_name): Likwise.
38112         (runit): Remove function.
38113         (run_getconf): New variable,  Use it for running getconf binary.
38115 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38117         [BZ #14716]
38118         * string/test-memmem.c (check_result): New function.
38119         (do_one_test): Use it.
38120         (check1): New function.
38121         (test_main): Use it.
38123 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38125         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38127 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38129         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38130         (_G_LSEEK64): Likewise.
38131         (_G_MMAP64): Likewise.
38132         (_G_FSTAT64): Likewise.
38133         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38134         (_G_LSEEK64): Likewise.
38135         (_G_MMAP64): Likewise.
38136         (_G_FSTAT64): Likewise.
38137         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38138         unconditional.  Call __mmap64 directly.
38139         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38140         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38141         __lseek64 directly.
38142         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38143         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38144         __mmap64 directly.
38145         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38146         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38147         __lseek64 directly.
38148         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38149         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38150         __lseek64 directly.
38151         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38152         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38153         __lseek64 directly.
38154         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38155         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38156         __fxstat64 directly.
38157         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38158         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38159         unconditional.
38160         (freopen64) [!_G_OPEN64]: Remove conditional code.
38161         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38162         unconditional.
38163         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38164         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38165         unconditional.
38166         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38167         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38168         unconditional.
38169         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38170         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38171         unconditional.
38172         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38173         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38174         unconditional.
38175         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38176         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38177         unconditional.
38178         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38179         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38180         unconditional.
38181         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38183 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38185         [BZ #12140]
38186         * manual/memory.texi (Malloc Tunable Parameters): Add note
38187         about free list pointers overwriting some perturb bytes.
38188         Wording suggested by Roland McGrath.
38190 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38192         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38193         (lgamma_test): Likewise.
38194         (tgamma_test): Likewise.
38196 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38198         [BZ #14700]
38199         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38200         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38202 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38204         * NEWS: Mention BZ #14716.
38205         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38206         when removing AVAILABLE1_USES_J macro.
38208 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38210         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38211         (__bswap_64): __uint64_t for unsigned 64-bit int.
38213 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38215         * include/string.h (memmem): Declare libc hidden alias.
38216         * string/memmem.c (memmem): Define libc hidden alias.
38217         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38218         __read, __close instead of open, read, close.
38220 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38222         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38223         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38224         global and hidden.
38225         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38226         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38227         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38228         Likewise.
38229         (__rawmemchr_sse2): Likewise.
38230         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38231         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38232         (__strchr_sse2): Likewise.
38233         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38234         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38235         (__strcasecmp_sse2): Likewise.
38236         (__strncasecmp_sse2): Likewise.
38237         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38238         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38239         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38240         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38241         (__strrchr_sse2): Likewise.
38242         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38243         ifunc-impl-list.c.
38244         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38245         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38246         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38247         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38248         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38249         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38250         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38251         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38252         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38253         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38254         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38255         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38256         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38257         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38258         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38259         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38260         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38261         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38262         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38263         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38264         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38265         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38266         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38267         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38268         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38269         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38270         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38271         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38272         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38273         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38275         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38276         global and hidden.
38277         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38278         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38279         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38280         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38281         Likewise.
38282         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38283         Likewise.
38284         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38285         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38286         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38287         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38288         ifunc-impl-list.c.
38289         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38290         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38291         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38292         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38293         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38294         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38295         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38296         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38297         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38298         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38299         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38300         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38301         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38302         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38303         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38304         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38305         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38306         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38307         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38308         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38309         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38310         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38311         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38312         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38313         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38314         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38315         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38316         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38317         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38318         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38319         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38320         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38321         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38322         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38323         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38324         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38325         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38326         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38327         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38328         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38329         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38331         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38332         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38333         * include/ifunc-impl-list.h: New file.
38334         * misc/ifunc-impl-list.c: Likewise.
38335         * misc/Makefile (routines): Add ifunc-impl-list.
38336         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38337         * string/test-string.h: Include <ifunc-impl-list.h>.
38338         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38339         TEST_NAME]: New variables.
38340         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38341         are defined.
38342         (test_init): Call __libc_ifunc_impl_list to initialize
38343         func_list if TEST_IFUNC and TEST_NAME are defined.
38345         * string/Makefile (strop-tests): Add bcopy and bzero.
38346         * string/test-bcopy.c: New file.
38347         * string/test-bzero.c: Likewise.
38348         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38349         defined.
38350         * string/test-memset.c: Support bzero test if TEST_BZERO is
38351         defined.
38352         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38353         __libc_memmove.
38354         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38355         __libc_memset.
38356         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38357         of memset.
38359 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38361         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38362         * configure: Regenerated.
38364         * Makeconfig (+link-static-before-libc): Don't include
38365         $(link-static-libc).
38367         * libio/libio.h (_IO_pos_t): Remove.
38369 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38371         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38372         McGrath.
38374 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38376         * crypt/crypt-entry.c: Include fips-private.h.
38377         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38378         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38379         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38380         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38382 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38384         * crypt/crypt-private.h: Include stdbool.h.
38385         (_ufc_setup_salt_r): Return bool.
38386         * crypt/crypt-entry.c: Include errno.h.
38387         (__crypt_r): Return NULL with EINVAL for bad salt.
38388         * crypt/crypt_util.c (bad_for_salt): New.
38389         (_ufc_setup_salt_r): Check that salt is long enough and within
38390         the specified alphabet.
38391         * crypt/badsalttest.c: New file.
38392         * crypt/Makefile (tests): Add it.
38393         ($(objpfx)badsalttest): New.
38395 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38397         * NEWS: Add entry for BZ #14602.
38399 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38401         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38402         type-generic.
38403         * math/libm-test.inc: Update comment listing what functions and
38404         macros are tested.
38405         (isgreater_test): New function.
38406         (isgreaterequal_test): Likewise.
38407         (isless_test): Likewise.
38408         (islessequal_test): Likewise.
38409         (islessgreater_test): Likewise.
38410         (isunordered_test): Likewise.
38411         (main): Call the new functions.
38413 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38415         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38416         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38417         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38418         * sysdeps/i386/configure: Regenerated.
38419         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38420         * sysdeps/mach/configure: Regenerated.
38421         * sysdeps/mach/hurd/configure: Regenerated.
38422         * sysdeps/powerpc/configure: Regenerated.
38423         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38424         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38425         * sysdeps/s390/s390-32/configure: Regenerated.
38426         * sysdeps/s390/s390-64/configure: Regenerated.
38427         * sysdeps/sh/configure: Regenerated.
38428         * sysdeps/sparc/configure: Regenerated.
38429         * sysdeps/unix/sysv/linux/configure: Regenerated.
38430         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38431         * sysdeps/x86_64/configure: Regenerated.
38433         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38434         defined.  Don't check if MAP is NULL.
38436 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38438         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38439         (_G_stat64): Likewise.
38440         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38441         (_G_stat64): Likewise.
38442         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38443         instead of struct _G_stat64.
38444         * libio/fileops.c (mmap_remap_check): Likewise.
38445         (decide_maybe_mmap): Likewise.
38446         (_IO_new_file_seekoff): Likewise.
38447         (_IO_file_stat): Likewise.
38448         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38449         _G_off64_t.
38450         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38451         instead of struct _G_stat64.
38452         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38454 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38456         [BZ #14602]
38457         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38458         Replace with ...
38459         (CHECK_EOL): New macro.
38460         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38461         CHECK_EOL.
38462         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38463         Replace with CHECK_EOL.
38464         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38465         Replace with CHECK_EOL.
38467 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38469         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38470         type-generic.
38471         * math/libm-test.inc: Update comment listing what functions and
38472         macros are tested.
38473         (finite_test): New function.
38474         (isinf_test): Likewise.
38475         (isnan_test): Likewise.
38476         (fpclassify_test): Test subnormal input.
38477         (isfinite_test): Likewise.
38478         (isnormal_test): Likewise.
38479         (main): Call the new functions.
38481 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38483         [BZ #14660]
38484         * Makerules (%.dynsym): Force C locale when running
38485         $(OBJDUMP) --dynamic-syms.
38487 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38489         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38490         <stdint.h>.
38492 2012-10-06  David S. Miller  <davem@davemloft.net>
38494         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38495         upper 32-bits of the length value in %o2 since we use branch-on-register
38496         tests which consider the entire 64-bit register.
38498 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38500         * string/test-strstr.c (check2): Add a test for page boundary.
38502 2012-10-05  David S. Miller  <davem@davemloft.net>
38504         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38505         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38506         file.
38507         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38508         sysdep_routines.
38509         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38510         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38511         and bzero when HWCAP_SPARC_CRYPTO is present.
38513 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38515         [BZ #14602]
38516         * string/test-strstr.c (check2): New function.
38517         (test_main): Call check2.
38519         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38520         and bug-strchr1.
38521         * string/bug-strcasestr1.c (do_test): Moved to ...
38522         * string/test-strcasestr.c (check1): Here.  New function.
38523         (do_one_test): Break out result checking code into ...
38524         (check_result): This.  New function.
38525         (do_one_test): Call check_result.
38526         (test_main): Call check1.
38527         * string/bug-strchr1.c (do_test): Moved to ...
38528         * string/test-strchr.c (check1): Here.  New function.
38529         (do_one_test): Break out result checking code into ...
38530         (check_result): This.  New function.
38531         (do_one_test): Call check_result.
38532         (test_main): Call check1.
38533         * string/bug-strstr1.c (main): Moved to ...
38534         * string/test-strstr.c (check1): Here.  New function.
38535         (do_one_test): Break out result checking code into ...
38536         (check_result): This.  New function.
38537         (do_one_test): Call check_result.
38538         (test_main): Call check1.
38539         * string/bug-strcasestr1.c: Removed.
38540         * string/bug-strchr1.c: Likewise.
38541         * string/bug-strstr1.c: Likewise.
38543         * elf/Makefile (dl-routines): Add hwcaps.
38544         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38545         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38546         (_dl_important_hwcaps): Moved to ...
38547         * elf/dl-hwcaps.c: Here.  New file.
38548         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38550         [BZ #14557]
38551         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38552         if IS_IN_rtld isn't defined.
38554         * elf/dl-support.c (_dl_sysinfo_map): New.
38555         Include "get-dynamic-info.h" and "setup-vdso.h".
38556         (_dl_non_dynamic_init): Call setup_vdso.
38557         * elf/dynamic-link.h: Don't include <assert.h>.
38558         (elf_get_dynamic_info): Moved to ...
38559         * elf/get-dynamic-info.h: Here.  New file.
38560         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38561         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38562         * elf/setup-vdso.h: Here.  New file.
38563         * elf/rtld.c: Include "setup-vdso.h".
38564         (dl_main): Call setup_vdso.
38566 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38568         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38569         creal in comment listing functions tested.  List finite, isinf,
38570         isnan, isless, islessequal, isgreater, isgreaterequal,
38571         islessgreater, isunordered, lgamma_r and pow10 as functions and
38572         macros not tested.  Mention which functions not tested are aliases
38573         for other functions.  Fix typo.  Note that signs of NaNs are not
38574         tested.
38576         * scripts/config.guess: Update from config.git.
38577         * scripts/config.sub: Likewise.
38579 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38581         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38582         * misc/madvise.c (madvise): Renamed to __madvise.
38583         Make madvise a weak alias.
38584         * include/sys/mman.h: Declare __madvise.
38585         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38586         * sysdeps/unix/syscalls.list
38587         (madvise): Make __madvise the strong name, and madvise a weak alias.
38588         * sysdeps/unix/sysv/linux/syscalls.list
38589         (madvise, mmap): Remove redundant entries.
38590         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38591         * malloc/malloc.c (mtrim): Likewise.
38592         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38594 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38596         * sysdeps/mach/hurd/dl-cache.c: File removed.
38597         * config.h.in (USE_LDCONFIG): New #undef.
38598         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38599         * configure: Regenerated.
38600         * elf/Makefile (dl-routines): Add dl-cache only under
38601         [$(use-ldconfig) = yes].
38602         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38603         cache on [USE_LDCONFIG].
38604         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38605         [USE_LDCONFIG].
38606         * elf/rtld.c (dl_main): Likewise.
38608 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38610         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38611         _SC_LEVEL4_CACHE_LINESIZE.
38613 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38615         * sysdeps/unix/bsd/confstr.h: File removed.
38617 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38619         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38620         sys/sdt-config.h.
38622 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38624         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38625         Make 'mapoff' field ElfW(Off) rather than off_t.
38627 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38629         * nscd/Makefile: Remove nscd-cflags and all its users.
38630         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38631         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38633         [BZ #10631]
38634         * malloc.c (malloc_printerr): Clarify error message.
38636 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38638         [BZ #14648]
38639         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38640         Set bit_FMA_Usable if FMA is supported.
38641         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38642         macro.
38643         (bit_FMA4_Usable): Updated.
38644         (index_FMA_Usable): New macro.
38645         (CPUID_FMA): Likewise
38646         (HAS_FMA): Defined with bit_FMA_Usable.
38648 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38650         * bits/types.h (__swblk_t): Type removed.
38651         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38652         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38653         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38654         (__SWBLK_T_TYPE): Likewise.
38655         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38656         (__SWBLK_T_TYPE): Likewise.
38657         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38658         (__SWBLK_T_TYPE): Likewise.
38659         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38660         (__SWBLK_T_TYPE): Likewise.
38662 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38663             Honza Horak <hhorak@redhat.com>
38665         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38666         (xdr_mapname): Use YPMAXMAP as maxsize.
38667         (xdr_peername): Use YPMAXPEER as maxsize.
38668         (xdr_keydat): Use YPAXRECORD as maxsize.
38669         (xdr_valdat): Use YPMAXRECORD as maxsize.
38671 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38673         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38675         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38676         * csu/init-first.c: ... here.
38677         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38678         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38679         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38680         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38681         * sysdeps/i386/init-first.c: File removed.
38682         * sysdeps/sh/init-first.c: File removed.
38684 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38686         [BZ #14645]
38687         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38688         if x * y might underflow to zero and z is zero.
38689         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38690         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38691         * math/libm-test.inc (min_subnorm_value): New variable.
38692         (fma_test): Add more tests.
38693         (fma_test_towardzero): Likewise.
38694         (fma_test_downward): Likewise
38695         (fma_test_upward): Likewise.
38696         (initialize): Set min_subnorm_value.
38698 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38700         [BZ #14638]
38701         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38702         0 + 0.
38703         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38704         mode for addition resulting in exact zero.
38705         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38706         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38707         exact 0 + 0.
38708         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38709         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38710         * math/libm-test.inc (fma_test): Add more tests.
38711         (fma_test_towardzero): New function.
38712         (fma_test_downward): Likewise.
38713         (fma_test_upward): Likewise.
38714         (main): Call the new functions.
38716 2012-09-28  David S. Miller  <davem@davemloft.net>
38718         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38720 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38722         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38723         instead of SIGALRM.
38725         * sysdeps/gnu/_G_config.h: Moved to ...
38726         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38727         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38728         * sysdeps/generic/_G_config.h: ... here.
38730         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38732         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38734         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38735         Conditionalize target on [libnss_test1.so-version].
38737         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38739         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38740         (elfobjdir): Move out of conditionals.
38742         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38743         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38744         (__nss_lookup_function): Conditionalize label remove_from_tree on
38745         [!DO_STATIC_NSS || SHARED], matching its only use.
38747 2012-09-28  David S. Miller  <davem@davemloft.net>
38749         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38750         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38751         file.
38752         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38753         sysdep_routines.
38754         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38755         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38756         when HWCAP_SPARC_CRYPTO is present.
38758 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38760         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38762 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38764         [BZ #6530]
38765         * stdio-common/vfprintf.c (process_string_arg): Revert
38766         2000-07-22 change.
38768 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38770         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38771         for testcase.
38772         * stdio-common/tst-sprintf.c: Include <locale.h>
38773         (main): Test sprintf's handling of incomplete multibyte
38774         characters.
38776 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38778         * elf/dl-runtime.c (VERSYMIDX): Removed.
38779         * elf/dl-version.c (VERSYMIDX): Likewise.
38780         * elf/do-rel.h (VERSYMIDX): Likewise.
38781         (VALIDX): Likewise.
38782         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38783         * elf/rtld.c (VALIDX): Likewise.
38784         (ADDRIDX): Likewise.
38785         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38786         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38787         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38788         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38789         (VALIDX): Likewise.
38790         (ADDRIDX): Likewise.
38792 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38794         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38796 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38798         [BZ #11438]
38799         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38800         to global scope.
38801         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38802         addresses are in the same scope as 192.0.2/24.
38803         * posix/gai.conf: Document new scope table defaults.
38805 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38807         [BZ #5298]
38808         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38809         for ftell.  Compute offsets from write pointers instead.
38810         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38812 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38814         [BZ #14543]
38815         * libio/Makefile (tests): New test case tst-fseek.
38816         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38817         combination works in wide mode.
38818         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38819         state when the external buffer state changes.
38821 2012-09-27  David S. Miller  <davem@davemloft.net>
38823         [BZ #14376]
38824         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38825         pass reloc->r_addend in as the 'high' argument to
38826         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38828         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38830 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38832         * rt/tst-aio2.c: Include <pthread.h>.
38833         * rt/tst-aio3.c: Likewise.
38835 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38837         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38839 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38841         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38842         contents on [SHARED].
38844 2012-09-26  Marek Polacek  <polacek@redhat.com>
38846         [BZ #14530]
38847         [BZ #13741]
38848         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38849         for C++ and GCC <4.3 as well as for non GCC compilers.
38851 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38853         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38855 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38857         * Makefile.in (all, install): Declare with .PHONY.
38858         Reported by Michael Hope <michael.hope@linaro.org>.
38860 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38862         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38863         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38864         system header.
38865         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38866         Likewise.
38867         (sydep_routines): Add the new and the internal functions.
38868         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38869         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38871         (GLIBC_2.17): Add the new function.
38872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38873         (GLIBC_2.17): Likewise.
38874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38875         (GLIBC_2.17): Likewise.
38876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38877         (GLIBC_2.17): Likewise.
38878         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38880 2012-09-25  Alan Modra  <amodra@gmail.com>
38882         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38883         Add release barrier before setting once_control to say
38884         initialisation is done.  Add hints on lwarx.  Use macro in
38885         place of isync.
38886         (clear_once_control): Add release barrier.
38888 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38890         [BZ #13629]
38891         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38892         specially.
38893         * math/s_clog10.c (__clog10): Likewise.
38894         * math/s_clog10f.c (__clog10f): Likewise.
38895         * math/s_clog10l.c (__clog10l): Likewise.
38896         * math/s_clogf.c (__clogf): Likewise.
38897         * math/s_clogl.c (__clogl): Likewise.
38898         * math/Makefile (libm-calls): Add x2y2m1.
38899         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38900         (__x2y2m1): Likewise.
38901         (__x2y2m1l): Likewise.
38902         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38903         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38904         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38905         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38906         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38907         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38908         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38909         * sysdeps/i386/fpu/libm-test-ulps: Update.
38910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38912         [BZ #14621]
38913         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38914         int as type of variable DEPTH.
38915         (glob): Use size_t instead of int as type of variables NEWCOUNT
38916         and OLD_PATHC.
38918 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38920         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38921         Add s_sincosf-sse2.
38922         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38923         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38924         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38925         macros for using routine as __sincosf_ia32.
38926         Use macro for function declaration and weak_alias.
38927         * sysdeps/i386/fpu/libm-test-ulps: Update.
38929         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38930         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38932         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38933         subnormal argument.
38934         * math/s_cexpf.c (__cexpf): Likewise.
38935         * math/s_csinf.c (__csinf): Likewise.
38936         * math/s_csinhf.c (__csinhf): Likewise.
38937         * math/s_ctanf.c (__ctanf): Likewise.
38938         * math/s_ctanhf.c (__ctanhf): Likewise.
38939         * math/s_ccosh.c (__ccoshf): Likewise.
38940         * math/s_cexp.c (__cexpl): Likewise.
38941         * math/s_csin.c (__csin): Likewise.
38942         * math/s_csinh.c (__csinh): Likewise.
38943         * math/s_ctan.c (__ctan): Likewise.
38944         * math/s_ctanh.c (ctanh): Likewise.
38945         * math/s_ccoshl.c (__ccoshl): Likewise.
38946         * math/s_cexpl.c (__cexpl): Likewise.
38947         * math/s_csinl.c (__csinl): Likewise.
38948         * math/s_csinhl.c (__csinhl): Likewise.
38949         * math/s_ctanl.c (__ctanl): Likewise.
38950         * math/s_ctanhl.c (__ctanhl): Likewise.
38952 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38954         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38955         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38956         (_IO_off_t): Define to __off_t, not _G_off_t.
38957         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38958         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38959         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38960         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38961         type of __dummy and __dummy2 fields.
38962         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38963         (_G_ssize_t): Likewise.
38964         (_G_off_t): Likewise.
38965         (_G_pid_t): Likewise.
38966         (_G_uid_t): Likewise.
38967         (_G_wchar_t): Likewise.
38968         (_G_wint_t): Likewise.
38969         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38970         (_G_ssize_t): Likewise.
38971         (_G_off_t): Likewise.
38972         (_G_pid_t): Likewise.
38973         (_G_uid_t): Likewise.
38974         (_G_wchar_t): Likewise.
38975         (_G_wint_t): Likewise.
38976         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38977         (_G_ssize_t): Likewise.
38978         (_G_off_t): Likewise.
38979         (_G_pid_t): Likewise.
38980         (_G_uid_t): Likewise.
38981         (_G_wchar_t): Likewise.
38982         (_G_wint_t): Likewise.
38984 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38986         * malloc/arena.c: Include malloc-sysdep.h.
38987         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38988         is sufficient to shrink the heap or an unmap is needed.
38989         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38990         new function check_may_shrink_heap.
38991         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38992         new function check_may_shrink_heap.
38994 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38996         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38997         comments.
38999 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39001         * catgets/test-gencat.sh: Add "set -e".
39002         * elf/tst-pathopt.sh: Likewise.
39003         * grp/tst_fgetgrent.sh: Likewise.
39004         * iconvdata/run-iconv-test.sh: Likewise.
39005         * intl/tst-gettext.sh: Likewise.
39006         * intl/tst-gettext2.sh: Likewise.
39007         * intl/tst-gettext4.sh: Likewise.
39008         * intl/tst-gettext6.sh: Likewise.
39009         * intl/tst-translit.sh: Likewise.
39010         * io/ftwtest-sh: Likewise.
39011         * libio/test-freopen.sh: Likewise.
39012         * malloc/tst-mtrace.sh: Likewise.
39013         * posix/globtest.sh: Likewise.
39014         * posix/tst-getconf.sh: Likewise.
39015         * posix/wordexp-tst.sh: Likewise.
39016         * stdio-common/tst-printf.sh: Likewise.
39017         * stdio-common/tst-unbputc.sh: Likewise.
39018         * stdlib/tst-fmtmsg.sh: Likewise.
39019         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39020         * catgets/Makefile: Do not specify -e option when running
39021         testsuite shell scripts.
39022         * elf/Makefile: Likewise.
39023         * grp/Makefile: Likewise.
39024         * iconvdata/Makefile: Likewise.
39025         * intl/Makefile: Likewise.
39026         * io/Makefile: Likewise.
39027         * libio/Makefile: Likewise.
39028         * malloc/Makefile: Likewise.
39029         * posix/Makefile: Likewise.
39030         * stdio-common/Makefile: Likewise.
39031         * stdlib/Makefile: Likewise.
39032         * sysdeps/x86_64/Makefile: Likewise.
39034         * io/ftwtest-sh: Add copyright header.
39035         * posix/globtest.sh: Likewise.
39036         * posix/tst-getconf.sh: Likewise.
39037         * posix/wordexp-tst.sh: Likewise.
39038         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39040 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39042         [BZ #13679]
39043         * Makeconfig (+link): Defined as $(+link-static) if
39044         $(build-shared) isn't yes.
39045         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39046         isn't yes.
39047         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39049         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39051         [BZ #14562]
39052         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39053         new chunk size with MALLOC_ALIGN_MASK.
39055 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39057         [BZ #5044]
39058         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39059         <rounding-mode.h>.
39060         (__printf_fphex): Determine rounding using get_rounding_mode and
39061         round_away.
39062         * stdio-common/tst-printf-round.c (struct hex_test): New
39063         structure.
39064         (hex_tests): New variable.
39065         (test_hex_in_one_mode): New function.
39066         (do_test): Also run tests for hex float output.
39068 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39070         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39071         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39072         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39073         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39074         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39075         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39076         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39077         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39079 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39081         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39082         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39083         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39084         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39086 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39088         [BZ #14579]
39089         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39090         mode only.
39091         * elf/tst-rtld-load-self.sh: New test.
39092         * elf/Makefile: Run it.
39094 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39096         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39097         (tst-writev-ENV): Remove.
39098         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39100 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39102         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39104 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39106         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39107         unconditional.
39108         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39109         Likewise.
39110         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39111         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39112         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39113         Likewise.
39115 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39117         [BZ #14587]
39118         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39119         * config.make.in (have-cpp-asm-debuginfo): Removed.
39120         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39121         * configure: Regenerated.
39123 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39125         [BZ #5044]
39126         * stdio-common/printf_fp.c: Include <stdbool.h> and
39127         <rounding-mode.h>.
39128         (___printf_fp): Determine rounding using get_rounding_mode and
39129         round_away.
39130         * stdio-common/tst-printf-round.c: New file.
39131         * stdio-common/Makefile (tests): Add tst-printf-round.
39132         (link-libm): New variable.
39133         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39135 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39137         [BZ #14576]
39138         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39139         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39140         Likewise.
39141         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39142         Likewise.
39144 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39146         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39147         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39148         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39149         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39151 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39153         [BZ #14518]
39154         * include/rounding-mode.h: New file.
39155         * sysdeps/generic/get-rounding-mode.h: Likewise.
39156         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39157         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39158         (MAX_VALUE): New macro.
39159         (MIN_VALUE): Likewise.
39160         (overflow_value): New function.
39161         (underflow_value): Likewise.
39162         (round_and_return): Use overflow_value and underflow_value to
39163         determine return values in overflow and underflow cases.  Use
39164         round_away to determine rounding depending on rounding mode.
39165         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39166         determine return values in overflow and underflow cases.
39167         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39168         (struct test_results): New structure.
39169         (struct test): Use struct test_results to store expected results
39170         for all rounding modes.
39171         (TEST): Include expected results for all rounding modes.
39172         (test_in_one_mode): New function.
39173         (do_test): Use test_in_one_mode to compute and check results.
39174         Check results for all rounding modes.
39175         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39176         $(link-libm).
39178 2012-12-09  Allan McRae  <allan@archlinux.org>
39180         * sysdeps/i386/fpu/libm-test-ulps: Update
39182 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39184         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39185         (_G_int32_t): Likewise.
39186         (_G_uint16_t): Likewise.
39187         (_G_uint32_t): Likewise.
39188         (_G_HAVE_BOOL): Likewise.
39189         (_G_HAVE_ATEXIT): Likewise.
39190         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39191         (_G_HAVE_IO_FILE_OPEN): Likewise.
39192         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39193         (_G_int32_t): Likewise.
39194         (_G_uint16_t): Likewise.
39195         (_G_uint32_t): Likewise.
39196         (_G_HAVE_BOOL): Likewise.
39197         (_G_HAVE_ATEXIT): Likewise.
39198         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39199         (_G_HAVE_IO_FILE_OPEN): Likewise.
39200         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39201         (_G_int32_t): Likewise.
39202         (_G_uint16_t): Likewise.
39203         (_G_uint32_t): Likewise.
39204         (_G_HAVE_BOOL): Likewise.
39205         (_G_HAVE_ATEXIT): Likewise.
39206         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39207         (_G_HAVE_IO_FILE_OPEN): Likewise.
39209 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39211         * csu/libc-tls.c: Update copyright years.
39213 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39215         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39216         [!_G_USING_THUNKS]: Remove conditional code.
39217         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39218         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39220         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39221         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39222         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39223         (_G_VTABLE_LABEL_PREFIX): Likewise.
39224         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39225         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39226         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39227         (_G_VTABLE_LABEL_PREFIX): Likewise.
39228         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39229         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39230         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39231         (_G_VTABLE_LABEL_PREFIX): Likewise.
39232         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39234 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39236         * libio/Makefile: Include ../Makeconfig before tests.
39237         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39238         only if $(build-shared) is yes.
39240         * iconv/gconv_db.c: Update copyright years.
39242 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39244         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39245         unwind info if defined PIC. Fix special cases description.
39246         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39248         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39249         DP_HI_MASK entry.
39250         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39252 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39254         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39256         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39257         is NULL.
39259         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39260         (LDLIBS-tst-chk4): This.
39261         (LDFLAGS-tst-chk5): Renamed to ...
39262         (LDLIBS-tst-chk5): This.
39263         (LDFLAGS-tst-chk6): Renamed to ...
39264         (LDLIBS-tst-chk6): This.
39265         (LDFLAGS-tst-lfschk4): Renamed to ...
39266         (LDLIBS-tst-lfschk4): This.
39267         (LDFLAGS-tst-lfschk5): Renamed to ...
39268         (LDLIBS-tst-lfschk5): This.
39269         (LDFLAGS-tst-lfschk6): Renamed to ...
39270         (LDLIBS-tst-lfschk6): This.
39272         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39273         on $(common-objpfx)soversions.mk.
39275 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39277         [BZ #10014]
39278         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39279         example host name.
39281 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39283         * malloc/arena.c (arena_get_retry): New function that gets
39284         another arena for the caller to try its request on.
39285         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39286         current arena cannot fulfill the request.
39287         (__libc_memalign): Likewise.
39288         (__libc_memalign): Likewise.
39289         (__libc_pvalloc): Likewise.
39290         (__libc_calloc): Likewise.
39292 2012-09-05  John Tobey  <john.tobey@gmail.com>
39294         [BZ #13542]
39295         * manual/arith.texi (Operations on Complex): Fix description
39296         of carg branch cut.
39298 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39300         [BZ #10014]
39301         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39302         host name.
39304         [BZ #10038]
39305         * manual/memory.texi (Memory): Make order of menu items match
39306         order of sections.
39308 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39310         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39311         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39312         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39314 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39316         * csu/libc-tls.c (static_dtv): Renamed to ...
39317         (_dl_static_dtv): This.  Make it global.
39318         (_dl_initial_dtv): Removed.
39319         (__libc_setup_tls): Updated.
39320         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39321         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39322         DL_INITIAL_DTV.
39324 2012-09-06  Petr Machata  <pmachata@redhat.com>
39326         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39327         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39328         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39329         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39331 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39333         [BZ #14545]
39334         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39335         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39336         freeing dtv[-1].
39338 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39340         [BZ #14544]
39341         * Makeconfig (link-static-before-libc): Replace $(+prector)
39342         with $(+prectorT).
39343         (link-static-after-libc): Replace $(+postctor) with
39344         $(+postctorT).
39345         (link-bounded): Replace $(+prector)/$(+postctor) with
39346         $(+prectorT)/$(+postctorT).
39347         (+prectorT): New macro.
39348         (+postctorT): Likewise.
39350 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39352         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39353         (round_str): Handle values above the maximum for IBM long double
39354         as inexact.
39355         * stdlib/tst-strtod-round.c (tests): Regenerated.
39357 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39359         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39360         assembler flag.
39361         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39362         zarch_nohighgprs around the zarch optimized routines.
39363         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39364         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39365         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39366         for zarch.
39368 2012-09-05  David S. Miller  <davem@davemloft.net>
39370         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39372         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39373         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39374         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39375         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39376         entries.
39378 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39380         * malloc/arena.c: Fold copyright years.
39381         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39383 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39385         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39387 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39389         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39391 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39393         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39394         change internal state upon failure.
39396 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39398         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39399         * malloc/memusage.c (mmap): Likewise.
39400         (mmap64, mremap): Likewise.  Adjust name in comment.
39402 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39404         * libio/fileops.c: Fix typos in comments.
39405         * libio/oldfileops.c: Likewise.
39406         * libio/wfileops.c: Likewise.
39408 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39410         [BZ #1349]
39411         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39412         (tst-malloc-usable-ENV): Set environment for test case.
39413         * malloc/hooks.c (malloc_check_get_size): New function to get
39414         requested size.
39415         * malloc/malloc.c (musable): Use malloc_check_get_size.
39416         * malloc/tst-malloc-usable.c: New test case.
39418 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39420         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39422 2012-09-05  Allan McRae  <allan@archlinux.org>
39424         [BZ #13966]
39425         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39426         determine header location.
39427         * configure: Regenerated.
39429 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39431         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39432         float format.
39433         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39434         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39435         format.
39436         (test): Regenerate.
39438 2012-09-04  David S. Miller  <davem@davemloft.net>
39440         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39441         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39442         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39444 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39446         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39447         failures.
39449         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39451 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39453         [BZ #9914]
39454         * libio/iogetdelim.c: Include <limits.h>.
39455         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39456         + len + 1 would overflow.
39458 2012-09-03  Andreas Jaeger  <aj@suse.de>
39460         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39461         * sysdeps/i386/fpu/libm-test-ulps: Update.
39463 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39465         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39466         Add s_sinf-sse2, s_conf-sse2.
39468         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39469         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39470         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39471         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39473         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39474         for using routine as __sinf_ia32.
39475         Use macro for function declaration and weak_alias.
39476         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39477         for using routine as __cosf_ia32.
39478         Use macro for function declaration and weak_alias.
39480         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39481         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39483         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39484         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39485         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39487         * math/libm-test.inc (cos_test): Add more test cases.
39488         (sin_test): Likewise.
39489         (sincos_test): Likewise.
39491 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39493         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39494         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39495         hidden.
39496         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39498 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39500         [BZ #14538]
39501         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39502         first element of the GOT.
39503         (elf_machine_load_address): Return the difference between
39504         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39506 2012-09-01  Allan McRae  <allan@archlinux.org>
39508         [BZ #13412]
39509         * configure.in (AWK): Require gawk version 3.0 or later.
39510         * configure: Regenerated.
39512 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39514         * sysdeps/unix/sysv/linux/kernel-features.h
39515         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39516         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39517         [__NR_clock_getres]: Make code unconditional.
39518         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39519         (clock_getcpuclockid): Remove code left unreachable by removal of
39520         conditionals.
39521         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39522         code unconditional.
39523         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39524         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39525         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39526         Make code unconditional.
39527         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39528         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39529         * sysdeps/unix/sysv/linux/clock_settime.c
39530         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39531         conditional code.
39532         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39533         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39535 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39537         [BZ #14476]
39538         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39539         scripts/test-installation.pl.
39541         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39542         and $ld_so_version if it is set.
39544 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39546         [BZ #14516]
39547         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39548         failure if reading from procfs failed.
39549         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39551 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39553         * sysdeps/unix/sysv/linux/kernel-features.h
39554         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39555         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39556         Remove conditional code.
39557         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39558         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39559         Remove conditional code.
39560         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39561         * sysdeps/unix/sysv/linux/i386/fxstat.c
39562         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39563         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39564         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39565         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39566         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39567         * sysdeps/unix/sysv/linux/i386/lxstat.c
39568         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39569         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39570         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39571         Remove conditional code.
39572         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39573         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39574         Remove conditional code.
39575         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39576         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39577         <kernel-features.h>.
39578         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39579         Remove.
39580         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39581         Remove conditional code.
39582         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39583         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39584         Remove conditional.
39586 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39588         [BZ #5400]
39589         * NEWS: Add fixed bug number.
39591 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39593         [BZ #14519]
39594         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39595         underflowing exponent in case of negative sign.
39596         * stdlib/tst-strtod-round-data: Add more tests.
39597         * stdlib/tst-strtod-round.c (tests): Regenerated.
39599         [BZ #3479]
39600         * stdlib/strtod_l.c (NDIG): Remove.
39601         (HEXNDIG): Likewise.
39602         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39603         smallest representable value.
39604         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39605         lie within an exact representation of 1/2 ulp of the result.
39606         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39607         unconditionally.
39608         (TENS_P9_IDX): Define unconditionally.
39609         (TENS_P9_SIZE): Likewise.
39610         (TENS_P10_IDX): Likewise.
39611         (TENS_P10_SIZE): Likewise.
39612         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39613         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39614         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39615         entries for 10^2^13 and 10^2^14.
39616         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39617         (TENS_P13_IDX): Define.
39618         (TENS_P13_SIZE): Likewise.
39619         (TENS_P14_IDX): Likewise.
39620         (TENS_P14_SIZE): Likewise.
39621         (_fpioconst_pow10): Change array size to
39622         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39623         unconditional.
39624         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39625         1024]: Add entries for 10^2^13 and 10^2^14.
39626         [LAST_POW10 > _LAST_POW10]: Remove #error.
39627         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39628         (_fpioconst_pow10): Change array size to
39629         FPIOCONST_POW10_ARRAY_SIZE.
39630         * stdlib/gen-fpioconst.c: New file.
39631         * stdlib/gen-tst-strtod-round.c: Likewise.
39632         * stdlib/tst-strtod-round-data: Likewise.
39633         * stdlib/tst-strtod-round.c: Likewise.
39634         * stdlib/Makefile (tests): Add tst-strtod-round.
39636         [BZ #14459]
39637         * stdlib/strtod_l.c: Include <stdint.h>.
39638         (NDEBUG): Do not define.
39639         (round_and_return): Change EXPONENT parameter to type intmax_t.
39640         Rearrange calculations to avoid internal overflow possibilities.
39641         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39642         Rearrange calculations to avoid internal overflow possibilities.
39643         Assert that number fits inside MPNSIZE limbs.
39644         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39645         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39646         calculations and add assertions to avoid internal overflow
39647         possibilities.  Add casts to avoid signed/unsigned operations.
39648         * stdlib/tst-strtod-overflow.c: New file.
39649         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39651 2012-08-25  Marek Polacek  <polacek@redhat.com>
39653         * time/time.h: Fix some typos in comments.
39655 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39657         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39658         * posix/tst-rfc3484-2.c: Likewise.
39659         * posix/tst-rfc3484-3.c: Likewise.
39661 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39663         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39664         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39666 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39668         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39669         #include of fxstatat64.c.
39671 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39673         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39674         * shadow/getspent_r.c: Likewise.
39675         * shadow/getspnam.c: Likewise.
39676         * shadow/getspnam_r.c: Likewise.
39677         * gshadow/getsgent.c: Likewise.
39678         * gshadow/getsgent_r.c: Likewise.
39679         * gshadow/getsgnam.c: Likewise.
39680         * gshadow/getsgnam_r.c: Likewise.
39681         * inet/getnetbyad.c: Likewise.
39682         * inet/getnetbyad_r.c: Likewise.
39683         * inet/getnetbynm.c: Likewise.
39684         * inet/getnetbynm_r.c: Likewise.
39685         * inet/getnetent.c: Likewise.
39686         * inet/getnetent_r.c: Likewise.
39687         * inet/getproto.c: Likewise.
39688         * inet/getproto_r.c: Likewise.
39689         * inet/getprtent.c: Likewise.
39690         * inet/getprtent_r.c: Likewise.
39691         * inet/getprtname.c: Likewise.
39692         * inet/getprtname_r.c: Likewise.
39693         * inet/getrpcbyname.c: Likewise.
39694         * inet/getrpcbyname_r.c: Likewise.
39695         * inet/getrpcbynumber.c: Likewise.
39696         * inet/getrpcbynumber_r.c: Likewise.
39697         * inet/getrpcent.c: Likewise.
39698         * inet/getrpcent_r.c: Likewise.
39699         * inet/getaliasent.c: Likewise.
39700         * inet/getaliasent_r.c: Likewise.
39701         * inet/getaliasname.c: Likewise.
39702         * inet/getaliasname_r.c: Likewise.
39703         * nscd/getgrgid_r.c: Likewise.
39704         * nscd/getgrnam_r.c: Likewise.
39705         * nscd/gethstbyad_r.c: Likewise.
39706         * nscd/gethstbynm3_r.c: Likewise.
39707         * nscd/getpwnam_r.c: Likewise.
39708         * nscd/getpwuid_r.c: Likewise.
39709         * nscd/getsrvbynm_r.c: Likewise.
39710         * nscd/getsrvbypt_r.c: Likewise.
39711         * nscd/gai.c: Likewise.
39713         * configure.in (build_nscd): New substituted variable, set
39714         by --disable-build-nscd and defaults to $use_nscd.
39715         * configure: Regenerated.
39716         * config.make.in (build-nscd): New substituted variable.
39717         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39718         Change conditional to require [$(build-nscd) = yes] as well.
39719         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39721         [BZ# 13696]
39722         * configure.in (use_nscd): New substituted variable, set by
39723         --disable-nscd.  If enabled, define USE_NSCD.
39724         * configure: Regenerated.
39725         * config.h.in: Add USE_NSCD.
39726         * config.make.in (use-nscd): New substituted variable.
39727         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39728         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39729         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39730         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39731         (CFLAGS-getgrnam_r.c): Likewise.
39732         (CFLAGS-initgroups.c): Likewise.
39733         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39734         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39735         Variables removed.
39736         * inet/getnetgrent_r.c
39737         (nscd_setnetgrent): New function, broken out of ...
39738         (setnetgrent): ... here.  Call it.
39739         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39740         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39741         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39742         * nscd/Makefile (routines, aux): Move definitions after include of
39743         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39744         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39745         Conditionalize on [USE_NSCD].
39746         (is_nscd, nscd_init_cb): Likewise.
39747         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39748         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39749         * nss/nss_db/db-init.c: Likewise.
39750         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39751         [USE_NSCD].
39752         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39753         (make_request): Use it.
39754         (cache_valid_p): New function.
39755         (__check_pf): Use it.
39756         * NEWS: Add item for --disable-nscd.
39758 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39760         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39761         to support sed >= 4.2.1-20-ga9bf076.
39762         * configure: Regenerated.
39764 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39766         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39767         Conditionalize whole body on [IREL].
39769 2012-08-22  Jeff Law <law@redhat.com>
39771         [BZ #14505]
39772         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39773         if the family is PF_UNSPEC.
39775 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39777         * Makerules (lib-version): Rename from V.
39778         (install-lib-nosubdir): Change V to lib-version.
39780 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39782         [BZ #14252]
39783         * powerpc32/power6/wcschr.c: New file.
39784         * powerpc32/power6/wcscpy.c: New file.
39785         * powerpc32/power6/wcsrchr.c: New file.
39786         * powerpc64/power6/wcschr.c: New file.
39787         * powerpc64/power6/wcscpy.c: New file.
39788         * powerpc64/power6/wcsrchr.c: New file.
39790 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39792         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39793         (two_way_short_needle): Use it.
39794         * string/strstr.c (AVAILABLE1_USES_J): Define.
39795         * string/strcasestr.c: Likewise.
39797         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39798         array references.
39799         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39801         [BZ #11607]
39802         * NEWS: Add an entry.
39803         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39804         define their defaults.
39805         (two_way_short_needle): Detect end-of-string on-the-fly.
39806         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39807         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39808         * string/bug-strcasestr1.c: New test.
39809         * string/Makefile: Run it.
39811 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39813         [BZ #11607]
39814         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39815         the first character.
39817 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39819         * csu/elf-init.c (__libc_csu_irel): Function removed.
39820         * csu/libc-start.c (apply_irel): New function.
39821         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39823 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39825         * sysdeps/unix/sysv/linux/kernel-features.h
39826         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39827         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39828         <kernel-features.h>.
39829         [__NR_fadvise64_64]: Make code unconditional.
39830         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39831         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39832         !__NR_fadvise64_64)]: Likewise.
39833         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39834         !__NR_fadvise64_64))]: Likewise.
39835         [__NR_fadvise64]: Make code unconditional.
39836         [!__NR_fadvise64]: Remove conditional code.
39837         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39838         <kernel-features.h>.
39839         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39840         unconditional.
39841         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39842         conditional code.
39843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39844         not include <kernel-features.h>.
39845         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39846         unconditional.
39847         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39848         conditional code.
39849         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39850         include <kernel-features.h>.
39851         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39852         unconditional.
39853         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39854         conditional code.
39856 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39858         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39859         slight instruction rearrangements per scrollpipe analysis.
39860         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39862 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39864         * manual/syslog.texi (syslog; vsyslog, closelog):
39865         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39866         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39868         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39869         DSOCAPS to match condition on defining it.
39871 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39873         * sysdeps/unix/sysv/linux/kernel-features.h
39874         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39876         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39877         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39879         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39880         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39882         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39883         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39885         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39886         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39888         * sysdeps/unix/sysv/linux/kernel-features.h
39889         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39890         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39891         unconditional.
39892         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39893         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39894         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39895         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39896         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39897         Make code unconditional.
39898         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39899         (__mmap64) [!__NR_mmap2]: Likewise.
39900         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39901         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39902         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39903         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39904         [__NR_mmap2]: Make code unconditional.
39905         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39906         (__mmap64) [!__NR_mmap2]: Likewise.
39908 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39910         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39912 2012-08-18  Andreas Jaeger  <aj@suse.de>
39914         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39916 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39918         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39919         * include/unistd.h (__have_sock_cloexec): Likewise.
39920         (__have_pipe2): Likewise.
39921         (__have_dup3): Likewise.
39923 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39925         [BZ #9685]
39926         * include/unistd.h (__have_pipe2): Change define into an extern int.
39927         (__have_dup3): Likewise.
39928         * socket/have_sock_cloexec.c: Include fcntl.h.
39929         (__have_pipe2): New variable.
39930         (__have_dup3): Likewise.
39932 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39934         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39936 2012-08-17  Marek Polacek  <polacek@redhat.com>
39938         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39939         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39941 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39943         * configure.in: Add AC_SUBST for sysheaders.
39944         * configure: Regenerated.
39945         * config.make.in (sysheaders): New substituted variable.
39947         * sysdeps/unix/mkfifo.c: Moved ...
39948         * sysdeps/posix/mkfifo.c: ... here.
39949         * sysdeps/unix/mkfifoat.c: Moved ...
39950         * sysdeps/posix/mkfifoat.c: ... here.
39952         * sysdeps/unix/utime.c: Moved ...
39953         * sysdeps/posix/utime.c: ... here.
39955         * sysdeps/unix/time.c: Moved ...
39956         * sysdeps/posix/time.c: ... here.
39957         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39958         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39960         * sysdeps/unix/nice.c: Moved ...
39961         * sysdeps/posix/nice.c: ... here.
39963         * sysdeps/unix/alarm.c: Moved ...
39964         * sysdeps/posix/alarm.c: ... here.
39966         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39968 2012-08-17  Jeff Law <law@redhat.com>
39970         * intl/Makefile (codeset_mo): New variable.
39971         ($(codeset_mo)): New target.
39972         (tst-codeset.out): Depend on that.  Remove explicit rule.
39973         (tst-gettext3.out, tst-gettext5.out): Likewise.
39974         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39975         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39976         * intl/tst-codeset.sh: Remove.
39977         * intl/tst-gettext3.sh: Likewise.
39978         * intl/tst-gettext5.sh: Likewise.
39980 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39982         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39983         * sysdeps/unix/syscalls.list: ... here.
39985         * sysdeps/posix/getaddrinfo.c
39986         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39987         (gaiconf_init, gaiconf_reload): Use them.
39988         [!_STATBUF_ST_NSEC]
39989         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39990         Define using time_t rather than struct timespec.
39992         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39993         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39994         Macros removed.
39995         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39996         [!NO_THREADS].
39997         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39998         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39999         Likewise.
40001         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40002         __libc_cleanup_push argument.
40004         * bits/param.h: New file.
40005         * misc/sys/param.h: New file.
40006         * include/sys/param.h: New file.
40007         * misc/Makefile (headers): Add bits/param.h.
40008         * sysdeps/generic/sys/param.h: File removed.
40009         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40010         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40011         * sysdeps/mach/hurd/bits/param.h: New file.
40012         * sysdeps/mach/hurd/sys/param.h: File removed.
40014         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40015         last change.
40017         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40018         [_IO_MTSAFE_IO].
40019         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40020         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40021         New macros.
40023         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40024         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40025         rather than -D_IO_MTSAFE_IO conditionally.
40026         * stdio-common/Makefile (CPPFLAGS): Likewise.
40027         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40028         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40029         Use $(libio-mtsafe).
40030         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40031         of -D_IO_MTSAFE_IO.
40032         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40033         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40034         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40035         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40036         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40037         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40038         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40039         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40040         (CFLAGS-fread_u_chk.c): Likewise.
40041         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40042         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40043         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40044         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40045         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40046         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40047         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40048         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40049         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40051         * libio/Makefile: Test [$(libc-reentrant) = yes]
40052         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40054         * Makeconfig
40055         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40056         * sysdeps/pthread/configure: File removed.
40057         * sysdeps/pthread/Makeconfig: New file.
40058         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40059         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40061 2012-08-16  Gary Benson  <gbenson@redhat.com>
40063         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40064         unmapping the first object in a namespace.
40066 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40068         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40069         (__internal_setnetgrent): ... this.  Add internal_function to
40070         definition.  Add libc_hidden_def.
40071         (setnetgrent): Update caller.
40072         (internal_endnetgrent): Renamed to ...
40073         (__internal_endnetgrent): ... this.  Add internal_function to
40074         definition.  Add libc_hidden_def.
40075         (endnetgrent): Update caller.
40076         (internal_getnetgrent_r): Renamed to ...
40077         (__internal_getnetgrent_r): ... this.  Add internal_function to
40078         definition.  Add libc_hidden_def.
40079         (__getnetgrent_r): Update caller.
40080         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40082 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40084         * stdlib/longlong.h: Update from GCC.
40086 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40088         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40089         on _QL, which is set by umul_ppmm but never used.
40090         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40091         variables, which are set by GMP macros but never used.
40092         * stdio-common/_itowa.c (_itowa): Likewise.
40093         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40094         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40096 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40098         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40099         struct La_sh_regs is not constant.
40100         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40101         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40102         and struct La_sparc64_regs are not constant.
40104 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40106         * sysdeps/unix/sysv/linux/kernel-features.h
40107         (__ASSUME_POSIX_TIMERS): Remove.
40108         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40109         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40110         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40111         Make code unconditional.
40112         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40113         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40114         Make code unconditional.
40115         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40116         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40117         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40118         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40119         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40120         Make code unconditional.
40121         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40122         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40123         (__libc_missing_posix_timers): Remove.
40125 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40127         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40128         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40130         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40132         * elf/dl-sym.c: Include <stdlib.h>.
40134         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40135         constants, which avoids warnings in 32-bit builds.
40137         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40138         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40140         * misc/lseek.c: File moved to ...
40141         * io/lseek.c: ... here.
40143         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40145         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40146         shifting LEN more than 31 bits at once.
40148 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40150         [BZ #14195]
40151         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40152         segmentation fault for a case of two empty input strings.
40153         * string/test-strncasecmp.c (check1): Renamed to...
40154         (bz12205): ...this.
40155         (bz14195): Add new testcase for two empty input strings and N > 0.
40156         (test_main): Call new testcase, adapt for renamed function.
40158 2012-08-15  Andreas Jaeger  <aj@suse.de>
40160         [BZ #14090]
40161         * crypt/md5test2.c: New test, based on test supplied by Serge
40162         Belyshev <belyshev@depni.sinp.msu.ru>.
40163         * crypt/Makefile (xtests): Add md5test-giant..
40164         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40166 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40168         [BZ #14090]
40169         * crypt/md5.c (md5_process_block): Don't assume the buffer
40170         length is less than 2**32.
40171         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40172         length is less than 2**64.
40174 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40176         * string/str-two-way.h: Include <sys/param.h>.
40177         (MAX): Macro removed.
40179         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40180         Move #define and #undef of memmove to just before and after
40181         including <string.h>.
40183         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40184         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40185         and after including <string.h>.  Move declarations of
40186         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40187         to before #include "string/memmove.c".
40189         * include/dirent.h: Declare __getdirentries.
40191         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40192         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40194 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40196         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40197         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40198         * sysdeps/i386/configure: Regenerated.
40199         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40200         STABS_CURRENT_FILE, and STABS_FUN.
40201         (END): Remove call to STABS_FUN_END.
40202         (STABS_CURRENT_FILE1): Delete.
40203         (STABS_CURRENT_FILE): Likewise.
40204         (STABS_FUN): Likewise.
40205         (STABS_FUN_END): Likewise.
40206         (STABS_FUN2): Likewise.
40207         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40208         * sysdeps/x86_64/configure: Regenerated.
40210 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40212         * elf/dl-open.c: Include <atomic.h>.
40213         * elf/dl-lookup.c: Likewise.
40215 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40217         * sysdeps/unix/sysv/linux/kernel-features.h
40218         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40219         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40220         unconditionally.
40221         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40222         unconditionally.
40223         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40224         condition on __ASSUME_CLONE_THREAD_FLAGS.
40226 2012-08-14  Andreas Jaeger  <aj@suse.de>
40228         * sysdeps/i386/fpu/libm-test-ulps: Update.
40230 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40232         * include/atomic.h (atomic_exchange_and_add): Split into ...
40233         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40234         New atomic macros.
40236 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40238         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40240 2012-08-13  Jeff Law <law@redhat.com>
40242         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40243         null byte in the output string.
40245 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40247         * sysdeps/unix/sysv/linux/kernel-features.h
40248         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40249         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40250         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40251         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40252         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40253         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40254         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40256 2012-08-09  Jeff Law <law@redhat.com>
40258         [BZ #13939]
40259         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40260         When avoid_arena is set, don't retry in the that arena.  Pick the
40261         next one, whatever it might be.
40262         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40263         (arena_lock): Pass in new parameter to arena_get2.
40264         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40265         arena_get2.
40266         (__libc_malloc): Unify retrying after main arena failure with
40267         __libc_memalign version.
40268         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40270 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40272         [BZ #14166]
40273         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40274         to __redirect_strstr.
40275         (__strstr_sse42): Use typeof __redirect_strstr.
40276         (__strstr_ia32): Likewise.
40277         (__libc_strstr): New prototype.
40278         (strstr): Renamed to ...
40279         (__libc_strstr): This.
40280         (strstr): New strong alias of __libc_strstr.
40281         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40282         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40283         __redirect_time.
40284         Include <time.h>.
40285         (__libc_time): New prototype.
40286         (time_ifunc): Replace time with __libc_time.
40287         (time): New strong alias and hidden definition of __libc_time.
40288         (__GI_time): Remove strong alias.
40289         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40290         Include <stddef.h>.
40291         (memmove): Redefined to __redirect_memmove.
40292         (__memmove_sse2): Use typeof __redirect_memmove.
40293         (__memmove_ssse3): Likewise.
40294         (__memmove_ssse3_back): Likewise.
40295         (__libc_memmove): New prototype.
40296         (memmove): Renamed to ...
40297         (__libc_memmove): This.
40298         (memmove): New strong alias of __libc_memmove.
40300 2012-08-08  Mark Salter  <msalter@redhat.com>
40302         * elf/elf.h
40303         (R_MN10300_TLS_GD): Define.
40304         (R_MN10300_TLS_LD): Likewise.
40305         (R_MN10300_TLS_LDO): Likewise.
40306         (R_MN10300_TLS_GOTIE): Likewise.
40307         (R_MN10300_TLS_IE): Likewise.
40308         (R_MN10300_TLS_LE): Likewise.
40309         (R_MN10300_TLS_DTPMOD): Likewise.
40310         (R_MN10300_TLS_DTPOFF): Likewise.
40311         (R_MN10300_TLS_TPOFF): Likewise.
40312         (R_MN10300_SYM_DIFF): Likewise.
40313         (R_MN10300_ALIGN): Likewise.
40314         (R_MN10300_NUM): Update.
40316 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40318         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40319         Remove.
40321 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40323         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40325         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40326         sysdeps/unix -> sysdeps/posix move.
40327         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40329 2012-08-07      Allan McRae     <allan@archlinux.org>
40331         [BZ #14303]
40332         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40333         (SUNOS_CPP): Likewise.
40334         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40335         not found.
40336         (open_input): Call CPP using execvp.
40338 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40340         * sysdeps/unix/sysv/linux/kernel-features.h
40341         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40342         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40343         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40344         (__ASSUME_WAITID_SYSCALL): Likewise.
40345         * sysdeps/unix/sysv/linux/dl-execstack.c
40346         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40347         code unconditional.
40348         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40349         conditional code.
40350         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40351         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40352         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40353         code.
40354         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40355         unconditional.
40356         [__ASSUME_WAITID_SYSCALL]: Likewise.
40357         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40359 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40361         * sysdeps/unix/closedir.c: Renamed to ...
40362         * sysdeps/posix/closedir.c: ... here.
40363         * sysdeps/unix/dirfd.c: Renamed to ...
40364         * sysdeps/posix/dirfd.c: ... here.
40365         * sysdeps/unix/dirstream.h: Renamed to ...
40366         * sysdeps/posix/dirstream.h: ... here.
40367         * sysdeps/unix/fdopendir.c: Renamed to ...
40368         * sysdeps/posix/fdopendir.c: ... here.
40369         * sysdeps/unix/opendir.c: Renamed to ...
40370         * sysdeps/posix/opendir.c: ... here.
40371         * sysdeps/unix/readdir.c: Renamed to ...
40372         * sysdeps/posix/readdir.c: ... here.
40373         * sysdeps/unix/readdir_r.c: Renamed to ...
40374         * sysdeps/posix/readdir_r.c: ... here.
40375         * sysdeps/unix/rewinddir.c: Renamed to ...
40376         * sysdeps/posix/rewinddir.c: ... here.
40377         * sysdeps/unix/seekdir.c: Renamed to ...
40378         * sysdeps/posix/seekdir.c: ... here.
40379         * sysdeps/unix/telldir.c: Renamed to ...
40380         * sysdeps/posix/telldir.c: ... here.
40381         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40382         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40383         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40384         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40386         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40387         * bits/fcntl.h: ... here.
40389         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40390         not 0.
40391         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40392         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40393         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40394         (struct flock): Move l_start, l_len to the beginning.
40395         Use __pid_t for l_pid.
40396         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40397         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40398         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40399         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40400         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40401         [__USE_LARGEFILE64] (struct flock64): New type.
40402         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40404         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40405         * bits/dirent.h: ... here.
40407         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40408         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40410 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40412         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40413         Change from 2.6.0 to 2.6.16.
40414         * sysdeps/unix/sysv/linux/configure: Regenerated.
40415         * sysdeps/unix/sysv/linux/kernel-features.h
40416         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40417         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40418         version.
40419         (__ASSUME_UTIMES): Likewise.
40420         (__ASSUME_CLONE_STOPPED): Remove.
40421         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40422         architectures, not kernel version.
40423         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40424         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40425         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40426         (__ASSUME_WAITID_SYSCALL): Likewise.
40427         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40428         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40429         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40430         refer to older versions.
40432 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40434         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40435         Define alphasort64 as an alias.
40436         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40437         Define versionsort64 as an alias.
40438         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40439         Define scandir64 as an alias.
40440         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40441         Define scandirat64 as an alias.
40442         * dirent/alphasort64.c (alphasort64):
40443         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40444         * dirent/versionsort64.c: Likewise.
40445         * dirent/scandir64.c: Likewise.
40446         * dirent/scandirat64.c: Likewise.
40447         * sysdeps/wordsize-64/alphasort.c: File removed.
40448         * sysdeps/wordsize-64/alphasort64.c: File removed.
40449         * sysdeps/wordsize-64/scandir.c: File removed.
40450         * sysdeps/wordsize-64/scandir64.c: File removed.
40451         * sysdeps/wordsize-64/scandirat.c: File removed.
40452         * sysdeps/wordsize-64/scandirat64.c: File removed.
40453         * sysdeps/wordsize-64/versionsort.c: File removed.
40454         * sysdeps/wordsize-64/versionsort64.c: File removed.
40455         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40456         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40457         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40458         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40459         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40460         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40461         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40462         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40464         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40465         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40466         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40467         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40468         [defined __arch64__ || defined __sparcv9]
40469         (__INO_T_MATCHES_INO64_T): New macro.
40470         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40471         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40472         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40473         * sysdeps/unix/sysv/linux/bits/dirent.h
40474         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40475         (_DIRENT_MATCHES_DIRENT64): New macro.
40477         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40478         Define lockf64 as an alias.
40479         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40480         Define fseeko64 as an alias.
40481         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40482         Define ftello64 as an alias.
40483         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40484         Define _IO_fgetpos64 and fgetpos64 as aliases.
40485         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40486         Define _IO_fsetpos64 and fsetpos64 as aliases.
40487         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40488         Conditionalize body on this.
40489         * libio/fseeko64.c: Likewise.
40490         * libio/ftello64.c: Likewise.
40491         * libio/iofgetpos64.c: Likewise.
40492         * libio/iofsetpos64.c: Likewise.
40493         * sysdeps/wordsize-64/lockf.c: File removed.
40494         * sysdeps/wordsize-64/lockf64.c: File removed.
40495         * sysdeps/wordsize-64/fseeko.c: File removed.
40496         * sysdeps/wordsize-64/fseeko64.c: File removed.
40497         * sysdeps/wordsize-64/ftello.c: File removed.
40498         * sysdeps/wordsize-64/ftello64.c: File removed.
40499         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40500         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40501         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40502         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40503         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40504         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40505         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40506         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40507         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40508         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40509         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40510         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40511         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40512         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40514         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40515         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40516         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40517         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40518         [defined __arch64__ || defined __sparcv9]
40519         (__OFF_T_MATCHES_OFF64_T): New macro.
40520         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40521         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40522         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40523         (__OFF_T_MATCHES_OFF64_T): New macro.
40525 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40527         * stdlib/secure-getenv.c (__secure_getenv): Replace
40528         GLIBC_2_16 with GLIBC_2_17.
40530 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40532         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40533         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40535 2012-08-03  David S. Miller  <davem@davemloft.net>
40537         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40539 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40541         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40542         Remove.
40543         (__ASSUME_CORRECT_SI_PID): Likewise.
40544         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40545         (__ASSUME_TMPFS_NAME): Likewise.
40546         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40547         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40548         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40549         (HAVE_AUX_SECURE): Make definition unconditional.
40550         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40551         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40553 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40555         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40556         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40557         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40558         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40559         __eloop_threshold instead of SYMLOOP_MAX.
40561         * sysdeps/generic/eloop-threshold.h: New file.
40562         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40563         of MAXSYMLINKS.
40564         * elf/chroot_canon.c (chroot_canon): Likewise.
40566 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40568         [BZ #13717]
40569         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40570         Change to 2.6.0 everywhere.
40571         * sysdeps/unix/sysv/linux/configure: Regenerated.
40572         * sysdeps/unix/sysv/linux/kernel-features.h
40573         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40574         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40575         kernel versions.
40576         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40577         (__ASSUME_FUTEX_REQUEUE): Remove.
40578         (__ASSUME_STATFS64): Define unconditionally.
40579         (__ASSUME_AT_SECURE): Likewise.
40580         (__ASSUME_CORRECT_SI_PID): Likewise.
40581         (__ASSUME_TGKILL): Define without depending on kernel version for
40582         i386.
40583         (__ASSUME_UTIMES): Likewise.
40584         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40585         kernel version.
40586         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40587         (__ASSUME_TMPFS_NAME): Likewise.
40588         * README: Update reference to Linux kernel versions.
40590 2012-08-02  Marek Polacek  <polacek@redhat.com>
40592         [BZ# 14150]
40593         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40594         libc_cv_asm_type_prefix with %.
40595         * configure: Regenerated.
40596         * include/libc-symbols.h: Remove comment about
40597         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40598         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40599         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40600         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40601         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40602         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40603         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40604         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40605         * elf/tst-unique2mod1.c: Likewise.
40606         * elf/tst-unique1mod2.c: Likewise.
40607         * elf/tst-unique1mod1.c: Likewise.
40608         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40609         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40610         Replace ASM_TYPE_DIRECTIVE with .type.
40611         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40612         * sysdeps/i386/sysdep.h: Likewise.
40613         * sysdeps/x86_64/sysdep.h: Likewise.
40614         * sysdeps/sh/sysdep.h: Likewise.
40615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40616         Do not define ASM_TYPE_DIRECTIVE.
40617         * sysdeps/powerpc/sysdep.h: Likewise.
40618         * sysdeps/powerpc/powerpc32/sysdep.h:
40619         Replace ASM_TYPE_DIRECTIVE with .type.
40620         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40621         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40622         * sysdeps/i386/fpu/e_powf.S: Likewise.
40623         * sysdeps/i386/fpu/e_expl.S: Likewise.
40624         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40625         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40626         * sysdeps/i386/fpu/e_pow.S: Likewise.
40627         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40628         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40629         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40630         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40631         * sysdeps/i386/fpu/e_log2.S: Likewise.
40632         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40633         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40634         * sysdeps/i386/fpu/e_powl.S: Likewise.
40635         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40636         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40637         * sysdeps/i386/fpu/e_logl.S: Likewise.
40638         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40639         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40640         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40641         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40642         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40643         * sysdeps/i386/fpu/e_log.S: Likewise.
40644         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40645         * sysdeps/i386/fpu/e_logf.S: Likewise.
40646         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40647         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40648         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40649         * sysdeps/i386/fpu/e_log10.S: Likewise.
40650         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40651         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40652         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40653         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40654         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40655         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40656         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40657         * sysdeps/i386/i686/strtok.S: Likewise.
40658         * sysdeps/i386/i386-mcount.S: Likewise.
40659         * sysdeps/i386/strtok.S: Likewise.
40660         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40661         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40662         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40663         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40664         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40665         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40666         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40667         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40668         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40669         * sysdeps/x86_64/_mcount.S: Likewise.
40670         * sysdeps/x86_64/strtok.S: Likewise.
40671         * sysdeps/sh/_mcount.S: Likewise.
40673 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40675         * libio/iofopen.c: Include <fcntl.h>.
40676         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40677         (_IO_fopen64, fopen64): Define as aliases.
40678         * libio/iofopen64.c: Include <fcntl.h>.
40679         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40680         Conditionalize body on this.
40681         * sysdeps/wordsize-64/iofopen.c: File removed.
40682         * sysdeps/wordsize-64/iofopen64.c: File removed.
40684 2012-08-01  Marek Polacek  <polacek@redhat.com>
40686         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40687         Use dlfcn directly instead of a variable.
40688         (binfmt-subdir): Do not define.
40689         (dlfcn): Likewise.
40691 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40693         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40694         Remove all definitions.
40695         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40696         <kernel-features.h>.
40697         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40698         (miss_F_GETOWN_EX): Remove all definitions.
40699         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40700         macro definition.
40701         [!__ASSUME_FCNTL64]: Remove conditional code.
40702         [__ASSUME_FCNTL64]: Make code unconditional.
40703         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40704         <kernel-features.h>.
40705         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40706         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40707         (lockf64) [__NR_fcntl64]: Make code unconditional.
40708         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40710         * sysdeps/unix/sysv/linux/kernel-features.h
40711         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40712         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40713         Make code unconditional.
40714         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40715         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40717         [__NR_vfork]: Make code unconditional.
40718         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40719         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40721         [__NR_vfork]: Make code unconditional.
40722         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40723         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40725 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40727         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40728         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40730         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40731         Define mkstemp64 as an alias.
40732         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40733         Define mkstemps64 as an alias.
40734         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40735         Define mkostemp64 as an alias.
40736         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40737         Define mkostemps64 as an alias.
40738         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40739         Conditionalize body on this.
40740         * misc/mkostemp64.c: Likewise.
40741         * misc/mkostemps64.c: Likewise.
40742         * misc/mkstemps64.c: Likewise.
40743         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40744         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40745         * sysdeps/wordsize-64/mkostemp.c: File removed.
40746         * sysdeps/wordsize-64/mkstemp.c: File removed.
40747         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40748         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40749         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40750         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40752         [BZ #14138]
40753         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40754         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40755         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40756         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40758         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40759         compat_symbol macros from <shlib-compat.h> rather than the underlying
40760         default_symbol_version and symbol_version macros, so that DEFAULT
40761         lines in shlib-versions are respected.
40762         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40764 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40766         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40767         Declare with warn_unused_result.
40768         (setgid, setregid, setegid, setresgid): Likewise.
40769         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40770         Likewise.
40771         * WUR-REPORT: Remove set*id functions.
40773 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40775         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40777 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40779         [BZ #10191]
40780         * include/sys/socket.h (__libc_accept, __libc_accept4):
40781         Add attribute_hidden.
40782         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40784         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40785         use of PTR_MANGLE.
40786         * inet/getnetgrent_r.c (setup): Likewise.
40788         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40790 2012-07-31  David S. Miller  <davem@davemloft.net>
40792         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40794 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40796         [BZ #13629]
40797         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40798         value between 1.0 and 2.0 and smaller part has absolute value less
40799         than 1.0.
40800         * math/s_clog10.c (__clog10): Likewise.
40801         * math/s_clog10f.c (__clog10f): Likewise.
40802         * math/s_clog10l.c (__clog10l): Likewise.
40803         * math/s_clogf.c (__clogf): Likewise.
40804         * math/s_clogl.c (__clogl): Likewise.
40805         * math/libm-test.inc (clog_test): Add more tests.
40806         (clog10_test): Likewise.
40807         * sysdeps/i386/fpu/libm-test-ulps: Update.
40808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40810 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40812         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40813         Exit with zero in case no suitable GID is found, and write a
40814         message to standard error.
40816 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40818         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40819         rather than to 1.
40820         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40821         (MAXPATHLEN): Removed.
40822         (NOGROUP, NODEV): New macros.
40823         (setbit, clrbit, isset, isclr): New macros.
40824         (howmany, roundup, powerof2): New macros.
40825         (DEV_BSIZE): New macro.
40827         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40828         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40830         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40831         definition on [!__NO_LONG_DOUBLE_MATH].
40833         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40834         PTR_MANGLE and PTR_DEMANGLE.
40836         * socket/accept4.c (accept4): Rename to __libc_accept4.
40837         Define accept4 as a weak alias.
40839         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40840         on [_DIRENT_HAVE_D_TYPE].
40841         * io/ftw.c (ftw_dir): Likewise.
40843         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40845         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40847         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40848         Use the BSD numbers rather than the arbitrary ones we had.
40849         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40850         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40851         (SIGXCPU, SIGXFSZ): New macros.
40852         (_NSIG): Now 32.
40854         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40855         initializer on [_LIBC_REENTRANT].
40857         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40858         definitions inside [_POSIX_MAPPED_FILES].
40860         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40862         * dirent/opendir.c: Include <fcntl.h>.
40864         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40865         (__libc_getspecific): Likewise.
40866         (__libc_key_create): Likewise.
40868         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40869         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40870         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40871         (tmpfile64): Define as alias.
40872         * sysdeps/wordsize-64/tmpfile.c: File removed.
40873         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40874         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40875         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40877         * stdio-common/vfscanf.c: Include <stdbool.h>.
40878         * nss/makedb.c: Likewise.
40879         * stdio-common/_i18n_number.h: Likewise.
40880         * argp/argp-help.c: Likewise.
40881         * posix/wordexp.c: Likewise.
40882         * sysdeps/posix/spawni.c: Likewise.
40883         * nss/nss_files/files-initgroups.c: Likewise.
40884         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40885         * nss/nss_files/files-initgroups.c: Likewise.
40886         * nss/nss_db/db-netgrp.c: Likewise.
40887         * nss/nss_db/db-initgroups.c: Likewise.
40888         * io/fchmodat.c: Include <sys/stat.h>.
40890         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40891         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40893         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40894         [HAVE_MMAP].
40896         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40897         Add multiple inclusion protection.
40899 2012-07-27  David S. Miller  <davem@davemloft.net>
40901         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40903 2012-07-27  Gary Benson  <gbenson@redhat.com>
40905         [BZ #14298]
40906         * elf/rtld.c: Include <stap-probe.h>.
40907         (dl_main): Added static probes "init_start" and "init_complete".
40908         * elf/dl-load.c: Include <stap-probe.h>.
40909         (lose): Take new parameter "nsid".
40910         Added static probe "map_failed".
40911         (_dl_map_object_from_fd): Pass namespace id to lose.
40912         Added static probe "map_start".
40913         (open_verify): Pass namespace id to lose.
40914         * elf/dl-open.c: Include <stap-probe.h>.
40915         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40916         and "reloc_complete".
40917         * elf/dl-close.c: Include <stap-probe.h>.
40918         (_dl_close_worker): Added static probes "unmap_start" and
40919         "unmap_complete".
40920         * elf/rtld-debugger-interface.txt: New file documenting the above.
40922 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40924         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40925         rather than a string variable.
40926         * sunrpc/rpc_main.c (h_output): Likewise.
40927         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40929 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40931         * inet/check_native.c: New file.
40933 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40935         [BZ #13629]
40936         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40937         if larger part has absolute value 1.0.
40938         * math/s_clog10.c (__clog10): Likewise.
40939         * math/s_clog10f.c (__clog10f): Likewise.
40940         * math/s_clog10l.c (__clog10l): Likewise.
40941         * math/s_clogf.c (__clogf): Likewise.
40942         * math/s_clogl.c (__clogl): Likewise.
40943         * math/libm-test.inc (clog_test): Add more tests.
40944         (clog10_test): Likewise.
40945         * sysdeps/i386/fpu/libm-test-ulps: Update.
40946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40948         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40949         (pltexit): Likewise.
40950         (La_regs): Likewise.
40951         (La_retval): Likewise.
40952         (int_retval): Likewise.
40953         Update #error for removed macros to refer only to definitions in
40954         tst-audit.h.
40955         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40956         macro.
40957         (pltexit): Likewise.
40958         (La_regs): Likewise.
40959         (La_retval): Likewise.
40960         (int_retval): Likewise.
40961         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40962         macro.
40963         (pltexit): Likewise.
40964         (La_regs): Likewise.
40965         (La_retval): Likewise.
40966         (int_retval): Likewise.
40967         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40968         macro.
40969         (pltexit): Likewise.
40970         (La_regs): Likewise.
40971         (La_retval): Likewise.
40972         (int_retval): Likewise.
40973         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40974         macro.
40975         (pltexit): Likewise.
40976         (La_regs): Likewise.
40977         (La_retval): Likewise.
40978         (int_retval): Likewise.
40979         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40980         macro.
40981         (pltexit): Likewise.
40982         (La_regs): Likewise.
40983         (La_retval): Likewise.
40984         (int_retval): Likewise.
40985         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40986         macro.
40987         (pltexit): Likewise.
40988         (La_regs): Likewise.
40989         (La_retval): Likewise.
40990         (int_retval): Likewise.
40991         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40992         macro definitions in tst-audit.h.
40993         * sysdeps/i386/tst-audit.h: New file.
40994         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40995         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40996         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40997         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40998         * sysdeps/sh/tst-audit.h: Likewise.
40999         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41000         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41001         * sysdeps/x86_64/tst-audit.h: Likewise.
41003 2012-07-26  Andreas Jaeger  <aj@suse.de>
41005         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41006         ptrace.
41008         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41009         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41010         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41011         PTRACE_O_MASK.
41012         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41013         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41014         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41016         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41017         value.
41019         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41020         _sigsys.
41021         (si_call_addr, si_syscall, si_arch): Define new macro.
41022         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41023         _sigsys.
41024         (si_call_addr, si_syscall, si_arch): Define new marcro.
41025         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41026         _sigsys.
41027         (si_call_addr, si_syscall, si_arch): Define new macro.
41028         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41029         _sigsys.
41030         (si_call_addr, si_syscall, si_arch): Define new macro.
41032 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41034         [BZ #13717]
41035         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41036         Change to 2.4.21 where previously 2.4.1.
41037         * sysdeps/unix/sysv/linux/configure: Regenerated.
41038         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41039         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41040         Linux kernel version.
41041         (__ASSUME_STD_AUXV): Remove.
41042         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41043         kernel version.
41044         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41045         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41046         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41047         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41048         (__ASSUME_NETLINK_SUPPORT): Likewise.
41049         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41050         (__no_netlink_support): Remove conditional definition.
41051         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41052         Remove.
41053         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41054         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41055         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41056         (if_nameindex_ioctl): Remove.
41057         (if_nameindex_netlink): Do not handle __no_netlink_support.
41058         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41059         code.
41060         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41061         Remove conditional code.
41062         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41063         code.
41064         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41065         unconditional.
41066         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41067         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41068         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41069         Remove.
41070         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41071         [!__ASSUME_STD_AUXV]: Remove conditional code.
41072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41073         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41074         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41076         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41077         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41078         code.
41079         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41081         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41082         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41083         conditional code.
41084         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41086         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41087         code.
41088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41089         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41090         conditional code.
41091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41092         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41093         code unconditional.
41094         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41095         conditional code.
41096         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41097         unconditional.
41098         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41099         conditional code.
41100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41101         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41102         unconditional.
41103         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41104         conditional code.
41105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41106         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41107         code unconditional.
41108         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41109         conditional code.
41110         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41111         unconditional.
41112         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41113         conditional code.
41114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41115         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41116         code unconditional.
41117         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41118         conditional code.
41119         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41120         unconditional.
41121         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41122         conditional code.
41124 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41126         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41127         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41128         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41129         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41130         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41131         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41132         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41133         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41134         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41135         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41136         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41137         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41138         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41139         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41140         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41141         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41142         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41143         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41144         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41145         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41146         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41147         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41148         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41150 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41152         * Versions.def: Add GLIBC_2.17.
41153         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41154         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41155         Introduce __libc_secure_getenv.
41156         * stdlib/Versions (2.17): Add secure_getenv
41157         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41158         * stdlib/secure-getenv.c: Rename __secure_getenv to
41159         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41160         symbol __secure_getenv for GLIBC_2.0.
41161         * stdlib/tst-secure-getenv.c: New.
41162         * stdlib/Makefile (tests): Add testcase.
41163         * manual/startup.texi (Environment Access): Document
41164         secure_getenv.
41165         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41166         __libc_secure_getenv.
41167         * inet/ruserpass.c (ruserpass): Likewise.
41168         * malloc/mtrace.c (mtrace): Likewise.
41169         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41170         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41171         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41172         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41173         HAVE_SECURE_GETENV.
41174         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41175         __secure_getenv to __libc_secure_getenv.
41176         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41178         Likewise.
41179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41180         Likewise.
41181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41183         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41184         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41185         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41186         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41189 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41191         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41192         (struct La_i86_retval): Likewise.
41193         (struct La_x86_64_regs): Likewise.
41194         (struct La_x86_64_retval): Likewise.
41195         (struct La_x32_regs): Likewise.
41196         (struct La_x32_retval): Likewise.
41197         (struct La_ppc32_regs): Likewise.
41198         (struct La_ppc32_retval): Likewise.
41199         (struct La_ppc64_regs): Likewise.
41200         (struct La_ppc64_retval): Likewise.
41201         (struct La_sh_regs): Likewise.
41202         (struct La_sh_retval): Likewise.
41203         (struct La_s390_32_regs): Likewise.
41204         (struct La_s390_32_retval): Likewise.
41205         (struct La_s390_64_regs): Likewise.
41206         (struct La_s390_64_retval): Likewise.
41207         (struct La_sparc32_regs): Likewise.
41208         (struct La_sparc32_retval): Likewise.
41209         (struct La_sparc64_regs): Likewise.
41210         (struct La_sparc64_retval): Likewise.
41211         (struct audit_ifaces): Remove architecture-specific pltenter and
41212         pltexit members.
41213         * sysdeps/i386/ldsodefs.h: New file.
41214         * sysdeps/powerpc/ldsodefs.h: Likewise.
41215         * sysdeps/s390/ldsodefs.h: Likewise.
41216         * sysdeps/sh/ldsodefs.h: Likewise.
41217         * sysdeps/sparc/ldsodefs.h: Likewise.
41218         * sysdeps/x86_64/ldsodefs.h: Likewise.
41220 2012-07-25  Marek Polacek  <polacek@redhat.com>
41222         [BZ #6808]
41223         * math/libm-test.inc (yn_test): Add another test.
41224         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41225         to ERANGE when the result is +-Inf.
41226         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41227         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41228         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41229         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41231 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41233         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41234         equal to 0.
41235         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41236         clock_t.
41237         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41239 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41241         * configure.in <sysdeps resolving>: Correct printing
41242         Implies_before.
41243         * configure: Regenerate.
41245 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41247         * math/w_ilogb.c: Include <limits.h>.
41248         * math/w_ilogbl.c: Likewise.
41250 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41252         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41253         va_copy.  Document allowing for unavailable va_copy only as
41254         pre-C99 compatibility.
41255         * manual/string.texi (Copying and Concatenation): Use va_copy
41256         instead of __va_copy in concat example.
41258 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41260         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41261         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41262         it if not null.
41264         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41265         with O_NOLINK passed to __file_name_lookup.
41267         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41268         with O_NOLINK passed to __file_name_lookup.
41270         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41271         negative N or less than NGIDS.
41273         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41274         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41275         enough.  Use memcpy instead of strncpy.
41277 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41279         * elf/Makefile (check-data): Remove.
41280         (localplt.data): New vpath directive.
41281         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41282         instead of $(check-data).
41283         * scripts/data/localplt-generic.data: Move to ...
41284         * sysdeps/generic/localplt.data: ... here.
41285         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41286         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41287         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41289         ... here.
41290         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41292         ... here.
41293         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41294         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41295         ... here.
41296         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41297         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41298         ... here.
41299         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41301         ... here.
41302         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41303         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41304         ... here.
41306 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41308         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41309         PPC32 and PPC64 files.
41310         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41311         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41313 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41315         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41316         __makecontext_ret to ...
41317         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41318         ... here and call exit if uc_link is NULL.  New file.
41319         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41320         __makecontext_ret.S.
41321         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41322         __makecontext_ret to ...
41323         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41324         ... here and call exit if uc_link is NULL.  New file.
41325         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41326         __makecontext_ret.S.
41328 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41330         * elf/elf.h (R_390_IRELATIVE): New definition.
41331         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41332         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41333         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41334         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41335         (elf_machine_lazy_rel): Likewise.
41336         * sysdeps/s390/dl-irel.h: New file.
41337         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41338         * sysdeps/s390/s390-64/memset.S: New asm code.
41339         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41340         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41341         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41342         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41343         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41344         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41345         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41346         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41347         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41348         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41349         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41350         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41351         * sysdeps/s390/s390-32/memset.S: New asm code.
41352         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41354 2012-07-17  Marek Polacek  <polacek@redhat.com>
41356         [BZ #14349]
41357         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41358         * sysdeps/s390/s390-64/configure.in: Likewise.
41359         * sysdeps/sparc/configure.in: Likewise.
41360         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41361         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41362         * sysdeps/i386/configure.in: Likewise.
41363         * sysdeps/x86_64/configure.in: Likewise.
41364         * sysdeps/sh/configure.in: Likewise.
41365         * sysdeps/s390/s390-32/configure: Regenerated.
41366         * sysdeps/s390/s390-64/configure: Likewise.
41367         * sysdeps/x86_64/configure: Likewise.
41368         * sysdeps/sh/configure: Likewise.
41369         * sysdeps/powerpc/powerpc64/configure: Likewise.
41370         * sysdeps/powerpc/powerpc32/configure: Likewise.
41371         * sysdeps/sparc/configure: Likwise.
41372         * sysdeps/i386/configure: Likewise.
41374         * elf/dl-open.c: Comment fixes.
41376 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41378         * Makefile [CXX] (check-data): Remove.
41379         [CXX] (c++-types.data): New vpath directive.
41380         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41381         vpath.  Do not allow for C++ type data being missing.
41382         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41383         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41384         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41385         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41386         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41387         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41388         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41390         ... here.
41391         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41393         ... here.
41394         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41396         ... here.
41397         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41398         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41399         ... here.
41400         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41402         ... here.
41403         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41404         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41405         ... here.
41406         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41407         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41408         ... here.
41409         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41410         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41412         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41413         definitions to architecture-specific files.
41414         (TLS_IE): Likewise.
41415         (TLS_LD): Likewise.
41416         (TLS_GD): Likewise.
41417         * sysdeps/i386/tls-macros.h: New file.
41418         * sysdeps/powerpc/tls-macros.h: Likewise.
41419         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41420         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41421         * sysdeps/sh/tls-macros.h: Likewise.
41422         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41423         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41424         * sysdeps/x86_64/tls-macros.h: Likewise.
41426 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41428         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41429         zero value for regular exit case.
41431         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41432         (__start_context): Preserve zero value for regular exit case.
41434 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41435             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41437         * manual/setjmp.texi (setcontext): Clarify normal process
41438         termination when uc_link is the null pointer.
41439         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41440         exit call.
41442 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41444         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41445         preprocessor.  Test for each exception mask separately.
41447 2012-07-16  Andreas Jaeger  <aj@suse.de>
41449         * po/ru.po: Update from translation team.
41451 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41453         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41454         equal to 0.
41455         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41456         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41457         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41458         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41459         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41461 2012-07-13  Andreas Jaeger  <aj@suse.de>
41463         * po/fr.po: Update from translation team.
41465 2012-07-12  Marek Polacek  <polacek@redhat.com>
41467         [BZ #14173]
41468         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41469         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41470         loop condition.
41472 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41474         [BZ #13717]
41475         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41476         Change to 2.4.1 where previously 2.4.0.
41477         * sysdeps/unix/sysv/linux/configure: Regenerated.
41478         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41479         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41480         version.
41481         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41482         (__ASSUME_AT_CLKTCK): Remove.
41483         (__ASSUME_AT_PAGESIZE): Likewise.
41484         (__ASSUME_AT_XID): Likewise.
41485         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41486         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41487         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41488         unconditionally.
41489         (HAVE_AUX_PAGESIZE): Likewise.
41490         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41491         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41492         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41494 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41496         [BZ #14307]
41497         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41498         the temporary buffer used to invoke __gethostbyname2_r,
41499         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41500         host_data / struct gaih_addrtuple.
41501         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41502         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41503         header file nss/nsswitch.h.
41504         * nss/nsswitch.h (global scope): Add definition of implementation
41505         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41506         resolv/nss_dns/dns-host.c).
41508 2012-07-11  Andreas Jaeger  <aj@suse.de>
41510         * po/fr.po: Update from translation team.
41512         * po/sv.po: Update from translation team
41513         * po/fr.po: Another update from translation team.
41515 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41517         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41518         for subnormals or multiply small sinh result by itself.
41519         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41522 2012-07-11  David S. Miller  <davem@davemloft.net>
41524         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41526 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41528         [BZ #14347]
41529         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41530         (INTERNAL_MARK): Shift it here.
41532 2012-07-10  Marek Polacek  <polacek@redhat.com>
41534         [BZ #14151]
41535         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41536         libc_cv_asm_global_directive with .globl.
41537         * configure: Regenerated.
41538         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41539         with .globl.
41540         * sysdeps/i386/configure: Regenerated.
41541         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41542         with .globl.
41543         * sysdeps/x86_64/configure: Regenerated.
41544         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41545         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41546         * elf/tst-unique2mod2.c: Likewise.
41547         * elf/tst-unique2mod1.c: Likewise.
41548         * elf/tst-unique1mod2.c: Likewise.
41549         * elf/tst-unique1mod1.c: Likewise.
41550         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41551         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41552         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41553         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41554         * sysdeps/mach/sysdep.h: Likewise.
41555         * sysdeps/i386/sysdep.h: Likewise.
41556         * sysdeps/i386/i386-mcount.S: Likewise.
41557         * sysdeps/x86_64/_mcount.S: Likewise.
41558         * sysdeps/x86_64/sysdep.h: Likewise.
41559         * sysdeps/sh/_mcount.S: Likewise.
41560         * sysdeps/sh/sysdep.h: Likewise.
41561         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41562         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41563         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41564         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41565         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41566         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41567         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41568         * locale/localeinfo.h: Likewise.
41569         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41570         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41572 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41574         [BZ #14336]
41575         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41576         system".
41577         * manual/message.texi (The Uniforum approach): Likewise.
41578         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41579         (glibc iconv Implementation): Likewise.
41581 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41583         [BZ #14337]
41584         * math/s_clog.c (__clog): Avoid scaling a value down where that
41585         could result in underflow.
41586         * math/s_clog10.c (__clog10): Likewise.
41587         * math/s_clog10f.c (__clog10f): Likewise.
41588         * math/s_clog10l.c (__clog10l): Likewise.
41589         * math/s_clogf.c (__clogf): Likewise.
41590         * math/s_clogl.c (__clogl): Likewise.
41591         * math/libm-test.inc (clog_test): Add more tests.
41592         (clog10_test): Likewise.
41593         * sysdeps/i386/fpu/libm-test-ulps: Update.
41594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41596 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41598         [BZ #14283]
41599         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41600         by 7 not 8 to examine high bit of fractional part.
41602         [BZ #14042]
41603         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41604         for call to __mcount_internal.
41605         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41606         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41607         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41609 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41611         [BZ #14154]
41612         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41613         approximation for values within 0x1p-13f of an odd multiple of
41614         pi/4.
41615         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41616         exception.  Add more tests.
41617         * sysdeps/i386/fpu/libm-test-ulps: Update.
41619         [BZ #6778]
41620         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41621         inputs and return -1 for them.  Do not check for +Inf in case not
41622         reachable for +Inf.
41623         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41624         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41625         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41626         and return -1 for them.  Do not check for +Inf in case not
41627         reachable for +Inf.
41628         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41629         define.
41630         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41631         and return -1 for them.  Do not check for +Inf in case not
41632         reachable for +Inf.
41633         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41634         spurious underflow.
41635         * sysdeps/i386/fpu/libm-test-ulps: Update.
41636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41638 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41640         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41642 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41644         [BZ #14157]
41645         [BZ #14331]
41646         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41647         could result in spurious underflow.  Scale down values above
41648         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41649         * math/s_csqrtf.c (__csqrtf): Likewise.
41650         * math/s_csqrtl.c (__csqrtl): Likewise.
41651         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41652         spurious underflow.
41653         * sysdeps/i386/fpu/libm-test-ulps: Update.
41654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41656 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41658         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41659         xopen-msg.sed.
41660         * catgets/xopen-msg.awk: New file.
41661         * catgets/xopen-msg.sed: Removed.
41663         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41664         po2text.sed.
41665         * intl/po2test.awk: New file.
41666         * intl/po2test.sed: Removed.
41668 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41670         [BZ #14328]
41671         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41672         or multiply small sinh result by itself.
41673         * math/s_ctanf.c (__ctanf): Likewise.
41674         * math/s_ctanh.c (__ctanh): Likewise.
41675         * math/s_ctanhf.c (__ctanhf): Likewise.
41676         * math/s_ctanhl.c (__ctanhl): Likewise.
41677         * math/s_ctanl.c (__ctanl): Likewise.
41678         * math/libm-test.inc (ctan_test_tonearest): New function.
41679         (ctan_test_towardzero): Likewise.
41680         (ctan_test_downward): Likewise.
41681         (ctan_test_upward): Likewise.
41682         (ctanh_test_tonearest): Likewise.
41683         (ctanh_test_towardzero): Likewise.
41684         (ctanh_test_downward): Likewise.
41685         (ctanh_test_upward): Likewise.
41686         (main): Call these new functions.
41687         * sysdeps/i386/fpu/libm-test-ulps: Update.
41688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41690 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41692         * .gitignore: Delete /ports entry.
41694 2012-07-03  Andreas Jaeger  <aj@suse.de>
41696         * po/bg.po: Update from translation team.
41697         * po/cs.po: Likewise.
41698         * po/de.po: Likewise.
41699         * po/hr.po: Likewise.
41700         * po/nl.pl: Likewise.
41701         * po/pl.po: Likewise.
41702         * po/vi.po: Likewise.
41704 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41706         * Makeconfig [!+link] (+link-before-libc): New variable.
41707         [!+link] (+link-after-libc): Likewise.
41708         [!+link] (+link-tests): Likewise.
41709         [!+link] (+link): Define in terms of $(+link-before-libc) and
41710         $(+link-after-libc).
41711         [!+link-static] (+link-static-before-libc): New variable.
41712         [!+link-static] (+link-static-after-libc): Likewise.
41713         [!+link-static] (+link-static-tests): Likewise.
41714         [!+link-static] (+link-static): Define in terms of
41715         $(+link-static-before-libc) and $(+link-static-after-libc).
41716         [build-shared] (link-libc-before-gnulib): New variable.
41717         [build-shared] (link-libc-tests): Likewise.
41718         [build-shared] (link-libc): Define in terms of
41719         $(link-libc-before-gnulib).
41720         [!build-shared] (link-libc-tests): New variable.
41721         (link-libc-static-tests): New variable.
41722         [!gnulib] (gnulib-arch): New variable.
41723         [!gnulib] (gnulib-tests): Likewise.
41724         [!gnulib] (static-gnulib-arch): Likewise.
41725         [!gnulib] (static-gnulib-tests): Likewise.
41726         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41727         Define with "=" instead of ":=".
41728         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41729         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41730         * Rules (binaries-all-notests): New variable.
41731         (binaries-all-tests): Likewise.
41732         (binaries-static-notests): Likewise.
41733         (binaries-static-tests): Likewise.
41734         (binaries-all): Define using $(binaries-all-notests) and
41735         $(binaries-all-tests).
41736         (binaries-static): Define using $(binaries-static-notests) and
41737         $(binaries-static-tests).
41738         (binaries-shared-tests): New variable.
41739         (binaries-shared-notests): Likewise.
41740         (binaries-shared): Remove variable.
41741         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41742         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41743         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41744         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41745         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41746         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41747         * elf/Makefile (sln-modules): New variable.
41748         (extra-objs): Add $(sln-modules:=.o).
41749         (ldconfig-modules): Add static-stubs.
41750         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41751         * elf/static-stubs.c: New file.
41753         [BZ #14283]
41754         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41755         by 7 not 8 to examine high bit of fractional part.  Use volatile
41756         variables when splitting into final array of floats if
41757         __FLT_EVAL_METHOD__ != 0.
41758         * math/libm-test.inc (cos_test): Add another test.
41759         (sin_test): Likewise.
41760         * sysdeps/i386/fpu/libm-test-ulps: Update.
41762         [BZ #14273]
41763         * math/libm-test.inc (cosh_test): Add more tests.
41765         * version.h (RELEASE): Set to "development".
41766         (VERSION): Set to "2.16.90".
41768 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41770         * NEWS: Update copyright. Remove last-updated date.
41771         Mention math library bug fixes and timezone data changes.
41772         * README: Mention GNU/Hurd, x32, and HPPA support status.
41774 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41776         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41778 2012-06-27  Andreas Jaeger  <aj@suse.de>
41780         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41782 2012-06-25  Andreas Jaeger  <aj@suse.de>
41784         * sysdeps/s390/fpu/libm-test-ulps: Update.
41786 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41787             Thomas Schwinge  <thomas@codesourcery.com>
41789         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41790         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41791         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41792         fanotify_mark.
41794 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41796         * sysdeps/mach/start.c: Remove file.
41797         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41798         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41799         * sysdeps/sh/init-first.c: Likewise.
41801         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41802         registers for frame unwinding purposes, add CFI directives.
41803         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41804         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41805         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41806         Likewise.
41808         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41809         __fortify_fail returning.
41810         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41812         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41813         sysdeps/sh/____longjmp_chk.S.
41814         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41815         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41816         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41817         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41819         * sysdeps/sh/abort-instr.h: New file.
41820         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41821         process in case exit returns.
41823         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41824         initialize the GOT register before use.
41826         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41827         calculation of ARGC > 4.
41829         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41830         meaningful names to some local labels.
41832 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41833             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41835         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41836         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41837         (__arch_compare_and_exchange_val_16_acq): Likewise.
41838         (__arch_compare_and_exchange_val_32_acq): Likewise.
41839         (atomic_exchange_and_add): Fix gUSA sequence.
41840         (atomic_add): Likewise.
41841         (atomic_add_negative): Likewise.
41842         (atomic_add_zero): Likewise.
41843         (atomic_bit_test_set): Likewise.
41845 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41847         [BZ #13579]
41848         * include/link.h (struct link_map): Add l_free_initfini.
41849         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41850         l_initfini.
41851         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41852         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41853         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41854         set.
41856 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41858         * configure.in: Use AC_LANG_SOURCE.
41859         * configure: Regenerate.
41861 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41863         * configure.in (libc_cv_localstatedir): New substituted variable.
41864         * configure: Regenerated.
41865         * config.make.in (localstatedir): New variable, substituted from
41866         libc_cv_localstatedir.
41867         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41868         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41869         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41870         * sysdeps/gnu/configure: Regenerated.
41872 2012-06-21  Jeff Law  <law@redhat.com>
41874         [BZ #14277]
41875         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41876         free.  Simplify list management for _LIBC case.
41878 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41880         [BZ #14273]
41881         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41882         Clear sign bit of 64-bit integer value before comparing against
41883         overflow value.
41885         * sysdeps/mach/configure: Regenerated.
41887 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41889         [BZ #14278]
41890         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41892 2012-06-21  Jeff Law  <law@redhat.com>
41894         [BZ #13882]
41895         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41896         uint16_t for elements in the "seen" array to avoid char overflows.
41897         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41898         * elf/dl-open.c (dl_open_worker): Likewise.
41900 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41902         * scripts/list-sources.sh: Scan PORTS for translations.
41903         * po/libc.pot: Regenerated.
41905 2012-06-21  Andreas Jaeger  <aj@suse.de>
41907         [BZ #12194]
41908         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41909         warning.
41910         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41911         * bits/byteswap-16.h (__bswap_16): Likewise.
41912         * bits/byteswap.h (__bswap_constant_16): Likewise.
41914 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41916         [BZ #14117]
41917         * sysdeps/i386/fpu_control.h: Removed.
41918         * sysdeps/x86_64/fpu_control.h: Moved to ...
41919         * sysdeps/x86/fpu_control.h: Here.
41921         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41922         (_FPU_SETCW): Likewise.
41924 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41926         [BZ #14117]
41927         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41928         * sysdeps/x86/fpu/bits/mathinline.h: This.
41929         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41931         [BZ #14050]
41932         [BZ #14117]
41933         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41934         functions if __x86_64__ is defined.
41936 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41938         * string/endian.h: Add !__ASSEMBLER__ condition for including
41939         conversion interfaces.
41941 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41943         [BZ #14241]
41944         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41945         of ABS(x) in calculating zero to negative powers other than odd
41946         integers.
41947         * math/libm-test.inc (pow_test): Add more tests.
41949 2012-06-15  Andreas Jaeger  <aj@suse.de>
41951         * manual/contrib.texi (Contributors): Update entry of Liubov
41952         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41953         Machado Filho.
41955 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41957         * string/string.h: Add __wur to GNU version of strerror_r.
41959 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41961         [BZ #14229]
41962         * string/Makefile (tests): Add tst-strtok_r.
41963         * string/tst-strtok_r.c: New file.
41964         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41965         RAX_LP/RDX_LP on SAVE_PTR.
41967 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41969         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41971 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41973         * libm_test.inc (csqrt_test): Allow more spurious underflow
41974         exceptions.
41975         (j0_test): Likewise.
41976         (j1_test): Likewise.
41977         (y0_test): Likewise.
41978         (y1_test): Likewise.
41980 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41982         * po/Makefile (libc.pot): Use UTF-8 charset.
41984 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41986         [BZ #14210]
41987         Suppress sign-conversion warning from FD_SET.
41988         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41989         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41990         not unsigned long int.
41991         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41993 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41995         [BZ #14050]
41996         [BZ #14117]
41997         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41998         __extern_always_inline instead of __extern_inline.
41999         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42000         (__signbit): Likewise.
42001         (__signbitl): Support C++ namespace.
42002         (lrintf): New inline function.
42003         (lrint): Likewise.
42004         (llrintf): Likewise.
42005         (llrint): Likewise.
42006         (fmaxf): Likewise.
42007         (fmax): Likewise.
42008         (fminf): Likewise.
42009         (fmin): Likewise.
42010         (rint): Likewise.
42011         (rintf): Likewise.
42012         (ceil): Likewise.
42013         (ceilf): Likewise.
42014         (floor): Likewise.
42015         (floorf): Likewise.
42016         (nearbyint): Likewise.
42017         (nearbyintf): Likewise.
42019 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42021         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42022         non-default versions.
42024 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42026         [BZ #14218]
42027         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42029 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42031         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42032         (FE_UPWARD, FE_DOWNWARD): Don't define.
42033         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42034         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42036         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42037         reading it.
42038         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42039         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42041 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42043         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42044         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42045         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42046         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42048 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42050         [BZ #14117]
42051         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42052         * sysdeps/i386/fpu/Implies: New file.
42053         * sysdeps/x86_64/fpu/Implies: Likewise.
42054         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42055         * sysdeps/x86/fpu/bits/fenv.h: This.
42057         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42058         __SSE_MATH__.
42060 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42062         [BZ #14134]
42063         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42064         character 0xffff that matches the last element of the
42065         conversion table.
42067 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42069         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42070         fmodl commit.
42072 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42074         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42075         values higher than 25.6283.
42077 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42079         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42080         subnormal exponent extraction and add some __builtin_expect.
42081         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42082         Fix for subnormal mantissa calculation.
42084 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42086         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42087         cpu2 is -1 and errno is not ENOSYS.
42089 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42091         [BZ #14117]
42092         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42093         * sysdeps/x86/bits/string.h: This.
42094         * sysdeps/x86_64/bits/string.h: Removed.
42096         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42097         if not compiling for x86-64, but compiling for >= i486.
42099         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42100         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42102         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42103         New macro from Linux kernel 3.4.0.
42104         (FP_XSTATE_MAGIC2): Likewise.
42105         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42106         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42107         (struct _fpx_sw_bytes): New struct.
42108         (struct _xsave_hdr): Likewise.
42109         (struct _ymmh_state): Likewise.
42110         (struct _xstate): Likewise.
42112         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42113         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42114         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42115         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42116         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42117         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42119         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42120         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42121         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42122         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42123         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42124         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42126 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42128         [BZ #13743]
42129         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42130         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42131         (sysdep_headers): Include sys/platform/ppc.h.
42132         * sysdeps/powerpc/test-gettimebase.c: Test for
42133         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42134         * manual/Makefile (appendices): Include platform.texi.
42135         * manual/contrib.texi (Contributors): Update @node pointers.
42136         * manual/maint.texi (Maintenance): Likewise.
42137         (Platform): New node.
42138         * manual/platform.texi: New file.  Document the new features.
42140 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42141             Jakub Jelinek  <jakub@redhat.com>
42143         [BZ #14188]
42144         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42145         where __builtin_expect is unavailable.
42147 2012-06-03  David S. Miller  <davem@davemloft.net>
42149         * stdlib/longlong.h: Updated from GCC.
42151 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42153         [BZ #14042]
42154         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42155         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42156         __mcount_internal.
42157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42158         (GLIBC_2.16): Likewise.
42160 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42162         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42164 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42167         (default-abi): New variable.
42168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42169         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42170         variable.
42171         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42172         Likewise.
42173         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42174         Likewise.
42175         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42176         Likewise.
42178         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42179         definition.  Document in comment.
42181 2012-06-01  David S. Miller  <davem@davemloft.net>
42183         * stdlib/longlong.h: Updated from GCC.
42185 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42187         [BZ #14117]
42188         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42189         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42190         sys/debugreg.h sys/io.h here.
42191         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42192         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42193         sys/io.h.
42194         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42195         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42196         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42197         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42198         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42199         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42201         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42202         Define only if __x86_64__ is defined.
42204 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42206         [BZ #14048]
42207         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42208         Use int64_t for variable i.
42209         * math/libm-test.inc (fmod_test): Add more tests.
42211         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42212         z computation is not scheduled after fetestexcept.
42213         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42214         Use math_force_eval instead of asm to ensure calculation scheduled
42215         before exception test.
42216         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42217         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42219 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42221         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42222         computation is not scheduled after fetestexcept.
42224 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42226         [BZ #14117]
42227         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42228         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42230 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42232         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42233         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42235 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42237         [BZ #14117]
42238         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42239         <bits/wordsize.h>.
42240         (__WCHAR_MIN): Support __WORDSIZE == 64.
42241         (__WCHAR_MAX): Likewise.
42243         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42244         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42246         [BZ #14183]
42247         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42248         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42250         [BZ #14117]
42251         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42252         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42254         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42255         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42257         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42258         Defined to 1 if __x86_64__ isn't defined.
42259         (_STAT_VER_LINUX_OLD): New.
42260         (st_atime): Remove duplicate.
42261         (st_mtime): Likewise.
42262         (st_ctime): Likewise.
42264 2012-05-31  David S. Miller  <davem@davemloft.net>
42266         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42267         entries.
42269 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42271         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42272         gen-libm-test.pl.
42274         [BZ #14132]
42275         * elf/dl-reloc.c: Include <_itoa.h>.
42276         (_dl_reloc_bad_type): Remove use of INTUSE.
42277         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42278         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42279         * stdio-common/psiginfo.c (psiginfo): Likewise.
42280         * stdio-common/psignal.c (psignal): Likewise.
42281         * string/strsignal.c (strsignal): Likewise.
42282         * include/signal.h (_sys_siglist): Declare hidden proto.
42283         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42284         INTVARDEF with libc_hidden_data_def.
42285         * stdio-common/itoa-udigits.c: Likewise.
42286         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42287         (_itoa_lower_digits_internal): Remove declaration.
42288         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42289         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42290         (_sys_sigabbrev_internal): Remove aliases.
42291         (_sys_siglist): Define hidden alias.
42293 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42295         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42296         bits/sysctl.h.
42298 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42300         [BZ #14117]
42301         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42302         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42304         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42305         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42306         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42307         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42308         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42309         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42311         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42312         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42313         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42315         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42316         with __addr.
42317         (insw): Likewise.
42318         (insl): Likewise.
42319         (outsb): Likewise.
42320         (outsw): Likewise.
42321         (outsl): Likewise.
42323         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42324         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42325         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42327         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42328         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42329         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42330         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42331         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42332         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42334         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42335         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42337         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42338         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42340         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42341         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42342         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42344         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42345         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42346         to ...
42347         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42349         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42350         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42351         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42353         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42354         for x86-64.
42355         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42357 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42359         * math/math.h (M_El): Use two more decimal places.
42360         (M_LOG2El): Likewise.
42361         (M_LOG10El): Likewise.
42362         (M_LN2l): Likewise.
42363         (M_LN10l): Likewise.
42364         (M_PIl): Likewise.
42365         (M_PI_2l): Likewise.
42366         (M_PI_4l): Likewise.
42367         (M_1_PIl): Likewise.
42368         (M_2_PIl): Likewise.
42369         (M_2_SQRTPIl): Likewise.
42370         (M_SQRT2l): Likewise.
42371         (M_SQRT1_2l): Likewise.
42373 2012-05-31  David S. Miller  <davem@davemloft.net>
42375         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42376         values between float registers.
42377         * sysdeps/sparc/sparc64/memset.S: Likewise.
42378         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42380 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42382         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42383         -D_FORTIFY_SOURCE=1.
42384         (CPPFLAGS-tst-longjmp_chk.c): Define.
42385         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42386         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42387         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42388         CFLAGS-tst-wchar-h.c.
42390 2012-05-31  Marek Polacek  <polacek@redhat.com>
42392         [BZ #14132]
42393         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42394         __endmntent_internal): Remove declaration.
42395         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42396         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42397         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42399 2012-05-30  David S. Miller  <davem@davemloft.net>
42401         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42402         (___Q_simulate_exceptions): Use real FP ops rather than writing
42403         into the %fsr.
42404         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42405         Likewise.
42407 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42409         [BZ #14117]
42410         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42411         * sysdeps/x86/bits/xtitypes.h: This.
42413         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42414         * sysdeps/x86/bits/wordsize.h: This.
42416         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42417         * sysdeps/x86/bits/huge_vall.h: This.
42419         * sysdeps/i386/bits/select.h: Removed.
42420         * sysdeps/x86_64/bits/select.h: Renamed to ...
42421         * sysdeps/x86/bits/select.h: This.
42423         * sysdeps/i386/bits/setjmp.h: Removed.
42424         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42425         * sysdeps/x86/bits/setjmp.h: This.
42427         * sysdeps/i386/bits/mathdef.h: Removed.
42428         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42429         * sysdeps/x86/bits/mathdef.h: This.
42431 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42433         [BZ #14132]
42434         * include/sys/socket.h (__connect_internal)
42435         (__libc_sa_len_internal): Remove declaration.
42436         (__connect, __libc_sa_len): Declare hidden_proto.
42437         (SA_LEN): Remove use of INTUSE.
42438         * socket/connect.c: Add libc_hidden_def.
42439         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42440         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42441         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42442         alias.
42443         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42444         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42445         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42446         of adding _internal alias.
42448 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42450         [BZ #14117]
42451         * sysdeps/i386/bits/link.h: Removed.
42452         * sysdeps/i386/bits/linkmap.h: Likewise.
42453         * sysdeps/x86_64/bits/link.h: Renamed to ...
42454         * sysdeps/x86/bits/link.h: This.
42455         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42456         * sysdeps/x86/bits/linkmap.h: This.
42458         * sysdeps/i386/bits/endian.h: Removed.
42459         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42460         * sysdeps/x86/bits/endian.h: This.
42462         * sysdeps/i386/bits/byteswap.h: Removed.
42463         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42464         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42465         * sysdeps/x86/bits/byteswap.h: This.
42466         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42467         * sysdeps/x86/bits/byteswap-16.h: This.
42468         * sysdeps/i386/Implies: Add x86.
42469         * sysdeps/x86_64/Implies: Likewise.
42471 2012-05-30  David S. Miller  <davem@davemloft.net>
42473         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42474         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42475         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42476         (FP_TRAPPING_EXCEPTIONS): Define.
42477         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42478         (FP_TRAPPING_EXCEPTIONS): Define.
42479         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42480         subnormals only when inexact has been signalled or underflow
42481         exceptions are enabled.
42482         (_FP_PACK_CANONICAL): Likewise.
42484 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42486         [BZ #14183]
42487         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42488         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42490 2012-05-30  Richard Henderson  <rth@twiddle.net>
42492         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42493         with #ifndef NOT_IN_libc.
42495         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42496         marked to avoid plt entry.
42498 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42500         [BZ #14112]
42501         * Makeconfig (default-abi): New macro.
42502         (abi-includes): Likewise.
42503         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42504         $(abi-$(default-abi)-lib-soname) for soname if defined.
42505         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42506         abi-variants.
42507         * Makefile (installed-stubs): Likewise.
42508         * include/stubs-biarch.h: Removed.
42509         * scripts/lib-names.awk: Only handle one library at a time.
42510         * scripts/soversions.awk: Remove WORDSIZE support.
42511         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42512         entries.
42513         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42514         Removed.
42515         (syscall-list-default-condition): Likewise.
42516         (syscall-list-default-condition): Likewise.
42517         (syscall-list-includes): Likewise.
42518         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42519         syscall-list-* with abi-*.  Handle undefined abi-variants.
42520         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42521         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42522         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42523         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42524         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42525         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42526         Removed.
42527         (syscall-list-32-options): Likewise.
42528         (syscall-list-32-condition): Likewise.
42529         (syscall-list-64-options): Likewise.
42530         (syscall-list-64-condition): Likewise.
42531         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42532         macro.
42533         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42534         Renamed to ...
42535         (abi-*): This.
42536         (abi-64-ld-soname): New macro.
42537         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42538         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42539         Renamed to ...
42540         (abi-*): This.
42541         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42542         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42544 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42546         * sysdeps/unix/sysv/linux/kernel-features.h
42547         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42548         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42549         include <kernel-features.h>.
42550         [!__NR_ftruncate64]: Remove conditional code.
42551         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42552         [__NR_ftruncate64]: Make code unconditional.
42553         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42554         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42555         include <kernel-features.h>.
42556         [!__NR_ftruncate64]: Remove conditional code.
42557         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42558         [__NR_ftruncate64]: Make code unconditional.
42559         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42561         include <kernel-features.h>.
42562         [!__NR_ftruncate64]: Remove conditional code.
42563         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42564         [__NR_ftruncate64]: Make code unconditional.
42565         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42567         include <kernel-features.h>.
42568         [!__NR_ftruncate64]: Remove conditional code.
42569         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42570         [__NR_ftruncate64]: Make code unconditional.
42571         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42573         * configure.in (libc_cv_fpie): Weaken to a compile test using
42574         LIBC_TRY_CC_OPTION.
42575         * configure: Regenerated.
42577 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42579         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42580         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42581         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42583         Refreshed.
42584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42585         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42587         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42588         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42589         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42590         Refreshed.
42592 2012-05-27  David S. Miller  <davem@davemloft.net>
42594         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42595         (___Q_zero): New.
42596         (__Q_simulate_exceptions): Return void.  Change to simulate
42597         exceptions by writing into the %fsr.
42598         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42599         (__Qp_handle_exceptions): Likewise.
42600         (numbers): Delete.
42601         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42602         __Qp_handle_exceptions.
42603         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42604         __Qp_handle_exceptions.
42605         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42606         as unused and give dummy FP_RND_NEAREST initializer.
42607         (FP_INHIBIT_RESULTS): Define.
42608         (___Q_simulate_exceptions): Update declaration.
42609         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42610         formatting.
42611         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42612         as unused and give dummy FP_RND_NEAREST initializer.
42613         (__Qp_handle_exceptions): Update declaration.
42614         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42615         formatting.
42617 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42619         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42620         the temporary FPU control word.
42621         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42622         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42623         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42624         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42625         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42626         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42627         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42628         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42629         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42630         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42631         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42633 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42635         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42636         fields.
42638 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42640         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42641         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42642         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42643         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42644         Likewise.
42645         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42646         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42647         Likewise.
42649 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42651         * po/h.po: Update from translation team.
42653 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42655         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42657         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42658         handling of denormals.
42659         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42660         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42661         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42662         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42663         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42664         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42665         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42666         Likewise.
42668 2012-05-26  Marek Polacek  <polacek@redhat.com>
42670         [BZ #14152]
42671         * math/libm-test.inc (fma_test): Don't always expect underflow
42672         exception.
42674 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42676         [BZ #12416]
42677         * elf/tst-execstack.c: Include stackinfo.h.
42678         (do_test): Adjust test case to ensure that pthread_getattr_np
42679         behaviour remains the same after marking stack executable.
42681 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42683         * sysdeps/unix/sysv/linux/kernel-features.h
42684         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42685         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42686         kernel-features.h.
42687         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42688         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42689         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42690         kernel-features.h.
42691         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42692         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42694 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42696         * configure.in: Define the default includes to being none.
42697         * configure: Regenerated.
42699 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42701         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42702         * sysdeps/x86_64/setjmp.S: Likewise.
42703         * sysdeps/i386/bsd-setjmp.S: Likewise.
42704         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42705         * sysdeps/i386/setjmp.S: Likewise.
42706         * sysdeps/i386/__longjmp.S: Likewise.
42707         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42708         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42710         * include/stap-probe.h: New file.
42711         * configure.in: Handle --enable-systemtap.
42712         * configure: Regenerated.
42713         * config.h.in (USE_STAP_PROBE): New #undef.
42714         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42715         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42716         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42718 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42720         [BZ #13717]
42721         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42722         to 2.4.0 where earlier.
42723         * sysdeps/unix/sysv/linux/configure: Regenerated.
42724         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42725         <kernel-features.h>.
42726         [__ASSUME_32BITUIDS]: Make code unconditional.
42727         [!__ASSUME_32BITUIDS]: Remove conditional code.
42728         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42729         <kernel-features.h>.
42730         [__ASSUME_32BITUIDS]: Make code unconditional.
42731         [!__ASSUME_32BITUIDS]: Remove conditional code.
42732         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42733         [__ASSUME_32BITUIDS]: Make code unconditional.
42734         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42735         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42736         <kernel-features.h>.
42737         [__ASSUME_32BITUIDS]: Make code unconditional.
42738         [!__ASSUME_32BITUIDS]: Remove conditional code.
42739         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42740         <kernel-features.h>.
42741         [__ASSUME_32BITUIDS]: Make code unconditional.
42742         [!__ASSUME_32BITUIDS]: Remove conditional code.
42743         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42744         <kernel-features.h>.
42745         [__ASSUME_32BITUIDS]: Make code unconditional.
42746         [!__ASSUME_32BITUIDS]: Remove conditional code.
42747         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42748         <kernel-features.h>.
42749         [__ASSUME_32BITUIDS]: Make code unconditional.
42750         [!__ASSUME_32BITUIDS]: Remove conditional code.
42751         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42752         <kernel-features.h>.
42753         [__ASSUME_32BITUIDS]: Make code unconditional.
42754         [!__ASSUME_32BITUIDS]: Remove conditional code.
42755         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42756         <kernel-features.h>.
42757         [__ASSUME_32BITUIDS]: Make code unconditional.
42758         [!__ASSUME_32BITUIDS]: Remove conditional code.
42759         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42760         <kernel-features.h>.
42761         [__ASSUME_32BITUIDS]: Make code unconditional.
42762         [!__ASSUME_32BITUIDS]: Remove conditional code.
42763         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42764         <kernel-features.h>.
42765         [__ASSUME_32BITUIDS]: Make code unconditional.
42766         [!__ASSUME_32BITUIDS]: Remove conditional code.
42767         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42768         <kernel-features.h>.
42769         [__ASSUME_32BITUIDS]: Make code unconditional.
42770         [!__ASSUME_32BITUIDS]: Remove conditional code.
42771         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42772         <kernel-features.h>.
42773         [__ASSUME_32BITUIDS]: Make code unconditional.
42774         [!__ASSUME_32BITUIDS]: Remove conditional code.
42775         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42776         <kernel-features.h>.
42777         [__NR_setresgid] (__setresgid): Do not declare.
42778         [__ASSUME_32BITUIDS]: Make code unconditional.
42779         [!__ASSUME_32BITUIDS]: Remove conditional code.
42780         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42781         <kernel-features.h>.
42782         [__NR_setresuid] (__setresuid): Do not declare.
42783         [__ASSUME_32BITUIDS]: Make code unconditional.
42784         [!__ASSUME_32BITUIDS]: Remove conditional code.
42785         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42786         <kernel-features.h>.
42787         [__ASSUME_32BITUIDS]: Make code unconditional.
42788         [!__ASSUME_32BITUIDS]: Remove conditional code.
42789         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42790         <kernel-features.h>.
42791         [__ASSUME_32BITUIDS]: Make code unconditional.
42792         [!__ASSUME_32BITUIDS]: Remove conditional code.
42793         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42794         <kernel-features.h>.
42795         [__ASSUME_32BITUIDS]: Make code unconditional.
42796         [!__ASSUME_32BITUIDS]: Remove conditional code.
42797         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42798         <kernel-features.h>.
42799         [__ASSUME_32BITUIDS]: Make code unconditional.
42800         [!__ASSUME_32BITUIDS]: Remove conditional code.
42801         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42802         <kernel-features.h>.
42803         [__ASSUME_32BITUIDS]: Make code unconditional.
42804         [!__ASSUME_32BITUIDS]: Remove conditional code.
42805         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42806         <kernel-features.h>.
42807         [__ASSUME_32BITUIDS]: Make code unconditional.
42808         [!__ASSUME_32BITUIDS]: Remove conditional code.
42809         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42810         <kernel-features.h>.
42811         [__ASSUME_32BITUIDS]: Make code unconditional.
42812         [!__ASSUME_32BITUIDS]: Remove conditional code.
42813         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42814         <kernel-features.h>.
42815         [__ASSUME_32BITUIDS]: Make code unconditional.
42816         [!__ASSUME_32BITUIDS]: Remove conditional code.
42817         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42818         <kernel-features.h>.
42819         [__ASSUME_32BITUIDS]: Make code unconditional.
42820         [!__ASSUME_32BITUIDS]: Remove conditional code.
42821         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42822         <kernel-features.h>.
42823         [__ASSUME_32BITUIDS]: Make code unconditional.
42824         [!__ASSUME_32BITUIDS]: Remove conditional code.
42825         * sysdeps/unix/sysv/linux/kernel-features.h
42826         (__ASSUME_SETRESUID_SYSCALL): Remove.
42827         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42828         (__ASSUME_32BITUIDS): Likewise.
42829         (__ASSUME_LDT_WORKS): Likewise.
42830         (__ASSUME_O_DIRECTORY): Likewise.
42831         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42832         architecture but not kernel version.
42833         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42834         (__ASSUME_MMAP2_SYSCALL): Likewise.
42835         (__ASSUME_STAT64_SYSCALL): Likewise.
42836         (__ASSUME_IPC64): Likewise.
42837         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42838         <kernel-features.h>.
42839         [__ASSUME_32BITUIDS]: Make code unconditional.
42840         [!__ASSUME_32BITUIDS]: Remove conditional code.
42841         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42842         <kernel-features.h>.
42843         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42844         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42845         132096]: Remove conditional code.
42846         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42847         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42848         <kernel-features.h>.
42849         [__ASSUME_32BITUIDS]: Make code unconditional.
42850         [!__ASSUME_32BITUIDS]: Remove conditional code.
42851         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42852         <kernel-features.h>.
42853         [__ASSUME_32BITUIDS]: Make code unconditional.
42854         [!__ASSUME_32BITUIDS]: Remove conditional code.
42855         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42856         <kernel-features.h>.
42857         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42858         unconditional.
42859         (__setresgid): Do not declare.
42860         [__ASSUME_32BITUIDS]: Make code unconditional.
42861         [!__ASSUME_32BITUIDS]: Remove conditional code.
42862         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42863         <kernel-features.h>.
42864         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42865         unconditional.
42866         (__setresuid): Do not declare.
42867         [__ASSUME_32BITUIDS]: Make code unconditional.
42868         [!__ASSUME_32BITUIDS]: Remove conditional code.
42869         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42870         <kernel-features.h>.
42871         [__ASSUME_32BITUIDS]: Make code unconditional.
42872         [!__ASSUME_32BITUIDS]: Remove conditional code.
42873         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42874         <kernel-features.h>.
42875         [__ASSUME_32BITUIDS]: Make code unconditional.
42876         [!__ASSUME_32BITUIDS]: Remove conditional code.
42878 2012-05-25  Richard Henderson  <rth@twiddle.net>
42880         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42881         dl_hwcap to ifunc resolver.
42882         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42883         elf_ifunc_invoke.
42884         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42885         dl_hwcap to ifunc resolver.
42886         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42888 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42890         [BZ #14153]
42891         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42892         for |x| <= 2**-26, not 2**-57.
42893         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42894         exception.
42896 2012-05-24  Jeff Law  <law@redhat.com>
42898         * stdio-common/Makefile (tests): Add bug25.
42899         * stdio-common/bug25.c: New test.
42901 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42903         [BZ #13576]
42904         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42905         multiple of MALLOC_ALIGNMENT in size.
42906         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42908 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42910         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42911         Require >= 256.
42912         (FILENAME_MAX): Use macro-int-constant.
42913         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42914         (_IOFBF): Use macro-int-constant.
42915         (_IOLBF): Likewise.
42916         (_IONBF): Likewise.
42917         (SEEK_CUR): Likewise.
42918         (SEEK_END): Likewise.
42919         (SEEK_SET): Likewise.
42920         (TMP_MAX): Likewise.
42921         (EOF): Use macro-int-constant.  Require < 0.
42922         (NULL): Use macro-constant.  Require == 0.
42923         (stdin): Require type to be FILE *.
42924         (stdout): Likewise.
42925         (stderr): Likewise.
42926         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42927         macro-int-constant.
42928         (EXIT_SUCCESS): Likewise.
42929         (NULL): Use macro-constant.  Require == 0.
42930         (RAND_MAX): Use macro-int-constant.
42931         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42932         [C99-based standards] (strtof): Require function.
42933         [C99-based standards] (strtold): Likewise.
42934         [C99-based standards] (strtoll): Likewise.
42935         [C99-based standards] (strtoull): Likewise.
42936         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42937         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42938         [ISO || ISO99 || ISO11] (math.h): Likewise.
42939         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42940         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42941         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42943 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42945         [BZ #14132]
42946         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42947         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42948         * intl/dgettext.c (DCGETTEXT): Likewise.
42949         * intl/gettext.c (DCGETTEXT): Likewise.
42950         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42951         * posix/regex_internal.h (gettext): Likewise.
42952         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42953         Remove declaration.
42954         * include/argz.h (__argz_count_internal)
42955         (__argz_stringify_internal): Remove declaration.
42956         (__argz_count, __argz_stringify): Declare hidden proto.
42957         * intl/dcgettext.c: Remove use of INTDEF.
42958         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42959         * string/argz-stringify.c: Likewise.
42960         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42961         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42962         Declare hidden proto.
42963         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42964         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42965         Declare hidden proto.
42966         * include/stdio.h (__asprintf_internal): Don't declare.
42967         (__asprintf): Don't define as macro.  Declare hidden proto.
42968         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42969         (__fsetlocking): Declare hidden proto.
42970         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42971         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42972         hidden proto.
42973         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42974         (_IO_setlinebuf): Remove use of INTUSE.
42975         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42976         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42977         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42978         Remove declaration.
42979         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42980         (_IO_do_flush): Remove use of INTUSE.
42981         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42982         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42983         (_IO_adjust_column, _IO_least_wmarker)
42984         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42985         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42986         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42987         (_IO_default_doallocate, _IO_wdefault_doallocate)
42988         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42989         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42990         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42991         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42992         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42993         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42994         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42995         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42996         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42997         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42998         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42999         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43000         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43001         proto.
43002         (_IO_flush_all_internal, _IO_adjust_column_internal)
43003         (_IO_default_uflow_internal, _IO_default_finish_internal)
43004         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43005         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43006         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43007         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43008         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43009         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43010         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43011         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43012         (_IO_file_close_internal, _IO_file_close_it_internal)
43013         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43014         (_IO_file_init_internal, _IO_file_attach_internal)
43015         (_IO_file_fopen_internal, _IO_file_read_internal)
43016         (_IO_file_sync_internal, _IO_file_seek_internal)
43017         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43018         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43019         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43020         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43021         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43022         (_IO_list_all_internal, _IO_link_in_internal)
43023         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43024         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43025         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43026         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43027         (_IO_do_write_internal, _IO_padn_internal)
43028         (_IO_getline_info_internal, _IO_getline_internal)
43029         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43030         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43031         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43032         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43033         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43034         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43035         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43036         with libc_hidden_ver, remove use of INTUSE.
43037         * libio/genops.c: Likewise.
43038         * libio/freopen.c: Likewise.
43039         * libio/freopen64.c: Likewise.
43040         * libio/iofclose.c: Likewise.
43041         * libio/iofdopen.c: Likewise.
43042         * libio/iofflush.c: Likewise.
43043         * libio/iofflush_u.c: Likewise.
43044         * libio/iofgets.c: Likewise.
43045         * libio/iofgets_u.c: Likewise.
43046         * libio/iofopen.c: Likewise.
43047         * libio/iofopncook.c: Likewise.
43048         * libio/iofread.c: Likewise.
43049         * libio/iofread_u.c: Likewise.
43050         * libio/ioftell.c: Likewise.
43051         * libio/iofwrite.c: Likewise.
43052         * libio/iogetline.c: Likewise.
43053         * libio/iogets.c: Likewise.
43054         * libio/iogetwline.c: Likewise.
43055         * libio/iopadn.c: Likewise.
43056         * libio/iopopen.c: Likewise.
43057         * libio/ioseekoff.c: Likewise.
43058         * libio/ioseekpos.c: Likewise.
43059         * libio/iosetbuffer.c: Likewise.
43060         * libio/iosetvbuf.c: Likewise.
43061         * libio/ioungetc.c: Likewise.
43062         * libio/ioungetwc.c: Likewise.
43063         * libio/iovdprintf.c: Likewise.
43064         * libio/iovsprintf.c: Likewise.
43065         * libio/iovsscanf.c: Likewise.
43066         * libio/memstream.c: Likewise.
43067         * libio/obprintf.c: Likewise.
43068         * libio/oldfileops.c: Likewise.
43069         * libio/oldiofclose.c: Likewise.
43070         * libio/oldiofdopen.c: Likewise.
43071         * libio/oldiofopen.c: Likewise.
43072         * libio/oldiopopen.c: Likewise.
43073         * libio/oldstdfiles.c: Likewise.
43074         * libio/putc.c: Likewise.
43075         * libio/setbuf.c: Likewise.
43076         * libio/setlinebuf.c: Likewise.
43077         * libio/stdfiles.c: Likewise.
43078         * libio/strops.c: Likewise.
43079         * libio/vasprintf.c: Likewise.
43080         * libio/vscanf.c: Likewise.
43081         * libio/vsnprintf.c: Likewise.
43082         * libio/vswprintf.c: Likewise.
43083         * libio/wfiledoalloc.c: Likewise.
43084         * libio/wfileops.c: Likewise.
43085         * libio/wgenops.c: Likewise.
43086         * libio/wmemstream.c: Likewise.
43087         * libio/wstrops.c: Likewise.
43088         * libio/__fpurge.c: Likewise.
43089         * libio/__fsetlocking.c: Likewise.
43090         * assert/assert.c: Likewise.
43091         * debug/fgets_chk.c: Likewise.
43092         * debug/fgets_u_chk.c: Likewise.
43093         * debug/fread_chk.c: Likewise.
43094         * debug/fread_u_chk.c: Likewise.
43095         * debug/gets_chk.c: Likewise.
43096         * debug/obprintf_chk.c: Likewise.
43097         * debug/vasprintf_chk.c: Likewise.
43098         * debug/vdprintf_chk.c: Likewise.
43099         * debug/vsnprintf_chk.c: Likewise.
43100         * debug/vsprintf_chk.c: Likewise.
43101         * malloc/mtrace.c: Likewise.
43102         * misc/error.c: Likewise.
43103         * misc/syslog.c: Likewise.
43104         * stdio-common/asprintf.c: Likewise.
43105         * stdio-common/fxprintf.c: Likewise.
43106         * stdio-common/getw.c: Likewise.
43107         * stdio-common/isoc99_fscanf.c: Likewise.
43108         * stdio-common/isoc99_scanf.c: Likewise.
43109         * stdio-common/isoc99_vfscanf.c: Likewise.
43110         * stdio-common/isoc99_vscanf.c: Likewise.
43111         * stdio-common/isoc99_vsscanf.c: Likewise.
43112         * stdio-common/printf-prs.c: Likewise.
43113         * stdio-common/printf_fp.c: Likewise.
43114         * stdio-common/printf_fphex.c: Likewise.
43115         * stdio-common/printf_size.c: Likewise.
43116         * stdio-common/putw.c: Likewise.
43117         * stdio-common/scanf.c: Likewise.
43118         * stdio-common/sprintf.c: Likewise.
43119         * stdio-common/tmpfile.c: Likewise.
43120         * stdio-common/vfprintf.c: Likewise.
43121         * stdio-common/vfscanf.c: Likewise.
43122         * stdlib/strfmon_l.c: Likewise.
43123         * sunrpc/openchild.c: Likewise.
43124         * sunrpc/xdr_stdio.c: Likewise.
43125         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43126         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43128 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43130         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43132         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43133         in the third column, to generate for the shared library an IFUNC
43134         that uses _dl_vdso_vsym.
43135         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43136         * Makeconfig (object-suffixes-noshared): New variable.
43138         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43139         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43140         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43141         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43143         [BZ #14132]
43144         * include/sys/time.h (__gettimeofday): Remove macro.
43145         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43146         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43147         Remove INTDEF.
43148         (__gettimeofday): Add libc_hidden_def.
43149         (gettimeofday): Add libc_hidden_weak.
43150         * sysdeps/mach/gettimeofday.c: Likewise.
43151         * sysdeps/posix/gettimeofday.c: Likewise.
43152         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43153         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43154         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43155         (__gettimeofday_internal): Remove strong_alias.
43156         (__gettimeofday): Add libc_hidden_def.
43157         (gettimeofday): Add libc_hidden_weak.
43158         * sysdeps/unix/syscalls.list (gettimeofday):
43159         Remove __gettimeofday_internal alias.
43161 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43162             H.J. Lu  <hongjiu.lu@intel.com>
43164         [BZ #12495]
43165         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43166         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43167         (largebin_index_32_big): New.
43168         (largebin_index): Use it for 16-byte alignment.
43169         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43170         correction with front_misalign.
43172 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43174         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43175         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43176         Likewise.
43177         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43178         Likewise.
43179         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43180         Likewise.
43181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43182         Likewise.
43183         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43184         Likewise.
43185         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43186         Likewise.
43187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43188         Likewise.
43189         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43190         Likewise.
43191         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43192         Likewise.
43193         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43194         Likewise.
43195         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43196         Likewise.
43197         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43198         Likewise.
43200         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43201         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43203 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43205         [BZ #10846]
43206         [BZ #14036]
43207         * math/libm-test.inc (exp_test): Add test from bug 14036.
43208         (pow_test): Add test from bug 10846.
43210         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43211         and other flags.
43212         (special_function): Do not include flags in test name.
43213         (parse_args): Likewise.
43214         * sysdeps/i386/fpu/libm-test-ulps: Update.
43215         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43216         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43217         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43220         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43221         exceptions.
43222         * math/libm-test.inc ("Philosophy"): Update comment about
43223         exception testing.
43224         (UNDERFLOW_EXCEPTION): New macro.
43225         (UNDERFLOW_EXCEPTION_OK): Likewise.
43226         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43227         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43228         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43229         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43230         (INVALID_EXCEPTION_OK): Update value.
43231         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43232         (OVERFLOW_EXCEPTION_OK): Likewise.
43233         (IGNORE_ZERO_INF_SIGN): Likewise.
43234         (test_exceptions): Handle underflow exceptions.
43235         (acos_test): Update for underflow exception expectations.
43236         (cexp_test): Likewise.
43237         (clog_test): Likewise.
43238         (clog10_test): Likewise.
43239         (csqrt_test): Likewise.
43240         (ctan_test): Likewise.
43241         (ctanh_test): Likewise.
43242         (exp_test): Likewise.
43243         (exp10_test): Likewise.
43244         (exp2_test): Likewise.
43245         (expm1_test): Likewise.
43246         (fma_test): Likewise.
43247         (j0_test): Likewise.
43248         (jn_test): Likewise.
43249         (nexttoward_test): Likewise.
43250         (pow_test): Likewise.
43251         (scalbn_test): Likewise.
43252         (scalbln_test): Likewise.
43253         (tan_test): Likewise.
43254         (y1_test): Likewise.
43255         * sysdeps/i386/fpu/libm-test-ulps: Update.
43256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43258 2012-05-23  David S. Miller  <davem@davemloft.net>
43260         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43261         (__libc_sigaction): Remove unused local variables.
43263 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43265         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43267 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43269         mktime: avoid signed integer overflow
43270         * time/mktime.c (__mktime_internal): Do not mishandle the case
43271         where diff == INT_MIN.
43273         mktime: simplify computation of average
43274         * time/mktime.c (ranged_convert): Use new time_t_avg function
43275         instead of rolling our own (probably-slower) code.
43277         mktime: do not assume signed right shift propagates sign bit
43278         * time/mktime.c (isdst_differ): New static function.
43279         (__mktime_internal): No need to normalize tm_isdst now.
43280         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43281         tm_isdst values.
43283         mktime: merge another wrapv change from gnulib
43284         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43285         from some compilers.
43287         mktime: remove incorrect attempt at unusual arithmetics
43288         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43289         The code didn't really work on such machines anyway.
43290         (TYPE_MINIMUM): Assume two's complement.
43291         (twos_complement_arithmetic): Verify that long_int and time_t
43292         are two's complement (or unsigned, in the latter case).
43294         mktime: check signed shifts on long_int and time_t, too
43295         * time/mktime.c (SHR): Check that shifts work as desired
43296         on the types long_int and time_t too, as SHR is used on
43297         such types.
43299         mktime: do not assume 'long' is wide enough
43300         * time/mktime.c (verify): Move decl up.
43301         (long_int): New type.
43302         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43303         to remove assumption in the code that 'long' is wide enough to
43304         store year values.  This assumption is not true on x32 and on
43305         some non-glibc platforms.
43307         mktime: merge wrapv change from gnulib
43308         * time/mktime.c (WRAPV): New macro.
43309         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43310         (guess_time_tm, __mktime_internal): Do not assume that signed
43311         integer overflow wraps around; modern compilers generate code
43312         where this assumption is no longer valid.
43314 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43316         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43317         Replace "jmp L(pseudo_end)" with "ret".
43318         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43319         Likewise.
43321 2012-05-23  Andreas Jaeger  <aj@suse.de>
43323         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43324         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43326 2012-05-23  Andreas Jaeger  <aj@suse.de>
43327             Maximilian Attems  <max@stro.at>
43329         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43330         New macros.
43332 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43334         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43335         code so that pseudo_end is just ret and the stack pointer is
43336         correct also for static library in error case.
43338 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43340         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43341         move to syscalls.list.
43342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43347         * manual/install.texi (Running make install): Do not mention Linux
43348         kernel version for which pt_chown is not needed.
43349         (Linux): Do not mention problems with nscd with 2.0 kernels.
43350         * INSTALL: Regenerated.
43352 2012-05-23  Andreas Jaeger  <aj@suse.de>
43354         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43355         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43356         macro.
43357         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43358         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43359         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43360         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43361         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43362         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43363         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43364         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43365         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43366         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43367         * sysdeps/unix/sysv/linux/bits/in.h
43368         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43370 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43372         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43373         (PREPARE_VERSION): Just use assert instead, it will be elided
43374         under [NDEBUG] anyway.
43376 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43378         * sysdeps/unix/sysv/linux/Makefile: Include
43379         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43380         (sysdep_routines): Remove sysctl.
43381         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43382         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43383         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43384         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43385         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43387 2012-05-22  Andreas Jaeger  <aj@suse.de>
43389         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43390         that pseudo_end is just ret and the stack pointer is correct also
43391         for static library in error case.
43393 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43395         [BZ #14122]
43396         * nss/nsswitch.c (defconfig_entries): New variable.
43397         (__nss_database_lookup): Don't leak defconfig entries.
43398         (nss_parse_service_list): Don't leak on error paths.
43399         (free_database_entries): New function.
43400         (free_defconfig): New function.
43401         (free_mem): Move common code to free_database_entries.
43403 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43405         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43406         Add arch_prctl.
43407         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43409         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43410         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43411         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43412         New macro.
43413         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43414         (INTERNAL_SYSCALL_TYPES): Likewise.
43415         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43416         (LOAD_REGS_TYPES_[1-6]): Likewise.
43417         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43418         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43420 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43422         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43423         copysignl for GLIBC_2_0.
43424         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43425         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43426         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43427         logbl for GLIBC_2_0.
43428         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43429         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43431 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43433         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43434         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43436         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43437         Use "neg %eax".
43439         * time/mktime.c: Update copyright years.
43441 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43443         mktime: merge comment-quoting-style change from gnulib
43444         * time/mktime.c: Quote 'like this' in comments.
43445         The GNU coding standards suggest that we no longer quote `like this',
43446         as "`" and "'" are typically rendered asymmetrically nowadays.
43447         The typical gnulib style is to quote 'like this' when quoting
43448         code, and "like this" when quoting English.
43450         * time/mktime.c (compile-command): Add "-I.".
43452         mktime: merge mktime-internal.h change from gnulib
43453         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43455         mktime: merge time_r change from gnulib
43456         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43458         mktime: merge DEBUG change from gnulib
43459         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43460         case system <time.h> has a #define.
43462         mktime: merge <sys/types.h> change from gnulib
43463         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43464         since <time.t> is now guaranteed to define time_t.
43466         mktime: merge HAVE_CONFIG_H change from gnulib
43467         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43469 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43471         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43472         Use "neg %eax".
43474         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43475         __rlim_t cast.
43476         (struct rusage): Use anonymous union to pad each field to
43477         __syscall_slong_t.
43479 2012-05-21  David S. Miller  <davem@davemloft.net>
43481         * Makefules (o-iterator): Remove .s cases.
43482         (compile-command.s): Delete.
43483         (COMPILE.s): Delete.
43484         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43486 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43488         * configure.in (libc_cv_predef_stack_protector): Only consider
43489         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43490         * configure: Regenerated.
43492 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43494         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43495         New macro.  Use R*LP on int and pointer.
43496         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43497         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43498         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43499         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43501         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43502         [__WORDSIZE_TIME64_COMPAT32] instead of
43503         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43504         (struct utmp): Likewise.
43505         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43506         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43507         Renamed to ...
43508         (__WORDSIZE_TIME64_COMPAT32): This.
43509         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43510         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43511         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43512         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43513         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43514         (__WORDSIZE_TIME64_COMPAT32): New macro.
43516 2012-05-21  Andreas Jaeger  <aj@suse.de>
43518         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43519         only if [SHARED]. Add prototype for __wcschr_ia32.
43521 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43523         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43524         of %rbp unmolested in the jmp_buf while mangling the low bits.
43525         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43526         unmolested high bits of %rbp while demangling the low bits.
43527         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43529 2012-05-21  Andreas Jaeger  <aj@suse.de>
43531         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43532         * sunrpc/svc_simple.c: Use it for registerrpc.
43533         * sunrpc/xcrypt.c: Use it for passwd2des.
43535         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43537 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43539         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43540         Don't define if [__SYSCALL_WORDSIZE != 32].
43541         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43542         New macro.
43544 2012-05-21  Bruno Haible  <bruno@clisp.org>
43545             Andreas Jaeger  <aj@suse.de>
43547         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43548         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43549         inptr and inend for must_buffer_ch.
43550         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43551         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43552         * stdio-common/Makefile (tests): Remove bug15.
43553         (bug15-ENV): Remove macro.
43554         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43555         anymore.
43557 2012-05-19  Andreas Jaeger  <aj@suse.de>
43558             Roland McGrath  <roland@hack.frob.com>
43560         * manual/contrib.texi: Completely rewritten. It contains now an
43561         alphabetical list of contributors and their contributions.
43563 2012-05-21  Richard Henderson  <rth@twiddle.net>
43565         * misc/getauxval.c (__getauxval): Use unsigned long int.
43566         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43567         (getauxval): Use unsigned long int.
43569 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43571         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43573 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43575         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43576         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43577         __alignof__ (long double).
43579 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43581         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43583 2012-05-20  Richard Henderson  <rth@twiddle.net>
43585         * misc/getauxval.c: New file.
43586         * misc/sys/auxv.h: New file.
43587         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43588         (routines): Add getauxval.
43589         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43590         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43591         * elf/dl-sysdep.c (_dl_auxv): Remove.
43592         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43593         * elf/dl-support.c (_dl_auxv): New variable.
43594         (_dl_aux_init): Initialize it.
43595         * manual/startup.texi (Auxiliary Vector): New node.
43596         * sysdeps/generic/bits/hwcap.h: New file.
43597         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43598         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43599         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43600         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43601         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43602         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43604         Update.
43605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43606         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43607         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43608         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43609         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43610         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43611         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43612         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43614 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43616         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43618 2012-05-19  David S. Miller  <davem@davemloft.net>
43620         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43622 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43624         [BZ #14123]
43625         * math/s_ccosh.c: Include <float.h>
43626         (__ccosh): Avoid internal overflow calculating sinh and cosh
43627         values before multiplying by sin and cos values.
43628         * math/s_ccoshf.c: Likewise.
43629         * math/s_ccoshl.c: Likewise.
43630         * math/s_csin.c: Likewise.
43631         * math/s_csinf.c: Likewise.
43632         * math/s_csinl.c: Likewise.
43633         * math/s_csinh.c: Likewise.
43634         * math/s_csinhf.c: Likewise.
43635         * math/s_csinhl.c: Likewise.
43636         * math/libm-test.inc (ccos_test): Add more tests.
43637         (ccosh_test): Likewise.
43638         (csin_test): Likewise.
43639         (csinh_test): Likewise.
43640         * sysdeps/i386/fpu/libm-test-ulps: Update.
43641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43643 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43645         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43646         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43648         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43650 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43652         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43653         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43654         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43655         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43656         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43657         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43658         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43659         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43660         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43661         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43662         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43663         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43664         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43665         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43666         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43667         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43668         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43669         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43670         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43671         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43672         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43673         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43674         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43675         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43676         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43677         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43678         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43679         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43680         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43681         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43682         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43684 2012-05-18  Andreas Jaeger  <aj@suse.de>
43686         * csu/.gitignore: Delete.
43688 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43690         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43691         (timex): Use __syscall_slong_t.
43693 2012-05-18  Andreas Jaeger  <aj@suse.de>
43694             Carlos O'Donell  <carlos_odonell@mentor.com>
43696         * manual/install.texi (Configuring and compiling): Update
43697         description about files modified in the source directory.
43698         * INSTALL: Regenerated.
43700 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43702         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43703         value.  Use "or" to set return value to -1.
43704         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43705         negate return value.
43707 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43709         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43710         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43711         failure if the compiler has Graphite support disabled.
43712         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43713         Likewise.
43714         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43715         (CFLAGS-memmove.c): Likewise.
43716         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43717         Likewise.
43719 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43721         * sysdeps/x86_64/x32/_itoa.h: New file.
43723         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43724         getdents system call only if kernel and user dirents have the
43725         same d_ino and d_off.
43727         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43728         LLONG_MAX != LONG_MAX.
43729         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43730         (_fitoa_word): Likewise.
43732         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43733         years.
43734         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43735         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43736         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43738         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43739         include <bits/wordsize.h>.  Check __x86_64__ instead of
43740         __WORDSIZE.
43741         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43742         if __x86_64__ is defined.  Use anonymous union on fpstate.
43744         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43745         anonymous union.
43747 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43749         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43750         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43751         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43752         Refer to _rtld_local_ro instead of _rtld_global_ro.
43753         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43754         Likewise.
43755         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43756         Likewise.
43757         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43758         Likewise.
43759         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43760         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43761         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43763         * sysdeps/powerpc/powerpc32/dl-machine.c
43764         (__elf_machine_runtime_setup) [PROF]: Don't reference
43765         _dl_prof_resolve.
43767 2012-05-18  Andreas Jaeger  <aj@suse.de>
43769         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43770         function only available for GCCs before 3.4 since GCC 3.4
43771         introduced a builtin.
43772         (lrint): Likewise.
43773         (llrintf): Likewise.
43774         (llrint): Likewise.
43775         (fmaxf): Likewise.
43776         (fmax): Likewise.
43777         (fminf): Likewise.
43778         (fmin): Likewise.
43779         (rint): Likewise.
43780         (rintf): Likewise.
43781         (nearbyint): Likewise.
43782         (nearbyintf): Likewise.
43783         (ceil): Likewise.
43784         (ceilf): Likewise.
43785         (floor): Likewise.
43786         (floorf): Likewise.
43788 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43790         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43791         on both fields and cast pointer to __syscall_ulong_t.
43793         * bits/types.h (__fsword_t): New type.
43794         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43795         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43796         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43797         (__FSWORD_T_TYPE): Likewise.
43798         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43799         (__FSWORD_T_TYPE): Likewise.
43800         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43801         (__FSWORD_T_TYPE): Likewise.
43802         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43803         (__FSWORD_T_TYPE): Likewise.
43804         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43805         __SWORD_TYPE with __fsword_t.
43806         (statfs64): Likewise.
43808 2012-05-17  David S. Miller  <davem@davemloft.net>
43810         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43812 2012-05-17  Andreas Jaeger  <aj@suse.de>
43814         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43815         warning.
43817 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43819         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43821 2012-05-17  Andreas Jaeger  <aj@suse.de>
43823         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43824         when it is used.
43826 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43828         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43830 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43832         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43833         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43835 2012-05-17  Andreas Jaeger  <aj@suse.de>
43836             Carlos O'Donell  <carlos_odonell@mentor.com>
43838         [BZ #14059]
43839         * sysdeps/x86_64/multiarch/init-arch.h
43840         (bit_YMM_Usable): Rename to...
43841         (bit_AVX_Usable): ... this.
43842         (bit_FMA4_Usable): New macro.
43843         (bit_XMM_state): New macro.
43844         (bit_YMM_state): New macro.
43845         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43846         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43847         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43848         (CPUID_OSXSAVE): New macro.
43849         (CPUID_AVX): New macro.
43850         (CPUID_FMA4): New macro.
43851         (index_YMM_Usable): Rename to...
43852         (index_AVX_Usable): ... this.
43853         (HAS_AVX): Use HAS_ARCH_FEATURE.
43854         (HAS_FMA4): Likewise.
43855         (HAS_YMM_USABLE): Remove.
43856         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43857         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43858         are present.
43859         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43860         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43861         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43862         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43863         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43865 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43867         * math/libm-test.c: Support platforms without multiple rounding modes.
43868         * math/bug-nextafter.c: Support platforms without FP exceptions.
43869         * math/bug-nexttoward.c: Likewise.
43870         * math/test-fenv.c: Likewise.
43871         * math/test-misc.c: Likewise.
43872         * stdlib/bug-getcontext.c: Likewise.
43874 2012-05-17  Andreas Jaeger  <aj@suse.de>
43876         * manual/examples/search.c (critter_cmp): Change signature to
43877         avoid warnings.
43878         * manual/string.texi (Collation Functions): Likewise.
43880 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43882         * bits/types.h: Fold copyright years.
43883         * bits/typesizes.h: Likewise.
43884         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43885         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43886         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43887         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43888         * time/time.h: Likewise.
43890 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43892         [BZ #208]
43893         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43894         in instead of returning them.  Return void.
43895         (__libc_mallinfo): Accumulate over all arenas.
43896         (__malloc_stats): Adjust for change in int_mallinfo interface.
43898 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43900         [BZ #10375]
43901         * configure.in (NM): Add AC_CHECK_TOOL for it.
43902         (libc_extra_cflags): New substituted variable.
43903         Check for -fstack-protector being used implicitly.
43904         * configure: Regenerated.
43905         * config.make.in (config-extra-cflags): New variable,
43906         gets @libc_extra_cflags@.
43907         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43909         [BZ #10375]
43910         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43911         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43912         * configure: Regenerated.
43913         * config.make.in (CPPUNDEFS): New substituted variable.
43914         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43915         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43916         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43918 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43920         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43921         (mq_attr): Use __syscall_slong_t.
43923 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43925         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43926         Check __x86_64__ instead of __WORDSIZE.
43927         (_STAT_VER_LINUX): Likewise.
43928         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43929         __syscall_ulong_t and __syscall_slong_t.
43930         (stat64): Likewise.
43932 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43934         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43936 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43938         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43940 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43942         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43943         __syscall_ulong_t.
43945         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43946         include <bits/wordsize.h>.  Check __x86_64__ instead of
43947         __WORDSIZE.
43948         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43949         defined.
43950         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43952         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43953         include <bits/wordsize.h>.  Check __x86_64__ instead of
43954         __WORDSIZE.
43955         (user_regs_struct): Use "__extension__ unsigned long long"
43956         instead of "unsigned long" if __x86_64__ is defined.
43957         (user): Likewise.  Pad after pointer field if __ILP32__ is
43958         defined.
43960 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43962         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43963         versions 5 to 9.
43964         * configure: Regenerated.
43965         * manual/install.texi (texinfo): Increase version requirement to
43966         4.5 or later.
43967         * INSTALL: Regenerated.
43969         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43971 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43973         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43975         * sysdeps/x86_64/x32/ffs.c: New file.
43977         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43978         __syscall_ulong_t.
43979         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43980         defined.  Use __syscall_ulong_t.
43981         (shminfo): Use __syscall_ulong_t.
43982         (shm_info): Likewise.
43984         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43985         __syscall_ulong_t.
43987         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43988         <bits/wordsize.h>.
43989         (msgqnum_t): Use __syscall_ulong_t.
43990         (msglen_t): Likewise.
43991         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43992         __syscall_ulong_t.
43994         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43995         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43997         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43999         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44000         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44002         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44003         __syscall_slong_t.
44005         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44006         include <bits/wordsize.h>.  Check __x86_64__ instead of
44007         __WORDSIZE.
44009         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44010         "unsigned long long int" if __x86_64__ is defined.
44011         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44013         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44014         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44015         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44017         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44018         <stdint.h>.
44019         (GET_PC): Cast to uintptr_t first.
44020         (GET_FRAME): Likewise.
44021         (GET_STACK): Likewise.
44023         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44024         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44025         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44026         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44027         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44028         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44029         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44030         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44031         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44032         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44033         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44034         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44035         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44036         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44037         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44038         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44039         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44040         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44041         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44042         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44043         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44044         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44045         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44046         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44047         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44048         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44049         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44050         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44051         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44053 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44055         * Makerules (+depfiles): Also collect depfiles from .oS in
44056         $(extra-objs).
44057         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44058         .oS, $(libnldbl-routines)).
44060         * Makerules (native-compile-mkdep-flags): Define.
44061         * sunrpc/Makefile (extra-objs): Add $(addprefix
44062         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44063         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44064         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44065         calling $(make-target-directory).
44067 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44069         * bits/types.h (__snseconds_t): Removed.
44070         * time/time.h (struct timespec): Replace __snseconds_t with
44071         __syscall_slong_t.
44072         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44073         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44074         Likewise.
44075         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44076         (__SNSECONDS_T_TYPE): Likewise.
44077         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44078         (__SNSECONDS_T_TYPE): Likewise.
44079         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44080         (__SNSECONDS_T_TYPE): Likewise.
44082 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44084         * sysdeps/mach/hurd/bits/typesizes.h
44085         (__SYSCALL_SLONG_TYPE): New macro.
44086         (__SYSCALL_ULONG_TYPE): Likewise.
44088 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44090         * bits/types.h (__syscall_slong_t): New type.
44091         (__syscall_ulong_t): Likewise.
44093         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44094         (__SYSCALL_ULONG_TYPE): Likewise.
44095         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44096         (__SYSCALL_SLONG_TYPE): Likewise.
44097         (__SYSCALL_ULONG_TYPE): Likewise.
44098         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44099         (__SYSCALL_SLONG_TYPE): Likewise.
44100         (__SYSCALL_ULONG_TYPE): Likewise.
44101         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44102         (__SYSCALL_SLONG_TYPE): Likewise.
44103         (__SYSCALL_ULONG_TYPE): Likewise.
44105 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44107         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44108         Add sigaltstack-offsets.sym.
44109         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44110         <sigaltstack-offsets.h>.
44111         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44112         longjmp_msg pointer.
44113         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44114         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44115         signal stack.
44116         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44118 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44120         * elf/stackguard-macros.h: Remove file.
44121         * sysdeps/generic/stackguard-macros.h: New file.
44122         * sysdeps/i386/stackguard-macros.h: Likewise.
44123         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44124         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44125         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44126         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44127         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44128         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44129         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44130         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44131         <elf/stackguard-macros.h>.
44133         [BZ #14109]
44134         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44135         __aligned__ in attribute.
44136         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44137         (gregset_t): Likewise.
44139 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44141         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44142         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44143         * sysdeps/x86_64/x32/Implies-after: New file.
44145 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44147         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44148         and access return value for _dl_profile_fixup.  Use R10_LP to
44149         load frame size.
44151 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44153         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44155 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44157         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44158         * sysdeps/x86_64/x32/sysdep.h: New file.
44160 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44162         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44163         * sysdeps/x86_64/setjmp.S: Likewise.
44165 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44167         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44168         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44169         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44170         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44171         remove unused global constant.
44173 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44175         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44176         include of <not-cancel.h>.
44178 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44180         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44182 2012-05-15  Jeff Law  <law@redhat.com>
44183             Andreas Jaeger  <aj@suse.de>
44185         [BZ #13594]
44186         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44187         out from...
44188         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44189         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44190         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44191         code changing __hst_map_handle.map.
44193 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44195         * configure.in (sysnames): Look for Implies-before and Implies-after
44196         files.
44197         * configure: Regenerated.
44199 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44201         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44202         8-byte data alignment with LP_SIZE alignment.
44204 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44206         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44207         into R10_LP.
44209 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44211         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44213 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44215         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44216         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44217         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44218         Likewise.
44219         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44221 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44223         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44224         (stackinfo_sub_sp): Likewise.
44226 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44228         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44229         RAX_LP.
44231 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44233         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44234         into R*_LP.
44236 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44238         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44239         sizes into R*_LP.
44241 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44243         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44245 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44247         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44248         into R11_LP and load __x86_64_shared_cache_size_half into
44249         R8_LP.
44251 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44253         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44254         R8_LP.
44256 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44258         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44259         logb for POWER7.
44260         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44261         logbf for POWER7.
44262         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44263         logbl for POWER7.
44264         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44265         powerpc32/power7/fpu/s_logb.c via #include.
44266         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44267         powerpc32/power7/fpu/s_logbf.c via #include.
44268         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44269         powerpc32/power7/fpu/s_logbl.c via #include.
44271 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44273         * README.libm: Remove file.
44275 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44277         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44278         count for x32.  Use R*_LP and omit operand-size suffix.
44280 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44282         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44283         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44284         * sysdeps/x86_64/x32/shlib-versions: New file.
44286 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44288         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44289         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44290         Use _dl_fatal_printf instead.
44292 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44294         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44295         set if not set by the user.  Do not allow for being unset.
44296         * sysdeps/unix/sysv/linux/configure: Regenerated.
44298 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44300         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44301         the `q' suffix from lea and replace .quad with ASM_ADDR.
44303 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44305         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44306         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44307         instead of $17.
44308         (PTR_DEMANGLE): Likewise.
44310 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44312         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44313         (LP_OP): Likewise.
44314         (ASM_ADDR): Likewise.
44315         (RAX_LP): Likewise.
44316         (RBP_LP): Likewise.
44317         (RBX_LP): Likewise.
44318         (RCX_LP): Likewise.
44319         (RDI_LP): Likewise.
44320         (RSI_LP): Likewise.
44321         (RSP_LP): Likewise.
44322         (R8_LP): Likewise.
44323         (R9_LP): Likewise.
44324         (R10_LP): Likewise.
44325         (R10_LP): Likewise.
44326         (R11_LP): Likewise.
44327         (R12_LP): Likewise.
44328         (R13_LP): Likewise.
44329         (R14_LP): Likewise.
44330         (R15_LP): Likewise.
44332 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44334         * sysdeps/x86_64/x32/dl-machine.h: New file.
44336 2012-05-14  Andreas Jaeger  <aj@suse.de>
44338         * manual/Makefile (subdir): Remove export of subdir.
44339         (all): Remove target.
44340         (.PHONY): Remove all from list.
44341         (mkinstalldirs): Remove.
44342         (.PHONY): Remove installdirs from list.
44343         ($(inst_infodir)/libc.info): Use make-target-directory.
44344         (installdirs): Remove.
44345         (subdir_%): Remove.
44346         (glibc-targets): Remove.
44347         (lib): Remove.
44348         (stubs): Remove.
44349         ($(objpfx)stubs ../po/manual.pot): Remove.
44350         ($(objpfx)stamp%): Remove.
44351         (make-target-directory): Remove.
44352         (subdir_install): Remove.
44353         (routines): Remove.
44354         (aux): Remove.
44355         (sources): Remove.
44356         (objects): Remove.
44357         (headers): Remove.
44359         [BZ #13750]
44360         * manual/.gitignore: Remove, it's not needed anymore.
44361         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44362         all files in it.
44363         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44364         directory.
44365         (texis): Renamed to $(objpfx)texis.
44366         (texis-path): New, contains path to generated files.
44367         (chapters.%): Use texis-path for complete path, add extra argument
44368         libc-texinfo.sh.
44369         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44370         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44371         (summary,texi, stamp-summary): Use complete path of
44372         files. Generate files in build dir.
44373         (dir-add.texi): Build in build dir.
44374         (libm-err.texi,stamp-libm-err): Likewise.
44375         (version.texi, stamp-version): Likewise.
44376         (.%c.texi): Likewise.
44377         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44378         (mostlyclean): Remove target.
44379         (realclean): Remove target.
44380         (generated): Add new variable with contents from mostlyclean and
44381         realclean, remove entries duplicated in common-mostlyclean, add
44382         stamp-libm-err and stamp-version.
44383         (generated-dirs): Add libc directory.
44384         ($(inst_infodir)/libc.info): Install files from build dir.
44386         * manual/install.texi (Configuring and compiling): Adjust since
44387         the info files are not part of the tar ball anymore.
44389 2012-05-14  Andreas Jaeger  <aj@suse.de>
44391         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44392         variable.
44394 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44396         [BZ #13717]
44397         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44398         to 2.2.0 where earlier.
44399         * sysdeps/unix/sysv/linux/configure: Regenerated.
44400         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44401         Remove conditional code.
44402         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44403         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44404         Remove conditional code.
44405         [!__NR_lchown]: Likewise.
44406         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44407         [__NR_lchown]: Likewise.
44408         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44409         comment referencing __ASSUME_LCHOWN_SYSCALL.
44410         * sysdeps/unix/sysv/linux/i386/sigaction.c
44411         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44412         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44413         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44414         Remove conditional code.
44415         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44416         (__protocol_available): Remove #if 0 code.
44417         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44418         conditional code.
44419         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44420         * sysdeps/unix/sysv/linux/kernel-features.h
44421         (__ASSUME_GETCWD_SYSCALL): Don't define.
44422         (__ASSUME_REALTIME_SIGNALS): Likewise.
44423         (__ASSUME_PREAD_SYSCALL): Likewise.
44424         (__ASSUME_PWRITE_SYSCALL): Likewise.
44425         (__ASSUME_POLL_SYSCALL): Likewise.
44426         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44427         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44428         non-SPARC.
44429         (__ASSUME_SIOCGIFNAME): Don't define.
44430         (__ASSUME_MSG_NOSIGNAL): Likewise.
44431         (__ASSUME_SENDFILE): Define unconditionally.
44432         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44433         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44434         conditional code.
44435         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44436         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44437         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44438         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44439         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44440         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44441         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44443         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44444         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44446         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44447         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44449         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44450         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44452         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44453         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44455         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44456         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44458         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44459         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44461         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44462         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44464         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44465         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44466         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44467         Remove conditional code.
44468         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44469         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44470         Remove conditional code.
44471         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44472         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44473         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44474         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44475         Remove conditional code.
44476         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44477         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44478         Remove conditional code.
44479         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44480         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44481         Remove conditional code.
44482         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44483         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44484         Remove conditional code.
44485         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44486         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44487         Remove conditional code.
44488         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44489         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44490         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44491         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44492         * sysdeps/unix/sysv/linux/sigaction.c
44493         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44494         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44495         * sysdeps/unix/sysv/linux/sigpending.c
44496         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44497         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44498         * sysdeps/unix/sysv/linux/sigprocmask.c
44499         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44500         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44501         * sysdeps/unix/sysv/linux/sigsuspend.c
44502         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44503         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44504         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44505         (__libc_missing_rt_sigs): Remove.
44506         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44507         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44508         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44509         Remove conditional code.
44510         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44511         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44512         return 1.
44513         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44514         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44515         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44516         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44518 2012-05-14  Andreas Jaeger  <aj@suse.de>
44520         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44521         it's not used in glibc.
44522         (__coshm1): Likewise.
44523         (__acosh1p): Likewise.
44524         (__sgn): Likewise.
44526         * manual/string.texi (Copying and Concatenation): Add missing
44527         variable in concat example.
44528         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44530 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44532         [BZ #14103]
44533         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44534         __builtin_clzl with __builtin_clzll.
44536 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44538         [BZ #14104]
44539         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44540         libc_freeres_ptr.
44542 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44544         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44545         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44546         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44547         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44549 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44551         * NEWS: Update ia64 info.
44553 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44555         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44556         used as bcopy.
44558 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44560         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44561         * sysdeps/unix/syscalls.list (dup3): Likewise.
44562         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44563         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44565 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44567         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44568         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44570 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44572         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44573         thread pointer.
44574         (TLS_IE): Use mov/add instead of movq/addq to load thread
44575         pointer.
44576         (TLS_GD_PREFIX): New.
44577         (TLS_GD): Use it.
44579 2012-05-11  David S. Miller  <davem@davemloft.net>
44581         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44582         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44583         (_FPU_SETCW): Likewise.
44585 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44587         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44588         is 32-byte aligned.
44590 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44592         [BZ #11837]
44593         * iconvdata/gb18030.c: Update tables.
44594         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44595         characters specially.
44596         (BODY for TO_LOOP): Add encoding of missing ranges.
44598 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44600         [BZ #13673]
44601         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44602         * sysdeps/mach/hurd/dup3.c: Likewise.
44603         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44604         * sysdeps/powerpc/memmove.c:: Likewise.
44606 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44608         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44609         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44611 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44613         * elf/elf.h (R_X86_64_RELATIVE64): New.
44614         (R_X86_64_NUM): Updated.
44615         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44616         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44617         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44618         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44619         tst-quad1pie tst-quad2pie
44620         (modules-names): Add tst-quadmod1 tst-quadmod2.
44621         ($(objpfx)tst-quad1): New dependency.
44622         ($(objpfx)tst-quad2): Likewise.
44623         ($(objpfx)tst-quad1pie): Likewise.
44624         ($(objpfx)tst-quad2pie): Likewise.
44625         * sysdeps/x86_64/tst-quad1.c: New file.
44626         * sysdeps/x86_64/tst-quad1pie.c: New file.
44627         * sysdeps/x86_64/tst-quad2.c: Likewise.
44628         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44629         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44630         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44631         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44632         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44634 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44636         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44637         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44638         * streams/stropts.h (t_scalar_t): Define type.
44640         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44641         (_PATH_PRESERVE): Set to "/var/lib".
44642         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44644         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44645         instead of int.
44647         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44648         if __dir_mkfile succeeded.
44650         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44651         checking for _hurd_dtablesize.  Unlock it right after having
44652         finished _hurd_dtable allocation.
44654 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44656         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44657         * sysdeps/mach/hurd/configure: Regenerated.
44658         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44659         special-casing to...
44660         * sysdeps/gnu/configure.in: ... this new file.
44661         * sysdeps/unix/sysv/linux/configure: Regenerated.
44662         * sysdeps/gnu/configure: New generated file.
44664         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44665         for Linux: use nsec instead of usec, as well as:
44666         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44667         members of type struct timespec.
44668         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44669         New macros.
44670         (struct stat64): Likewise.
44671         (_STATBUF_ST_NSEC): New macro.
44672         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44674         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44675         __strtoul_internal rather than strtoul.
44677 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44679         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44680         and reject them.
44682 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44684         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44685         which preserves existing values.
44686         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44688 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44690         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44691         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44692         greater than FD_SETSIZE.
44694 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44696         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44697         allocated, call __vm_protect to finish enabling the existing space, and
44698         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44699         allocate the remainder.
44701 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44703         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44704         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44706 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44708         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44709         sysdeps/mach/hurd/readlink.c.
44711         * posix/tst-sysconf.c (posix_options): Only use
44712         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44713         _POSIX_SYNCHRONIZED_IO when they are defined
44714         * sysdeps/mach/hurd/bits/posix_opt.h:
44715         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44716         (_XOPEN_REALTIME): Undefine macro.
44717         (_XOPEN_REALTIME_THREADS): Undefine macro.
44718         (_XOPEN_SHM): Undefine macro.
44719         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44720         macro to -1.
44721         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44722         macro to -1.
44723         (_POSIX_ASYNC_IO): Undefine macro.
44724         (_POSIX_PRIORITIZED_IO): Undefine macro.
44725         (_POSIX_SPIN_LOCKS): Define macro to -1.
44727         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44728         SA_NODEFER, SA_RESETHAND.
44729         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44730         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44731         F_DUPFD_CLOEXEC.
44733 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44735         * elf/Makefile (pldd-modules): Define unconditionally.
44737 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44739         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44741 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44743         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44744         Return ENOENT when name is empty.
44745         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44747 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44749         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44751         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44753 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44755         Fix mlock in all cases except non-readable pages.
44756         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44757         instead of VM_PROT_ALL as parameter to __vm_wire function.
44759         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44760         (__mkdir): When path is `/', just fail with EEXIST.
44761         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44763 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44765         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44766         <sys/uio.h> (for writev).
44767         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44768         and <sys/param.h> (for MIN).
44770 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44772         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44773         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44774         if interrupted.
44776 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44778         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44779         Depend on against $(link-rpcuserlibs).
44781 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44783         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44784         (__libc_stack_end): Do not use attribute_relro.
44785         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44786         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44787         to libthread-provided value.
44788         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44789         attribute_relro.
44791 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44793         [BZ #3748]
44794         * bits/libc-lock.h (__libc_once_get): New macro.
44795         * sysdeps/mach/bits/libc-lock.h: Likewise.
44796         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44797         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44798         instead of using implementation details.
44800         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44801         * libio/freopen.c: Likewise.
44802         * libio/freopen64.c: Likewise.
44803         * misc/syslog.c: Likewise.
44804         * nscd/connections.c: Likewise.
44805         * nscd/netgroupcache.c: Likewise.
44806         * sysdeps/posix/getcwd.c: Likewise.
44808 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44810         * math/w_ilogbf.c: Add #include <limits.h>.
44812 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44814         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44815         path instead of returning without unlocking.
44817         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44818         immediate-write ioctls.
44819         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44821 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44823         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44824         __builtin_frame_address instead of making assumptions about the
44825         location of the return address relative to DATA.  Force early load of
44826         the return address.
44827         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44828         __builtin_frame_address.
44830         dup3 for GNU Hurd.
44831         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44832         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44833         implement dup3 and do some further code clean-ups.
44834         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44835         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44837 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44839         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44841         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44842         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44843         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44844         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44845         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44846         d->port.lock.
44848         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44849         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44850         when handler == SIG_ERR, not when handler != SIG_ERR.
44852 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44854         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44855         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44856         definitions.
44858         accept4 for GNU Hurd.
44859         * include/sys/socket.h (__libc_accept4): New prototype.
44860         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44861         to implement __libc_accept4.
44862         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44863         __libc_accept4.
44864         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44866         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44867         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44868         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44869         signal-defines.sym.
44871 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44873         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44875 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44877         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44878         assertion on O_CLOEXEC flag.
44879         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44880         * hurd/intern-fd.c: Likewise.
44881         * hurd/port2fd.c: Likewise.
44883 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44885         [BZ #3906]
44886         * bits/in.h (IPV6_PKTINFO): Define new macro.
44887         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44889 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44891         [BZ #13954]
44892         [BZ #13955]
44893         [BZ #13956]
44894         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44895         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44896         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44897         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44898         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44899         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44900         * math/libm-test.inc (logb_test) : Additional logb tests.
44902 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44903             Andreas Jaeger  <aj@suse.de>
44905         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44906         * configure: Regenerated.
44907         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44908         * config.make.in (link-obsolete-rpc): New substituted variable.
44909         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44910         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44911         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44912         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44913         so that libc.a contains the symbols.
44914         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44915         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44916         * sunrpc/auth_none.c: Likewise.
44917         * sunrpc/auth_unix.c: Likewise.
44918         * sunrpc/authdes_prot.c: Likewise.
44919         * sunrpc/authuxprot.c: Likewise.
44920         * sunrpc/clnt_gen.c: Likewise.
44921         * sunrpc/clnt_perr.c: Likewise.
44922         * sunrpc/clnt_raw.c: Likewise.
44923         * sunrpc/clnt_simp.c: Likewise.
44924         * sunrpc/clnt_tcp.c: Likewise.
44925         * sunrpc/clnt_udp.c: Likewise.
44926         * sunrpc/clnt_unix.c: Likewise.
44927         * sunrpc/des_crypt.c: Likewise.
44928         * sunrpc/des_soft.c: Likewise.
44929         * sunrpc/get_myaddr.c: Likewise.
44930         * sunrpc/key_call.c: Likewise.
44931         * sunrpc/key_prot.c: Likewise.
44932         * sunrpc/netname.c: Likewise.
44933         * sunrpc/pm_getmaps.c: Likewise.
44934         * sunrpc/pm_getport.c: Likewise.
44935         * sunrpc/pmap_clnt.c: Likewise.
44936         * sunrpc/pmap_prot.c: Likewise.
44937         * sunrpc/pmap_prot2.c: Likewise.
44938         * sunrpc/pmap_rmt.c: Likewise.
44939         * sunrpc/publickey.c: Likewise.
44940         * sunrpc/rpc_cmsg.c: Likewise.
44941         * sunrpc/rpc_common.c: Likewise.
44942         * sunrpc/rpc_dtable.c: Likewise.
44943         * sunrpc/rpc_prot.c: Likewise.
44944         * sunrpc/rpc_thread.c: Likewise.
44945         * sunrpc/rtime.c: Likewise.
44946         * sunrpc/svc.c: Likewise.
44947         * sunrpc/svc_auth.c: Likewise.
44948         * sunrpc/svc_raw.c: Likewise.
44949         * sunrpc/svc_run.c: Likewise.
44950         * sunrpc/svc_tcp.c: Likewise.
44951         * sunrpc/svc_udp.c: Likewise.
44952         * sunrpc/svc_unix.c: Likewise.
44953         * sunrpc/svcauth_des.c: Likewise.
44954         * sunrpc/xcrypt.c: Likewise.
44955         * sunrpc/xdr.c: Likewise.
44956         * sunrpc/xdr_array.c: Likewise.
44957         * sunrpc/xdr_float.c: Likewise.
44958         * sunrpc/xdr_intXX_t.c: Likewise.
44959         * sunrpc/xdr_mem.c: Likewise.
44960         * sunrpc/xdr_rec.c: Likewise.
44961         * sunrpc/xdr_ref.c: Likewise.
44962         * sunrpc/xdr_sizeof.c: Likewise.
44963         * sunrpc/xdr_stdio.c: Likewise.
44965 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44967         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44968         change.  Update copyright years.
44970 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44972         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44974 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44975             Joseph Myers  <joseph@codesourcery.com>
44976             Paul Pluzhnikov  <ppluzhnikov@google.com>
44978         [BZ #14012]
44979         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44980         requiring rpcgen.
44981         [cross-compiling] (extra-libs): Likewise.
44982         [cross-compiling] (extra-libs-others): Likewise.
44983         [cross-compiling] (librpcsvc-routines): Likewise.
44984         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44985         [cross-compiling] (omit-deps): Likewise.
44986         (sunrpc-CPPFLAGS): New variable.
44987         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44988         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44989         (cross-rpcgen-objs): New variable.
44990         (extra-objs): Append $(cross-rpcgen-objs).
44991         ($(cross-rpcgen-objs)): New rule.
44992         ($(objpfx)cross-rpcgen): Likewise.
44993         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44994         comment.
44995         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44996         ($(objpfx)x%.stmp): Likewise.
44997         * sunrpc/proto.h [IS_IN_build] (_): Define.
44998         [IS_IN_build] (_libc_intl_domainname): Likewise.
45000 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45002         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45003         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45004         and R_X86_64_TPOFF64.
45006 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45008         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45009         sysdeps/unix/sysv/syscalls.list.
45010         (stime): Likewise.
45011         (utime): Likewise.
45012         * sysdeps/unix/sysv/syscalls.list: Remove file.
45014 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45016         [BZ #3440]
45017         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45018         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45019         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45020         (__LC_IDENTIFICATION): Make these macros useful in #if
45021         expressions, as required by C99.
45023 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45025         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45026         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45027         after this.
45029 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45031         * stdlib/longlong.h: Updated from GCC.
45033 2012-05-09  Andreas Jaeger  <aj@suse.de>
45035         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45036         default is first entry.
45037         (run_mode): Set type.
45038         (main): Remove informal message about syslog.
45039         (options): Fix typo.
45041         [BZ #14053]
45042         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45043         to asm.
45044         (lrint): Likewise.
45045         (llrintf): Likewise.
45046         (llrint): Likewise.
45047         (rint): Likewise.
45048         (rintf): Likewise.
45049         (nearbyint): Likewise.
45050         (nearbyintf): Likewise.
45052 2012-05-09  Andreas Jaeger  <aj@suse.de>
45053             Pedro Alves  <palves@redhat.com>
45055         * nscd/nscd.c (run_mode): Use enum.
45056         (main): Cleanup coding style issue.
45058 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45059             Andreas Jaeger  <aj@suse.de>
45061         * nscd/nscd.c (go_background): Replaced with...
45062         (run_mode): ... this.
45063         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45064         (options): Add -F --foreground.
45065         (main): Implement it.
45066         (parse_opt): Parse it.
45068 2012-05-09  Andreas Jaeger  <aj@suse.de>
45070         [BZ #14083]
45071         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45072         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45073         -Wconversion warning.
45074         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45075         Likewise.
45077 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45079         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45080         == 0.
45081         (LC_ALL): Use macro-int-constant.
45082         (LC_COLLATE): Likewise.
45083         (LC_CTYPE): Likewise.
45084         (LC_MESSAGES): Likewise.
45085         (LC_MONETARY): Likewise.
45086         (LC_NUMERIC): Likewise.
45087         (LC_TIME): Likewise.
45088         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45089         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45090         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45091         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45092         Specify type.
45093         [C99-based standards] (float_t): Expect type.
45094         [C99-based standards] (double_t): Expect type.
45095         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45096         type.
45097         [C99-based standards] (HUGE_VALL): Likewise.
45098         [C99-based standards] (INFINITY): Likewise.
45099         [C99-based standards] (NAN): Likewise.
45100         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45101         [C99-based standards] (FP_NAN): Likewise.
45102         [C99-based standards] (FP_NORMAL): Likewise.
45103         [C99-based standards] (FP_SUBNORMAL): Likewise.
45104         [C99-based standards] (FP_ZERO): Likewise.
45105         [C99-based standards] (FP_FAST_FMA): Use
45106         optional-macro-int-constant.  Specify type.  Require == 1.
45107         [C99-based standards] (FP_FAST_FMAF): Likewise.
45108         [C99-based standards] (FP_FAST_FMAL): Likewise.
45109         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45110         [C99-based standards] (FP_ILOGBNAN): Likewise.
45111         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45112         Specify type.
45113         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45114         [C99-based standards] (math_errhandling): Specify type.
45115         [ISO99 || ISO11] (signgam): Do not allow.
45116         [non-C99-based standards] (copysignf): Do not allow.
45117         [non-C99-based standards] (exp2f): Likewise.
45118         [non-C99-based standards] (log2f): Likewise.
45119         [non-C99-based standards] (modff): Allow.
45120         [non-C99-based standards] (erff): Do not allow.
45121         [non-C99-based standards] (erfcf): Likewise.
45122         [non-C99-based standards] (gammaf): Likewise.
45123         [non-C99-based standards] (hypotf): Likewise.
45124         [non-C99-based standards] (j0f): Likewise.
45125         [non-C99-based standards] (j1f): Likewise.
45126         [non-C99-based standards] (jnf): Likewise.
45127         [non-C99-based standards] (lgammaf): Likewise.
45128         [non-C99-based standards] (tgammaf): Likewise.
45129         [non-C99-based standards] (y0f): Likewise.
45130         [non-C99-based standards] (y1f): Likewise.
45131         [non-C99-based standards] (ynf): Likewise.
45132         [non-C99-based standards] (isnanf): Likewise.
45133         [non-C99-based standards] (acoshf): Likewise.
45134         [non-C99-based standards] (asinhf): Likewise.
45135         [non-C99-based standards] (atanhf): Likewise.
45136         [non-C99-based standards] (cbrtf): Likewise.
45137         [non-C99-based standards] (expm1f): Likewise.
45138         [non-C99-based standards] (ilogbf): Likewise.
45139         [non-C99-based standards] (log1pf): Likewise.
45140         [non-C99-based standards] (logbf): Likewise.
45141         [non-C99-based standards] (nextafterf): Likewise.
45142         [non-C99-based standards] (remainderf): Likewise.
45143         [non-C99-based standards] (rintf): Likewise.
45144         [non-C99-based standards] (scalbf): Likewise.
45145         [non-C99-based standards] (copysignl): Likewise.
45146         [non-C99-based standards] (exp2l): Likewise.
45147         [non-C99-based standards] (log2l): Likewise.
45148         [non-C99-based standards] (modfl): Allow.
45149         [non-C99-based standards] (erfl): Do not allow.
45150         [non-C99-based standards] (erfcl): Likewise.
45151         [non-C99-based standards] (gammal): Likewise.
45152         [non-C99-based standards] (hypotl): Likewise.
45153         [non-C99-based standards] (j0l): Likewise.
45154         [non-C99-based standards] (j1l): Likewise.
45155         [non-C99-based standards] (jnl): Likewise.
45156         [non-C99-based standards] (lgammal): Likewise.
45157         [non-C99-based standards] (tgammal): Likewise.
45158         [non-C99-based standards] (y0l): Likewise.
45159         [non-C99-based standards] (y1l): Likewise.
45160         [non-C99-based standards] (ynl): Likewise.
45161         [non-C99-based standards] (isnanl): Likewise.
45162         [non-C99-based standards] (acoshl): Likewise.
45163         [non-C99-based standards] (asinhl): Likewise.
45164         [non-C99-based standards] (atanhl): Likewise.
45165         [non-C99-based standards] (cbrtl): Likewise.
45166         [non-C99-based standards] (expm1l): Likewise.
45167         [non-C99-based standards] (ilogbl): Likewise.
45168         [non-C99-based standards] (log1pl): Likewise.
45169         [non-C99-based standards] (logbl): Likewise.
45170         [non-C99-based standards] (nextafterl): Likewise.
45171         [non-C99-based standards] (remainderl): Likewise.
45172         [non-C99-based standards] (rintl): Likewise.
45173         [non-C99-based standards] (scalbl): Likewise.
45174         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45175         [non-C99-based standards] (FP_*): Do not allow.
45176         [C99-based standards] (FP_*): Change to
45177         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45178         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45179         allow.
45180         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45181         (SIG_ERR): Likewise.
45182         [X/Open-based standards] (SIG_HOLD): Likewise.
45183         (SIG_IGN): Likewise.
45184         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45185         positive value.
45186         (SIGFPE): Likewise.
45187         (SIGILL): Likewise.
45188         (SIGINT): Likewise.
45189         (SIGSEGV): Likewise.
45190         (SIGTER): Likewise.
45191         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45192         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45193         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45194         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45195         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45196         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45197         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45198         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45199         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45200         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45201         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45202         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45203         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45204         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45205         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45206         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45207         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45208         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45209         [X/Open-based standards] (SIGTRAP): Likewise.
45210         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45211         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45212         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45213         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45214         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45215         allow.
45217 2012-05-08  Ian Wienand  <ianw@vmware.com>
45219         [BZ #14080]
45220         * time/tzset.c (__tzset_parse_tz): Update default rules for
45221         daylight time changes in the Energy Policy Act of 2005.
45223 2012-05-09  Andreas Jaeger  <aj@suse.de>
45225         [BZ #13983]
45226         * elf/ldconfig.c (parse_conf): Change string to make clear that
45227         ldconfig only issued a warning if ld.so.conf does not exist.
45229 2012-05-08  David S. Miller  <davem@davemloft.net>
45231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45232         movxtod instead of popping the value on the stack.
45234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45236 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45238         * config.h.in: Add HAVE_ARM_PCS_VFP.
45240 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45242         [BZ #13979]
45243         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45244         checking but the checks are disabled for any reason.
45246 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45248         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45249         and ELF64_R_TYPE with ELFW(R_TYPE).
45251 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45253         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45254         (ulimit): Likewise.
45256         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45257         (settimeofday): Likewise.
45259 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45261         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45262         a struct th_u2 inside the union, and move tu_block/tu_code into
45263         a new th_u3 union of tu_block/tu_code inside of that.  Move
45264         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45265         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45266         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45267         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45268         (th_stuff): Change to th_u1.tu_stuff.
45269         (th_data): Define.
45270         (th_msg): Change to th_u1.th_u2.tu_data.
45272 2012-05-07  David S. Miller  <davem@davemloft.net>
45274         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45276         [BZ #14074]
45277         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45278         (SETUP_PIC_REG): Use it.
45279         (SETUP_PIC_REG_LEAF): Use it.
45281 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45283         [BZ #13885]
45284         [BZ #13923]
45285         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45286         USE_AS_EXPM1L.
45287         (EXPL_FINITE): Likewise.
45288         (FLDLOG): Likewise.
45289         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45290         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45291         e_expl.S.
45292         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45293         USE_AS_EXPM1L.
45294         (EXPL_FINITE): Likewise.
45295         (FLDLOG): Likewise.
45296         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45297         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45298         e_expl.S.
45299         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45300         test of -max_value argument for long double.
45301         * sysdeps/i386/fpu/libm-test-ulps: Update.
45302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45304 2012-05-06  David S. Miller  <davem@davemloft.net>
45306         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45307         quad soft-float symbols whose references which are compiler
45308         generated.
45309         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45311 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45313         [BZ #13884]
45314         [BZ #13914]
45315         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45316         USE_AS_EXP10L.
45317         (EXPL_FINITE): Likewise.
45318         (FLDLOG): Likewise.
45319         (c0): Likewise.
45320         (c1): Likewise.
45321         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45322         Adjust comments for base varying.
45323         (__expl_finite): Change alias to EXPL_FINITE.
45324         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45325         e_expl.S.
45326         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45327         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45328         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45329         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45330         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45331         USE_AS_EXP10L.
45332         (EXPL_FINITE): Likewise.
45333         (FLDLOG): Likewise.
45334         (c0): Likewise.
45335         (c1): Likewise.
45336         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45337         Adjust comments for base varying.
45338         (__expl_finite): Change alias to EXPL_FINITE.
45339         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45340         tests for bugs.
45341         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45343         [BZ #14064]
45344         * math/libm-test.inc (check_float_internal): Correct ulp
45345         calculation for subnormal expected results.
45347 2012-05-06  Andreas Jaeger  <aj@suse.de>
45349         * Makeconfig (+math-flags): New, set to -frounding-math.
45350         (+cflags): Add +math-flags so that all of glibc gets compiled with
45351         it.
45353         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45355 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45357         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45358         Disable one test.
45360         [BZ #13787]
45361         [BZ #13922]
45362         [BZ #14036]
45363         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45364         (__ieee754_expl): Allow for and saturate large arguments.
45365         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45366         (u_threshold): Likewise.
45367         (__exp): Call __ieee754_exp before checking for overflow and
45368         underflow.
45369         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45370         (u_threshold): Likewise.
45371         (__expf): Call __ieee754_expf before checking for overflow and
45372         underflow.
45373         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45374         (u_threshold): Likewise.
45375         (__expl): Call __ieee754_expl before checking for overflow and
45376         underflow.
45377         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45378         (__ieee754_expl): Allow for and saturate large arguments.
45379         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45380         missing overflow exception on overflow.
45381         (expm1_test): Do not allow missing overflow exception on overflow.
45383         * sysdeps/i386/fpu/e_expl.c: Move to ...
45384         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45385         rather than using inline asm.
45386         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45387         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45388         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45390         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45391         (nice): Likewise.
45392         (poll): Likewise.
45393         (signal): Likewise.
45394         (time): Likewise.
45395         (times): Likewise.
45397 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45399         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45400         sysdeps/unix/common/syscalls.list.
45401         (fchmod): Likewise.
45402         (fchown): Likewise.
45403         (ftruncate): Likewise.
45404         (getrusage): Likewise.
45405         (gettimeofday): Likewise.
45406         (setpgid): Likewise.
45407         (setregid): Likewise.
45408         (setreuid): Likewise.
45409         (sigaction): Likewise.
45410         (truncate): Likewise.
45411         (vhangup): Likewise.
45412         * sysdeps/unix/common/syscalls.list: Remove file.
45413         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45414         * sysdeps/unix/sysv/linux/Implies: Likewise.
45416 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45418         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45419         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45420         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45421         Moved to ...
45422         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45423         Here.
45424         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45425         to ...
45426         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45427         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45428         to ...
45429         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45430         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45431         to ...
45432         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45433         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45434         to ...
45435         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45436         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45437         to ...
45438         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45439         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45440         to ...
45441         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45442         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45443         to ...
45444         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45445         Here.
45446         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45447         to ...
45448         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45449         Here.
45450         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45451         to ...
45452         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45453         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45454         Moved to ...
45455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45456         Here.
45457         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45458         to ...
45459         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45461 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45463         * sysdeps/unix/common/bits/dirent.h: Remove file.
45464         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45466         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45467         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45468         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45469         * sysdeps/unix/bsd/isatty.c: Likewise.
45470         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45471         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45472         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45474 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45476         [BZ #13563]
45477         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45478         long double comparison inaccuracies.
45479         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45482 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45484         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45485         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45487 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45489         [BZ #14049]
45490         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45491         nonzero digits before rounding a hex value.
45492         * stdlib/tst-strtod.c (tests): Add another test.
45494 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45496         * sysdeps/s390/fpu/libm-test-ulps: Update.
45498 2012-05-03  Andreas Jaeger  <aj@suse.de>
45500         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45501         does not get optimized out.
45502         (malloc_opt_barrier): New.
45504 2012-05-03  Andreas Jaeger  <aj@suse.de>
45505             Roland McGrath  <roland@hack.frob.com>
45507         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45508         intermediate file deletion.
45509         (generated): Add .symlist files.
45511 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45513         [BZ #13775]
45514         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45515         Redirect under this condition.
45516         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45517         [__USE_GNU] (__dprintf_chk): Not under this condition.
45518         [__USE_GNU] (__vdprintf_chk): Likewise.
45519         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45520         under this condition.
45521         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45522         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45523         [__USE_XOPEN2K8] (vdprintf): Likewise.
45524         [__USE_GNU] (__dprintf_chk): Not under this condition.
45525         [__USE_GNU] (__vdprintf_chk): Likewise.
45526         [__USE_GNU] (dprintf): Likewise.
45527         [__USE_GNU] (vdprintf): Likewise.
45529 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45531         * elf/Makefile (common-generated): Set this instead of generated for
45532         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45533         $(all-built-dso)-derived lists.
45535 2012-05-03  Andreas Jaeger  <aj@suse.de>
45537         * sysdeps/i386/fpu/libm-test-ulps: Update.
45539         * FAQ: Removed.
45540         * FAQ.in: Likewise.
45541         * scripts/gen-FAQ.pl: Likewise.
45542         * manual/install.texi (Installation): Point to online location of
45543         FAQ.
45544         * Makefile (files-for-dist): Remove FAQ.
45545         (FAQ): Remove.
45547 2012-05-02  Allan McRae  <allan@archlinux.org>
45549         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45550         (LDFLAGS-reldepmod5.so): Likewise.
45551         (LDFLAGS-reldep6mod1.so): Likewise.
45552         (LDFLAGS-reldep6mod4.so): Likewise.
45553         (LDFLAGS-reldep8mod3.so): Likewise.
45554         (LDFLAGS-unload4mod1.so): Likewise.
45555         (LDFLAGS-unload4mod2.so): Likewise.
45556         (LDFLAGS-tst-initorder): Likewise.
45557         (LDFLAGS-tst-initordera2.so): Likewise.
45558         (LDFLAGS-tst-initordera3.so): Likewise.
45559         (LDFLAGS-tst-initordera4.so): Likewise.
45560         (LDFLAGS-tst-initorderb2.so): Likewise.
45561         (LDFLAGS-noload): Likewise.
45562         (LDFLAGS-next): Likewise.
45563         (LDFLAGS-order2mod1.so): Likewise.
45564         (LDFLAGS-order2mod2.so): Likewise.
45565         (LDFLAGS-tst-initorder2): Likewise.
45566         (LDFLAGS-tst-initorder2a.so): Likewise.
45567         (LDFLAGS-tst-initorder2b.so): Likewise.
45568         (LDFLAGS-tst-initorder2c.so): Likewise.
45569         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45571 2012-05-02  David S. Miller  <davem@davemloft.net>
45573         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45575 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45577         [BZ #14055]
45578         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45580 2012-05-02  Andreas Jaeger  <aj@suse.de>
45582         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45583         since we manipulate rounding mode.
45584         (CPPFLAGS-test-idouble.c): Likewise.
45585         (CPPFLAGS-test-ifloat.c): Likewise.
45586         (CFLAGS-test-ldouble.c): Likewise.
45587         (CFLAGS-test-double.c): Likewise.
45588         (CFLAGS-test-float.c): Likewise.
45589         (CFLAGS-test-misc.c): Likewise.
45590         (CFLAGS-test-test-fenv.c): Likewise.
45592 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45594         [BZ #2550]
45595         [BZ #2570]
45596         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45597         comparisons to determine direction to adjust input.
45599 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45601         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45602         output to the target.
45604         * scripts/localplt.awk: New file.
45605         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45606         (check-localplt-CFLAGS): Variable removed.
45607         ($(all-built-dso:=.jmprel)): New static pattern rule.
45608         (generated): Add those targets.
45609         (localplt-built-dso): New variable.
45610         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45612         * elf/check-localplt.c: File removed.
45614         * scripts/check-execstack.awk: New file.
45615         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45616         (check-execstack-CFLAGS): Variable removed.
45617         ($(objpfx)check-execstack.h): Target removed.
45618         ($(objpfx)execstack-default): New target.
45619         (generated): Add that instead of check-execstack.h.
45620         ($(all-built-dso:=.phdr)): New static pattern rule.
45621         (generated): Add those targets.
45622         * elf/check-execstack.c: File removed.
45624         * scripts/check-textrel.awk: New file.
45625         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45626         (check-textrel-CFLAGS): Variable removed.
45627         (all-built-dso): Use := to define.o
45628         ($(all-built-dso:=.dyn)): New static pattern rule.
45629         (generated): Add those targets.
45630         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45631         * config.make.in (READELF): New substituted variable.
45632         * elf/check-textrel.c: File removed.
45634 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45636         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45637         allow.
45638         * conform/data/ctype.h-data [C99-based standards] (isblank):
45639         Expect function.
45640         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45641         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45642         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45643         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45644         Specify type.  Require positive value.
45645         (EILSEQ): Likewise.
45646         (ERANGE): Likewise.
45647         [ISO || POSIX] (EILSEQ): Do not expect.
45648         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45649         Specify type.  Require positive value.
45650         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45651         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45652         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45653         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45654         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45655         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45656         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45657         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45658         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45659         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45660         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45661         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45662         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45663         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45664         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45665         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45666         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45667         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45668         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45669         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45670         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45671         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45672         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45673         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45674         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45675         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45676         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45677         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45678         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45679         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45680         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45681         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45682         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45683         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45684         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45685         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45686         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45687         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45688         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45689         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45690         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45691         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45692         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45693         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45694         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45695         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45696         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45697         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45698         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45699         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45700         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45701         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45702         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45703         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45704         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45705         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45706         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45707         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45708         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45709         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45710         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45711         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45712         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45713         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45714         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45715         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45716         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45717         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45718         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45719         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45720         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45721         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45722         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45723         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45724         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45725         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45726         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45727         Require >= 2.
45728         (FLT_ROUNDS): Expect as macro, not constant.
45729         (FLT_MANT_DIG): Use macro-int-constant.
45730         (DBL_MANT_DIG): Likewise.
45731         (LDBL_MANT_DIG): Likewise.
45732         (FLT_DIG): Likewise.
45733         (DBL_DIG): Likewise.
45734         (LDBL_DIG): Likewise.
45735         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45736         (DBL_MIN_EXP): Likewise.
45737         (LDBL_MIN_EXP): Likewise.
45738         (FLT_MAX_EXP): Use macro-int-constant.
45739         (DBL_MAX_EXP): Likewise.
45740         (LDBL_MAX_EXP): Likewise.
45741         (FLT_MAX_10_EXP): Likewise.
45742         (DBL_MAX_10_EXP): Likewise.
45743         (LDBL_MAX_10_EXP): Likewise.
45744         (FLT_MAX): Use macro-constant.
45745         (DBL_MAX): Likewise.
45746         (LDBL_MAX): Likewise.
45747         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45748         (DBL_EPSILON): Likewise.
45749         (LDBL_EPSILON): Likewise.
45750         (FLT_MIN): Likewise.
45751         (DBL_MIN): Likewise.
45752         (LDBL_MIN): Likewise.
45753         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45754         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45755         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45756         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45757         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45758         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45759         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45760         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45761         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45762         [ISO11] (FLT_TRUE_MIN): Likewise.
45763         [ISO11] (LDBL_TRUE_MIN): Likewise.
45764         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45765         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45766         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45767         (SCHAR_MAX): Likewise.
45768         (UCHAR_MAX): Likewise.
45769         (CHAR_MIN): Likewise.
45770         (CHAR_MAX): Likewise.
45771         (MB_LEN_MAX): Use macro-int-constant.
45772         (SHRT_MIN): Use macro-int-constant.  Specify type.
45773         (SHRT_MAX): Likewise.
45774         (USHRT_MAX): Likewise.
45775         (INT_MAX): Likewise.
45776         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45777         bound negative.
45778         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45779         bound with "U".
45780         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45781         bound with "L".
45782         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45783         bound negative.  Suffix upper bound with "L".
45784         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45785         bound with "UL".
45786         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45787         Specify type.
45788         [C99-based standards] (LLONG_MAX): Likewise.
45789         [C99-based standards] (ULLONG_MAX): Likewise.
45790         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45791         == 0.
45792         [ISO11] (max_align_t): Require type.
45793         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45795         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45796         from $CFLAGS, without defining away __attribute__ calls.
45797         (checknamespace): Use $CFLAGS_namespace.
45799         * conform/conformtest.pl (@keywords): Only include C99 keywords
45800         for standards based on C99 or C11.
45802         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45803         Disable tests.
45804         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45805         UNIX98]: Likewise.
45807         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45808         usability of symbols in #if.
45810         * conform/conformtest.pl: If macro or constant types start
45811         "promoted:", expect the symbol to be of the following type
45812         promoted by the integer promotions.
45814         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45815         in one place.  Also handle "macro-constant".
45817         * conform/conformtest.pl: Only accept expected macro values with
45818         "==".  Parse all "macro" lines in one place.
45819         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45821         * conform/conformtest.pl: Handle braced types on "constant" lines
45822         instead of handling "typed-constant".
45823         * conform/data/signal.h-data: Use "constant" instead of
45824         "typed-constant".
45826         * conform/conformtest.pl: Handle "optional-" at start of lines in
45827         one place rather than duplicating several cases.  Handle each
45828         format of "macro" line with initial "optional-".
45830         * conform/conformtest.pl: Only accept expected constant or
45831         optional-constant values with "==".  Parse all "constant" lines in
45832         one place.  Parse all "optional-constant" lines in one place.
45833         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45834         * conform/data/fmtmsg.h-data: Likewise.
45835         * conform/data/netinet/in.h-data: Likewise.
45836         * conform/data/tar.h-data: Likewise.
45837         * conform/data/limits.h-data: Use "==" form on "constant" and
45838         "optional-constant" lines.
45840         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45841         Use -std=c99 for XOPEN2K.
45842         (@knownproblems): Remove.
45843         (newtoken): Don't check %isknown.
45845         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45846         Do not expect macro.
45847         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45848         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45849         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45850         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45851         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45852         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45853         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45854         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45855         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45856         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45857         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45858         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45859         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45860         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45861         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45862         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45863         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45864         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45865         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45866         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45867         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45868         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45869         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45870         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45871         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45872         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45873         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45874         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45875         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45876         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45877         [XPG3] (acosh): Likewise.
45878         [XPG3] (asinh): Likewise.
45879         [XPG3] (atanh): Likewise.
45880         [XPG3] (cbrt): Likewise.
45881         [XPG3] (expm1): Likewise.
45882         [XPG3] (ilogb): Likewise.
45883         [XPG3] (log1p): Likewise.
45884         [XPG3] (logb): Likewise.
45885         [XPG3] (nextafter): Likewise.
45886         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45887         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45888         [XPG3] (remainder): Likewise.
45889         [XPG3] (rint): Likewise.
45890         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45891         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45892         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45893         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45894         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45895         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45896         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45897         [UNIX98 || XOPEN2K] (scalb): Expect.
45898         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45899         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45900         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45901         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45902         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45903         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45904         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45905         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45906         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45907         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45908         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45909         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45910         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45911         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45912         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45913         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45914         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45915         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45916         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45917         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45918         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45919         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45920         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45921         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45922         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45923         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45924         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45925         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45926         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45927         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45928         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45929         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45930         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45931         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45932         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45933         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45934         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45935         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45936         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45937         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45938         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45939         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45940         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45941         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45942         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45943         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45944         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45945         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45946         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45947         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45948         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45949         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45950         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45951         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45952         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45953         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45954         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45955         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45956         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45957         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45958         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45959         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45960         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45961         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45962         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45963         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45964         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45965         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45966         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45967         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45968         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45969         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45970         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45971         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45972         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45973         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45974         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45975         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45976         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45977         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45978         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45979         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45980         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45981         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45982         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45983         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45984         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45985         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45986         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45987         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45988         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45989         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45990         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45991         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45992         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45993         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45994         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45995         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45996         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45997         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45998         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45999         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46000         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46001         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46002         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46003         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46004         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46005         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46006         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46007         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46008         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46009         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46010         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46011         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46012         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46013         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46014         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46015         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46016         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46017         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46018         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46019         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46020         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46021         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46022         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46023         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46024         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46025         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46026         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46027         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46028         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46029         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46030         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46031         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46032         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46033         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46034         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46036         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46037         _XOPEN_SOURCE_EXTENDED for XPG4.
46039         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46041         * Makeconfig (localtime): Remove variable.
46042         (inst_localtime-file): Likewise.
46044 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46047         Update.
46048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46049         Update.
46050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46051         Update.
46052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46053         Update.
46054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46055         Update.
46056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46057         Update.
46058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46059         Update.
46060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46061         Update.
46062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46063         Update.
46065 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46067         [BZ #2550]
46068         [BZ #2570]
46069         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46070         comparisons to determine direction to adjust input.
46071         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46072         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46073         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46074         Likewise.
46075         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46076         Likewise.
46077         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46078         Likewise.
46079         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46080         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46081         Likewise.
46082         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46083         Likewise.
46084         * math/libm-test.inc (nexttoward_test): Add more tests.
46086 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46088         [BZ #14040]
46089         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46090         in version GLIBC_2.1, not GLIBC_2.0.
46091         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46092         Likewise.
46094 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46096         [BZ #13942]
46097         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46098         (1 - x) * (1 + x).
46099         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46100         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46101         * math/libm-test.inc (acos_test): Add more tests.
46102         (asin_test): Likewise.
46103         * sysdeps/i386/fpu/libm-test-ulps: Update.
46104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46106         [BZ #14034]
46107         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46108         of square root.
46109         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46110         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46111         * math/libm-test.inc (acos_test_tonearest): New function.
46112         (acos_test_towardzero): Likewise.
46113         (acos_test_downward): Likewise.
46114         (acos_test_upward): Likewise.
46115         (asin_test_tonearest): Likewise.
46116         (asin_test_towardzero): Likewise.
46117         (asin_test_downward): Likewise.
46118         (asin_test_upward): Likewise.
46119         (main): Call the new functions.
46120         * sysdeps/i386/fpu/libm-test-ulps: Update.
46121         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46123         [BZ #13884]
46124         [BZ #13924]
46125         * math/e_exp10.c: Include <float.h>.
46126         (__ieee754_exp10): Handle underflow here rather than multiplying
46127         large negative argument by M_LN10.
46128         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46129         of __ieee754_expf.
46130         * math/e_exp10l.c: Include <float.h>.
46131         (__ieee754_exp10l): Handle underflow here rather than multiplying
46132         large negative argument by M_LN10l.
46133         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46134         spurious overflow exception on underflow.
46136 2012-04-29  Marek Polacek  <polacek@redhat.com>
46138         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46139         (__fortify_function): New macro.
46140         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46141         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46142         __extern_always_inline.
46143         * libio/bits/stdio2.h: Likewise.
46144         * libio/bits/stdio.h: Likewise.
46145         * string/string.h: Likewise.
46146         * string/bits/string3.h: Likewise.
46147         * include/stdio.h: Likewise.
46148         * stdlib/bits/stdlib.h: Likewise.
46149         * stdlib/stdlib.h: Likewise.
46150         * rt/bits/mqueue2.h: Likewise.
46151         * rt/mqueue.h: Likewise.
46152         * posix/bits/unistd.h: Likewise.
46153         * posix/unistd.h: Likewise.
46154         * io/bits/poll2.h: Likewise.
46155         * io/bits/fcntl2.h: Likewise.
46156         * io/fcntl.h: Likewise.
46157         * io/sys/poll.h: Likewise.
46158         * misc/bits/syslog.h: Likewise.
46159         * misc/bits/syslog-ldbl.h: Likewise.
46160         * misc/sys/syslog.h: Likewise.
46161         * socket/bits/socket2.h: Likewise.
46162         * socket/sys/socket.h: Likewise.
46163         * debug/tst-chk1.c: Likewise.
46164         * wcsmbs/bits/wchar2.h: Likewise.
46165         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46166         * wcsmbs/wchar.h: Likewise.
46168 2012-04-29  Andreas Jaeger  <aj@suse.de>
46170         * Makerules (tests): Remove enable-check-abi protection.
46171         (check-abi-warn): Remove.
46172         (check-abi-%): Remove check-abi-warn usage.
46174         * configure.in: Remove check-abi configure option.
46175         * configure: Regenerated.
46176         * config.make.in (enable-check-abi): Remove.
46178 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46180         [BZ #14033]
46181         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46182         double functions to double *_finite functions.
46184         [BZ #13941]
46185         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46186         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46187         LDBL_MIN_EXP.
46188         * stdio-common/Makefile (tests): Add tst-sprintf3.
46189         * stdio-common/tst-sprintf3.c: New file.
46191         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46192         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46194 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46196         * conform/conformtest.pl: Remove duplicate typed-constant
46197         handling.
46199 2012-04-28  David S. Miller  <davem@davemloft.net>
46201         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46202         (check-abi-%): Remove AWK script prerequisite and explicit
46203         abilist directory.
46204         (check-abi): Rewrite to just diff the symlist with the abilist.
46205         (config-tls, config-abi-config): Delete, no longer used.
46206         (update-abi-%): Remove AWK script and explicit abilist directory.
46207         (update-abi): Rewrite to simply compare and conditionally copy the
46208         symlist and the sysdep abilist file.  Remove update-abi-config
46209         checks.
46210         * abilist/ld.abilist: Remove.
46211         * abilist/libBrokenLocale.abilist: Remove.
46212         * abilist/libanl.abilist: Remove.
46213         * abilist/libcrypt.abilist: Remove.
46214         * abilist/libdl.abilist: Remove.
46215         * abilist/librt.abilist: Remove.
46216         * abilist/libthread_db.abilist: Remove.
46217         * abilist/libutil.abilist: Remove.
46218         * scripts/extract-abilist.awk: Remove.
46219         * scripts/merge-abilist.awk: Remove.
46220         * sysdeps/generic/libcidn.abilist: New file.
46221         * sysdeps/generic/libnss_compat.abilist: New file.
46222         * sysdeps/generic/libnss_db.abilist: New file.
46223         * sysdeps/generic/libnss_dns.abilist: New file.
46224         * sysdeps/generic/libnss_files.abilist: New file.
46225         * sysdeps/generic/libnss_hesiod.abilist: New file.
46226         * sysdeps/generic/libnss_nis.abilist: New file.
46227         * sysdeps/generic/libnss_nisplus.abilist: New file.
46228         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46229         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46230         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46231         file.
46232         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46233         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46234         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46235         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46236         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46237         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46238         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46239         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46240         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46241         file.
46242         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46243         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46244         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46245         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46246         file.
46247         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46248         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46249         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46250         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46251         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46252         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46253         file.
46254         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46255         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46256         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46257         file.
46258         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46259         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46260         New file.
46261         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46262         New file.
46263         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46264         New file.
46265         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46266         New file.
46267         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46268         New file.
46269         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46270         New file.
46271         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46272         New file.
46273         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46274         New file.
46275         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46276         New file.
46277         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46278         New file.
46279         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46280         New file.
46281         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46282         New file.
46283         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46284         New file.
46285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46286         file.
46287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46288         New file.
46289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46290         New file.
46291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46292         file.
46293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46294         New file.
46295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46296         New file.
46297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46298         file.
46299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46300         New file.
46301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46302         New file.
46303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46304         New file.
46305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46306         New file.
46307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46308         New file.
46309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46310         New file.
46311         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46312         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46313         file.
46314         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46315         New file.
46316         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46317         file.
46318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46319         file.
46320         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46321         file.
46322         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46323         file.
46324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46325         file.
46326         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46327         New file.
46328         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46329         file.
46330         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46331         file.
46332         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46333         New file.
46334         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46335         file.
46336         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46337         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46338         file.
46339         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46340         New file.
46341         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46342         file.
46343         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46344         file.
46345         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46346         file.
46347         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46348         file.
46349         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46350         file.
46351         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46352         New file.
46353         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46354         file.
46355         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46356         file.
46357         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46358         New file.
46359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46360         file.
46361         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46362         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46363         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46364         file.
46365         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46366         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46367         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46368         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46369         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46370         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46371         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46372         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46373         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46374         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46375         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46376         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46377         file.
46378         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46379         New file.
46380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46381         file.
46382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46383         file.
46384         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46385         file.
46386         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46387         file.
46388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46389         file.
46390         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46391         New file.
46392         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46393         New file.
46394         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46395         file.
46396         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46397         New file.
46398         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46399         file.
46400         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46401         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46402         file.
46403         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46404         New file.
46405         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46406         file.
46407         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46408         file.
46409         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46410         file.
46411         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46412         file.
46413         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46414         file.
46415         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46416         New file.
46417         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46418         New file.
46419         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46420         file.
46421         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46422         New file.
46423         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46424         file.
46426 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46428         * conform/conformtest.pl: Fix typo in handling typed-constant from
46429         allow-header.
46431 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46433         * README: Cut down references to pre-2.6 Linux kernels and
46434         Linuxthreads.  Update lists of configurations in libc and ports
46435         and sort alphabetically.  Say "or newer" with Linux kernel version
46436         requirements.
46438         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46440 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46442         [BZ #887]
46443         * math/libm-test.inc (logb_test_downward): New test to expose
46444         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46445         rounding mode.
46447 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46449         [BZ #14027]
46450         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46451         to be done.
46452         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46453         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46455 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46457         * sysdeps/unix/i386/brk.S: Remove file.
46458         * sysdeps/unix/i386/dl-brk.S: Likewise.
46459         * sysdeps/unix/i386/pipe.S: Likewise.
46460         * sysdeps/unix/i386/sigreturn.S: Likewise.
46461         * sysdeps/unix/i386/syscall.S: Likewise.
46462         * sysdeps/unix/i386/vfork.S: Likewise.
46463         * sysdeps/unix/i386/wait.S: Likewise.
46465         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46466         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46468         * configure.in (arm*-none*): Do not allow without
46469         --enable-hacker-mode.
46470         (netbsd*): Remove case setting base_os.
46471         (386bsd*): Likewise.
46472         (freebsd*): Likewise.
46473         (bsdi*): Likewise.
46474         (osf*): Likewise.
46475         (sunos*): Likewise.
46476         (ultrix*): Likewise.
46477         (newsos*): Likewise.
46478         (dynix*): Likewise.
46479         (*bsd*): Likewise.
46480         (sysv*): Likewise.
46481         (isc*): Likewise.
46482         (esix*): Likewise.
46483         (sco*): Likewise.
46484         (minix*): Likewise.
46485         (irix4*): Likewise.
46486         (irix6*): Likewise.
46487         (solaris[2-9]*): Likewise.
46488         (none): Likewise.
46489         * configure: Regenerated.
46491 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46493         [BZ #11521]
46494         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46495         overflow or cancellation in calculating denominator.
46496         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46497         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46498         down expression to avoid unexpected rounding in newer GCCs.
46499         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46501 2012-04-26  David S. Miller  <davem@davemloft.net>
46503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46504         long-double compat symbols.
46505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46512         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46513         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46514         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46515         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46516         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46517         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46519 2012-04-25  David S. Miller  <davem@davemloft.net>
46521         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46522         HWCAP_* values only after the memory barriers have been defined.
46523         (atomic_full_barrier): Define.
46524         (atomic_read_barrier): Define.
46525         (atomic_write_barrier): Define.
46527 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46529         * shlib-versions: Add libgcc_s version information.
46530         * sysdeps/generic/libgcc_s.h: Remove.
46531         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46532         libgcc_s.h.
46533         * sysdeps/gnu/unwind-resume.c: Likewise.
46534         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46536 2012-04-25  David S. Miller  <davem@davemloft.net>
46538         * sysdeps/unix/sparc/brk.S: Delete.
46539         * sysdeps/unix/sparc/dl-brk.S: Delete.
46540         * sysdeps/unix/sparc/pipe.S: Delete.
46541         * sysdeps/unix/sparc/sysdep.S: Delete.
46542         * sysdeps/unix/sparc/sysdep.h: Delete.
46543         * sysdeps/unix/sparc/vfork.S: Delete.
46544         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46545         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46546         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46547         (ret_ERRVAL, r0, r1, MOVE): Define.
46548         (JUMPTARGET): Remove.
46549         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46550         sysdeps/unix/sparc/sysdep.h
46551         (ENTRY, END): Remove.
46552         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46554 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46556         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46557         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46558         -DIS_IN_build.
46560         * timezone/README: Update upstream location and email address for
46561         tzcode and tzdata.
46562         * timezone/zdump.c: Update from tzcode 2012b.
46563         * timezone/zic.c: Likewise.
46565         * configure.in (libc_cv_as_needed): Remove test.
46566         * configure: Regenerated.
46567         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46568         conditional definition.
46569         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46570         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46571         * config.make.in (have-as-needed): Remove variable.
46573 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46574             Paul Pluzhnikov  <ppluzhnikov@google.com>
46576         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46577         strings correctly.
46579 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46581         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46582         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46583         * sysdeps/sh/strlen.S: Likewise.
46585 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46587         * sysdeps/unix/fork.S: Remove file.
46588         * sysdeps/unix/i386/fork.S: Likewise.
46589         * sysdeps/unix/sparc/fork.S: Likewise.
46591         * sysdeps/unix/system.c: Remove file.
46592         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46594         * sysdeps/unix/getegid.S: Remove file.
46595         * sysdeps/unix/geteuid.S: Likewise.
46597 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46599         * scripts/check-localplt.awk: New file.
46600         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46601         of diff.
46602         * scripts/data/localplt-generic.data: Add a comment.
46604         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46605         NODE when __dir_mkfile failed.
46606         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46607         Reported by Ludovic Courtès <ludo@gnu.org>.
46609 2012-04-24  Andreas Jaeger  <aj@suse.de>
46611         * Makerules (common-clean): Also remove gen-as-const-headers
46612         files.
46614 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46616         * Makerules (native-compile): Do not change working directory for
46617         build.  Use $(OUTPUT_OPTION) in command.
46618         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46620 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46622         [BZ #13886]
46623         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46624         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46625         * math/libm-test.inc (floor_test): Add more tests.
46626         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46628 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46630         * sysdeps/unix/getdents.c: Remove file.
46631         * sysdeps/unix/sysv/getdents.c: Likewise.
46632         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46634         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46635         sysdeps/unix/mman/syscalls.list.
46636         (mmap): Likewise.
46637         (mprotect): Likewise.
46638         (msync): Likewise.
46639         (munmap): Likewise.
46640         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46641         * sysdeps/unix/mman/syscalls.list: Remove.
46642         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46644         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46645         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46646         * configure: Regenerated.
46647         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46648         $(libgcc_s_suffix).
46649         * config.make.in (libgcc_s_suffix): Remove variable.
46651 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46653         * sysdeps/unix/sysv/gethostname.c: Move to ...
46654         * sysdeps/posix/gethostname.c: ... here.
46656         * sysdeps/unix/execve.S: Remove file.
46658         * sysdeps/unix/_exit.S: Remove file.
46660 2012-04-23  Andreas Jaeger  <aj@suse.de>
46662         [BZ #13739]
46663         * manual/Makefile: Remove make dist support, there's no
46664         need for a stand-alone documentation tar ball.
46665         (TEXI2DVI): Define always, it's not in Makeconfig.
46666         (dist): Removed.
46667         (tar-it): Removed.
46668         (edition): Removed.
46669         (glibc-doc-$(edition).tar): Removed
46670         (%.Z): Removed.
46671         (%.gz): Removed.
46672         (%.uu): Removed.
46673         (ETAGS): Remove, it's in Makeconfig.
46674         (move-if-change): Remove, it's in Makeconfig.
46676 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46678         [BZ #13970]
46679         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46680         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46681         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46682         (strtod_l, strtof_l, strtold_l): Remove __wur.
46683         It is not necessarily an error to ignore strtol's return value.
46684         One can reliably look at the stored endptr to decide whether
46685         the number had valid syntax.
46687 2012-04-21  Andreas Jaeger  <aj@suse.de>
46689         [BZ #13739]
46690         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46692 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46694         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46695         * sysdeps/unix/sysv/Versions: Remove file.
46697 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46699         [BZ #13927]
46700         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46702 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46704         [BZ #7064]
46705         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46706         version from __vm86.
46708 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46710         * sysdeps/unix/common/lxstat.c: Remove file.
46711         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46713         * sysdeps/unix/sysv/Makefile: Remove file.
46715         * sysdeps/unix/sysv/direct.h: Remove file.
46717         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46718         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46719         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46720         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46721         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46722         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46723         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46725         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46727         * sysdeps/unix/xmknod.c: Remove file.
46728         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46730         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46732         * sysdeps/unix/sysv/i386/time.S: Remove file.
46734         * sysdeps/unix/fxstat.c: Remove file.
46735         * sysdeps/unix/xstat.c: Likewise.
46736         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46738         * sysdeps/unix/sysv/sigaction.c: Remove file.
46740         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46741         (sysdep_headers): Remove variable.
46742         [termio.h not in sysdep_headers] (generated): Likewise.
46743         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46744         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46745         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46746         * sysdeps/unix/sysv/tcflow.c: Likewise.
46747         * sysdeps/unix/sysv/tcflush.c: Likewise.
46748         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46749         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46750         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46751         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46752         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46754         * sysdeps/unix/siglist.c: Remove file.
46756         * sysdeps/unix/getppid.S: Remove file.
46758         * sysdeps/unix/mkdir.c: Remove file.
46759         * sysdeps/unix/rmdir.c: Likewise.
46761 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46763         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46764         ERR_MAX value.
46765         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46766         errlist-compat value.
46768 2012-04-18  David S. Miller  <davem@davemloft.net>
46770         * sysdeps/generic/memcopy.h (reg_char): Delete.
46771         * debug/strcat_chk.c: Use char, not reg_char.
46772         * debug/strcpy_chk.c: Likewise.
46773         * debug/strncat_chk.c: Likewise.
46774         * debug/strncpy_chk.c: Likewise.
46775         * string/memchr.c: Likewise.
46776         * string/memrchr.c: Likewise.
46777         * string/rawmemchr.c: Likewise.
46778         * string/strcat.c: Likewise.
46779         * string/strchr.c: Likewise.
46780         * string/strchrnul.c: Likewise.
46781         * string/strcmp.c: Likewise.
46782         * string/strcpy.c: Likewise.
46783         * string/strncat.c: Likewise.
46784         * string/strncmp.c: Likewise.
46785         * string/strncpy.c: Likewise.
46787 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46789         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46790         __builtin_memcopy is called when src and dest ranges are known to not
46791         overlap.
46793 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46795         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46796         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46797         fwd_align_merge macro call.
46798         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46799         bwd_align_merge macro call.
46800         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46802 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46804         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46805         bwd_align_merge macros.
46806         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46807         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46808         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46810 2012-04-18  David S. Miller  <davem@davemloft.net>
46812         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46814 2012-04-18  Andreas Jaeger  <aj@suse.de>
46816         [BZ# 6794]
46817         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46818         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46819         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46821         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46822         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46823         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46825         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46826         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46827         Adjust for changed ldbl-128 files.
46829         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46830         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46831         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46833 2012-04-17  David S. Miller  <davem@davemloft.net>
46835         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46837 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46839         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46840         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46841         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46842         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46843         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46844         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46846 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46848         [BZ #6794]
46849         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46850         * math/libm-test.inc: Add ilogb errno and exception tests.
46851         * math/w_ilogb.c: New file: ilogb wrapper.
46852         * math/w_ilogbf.c: New file: ilogbf wrapper.
46853         * math/w_ilogbl.c: New file: ilogbl wrapper.
46854         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46855         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46856         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46857         exception being thrown with 0.0 as argument.
46858         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46859         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46860         exception being thrown with 0.0 as argument.
46861         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46862         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46863         exception being thrown with 0.0 as argument.
46864         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46865         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46866         exception being thrown with 0.0 as argument.
46867         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46868         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46869         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46870         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46871         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46872         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46873         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46874         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46875         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46877 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46879         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46880         with altivec.
46882 2012-04-16  Marek Polacek  <polacek@redhat.com>
46884         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46886 2012-04-16  Marek Polacek  <polacek@redhat.com>
46888         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46889         operands of fdivp instruction.
46891 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46893         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46894         * elf/tst-auditmod3b.c: Likewise.
46895         * elf/tst-auditmod4b.c: Likewise.
46896         * elf/tst-auditmod5b.c: Likewise.
46897         * elf/tst-auditmod6b.c: Likewise.
46898         * elf/tst-auditmod6c.c: Likewise.
46899         * elf/tst-auditmod7b.c: Likewise.
46900         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46901         * sysdeps/x86_64/preconfigure.in: Likewise.
46902         * sysdeps/x86_64/preconfigure: Regenerated.
46904 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46906         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46907         __ILP32__.
46909 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46911         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46912         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46914 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46916         [BZ #13973]
46917         * locale/iso-639.def: Fix gl language name. Spotted by
46918         Yaron Shahrabani.
46920 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46922         [BZ #2074]
46923         * libio/libio.h (__io_write_fn): Update comment.
46925 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46927         [BZ #2074]
46928         * stdio.texi (Hook Functions): The user provided writer function
46929         is not allowed to return -1.
46931 2012-04-11  David S. Miller  <davem@davemloft.net>
46933         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46935 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46937         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46938         Add a leading slash to rtkaio.
46940 2012-04-11  Jim Meyering  <meyering@redhat.com>
46942         [BZ #11959]
46943         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46944         It is not necessarily an error to ignore fwrite's return
46945         value.  One can reliably use ferror to test for errors after
46946         the fact.
46948 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46950         * bits/types.h (__snseconds_t): New type.
46951         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46953         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46954         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46955         (__SNSECONDS_T_TYPE): Likewise.
46956         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46957         (__SNSECONDS_T_TYPE): Likewise.
46958         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46959         (__SNSECONDS_T_TYPE): Likewise.
46961 2012-04-10  Andreas Jaeger  <aj@suse.de>
46963         [BZ #2636]
46964         * manual/time.texi (Processor Time): Return type of times is
46965         elapsed real time since an arbitrary point in the past.
46966         (CPU Time): Move CLK_TCK from here...
46967         (Processor Time): ...to here.  Correct description.
46968         * manual/conf.texi (Constants for Sysconf): Correct description of
46969         _SC_CLK_TCK.
46971 2012-04-10  David S. Miller  <davem@davemloft.net>
46973         [BZ #13967]
46974         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46975         where the is a gap between DT_REL(A) and DT_JMPREL.
46977 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46979         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46980         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46981         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46983 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46985         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46986         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46987         (dl_main): Handle --inhibit-cache.
46988         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46989         _dl_inhibit_cache.
46990         * elf/dl-load.c (_dl_map_object): Use it.
46991         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46993 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46995         [BZ #13872]
46996         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46997         (__ieee754_powl): Saturate large exponents rather than testing for
46998         overflow of y*log2(x).
46999         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47000         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47001         exceptions.
47003         [BZ #11521]
47004         * math/s_ctan.c: Include <float.h>.
47005         (__ctan): Avoid internal overflow or cancellation in calculating
47006         denominator.
47007         * math/s_ctanf.c: Likewise.
47008         * math/s_ctanl.c: Likewise.
47009         * math/s_ctanh.c: Likewise.
47010         * math/s_ctanhf.c: Likewise.
47011         * math/s_ctanhl.c: Likewise.
47012         * math/libm-test.inc (ctan_test): Add more tests.
47013         (ctanh_test): Likewise.
47014         * sysdeps/i386/fpu/libm-test-ulps: Update.
47015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47017 2012-04-09  Andreas Jaeger  <aj@suse.de>
47019         [BZ #6894]
47020         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47021         is an optional BSD extension.
47023         [BZ #10254]
47024         * manual/stdio.texi (Opening Streams): Document additional fopen
47025         parameters.
47027 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47029         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47030         %eax without telling the compiler.
47032 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47034         [BZ # 13963]
47035         * manual/install.texi: Use sourceware.org.
47037 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47039         [BZ #13873]
47040         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47041         (__ieee754_pow): Generate overflow and underflow using huge*huge
47042         and tiny*tiny rather than just returning constant infinity or zero
47043         for large exponents.
47044         * math/libm-test.inc (pow_test): Require overflow exceptions for
47045         applicable cases of large exponents.
47047         [BZ #706]
47048         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47049         (__ieee754_pow): Use iterative multiplication algorithm only for
47050         integer exponents with absolute value below 1024.  Check for odd
47051         integer exponents when using algorithm for real exponents.
47052         * math/libm-test.inc (pow_test): Add more tests.
47053         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47055 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47057         [BZ #13705]
47058         * math/libm-test.inc (exp_test): Do not allow overflow exception
47059         on underflow test.
47061 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47063         [BZ #13705]
47064         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47065         instead of __kernel_standard_f.
47067 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47069         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47070         * sysdeps/x86_64/memset_chk.S: Likewise.
47072 2012-04-08  Andreas Jaeger  <aj@suse.de>
47074         [BZ #10153]
47075         * manual/startup.texi (Environment Access): Describe return value
47076         for putenv and setenv.
47078         [BZ #6895]
47079         * manual/filesys.texi (Directory Entries): Add description for
47080         DT_LNK.
47082         [BZ #6890]
47083         * manual/filesys.texi (Directory Entries): Clarify that it's file
47084         system not operating system in the description of DT_UNKNOWN.
47086         [BZ #6578]
47087         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47089 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47091         [BZ #6649]
47092         * manual/llio.texi (Opening and Closing Files): Add cross
47093         reference to explain mode argument.
47095 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47097         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47098         * sysdeps/x86_64/memset_chk.S: Likewise.
47100 2012-04-07  David S. Miller  <davem@davemloft.net>
47102         * elf/elf.h (R_SPARC_WDISP10): Define.
47103         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47104         R_SPARC_SIZE32.
47105         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47106         R_SPARC_SIZE64 and R_SPARC_H34.
47108 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47110         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47111         conditions and remove no longer applicable assertion.
47113 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47115         * bits/byteswap.h: Include <features.h>.
47116         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47117         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47119 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47121         * bits/byteswap.h (__bswap_16): Removed.
47122         Include <bits/byteswap-16.h> to get __bswap_16.
47123         * sysdeps/i386/bits/byteswap.h: Likewise.
47124         * sysdeps/s390/bits/byteswap.h: Likewise.
47125         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47126         * bits/byteswap-16.h: New file.
47127         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47128         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47129         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47130         * string/Makefile (headers): Add bits/byteswap-16.h.
47132 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47134         [BZ #13895]
47135         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47136         extra indirection.
47137         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47138         * nss/tst-nss-static.c: New.
47140 2012-04-06  Robert Millan  <rmh@gnu.org>
47142         [BZ #6486]
47143         * manual/llio.texi (File Position Primitive): lseek
47144         refers to WHENCE when it really means OFFSET.
47146 2012-04-06  Andreas Jaeger  <aj@suse.de>
47148         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47149         strncmp declarations.
47151         * abilist/libc.abilist: Add __poll and __ppoll.
47153 2012-04-05  David S. Miller  <davem@davemloft.net>
47155         * scripts/check-local-headers.sh: Accept a host triplet in the
47156         path matched by the exclude regexp.
47158         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47159         definition.
47160         * sysdeps/powerpc/powerpc32/dl-machine.h
47161         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47162         * sysdeps/s390/s390-32/dl-machine.h
47163         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47164         * sysdeps/sparc/sparc32/dl-machine.h
47165         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47166         * sysdeps/sparc/sparc64/dl-machine.h
47167         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47169         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47170         lazy binding.
47171         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47172         undefined symbol errors.
47174         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47175         DT_NEEDED entries.
47177 2012-04-05  Michael Matz  <matz@suse.de>
47179         [BZ #13592]
47180         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47182 2012-04-05  Andreas Jaeger  <aj@suse.de>
47184         [BZ #13908]
47185         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47186         comment.
47188 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47190         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47191         which ROUND is no valid rounding mode.
47193 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47195         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47196         read again.
47197         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47199 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47201         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47202         an exception using FPU order intentionally.
47204 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47206         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47207         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47208         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47209         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47211 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47213         [BZ #12340]
47214         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47215         EINVAL when BUFLEN is too smal.
47217 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47219         [BZ #13553]
47220         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47221         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47223 2012-04-03  Andreas Jaeger  <aj@suse.de>
47225         [BZ #13938]
47226         * manual/setjmp.texi (System V contexts): Fix sentence.
47228         [BZ #13926]
47229         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47230         New macro for this case.
47231         [!__GNUC__] (__bswap_64): New inline function for this case.
47232         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47233         * bits/byteswap.h: Likewise.
47234         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47235         ull, guard with __GLIBC_HAVE_LONG_LONG.
47237         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47238         __GLIBC_HAVE_LONG_LONG.
47240         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47241         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47243 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47245         [BZ #13691]
47246         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47247         inptr and inend, rather than using last_ch.
47249 2012-04-02  David S. Miller  <davem@davemloft.net>
47251         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47252         * stdio-common/printf-parse.h (read_int): Change return type to
47253         'int', return -1 on INT_MAX overflow.
47254         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47255         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47256         overflows INT_MAX.  Check for overflow of in-format-string precision
47257         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47258         SIZE_MAX not INT_MAX for integer overflow test.
47259         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47260         skip the construct in the format string but do not record anything.
47261         * stdio-common/bug22.c: Adjust to test both width/prevision
47262         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47263         explicitly for proper errno values.
47265 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47267         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47268         CHAR_MAX.
47269         * string/test-strcmp.c [! WIDE]: Likewise.
47270         * time/tst-mktime2.c: Likewise for INT_MAX.
47271         * string/test-string.h: #include <sys/param.h> for MIN.
47273         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47274         * sysdeps/i386/init-first.c (init): Likewise.
47275         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47276         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47277         * sysdeps/sh/init-first.c (init): Likewise.
47279 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47281         * po/ru.po: Update from translation team.
47282         * po/vi.po: Likewise.
47284 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47286         * resolv/nss_dns/dns-host.c: Merge copyright years.
47288 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47290         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47291         Optimize memcpy with prefetch if
47292         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47293         src, dst pointers have unequal 16 byte alignments.
47295 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47297         [BZ #13928]
47298         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47299         from a CNAME entry and return the minimum ttl for the query.
47300         (gaih_getanswer_slice): Likewise.
47302 2012-03-30  Jeff Law  <law@redhat.com>
47304         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47305         due to long keys.
47306         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47307         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47309         * resolv/nss_dns/dns-host.c: Update copyright year.
47311 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47313         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47314         requests to save a system call.  Fix check that all bytes are sent.
47316         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47317         comments for sendmmsg.
47319 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47321         [BZ #13691]
47322         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47323         with only 1 character between 0x0041 and 0x01b0.
47324         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47325         * wcsmbs/tst-mbsnrtowcs.c: New file.
47327 2012-03-29  David S. Miller  <davem@davemloft.net>
47329         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47330         small copies by hand.
47332 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47334         [BZ #13761]
47335         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47336         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47337         group memberships.
47339 2012-03-28  David S. Miller  <davem@davemloft.net>
47341         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47342         that branches into memcpy.
47343         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47344         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47345         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47346         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47347         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47348         bits.
47349         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47350         implementation too.
47351         * sysdeps/sparc/mempcpy.S: New file.
47353         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47354         the IFUNC routine in the libc case.
47355         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47357         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47358         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47359         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47360         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47361         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47362         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47363         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47364         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47366         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47367         loop to 256 bytes instead of 64 bytes and fix test signedness.
47369         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47370         * sysdeps/sparc/sparc32/Makefile: rather than here...
47371         * sysdeps/sparc/sparc64/Makefile: and here.
47373 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47375         * malloc/mallocbug.c: Avoid warnings about unused variables.
47377 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47379         [BZ #13760]
47380         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47381         in the right place. Discard and retry query if response is
47382         larger than input buffer size.
47384 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47386         [BZ #369]
47387         [BZ #2678]
47388         [BZ #3866]
47389         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47390         x for large integer exponent.
47391         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47392         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47393         sign of result as needed afterwards.
47394         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47395         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47396         result for underflowing pow the same as for overflow.
47397         (__kernel_standard_l): Handle powl overflow and underflow here
47398         rather than calling __kernel_standard.
47399         * math/libm-test.inc (pow_test): Add more tests.
47401         [BZ #3868]
47402         [BZ #13879]
47403         [BZ #13910]
47404         [BZ #13911]
47405         [BZ #13912]
47406         [BZ #13913]
47407         [BZ #13915]
47408         [BZ #13916]
47409         [BZ #13917]
47410         [BZ #13918]
47411         [BZ #13919]
47412         [BZ #13920]
47413         [BZ #13921]
47414         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47415         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47416         (__kernel_standard_l): New function.
47417         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47418         __kernel_standard.
47419         * math/w_acosl.c (__acosl): Likewise.
47420         * math/w_asinl.c (__asinl): Likewise.
47421         * math/w_atan2l.c (__atan2l): Likewise.
47422         * math/w_atanhl.c (__atanhl): Likewise.
47423         * math/w_coshl.c (__coshl): Likewise.
47424         * math/w_exp10l.c (__exp10l): Likewise.
47425         * math/w_exp2l.c (__exp2l): Likewise.
47426         * math/w_fmodl.c (__fmodl): Likewise.
47427         * math/w_hypotl.c (__hypotl): Likewise.
47428         * math/w_j0l.c (__j0l, __y0l): Likewise.
47429         * math/w_j1l.c (__j1l, __y1l): Likewise.
47430         * math/w_jnl.c (__jnl, __ynl): Likewise.
47431         * math/w_lgammal.c (__lgammal): Likewise.
47432         * math/w_log10l.c (__log10l): Likewise.
47433         * math/w_log2l.c (__log2l): Likewise.
47434         * math/w_logl.c (__logl): Likewise.
47435         * math/w_powl.c (__powl): Likewise.
47436         * math/w_remainderl.c (__remainderl): Likewise.
47437         * math/w_scalbl.c (sysv_scalbl): Likewise.
47438         * math/w_sinhl.c (__sinhl): Likewise.
47439         * math/w_sqrtl.c (__sqrtl): Likewise.
47440         * math/w_tgammal.c (__tgammal): Likewise.
47441         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47442         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47443         * math/libm-test.inc (acos_test): Add more tests.
47444         (acosh_test): Likewise.
47445         (asin_test): Likewise.
47446         (atanh_test): Likewise.
47447         (exp_test): Likewise.
47448         (exp10_test): Likewise.
47449         (exp2_test): Likewise.
47450         (expm1_test): Likewise.
47451         (lgamma_test): Likewise.
47452         (log_test): Likewise.
47453         (log10_test): Likewise.
47454         (log1p_test): Likewise.
47455         (log2_test): Likewise.
47456         (pow_test): Do not allow some spurious overflow exceptions.
47457         (sqrt_test): Add more tests.
47458         (tgamma_test): Likewise.
47459         (y0_test): Likewise.
47460         (y1_test): Likewise.
47461         (yn_test): Likewise.
47463 2012-03-27  Anton Blanchard  <anton@samba.org>
47465         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47466         MAP_HUGETLB.
47467         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47468         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47469         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47471 2012-03-27  David S. Miller  <davem@davemloft.net>
47473         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47475         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47476         have-as-vis3 check.
47478 2012-03-27  Andreas Jaeger  <aj@suse.de>
47480         * sysdeps/x86_64/elf/configure.in: Moved to ...
47481         * sysdeps/x86_64/configure.in: ... here.
47482         * sysdeps/x86_64/elf/start.S: Moved to ...
47483         * sysdeps/x86_64/start.S: ... here.
47484         * sysdeps/x86_64/elf/configure: Delete.
47486         * sysdeps/x86_64/configure.in: Merge contents from
47487         sysdeps/i386/configure.in (without i686 check).
47489         * sysdeps/i386/elf/Versions: Merge into ...
47490         * sysdeps/i386/Versions: ... this.
47491         * sysdeps/i386/elf/Versions: Delete file.
47492         * sysdeps/i386/elf/start.S: Moved to ...
47493         * sysdeps/i386/start.S: ...here.
47494         * sysdeps/i386/elf/configure.in: Merge into...
47495         * sysdeps/i386/configure.in: ...here.
47496         * sysdeps/i386/elf/configure.in: Delete file.
47497         * sysdeps/i386/elf/configure: Delete file.
47499         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47500         * debug/backtracesyms.c: ... here.
47501         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47502         * debug/backtracesymsfd.c: ... here.
47503         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47504         * sysdeps/generic/ifunc-sel.h: ... here.
47506         * sysdeps/unix/i386/start.c: Delete file.
47507         * sysdeps/unix/sparc/start.c: Delete file.
47508         * sysdeps/unix/start.c: Delete file.
47510         * sysdeps/sh/elf/configure.in: Moved to ...
47511         * sysdeps/sh/configure.in: ... here.
47512         * sysdeps/sh/elf/start.S: Moved to ...
47513         * sysdeps/sh/start.S: ... here.
47514         * sysdeps/sh/elf/configure: Delete file.
47516         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47517         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47518         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47519         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47520         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47521         * sysdeps/powerpc/powerpc64/start.S: here.
47522         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47523         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47524         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47525         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47526         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47528         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47529         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47530         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47531         * sysdeps/powerpc/powerpc32/start.S: ... here.
47532         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47533         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47534         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47536         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47537         * sysdeps/powerpc/ifunc-sel.h: ... here.
47538         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47539         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47541         * sysdeps/sparc/elf/configure.in: Moved to ...
47542         * sysdeps/sparc/configure.in: ... here.
47543         * sysdeps/sparc/elf/configure: Delete file.
47544         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47545         * sysdeps/sparc/sparc32/start.S: ... here.
47546         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47547         * sysdeps/sparc/sparc64/start.S: ... here.
47548         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47549         * sysdeps/sparc/sparc32/Makefile: ... this.
47550         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47551         * sysdeps/sparc/sparc64/Makefile: ... this.
47553         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47554         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47555         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47556         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47557         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47558         * sysdeps/s390/s390-32/setjmp.S: ... here.
47559         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47560         * sysdeps/s390/s390-32/configure.in: ... here.
47561         * sysdeps/s390/s390-32/elf/configure: Delete file.
47562         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47563         * sysdeps/s390/s390-32/start.S: ... here.
47565         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47566         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47567         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47568         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47569         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47570         * sysdeps/s390/s390-64/setjmp.S: ... here.
47571         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47572         * sysdeps/s390/s390-64/configure.in: ... here
47573         * sysdeps/s390/s390-64/elf/configure: Delete file.
47574         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47575         * sysdeps/s390/s390-64/start.S: ... here.
47576         * sysdeps/s390/s390-64/elf/configure: Delete.
47578         * configure.in: Remove support for elf directories in sysdeps.
47580         * configure: Regenerated.
47581         * sysdeps/i386/configure: Regenerated.
47582         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47583         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47584         * sysdeps/s390/s390-32/configure: Regenerated.
47585         * sysdeps/s390/s390-64/configure: Regenerated.
47586         * sysdeps/sh/configure: Regenerated.
47587         * sysdeps/sparc/configure: Regenerated.
47588         * sysdeps/x86_64/configure: Regenerated.
47590 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47592         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47594         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47595         denormal result into account.
47597 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47599         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47600         Reported by Allan McRae <allan@archlinux.org>.
47602 2012-03-23  Jeff Law  <law@redhat.com>
47604         * nss/getnssent.c (__nss_getent): Fix typo.
47606 2012-03-23  David S. Miller  <davem@davemloft.net>
47608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47610 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47612         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47613         to pad to uint64_t for each field.
47614         (dl_tls_index): Replace unsigned long with uint64_t.
47616 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47617         Paul Pluzhnikov  <ppluzhnikov@google.com>
47619         [BZ #6528]
47620         * grp/Makefile (otherlibs): Don't set it.
47621         * inet/Makefile (otherlibs): Likewise.
47622         * login/Makefile (otherlibs): Likewise.
47623         * nscd/Makefile (otherlibs): Likewise.
47624         * posix/Makefile (otherlibs): Likewise.
47625         * pwd/Makefile (otherlibs): Likewise.
47626         * rt/Makefile (otherlibs): Likewise.
47627         * sunrpc/Makefile (otherlibs): Likewise.
47628         * nss/Makefile (otherlibs): Likewise.
47629         Add libnss_files to routines and static-only-routines.
47630         ($(objpfx)getent): Remove rule.
47631         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47632         static-only-routines.
47634 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47636         [BZ #13892]
47637         * math/s_cexp.c: Include <float.h>.
47638         (__cexp): Handle exp result overflowing not necessarily
47639         overflowing both real and imaginary parts of result.
47640         * math/s_cexpf.c: Likewise.
47641         * math/s_cexpl.c: Likewise.
47642         * math/libm-test.inc (cexp_test): Add more tests.
47643         * sysdeps/i386/fpu/libm-test-ulps: Update.
47644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47646 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47648         * include/link.h (ELFW): New macro.
47649         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47650         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47652 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47654         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47655         with uint64_t.
47657 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47659         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47660         declaration.
47661         (struct La_x32_retval): Likewise.
47663 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47665         * sysdeps/x86_64/preconfigure.in: New file.
47666         * sysdeps/x86_64/preconfigure: New generated file.
47668 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47670         [BZ #13824]
47671         * math/e_exp2l.c: Include <float.h>.
47672         (__ieee754_exp2l): Handle overflow and underflow cases
47673         separately.  Only pass fractional part of argument to
47674         __ieee754_expl.
47675         * math/libm-test.inc (exp2_test): Add more tests.
47677         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47678         negating x to take absolute value.
47679         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47680         Likewise.
47681         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47682         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47683         Likewise.
47684         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47685         computing low part if x was negated.
47686         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47688 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47690         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47691         la_x32_gnu_pltexit.
47692         (pltexit): Cast int_retval to ptrdiff_t.
47693         * elf/tst-auditmod3b.c: Likewise.
47694         * elf/tst-auditmod4b.c: Likewise.
47695         * elf/tst-auditmod5b.c: Likewise.
47696         * elf/tst-auditmod6b.c: Likewise.
47697         * elf/tst-auditmod6c.c: Likewise.
47698         * elf/tst-auditmod7b.c: Likewise.
47700         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47701         and x32_gnu_pltexit.
47703         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47704         __ELF_NATIVE_CLASS.
47705         (La_x32_regs): New macro.
47706         (La_x32_retval): Likewise.
47707         (la_x32_gnu_pltenter): New function prototype.
47708         (la_x32_gnu_pltexit): Likewise.
47710 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47712         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47713         exponent.
47715         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47717         * configure.in (libc_cv_cc_nofma): Check for option to disable
47718         generation of FMA instructions.
47719         * configure: Regenerate.
47720         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47721         * sysdeps/ieee754/dbl-64/Makefile: New file.
47722         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47723         Remove brandred-fma4.
47724         (CFLAGS-brandred-fma4.c): Remove.
47725         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47726         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47727         define.
47728         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47729         define.
47731 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47733         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47734         LLONG_MAX != LONG_MAX.
47735         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47736         (_fitoa_word): Likewise.
47737         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47738         LLONG_MAX != LONG_MAX.
47739         * stdio-common/_itowa.h: Include <_itoa.h>.
47740         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47741         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47742         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47743         only if not defined.
47744         (_ITOA_WORD_TYPE): Likewise.
47745         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47746         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47748 2012-03-21  David S. Miller  <davem@davemloft.net>
47750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47752 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47754         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47755         of x86_64 when setting libc_cv_slibdir, libdir and
47756         libc_cv_localedir.
47757         * sysdeps/unix/sysv/linux/configure: Regenerated.
47759 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47761         * manual/lang.texi (Old Varargs): Remove section.
47762         (How Variadic): Update menu.
47763         (va_start): Do not mention varargs.h.
47765 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47766             Joseph Myers  <joseph@codesourcery.com>
47768         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47769         link test.
47770         * configure: Regenerated.
47772 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47774         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47775         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47776         conformtest.pl
47778 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47780         * NOTES: Remove.
47781         * Makefile (files-for-dist): Remove NOTES.
47782         (NOTES): Remove rule.
47783         * README: Don't refer to NOTES.
47784         * manual/creature.texi: Don't include macros.texi.
47785         * manual/intro.texi (creature.texi): Remove comment referring to
47786         NOTES.
47788         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47789         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47790         * configure: Regenerated.
47791         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47792         LIBC_TRY_CC_OPTION.
47793         (libc_cv_as_i686): Likewise.
47794         (libc_cv_cc_avx): Likewise.
47795         (libc_cv_cc_sse2avx): Likewise.
47796         (libc_cv_cc_fma4): Likewise.
47797         (libc_cv_cc_novzeroupper): Likewise.
47798         * sysdeps/i386/configure: Regenerated.
47800         [BZ #13883]
47801         * sysdeps/i386/fpu/s_cexp.S: Remove.
47802         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47803         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47804         * math/libm-test.inc (cexp_test): Add more tests.
47805         * sysdeps/i386/fpu/libm-test-ulps: Update.
47806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47808 2012-03-21  Allan McRae  <allan@archlinux.org>
47810         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47812 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47814         [BZ #13871]
47815         * math/w_exp2.c: Do not include <float.h>.
47816         (o_threshold, u_threshold): Remove.
47817         (__exp2): Calculate result before checking finiteness and calling
47818         __kernel_standard.
47819         * math/w_exp2f.c: Likewise.
47820         * math/w_exp2l.c: Likewise.
47821         * math/libm-test.inc (exp2_test): Require overflow exception for
47822         1e6 input.
47824         [BZ #3866]
47825         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47826         range of signed 64-bit integers before using fistpll.  Remove
47827         checks for whether integers fit in mantissa bits.
47828         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47829         the range of signed 32-bit integers before using fistpl.  Remove
47830         checks for whether integers fit in mantissa bits.
47831         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47832         (__ieee754_powl): Test for y outside the range of signed 64-bit
47833         integers before using fistpll.  Reduce 64-bit values to 63-bit
47834         ones as needed.
47835         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47836         divide-by-zero is raised for zero to large negative powers.
47837         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47838         (__ieee754_powl): Test for y outside the range of signed 64-bit
47839         integers before using fistpll.  Reduce 64-bit values to 63-bit
47840         ones as needed.
47841         * math/libm-test.inc (pow_test): Add more tests.
47843 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47845         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47846         <stdio-common/_itoa.h>.
47847         * debug/segfault.c: Likewise.
47848         * elf/dl-cache.c: Likewise.
47849         * elf/dl-minimal.c: Likewise.
47850         * elf/dl-misc.c: Likewise.
47851         * elf/dl-sysdep.c: Likewise.
47852         * elf/dl-version.c: Likewise.
47853         * elf/rtld.c: Likewise.
47854         * hurd/hurdsock.c: Likewise.
47855         * hurd/lookup-retry.c: Likewise.
47856         * malloc/malloc.c: Likewise.
47857         * malloc/mtrace.c: Likewise.
47858         * nscd/nscd_getgr_r.c: Likewise.
47859         * nscd/nscd_getpw_r.c: Likewise.
47860         * nscd/nscd_getserv_r.c: Likewise.
47861         * posix/getopt_init.c: Likewise.
47862         * posix/wordexp.c: Likewise.
47863         * stdio-common/_itoa.c: Likewise.
47864         * stdio-common/printf_fphex.c: Likewise.
47865         * stdio-common/vfprintf.c: Likewise.
47866         * string/_strerror.c: Likewise.
47867         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47868         * sysdeps/i386/i686/hp-timing.h: Likewise.
47869         * sysdeps/mach/_strerror.c: Likewise.
47870         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47871         * sysdeps/mach/hurd/sethostid.c: Likewise.
47872         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47873         * sysdeps/mach/xpg-strerror.c: Likewise.
47874         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47875         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47876         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47877         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47878         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47879         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47880         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47881         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47882         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47883         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47884         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47885         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47886         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47887         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47888         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47889         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47890         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47891         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47892         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47893         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47894         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47896         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47898         * stdio-common/_itoa.h: Moved to ...
47899         * sysdeps/generic/_itoa.h: Here.
47901         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47903         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47904         instead of "_itoa.h" and "_itowa.h".
47905         * stdio-common/vfprintf.: Likewise.
47907 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47909         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47910         <bits/wordsize.h>.
47911         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47912         (__signbit): Likwise.
47913         (llrintf): Likwise.
47914         (llrint): Likwise.
47916 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47918         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47919         __WORDSIZE != 64.
47921 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47923         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47924         OVERFLOW_EXCEPTION_OK.
47925         * math/libm-test.inc ("Philosophy"): Update comment about
47926         exception testing.
47927         (OVERFLOW_EXCEPTION): Define.
47928         (OVERFLOW_EXCEPTION_OK): Likewise.
47929         (INVALID_EXCEPTION_OK): Renumber.
47930         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47931         (IGNORE_ZERO_INF_SIGN): Likewise.
47932         (test_exceptions): Handle FE_OVERFLOW.
47933         (exp10_test): Expect overflow exceptions.
47934         (exp2_test): Likewise.
47935         (expm1_test): Likewise.
47936         (nextafter_test): Likewise.
47937         (pow_test): Likewise.
47938         (scalbn_test): Likewise.
47939         (scalbln_test): Likewise.
47941 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47943         * sysdeps/x86_64/bits/atomic.h
47944         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47945         64bit integer.
47946         (atomic_exchange_acq): Likewise.
47947         (__arch_exchange_and_add_body): Likewise.
47948         (__arch_add_body): Likewise.
47949         (atomic_add_negative): Likewise.
47950         (atomic_add_zero): Likewise.
47952 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47954         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47955         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47957 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47959         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47960         Check __x86_64__ instead of __WORDSIZE.
47962 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47964         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47966 2012-03-19  David S. Miller  <davem@davemloft.net>
47968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47970         * sysdeps/sparc/fpu/fenv_private.h: New file.
47971         * sysdeps/sparc/fpu/math_private.h: Use it.
47972         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47973         Remove.
47974         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47975         (libc_feholdexcept_setroundl): Remove.
47976         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47977         Remove.
47978         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47979         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47981 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47983         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47984         int64_t instead of long int.
47985         (INSERT_WORDS64): Likwise.
47987 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47989         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47990         _Unwind_GetCFA return to _Unwind_Ptr first.
47992 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47994         [BZ #13629]
47995         * math/s_clog.c: Include <float.h>.
47996         (__clog): Scale large or subnormal inputs.
47997         * math/s_clogf.c: Likewise.
47998         * math/s_clogl.c: Likewise.
47999         * math/s_clog10.c: Include <float.h>.
48000         (M_LOG10_2): Define.
48001         (__clog10): Scale large or subnormal inputs.
48002         * math/s_clog10f.c: Likewise.
48003         * math/s_clog10l.c: Likewise.
48004         * math/libm-test.inc (clog_test): Add more tests.
48005         (clog10_test): Likewise.
48006         * sysdeps/i386/fpu/libm-test-ulps: Update.
48007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48009         [BZ #11451]
48010         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48011         x and y.
48012         * math/libm-test.inc (atan2_test): Add another test.
48014         * Makerules (common-objdir-compile): Remove.
48015         * sysdeps/unix/Makefile (config-generated): Do not add
48016         $(unix-generated) to variable.
48017         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48018         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48019         Remove rule.
48020         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48021         Likewise.
48022         [generic bits/local_lim.h] (before-compile): Do not append to
48023         variable.
48024         [generic bits/local_lim.h] (common-generated): Likewise.
48025         [generic sys/param.h] (before-compile): Do not append to variable.
48026         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48027         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48028         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48029         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48030         include.
48031         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48032         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48033         [generic sys/param.h] ($(addprefix
48034         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48035         [generic sys/param.h] (common-generated): Do not append to
48036         variable.
48037         [generic sys/param.h] (sysdep_headers): Likewise.
48038         [generic bits/errno.h] (before-compile): Do not append to
48039         variable.
48040         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48041         rule.
48042         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48043         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48044         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48045         [generic bits/errno.h] (common-generated): Do not append to
48046         variable.
48047         [generic bits/ioctls.h] (before-compile): Do not append to
48048         variable.
48049         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48050         rule.
48051         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48052         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48053         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48054         rule.
48055         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48056         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48057         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48058         [generic bits/ioctls.h] (common-generated): Do not append to
48059         variable.
48060         [generic sys/syscall.h] (syscall.h): Remove variable.
48061         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48062         rule.
48063         [generic sys/syscall.h] (before-compile): Do not append to
48064         variable.
48065         [generic sys/syscall.h] (common-generated): Likewise.
48066         * sysdeps/unix/errnos-tmpl.c: Remove file.
48067         * sysdeps/unix/errnos.awk: Likewise.
48068         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48069         * sysdeps/unix/ioctls.awk: Likewise.
48070         * sysdeps/unix/mk-local_lim.c: Likewise.
48071         * sysdeps/unix/snarf-ioctls: Likewise.
48073 2012-03-19  Richard Henderson  <rth@twiddle.net>
48075         * sysdeps/i386/fpu/fenv_private.h: New file.
48076         * sysdeps/i386/fpu/math_private.h: Use it.
48077         (math_opt_barrier, math_force_eval): Remove.
48078         (libc_feholdexcept_setround_53bit): Remove.
48079         (libc_feupdateenv_53bit): Remove.
48080         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48081         (math_opt_barrier, math_force_eval): Remove.
48082         (libc_feholdexcept): Remove.
48083         (libc_feholdexcept_setround): Remove.
48084         (libc_fetestexcept, libc_fesetenv): Remove.
48085         (libc_feupdateenv_test): Remove.
48086         (libc_feupdateenv, libc_feholdsetround): Remove.
48087         (libc_feresetround): Remove.
48089         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48090         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48092         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48093         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48094         (libc_feupdateenv_testl): New.
48095         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48096         (libc_feupdateenv_testf): New.
48097         (libc_feupdateenv): Use libc_feupdateenv_test.
48098         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48099         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48101         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48102         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48103         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48104         (libc_feresetround_noex): New.
48105         (libc_feresetround_noexf): New.
48106         (libc_feresetround_noexl): New.
48107         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48108         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48109         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48110         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48111         SET_RESTORE_ROUND.
48112         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48113         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48114         (__cos): Likewise.
48115         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48116         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48117         SET_RESTORE_ROUND_NOEX.
48118         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48119         SET_RESTORE_ROUND_NOEXF.
48120         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48121         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48122         (libc_feholdsetroundf): New.
48123         (libc_feresetround, libc_feresetroundf): New.
48125         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48126         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48127         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48129         * sysdeps/generic/math_private.h: Include <fenv.h>.
48130         (default_libc_feholdexcept): New.
48131         (default_libc_feholdexcept_setround): New.
48132         (default_libc_fesetenv, default_libc_feupdateenv): New.
48133         (libc_feholdexcept): Only define if undefined.
48134         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48135         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48136         (libc_feholdexcept_setroundl): Likewise.
48137         (libc_feholdexcept_setround_53bit): Likewise.
48138         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48139         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48140         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48141         (libc_feupdateenv_53bit): Likewise.
48142         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48143         (libc_feholdexcept): Convert from macro to inline function.
48144         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48145         (libc_fesetenv, libc_feupdateenv): Likewise.
48147         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48148         not previously defined.
48149         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48150         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48151         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48152         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48153         * sysdeps/ieee754/flt-32/math_private.h: New file.
48154         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48155         math_private.h below SET_FLOAT_WORD.
48156         (__isnan, __isinf_ns, __finite): Remove.
48157         (__isnanf, __isinf_nsf, __finitef): Remove.
48159 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48161         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48163 2012-03-17  David S. Miller  <davem@davemloft.net>
48165         [BZ #6471]
48166         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48167         for 2.16.
48169 2012-03-16  David S. Miller  <davem@davemloft.net>
48171         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48172         warnings.
48174         [BZ #6471]
48175         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48176         properly.
48177         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48178         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48179         sysdep_routines when subdir is sysvipc.
48180         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48181         __getshmlba helper.
48183         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48185 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48187         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48188         [__LP64__].
48190 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48192         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48193         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48194         (__lround): Renamed to ...
48195         (__llround): This.  Replace long int with long long int.
48196         Define lround functions as aliases of llround functions.
48197         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48199 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48201         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48202         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48203         adresses to uintptr_t.  Replace "long int" and "unsigned long
48204         int" with "greg_t" on va_arg.
48206 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48208         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48209         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48211         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48212         Move e_machine check before EI_CLASS check.  Handle x32
48213         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48214         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48215         SKIP_EM_IA_64 and include
48216         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48218         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48219         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48220         (add_system_dir): New macro.
48222         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48223         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48225 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48227         [BZ #2551]
48228         [BZ #2552]
48229         [BZ #2553]
48230         [BZ #2554]
48231         [BZ #2562]
48232         [BZ #2563]
48233         [BZ #2565]
48234         [BZ #2566]
48235         [BZ #2576]
48236         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48237         (y0): Likewise.
48238         * math/w_j0f.c (j0f): Likewise.
48239         (y0f): Likewise.
48240         * math/w_j0l.c (__j0l): Likewise.
48241         (__y0l): Likewise.
48242         * math/w_j1.c (j1): Likewise.
48243         (y1): Likewise.
48244         * math/w_j1f.c (j1f): Likewise.
48245         (y1f): Likewise.
48246         * math/w_j1l.c (__j1l): Likewise.
48247         (__y1l): Likewise.
48248         * math/w_jn.c (jn): Likewise.
48249         (yn): Likewise.
48250         * math/w_jnf.c (jnf): Likewise.
48251         (ynf): Likewise.
48252         * math/w_jnl.c (__jnl): Likewise.
48253         (__ynl): Likewise.
48254         * math/libm-test.inc (j0_test): Add more tests.
48255         (j1_test): Likewise.
48256         (jn_test): Likewise.  Add trailing semicolon to existing test.
48257         (y0_test): Likewise.
48258         (y1_test): Likewise.
48259         * sysdeps/i386/fpu/libm-test-ulps: Update.
48260         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48262         [BZ #13851]
48263         [BZ #13854]
48264         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48265         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48266         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48267         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48268         (__tanl): Set errno for infinite argument.
48269         * sysdeps/i386/fpu/mptan.c: Remove.
48270         * sysdeps/i386/fpu/s_tan.S: Likewise.
48271         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48272         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48273         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48274         * math/libm-test.inc (tan_test): Add more tests and enable more
48275         tests for double and long double.
48276         * sysdeps/i386/fpu/libm-test-ulps: Update.
48277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48279 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48281         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48282         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48284 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48286         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48287         * configure.in: Use it for both main tree and add-ons.
48288         * configure: Regenerated.
48290 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48292         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48294 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48296         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48297         in comment.
48299         [BZ #13851]
48300         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48301         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48302         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48303         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48304         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48305         infinite argument.
48306         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48307         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48308         != 0 for prec == 2.
48309         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48310         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48311         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48312         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48313         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48314         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48315         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48316         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48317         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48318         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48319         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48320         * math/libm-test.inc (cos_test): Add more tests and enable more
48321         tests for long double.
48322         (sin_test): Likewise.
48323         (sincos_test): Likewise.
48324         * sysdeps/i386/fpu/libm-test-ulps: Update.
48325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48327 2012-03-16  David S. Miller  <davem@davemloft.net>
48329         * sysdeps/sparc/fpu/math_private.h: New file.
48331 2012-03-15  David S. Miller  <davem@davemloft.net>
48333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48334         file.
48335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48337         file.
48338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48339         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48340         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48341         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48342         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48343         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48344         sysdep routines.
48345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48347         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48348         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48350         * sysdeps/sparc/sparc-ifunc.h: New file.
48351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48352         sparc-ifunc.h
48353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48355         Likewise.
48356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48357         Likewise.
48358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48362         Likewise.
48363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48368         Likewise.
48369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48370         Likewise.
48371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48375         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48376         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48377         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48378         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48379         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48380         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48381         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48382         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48383         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48384         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48385         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48386         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48387         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48388         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48389         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48390         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48391         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48392         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48393         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48394         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48396 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48398         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48399         scaling.
48400         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48402 2012-03-15  Andreas Jaeger  <aj@suse.de>
48404         [BZ #13852]
48405         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48406         ieee754/flt-32 implementation for sin, cos and sincos.
48407         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48408         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48409         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48410         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48411         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48412         ieee754/flt-32 implementation for tan.
48414         * math/libm-test.inc (cos_test): Enable some large input tests for
48415         float as well
48416         (sin_test): Likewise.
48417         (sincos_test): Likewise.
48418         (tan_test): Add tests for large input.
48420         * sysdeps/i386/fpu/libm-test-ulps: Update.
48422 2012-03-15  Andreas Jaeger  <aj@suse.de>
48424         [BZ #13658]
48425         * math/libm-test.inc (cos_test): Add more test cases.
48426         (sin_test): Likewise.
48427         (sincos_test): Likewise.
48429 2012-03-15  Andreas Jaeger  <aj@suse.de>
48431         [BZ #13837]
48432         * math/libm-test.inc (cos_test): Add a test case for large input
48433         value.
48434         (sin_test): Likewise.
48435         (sincos_test): Likewise.
48437 2012-03-15  Andreas Jaeger  <aj@suse.de>
48438             Joseph Myers  <joseph@codesourcery.com>
48440         [BZ #13658]
48441         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48442         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48443         * sysdeps/i386/fpu/branred.c: Likewise.
48444         * sysdeps/i386/fpu/dosincos.c: Likewise.
48445         * sysdeps/i386/fpu/mpa.c: Likewise.
48446         * sysdeps/i386/fpu/s_cos.S: Likewise.
48447         * sysdeps/i386/fpu/s_sin.S: Likewise.
48448         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48449         * sysdeps/i386/fpu/sincos32.c: Likewise.
48451         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48452         Define.
48453         (libc_feupdateenv_53bit): Define.
48454         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48455         Define.
48456         (libc_feupdateenv_53bit): Define.
48458         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48459         53 bit (without extend i386 double precision).
48461         * math/libm-test.inc (sincos_test): Add tests for large input.
48462         (sin): Likewise.
48463         (cos): Likewise.
48465         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48467 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48469         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48471 2012-03-15  David S. Miller  <davem@davemloft.net>
48473         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48474         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48475         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48476         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48477         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48478         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48479         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48481         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48482         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48483         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48484         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48485         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48486         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48487         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48489         file.
48490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48492         file.
48493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48495         file.
48496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48498         file.
48499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48500         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48501         fmin/fmax sysdep routines.
48502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48504 2012-03-14  David S. Miller  <davem@davemloft.net>
48506         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48507         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48508         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48509         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48510         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48511         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48512         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48513         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48514         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48515         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48516         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48517         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48518         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48519         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48520         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48521         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48522         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48523         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48524         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48525         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48526         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48527         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48528         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48529         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48530         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48531         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48532         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48533         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48534         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48535         routines.
48536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48537         file.
48538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48540         file.
48541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48543         file.
48544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48546         file.
48547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48549         file.
48550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48552         file.
48553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48554         file.
48555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48556         file.
48557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48558         file.
48559         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48560         New file.
48561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48562         file.
48563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48564         file.
48565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48567         file.
48568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48570         file.
48571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48573         file.
48574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48576         VIS3 routines.
48578         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48579         New file.
48581         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48583         * sysdeps/sparc/configure.in: New file.
48584         * sysdeps/sparc/configure: Generate.
48585         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48586         * configure: Regenerate.
48587         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48588         * config.make.in (have-as-vis3): New.
48589         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48590         available use -Av9d instead of -Av9a.
48591         * sysdeps/sparc/sparc64/Makefile: Likewise.
48592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48594         New file.
48595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48596         file.
48597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48598         New file.
48599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48600         file.
48601         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48602         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48603         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48604         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48605         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48607         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48608         fzeros/fnegs to load 0x80000000 into a float register instead of
48609         using the stack.
48610         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48612 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48614         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48615         bits/syscall.h.
48616         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48617         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48618         ($(inst_includedir)/bits/syscall.h): Remove rule.
48619         ($(objpfx)bits/syscall.d): Include instead of
48620         $(objpfx)syscall-list.d.
48621         (generated): Change syscall-list.h and syscall-list.d to
48622         bits/syscall.h and bits/syscall.d.
48624 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48626         [BZ #13846]
48627         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48629 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48631         [BZ #13841]
48632         * math/s_csqrt.c: Include <float.h>.
48633         (__csqrt): Scale large or subnormal inputs.
48634         * math/s_csqrtf.c: Likewise.
48635         * math/s_csqrtl.c: Likewise.
48636         * math/libm-test.inc (csqrt_test): Add more tests.
48637         * sysdeps/i386/fpu/libm-test-ulps: Update.
48638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48640         [BZ #13840]
48641         * math/libm-test.inc (hypot_test): Add more tests.
48643 2012-03-13  David S. Miller  <davem@davemloft.net>
48645         [BZ #13840]
48646         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48647         double-precision for the calculation instead of scaling.
48649 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48651         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48652         manipulate bits before adding and subtracting TWO52[sx].
48653         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48654         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48655         Likewise.
48656         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48658 2012-03-13  David S. Miller  <davem@davemloft.net>
48660         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48661         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48662         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48663         rtld-global-offsets.h
48664         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48666         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48667         large parameters.
48669         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48671         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48672         'err' in the ifdef scope in which it is actually used.
48674         * nss/nss_db/db-init.c: Include string.h
48676 2012-03-12  David S. Miller  <davem@davemloft.net>
48678         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48679         masking out of the most significant byte of random value used.
48680         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48681         Fix coding style in previous change.
48683         * sysdeps/unix/sysv/linux/kernel-features.h
48684         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48685         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48686         expression.
48687         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48688         later.
48690 2012-03-11  David S. Miller  <davem@davemloft.net>
48692         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48693         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48694         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48695         for 'resultvar' otherwise things get truncated on 64-bit.
48697         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48698         Fix masking out of the most significant byte of random value used.
48700         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48702 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48706 2012-03-09  David S. Miller  <davem@davemloft.net>
48708         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48709         variables with appropriate CPP guards.
48710         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48711         from the frame pointer, not the stack pointer.  Correct layout
48712         comments.  Fix test on resulting framesize and the management of
48713         the outregs buffer for pltexit.  Preserve floating point return
48714         values across _dl_call_pltexit call.
48715         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48716         framesize and the management of the outregs buffer for pltexit.
48717         Preserve floating point return values across _dl_call_pltexit
48718         call.
48719         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48720         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48721         (la_sparc64_gnu_pltexit): New functions.
48722         (print_exit): Fix format string for return register value.
48724 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48726         * sunrpc/Makefile (others): Add rpcgen.
48727         ($(objpfx)rpcgen): Remove special build rule and dependency on
48728         libc.
48729         * sunrpc/rpcgen.c: New file.
48731 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48733         [BZ #13673]
48734         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48735         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48736         * sysdeps/i386/crti.S: Likewise.
48737         * sysdeps/i386/crtn.S: Likewise.
48738         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48739         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48740         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48741         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48742         * sysdeps/sh/crti.S: Likewise.
48743         * sysdeps/sh/crtn.S: Likewise.
48744         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48746         [BZ #13673]
48747         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48748         with URL.
48749         * locale/programs/locfile-kw.gperf: Likewise.
48750         * locale/programs/charmap-kw.h: Regenerated.
48751         * locale/programs/locfile-kw.h: Likewise.
48753         [BZ #13673]
48754         * intl/plural.y: Replace FSF snail mail address with URL.
48755         * intl/plural.c: Regenerated.
48757 2012-03-09  Richard Henderson  <rth@twiddle.net>
48759         * include/math_private.h: Remove file.
48760         * math/math_private.h: Move file ...
48761         * sysdeps/generic/math_private.h: ... here.
48763         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48764         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48765         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48767         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48768         and <math_private.h>.
48769         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48770         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48771         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48772         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48773         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48774         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48775         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48776         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48777         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48779         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48780         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48781         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48782         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48783         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48784         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48785         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48786         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48787         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48788         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48789         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48790         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48791         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48792         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48793         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48794         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48795         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48796         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48797         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48798         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48799         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48800         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48801         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48802         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48803         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48804         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48805         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48806         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48807         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48808         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48809         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48810         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48811         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48812         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48813         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48814         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48815         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48816         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48817         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48818         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48819         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48820         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48821         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48822         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48823         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48824         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48825         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48826         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48827         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48828         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48829         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48830         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48831         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48832         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48833         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48834         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48835         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48836         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48837         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48838         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48839         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48840         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48841         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48842         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48843         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48844         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48845         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48846         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48847         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48848         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48849         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48850         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48851         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48852         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48853         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48854         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48855         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48856         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48857         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48858         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48859         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48860         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48861         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48862         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48863         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48864         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48865         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48866         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48867         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48868         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48869         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48870         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48871         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48872         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48873         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48874         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48875         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48876         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48877         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48878         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48879         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48880         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48881         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48882         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48883         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48884         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48885         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48886         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48887         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48888         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48889         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48890         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48891         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48892         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48893         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48894         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48895         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48896         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48897         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48898         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48899         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48900         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48901         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48902         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48903         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48904         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48905         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48906         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48907         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48908         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48909         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48910         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48911         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48912         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48913         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48914         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48915         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48916         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48917         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48918         * sysdeps/ieee754/k_standard.c: Likewise.
48919         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48920         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48921         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48922         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48923         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48924         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48925         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48926         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48927         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48928         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48929         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48930         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48931         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48932         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48933         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48934         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48935         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48936         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48937         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48939         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48940         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48941         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48942         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48943         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48944         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48945         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48946         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48947         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48948         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48949         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48950         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48951         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48952         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48953         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48954         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48955         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48956         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48957         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48958         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48959         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48960         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48961         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48962         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48963         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48964         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48966         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48968         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48969         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48970         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48971         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48972         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48973         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48974         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48975         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48976         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48977         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48978         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48979         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48980         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48981         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48982         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48983         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48985         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48986         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48987         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48988         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48989         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48990         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48991         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48992         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48993         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48994         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48995         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48996         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48997         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48998         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48999         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49000         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49001         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49002         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49003         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49004         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49006         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49007         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49008         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49009         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49010         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49011         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49012         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49013         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49014         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49015         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49016         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49017         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49018         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49019         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49020         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49021         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49022         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49023         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49024         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49025         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49026         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49027         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49028         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49029         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49030         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49031         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49032         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49033         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49034         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49035         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49036         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49037         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49038         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49039         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49040         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49041         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49042         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49043         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49044         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49045         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49046         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49047         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49048         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49049         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49050         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49051         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49052         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49053         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49054         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49055         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49056         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49057         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49058         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49059         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49060         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49061         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49062         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49063         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49064         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49065         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49066         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49067         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49068         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49069         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49070         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49071         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49072         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49073         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49074         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49075         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49076         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49077         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49078         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49079         * sysdeps/ieee754/s_lib_version.c: Likewise.
49080         * sysdeps/ieee754/s_matherr.c: Likewise.
49081         * sysdeps/ieee754/s_signgam.c: Likewise.
49082         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49083         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49084         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49085         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49086         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49087         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49088         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49089         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49090         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49091         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49092         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49093         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49094         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49095         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49096         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49097         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49098         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49099         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49100         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49101         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49102         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49104 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49106         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49107         * sunrpc/rpc_main.c: Likewise.
49108         * sunrpc/rpc_svcout.c: Likewise.
49110 2012-03-09  David S. Miller  <davem@davemloft.net>
49112         * include/math_private.h: New file.
49114 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49116         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49117         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49118         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49119         from <bits/socket_type.h>.
49120         (enum __socket_type): Don't define here.
49121         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49122         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49123         bits/socket_type.h.
49125         [BZ #13566]
49126         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49127         checking __USE_GNU.
49129         * Makerules ($(inst_includedir)/%.h): New rule.
49130         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49131         (install-others): Remove variable setting.
49132         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49134 2012-03-08  Richard Henderson  <rth@twiddle.net>
49136         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49137         from macro to inline function; merge with the
49138         !__LIBC_INTERNAL_MATH_INLINES version.
49139         (__ieee754_sqrtf): Likewise.
49141         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49142         to inline function.
49143         (__rintf, __floor, __floorf): Likewise.
49145         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49146         macro to inline function.
49147         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49149         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49150         not <math/math_private.h>.
49152 2012-03-08  David S. Miller  <davem@davemloft.net>
49154         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49155         copyright year.
49156         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49158 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49160         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49161         normalization.
49162         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49163         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49165 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49167         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49168         be defined individually, they must be defined as a block.  Define
49169         S for printing a string instead of hidint the different by using a
49170         macro for adding the 'l'.
49171         * stdio-common/tst-fphex-wide.c: Adjust.
49173 2012-03-07  Marek Polacek  <polacek@redhat.com>
49175         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49177 2012-03-08  Marek Polacek  <polacek@redhat.com>
49179         [BZ #13806]
49180         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49181         * stdio-common/tst-fphex.c: Define a few macros to make the
49182         test reusable.  Use them.
49183         * stdio-common/tst-fphex-wide.c: New file.
49185 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49187         [BZ #6911]
49188         * manual/macros.texi (gnusystems): New macro.
49189         (nongnusystems): Likewise.
49190         (gnulinuxhurdsystems): Likewise.
49191         (gnuhurdsystems): Likewise..
49192         (gnulinuxsystems): Likewise.
49193         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49194         variants of the GNU system, not "GNU system".
49195         * manual/conf.texi: Likewise.
49196         * manual/errno.texi: Likewise.  Update example of errno macro
49197         expansion.
49198         * manual/filesys.texi: Likewise.
49199         (getumask): Document as specific to GNU/Hurd.
49200         * manual/install.texi: Likewise.  Reword some references to
49201         GNU/Linux.
49202         * manual/intro.texi: Likewise.
49203         * manual/io.texi: Likewise.
49204         (File Name Portability): Detail which constraints are inapplicable
49205         to all GNU systems and which are only inapplicable to GNU/Hurd.
49206         * manual/job.texi: Likewise.
49207         * manual/llio.texi: Likewise.
49208         (O_NOCTTY): Document as present on GNU/Linux.
49209         * manual/maint.texi: Likewise.
49210         * manual/memory.texi: Likewise.
49211         * manual/pattern.texi: Likewise.
49212         * manual/pipe.texi: Likewise.
49213         * manual/process.texi: Likewise.
49214         * manual/resource.texi: Likewise.
49215         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49216         child on GNU/Hurd.
49217         * manual/setjmp.texi: Likewise.
49218         * manual/signal.texi: Likewise.
49219         * manual/startup.texi: Likewise.
49220         * manual/stdio.texi: Likewise.
49221         * manual/terminal.texi: Likewise.
49222         (ONLCR): Document as POSIX.
49223         (OXTABS): Document availability on GNU/Linux as XTABS.
49224         (ONOEOT): Document availability separately from other bits.
49225         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49226         * manual/time.texi: Likewise.
49227         * manual/users.texi: Likewise.
49228         * INSTALL: Regenerated.
49229         * sysdeps/gnu/errlist.c: Regenerated.
49231         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49232         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49233         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49234         puts.
49235         * configure: Regenerated.
49237 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49239         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49240         default includes instead of AC_HEADER_CHECK.
49241         * sysdeps/i386/configure: Regenerated.
49243         [BZ #10716]
49244         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49245         * math/s_cacoshf.c (__cacoshf): Likewise.
49246         * math/s_cacoshl.c (__cacoshl): Likewise.
49247         * math/s_casinh.c (__casinh): Set signs of result from argument.
49248         * math/s_casinhf.c (__casinhf): Likewise.
49249         * math/s_casinhl.c (__casinhl): Likewise.
49250         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49251         (casinh_test): Add more tests.
49252         * sysdeps/i386/fpu/libm-test-ulps: Update.
49253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49255 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49257         * po/zh_TW.po: Update from translation team.
49259         * login/Makefile (distribute): Remove variable.
49260         * catgets/Makefile: Likewise.
49261         * mach/Makefile: Likewise.
49262         * malloc/Makefile: Likewise.
49263         * misc/Makefile: Likewise.
49264         * iconv/Makefile: Likewise.
49265         * nscd/Makefile: Likewise.
49266         * hurd/Makefile: Likewise.
49267         * manual/Makefile: Likewise.
49268         * locale/Makefile: Likewise.
49269         * intl/Makefile: Likewise.
49270         * conform/Makefile: Likewise.
49271         * nss/Makefile: Likewise.
49272         * time/Makefile: Likewise.
49273         * soft-fp/Makefile: Likewise.
49274         * dirent/Makefile: Likewise.
49275         * gmon/Makefile: Likewise.
49276         * po/Makefile: Likewise.
49277         * rt/Makefile: Likewise.
49278         * socket/Makefile: Likewise.
49279         * math/Makefile: Likewise.
49280         * signal/Makefile: Likewise.
49281         * debug/Makefile: Likewise.
49282         * elf/Makefile: Likewise.
49283         * timezone/Makefile: Likewise.
49284         * stdlib/Makefile: Likewise.
49285         * iconvdata/Makefile: Likewise.
49286         * sunrpc/Makefile: Likewise.
49287         * io/Makefile: Likewise.
49288         * argp/Makefile: Likewise.
49289         * inet/Makefile: Likewise.
49290         * hesiod/Makefile: Likewise.
49291         * grp/Makefile: Likewise.
49292         * csu/Makefile: Likewise.
49293         * wctype/Makefile: Likewise.
49294         * crypt/Makefile: Likewise.
49295         * libio/Makefile: Likewise.
49296         * string/Makefile: Likewise.
49297         * nis/Makefile: Likewise.
49298         * resolv/Makefile: Likewise.
49299         * stdio-common/Makefile: Likewise.
49300         * wcsmbs/Makefile: Likewise.
49301         * dlfcn/Makefile: Likewise.
49302         * posix/Makefile: Likewise.
49304         [BZ #6959]
49305         * timezone/Makefile: Don't install timezone files, just the programs
49306         and scripts.
49308 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49310         * nss/databases.def: Add missing gshadow entry.
49312         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49314 2012-03-06  Marek Polacek  <polacek@redhat.com>
49316         [BZ #13726]
49317         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49318         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49319         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49320         * stdio-common/tst-long-dbl-fphex.c: New file.
49322 2012-03-06  David S. Miller  <davem@davemloft.net>
49324         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49325         (set_obp_int): New function.
49326         (get_obp_int): New function.
49327         (__get_clockfreq_via_dev_openprom): Likewise.
49328         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49329         Avoid unused variable warnings on 'val' and use builtin_expect.
49330         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49331         __builtin_expect.
49332         (INLINE_CLONE_SYSCALL): Likewise.
49334 2012-03-05  David S. Miller  <davem@davemloft.net>
49336         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49338 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49340         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49342         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49343         only for |x| >= 40.
49344         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49346 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49348         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49349         Replace gettimeofday with __vdso_gettimeofday.
49351         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49352         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49353         __vdso_clock_gettime and __vdso_getcpu.
49355         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49356         time with __vdso_time.
49358 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49360         * manual/lang.texi (size_t): Note types to which size_t may be
49361         equivalent with the GNU C Library, but do not describe when
49362         differences between them are significant.
49364 2012-03-05  Andreas Jaeger  <aj@suse.de>
49366         * sysdeps/i386/fpu/libm-test-ulps: Update.
49368 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49370         [BZ #3976]
49371         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49372         (__ieee754_pow): Save and restore rounding mode and use
49373         round-to-nearest for main computations.
49374         * math/libm-test.inc (pow_test_tonearest): New function.
49375         (pow_test_towardzero): Likewise.
49376         (pow_test_downward): Likewise.
49377         (pow_test_upward): Likewise.
49378         (main): Call the new functions.
49379         * sysdeps/i386/fpu/libm-test-ulps: Update.
49380         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49382         [BZ #3976]
49383         * math/libm-test.inc (cosh_test_tonearest): New function.
49384         (cosh_test_towardzero): Likewise.
49385         (cosh_test_downward): Likewise.
49386         (cosh_test_upward): Likewise.
49387         (sinh_test_tonearest): Likewise.
49388         (sinh_test_towardzero): Likewise.
49389         (sinh_test_downward): Likewise.
49390         (sinh_test_upward): Likewise.
49391         (main): Call the new functions.
49392         * sysdeps/i386/fpu/libm-test-ulps: Update.
49393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49395 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49397         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49398         default stack guard is set in last bytes.
49399         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49401 2012-03-05  Kees Cook  <keescook@chromium.org>
49403         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49405         [BZ #13656]
49406         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49407         possibly allocate from heap instead of stack.
49408         * stdio-common/bug-vfprintf-nargs.c: New file.
49409         * stdio-common/Makefile (tests): Add nargs overflow test.
49411 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49413         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49415 2012-03-03  Marek Polacek  <polacek@redhat.com>
49417         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49418         * math/math_private.h: Likewise.
49419         * stdlib/tst-strtod.c: Likewise.
49420         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49421         * sysdeps/x86_64/bits/atomic.h: Likewise.
49423 2012-03-02  David S. Miller  <davem@davemloft.net>
49425         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49426         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49427         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49428         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49429         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49430         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49431         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49432         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49434 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49436         [BZ #13792]
49437         * manual/examples/README: New file, says the example source files
49438         can be used under GPL>=2.
49439         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49440         line containing just "*/".
49441         * manual/examples/add.c: Add copyright header (GPL>=2).
49442         * manual/examples/argp-ex1.c: Likewise.
49443         * manual/examples/argp-ex2.c: Likewise.
49444         * manual/examples/argp-ex3.c: Likewise.
49445         * manual/examples/argp-ex4.c: Likewise.
49446         * manual/examples/atexit.c: Likewise.
49447         * manual/examples/db.c: Likewise.
49448         * manual/examples/dir.c: Likewise.
49449         * manual/examples/dir2.c: Likewise.
49450         * manual/examples/execinfo.c: Likewise.
49451         * manual/examples/filecli.c: Likewise.
49452         * manual/examples/filesrv.c: Likewise.
49453         * manual/examples/fmtmsgexpl.c: Likewise.
49454         * manual/examples/genpass.c: Likewise.
49455         * manual/examples/inetcli.c: Likewise.
49456         * manual/examples/inetsrv.c: Likewise.
49457         * manual/examples/isockad.c: Likewise.
49458         * manual/examples/longopt.c: Likewise.
49459         * manual/examples/memopen.c: Likewise.
49460         * manual/examples/memstrm.c: Likewise.
49461         * manual/examples/mkfsock.c: Likewise.
49462         * manual/examples/mkisock.c: Likewise.
49463         * manual/examples/mygetpass.c: Likewise.
49464         * manual/examples/pipe.c: Likewise.
49465         * manual/examples/popen.c: Likewise.
49466         * manual/examples/rprintf.c: Likewise.
49467         * manual/examples/search.c: Likewise.
49468         * manual/examples/select.c: Likewise.
49469         * manual/examples/setjmp.c: Likewise.
49470         * manual/examples/sigh1.c: Likewise.
49471         * manual/examples/sigusr.c: Likewise.
49472         * manual/examples/stpcpy.c: Likewise.
49473         * manual/examples/strdupa.c: Likewise.
49474         * manual/examples/strftim.c: Likewise.
49475         * manual/examples/strncat.c: Likewise.
49476         * manual/examples/subopt.c: Likewise.
49477         * manual/examples/swapcontext.c: Likewise.
49478         * manual/examples/termios.c: Likewise.
49479         * manual/examples/testopt.c: Likewise.
49480         * manual/examples/testpass.c: Likewise.
49481         * manual/examples/timeval_subtract.c: Likewise.
49483         [BZ #13792]
49484         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49485         function to ...
49486         * manual/timeval_subtract.c.texi: ... here, new file.
49488 2012-03-02  David S. Miller  <davem@davemloft.net>
49490         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49492 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49494         [BZ #3976]
49495         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49496         (__sin): Save and restore rounding mode and use round-to-nearest
49497         for all computations.
49498         (__cos): Save and restore rounding mode and use round-to-nearest
49499         for all computations.
49500         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49501         <fenv.h>.
49502         (tan): Save and restore rounding mode and use round-to-nearest for
49503         all computations.
49504         * math/libm-test.inc (cos_test_tonearest): New function.
49505         (cos_test_towardzero): Likewise.
49506         (cos_test_downward): Likewise.
49507         (cos_test_upward): Likewise.
49508         (sin_test_tonearest): Likewise.
49509         (sin_test_towardzero): Likewise.
49510         (sin_test_downward): Likewise.
49511         (sin_test_upward): Likewise.
49512         (tan_test_tonearest): Likewise.
49513         (tan_test_towardzero): Likewise.
49514         (tan_test_downward): Likewise.
49515         (tan_test_upward): Likewise.
49516         (main): Call the new functions.
49517         * sysdeps/i386/fpu/libm-test-ulps: Update.
49518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49520         [BZ #10135]
49521         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49522         small n, then large n, before computing and testing k+n.
49523         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49524         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49525         Likewise.
49526         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49527         Likewise.
49528         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49529         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49530         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49531         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49532         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49533         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49534         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49535         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49536         * math/libm-test.inc (scalbn_test): Add more tests.
49537         (scalbln_test): Likewise.
49539         * manual/filesys.texi (mode_t): Describe constraints on size and
49540         signedness, not exact equivalence to a particular type.
49541         (ino_t): Likewise.
49542         (ino64_t): Likewise.
49543         (dev_t): Likewise.
49544         (nlink_t): Likewise.
49545         (blkcnt_t): Likewise.
49546         (blkcnt64_t): Likewise.
49547         * manual/llio.texi (off_t): Likewise.
49549         [BZ #3976]
49550         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49551         (__ieee754_exp): Save and restore rounding mode and use
49552         round-to-nearest for all computations.
49553         * math/libm-test.inc (exp_test_tonearest): New function.
49554         (exp_test_towardzero): Likewise.
49555         (exp_test_downward): Likewise.
49556         (exp_test_upward): Likewise.
49557         (main): Call the new functions.
49558         * sysdeps/i386/fpu/libm-test-ulps: Update.
49559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49561 2012-03-01  Chris Demetriou  <cgd@google.com>
49563         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49564         have predictable order.
49566 2012-03-01  David S. Miller  <davem@davemloft.net>
49568         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49570         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49571         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49572         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49573         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49575         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49576         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49577         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49578         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49579         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49580         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49581         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49582         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49583         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49587         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49588         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49589         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49591         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49592         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49593         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49594         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49595         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49596         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49597         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49598         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49599         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49600         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49601         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49602         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49603         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49604         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49605         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49606         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49607         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49608         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49609         * sysdeps/sparc/elf/configure: Regenerated.
49611 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49613         * configure.in (AS, LD): Require binutils 2.20 or later.
49614         * configure: Regenerated.
49615         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49616         as required minimum version.
49617         * INSTALL: Regenerated.
49619         [BZ #2541]
49620         [BZ #4108]
49621         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49622         before squaring exponent.
49623         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49624         bottom long double and 27 bits of top long double before squaring
49625         exponent.
49626         * math/libm-test.inc (erfc_test): Add more tests.
49627         * sysdeps/i386/fpu/libm-test-ulps: Update.
49628         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49631 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49633         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49634         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49635         containing bit-fields.
49636         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49637         * soft-fp/single.h (_FP_UNION_S): Likewise.
49638         * soft-fp/double.h (_FP_UNION_D): Likewise.
49640 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49642         [BZ #13786]
49643         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49644         not include ../strcmp.S.
49645         [USE_AS_STRNCASECMP_L]: Likewise.
49646         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49647         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49648         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49649         (__strncasecmp_l_ia32): Define as alias to
49650         __strncasecmp_l_nonascii.
49652         [BZ #5794]
49653         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49654         * sysdeps/i386/fpu/libm-test-ulps: Update.
49655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49657         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49660 2012-02-29  Jeff Law  <law@redhat.com>
49662         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49663         out of bounds read.
49665 2012-02-29  Marek Polacek  <polacek@redhat.com>
49667         [BZ #13706]
49668         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49669         * elf/Makefile: Add rules to run tst-unused-dep.out.
49671 2012-02-28  David S. Miller  <davem@davemloft.net>
49673         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49674         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49675         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49676         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49677         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49678         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49680 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49682         * math/libm-test.inc (llround_test): Move one test from
49683         lround_test.  Use TEST_f_L in moved test.
49684         (lround_test): Move misplaced test to llround_test.  Add testcase
49685         from bug 2561.
49687 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49689         * sysdeps/x86_64/fpu/e_expf.S: New file.
49690         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49692 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49694         [BZ #13637]
49695         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49696         of remain_len that may cause incomplete multi-byte character and
49697         false match.
49698         * posix/bug-regex33.c: New file.
49699         * posix/Makefile (tests): Add bug-regex33.
49701 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49703         * manual/macros.texi: New file.
49704         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49705         * manual/libc.texinfo: Include macros.texi.
49706         * manual/creatute.texi: Likewise.
49707         * manual/install.texi: Likewise.
49708         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49709         @glibcadj{} in references to the GNU C Library.
49710         * manual/charset.texi: Likewise.
49711         * manual/conf.texi: Likewise.
49712         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49713         when not using those macros.
49714         * manual/creature.texi: Likewise.
49715         * manual/crypt.texi: Likewise.
49716         * manual/errno.texi: Likewise.
49717         * manual/filesys.texi: Likewise.
49718         * manual/header.texi: Likewise.
49719         * manual/install.texi: Likewise.
49720         * manual/intro.texi: Likewise.
49721         * manual/io.texi: Likewise.
49722         * manual/job.texi: Likewise.
49723         * manual/lang.texi: Likewise.
49724         * manual/libc.texiinfo: Likewise.
49725         * manual/llio.texi: Likewise.
49726         * manual/locale.texi: Likewise.
49727         * manual/maint.texi: Likewise.
49728         * manual/math.texi: Likewise.
49729         * manual/memory.texi: Likewise.
49730         * manual/message.texi: Likewise.
49731         * manual/nss.texi: Likewise.
49732         * manual/pattern.texi: Likewise.
49733         * manual/process.texi: Likewise.
49734         * manual/resource.texi: Likewise.
49735         * manual/search.texi: Likewise.
49736         * manual/setjmp.texi: Likewise.
49737         * manual/signal.texi: Likewise.
49738         * manual/socket.texi: Likewise.
49739         * manual/startup.texi: Likewise.
49740         * manual/stdio.texi: Likewise.
49741         * manual/string.texi: Likewise.
49742         * manual/sysinfo.texi: Likewise.
49743         * manual/syslog.texi: Likewise.
49744         * manual/terminal.texi: Likewise.
49745         * manual/time.texi: Likewise.
49746         * manual/users.texi: Likewise.
49747         * INSTALL: Regenerated.
49748         * NOTES: Regenerated.
49749         * sysdeps/gnu/errlist.c: Regenerated.
49751 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49753         * include/dirent.h: Include <dirstream.h> before
49754         <dirent/dirent.h>.
49756 2012-02-28  David S. Miller  <davem@davemloft.net>
49758         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49759         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49760         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49761         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49763 2012-02-27  David S. Miller  <davem@davemloft.net>
49765         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49766         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49767         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49768         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49771         frame pointer instead of stack pointer relative arg slot.
49772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49773         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49774         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49776 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49778         [BZ #3992]
49779         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49781 2012-02-27  David S. Miller  <davem@davemloft.net>
49783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49784         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49787         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49788         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49789         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49790         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49792 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49794         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49795         later.  Allow versions 5-9.
49796         * configure: Regenerated.
49797         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49798         required minimum version and 4.6 as recommended version.  Do not
49799         mention bugs in GCC 2.7 and 2.8.
49800         * INSTALL: Regenerated.
49802 2012-02-27  David S. Miller  <davem@davemloft.net>
49804         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49805         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49806         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49807         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49808         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49809         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49810         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49811         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49813         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49814         manipulate bits before adding and subtracting TWO112[sx].
49815         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49817 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49819         [BZ #13775]
49820         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49821         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49822         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49823         being in POSIX, because they are in 1003.1-2008.
49825         * rt/tst-aio.c: Include <fcntl.h>.
49826         * rt/tst-aio7.c: Likewise.
49827         * rt/tst-aio64.c: Likewise.
49829         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49831 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49833         * manual/install.texi (--with-headers): Describe headers as
49834         interface headers, not private headers.
49835         (Specific advice for GNU/Linux systems): Describe use of headers
49836         from "make headers_install", not private headers from older
49837         kernels.
49838         * INSTALL: Regenerated.
49839         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49840         Change to 2.6.19.
49841         * sysdeps/unix/sysv/linux/configure: Regenerated.
49843         * manual/llio.texi (fclean): Remove documentation.
49845         * manual/Makefile (libc-texi-generated): New variable.  Include
49846         version.texi.
49847         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49848         $(libc-texi-generated), not duplicated list of files.
49849         (version.texi, stamp-version): New rules.
49850         (realclean): Remove $(libc-texi-generated), not individual files
49851         from that list.  Do not remove dir-add.texinfo.
49852         * manual/libc.texinfo: Comment out uses of edition numbers and
49853         references to printed manual.  Remove last-updated dates.
49854         (EDITION): Comment out.
49855         (ISBN): Likewise.
49856         (VERSION, UPDATED): Remove.
49857         (version.texi): Include.
49859 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49861         * sysdeps/posix/spawni.c: Include <signal.h>.
49862         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49863         * sysdeps/pthread/aio_fsync.c: Likewise.
49865 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49867         * conform/Makefile (tests): Run only when not cross-compiling and
49868         when fast-check is not defined.
49870         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49871         * conform/data/limits.h-data: Fixes for POSIX2008.
49872         * conform/run-conformtest.sh: Run all tests.
49873         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49874         headers.
49875         * include/bits/dlfcn.h: Likewise.
49876         * include/langinfo.h: Likewise.
49877         * include/monetary.h: Likewise.
49878         * include/sys/poll.h: Likewise.
49880         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49881         for __USE_GNU.
49882         * posix/spawn.h: Define __need_sigset_t.
49883         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49884         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49885         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49886         to get sigevent_t only.
49887         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49888         only for __USE_GNU.
49889         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49890         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49891         process_vm_writev only for __USE_GNU.
49892         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49894         * conform/Makefile: For now ignore errors from run-conformtest.
49895         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49896         POSIX to avoid namespace pollution.  Don't prepend headers.
49897         * conform/data/aio.h-data: Fixes for POSIX testing.
49898         * conform/data/fcntl.h-data: Likewise.
49899         * conform/data/glob.h-data: Likewise.
49900         * conform/data/grp.h-data: Likewise.
49901         * conform/data/pthread.h-data: Likewise.
49902         * conform/data/pwd.h-data: Likewise.
49903         * conform/data/signal.h-data: Likewise.
49904         * conform/data/spawn.h-data: Likewise.
49905         * conform/data/stdio.h-data: Likewise.
49906         * conform/data/stdlib.h-data: Likewise.
49907         * conform/data/stropts.h-data: Likewise.
49908         * conform/data/sys/mman.h-data: Likewise.
49909         * conform/data/sys/stat.h-data: Likewise.
49910         * conform/data/sys/types.h-data: Likewise.
49911         * conform/data/sys/wait.h-data: Likewise.
49912         * conform/data/time.h-data: Likewise.
49913         * conform/data/unistd.h-data: Likewise.
49914         * conform/data/utime.h-data: Likewise.
49916         * io/sys/stat.h: fchmod was always in POSIX.
49917         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49918         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49919         * rt/aio.h: Define __need_timespec before including <time.h>.
49920         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49921         struct.  Add forward declaration of pthread_attr_t and use it in
49922         sigevent.
49923         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49924         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49925         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49926         always remove CLK_TCK definition.
49928 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49930         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49932 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49934         * conform/run-conformtest.sh: New file.
49935         * conform/Makefile: Run run-conformtest for tests.
49936         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49937         support.
49939         * conform/data/uchar.h-data: New file.
49940         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49941         * conform/data/arpa/inet.h-data: Likewise.
49942         * conform/data/assert.h-data: Likewise.
49943         * conform/data/complex.h-data: Likewise.
49944         * conform/data/cpio.h-data: Likewise.
49945         * conform/data/ctype.h-data: Likewise.
49946         * conform/data/dirent.h-data: Likewise.
49947         * conform/data/dlfcn.h-data: Likewise.
49948         * conform/data/errno.h-data: Likewise.
49949         * conform/data/fcntl.h-data: Likewise.
49950         * conform/data/float.h-data: Likewise.
49951         * conform/data/fmtmsg.h-data: Likewise.
49952         * conform/data/fnmatch.h-data: Likewise.
49953         * conform/data/ftw.h-data: Likewise.
49954         * conform/data/glob.h-data: Likewise.
49955         * conform/data/grp.h-data: Likewise.
49956         * conform/data/iconv.h-data: Likewise.
49957         * conform/data/inttypes.h-data: Likewise.
49958         * conform/data/langinfo.h-data: Likewise.
49959         * conform/data/libgen.h-data: Likewise.
49960         * conform/data/limits.h-data: Likewise.
49961         * conform/data/locale.h-data: Likewise.
49962         * conform/data/math.h-data: Likewise.
49963         * conform/data/monetary.h-data: Likewise.
49964         * conform/data/mqueue.h-data: Likewise.
49965         * conform/data/ndbm.h-data: Likewise.
49966         * conform/data/net/if.h-data: Likewise.
49967         * conform/data/netdb.h-data: Likewise.
49968         * conform/data/netinet/in.h-data: Likewise.
49969         * conform/data/nl_types.h-data: Likewise.
49970         * conform/data/poll.h-data: Likewise.
49971         * conform/data/pthread.h-data: Likewise.
49972         * conform/data/pwd.h-data: Likewise.
49973         * conform/data/regex.h-data: Likewise.
49974         * conform/data/sched.h-data: Likewise.
49975         * conform/data/search.h-data: Likewise.
49976         * conform/data/semaphore.h-data: Likewise.
49977         * conform/data/setjmp.h-data: Likewise.
49978         * conform/data/signal.h-data: Likewise.
49979         * conform/data/spawn.h-data: Likewise.
49980         * conform/data/stdarg.h-data: Likewise.
49981         * conform/data/stdio.h-data: Likewise.
49982         * conform/data/stdlib.h-data: Likewise.
49983         * conform/data/string.h-data: Likewise.
49984         * conform/data/strings.h-data: Likewise.
49985         * conform/data/stropts.h-data: Likewise.
49986         * conform/data/sys/ipc.h-data: Likewise.
49987         * conform/data/sys/mman.h-data: Likewise.
49988         * conform/data/sys/msg.h-data: Likewise.
49989         * conform/data/sys/resource.h-data: Likewise.
49990         * conform/data/sys/select.h-data: Likewise.
49991         * conform/data/sys/sem.h-data: Likewise.
49992         * conform/data/sys/shm.h-data: Likewise.
49993         * conform/data/sys/socket.h-data: Likewise.
49994         * conform/data/sys/stat.h-data: Likewise.
49995         * conform/data/sys/statvfs.h-data: Likewise.
49996         * conform/data/sys/time.h-data: Likewise.
49997         * conform/data/sys/timeb.h-data: Likewise.
49998         * conform/data/sys/times.h-data: Likewise.
49999         * conform/data/sys/types.h-data: Likewise.
50000         * conform/data/sys/uio.h-data: Likewise.
50001         * conform/data/sys/un.h-data: Likewise.
50002         * conform/data/sys/utsname.h-data: Likewise.
50003         * conform/data/sys/wait.h-data: Likewise.
50004         * conform/data/syslog.h-data: Likewise.
50005         * conform/data/tar.h-data: Likewise.
50006         * conform/data/termios.h-data: Likewise.
50007         * conform/data/utime.h-data: Likewise.
50008         * conform/data/utmpx.h-data: Likewise.
50009         * conform/data/varargs.h-data: Likewise.
50010         * conform/data/wchar.h-data: Likewise.
50011         * conform/data/wctype.h-data: Likewise.
50012         * conform/data/wordexp.h-data: Likewise.
50014         * include/stropts.h: New file.
50015         * include/uchar.h: New file.
50016         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50017         * include/assert.h: Likewise.
50018         * include/ctype.h: Likewise.
50019         * include/dirent.h: Likewise.
50020         * include/dlfcn.h: Likewise.
50021         * include/fcntl.h: Likewise.
50022         * include/fnmatch.h: Likewise.
50023         * include/glob.h: Likewise.
50024         * include/grp.h: Likewise.
50025         * include/libio.h: Likewise.
50026         * include/locale.h: Likewise.
50027         * include/math.h: Likewise.
50028         * include/net/if.h: Likewise.
50029         * include/netdb.h: Likewise.
50030         * include/netinet/in.h: Likewise.
50031         * include/pthread.h: Likewise.
50032         * include/pwd.h: Likewise.
50033         * include/regex.h: Likewise.
50034         * include/sched.h: Likewise.
50035         * include/search.h: Likewise.
50036         * include/setjmp.h: Likewise.
50037         * include/signal.h: Likewise.
50038         * include/stdio.h: Likewise.
50039         * include/stdlib.h: Likewise.
50040         * include/string.h: Likewise.
50041         * include/sys/cdefs.h: Likewise.
50042         * include/sys/mman.h: Likewise.
50043         * include/sys/msg.h: Likewise.
50044         * include/sys/resource.h: Likewise.
50045         * include/sys/select.h: Likewise.
50046         * include/sys/socket.h: Likewise.
50047         * include/sys/stat.h: Likewise.
50048         * include/sys/statvfs.h: Likewise.
50049         * include/sys/time.h: Likewise.
50050         * include/sys/times.h: Likewise.
50051         * include/sys/uio.h: Likewise.
50052         * include/sys/utsname.h: Likewise.
50053         * include/sys/wait.h: Likewise.
50054         * include/termios.h: Likewise.
50055         * include/time.h: Likewise.
50056         * include/ulimit.h: Likewise.
50057         * include/unistd.h: Likewise.
50058         * include/utime.h: Likewise.
50059         * include/wchar.h: Likewise.
50060         * include/wctype.h: Likewise.
50061         * include/wordexp.h: Likewise.
50063         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50065         * time/time.h: TIME_UTC must be a macro.
50066         Make timespec_get available for ISO C11 only as well.
50068 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50070         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50071         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50073 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50075         * configure.in: Use -o not -a in test for unsupported multi-arch.
50077 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50079         * manual/texinfo.tex: Update to version 2012-01-19.16.
50081 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50083         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50085 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50087         [BZ #13738]
50088         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50089         * manual/fdl-1.3.texi: New file.
50090         * manual/fdl-1.1.texi: File removed.
50092         [BZ #13738]
50093         * manual/libc.texinfo (FDL_VERSION): New @set.
50094         Use it for mention of FDL in cover text.
50095         (Documentation License): Use it in @include file name.
50097 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50098             Roland McGrath  <roland@hack.frob.com>
50100         [BZ #5461]
50101         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50102         (not LONG_LONG_MAX and LONG_LONG_MIN.
50103         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50104         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50105         name.
50106         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50108 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50110         [BZ #2547]
50111         [BZ #11365]
50112         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50113         manipulate bits before adding and subtracting TWO23[sx].
50114         * math/libm-test.inc (nearbyint_test): Add more tests.
50116 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50118         [BZ #2548]
50119         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50120         bits before adding and subtracting TWO23[sx].
50121         * math/libm-test.inc (rint_test): Add more tests.
50122         (rint_test_tonearest): Likewise.
50123         (rint_test_towardzero): Likewise.
50124         (rint_test_downward): Likewise.
50125         (rint_test_upward: Likewise.
50127 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50129         [BZ #10110]
50130         * include/stdc-predef.h: New file.  Extracted from features.h.
50131         * include/features.h: Include stdc-predef.h.
50132         * Makefile (headers): Add stdc-predef.h.
50133         * CONFORMANCE (Compiler limitations): Update.
50135 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50137         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50139 2012-02-21  David S. Miller  <davem@davemloft.net>
50141         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50142         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50144 2012-02-20  David S. Miller  <davem@davemloft.net>
50146         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50147         using a normal save/restore sequence, rather than allocating a
50148         dummy stack frame just to store a frame pointer and restore.
50149         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50151 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50153         * manual/install.texi: Fix stray word in line-wrapped comment.
50155 2012-02-20  David S. Miller  <davem@davemloft.net>
50157         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50158         both binutils and gcc support GOTDATA.
50160         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50161         "rd %pc" in the PIC register setup sequences.
50163         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50164         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50165         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50166         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50167         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50168         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50169         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50170         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50171         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50172         (SYSCALL_ERROR_HANDLER): Likewise.
50173         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50174         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50175         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50176         (SYSCALL_ERROR_HANDLER): Likewise.
50178         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50179         (HAVE_GCC_GOTDATA): New.
50180         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50181         relocation support in both binutils and gcc.
50182         * sysdeps/sparc/elf/configure: Regenerate.
50184         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50185         * sysdeps/sparc/sparc32/elf/configure: Delete.
50186         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50187         * sysdeps/sparc/sparc64/elf/configure: Delete.
50188         * sysdeps/sparc/elf/configure.in: New file.
50189         * sysdeps/sparc/elf/configure: Generate.
50191         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50192         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50193         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50194         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50195         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50197 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50199         * manual/install.texi: Do not mention specific glibc version
50200         numbers.
50201         * manual/libc.texinfo (VERSION, UPDATED): Update.
50202         (@copying): Use @copyright{} and range of years.
50204 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50206         [BZ #13695]
50207         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50208         [crti.S not in sysdirs] (generated): Do not append.
50209         [crti.S not in sysdirs] (omit-deps): Likewise.
50210         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50211         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50212         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50213         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50214         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50215         Likewise.
50216         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50217         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50218         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50219         * csu/defs.awk: Remove file.
50220         * sysdeps/generic/initfini.c: Likewise.
50221         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50222         variable.
50223         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50224         Likewise.
50226 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50228         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50229         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50230         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50231         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50232         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50233         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50234         <bits/epoll.h>.
50235         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50236         (__EPOLL_PACKED): Define to empty if not defined by
50237         <bits/epoll.h>.
50238         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50239         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50240         bits/epoll.h.
50242 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50244         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50245         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50246         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50247         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50248         <bits/timerfd.h>.
50249         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50250         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50251         bits/timerfd.h.
50253 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50255         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50256         in C locale.
50257         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50258         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50259         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50260         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50262 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50264         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50265         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50267 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50269         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50270         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50271         defined.
50272         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50273         Likewise.
50274         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50275         entry for 2.16.
50277 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50279         * math/w_acos.c: Use non-signaling floating-point comparisons.
50280         * math/w_acosf.c: Likewise.
50281         * math/w_acosh.c: Likewise.
50282         * math/w_acoshf.c: Likewise.
50283         * math/w_acoshl.c: Likewise.
50284         * math/w_acosl.c: Likewise.
50285         * math/w_asin.c: Likewise.
50286         * math/w_asinf.c: Likewise.
50287         * math/w_asinl.c: Likewise.
50288         * math/w_atanh.c: Likewise.
50289         * math/w_atanhf.c: Likewise.
50290         * math/w_atanhl.c: Likewise.
50291         * math/w_exp2.c: Likewise.
50292         * math/w_exp2f.c: Likewise.
50293         * math/w_exp2l.c: Likewise.
50294         * math/w_j0.c: Likewise.
50295         * math/w_j0f.c: Likewise.
50296         * math/w_j0l.c: Likewise.
50297         * math/w_j1.c: Likewise.
50298         * math/w_j1f.c: Likewise.
50299         * math/w_j1l.c: Likewise.
50300         * math/w_jn.c: Likewise.
50301         * math/w_jnf.c: Likewise.
50302         * math/w_log.c: Likewise.
50303         * math/w_log10.c: Likewise.
50304         * math/w_log10f.c: Likewise.
50305         * math/w_log10l.c: Likewise.
50306         * math/w_log2.c: Likewise.
50307         * math/w_log2f.c: Likewise.
50308         * math/w_log2l.c: Likewise.
50309         * math/w_logf.c: Likewise.
50310         * math/w_logl.c: Likewise.
50311         * math/w_sqrt.c: Likewise.
50312         * math/w_sqrtf.c: Likewise.
50313         * math/w_sqrtl.c: Likewise.
50314         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50315         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50316         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50317         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50318         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50320 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50322         [BZ #9739]
50323         * manual/string.texi (strnlen): Use correct parameter name in
50324         equivalent expression.
50326 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50328         [BZ #11174]
50329         * manual/users.texi (seteuid): Consistently use neweuid for
50330         argument name.
50332 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50334         [BZ #13704]
50335         * manual/nss.texi (Services in the NSS configuration): Correct
50336         list of services in example configuration file.
50338 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50340         [BZ #11322]
50341         * manual/arith.texi: Remove statements about negative zero
50342         behaving identically to zero.
50344 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50346         [BZ #5993]
50347         * manual/install.texi: Do not document upgrading from libc5.
50349 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50351         [BZ #4596]
50352         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50354 2012-02-18  David S. Miller  <davem@davemloft.net>
50356         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50357         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50358         %o7 across the call.
50359         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50360         instead.
50361         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50362         SETUP_PIC_REG_LEAF.
50363         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50364         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50365         * sysdeps/sparc/crtn.S: Likewise.
50367 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50369         * aout/Makefile: Remove.
50371 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50373         [BZ #13058]
50374         * manual/examples/argp-ex1.c (main): Format definition in GNU
50375         style.
50376         * manual/examples/argp-ex2.c (main): Likewise.
50377         * manual/examples/argp-ex3.c (main): Likewise.
50378         * manual/examples/argp-ex4.c (main): Likewise.
50379         * manual/examples/longopt.c (main): Use new-style prototype
50380         definition.
50381         * manual/examples/strncat.c (main): Specify return type and use
50382         (void) for arguments.
50383         * manual/examples/subopt.c (main): Use char **argv argument.
50385 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50387         [BZ #5077]
50388         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50389         rounding modes.
50391 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50393         [BZ #6907]
50394         * manual/string.texi (strchr): Change when strchrnul is
50395         recommended.
50397 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50399         [BZ #174]
50400         * manual/locale.texi (setlocale): Document LOCPATH.
50402 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50404         [BZ #10210]
50405         * manual/process.texi (execle): Move @dots{} before last argument.
50407 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50409         [BZ #12047]
50410         * manual/charset.texi (Generic Charset Conversion): Fix typo
50411         (LC_TYPE -> LC_CTYPE).
50413 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50415         [BZ #5805]
50416         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50417         (scalbnf): Likewise.
50418         (scalbnl): Likewise.
50419         (scalbln): Likewise.
50420         (scalblnf): Likewise.
50421         (scalblnl): Likewise.
50422         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50423         (vwarnx): Likewise.
50424         (verr): Likewise.
50425         (verrx): Likewise.
50426         * manual/filesys.texi (telldir): Use braces around return type.
50427         * manual/llio.texi (mmap): Add space after comma.
50428         (mmap64): Likewise.
50429         * manual/math.texi (jn): Use @var{} on parameter names.
50430         (jnf): Likewise.
50431         (jnl): Likewise.
50432         (yn): Likewise.
50433         (ynf): Likewise.
50434         (ynl): Likewise.
50435         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50436         line.
50437         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50438         "...".
50439         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50440         (sched_get_priority_max): Likewise.
50441         * manual/signal.texi (sigvec): Add space after comma.
50442         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50443         names.
50444         (if_indextoname): Likewise.
50445         (if_freenameindex): Likewise.
50446         (sendto): Use ',' instead of '.' in prototype.
50447         * manual/startup.texi (syscall): Use @dots{} instead of literal
50448         "...".
50449         * manual/stdio.texi (__fpending): Separate initial words of
50450         paragraph from @deftypefun line.
50451         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50452         "...".
50453         (vsyslog): Use @var{} on parameter names.
50454         * manual/terminal.texi (stty): Use @var{} on parameter names.
50455         * manual/users.texi (getutmp): Use @var{} on parameter names.
50456         (getutmpx): Likewise.
50458 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50460         [BZ #6884]
50461         * manual/stdio.texi (fopen): Fix typos in description of
50462         ",ccs=STRING".
50464 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50466         [BZ #4026]
50467         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50468         get clock_id definition.
50470 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50472         [BZ #4822]
50473         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50474         (madvise): Cast every argument to void on its own.
50476 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50478         [BZ #9902]
50479         * manual/startup.texi (Exit Status): Fix typo.
50481 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50483         [BZ #10140]
50484         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50485         * manual/examples/argp-ex2.c: Likewise.
50486         * manual/examples/argp-ex3.c: Likewise.
50488 2012-02-16  Richard Henderson  <rth@redhat.com>
50490         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50491         * sysdeps/s390/s390-32/initfini.c: Remove.
50492         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50493         * sysdeps/s390/s390-64/initfini.c: Remove.
50495 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50497         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50498         compiler output for sysdeps/generic/initfini.c.
50499         * sysdeps/sh/elf/initfini.c: Remove file.
50501 2012-02-16  David S. Miller  <davem@davemloft.net>
50503         [BZ #11494]
50504         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50506         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50507         * sysdeps/sparc/crti.S: New file.
50508         * sysdeps/sparc/crtn.S: New file.
50509         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50510         * sysdeps/sparc/sparc64/Makefile: Likewise.
50512 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50514         [BZ #3335]
50515         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50517 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50519         [BZ #4822]
50520         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50522         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50523         (write, read, close): Likewise.
50524         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50526 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50528         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50529         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50530         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50531         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50532         <bits/signalfd.h>.
50533         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50534         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50535         bits/signalfd.h.
50537 2012-02-14  Marek Polacek  <polacek@redhat.com>
50539         * sysdeps/x86_64/crti.S: New file.
50540         * sysdeps/x86_64/crtn.S: New file.
50541         * sysdeps/x86_64/elf/initfini.c: Remove file.
50543 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50545         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50546         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50547         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50548         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50549         <bits/inotify.h>.
50550         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50551         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50552         bits/inotify.h.
50554 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50556         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50557         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50558         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50559         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50560         <bits/eventfd.h>.
50561         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50562         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50563         bits/eventfd.h.
50565 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50567         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50568         __feraiseexcept instead of feraiseexcept.
50570         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50571         nanosleep invocations.
50572         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50573         strings, and add error checking for a nanosleep invocations.
50575 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50577         Replace FSF snail mail address with URLs, as per GNU coding standards.
50578         Most of the snail mail addresses were wrong anyway, and omitting
50579         them makes the source code easier to maintain.  Almost all of the
50580         changes are to license notices and to locale LC_IDENTIFICATION
50581         addresses, except for this one:
50582         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50583         not its snail mail address.
50585 2012-02-09  Richard Henderson  <rth@twiddle.net>
50587         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50588         of kernel-features.h.
50590         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50592 2012-02-08  Marek Polacek  <polacek@redhat.com>
50594         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50595         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50596         * sysdeps/gnu/_G_config.h: Likewise.
50597         * sysdeps/generic/_G_config.h: Likewise.
50599 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50601         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50602         tests.
50603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50605         * sysdeps/powerpc/powerpc32/crti.S: New file.
50606         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50607         * sysdeps/powerpc/powerpc64/crti.S: New file.
50608         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50610         * Makeconfig (have-initfini): Don't set.
50611         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50612         * configure.in (nopic_initfini): Don't substitute.
50613         * config.h.in (HAVE_INITFINI): Don't #undef.
50614         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50615         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50617 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50619         Support crti.S and crtn.S provided directly by architectures.
50620         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50621         [crti.S in sysdirs] (omit-deps): Likewise.
50622         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50623         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50624         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50625         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50626         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50627         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50628         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50629         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50630         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50631         compiler output for sysdeps/generic/initfini.c.
50632         * sysdeps/i386/elf/Makefile: Remove file.
50633         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50635 2012-02-07  Marek Polacek  <polacek@redhat.com>
50637         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50638         * sysdeps/gnu/_G_config.h: Likewise.
50639         * sysdeps/mach/hurd/_G_config.h: Likewise.
50641 2012-02-07  Marek Polacek  <polacek@redhat.com>
50643         * math/Makefile (tests): Add tst-CMPLX2.
50644         * math/tst-CMPLX2.c: New file.
50646 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50648         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50650         * math/libm-test.inc (jn_test): Add missing L suffix.
50652 2012-02-06  Marek Polacek  <polacek@redhat.com>
50654         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50655         * sysdeps/i386/fpu/e_powf.S: Likewise.
50656         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50657         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50658         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50659         * sysdeps/i386/fpu/e_pow.S: Likewise.
50660         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50661         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50662         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50663         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50664         * sysdeps/i386/fpu/e_log2.S: Likewise.
50665         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50666         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50667         * sysdeps/i386/fpu/e_powl.S: Likewise.
50668         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50669         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50670         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50671         * sysdeps/i386/fpu/e_logl.S: Likewise.
50672         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50673         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50674         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50675         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50676         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50677         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50678         * sysdeps/i386/fpu/e_log.S: Likewise.
50679         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50680         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50681         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50682         * sysdeps/i386/fpu/e_logf.S: Likewise.
50683         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50684         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50685         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50686         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50687         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50688         * sysdeps/i386/fpu/e_log10.S: Likewise.
50689         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50690         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50691         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50692         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50693         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50694         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50695         * sysdeps/i386/asm-syntax.h: Likewise.
50696         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50697         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50698         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50699         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50700         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50701         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50702         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50703         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50704         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50705         * sysdeps/powerpc/sysdep.h: Likewise.
50706         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50707         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50709 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50711         [BZ #411]
50712         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50714 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50716         * sysdeps/i386/sysdep.h: Include <features.h>.
50717         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50718         version.
50720 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50722         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50723         Define.
50724         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50725         LOAD_PIC_REG_STR.
50727 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50729         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50730         (SETUP_PIC_REG): Use GET_PC_THUNK.
50731         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50732         macro.
50734 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50736         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50737         for non-PIC compilation.
50738         (SETUP_PIC_REG): Add .p2align directive.
50739         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50740         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50741         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50742         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50743         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50744         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50745         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50746         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50747         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50748         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50749         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50750         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50751         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50752         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50753         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50754         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50755         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50756         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50757         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50758         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50759         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50760         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50761         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50762         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50763         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50764         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50765         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50766         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50767         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50768         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50769         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50770         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50771         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50772         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50773         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50774         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50775         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50776         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50777         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50778         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50779         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50781 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50783         * math/tst-CMPLX.c: Include <stdio.h>.
50785 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50787         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50788         float.
50789         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50790         * sysdeps/sparc/bits/mathdef.h: Likewise.
50792 2012-01-31  Marek Polacek  <polacek@redhat.com>
50794         * libio/libio.h: Don't define _PARAMS.
50795         * locale/programs/config.h: Don't define PARAMS.
50796         * stdlib/strtol_l.c: Likewise.
50797         (__strtol_l): Remove PARAMS from the prototype.
50799 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50801         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50802         names.  Just use the correct names.  Remove unnecessary wrapper
50803         functions.
50804         * malloc/arena.c: Likewise.
50805         * malloc/hooks.c: Likewise.
50807         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50808         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50809         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50811 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50813         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50814         into tail calls.
50815         (update_get_addr): New function.
50816         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50817         GET_ADDR_MODULE parameter.
50819 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50821         * crypt/cert.c: Remove __STDC__ conditionals.
50822         * crypt/crypt-entry.c: Likewise.
50823         * crypt/crypt_util.c: Likewise.
50824         * libio/filedoalloc.c: Likewise.
50825         * libio/fileops.c: Likewise.
50826         * libio/genops.c: Likewise.
50827         * libio/iofclose.c: Likewise.
50828         * libio/iofdopen.c: Likewise.
50829         * libio/iofopen.c: Likewise.
50830         * libio/iofopen64.c: Likewise.
50831         * libio/iogetdelim.c: Likewise.
50832         * libio/iopopen.c: Likewise.
50833         * libio/obprintf.c: Likewise.
50834         * libio/oldfileops.c: Likewise.
50835         * libio/oldiofclose.c: Likewise.
50836         * libio/oldiofdopen.c: Likewise.
50837         * libio/oldiofopen.c: Likewise.
50838         * libio/oldiopopen.c: Likewise.
50839         * libio/wfiledoalloc.c: Likewise.
50840         * libio/wgenops.c: Likewise.
50841         * locale/programs/xmalloc.c: Likewise.
50842         * misc/syslog.c: Likewise.
50843         * stdio-common/xbug.c: Likewise.
50844         * string/memchr.c: Likewise.
50845         * string/memcmp.c: Likewise.
50846         * string/memrchr.c: Likewise.
50847         * string/rawmemchr.c: Likewise.
50848         * sysdeps/posix/getcwd.c: Likewise.
50849         * time/strftime_l.c: Likewise.
50851 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50853         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50854         * config.make.in (config-cflags-sse2avx): Define.
50855         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50856         Fix typo.
50858 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50860         * scripts/config.guess: Update from upstream config git repository.
50861         * scripts/config.sub: Likewise.
50863 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50865         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50866         (EM_NUM): Update.
50867         (R_TILEPRO_*, R_TILEGX_*): New macros.
50869         * scripts/firstversions.awk: Fix bug in version range handling.
50871         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50873         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50875         * include/sys/epoll.h: New file.
50876         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50877         libc_hidden_def.
50879 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50881         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50882         Avoid unnecessary __WORDSIZE == 64 test.
50883         (fmaxf): Use VEX format if possible.
50884         (fmax): Likewise.
50885         (fminf): Likewise.
50886         (fmin): Likewise.
50888         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50889         * math/math_private.h: Remove libc_fegetround* and
50890         libc_fesetround*.
50891         * sysdeps/i386/configure.in: Check for -msse2avx.
50892         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50893         also if SSE2AVX is defined.
50894         Remove libc_fegetround* and libc_fesetround*.
50895         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50896         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50897         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50898         of HAS_YMM_USABLE.
50899         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50900         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50901         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50902         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50903         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50905         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50907 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50909         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50910         size is not set.
50911         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50913 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50915         [BZ #13618]
50916         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50917         relocation.
50918         * Makeconfig (libm): Define.
50919         * elf/Makefile: Add rules to build and run tst-relsort1.
50920         * elf/tst-relsort1.c: New file.
50921         * elf/tst-relsort1mod1.c: New file.
50922         * elf/tst-relsort1mod2.c: New file.
50924 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50926         * math/s_ldexp.c: Remove __STDC__ conditionals.
50927         * math/s_ldexpf.c: Likewise.
50928         * math/s_ldexpl.c: Likewise.
50929         * math/s_nextafter.c: Likewise.
50930         * math/s_nexttowardf.c: Likewise.
50931         * math/s_significand.c: Likewise.
50932         * math/s_significandf.c: Likewise.
50933         * math/s_significandl.c: Likewise.
50934         * math/w_jnl.c: Likewise.
50935         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50936         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50937         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50938         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50939         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50940         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50941         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50942         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50943         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50944         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50945         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50946         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50947         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50948         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50949         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50950         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50951         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50952         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50953         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50954         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50955         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50956         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50957         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50958         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50959         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50960         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50961         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50962         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50963         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50964         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50965         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50966         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50967         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50968         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50969         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50970         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50971         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50972         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50973         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50974         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50975         * sysdeps/ieee754/k_standard.c: Likewise.
50976         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50977         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50978         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50979         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50980         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50981         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50982         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50983         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50984         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50985         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50986         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50987         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50988         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50989         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50990         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50991         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50992         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50993         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50994         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50995         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50996         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50997         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50998         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50999         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51000         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51001         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51002         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51003         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51004         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51005         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51006         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51007         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51008         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51009         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51010         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51011         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51012         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51013         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51014         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51015         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51016         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51017         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51018         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51019         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51020         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51021         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51022         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51023         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51024         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51025         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51026         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51027         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51028         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51029         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51030         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51031         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51032         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51033         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51034         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51035         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51036         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51037         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51038         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51039         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51040         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51041         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51042         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51043         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51044         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51045         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51046         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51047         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51048         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51049         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51050         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51051         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51052         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51053         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51054         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51055         * sysdeps/ieee754/s_matherr.c: Likewise.
51056         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51057         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51058         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51059         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51061 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51063         * crypt/md5.h: Remove __STDC__ conditionals.
51064         * libio/libioP.h: Likewise.
51065         * locale/programs/config.h: Likewise.
51066         * sysdeps/generic/sysdep.h: Likewise.
51067         * sysdeps/i386/asm-syntax.h: Likewise.
51068         * sysdeps/s390/asm-syntax.h: Likewise.
51069         * sysdeps/unix/sysdep.h: Likewise.
51070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51073 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51075         * libio/libio.h: Remove __STDC__ conditionals.
51076         * malloc/obstack.h: Likewise.
51077         * math/complex.h: Likewise.
51078         * math/math.h: Likewise.
51079         * sysdeps/generic/_G_config.h: Likewise.
51080         * sysdeps/gnu/_G_config.h: Likewise.
51081         * sysdeps/mach/hurd/_G_config.h: Likewise.
51082         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51083         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51084         * sysdeps/sparc/bits/mathdef.h: Likewise.
51086 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51088         [BZ #13583]
51089         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51090         Clean up HAS_* macros.
51091         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51092         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51093         possible.
51094         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51095         HAS_AVX.
51096         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51097         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51098         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51099         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51100         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51102 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51104         * elf/tst-unique3.cc (gets): Remove declaration.
51105         * elf/tst-unique3lib.cc (gets): Likewise.
51106         * elf/tst-unique3lib2.cc (gets): Likewise.
51107         * elf/tst-unique4.cc (gets): Likewise.
51109 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51111         * include/stdio.h: Add C++ protection.  Add gets declarations and
51112         definitions.
51113         * debug/tst-chk1.c: Don't declare gets here.
51114         * stdio-common/tst-gets.c: Likewise.
51116 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51118         * posix/glob: Remove directory.
51120 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51122         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51124 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51126         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51127         of the non-standard EPFNOSUPPORT.
51129 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51131         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51132         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51133         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51135 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51137         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51139 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51141         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51142         transient errors.
51143         * nscd/grpcache.c (cache_addgr): Likewise.
51144         * nscd/hstcache.c (cache_addhst): Likewise.
51145         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51146         * nscd/pwdcache.c (cache_addpw): Likewise.
51147         * nscd/servicescache.c (cache_addserv): Likewise.
51149 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51151         * malloc/malloc.c: Various cleanups.
51152         * malloc/hooks.c: Likewise.
51154         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51155         * stdlib/bug-fmtmsg1.c: New file.
51157         * stdlib/fmtmsg.c (init): Add missing unlock.
51158         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51160 2012-01-12  Marek Polacek  <polacek@redhat.com>
51162         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51163         and _GNU_SOURCE.
51165 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51167         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51168         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51169         macro to ensure uniqueness of label name.
51170         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51171         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51173 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51175         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51177         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51178         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51179         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51180         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51182 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51184         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51186         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51187         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51188         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51190         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51192         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51193         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51194         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51195         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51197         * math/bits/math-finite.h: Add ldexp support.
51199 2012-01-10  Marek Polacek  <polacek@redhat.com>
51201         * locale/programs/localedef.h (show_archive_content): Add noreturn
51202         attribute.
51204 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51206         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51208 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51210         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51212         * io/Makefile (headers): Add bits/poll2.h.
51214 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51217         typo #include statement.
51219 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51221         * include/sys/cdefs.h: Define __attribute_alloc_size.
51222         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51223         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51224         * elf/pldd.c: Likewise.
51225         * iconv/iconv_charmap.c: Likewise.
51226         * iconv/iconvconfig.c: Likewise.
51227         * iconv/strtab.c: Likewise.
51228         * locale/programs/locale.c: Likewise.
51229         * locale/programs/localedef.h: Likewise.
51230         * locale/programs/simple-hash.c: Likewise.
51231         * nscd/nscd.h: Likewise.
51232         * nss/makedb.c: Likewise.
51233         * sysdeps/generic/ldconfig.h: Likewise.
51234         * locale/programs/localedef.c: Remove xmalloc prototype.
51235         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51237 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51239         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51240         appropriate.
51242 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51244         * math/Makefile (tests): Add tst-CMPLX.
51245         * math/tst-CMPLX.c: New file.
51247         * math/complex.h (CMPLXL): Fix typo.
51249         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51250         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51251         GLIBC_2.16.
51252         * debug/tst-chk1.c: Add poll and ppoll tests.
51253         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51254         * include/sys/poll.h: Add hidden proto for ppoll.
51255         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51256         * sysdeps/mach/hurd/ppoll.c: Likewise.
51257         * io/ppoll.c: Likewise.
51258         * debug/poll_chk.c: New file.
51259         * debug/ppoll_chk.c: New file.
51260         * include/bits/poll2.h: New file.
51261         * io/bits/poll2.h: New file.
51263         [BZ #1350]
51264         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51266         * configure.in: static is always set to yes.  Remove.
51267         * config.make.in: Don't set build-static.
51268         * Makeconfig: Remove use of build-static.
51269         * dlfcn/Makefile: Likewise.
51270         * elf/Makefile: Likewise.
51271         * math/Makefile: Likewise.
51272         * misc/Makefile: Likewise.
51273         * nptl/Makefile: Likewise.
51274         * sysdeps/mach/hurd/Makefile: Likewise.
51276         * configure.in: PWD_P is not used anymore.
51277         * config.make.in: Remove PWD_P entry.
51279         * configure.in: Remove last remnants of RANLIB.
51280         No need to check for signed size_t anymore.
51281         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51282         and IA-64.
51283         Remove __builtin_expect test because we require at least gcc 3.4.
51284         * aclocal.m4: Likewise.
51286         * wcsmbs/mbrtoc16.c: Implement using towc function.
51287         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51288         * wcsmbs/wcsmbsload.c: Likewise.
51289         * iconv/gconv_simple.c: Likewise.
51290         * iconv/gconv_int.h: Likewise.
51291         * iconv/gconv_builtin.h: Likewise.
51292         * iconv/iconv_prog.c: Remove CHAR16 handling.
51294         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51296         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51298         * configure.in: Remove --with-elf and --enable-bounded options.
51299         Dont set base_machine for ia64.  More non-ELF conditions removed.
51300         Remove testing and setting of leading underscore information.
51301         * config.make.in (build-bounded): Set to no.
51302         * config.h.in: Remove NO_UNDERSCORES entry.
51303         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51304         them.
51305         * csu/start.c: Remove !NO_UNDERSCORE code.
51306         * locale/localeinfo.h: Likewise.
51307         * sysdeps/generic/machine-gmon.h: Likewise.
51308         * sysdeps/generic/sysdep.h: Likewise.
51309         * sysdeps/i386/sysdep.h: Likewise.
51310         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51311         * sysdeps/mach/sysdep.h: Likewise.
51312         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51313         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51314         * sysdeps/sh/sysdep.h: Likewise.
51315         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51316         * sysdeps/unix/i386/sysdep.S: Likewise.
51317         * sysdeps/unix/sparc/start.c: Likewise.
51318         * sysdeps/unix/sparc/sysdep.S: Likewise.
51319         * sysdeps/unix/sparc/sysdep.h: Likewise.
51320         * sysdeps/unix/start.c: Likewise.
51321         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51322         * sysdeps/x86_64/sysdep.h: Likewise.
51324 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51326         [BZ #13553]
51327         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51328         for non-gcc.
51329         * argp/argp-fmtstream.h: Use const instead __const.
51330         * argp/argp.h: Likewise.
51331         * assert/assert.h: Likewise.
51332         * bits/fenv.h: Likewise.
51333         * bits/sched.h: Likewise.
51334         * bits/sigset.h: Likewise.
51335         * bits/sigthread.h: Likewise.
51336         * catgets/nl_types.h: Likewise.
51337         * conform/data/pthread.h-data: Likewise.
51338         * crypt/crypt-private.h: Likewise.
51339         * crypt/crypt.h: Likewise.
51340         * crypt/crypt_util.c: Likewise.
51341         * ctype/ctype.h: Likewise.
51342         * debug/execinfo.h: Likewise.
51343         * debug/mbsnrtowcs_chk.c: Likewise.
51344         * debug/mbsrtowcs_chk.c: Likewise.
51345         * debug/wcsnrtombs_chk.c: Likewise.
51346         * debug/wcsrtombs_chk.c: Likewise.
51347         * debug/wcstombs_chk.c: Likewise.
51348         * dirent/dirent.h: Likewise.
51349         * dlfcn/dlfcn.h: Likewise.
51350         * elf/neededtest4.c: Likewise.
51351         * grp/grp.h: Likewise.
51352         * gshadow/gshadow.h: Likewise.
51353         * iconv/gconv.h: Likewise.
51354         * iconv/gconv_int.h: Likewise.
51355         * iconv/gconv_simple.c: Likewise.
51356         * iconv/iconv.h: Likewise.
51357         * iconv/loop.c: Likewise.
51358         * iconv/skeleton.c: Likewise.
51359         * include/aio.h: Likewise.
51360         * include/aliases.h: Likewise.
51361         * include/argz.h: Likewise.
51362         * include/arpa/inet.h: Likewise.
51363         * include/assert.h: Likewise.
51364         * include/dirent.h: Likewise.
51365         * include/dlfcn.h: Likewise.
51366         * include/execinfo.h: Likewise.
51367         * include/fcntl.h: Likewise.
51368         * include/fenv.h: Likewise.
51369         * include/glob.h: Likewise.
51370         * include/grp.h: Likewise.
51371         * include/libintl.h: Likewise.
51372         * include/mntent.h: Likewise.
51373         * include/netdb.h: Likewise.
51374         * include/pwd.h: Likewise.
51375         * include/rpc/netdb.h: Likewise.
51376         * include/sched.h: Likewise.
51377         * include/search.h: Likewise.
51378         * include/shadow.h: Likewise.
51379         * include/signal.h: Likewise.
51380         * include/stdio.h: Likewise.
51381         * include/stdlib.h: Likewise.
51382         * include/string.h: Likewise.
51383         * include/sys/socket.h: Likewise.
51384         * include/sys/stat.h: Likewise.
51385         * include/sys/statfs.h: Likewise.
51386         * include/sys/statvfs.h: Likewise.
51387         * include/sys/syslog.h: Likewise.
51388         * include/sys/time.h: Likewise.
51389         * include/sys/uio.h: Likewise.
51390         * include/time.h: Likewise.
51391         * include/unistd.h: Likewise.
51392         * include/utmp.h: Likewise.
51393         * include/wchar.h: Likewise.
51394         * include/wctype.h: Likewise.
51395         * inet/aliases.h: Likewise.
51396         * inet/arpa/inet.h: Likewise.
51397         * inet/netinet/ether.h: Likewise.
51398         * inet/netinet/in.h: Likewise.
51399         * intl/libintl.h: Likewise.
51400         * io/bits/fcntl2.h: Likewise.
51401         * io/fcntl.h: Likewise.
51402         * io/ftw.h: Likewise.
51403         * io/sys/poll.h: Likewise.
51404         * io/sys/stat.h: Likewise.
51405         * io/sys/statfs.h: Likewise.
51406         * io/sys/statvfs.h: Likewise.
51407         * io/utime.h: Likewise.
51408         * libio/bits/stdio.h: Likewise.
51409         * libio/bits/stdio2.h: Likewise.
51410         * libio/libio.h: Likewise.
51411         * libio/libioP.h: Likewise.
51412         * libio/stdio.h: Likewise.
51413         * locale/lc-ctype.c: Likewise.
51414         * locale/locale.h: Likewise.
51415         * login/utmp.h: Likewise.
51416         * malloc/arena.c: Likewise.
51417         * malloc/malloc.c: Likewise.
51418         * malloc/malloc.h: Likewise.
51419         * malloc/mcheck.c: Likewise.
51420         * malloc/mtrace.c: Likewise.
51421         * math/bits/mathcalls.h: Likewise.
51422         * math/fenv.h: Likewise.
51423         * math/math_private.h: Likewise.
51424         * misc/bits/error.h: Likewise.
51425         * misc/bits/syslog.h: Likewise.
51426         * misc/err.h: Likewise.
51427         * misc/error.h: Likewise.
51428         * misc/fstab.h: Likewise.
51429         * misc/mntent.h: Likewise.
51430         * misc/regexp.h: Likewise.
51431         * misc/search.h: Likewise.
51432         * misc/sgtty.h: Likewise.
51433         * misc/sys/mman.h: Likewise.
51434         * misc/sys/syslog.h: Likewise.
51435         * misc/sys/uio.h: Likewise.
51436         * misc/sys/xattr.h: Likewise.
51437         * misc/ttyent.h: Likewise.
51438         * nis/rpcsvc/ypclnt.h: Likewise.
51439         * nss/nss.h: Likewise.
51440         * posix/bits/unistd.h: Likewise.
51441         * posix/fnmatch.h: Likewise.
51442         * posix/glob.h: Likewise.
51443         * posix/sched.h: Likewise.
51444         * posix/spawn.h: Likewise.
51445         * posix/sys/wait.h: Likewise.
51446         * posix/unistd.h: Likewise.
51447         * posix/wordexp.h: Likewise.
51448         * pwd/pwd.h: Likewise.
51449         * resolv/netdb.h: Likewise.
51450         * resource/sys/resource.h: Likewise.
51451         * rt/aio.h: Likewise.
51452         * rt/bits/mqueue2.h: Likewise.
51453         * rt/mqueue.h: Likewise.
51454         * shadow/shadow.h: Likewise.
51455         * signal/signal.h: Likewise.
51456         * socket/send.c: Likewise.
51457         * socket/sendto.c: Likewise.
51458         * socket/sys/socket.h: Likewise.
51459         * stdio-common/printf.h: Likewise.
51460         * stdlib/bits/stdlib.h: Likewise.
51461         * stdlib/fmtmsg.h: Likewise.
51462         * stdlib/monetary.h: Likewise.
51463         * stdlib/stdlib.h: Likewise.
51464         * stdlib/ucontext.h: Likewise.
51465         * streams/stropts.h: Likewise.
51466         * string/argz.h: Likewise.
51467         * string/bits/string2.h: Likewise.
51468         * string/string.h: Likewise.
51469         * string/strings.h: Likewise.
51470         * sunrpc/rpc/auth.h: Likewise.
51471         * sunrpc/rpc/auth_des.h: Likewise.
51472         * sunrpc/rpc/clnt.h: Likewise.
51473         * sunrpc/rpc/netdb.h: Likewise.
51474         * sunrpc/rpc/pmap_clnt.h: Likewise.
51475         * sunrpc/rpc/xdr.h: Likewise.
51476         * sysdeps/generic/inttypes.h: Likewise.
51477         * sysdeps/generic/net/if.h: Likewise.
51478         * sysdeps/generic/sys/swap.h: Likewise.
51479         * sysdeps/gnu/net/if.h: Likewise.
51480         * sysdeps/gnu/utmpx.h: Likewise.
51481         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51482         * sysdeps/i386/i486/bits/string.h: Likewise.
51483         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51484         * sysdeps/s390/bits/string.h: Likewise.
51485         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51486         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51487         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51488         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51489         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51490         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51491         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51492         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51493         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51494         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51495         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51496         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51497         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51498         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51499         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51500         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51501         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51502         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51503         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51504         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51505         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51506         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51507         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51508         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51509         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51510         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51511         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51512         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51513         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51514         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51515         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51516         * sysvipc/sys/ipc.h: Likewise.
51517         * sysvipc/sys/msg.h: Likewise.
51518         * sysvipc/sys/sem.h: Likewise.
51519         * sysvipc/sys/shm.h: Likewise.
51520         * termios/termios.h: Likewise.
51521         * time/sys/time.h: Likewise.
51522         * time/time.h: Likewise.
51523         * wcsmbs/bits/wchar2.h: Likewise.
51524         * wcsmbs/uchar.h: Likewise.
51525         * wcsmbs/wchar.h: Likewise.
51526         * wctype/wctype.h: Likewise.
51528         [BZ #13551]
51529         * Makeconfig: Remove all but ELF support including AIX support.
51530         * Makerules: Likewise.
51531         * config.h.in: Likewise.
51532         * config.make.in: Likewise.
51533         * configure: Likewise.
51534         * configure.in: Likewise.
51535         * csu/Makefile: Likewise.
51536         * csu/version.c: Likewise.
51537         * debug/Makefile: Likewise.
51538         * dlfcn/Makefile: Likewise.
51539         * elf/Makefile: Likewise.
51540         * extra-lib.mk: Likewise.
51541         * iconv/Makefile: Likewise.
51542         * include/libc-symbols.h: Likewise.
51543         * include/shlib-compat.h: Likewise.
51544         * resolv/Makefile: Likewise.
51545         * resolv/res_libc.c: Likewise.
51546         * rt/Makefile: Likewise.
51547         * sysdeps/i386/asm-syntax.h: Likewise.
51548         * sysdeps/i386/sysdep.h: Likewise.
51549         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51550         * sysdeps/mach/sysdep.h: Likewise.
51551         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51552         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51553         * sysdeps/s390/asm-syntax.h: Likewise.
51554         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51555         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51556         * sysdeps/sh/sysdep.h: Likewise.
51557         * sysdeps/unix/sparc/sysdep.h: Likewise.
51558         * sysdeps/wordsize-32/divdi3.c: Likewise.
51559         * sysdeps/x86_64/sysdep.h: Likewise.
51561         * argp/Versions: Remove _argp_unlock_xxx.
51563         [BZ #13559]
51564         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51565         * abilist/libBrokenLocale.abilist: Likewise.
51566         * abilist/libanl.abilist: Likewise.
51567         * abilist/libc.abilist: Likewise.
51568         * abilist/libcrypt.abilist: Likewise.
51569         * abilist/libdl.abilist: Likewise.
51570         * abilist/libm.abilist: Likewise.
51571         * abilist/libnsl.abilist: Likewise.
51572         * abilist/libpthread.abilist: Likewise.
51573         * abilist/libresolv.abilist: Likewise.
51574         * abilist/librt.abilist: Likewise.
51575         * abilist/libthread_db.abilist: Likewise.
51576         * abilist/libutil.abilist: Likewise.
51577         * abilist/libnss_db.abilist: New file.
51579         * scripts/abilist.awk: Add support for indirect functions.
51581         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51583         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51585         * shlib-versions: Remove entries for ports architectures.
51587         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51588         files in ports.
51589         * elf/stackguard-macros.h: Remove support for IA-64.
51590         * elf/tst-auditmod1.c: Likewise.
51591         * sysdeps/generic/ldsodefs.h: Likewise.
51593         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51594         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51595         configure files.
51597         [BZ #13552]
51598         * configure.in: Remove --enable-omitfp support.
51599         * FAQ.in: Adjust.
51600         * config.make.in: Likewise.
51601         * Makeconfig: Likewise.
51602         * manual/install.texi: Likewise.
51604         In case anyone cares, the IA-64 architecture could move to ports.
51605         * sysdeps/ia64/*: Removed.
51606         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51607         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51609         [BZ #13555]
51610         * configure.in: Remove entries for unsupported architectures.
51612         [BZ #13533]
51613         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51614         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51615         routines.
51616         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51617         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51618         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51619         fall back to using wcrtomb.
51620         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51621         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51622         renaming.
51623         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51624         * wcsmbs/tst-c16c32-1.c: New file.
51626         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51627         local variable.
51629         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51631         * elf/tst-unique3.cc: Add explicit declaration of gets.
51632         * elf/tst-unique3lib.cc: Likewise.
51633         * elf/tst-unique3lib2.cc: Likewise.
51634         * elf/tst-unique4.cc: Likewise.
51636         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51638 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51640         [BZ #13566]
51641         * assert/assert.h (static_assert): Don't define for C++.
51642         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51643         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51645 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51647         * iconv/loop.c (single loop): Fix assertion in storing of
51648         remaining bytes.
51650         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51652 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51654         * posix/getconf.c: Update copyright year.
51655         * nss/getent.c: Likewise.
51656         * nss/makedb.c: Likewise.
51657         * iconv/iconvconfig.c: Likewise.
51658         * iconv/iconv_prog.c: Likewise.
51659         * elf/ldconfig.c: Likewise.
51660         * elf/pldd.c: Likewise.
51661         * elf/sotruss.ksh: Likewise.
51662         * catgets/gencat.c: Likewise.
51663         * csu/version.c: Likewise.
51664         * elf/ldd.bash.in: Likewise.
51665         * elf/sprof.c (print_version): Likewise.
51666         * locale/programs/locale.c: Likewise.
51667         * locale/programs/localedef.c: Likewise.
51668         * login/programs/pt_chown.c: Likewise.
51669         * nscd/nscd.c (print_version): Likewise.
51670         * debug/xtrace.sh: Likewise.
51671         * malloc/memusage.sh: Likewise.
51672         * malloc/mtrace.pl: Likewise.
51673         * debug/catchsegv.sh: Likewise.
51675 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51677         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51678         pure attribute.
51680 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51682         [BZ #13533]
51683         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51684         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51685         transformations.
51686         * iconv/gconv_int.h: Likewise.
51687         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51688         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51689         from libc for GLIBC_2.16.
51690         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51691         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51692         * wcsmbs/uchar.h: Really define mbstate_t.
51693         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51694         * wcsmbs/c16rtomb.c: New file.
51695         * wcsmbs/mbrtoc16.c: New file.
51696         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51697         for C/POSIX locale.
51698         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51699         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51701         * wcsmbs/wchar.h: Add missing __restrict.
51703 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51705         [BZ #13532]
51706         * time/Makefile (routines): Add timespec_get.
51707         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51708         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51709         timespec for ISO C11.
51710         * time/timespec_get.c: New file.
51711         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51712         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51714         [BZ #13531]
51715         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51716         * stdlib/stdlib.h: Declare aligned_alloc.
51717         * Versions.def: Add GLIBC_2.16 for libc.
51718         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51720         [BZ 13527]
51721         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51722         ISO C11.
51724         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51725         code.
51727         [BZ #13528]
51728         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51730         [BZ #13529]
51731         * assert/assert.h (static_assert): Define.
51733         * version.h: Update for 2.16 development version.
51735         [BZ #13526]
51736         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51737         _ISOC11_SOURCE.
51739         * version.h (RELEASE): Bump for 2.15 release.
51740         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51742         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51743         Patch by Marek Polacek <mpolacek@redhat.com>.
51745         * bits/byteswap.h: Protect long long constants with __extension__.
51746         * sysdeps/i386/bits/byteswap.h: Likewise.
51747         * sysdeps/ia64/bits/byteswap.h: Likewise.
51748         * sysdeps/s390/bits/byteswap.h: Likewise.
51749         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51751 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51753         [BZ #13540]
51754         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51755         destination buffer.
51756         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51758 2011-12-23  Marek Polacek  <polacek@redhat.com>
51760         * elf/dl-addr.c (determine_info): Add inline keyword.
51761         * elf/tst-auditmod4b.c (check_avx): Likewise.
51762         * elf/tst-auditmod6b.c (check_avx): Likewise.
51763         * elf/tst-auditmod6c.c (check_avx): Likewise.
51764         * elf/tst-auditmod7b.c (check_avx): Likewise.
51766 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51768         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51769         !__SSE_MATH__.
51771 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51773         [BZ #13540]
51774         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51775         processing for last bytes.
51777 2011-08-06  Bruno Haible  <bruno@clisp.org>
51779         [BZ #13061]
51780         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51781         U+0385, not to U+1FEE.
51783         [BZ #13062]
51784         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51785         entry for U+00A5 U+0301.
51787 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51789         [BZ #13166]
51790         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51791         buffer for the output is too small.
51793         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51794         optimization.
51796         [BZ #13185]
51797         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51798         SSE flags if possible.
51800 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51802         [BZ #13540]
51803         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51804         processing for last bytes.
51806 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51808         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51809         (syscall-list-default-options, syscall-list-default-condition)
51810         (syscall-list-includes): Define.
51811         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51812         list of ABIs and options and #if conditions for each ABI.  Do not
51813         handle common syscalls between ABIs specially.
51814         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51815         Remove.
51816         (syscall-list-variants, syscall-list-32bit-options)
51817         (syscall-list-32bit-condition, syscall-list-64bit-options)
51818         (syscall-list-64bit-condition): Define.
51819         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51820         (syscall-list-variants, syscall-list-32bit-options)
51821         (syscall-list-32bit-condition, syscall-list-64bit-options)
51822         (syscall-list-64bit-condition): Define.
51823         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51824         Remove.
51825         (syscall-list-variants, syscall-list-32bit-options)
51826         (syscall-list-32bit-condition, syscall-list-64bit-options)
51827         (syscall-list-64bit-condition): Define.
51828         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51829         Remove.
51830         (syscall-list-variants, syscall-list-32bit-options)
51831         (syscall-list-32bit-condition, syscall-list-64bit-options)
51832         (syscall-list-64bit-condition): Define.
51834 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51836         * locale/iso-639.def: Add brx entry.
51838         [BZ #13328]
51839         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51840         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51842         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51843         __feraiseexcept_renamed.
51845 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51847         [BZ #13538]
51848         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51849         EPOLLET with unsigned values.
51850         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51851         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51853         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51854         to large cancellation.
51855         * math/s_cacoshf.c: Likewise.
51856         * math/s_cacoshl.c: Likewise.
51858 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51860         [BZ #13305]
51861         [BZ #12786]
51862         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51863         * math/s_cacoshf.c: Likewise.
51864         * math/s_cacoshl.c: Likewise.
51866 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51868         [BZ #13439]
51869         * iconv/gconv.h: Define __GCONV_SWAP.
51870         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51871         * iconvdata/utf-16.c: Likewise.
51872         * iconvdata/utf-32.c: Likewise.
51874 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51876         [BZ #13524]
51877         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51878         numerator after shifting it by one limb.
51880 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51882         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51883         under [__USE_EXTERN_INLINES].
51885 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51887         [BZ #13446]
51888         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51890 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51892         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51893         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51894         optimized code.
51895         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51896         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51897         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51898         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51899         for strncasecmp/strncasecmp_l compilation.
51900         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51901         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51903 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51905         [BZ #13484]
51906         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51907         of __asm__.
51909 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51911         [BZ #13506]
51912         * time/tzfile.c (__tzfile_read): Check values from file header.
51914 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51916         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51917         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51918         * powerpc/powerpc32/dl-start.S: Likewise.
51919         * powerpc/powerpc32/elf/start.S: Likewise.
51920         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51921         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51922         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51923         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51924         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51925         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51926         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51927         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51928         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51929         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51930         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51931         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51932         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51933         * powerpc/powerpc32/memset.S: Likewise.
51934         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51935         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51936         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51937         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51938         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51939         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51940         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51941         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51942         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51943         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51944         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51945         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51946         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51948 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51950         * math/libm-test.inc: Added more nearbyint tests.
51951         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51952         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51953         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51954         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51956 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51958         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51959         FD_CLOEXEC.
51961 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51963         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51964         Add wcscpy-ssse3 wcscpy-c.
51965         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51966         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51967         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51968         * sysdeps/x86_64/wcschr.S: New file.
51969         * sysdeps/x86_64/wcsrchr.S: New file.
51970         * string/test-strcmp.c: Remove checking of wcscmp function for
51971         wrong alignments.
51972         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51973         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51974         wcsrchr-sse2 wcsrchr-c.
51975         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51976         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51977         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51978         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51979         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51980         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51981         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51982         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51983         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51984         * wcsmbc/wcschr.c (WCSCHR): New macro.
51986 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51988         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51989         * wcsmbs/test-wcsrchr.c: New file.
51990         * string/test-strrchr.c: Add wcsrchr support.
51991         (WIDE): New macro.
51992         * wcsmbs/test-wcscpy.c: New file.
51993         * string/test-strcpy.c: Add wcscpy support.
51994         (WIDE): New macro.
51996 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51998         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51999         the inner loop.
52001 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52003         [BZ #13472]
52004         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52006 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52008         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52009         Minor optimizations.
52011         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52012         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52013         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52015 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52017         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52018         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52019         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52020         for gcc to avoid warnings.
52021         * inet/Makefile (tests): Add tst-checks.
52022         * inet/tst-checks.c: New file.
52024         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52025         warning.
52027         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52028         __wmemcmp_sse2.
52030         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52031         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52033         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52035 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52037         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52038         problem.
52040         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52042 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52044         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52045         conditional on GCC version.
52046         (__arch_compare_and_exchange_val_8_acq)
52047         (__arch_compare_and_exchange_val_16_acq)
52048         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52049         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52050         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52052 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52054         * sysdeps/sh/backtrace.c: New file.
52056 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52058         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52059         parenthesis.
52061 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52063         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52064         falling back to utime.
52066 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52068         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52069         expectations for float.
52071 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52073         * locale/weight.h (findidx): Add parameter len.
52074         * locale/weightwc.h (findidx): Likewise.
52075         * posix/fnmatch_loop.c (FCT): Adjust caller.
52076         * posix/regcomp.c (build_equiv_class): Likewise.
52077         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52078         * posix/regexec.c (check_node_accept_bytes): Likewise.
52079         * string/strcoll_l.c (STRCOLL): Likewise.
52080         * string/strxfrm_l.c (STRXFRM): Likewise.
52082 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52084         * Makefile.in: Remove CVSOPT handling.
52085         * configure.in: Remove use of AC_REVISION.
52086         * iconvdata/Makefile (distribute): No need to filter out CVS.
52087         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52088         handling.
52090 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52092         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52093         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52094         [USE_AS_STRNCASECMP_L]: Likewise.
52095         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52096         NO_TLS_DIRECT_SEG_REFS.
52097         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52098         Fix argument offsets for non-PIC.
52099         [USE_AS_STRNCASECMP_L]: Likewise.
52100         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52101         NO_TLS_DIRECT_SEG_REFS.
52103 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52105         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52106         O_CLOEXEC.
52107         * locale/loadlocale.c (_nl_load_locale): Likewise.
52109 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52111         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52112         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52113         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52114         (SYSCALL_GETTIME): Set errno on error.
52116         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52117         count references to noai6ai_cached.
52119 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52121         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52123         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52124         FD_CLOEXEC for /proc/self/maps.
52126         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52127         FD_CLOEXEC for /proc/meminfo.
52129         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52130         gai.conf.
52132         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52133         FD_CLOEXEC for given file.
52135         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52137         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52138         FD_CLOEXEC for /etc/hosts.
52139         (_gethtent): Likewise.
52141         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52143         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52144         cancellation and set FD_CLOEXEC for /etc/netgroup.
52146         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52147         reading /etc/publickey.
52149         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52150         allow cancellation when reading /etc/group.
52152         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52153         cancellation.
52154         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52156         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52157         when using data file.
52159         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52161         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52162         (write_nis_obj): Use "c" and "e" in fopen.
52164         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52166         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52168         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52170         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52172         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52173         locale.alias.
52175         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52177         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52179         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52181         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52182         file parsing and set FD_CLOEXEC.
52184 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52186         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52188 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52190         * malloc/arena.c (arena_get2): Don't call reused_arena when
52191         _int_new_arena failed.
52193 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52195         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52196         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52197         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52198         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52199         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52200         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52201         to compile strcasecmp and strncasecmp.
52202         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52203         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52205         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52207 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52209         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52210         locale-defines.sym to gen-as-const-headers.
52211         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52212         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52213         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52214         to compile strcasecmp and strncasecmp.
52215         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52216         strcasecmp_l and strncasecmp_l.
52217         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52218         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52219         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52220         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52221         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52222         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52223         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52224         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52225         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52226         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52227         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52229 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52231         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52232         result of SYSDEP_GETTIME_CPU to retval.
52233         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52234         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52236         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52237         variable.
52239         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52240         mantissa words.
52241         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52243         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52244         from unused variable.
52246         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52247         DWARF definitions.
52248         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52249         for assembling.
52251         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52252         over namespaces.
52254         * sunrpc/rpc_prot.c (rejected): Fix case value.
52256         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52257         unsigned long long int to avoid warnings in shift.
52259         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52260         of use of trans.
52261         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52262         variable tmp.
52264         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52265         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52266         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52268         * nis/nis_table.c (nis_list): Use variable of correct type for
52269         result of __follow_path call.
52271 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52273         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52274         of math functions ceil, trunc, floor, round, and sqrt, when
52275         avaliable on the platform.
52276         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52277         name clash.
52278         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52279         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52280         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52282 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52284         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52285         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52287 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52289         * include/unistd.h: Fix __readlink return type.
52290         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52292 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52294         * stdlib/ucontext.h: Undo last change for makecontext.
52296 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52298         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52300         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52301         * setjmp/setjmp.h: Mark functions as non-leaf.
52302         * setjmp/bits/setjmp2.h: Likewise.
52303         * stdlib/ucontext.h: Likewise.
52305 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52307         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52308         (reused_arena): Don't check arena limit.
52309         (arena_get2): Atomically check arena limit.
52311 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52313         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52314         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52316         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52317         instructions.
52319 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52321         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52322         handler when locking.
52324         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52325         Fix size of allocated buffer.
52327 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52329         [BZ #10103]
52330         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52331         declarations for long double functions.
52332         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52334         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52336 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52338         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52339         installed.
52341         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52342         is disabled.
52344 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52346         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52348 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52350         * include/alloca.h (stackinfo_alloca_round): Define.
52351         (extend_alloca): Use it.
52352         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52353         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52354         here.
52356         * scripts/check-local-headers.sh: Ignore libaudit.h.
52358         * nscd/Makefile (extra-objs): Make recursively expanded.
52360 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52362         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52363         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52365         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52366         * posix/tst-rfc3484-2.c: Likewise.
52367         * posix/tst-rfc3484-3.c: Likewise.
52369         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52370         process_vm_writev.
52371         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52372         process_vm_writev.
52373         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52374         process_vm_writev from libc using GLIBC_2.15 version.
52376         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52378 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52380         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52381         stack usage.
52383 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52385         [BZ #13367]
52386         * nss/getent.c (initgroups_keys): Show error message in case no group
52387         names are given.
52389         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52390         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52391         __bump_nl_timestamp.
52392         * nscd/connections (nscd_init): When host database is served open
52393         netlink socket and request notification about configuration changes.
52394         (main_loop_poll): Track netlink file descriptor and bump timestamp
52395         in case data becomes available.
52396         (main_loop_epoll): Likewise.
52397         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52398         (database_pers_head): Add extra_data fileds.
52399         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52400         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52401         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52402         Adjust caller.
52403         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52404         in6ai data, call __free_in6ai.
52405         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52406         Add -DHAVE_NETLINK.
52407         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52408         interface information.  Reuse previous data if netlink timestamp
52409         is not changed.
52410         (__bump_nl_timestamp): New function.
52411         (__free_in6ai): New function.
52413 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52415         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52416         close_not_cancel_no_status here.
52417         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52419 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52421         [BZ #13276]
52422         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52423         return value.
52425         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52426         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52427         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52429 2011-07-03  Andreas Jaeger  <aj@suse.de>
52431         [BZ #10709]
52432         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52433         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52434         * math/libm-test.inc (sin_test): Add test case.
52436 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52438         [BZ #13337]
52439         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52440         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52442         * elf/chroot_canon.c (chroot_canon): Cleanups.
52444         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52446         [BZ #13335]
52447         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52448         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52450         * string/test-strchr.c: Make usable for strchrnul testing.
52451         * string/test-strchrnul.c: New file.
52452         * string/Makefile (strop-tests): Add strchrnul.
52454         * po/it.po: Update from translation team.
52455         * po/es.po: Likewise.
52457 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52459         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52460         the three constants needed as parameters.  Drop the others.
52461         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52462         __m128i_strloadu_tolower.
52463         Create and initialize variable zero and use it in all the places
52464         where _mm_setzero_si128 was used.
52466         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52467         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52468         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52469         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52470         anymore.
52471         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52472         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52473         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52474         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52475         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52476         __mpranred, __mptan.
52477         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52478         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52479         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52480         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52481         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52482         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52483         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52484         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52485         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52487 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52489         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52490         redefine if SHARED.
52491         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52493         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52494         wide char related routines to wcsmbs subdir.
52496 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52498         [BZ #13344]
52499         * misc/sys/cdefs.h (__THROWNL): Define.
52500         * posix/unistd.h: Use __THREADNL instead of __THREAD
52501         for memory synchronization functions.
52503 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52505         [BZ #13349]
52506         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52507         doesn't exist.
52508         * manual/stdio.texi (Obstack Streams): Node removed.
52510 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52512         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52513         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52514         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52516         * math/math_private.h (math_force_eval): Allow non-addressable
52517         arguments.
52518         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52520 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52522         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52523         file is not needed.
52525         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52526         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52527         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52528         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52529         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52530         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52531         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52532         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52533         Add AVX variants.
52534         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52535         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52536         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52537         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52538         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52539         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52540         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52541         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52542         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52543         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52544         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52545         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52546         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52547         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52548         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52549         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52550         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52551         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52552         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52554         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52555         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52557         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52558         place.  Use VEX encoding when compiling for AVX.
52560 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52562         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52563         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52565         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52567 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52569         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52570         useless if() expression.
52571         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52572         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52573         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52574         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52575         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52576         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52577         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52578         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52579         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52580         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52581         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52582         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52583         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52584         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52585         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52586         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52587         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52588         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52589         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52591         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52593 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52595         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52596         condition.
52597         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52599 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52601         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52602         .text section.  Avoid duplicate constants.
52603         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52604         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52605         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52606         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52607         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52608         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52609         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52610         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52611         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52612         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52613         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52614         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52615         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52616         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52617         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52618         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52619         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52620         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52621         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52622         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52623         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52624         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52625         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52626         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52627         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52628         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52629         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52630         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52631         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52632         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52633         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52634         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52635         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52636         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52637         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52638         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52639         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52640         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52641         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52642         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52643         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52644         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52645         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52646         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52647         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52649 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52651         * sysdeps/x86_64/dla.h: Move to ...
52652         * sysdeps/x86_64/fpu/dla.h: ...here.
52653         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52654         situations.  Use __builtin_fma only for gcc 4.6 and up.
52656         * config.make.in: Add have-mfma4 entry.
52657         * configure.in: Substitute libc_cv_cc_fma4.
52658         * math/Makefile (dbl-only-routines): Add sincostab.
52659         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52660         Use __sincostab not sincos.
52661         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52662         name is a macro.
52663         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52664         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52665         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52666         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52667         using __copysign.
52668         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52669         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52670         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52671         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52672         and __inv.
52673         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52674         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52675         __copysign.
52676         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52677         define aliases when function name is a macro.
52678         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52679         sysdeps/ieee754/dbl-64/sincos.tbl.
52680         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52681         fma4-enabled routines.
52682         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52683         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52684         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52685         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52686         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52687         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52688         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52689         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52690         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52691         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52692         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52693         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52694         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52695         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52696         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52697         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52698         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52699         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52700         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52701         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52702         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52703         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52704         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52705         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52706         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52707         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52708         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52709         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52710         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52711         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52713         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52714         rename.
52715         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52716         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52717         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52718         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52719         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52720         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52721         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52722         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52724 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52726         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52728 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52730         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52732         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52733         prediction.
52734         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52736         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52737         Remove unused variable magic_bits.
52738         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52740         * string/strnlen.c: Define and use STRNLEN macro.
52741         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52742         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52743         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52744         * wcsmbs/wcslen.c: Define and use WCSLEN.
52745         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52746         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52747         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52748         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52749         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52750         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52751         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52753 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52755         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52756         strnlen-sse2-no-bsf.
52757         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52758         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52759         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52760         Add strnlen support.
52761         (USE_AS_STRNLEN): New macro.
52762         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52763         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52764         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52765         * sysdeps/x86_64/wcslen.S: New file.
52767 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52769         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52770         XMM-moves are used for copying on small sizes.
52772 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52774         * wcsmbs/Makefile (strop-tests): Add wcschr.
52775         * wcsmbs/test-wcschr.c: New file.
52776         * string/test-strchr.c: Update.
52777         Add wcschr support.
52778         (WIDE): New macro.
52780 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52782         * wcsmbs/Makefile (strop-tests): Add wcslen.
52783         * wcsmbs/test-wcslen.c: New file.
52784         * string/test-strlen.c: Update.
52785         Add wcslen support.
52786         (WIDE): New macro.
52788 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52790         * po/it.po: Update from translation team.
52792 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52794         * sysdeps/x86_64/wcscmp.S: Update.
52795         Fix wrong comparison semantics.
52796         wcscmp shall use signed comparison not unsigned.
52797         Don't use substraction to avoid overflow bug.
52798         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52799         * wcsmbc/wcscmp.c: Likewise.
52800         * string/test-strcmp.c: Likewise.
52801         Add new tests to check cases with negative values.
52803 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52805         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52806         * sysdeps/x86_64/dla.h: ...here.  New file.
52807         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52808         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52809         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52810         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52811         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52812         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52813         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52814         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52815         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52817 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52819         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52820         __ynl_finite aliases.
52822 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52824         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52826         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52827         define DLA_FMA.
52828         [DLA_FMA] (EMULV): Use DLA_FMA.
52829         [DLA_FMA] (MUL12): Use EMULV.
52830         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52831         that are not needed.
52832         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52833         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52834         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52835         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52836         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52837         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52838         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52840 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52842         * math/s_nan.c: Undef __nan.
52843         * math/s_nanf.c: Undef __nanf.
52844         * math/s_nanl.c: Undef __nanl.
52845         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52846         "math_private.h".
52848 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52850         * math/s_catan.c: Add branch predictions.
52851         * math/s_catanf.c: Likewise.
52852         * math/s_catanh.c: Likewise.
52853         * math/s_catanhf.c: Likewise.
52854         * math/s_catanhl.c: Likewise.
52855         * math/s_catanl.c: Likewise.
52856         * math/s_cexp.c: Likewise.
52857         * math/s_cexpf.c: Likewise.
52858         * math/s_cexpl.c: Likewise.
52859         * math/s_clog.c: Likewise.
52860         * math/s_clog10.c: Likewise.
52861         * math/s_clog10f.c: Likewise.
52862         * math/s_clog10l.c: Likewise.
52863         * math/s_clogf.c: Likewise.
52864         * math/s_clogl.c: Likewise.
52865         * math/s_csqrt.c: Likewise.
52866         * math/s_csqrtf.c: Likewise.
52867         * math/s_csqrtl.c: Likewise.
52868         * math/s_ctanf.c: Likewise.
52869         * math/s_ctanh.c: Likewise.
52870         * math/s_ctanhf.c: Likewise.
52871         * math/s_ctanhl.c: Likewise.
52872         * math/s_ctanl.c: Likewise.
52874         * math/math_private.h: Define __nan, __nanf, __nanl.
52875         * math/s_cacosh.c: Include <math_private.h>.
52876         * math/s_cacoshl.c: Likewise.
52877         * math/s_casinh.c: Likewise.
52878         * math/s_casinhf.c: Likewise.
52879         * math/s_casinhl.c: Likewise.
52880         * math/s_ccos.c: Rely entire on ccosh.
52881         * math/s_ccosf.c: Rely entire on ccoshf.
52882         * math/s_ccosl.c: Rely entirely on ccoshl.
52883         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52884         Remove tests for FE_INVALID.
52885         * math/s_ccoshf.c: Likewise.
52886         * math/s_ccoshl.c: Likewise.
52887         * math/s_csin.c: Likewise.
52888         * math/s_csinf.c: Likewise.
52889         * math/s_csinh.c Likewise.
52890         * math/s_csinhf.c: Likewise.
52891         * math/s_csinhl.c: Likewise.
52892         * math/s_csinl.c: Likewise.
52893         * math/s_ctan.c: Likewise.
52894         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52895         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52896         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52898 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52900         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52901         compilation problems.
52903         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52904         __builtin_expect.
52906 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52908         * sysdeps/i386/configure.in: Test for -mfma4 option.
52909         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52910         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52911         COMMON_CPUID_INDEX_80000001.
52912         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52913         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52914         use it if FMA3 is not supported.
52915         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52917         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52918         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52920 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52922         [BZ #12892]
52923         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52924         it would create a cycle with a link time dependency.
52926 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52928         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52929         instruction.
52930         * string/Makefile (strop-tests): Add rawmemchr.
52931         * string/test-rawmemchr.c: New file.
52933         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52934         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52935         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52936         when compiling str{,n}casecmp and when AVX is available.  Hook up
52937         new optimized code in initializers.
52939 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52941         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52942         __feraiseexcept instead of feraiseexcept.
52944 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52946         * math/math_private.h: Define defaults for libc_fetestexcept and
52947         libc_feupdateenv.
52948         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52949         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52950         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52951         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52952         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52953         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52954         libc_fetestexcept and libc_feupdateenv.
52956         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52957         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52958         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52959         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52960         libc_feholdexcept_setround.
52962         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52963         Add s_nearbyint-c and s_nearbyintf-c.
52964         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52965         nearbyintf inlines.
52966         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52967         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52968         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52969         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52971         * math/math_private.h: Define defaults for libc_fegetround,
52972         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52973         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52974         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52975         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52976         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52977         standard functions.
52978         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52979         Remove comments and hacks for old compiler versions.
52980         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52981         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52982         libc_feholdexceptl.
52984 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52986         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52987         (__feraiseexcept_renamed): Add __NTH.
52988         (feraiseexcept): Add __NTH.  Rename local variables to fix
52989         namespace violations.
52991 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52993         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52995         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52997         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52998         recently added interfaces.
52999         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53001         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53002         about macro parameter expansion.
53004         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53005         __NO_MATH_INLINES is defined.  Cleanups.
53007         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53008         and __floorf is target has SSE4.1.
53009         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53010         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53011         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53012         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53014         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53015         name.
53016         (floorf): Likewise.
53018         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53020 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53022         * misc/sys/cdefs.h: Fix last change.
53024         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53025         database lookup.
53027 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53029         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53031         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53032         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53033         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53034         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53035         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53036         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53037         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53038         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53039         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53040         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53041         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53042         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53043         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53044         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53045         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53046         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53047         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53048         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53049         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53050         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53051         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53052         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53054         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53055         ceil, ceilf, floor, floorf.
53057         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53058         Perform IRELATIVE relocations last.
53060         * elf/do-rel.h: Add another parameter nrelative, replacing the
53061         local variable with the same name.  Change name of the function
53062         to end in Rel or Rela (uppercase).
53063         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53064         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53065         elf_dynamic_do_##reloc function.
53067 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53069         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53070         is sufficient, at least on modern CPUs.
53072         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53074         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53075         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53077         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53078         __expl_finite.
53079         * math/bits/math-finite.h: Add entries for exp.
53080         * math/e_expl.c: Add __*_finite alias.
53081         * sysdeps/i386/fpu/e_exp.S: Likewise.
53082         * sysdeps/i386/fpu/e_expf.S: Likewise.
53083         * sysdeps/i386/fpu/e_expl.c: Likewise.
53084         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53085         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53086         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53087         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53088         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53089         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53090         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53092         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53093         is sufficient, at least on modern CPUs.
53095         * ctype/ctype-info.c (__ctype_init): Define.
53096         * include/ctype.h (__ctype_init): Declare.
53097         (__ctype_b_loc): The variable is always initialized.
53098         (__ctype_toupper_loc): Likewise.
53099         (__ctype_tolower_loc): Likewise.
53100         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53101         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53103 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53105         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53107         * configure.in: Also look in $cxxmachine/include for C++ system
53108         headers.
53110 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53112         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53113         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53114         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53115         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53116         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53117         (USE_AS_WMEMCMP): New macro.
53118         Fixing indents.
53119         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53120         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53121         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53122         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53123         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53124         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53125         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53126         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53127         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53128         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53129         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53130         (USE_AS_WMEMCMP): New macro.
53131         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53132         * sysdeps/string/test-memcmp.c: Update.
53133         Fix simple_wmemcmp.
53134         Add new tests.
53135         * wcsmbs/wmemcmp.c: Update.
53136         (WMEMCMP): New macro.
53137         Fix overflow bug.
53139 2011-10-12  Andreas Jaeger  <aj@suse.de>
53141         [BZ #13268]
53142         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53144 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53146         * libio/iofwide.c (do_length): Avoid warning.
53148         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53150 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53152         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53154         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53155         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53156         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53157         * sysdeps/i386/i686/fpu/e_log.S: New file.
53158         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53159         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53161         * ctype/ctype.h: Add support for inlined isXXX functions when
53162         compiling C++ code.
53164 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53166         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53168         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53170 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53172         [BZ #13291]
53173         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53175 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53177         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53178         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53179         feraiseexcept.
53181         * sysdeps/x86_64/memrchr.S: Check for zero size.
53183         * string/stratcliff.c: Add memrchr tests.
53185 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53187         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53188         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53189         rawmemchr-sse2 rawmemchr-sse2-bsf.
53190         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53191         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53192         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53193         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53194         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53195         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53196         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53197         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53198         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53199         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53200         * string/memrchr.c (MEMRCHR): New macro.
53202 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53204         Add integration with gcc's -ffinite-math-only and optimize wrapper
53205         functions in libm.
53206         * Versions.def: Define GLIBC_2.15 version for libm.
53207         * math/Makefile (headers): Add bits/math-finite.h.
53208         * math/bits/math-finite.h: New file.
53209         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53210         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53211         * math/e_acoshl.c: Add __*_finite alias.
53212         * math/e_acosl.c: Likewise.
53213         * math/e_asinl.c: Likewise.
53214         * math/e_atan2l.c: Likewise.
53215         * math/e_atanhl.c: Likewise.
53216         * math/e_coshl.c: Likewise.
53217         * math/e_exp10.c: Likewise.
53218         * math/e_exp10f.c: Likewise.
53219         * math/e_exp10l.c: Likewise.
53220         * math/e_exp2l.c: Likewise.
53221         * math/e_fmodl.c: Likewise.
53222         * math/e_gammal_r.c: Likewise.
53223         * math/e_hypotl.c: Likewise.
53224         * math/e_j0l.c: Likewise.
53225         * math/e_j1l.c: Likewise.
53226         * math/e_jnl.c: Likewise.
53227         * math/e_lgammal_r.c: Likewise.
53228         * math/e_log10l.c: Likewise.
53229         * math/e_log2l.c: Likewise.
53230         * math/e_logl.c: Likewise.
53231         * math/e_powl.c: Likewise.
53232         * math/e_sinhl.c: Likewise.
53233         * math/e_sqrtl.c: Likewise.
53234         * math/e_scalb.c: Completely rewritten and optimized.
53235         * math/e_scalbf.c: Likewise.
53236         * math/e_scalbl.c: Likewise.
53237         * math/w_acos.c: Likewise.
53238         * math/w_acosf.c: Likewise.
53239         * math/w_acosl.c: Likewise.
53240         * math/w_acosh.c: Likewise.
53241         * math/w_acoshf.c: Likewise.
53242         * math/w_acoshl.c: Likewise.
53243         * math/w_asin.c: Likewise.
53244         * math/w_asinf.c: Likewise.
53245         * math/w_asinl.c: Likewise.
53246         * math/w_atan2.c: Likewise.
53247         * math/w_atan2f.c: Likewise.
53248         * math/w_atan2l.c: Likewise.
53249         * math/w_atanh.c: Likewise.
53250         * math/w_atanhf.c: Likewise.
53251         * math/w_atanhl.c: Likewise.
53252         * math/w_exp10.c: Likewise.
53253         * math/w_exp10f.c: Likewise.
53254         * math/w_exp10l.c: Likewise.
53255         * math/w_fmod.c: Likewise.
53256         * math/w_fmodf.c: Likewise.
53257         * math/w_fmodl.c: Likewise.
53258         * math/w_j0.c: Likewise.
53259         * math/w_j0f.c: Likewise.
53260         * math/w_j0l.c: Likewise.
53261         * math/w_j1.c: Likewise.
53262         * math/w_j1f.c: Likewise.
53263         * math/w_j1l.c: Likewise.
53264         * math/w_jn.c: Likewise.
53265         * math/w_jnf.c: Likewise.
53266         * math/w_log.c: Likewise.
53267         * math/w_logf.c: Likewise.
53268         * math/w_logl.c: Likewise.
53269         * math/w_log10.c: Likewise.
53270         * math/w_log10f.c: Likewise.
53271         * math/w_log10l.c: Likewise.
53272         * math/w_log2.c: Likewise.
53273         * math/w_log2f.c: Likewise.
53274         * math/w_log2l.c: Likewise.
53275         * math/w_pow.c: Likewise.
53276         * math/w_powf.c: Likewise.
53277         * math/w_powl.c: Likewise.
53278         * math/w_remainder.c: Likewise.
53279         * math/w_remainderf.c: Likewise.
53280         * math/w_remainderl.c: Likewise.
53281         * math/w_scalb.c: Likewise.
53282         * math/w_scalbf.c: Likewise.
53283         * math/w_scalbl.c: Likewise.
53284         * math/w_sqrt.c: Likewise.
53285         * math/w_sqrtf.c: Likewise.
53286         * math/w_sqrtl.c: Likewise.
53287         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53288         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53289         used.
53290         * math/math_private.h: Declare __kernel_standard_f.
53291         * math/w_cosh.c: Remove cruft and optimize a bit.
53292         * math/w_coshf.c: Likewise.
53293         * math/w_coshl.c: Likewise.
53294         * math/w_exp2.c: Likewise.
53295         * math/w_exp2f.c: Likewise.
53296         * math/w_exp2l.c: Likewise.
53297         * math/w_hypot.c: Likewise.
53298         * math/w_hypotf.c: Likewise.
53299         * math/w_hypotl.c: Likewise.
53300         * math/w_lgamma.c: Likewise.
53301         * math/w_lgamma_r.c: Likewise.
53302         * math/w_lgammaf.c: Likewise.
53303         * math/w_lgammaf_r.c: Likewise.
53304         * math/w_lgammal.c: Likewise.
53305         * math/w_lgammal_r.c: Likewise.
53306         * math/w_sinh.c: Likewise.
53307         * math/w_sinhf.c: Likewise.
53308         * math/w_sinhl.c: Likewise.
53309         * math/w_tgamma.c: Likewise.
53310         * math/w_tgammaf.c: Likewise.
53311         * math/w_tgammal.c: Likewise.
53312         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53313         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53314         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53315         Minor optimizations.  Pretty printing.  Remove cruft.
53316         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53317         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53318         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53319         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53320         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53321         * sysdeps/i386/fpu/e_asin.S: Likewise.
53322         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53323         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53324         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53325         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53326         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53327         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53328         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53329         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53330         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53331         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53332         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53333         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53334         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53335         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53336         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53337         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53338         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53339         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53340         * sysdeps/i386/fpu/e_log.S: Likewise.
53341         * sysdeps/i386/fpu/e_log10.S: Likewise.
53342         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53343         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53344         * sysdeps/i386/fpu/e_log2.S: Likewise.
53345         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53346         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53347         * sysdeps/i386/fpu/e_logf.S: Likewise.
53348         * sysdeps/i386/fpu/e_logl.S: Likewise.
53349         * sysdeps/i386/fpu/e_pow.S: Likewise.
53350         * sysdeps/i386/fpu/e_powf.S: Likewise.
53351         * sysdeps/i386/fpu/e_powl.S: Likewise.
53352         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53353         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53354         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53355         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53356         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53357         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53358         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53359         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53360         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53361         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53362         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53363         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53364         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53365         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53366         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53367         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53368         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53369         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53370         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53371         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53372         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53373         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53374         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53375         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53376         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53377         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53378         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53379         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53380         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53381         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53382         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53383         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53384         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53385         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53386         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53387         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53388         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53389         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53390         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53391         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53392         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53393         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53394         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53395         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53396         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53397         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53398         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53399         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53400         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53401         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53402         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53403         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53404         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53405         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53406         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53407         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53408         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53409         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53410         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53411         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53412         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53413         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53414         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53415         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53416         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53417         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53418         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53419         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53420         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53421         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53422         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53423         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53424         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53425         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53426         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53427         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53428         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53429         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53430         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53431         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53432         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53433         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53434         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53435         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53436         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53437         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53438         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53439         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53440         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53441         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53442         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53443         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53444         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53445         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53446         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53447         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53448         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53449         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53450         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53451         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53452         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53453         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53454         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53455         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53456         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53457         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53458         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53459         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53460         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53461         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53462         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53463         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53464         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53465         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53466         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53467         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53468         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53469         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53470         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53471         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53472         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53473         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53474         (__isnanf): Likewise.
53475         (__isinf_ns): Likewise.
53476         (__isinf_nsf): Likewise.
53477         (__finite): Likewise.
53478         (__finitef): Likewise.
53479         (__ieee754_sqrt): Define as macro.
53480         (__ieee754_sqrtf): Define as macro.
53481         (__ieee754_sqrtl): Define as macro.
53482         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53483         inlined copy.
53484         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53485         __FINITE_MATH_ONLY__ consistent.
53486         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53488 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53490         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53491         of rawmemchr.
53493         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53495 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53497         * po/ja.po: Update from translation team.
53499 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53501         * locale/programs/locarchive.c (prepare_address_space): New function.
53502         (create_archive, enlarge_archive, open_archive): Use it.
53504         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53505         inside [SHARED], where it is used.
53507         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53509         * nss/getent.c (netgroup_keys): Remove unused variable.
53510         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53512 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53514         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53515         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53516         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53517         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53518         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53519         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53520         * math/Makefile (libm-calls): Add s_isinf_ns.
53521         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53522         * math/multc3.c: Likewise.
53523         * math/s_casin.c: Likewise.
53524         * math/s_casinf.c: Likewise.
53525         * math/s_casinl.c: Likewise.
53526         * math/s_ccos.c: Likewise.
53527         * math/s_ccosf.c: Likewise.
53528         * math/s_ccosl.c: Likewise.
53529         * math/s_ctan.c: Likewise.
53530         * math/s_ctanf.c: Likewise.
53531         * math/s_ctanh.c: Likewise.
53532         * math/s_ctanhf.c: Likewise.
53533         * math/s_ctanhl.c: Likewise.
53534         * math/s_ctanl.c: Likewise.
53535         * math/w_fmod.c: Likewise.
53536         * math/w_fmodf.c: Likewise.
53537         * math/w_fmodl.c: Likewise.
53538         * math/w_remainder.c: Likewise.
53539         * math/w_remainderf.c: Likewise.
53540         * math/w_remainderl.c: Likewise.
53541         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53542         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53543         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53544         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53545         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53546         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53547         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53548         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53550         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53551         of the number.
53552         * stdio-common/printf_fphex.c: Likewise.
53553         * stdio-common/printf_size.c: Likewise.
53555         * math/e_exp10.c: Include math_private.h using <...> not "...".
53556         * math/e_exp10f.c: Likewise.
53557         * math/e_exp10l.c: Likewise.
53558         * math/e_exp2l.c: Likewise.
53559         * math/e_j0l.c: Likewise.
53560         * math/e_j1l.c: Likewise.
53561         * math/e_jnl.c: Likewise.
53562         * math/e_lgammal_r.c: Likewise.
53563         * math/e_rem_pio2l.c: Likewise.
53564         * math/e_scalb.c: Likewise.
53565         * math/e_scalbf.c: Likewise.
53566         * math/e_scalbl.c: Likewise.
53567         * math/k_cosl.c: Likewise.
53568         * math/k_sinl.c: Likewise.
53569         * math/k_tanl.c: Likewise.
53570         * math/s_cacoshf.c: Likewise.
53571         * math/s_catan.c: Likewise.
53572         * math/s_catanf.c: Likewise.
53573         * math/s_catanh.c: Likewise.
53574         * math/s_catanhf.c: Likewise.
53575         * math/s_catanhl.c: Likewise.
53576         * math/s_catanl.c: Likewise.
53577         * math/s_ccosh.c: Likewise.
53578         * math/s_ccoshf.c: Likewise.
53579         * math/s_ccoshl.c: Likewise.
53580         * math/s_cexp.c: Likewise.
53581         * math/s_cexpf.c: Likewise.
53582         * math/s_cexpl.c: Likewise.
53583         * math/s_clog.c: Likewise.
53584         * math/s_clog10.c: Likewise.
53585         * math/s_clog10f.c: Likewise.
53586         * math/s_clog10l.c: Likewise.
53587         * math/s_clogf.c: Likewise.
53588         * math/s_clogl.c: Likewise.
53589         * math/s_csin.c: Likewise.
53590         * math/s_csinf.c: Likewise.
53591         * math/s_csinh.c: Likewise.
53592         * math/s_csinhf.c: Likewise.
53593         * math/s_csinhl.c: Likewise.
53594         * math/s_csinl.c: Likewise.
53595         * math/s_csqrt.c: Likewise.
53596         * math/s_csqrtf.c: Likewise.
53597         * math/s_csqrtl.c: Likewise.
53598         * math/s_ctan.c: Likewise.
53599         * math/s_ctanf.c: Likewise.
53600         * math/s_ctanh.c: Likewise.
53601         * math/s_ctanhf.c: Likewise.
53602         * math/s_ctanhl.c: Likewise.
53603         * math/s_ctanl.c: Likewise.
53604         * math/s_ldexp.c: Likewise.
53605         * math/s_ldexpf.c: Likewise.
53606         * math/s_ldexpl.c: Likewise.
53607         * math/s_significand.c: Likewise.
53608         * math/s_significandf.c: Likewise.
53609         * math/s_significandl.c: Likewise.
53610         * math/w_acos.c: Likewise.
53611         * math/w_acosf.c: Likewise.
53612         * math/w_acosh.c: Likewise.
53613         * math/w_acoshf.c: Likewise.
53614         * math/w_acoshl.c: Likewise.
53615         * math/w_acosl.c: Likewise.
53616         * math/w_asin.c: Likewise.
53617         * math/w_asinf.c: Likewise.
53618         * math/w_asinl.c: Likewise.
53619         * math/w_atan2.c: Likewise.
53620         * math/w_atan2f.c: Likewise.
53621         * math/w_atan2l.c: Likewise.
53622         * math/w_atanh.c: Likewise.
53623         * math/w_atanhf.c: Likewise.
53624         * math/w_atanhl.c: Likewise.
53625         * math/w_cosh.c: Likewise.
53626         * math/w_coshf.c: Likewise.
53627         * math/w_coshl.c: Likewise.
53628         * math/w_dremf.c: Likewise.
53629         * math/w_exp10.c: Likewise.
53630         * math/w_exp10f.c: Likewise.
53631         * math/w_exp10l.c: Likewise.
53632         * math/w_exp2.c: Likewise.
53633         * math/w_exp2f.c: Likewise.
53634         * math/w_fmod.c: Likewise.
53635         * math/w_fmodf.c: Likewise.
53636         * math/w_fmodl.c: Likewise.
53637         * math/w_hypot.c: Likewise.
53638         * math/w_hypotf.c: Likewise.
53639         * math/w_hypotl.c: Likewise.
53640         * math/w_j0.c: Likewise.
53641         * math/w_j0f.c: Likewise.
53642         * math/w_j0l.c: Likewise.
53643         * math/w_j1.c: Likewise.
53644         * math/w_j1f.c: Likewise.
53645         * math/w_j1l.c: Likewise.
53646         * math/w_jn.c: Likewise.
53647         * math/w_jnf.c: Likewise.
53648         * math/w_jnl.c: Likewise.
53649         * math/w_lgamma.c: Likewise.
53650         * math/w_lgamma_r.c: Likewise.
53651         * math/w_lgammaf.c: Likewise.
53652         * math/w_lgammaf_r.c: Likewise.
53653         * math/w_lgammal.c: Likewise.
53654         * math/w_lgammal_r.c: Likewise.
53655         * math/w_log.c: Likewise.
53656         * math/w_log10.c: Likewise.
53657         * math/w_log10f.c: Likewise.
53658         * math/w_log10l.c: Likewise.
53659         * math/w_log2.c: Likewise.
53660         * math/w_log2f.c: Likewise.
53661         * math/w_log2l.c: Likewise.
53662         * math/w_logf.c: Likewise.
53663         * math/w_logl.c: Likewise.
53664         * math/w_pow.c: Likewise.
53665         * math/w_powf.c: Likewise.
53666         * math/w_powl.c: Likewise.
53667         * math/w_remainder.c: Likewise.
53668         * math/w_remainderf.c: Likewise.
53669         * math/w_remainderl.c: Likewise.
53670         * math/w_scalb.c: Likewise.
53671         * math/w_scalbf.c: Likewise.
53672         * math/w_scalbl.c: Likewise.
53673         * math/w_sinh.c: Likewise.
53674         * math/w_sinhf.c: Likewise.
53675         * math/w_sinhl.c: Likewise.
53676         * math/w_sqrt.c: Likewise.
53677         * math/w_sqrtf.c: Likewise.
53678         * math/w_sqrtl.c: Likewise.
53679         * math/w_tgamma.c: Likewise.
53680         * math/w_tgammaf.c: Likewise.
53681         * math/w_tgammal.c: Likewise.
53683         * po/ja.po: Update from translation team.
53685 2011-09-29  Andreas Jaeger  <aj@suse.de>
53687         [BZ #13179]
53688         * sunrpc/netname.c (netname2host): Fix logic.
53690         [BZ #6779]
53691         [BZ #6783]
53692         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53693         correctly.
53694         * math/w_remainder.c (__remainder): Likewise.
53695         * math/w_remainderf.c (__remainderf): Likewise.
53696         * math/libm-test.inc (remainder_test): Add test cases.
53698 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53700         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53701         sdiv_qrnnd.
53703 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53705         * string/test-memcmp.c: Avoid unncessary #defines.
53706         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53708 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53710         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53711         Use new sse2 version for core i3 - i7 as it's faster
53712         than sse42 version.
53713         (bit_Prefer_PMINUB_for_stringop): New.
53714         * sysdeps/x86_64/rawmemchr.S: Update.
53715         Replace with faster SSE2 version.
53716         * sysdeps/x86_64/memrchr.S: New file.
53717         * sysdeps/x86_64/memchr.S: Update.
53718         Replace with faster SSE2 version.
53720 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53722         * elf/dl-load.c (lose): Add cast to avoid warning.
53724 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53726         * po/ca.po: Update from translation team.
53728         * inet/getnetgrent_r.c: Hook up nscd.
53729         * nscd/Makefile (routines): Add nscd_netgroup.
53730         (nscd-modules): Add netgroupcache.
53731         (CFLAGS-netgroupcache.c): Define.
53732         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53733         (cache_search): Add const to second parameter.
53734         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53735         INNETGR.
53736         (dbs): Add netgrdb entry.
53737         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53738         (verify_persistent_db): Handle netgrdb.
53739         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53740         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53741         GETFDNETGR.
53742         (netgroup_response_header): Define.
53743         (innetgroup_response_header): Define.
53744         (datahead): Add netgroup_response_header and innetgroup_response_header
53745         elements.
53746         * nscd/nscd.conf: Add entries for netgroup cache.
53747         * nscd/nscd.h (dbtype): Add netgrdb.
53748         (_PATH_NSCD_NETGROUP_DB): Define.
53749         (netgroup_iov_disabled): Declare.
53750         (xmalloc, xcalloc, xrealloc): Move declarations here.
53751         (cache_search): Adjust prototype.
53752         Add netgroup-related prototypes.
53753         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53754         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53755         (__nscd_innetgr): Declare.
53756         * nscd/selinux.c (perms): Use access_vector_t as element type and
53757         add netgroup-related initializers.
53758         * nscd/netgroupcache.c: New file.
53759         * nscd/nscd_netgroup.c: New file.
53760         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53761         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53762         For four parameters use innetgr.
53763         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53764         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53765         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53766         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53768         * nscd/connections.c (register_traced_file): Don't register file
53769         for disabled databases.
53771 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53773         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53775         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53776         from tree and freeing node.
53778 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53780         * nss/nsswitch.c (__nss_database_lookup): Handle
53781         nss_parse_service_list out of memory case.
53783 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53785         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53786         out of memory case.
53788 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53790         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53791         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53792         pass it down.
53793         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53794         elf_machine_rela, elf_machine_lazy_rel.
53795         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53796         (ELF_DYNAMIC_DO_REL): Likewise.
53797         (ELF_DYNAMIC_DO_RELA): Likewise.
53798         (ELF_DYNAMIC_RELOCATE): Likewise.
53799         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53800         to ELF_DYNAMIC_DO_REL.
53801         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53802         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53803         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53804         elf_machine_rela.
53805         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53806         skip_ifunc, don't call ifunc function if non-zero.
53807         (elf_machine_rela): Likewise.
53808         (elf_machine_lazy_rel): Likewise.
53809         (elf_machine_lazy_rela): Likewise.
53810         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53811         (elf_machine_lazy_rel): Likewise.
53812         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53813         Likewise.
53814         (elf_machine_lazy_rel): Likewise.
53815         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53816         Likewise.
53817         (elf_machine_lazy_rel): Likewise.
53818         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53819         (elf_machine_lazy_rel): Likewise.
53820         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53821         (elf_machine_lazy_rel): Likewise.
53822         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53823         (elf_machine_lazy_rel): Likewise.
53824         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53825         (elf_machine_lazy_rel): Likewise.
53826         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53827         (elf_machine_lazy_rel): Likewise.
53828         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53829         (elf_machine_lazy_rel): Likewise.
53831 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53833         * nss/nss_files/files-init.c (_nss_files_init): Use static
53834         initialization for all the *_traced_file variables.
53836 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53838         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53840 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53842         [BZ #13226]
53843         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53845 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53847         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53848         Reread the line before reparsing it.
53850 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53852         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53854 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53855             Maxim Kuvyrkov  <maxim@codesourcery.com>
53856             Joseph Myers  <joseph@codesourcery.com>
53858         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53859         if needed for __stack_chk_guard.
53861 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53863         * sysdeps/posix/spawni.c (script_execute): Always define it.
53864         It will be optimized away if unused.
53865         (maybe_script_execute): New function.
53866         (__spawni): Call it.
53868         * Makerules: Don't include tls.make.
53869         (config-tls): Always set to thread.
53870         * tls.make.c: File removed.
53872 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53874         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53875         * config.make.in (CPPFLAGS-config): New substituted variable.
53877 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53879         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53881         [BZ #13192]
53882         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53883         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53885 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53887         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53888         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53889         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53890         (CALL_FAIL): Likewise.
53891         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53892         (CALL_FAIL): Macro removed.
53893         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53895 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53897         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53898         for __FINITE_MATH_ONLY__ == 1.
53900 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53902         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53903         __ieee754_sqrt instead of sqrt.
53904         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53905         __ieee754_sqrtf instead of sqrtf.
53906         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53907         __floorf instead of floorf.
53908         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53909         __floorf, __truncf instead of floorf, truncf.
53911 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53913         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53915         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53916         __extern_always_inline.
53917         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53918         32-bit.
53920 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53922         * elf/rtld.c (dl_main): Also relocate in dependency order when
53923         doing symbol dependency testing.
53925 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53927         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53928         Always define `refsym'.
53930 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53932         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53933         (__FD_ELT): Renamed from __FDELT.
53934         * misc/bits/select2.h (__FD_ELT): Likewise.
53935         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53936         __FD_MASK instead of __FDELT, __FDMASK.
53937         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53938         Likewise.
53939         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53940         Likewise.
53942         * elf/Makefile (gen-ldd): Fix pattern.
53944         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53945         (init_tls): Likewise.
53947 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53949         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53951 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53953         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53954         `struct cmsghdr *' instead of `void *'.
53955         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53956         Likewise.
53958 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53960         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53961         if non-absolute.
53962         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53963         ldd_rewrite_script.
53965 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53967         * configure.in: Remove --with-tls option.
53968         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53969         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53970         out in case it is missing.
53971         * sysdeps/ia64/elf/configure.in: Likewise.
53972         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53973         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53974         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53975         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53976         * sysdeps/sh/elf/configure.in: Likewise.
53977         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53978         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53979         * sysdeps/x86_64/elf/configure.in: Likewise.
53980         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53981         * sysdeps/mach/hurd/tls.h: Likewise.
53983         [BZ #13067]
53984         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53986         [BZ #13090]
53987         * configure.in: Fix use of AC_INIT.
53989         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53991 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53993         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53994         __set_errno.
53995         * malloc/hooks.c: Likewise.
53997         [BZ #11929]
53998         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53999         variables statically.
54000         (narenas): Initialize.
54001         (list_lock): Initialize.
54002         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54003         initializtion of main_arena and list_lock.  Small cleanups.
54004         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54005         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54006         Add initializers to main_arena and mp_.
54007         (malloc_state): Remove pagesize member.  Change all users to use
54008         GLRO(dl_pagesize).
54010         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54011         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54012         is always initialized.
54014         * malloc/malloc.c: Removed unused configurations and dead code.
54015         * malloc/arena.c: Likewise.
54016         * malloc/hooks.c: Likewise.
54017         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54019         * include/tls.h: Removed.  USE___THREAD must always be defined.
54020         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54021         * elf/dl-libc.c: Likewise.
54022         * elf/dl-tsd.c: Likewise.
54023         * include/errno.h: Likewise.
54024         * include/netdb.h: Likewise.
54025         * include/resolv.h: Likewise.
54026         * inet/herrno-loc.c: Likewise.
54027         * inet/herrno.c: Likewise.
54028         * malloc/arena.c: Likewise.
54029         * malloc/hooks.c: Likewise.
54030         * malloc/malloc.c: Likewise.
54031         * resolv/res-state.c: Likewise.
54032         * resolv/res_libc.c: Likewise.
54033         * sysdeps/i386/dl-machine.h: Likewise.
54034         * sysdeps/ia64/dl-machine.h: Likewise.
54035         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54036         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54037         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54038         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54039         * sysdeps/sh/dl-machine.h: Likewise.
54040         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54041         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54042         * sysdeps/unix/i386/sysdep.S: Likewise.
54043         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54044         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54045         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54046         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54047         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54048         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54049         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54050         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54051         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54052         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54053         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54054         * sysdeps/x86_64/dl-machine.h: Likewise.
54055         * tls.make.c: Likewise.
54057         * configure.in: Remove --with-__thread option.  Make tests for
54058         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54059         tls_model attribute fail if no support is available.  Remove
54060         USE_IN_LIBIO.
54061         * Makeconfig: Adjust for dropped configure option.  All features are
54062         now mandatory.
54063         * Makerules: Likewise.
54064         * Versions.def: Likewise.
54065         * argp/argp-fmtstream.c: Likewise.
54066         * argp/argp-fmtstream.h: Likewise.
54067         * argp/argp-help.c: Likewise.
54068         * assert/assert.c: Likewise.
54069         * config.h.in: Likewise.
54070         * config.make.in: Likewise.
54071         * configure: Likewise.
54072         * configure.in: Likewise.
54073         * csu/Versions: Likewise.
54074         * csu/init.c: Likewise.
54075         * elf/tst-audit2.c: Likewise.
54076         * elf/tst-tls10.c: Likewise.
54077         * elf/tst-tls10.h: Likewise.
54078         * elf/tst-tls11.c: Likewise.
54079         * elf/tst-tls12.c: Likewise.
54080         * elf/tst-tls14.c: Likewise.
54081         * elf/tst-tlsmod11.c: Likewise.
54082         * elf/tst-tlsmod12.c: Likewise.
54083         * elf/tst-tlsmod13.c: Likewise.
54084         * elf/tst-tlsmod13a.c: Likewise.
54085         * elf/tst-tlsmod14a.c: Likewise.
54086         * elf/tst-tlsmod15b.c: Likewise.
54087         * elf/tst-tlsmod16a.c: Likewise.
54088         * elf/tst-tlsmod16b.c: Likewise.
54089         * elf/tst-tlsmod7.c: Likewise.
54090         * elf/tst-tlsmod8.c: Likewise.
54091         * elf/tst-tlsmod9.c: Likewise.
54092         * gmon/gmon.c: Likewise.
54093         * grp/fgetgrent_r.c: Likewise.
54094         * grp/putgrent.c: Likewise.
54095         * hurd/fopenport.c: Likewise.
54096         * include/libc-symbols.h: Likewise.
54097         * include/tls.h: Likewise.
54098         * intl/gettextP.h: Likewise.
54099         * intl/loadinfo.h: Likewise.
54100         * locale/global-locale.c: Likewise.
54101         * locale/localeinfo.h: Likewise.
54102         * mach/devstream.c: Likewise.
54103         * malloc/arena.c: Likewise.
54104         * malloc/set-freeres.c: Likewise.
54105         * misc/err.c: Likewise.
54106         * misc/getttyent.c: Likewise.
54107         * misc/mntent_r.c: Likewise.
54108         * posix/getopt.c: Likewise.
54109         * posix/wordexp.c: Likewise.
54110         * pwd/fgetpwent_r.c: Likewise.
54111         * resolv/Versions: Likewise.
54112         * resolv/res_hconf.c: Likewise.
54113         * shadow/fgetspent_r.c: Likewise.
54114         * shadow/putspent.c: Likewise.
54115         * stdio-common/printf_fphex.c: Likewise.
54116         * stdio-common/tmpfile.c: Likewise.
54117         * stdlib/abort.c: Likewise.
54118         * stdlib/fmtmsg.c: Likewise.
54119         * sunrpc/auth_unix.c: Likewise.
54120         * sunrpc/clnt_perr.c: Likewise.
54121         * sunrpc/clnt_tcp.c: Likewise.
54122         * sunrpc/clnt_udp.c: Likewise.
54123         * sunrpc/clnt_unix.c: Likewise.
54124         * sunrpc/openchild.c: Likewise.
54125         * sunrpc/svc_simple.c: Likewise.
54126         * sunrpc/svc_tcp.c: Likewise.
54127         * sunrpc/svc_udp.c: Likewise.
54128         * sunrpc/svc_unix.c: Likewise.
54129         * sunrpc/xdr.c: Likewise.
54130         * sunrpc/xdr_array.c: Likewise.
54131         * sunrpc/xdr_rec.c: Likewise.
54132         * sunrpc/xdr_ref.c: Likewise.
54133         * sunrpc/xdr_stdio.c: Likewise.
54135 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54137         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54139 2011-07-03  Andreas Jaeger  <aj@suse.de>
54141         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54142         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54143         regenerate with gen-libm-tests.pl.
54145 2010-05-12  Petr Baudis  <pasky@suse.cz>
54147         [BZ #11589]
54148         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54149         around j0() zero points by switching to j1().
54150         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54151         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54152         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54153         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54155 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54157         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54158         instead of 0.
54159         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54160         instead of 0.
54161         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54162         Patch in part by Pavel Roskin <proski@gnu.org>.
54164         [BZ #13138]
54165         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54166         realloc.
54167         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54168         Free memory block if necessary.
54170         [BZ #12847]
54171         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54172         be NULL.  Don't lock in this case.
54174 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54176         * elf/elf.h (ELFOSABI_GNU): New macro.
54177         (ELFOSABI_LINUX): Define to that.
54179 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54181         * string/strncat.c (strncat): Undef the symbol in case it has been
54182         defined in bits/string.h.
54184 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54186         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54188         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54189         link map.
54191 2011-08-17  Andreas Jaeger  <aj@suse.de>
54193         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54195 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54196             Ian Lance Taylor  <iant@google.com>
54198         * math/libm-test.inc (lround_test): New testcase.
54199         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54201 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54203         * Makefile: Remove support for automatic cvs check-ins.
54204         * Makerules: Likewise.
54205         * config.make.in: Likewise.
54206         * configure.in: Likewise.
54207         * intl/Makefile: Likewise.
54208         * locale/Makefile: Likewise.
54209         * po/Makefile: Likewise.
54210         * posix/Makefile: Likewise.
54211         * sysdeps/gnu/Makefile: Likewise.
54212         * sysdeps/mach/hurd/Makefile: Likewise.
54213         * sysdeps/sparc/sparc32/Makefile: Likewise.
54215         [BZ #13118]
54216         * posix/Makefile (bug-regex32-ENV): Define.
54217         Patch by John Stanley <jpsinthemix@verizon.net>.
54219         * misc/Makefile (headers): Add bits/select2.h.
54220         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54221         * misc/bits/select2.h: New file.
54222         * include/bits/select2.h: New file.
54223         * debug/Makefile (routines): Add fdelt_chk.
54224         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54225         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54226         FD_ISSET.
54227         * debug/fdelt_chk.c: New file.
54229         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54230         * wcsmbs/test-wmemcmp.c: Likewise.
54231         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54232         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54234 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54236         * string/Makefile (strop-tests): Add memcmp.
54237         * string/test-wmemcmp.c: New file.
54238         * string/test-memcmp.c: Add wmemcmp support.
54240 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54242         [BZ #13153]
54243         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54244         2011-07-19 change.
54246         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54247         garbage value in a __mach_port_mod_refs call in the cases of the
54248         task-self and thread-self ports.
54250 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54252         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54254 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54256         * elf/dl-load.c (lose): Check for non-null L.
54258 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54260         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54262         * elf/dl-libc.c (dlerror_run): Pass back error code from
54263         dl_catch_error.
54265         [BZ #13123]
54266         * elf/dl-load.c (lose): Free l_origin if it is valid.
54268         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54269         names.
54270         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54271         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54272         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54273         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54274         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54275         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54277 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54279         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54280         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54281         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54282         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54283         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54284         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54285         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54286         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54287         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54288         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54290 2011-08-15  Alan Modra  <amodra@gmail.com>
54292         [BZ #13092]
54293         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54294         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54295         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54296         ppc_mcount to static-only-routines.
54297         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54298         __mcount_internal.
54299         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54300         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54302 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54304         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54305         for finite and infinity parameters.
54307 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54309         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54310         and add nop instructions for throughput optimization.
54311         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54313 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54315         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54316         aligned copy for power7 with vector-scalar instructions.
54317         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54319 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54321         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54322         AVX check.
54324 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54326         [BZ #13144]
54327         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54328         last change.
54330 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54332         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54333         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54334         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54335         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54336         clock_gettime.
54338 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54340         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54341         Forgot to demangle the pointer.
54343         * sysdeps/i386/sysdep.h: Define atom_text_section.
54344         * sysdeps/x86_64/sysdep.h: Likewise.
54345         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54346         section with atom_text_section.
54347         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54348         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54349         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54350         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54351         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54353         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54354         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54355         already be defined.  Change to take two parameters and don't assign
54356         result to variable.  Adjust all users.
54357         Define INTERNAL_GETTIME if not already defined.
54358         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54359         call.
54360         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54361         HAVE_CLOCK_GETTIME_VSYSCALL.
54362         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54364         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54365         gettimeofday vsyscall, just use time.
54367 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54369         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54370         <errno.h>.
54372 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54374         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54375         syscall on x86-64.
54376         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54377         syscall.
54378         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54379         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54380         syscall if possible.
54382 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54384         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54385         e_ident.  Don't pass to find_mapsXX.
54386         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54388 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54390         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54391         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54392         * sysdeps/x86_64/multiarch/strchr.S: Update.
54393         Check bit_slow_BSF bit.
54394         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54395         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54396         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54398 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54400         [BZ #13134]
54401         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54402         before glibc 2.15.
54403         (tryshell): Define.
54404         (__spawni): Change last parameter to be flag.  Test
54405         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54406         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54407         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54408         * posix/spawni.c: Likewise.
54409         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54410         * posix/spawnp.c: Likewise.  Change normal version to use
54411         SPAWN_XFLAGS_USE_PATH.
54412         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54413         SPAWN_XFLAGS_TRY_SHELL.
54415         [BZ #13150]
54416         * posix/glob.h: Remove gcc 1.x support.
54418         [BZ #13068]
54419         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54421 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54423         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54424         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54425         strrchr-sse2-bsf
54426         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54427         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54428         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54429         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54430         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54431         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54433 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54435         * sysdeps/x86_64/wcscmp.S: New file.
54437         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54438         wcscmp-c wcscmp-sse2
54439         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54440         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54441         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54442         * wcsmbs/wcscmp.c: Allow renaming.
54444 2011-09-05  David S. Miller  <davem@davemloft.net>
54446         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54447         stack slot, rather than the struct return pointer slot.
54448         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54449         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54450         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54451         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54453 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54455         * po/ja.po: Update from translation team.
54457         [BZ #13144]
54458         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54459         kernel in 64-bit binaries.
54461 2011-09-01  David S. Miller  <davem@davemloft.net>
54463         * elf/elf.h (HWCAP_SPARC_*): Move to..
54464         * sysdeps/sparc/sysdep.h: this new file and add new values.
54465         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54466         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54467         _DL_HWCAP_COUNT to 24.
54468         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54469         entries.
54470         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54471         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54472         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54473         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54474         instead of magic constants.
54475         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54477 2011-08-31  David S. Miller  <davem@davemloft.net>
54479         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54480         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54481         Reimplement to do errno handling inline.
54482         (SYSCALL_ERROR_HANDLER): New macro.
54483         (__SYSCALL_STRING): Do not do errno handling in asm.
54484         (__CLONE_SYSCALL_STRING): Delete.
54485         (__INTERNAL_SYSCALL_STRING): Delete.
54486         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54487         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54488         (PSEUDO): Reimplement to do errno handling inline.
54489         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54490         (SYSCALL_ERROR_HANDLER): New macro.
54491         (__SYSCALL_STRING): Do not do errno handling in asm.
54492         (__CLONE_SYSCALL_STRING): Delete.
54493         (__INTERNAL_SYSCALL_STRING): Delete.
54494         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54495         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54496         i386.
54497         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54498         (inline_syscall*): Add 'err' argument.
54499         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54500         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54501         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54502         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54504         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54505         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54507 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54509         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54511 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54513         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54514         directive.
54516 2011-08-24  David S. Miller  <davem@davemloft.net>
54518         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54520 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54522         * elf/Makefile: Add rules to build and run unload8 test.
54523         * elf/unload8.c: New file.
54524         * elf/unload8mod1.c: New file.
54525         * elf/unload8mod1x.c: New file.
54526         * elf/unload8mod2.c: New file.
54527         * elf/unload8mod3.c: New file.
54529         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54530         it wasn't used.
54532 2011-08-23  David S. Miller  <davem@davemloft.net>
54534         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54535         subtract stack bias.
54536         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54537         %sp not %fp in calculations.
54538         (_JMPBUF_UNWINDS_ADJ): Likewise.
54540         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54541         (aio_suspend): Call it to force an exception region around the
54542         AIO_MISC_WAIT() invocation.
54544 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54546         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54547         backslash.
54549 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54551         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54552         protection macro.
54553         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54554         and <dl-machine.h>.
54555         (Elf64_FuncDesc): Remove.
54557 2011-08-22  David S. Miller  <davem@davemloft.net>
54559         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54560         sigaltstack check, add missing cfi directives.
54561         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54562         missing cfi directives, and sigaltstack handling.
54564 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54566         [BZ #11724]
54567         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54568         object is seen twice.
54569         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54571         * elf/Makefile (distribute): Add tst-initorder2.c.
54572         (tests): Add tst-initorder2.
54573         (modules-names): Add tst-initorder2a tst-initorder2b
54574         tst-initorder2c tst-initorder2d.  Add rules to build them.
54575         ($(objpfx)tst-initorder2.out): New rule.
54576         * elf/tst-initorder2.c: New file.
54577         * elf/tst-initorder2.exp: New file.
54579 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54581         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54583         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54584         dependencies back to end of function.
54586         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54587         $(elfobjdir)/ld.so.
54589 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54591         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54592         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54593         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54594         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54595         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54596         of __vdso_gettimeofday.
54597         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54598         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54599         attribute_hidden.
54600         (_libc_vdso_platform_setup): Remove initialization of
54601         __vdso_gettimeofday and __vdso_time.
54603 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54605         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54606         and fgetc_unlocked.
54607         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54608         getc_unlocked.
54610         * elf/dl-open.c (add_to_global): Report additions to the global scope
54611         for LD_DEBUG=scopes.
54612         (dl_open_worker): Also print scope of newly loaded dependencies.
54613         (_dl_show_scope): Indicate if there is no scope.
54615         [BZ #13114]
54616         * stdio-common/Makefile (tests): Add bug24.
54617         * stdio-common/bug24.c: New file.
54619 2011-08-19  Andreas Jaeger  <aj@suse.de>
54621         [BZ #13114]
54622         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54623         non-existant file when using close-on-exec mode.
54625 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54627         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54628         the very first instruction.
54630         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54631         the CFI state in the end.
54632         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54633         inclusion of dl-trampoline.h.
54634         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54636 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54638         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54639         expectations for long double.
54641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54642         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54644 2011-08-14  David S. Miller  <davem@davemloft.net>
54646         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54647         artificual limit depends upon the system page size.
54649 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54651         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54652         * resolv/Makefile: Define CFLAGS-libresolv.
54654 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54656         * nss/makedb.c (compute_tables): Make variables used in nested
54657         function static.
54659 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54661         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54662         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54663         if buffer was too small.
54665         * elf/pldd.c (main): Attach to all threads in the process.
54666         Rewrite /proc handling to use *at functions.
54668 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54670         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54671         specifies first scope to show.
54672         (dl_open_worker): Update callers.  Move printing scope of new
54673         object to before the relocation.
54674         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54675         * sysdeps/generic/ldsodefs.h: Update declaration.
54677         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54678         string for the scope number.
54680 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54682         * nscd/servicescache.c (cache_addserv): Make sure written is always
54683         initialized.
54685 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54687         * sysdeps/i386/i486/bits/atomic.h
54688         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54689         statement expression, so as to suppress "set but not used" warning.
54690         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54692         * string/strncat.c (STRNCAT): Use prototype definition.
54694         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54695         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54696         -Iprograms here.
54697         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54698         (localedef-modules): Add localedef.
54699         (locale-modules): Add locale.
54701         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54702         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54703         to avoid a warning.
54705 2011-08-14  David S. Miller  <davem@davemloft.net>
54707         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54708         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54710 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54712         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54713         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54714         * elf/rtld.c (dl_main): Set l_name of vDSO.
54715         Call _dl_show_scope when DL_DEBUG_SCOPES.
54716         (process_dl_debug): Recognize scopes flag and also set it for all.
54717         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54718         Declare _dl_show_scope.
54720         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54721         (do_dlopen): Pass caller_dlopen to dl_open.
54722         (__libc_dlopen_mode): Initialize caller_dlopen.
54724         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54725         of libc.  Make tolower call locale-independent.  Optimize a bit by
54726         using isdigit instead of isalnum.
54727         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54729 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54731         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54732         was a dependency or dynamically loaded.
54734 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54736         * intl/l10nflist.c: Allow architecture-specific pop function.
54737         * sysdeps/x86_64/l10nflist.c: New file.
54739         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54740         classification.
54742 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54744         * include/dirent.h: Add libc_hidden_proto for scandirat and
54745         scandirat64.  Don't declare __scandirat64.
54746         * dirent/scandirat.c: Add libc_hidden_def.
54747         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54748         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54750 2011-08-10  David S. Miller  <davem@davemloft.net>
54752         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54753         enum.
54754         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54755         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54756         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54758 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54760         * Versions.def [libc]: Add GLIBC_2.15.
54761         * dirent/Makefile (routines): Add scandirat and scandirat64.
54762         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54763         GLIBC_2.15.
54764         * dirent/dirent.h: Declare scandirat and scandirat64.
54765         * dirent/scandirat.c: New file.
54766         * dirent/scandirat64.c: New file.
54767         * sysdeps/wordsize-64/scandirat.c: New file.
54768         * sysdeps/wordsize-64/scandirat64.c: New file.
54769         * dirent/opendir.c: Define opendirat.
54770         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54771         using scandirat.
54772         * dirent/scandir64.c: Adjust for scandir.c change.
54773         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54774         __scandirat64, and __scandir_cancel_handler.
54775         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54776         additional parameter and use openat instead of open (outside of ld.so).
54777         Add new __opendir as wrapper around __opendirat.
54778         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54779         here without requiring old scandirat implementation.
54781 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54783         * dirent/scandir.c (cancel_handler): Renamed to
54784         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54785         defined.  Adjust users.
54786         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54787         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54789 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54791         * string/test-string.h (IMPL): Use __STRING to expand name and then
54792         stringify it.
54794         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54795         of cleanups.
54797 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54799         * string/Makefile: Update.
54800         (strop-tests): Append strncat.
54801         * string/test-wcscmp.c: New file.
54802         New comprehensive test for wcscmp.
54803         * string/test-strcmp.c: Update.
54804         (WIDE): New define.
54806 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54808         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54809         line.
54811 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54813         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54814         encoding to ACE if AI_IDN.
54816 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54818         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54819         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54821 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54823         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54824         Fix overflow bug in strncat.
54825         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54827         * string/test-strncat.c: Update.
54828         Add new tests for checking overflow bugs.
54830 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54832         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54833         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54834         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54835         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54836         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54837         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54838         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54839         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54840         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54842         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54843         (USE_AS_STRCAT): Define.
54844         Add strcat and strncat support.
54845         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54847 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54849         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54850         __n bigger than INT_MAX+1.
54851         (__strncmp_g): Likewise.
54853 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54855         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54856         * libio/stido.h: Likewise.
54858         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54859         (AF_NFC): Define.
54860         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54861         (AF_NFC): Define.
54863         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54864         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54865         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54866         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54867         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54869         [BZ #13021]
54870         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54871         installed.
54873         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54874         typo.
54875         (_dl_x86_64_save_sse): Likewise.
54877 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54879         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54880         OSXSAVE.
54881         (_dl_x86_64_save_sse): Likewise.
54883         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54885         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54887 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54889         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54890         change.
54891         (_dl_x86_64_save_sse): Use correct AVX check.
54893 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54895         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54896         bug in strncpy/strncat.
54897         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54899 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54901         * string/tester.c (test_strcat): Add tests for different alignments
54902         of source and destination.
54903         (test_strncat): Likewise.
54905 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54907         [BZ #12852]
54908         * posix/glob.c (glob): Check passed in values before using them in
54909         expressions to avoid some overflows.
54910         (glob_in_dir): Likewise.
54912         [BZ #13007]
54913         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54914         check for AVX enablement so that we don't crash with old kernels and
54915         new hardware.
54916         * elf/tst-audit4.c: Add same checks here.
54917         * elf/tst-audit6.c: Likewise.
54919         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54921 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54923         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54925 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54927         * po/cs.po: Update from translation team.
54928         * po/bg.po: Likewise.
54930 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54932         * misc/sys/cdefs.h: Add support for const attribute.
54933         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54934         to gnu_dev_{major,minor,makedev} functions.
54936 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54938         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54940 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54942         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54943         strlen results.
54945 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54947         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54948         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54949         register in order to avoid conflicts with the soft frame pointer
54950         being held in r11 when necessary.
54951         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54952         (INTERNAL_VSYSCALL_NCS): Likewise.
54954 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54956         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54957         * elf/dl-fini.c (_dl_fini): Adjust caller.
54958         * elf/dl-close.c (_dl_close_worker): Likewise.
54959         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54961 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54963         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54964         "aux_cache->nlibs < 0".
54966         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54967         in the reload-count case.
54969 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54971         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54972         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54973         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54974         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54975         * sysdeps/x86_64/multiarch/strcat.S: New file.
54976         * sysdeps/x86_64/multiarch/strncat.S: New file.
54977         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54978         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54979         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54980         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54981         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54982         (USE_AS_STRCAT): Define.
54983         Add strcat and strncat support.
54984         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54985         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54986         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54987         * string/strncat.c: Update.
54988         (USE_AS_STRNCAT): Define.
54989         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54990         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54991         and i7.
54992         * sysdeps/x86_64/multiarch/init-arch.h
54993         (bit_Prefer_PMINUB_for_stringop): New.
54994         (index_Prefer_PMINUB_for_stringop): Likewise.
54995         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54996         bit_Prefer_PMINUB_for_stringop.
54998 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55000         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55001         buffer64.
55002         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55003         of casting of buffer.
55004         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55005         buffer32 and buffer64.
55006         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55007         writes instead of casting of buffer.
55008         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55009         buffer32.
55010         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55011         casting of buffer.
55013 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55015         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55017 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55019         * nscd/nscd.c (termination_handler): Don't do anything for a database
55020         if it has not yet been initialized.
55022 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55024         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55026 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55028         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55030 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55032         * po/nl.po: Update from translation team.
55033         * po/sv.po: Likewise.
55035 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55037         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55038         now disallowed by GCC.
55040         * configure.in (use-default-link): Default to yes if a test -shared
55041         link meets our qualifications.
55042         * configure: Regenerated.
55044         * config.make.in (output-format): New variable.
55045         * configure.in: Check for ld --print-output-format support.
55046         * configure: Regenerated.
55047         * Makerules ($(common-objpfx)format.lds)
55048         [$(output-format) != unknown]: Just use $(output-format),
55049         instead of the linker-script munging.
55051 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55053         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55054         of $(common-objpfx)shlib.lds.
55055         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55057         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55058         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55060         * configure.in (-z relro check): Adjust test code to add a large
55061         writable data section after it.
55062         * configure: Regenerated.
55064 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55066         * configure.in (-z relro check): Fix test code to make the variable
55067         truly const.
55068         * configure: Regenerated.
55070 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55072         * nscd/nscd.h (struct traced_file): Define.
55073         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55074         elements.  Add traced_files.
55075         (inotify_fd): Declare.
55076         (register_traced_file): Declare.
55077         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55078         (inotify_fd): Export.
55079         (resolv_conf_descr): Remove.
55080         (nscd_init): Move inotify descriptor creation to main.
55081         Don't register files for notification here.
55082         (register_traced_file): New function.
55083         (invalidate_cache): Don't use reset_res to determine whether to call
55084         res_init, go through the list of registered files.
55085         (main_loop_poll): The inotify descriptors are now stored in the
55086         structures for the traced files.
55087         (main_loop_epoll): Likewise
55088         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55089         to __nss_disable_nscd.
55090         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55091         for a database anymore.  Check the records for all the registered
55092         files instead.
55093         * nss/Makefile (libnss_files-routines): Add files-init.
55094         (libnss_db-routines): Add db-init.
55095         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55096         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55097         * nss/nss_db/db-init.c: New file.
55098         * nss/nss_files/files-init.c: New file.
55099         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55100         __nss_lookup_function.
55101         (__nss_lookup_function): Call nss_load_library.
55102         (nss_load_all_libraries): New function.
55103         (__nss_disable_nscd): Take parameter with callback function for files
55104         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55105         used for the cached services.
55106         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55107         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55108         options for features to all the files in nscd.
55110         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55112 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55114         * csu/elf-init.c (__libc_csu_init): Comment typo.
55116 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55118         * po/pl.po: Update from translation team.
55119         * po/ja.po: Likewise.
55120         * po/ru.po: Likewise.
55121         * po/ko.po: Likewise.
55122         * po/fr.po: Likewise.
55124 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55126         * configure.in (.ctors/.dtors header and trailer check):
55127         Use an empirical test on a built program.
55128         * configure: Regenerated.
55130         * configure.in (-z relro check): Use an empirical test on a built DSO.
55131         Detect, but do not require, on ia64.
55132         * configure: Regenerated.
55134         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55135         Update tests that use readelf to use $READELF instead.
55136         * configure: Regenerated.
55138 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55140         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55141         if the result is not used.
55143 2011-07-05  Andreas Jaeger  <aj@suse.de>
55145         [BZ#9696]
55146         * stdlib/tst-strtod.c: Add testcase.
55148 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55150         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55151         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55152         The latter has a higher limit.  Take additional parameter to pass to
55153         the new function.
55154         (__pathconf): Pass file to __statfs_link_max.
55155         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55156         __statfs_link_max.
55157         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55158         __statfs_link_max.
55160         [BZ #12868]
55161         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55162         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55163         Handle Lustre.
55164         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55165         (__statfs_filesize_max): Likewise.
55166         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55168 2011-07-05  Andreas Jaeger  <aj@suse.de>
55170         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55172 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55174         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55175         `status' variable.
55176         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55177         Likewise.
55179 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55181         * Makefile (strop-tests): Add strncat.
55182         * string/test-strncat.c: New file.
55184 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55186         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55188 2011-06-21  Andreas Jaeger  <aj@suse.de>
55190         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55191         Copy rule from iconvdata/Makefile.
55193 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55195         [BZ #12922]
55196         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55197         but no long options are defined, just return 'W'.
55199 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55201         [BZ #9696]
55202         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55204 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55206         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55207         netgroups to read.
55208         (innetgr): Likewise.
55210 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55212         * config.make.in (install_root): Default to $(DESTDIR).
55214 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55216         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55218 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55220         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55222         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55223         containing directory rather than embedding absolute directory names.
55225         * scripts/check-local-headers.sh: Rewritten using awk.
55226         Match by word, not by line.  Print error messages for matches.
55227         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55229         * Makerules [shlib-lds-flags empty]:
55230         ($(common-objpfx)libc_pic.opts): New target.
55231         ($(common-objpfx)libc_pic.os.clean): New target.
55232         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55234         * config.make.in (OBJCOPY): New variable.
55235         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55236         * configure: Regenerated.
55238         * config.make.in (use-default-link): New variable.
55239         * configure.in (use_default_link): Grok --with-default-link to set it.
55240         * configure: Regenerated.
55241         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55242         (shlib-lds, shlib-lds-flags): Define to empty.
55244         * Makerules (shlib-lds): New variable.
55245         (shlib-lds-flags): New variable.
55246         (build-shlib, build-moduile, build-module-asneeded): Use it.
55247         ($(common-objpfx)libc.so): Use $(shlib-lds).
55248         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55249         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55251         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55252         DT_FLAGS/DT_FLAGS_1 with zero flags.
55254         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55255         linker script munging.
55257 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55259         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55260         as 128-bit value.
55261         * crypt/sha512.c (sha512_process_block): Perform total addition using
55262         128-bit if possible.
55263         (__sha512_finish_ctx): Likewise.
55264         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55265         as 64-bit value.
55266         * crypt/sha256.c (SWAP64): Define.
55267         (sha256_process_block): Perform total addition using 64-bit if
55268         possible.
55269         (__sha256_finish_ctx): Likewise.
55271 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55273         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55274         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55275         * nscd/hstcache.c (cache_addhst): Likewise.
55276         * nscd/grpcache.c (cache_addgr): Likewise.
55277         * nscd/aicache.c (addhstaiX): Likewise
55278         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55280 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55282         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55283         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55284         * nscd/hstcache.c (cache_addhst): Likewise.
55285         * nscd/grpcache.c (cache_addgr): Likewise.
55286         * nscd/aicache.c (addhstaiX): Likewise
55288 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55290         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55291         domain only when needed.
55293 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55295         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55296         is always restored.
55298 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55300         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55301         are re-adding the entry.
55302         * nscd/servicescache.c (cache_addserv): Likewise.
55304 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55306         * sysdeps/generic/dl-irel.h: fix protection against multiple
55307         inclusions.
55308         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55310 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55312         [BZ #12935]
55313         * malloc/memusage.sh: Fix quoting in message.
55314         * debug/xtrace.sh: Likewise.
55316         * configure.in: Remove support for --experimental-malloc option, make
55317         it the default.
55318         * config.make.in: Likewise.
55319         * malloc/Makefile: Likewise.
55321 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55323         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55324         two-byte characters.
55326 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55328         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55329         AC_CACHE_CHECK invocation.
55330         * configure: Regenerated.
55332         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55334 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55336         [BZ #12350]
55337         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55338         bit from old_res_options.
55340         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55342         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55343         value type for setfct.
55345 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55347         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55348         __gettimeofday instead of gettimeofday.
55350 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55352         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55354 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55356         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55358         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55359         info.
55361 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55363         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55364         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55365         strcpy-sse2-unaligned strncpy-sse2-unaligned
55366         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55367         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55368         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55369         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55370         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55371         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55372         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55373         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55374         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55375         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55376         (STRCPY): Support SSE2 and SSSE3 versions.
55378 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55380         [BZ #12874]
55381         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55382         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55383         kernels which artificially limit size of requests.
55385 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55387         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55388         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55389         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55390         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55391         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55392         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55393         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55394         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55395         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55396         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55397         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55398         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55399         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55400         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55401         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55402         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55403         Enable unaligned load optimization for Intel Core i3, i5 and i7
55404         processors.
55405         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55406         Define.
55407         (index_Fast_Unaligned_Load): Define.
55408         (HAS_FAST_UNALIGNED_LOAD): Define.
55410 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55412         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55414 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55416         [BZ #12907]
55417         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55418         until it is clear that the information is realy needed.
55419         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55421 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55423         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55425 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55427         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55428         /sys/devices/system/cpu/online if it is usable.
55430         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55431         reading the information from the /proc filesystem to once a second.
55433 2011-06-21  Andreas Jaeger  <aj@suse.de>
55435         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55436         NULL after inclusion of kernel headers.
55438 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55440         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55441         calls to internal_setent.
55443         [BZ #12885]
55444         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55445         addresses using gethostbyname4_r ignore IPv4 addresses.
55447         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55448         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55450         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55452 2011-06-20  David S. Miller  <davem@davemloft.net>
55454         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55455         inclusions.
55456         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55458         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55459         (elf_irel): Use it.
55460         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55461         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55462         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55463         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55464         * sysdeps/x86_64/dl-irel.h: Likewise.
55466         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55467         * elf/dl-sym.c: Likewise.
55469 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55471         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55472         need to dereference resplen2.
55474 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55476         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55478 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55480         * Makeconfig: Define vardbdir and inst_vardbdir.
55481         * nss/Makefile: Add rules to install db-Makefile.
55483         * nss/nss_db/db-XXX.c: Cleanup.
55485         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55486         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55487         GLIBC_PRIVATE.
55488         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55489         * nss/makedb.c: Implement -g option to specify that value strings
55490         are generated and should not be added to table iterated over for
55491         get*ent calls.
55492         * nss/nss_db/db-initgroups.c: New file.
55494         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55495         interface.
55497         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55498         (internal_getgrouplist): Adjust to name change.
55499         Update use_initgroups_entry if this is not the first call.
55500         * nss/databases.def: Add initgroups entry.
55502         * nss/makedb.c (compute_tables): Check result of multiple hash table
55503         sizes to minimize maximum chain length.
55505 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55507         * Versions.def: Add entry for libnss_db.
55508         * shlib-versions: Likewise.
55509         * nss/Makefile: Add rules to build libnss_db.
55510         * nss/Versions: Add libnss_db information.  Organize libnss_files
55511         entries better.
55512         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55513         makedb progra.  Some minor improvements to generate smaller files.
55514         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55515         here from...
55516         * nss/makedb.c: ...here.
55517         Improve database format to be smaller and require less memory at
55518         runtime.
55519         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55520         db anymore.
55521         * nss/nss_db/db-netgrp.c: Likewise.
55522         * nss/nss_db/db-open.c: Likewise.
55523         * nss/nss_files/flies-XXX.x: Adjust comments.
55524         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55525         * nss/nss_files/files-grp.c: Likewise.
55526         * nss/nss_files/files-hosts.c: Likewise.
55527         * nss/nss_files/files-network.c: Likewise.
55528         * nss/nss_files/files-proto.c: Likewise.
55529         * nss/nss_files/files-pwd.c: Likewise.
55530         * nss/nss_files/files-rpc.c: Likewise.
55531         * nss/nss_files/files-service.c: Likewise.
55532         * nss/nss_files/files-sgrp.c: Likewise.
55533         * nss/nss_files/files-spwd.c: Likewise.
55534         * nss/nss_db/db-alias.c: Removed.
55535         * nss/nss_db/dummy-db.h: Removed.
55537 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55539         * nss/makedb.c: Rewritten to not use database library.
55540         * nss/Makefile: Update to build new makedb program.
55542 2011-06-14  Andreas Jaeger  <aj@suse.de>
55544         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55545         memset declaration.
55547 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55549         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55550         tmpbuf.
55552 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55554         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55555         * elf/Makefile ($(objpfx)ld.so): Likewise.
55557         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55558         Don't list ld.so twice in dependencies.
55560         * posix/bug-regex31.c: Include <stdlib.h>.
55562         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55564         * nis/nss_compat/compat-spwd.c
55565         (getspent_next_nss_netgr): Remove unused variable.
55566         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55568         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55569         nonmembers" output to use the right array.
55571         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55573         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55575         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55576         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55577         * catgets/gencat.c (read_input_file): Likewise.
55578         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55580         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55581         variable definition inside #if's controlling its use.
55583         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55585         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55587         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55589         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55590         unreachable code.
55592         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55594         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55595         * configure: Regenerated.
55597         * Makerules: Revert last change.
55598         * elf/Makefile: Likewise.
55600 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55602         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55603         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55604         (reloc-link): Likewise.
55606 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55608         * elf/Makefile: Add rules to build pldd.
55609         * elf/pldd.c: New file.
55610         * elf/pldd-xx.c: New file.
55612 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55614         * version.h: Update for 2.15 development version.
55616 2011-06-07  David S. Miller  <davem@davemloft.net>
55618         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55619         ifuncs.
55620         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55621         elf_machine_lazy_rel): Likewise.
55622         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55623         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55624         elf_machine_lazy_rel): Likewise.
55625         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55626         dl_hwcap via passed in argument.
55627         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55628         Likewise.
55630 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55632         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55634 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55636         [BZ #12849]
55637         * manual/fdl-1.1.texi: New file, verbatim from:
55638         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55639         * manual/lgpl-2.1.texi: New file, verbatim from:
55640         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55641         * manual/Makefile (licenses): New variable, list those new file names.
55642         (texis): Use it.
55643         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55645         * manual/fdl.texi: File removed.
55646         * manual/lesser.texi: File removed.
55647         * manual/libc.texinfo (Copying, Documentation License):
55648         Use new @include file names, put @appendix directive before @include.
55650 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55652         [BZ #12841]
55653         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55654         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55655         (mq_open): Add __NTH.
55657 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55659         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55660         Assume Intel Core i3/i5/i7 processor if AVX is available.
55662 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55664         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55665         typo.
55667 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55669         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55670         memory.  Use alloca_account.  Fix memory leak when retrying.
55672 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55674         * version.h (RELEASE): Bump for 2.14 release.
55675         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55677         * config.make.in (RANLIB): Remove entry.
55679 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55681         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55682         (libc.pot): Work around missing support for .ksh extension in xgettext.
55684         [BZ #12684]
55685         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55686         if both request failed.
55687         (send_dg): In case of server errors clear resplen or *resplen2.
55689         [BZ #12454]
55690         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55691         when there are multiple maps.
55692         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55693         (_dl_fini): Remove test here.
55695         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55697 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55699         [BZ #12350]
55700         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55701         bit from old_res_options.
55702         (gaih_inet): Likewise.
55704         [BZ #11099]
55705         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55706         as signed.
55708         * resolv/res_init.c (res_setoptions): Make the code more compact.
55710         [BZ #11558]
55711         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55712         set RES_USEVC.
55714         [BZ #11634]
55715         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55717         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55719         [BZ #11781]
55720         * malloc/malloc.h: Declare malloc hook variables as volatile.
55722         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55723         in last patch.
55725         [BZ #11799]
55726         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55727         raise in the comment.
55728         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55729         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55730         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55732 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55734         [BZ #12811]
55735         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55736         grow the buffers more if it already has to be sufficient.
55737         (build_wcs_upper_buffer): Likewise.
55738         * posix/regexec.c (check_matching): Likewise.
55739         (clean_state_log_if_needed): Likewise.
55740         (extend_buffers): Don't enlarge buffers beyond size of the input
55741         buffer.
55742         Patches mostly by Emil Wojak <emil@wojak.eu>.
55743         * posix/bug-regex32.c: New file.
55744         * posix/Makefile (tests): Add bug-regex32.
55746         * locale/findlocale.c (_nl_find_locale): Return right away if
55747         _nl_explode_name failed.
55748         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55750         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55752         * debug/xtrace.sh: Unify messages.
55753         * malloc/memusage.sh: Likewise.
55755         [BZ #12813]
55756         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55757         time symbol from vDSO.  Substitute with vsyscall if not available.
55758         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55759         __vdso_time.
55761         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55762         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55763         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55764         Add sendmmsg and internal_sendmmsg.
55765         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55766         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55767         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55769         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55770         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55771         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55773 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55775         [BZ #12813]
55776         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55777         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55778         available.
55779         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55780         __vdso_getcpu.
55782         [BZ #12814]
55783         * iconvdata/Makefile (tests): Add bug-iconv9.
55784         * iconvdata/bug-iconv9.c: New file.
55786 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55788         [BZ #12814]
55789         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55791 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55793         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55794         (struct user_regs_struct): Change intcs field back to cs.
55796 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55798         * po/ja.po: Update from translation team.
55800 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55802         [BZ #12795]
55803         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55804         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55806 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55808         * stdlib/longlong.h: Update from GCC.
55810 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55812         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55813         parameter name.
55814         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55815         Add parameter name.
55816         (__sysconf): Pass it down.
55818 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55820         [BZ #12671]
55821         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55822         some situations.
55823         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55824         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55825         add in in __libc_use_alloca calls.  Adjust callers.
55826         (glob): Use malloc in some situations.
55828         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55829         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55830         pltexit.
55832 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55834         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55835         and CLOCK_BOOTTIME_ALARM.
55837         [BZ #12782]
55838         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55839         is returned.
55841         * string/_strerror.c (__strerror_r): Print negative errors as signed
55842         numbers.
55844         [BZ #12777]
55845         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55846         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55847         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55849         * configure.in: Fix typo in redirection and correct removal of test
55850         files in two cases.
55852         [BZ #12788]
55853         * locale/setlocale.c (new_composite_name): Fix test to check for
55854         identical name of all categories.
55856         [BZ #12792]
55857         * libio/filedoalloc.c (local_isatty): New function.
55858         (_IO_file_doallocate): Use local_isatty.
55859         * stdio-common/perror.c (perror): In case a new stream is used
55860         forward the stream error.
55861         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55862         error flag.
55864 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55866         [BZ #11869]
55867         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55868         alloca.
55869         * include/alloca.h (extend_alloca_account): Define.
55871         [BZ #11857]
55872         * posix/regex.h: Fix comments with documentation of user-accessible
55873         fields after compilation and describe correct free'ing of pattern
55874         after re_compile_pattern.
55875         Patch by Reuben Thomas <rrt@sc3d.org>.
55877 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55879         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55880         and -mno-altivec to prevent the compiler from using Altivec and/or
55881         VSX instructions when the corresponding registers are not available.
55883 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55885         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55887 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55889         * libio/freopen.c (freopen): Use __dup2, not dup2.
55890         * libio/freopen64.c (freopen64): Likewise.
55892 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55894         [BZ #12775]
55895         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55896         * math/Makefile (tests): Add test-powl.
55897         (CFLAGS-test-powl.c): Define.
55898         * math/test-powl.c: New file.
55900 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55902         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55904 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55906         [BZ #11837]
55907         * iconvdata/gb18030.c: Update to GB18020-2005.
55909 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55911         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55912         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55913         Patch by Aharon Robbins <arnold@skeeve.com>.
55915         [BZ #11892]
55916         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55917         on the stack.
55919         [BZ #11895]
55920         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55921         through underflows.
55923         [BZ #12766]
55924         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55925         point to strings before performing equality test for error_one_per_line
55926         mode.
55928         [BZ #11697]
55929         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55931         [BZ #11820]
55932         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55933         (struct user_fpregs_struct): Avoid __uint*_t types.
55935         [BZ #6420]
55936         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55937         symbol info.  Use it instead of calling _dl_addr locally.
55938         (lock_and_info): New function.
55939         (tr_freehook): Call lock_and_info and pass symbol info as additional
55940         parameter to tr_where.
55941         (tr_mallochook): Likewise.
55942         (tr_reallochook): Likewise.
55943         (tr_memalignhook): Likewise.
55945         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55946         used and couldn't be at all thread-safe.
55948 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55950         * libio/freopen.c (freopen): Don't close old file descriptor
55951         before the new one is opened.  Instead dup the new file descriptor
55952         to the old one after the new stream is created.
55953         * libio/freopen64.c (freopen64): Likewise.
55954         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55955         * libio/fileops.c (_IO_new_file_close_it): Handle new
55956         _IO_FLAGS2_NOCLOSE flag.
55957         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55958         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55959         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55960         _IO_FLAGS2_NOCLOSE flag.
55961         * include/unistd.h: Add hidden_proto for dup3.
55962         Define __have_dup3.
55963         * io/dup3.c: Define hidden symbol.
55964         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55966         [BZ #7101]
55967         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55968         when an incomplete long option is used.
55969         * posix/tst-getopt_long1.c: New file.
55970         * posix/Makefile (tests): Add tst-getopt_long1.
55972         [BZ #10138]
55973         * scripts/config.guess: Update from autoconf-2.68.
55974         * scripts/config.sub: Likewise.
55976         [BZ #10157]
55977         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55978         tests into ...
55979         (has_cpuclock): ...this.  New function.
55980         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55981         macro here based on has_cpuclock code.
55983         [BZ #10149]
55984         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55985         First byte (not low byte) is now always NUL.
55986         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55988         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55989         Use non-cancelable interfaces.
55991         [BZ #9809]
55992         * locale/iso-639.def: Add entry for Sorani.
55994         [BZ #11901]
55995         * include/stdlib.h: Move include protection to the right place.
55996         Define abort_msg_s.  Declare __abort_msg with it.
55997         * stdlib/abort.c (__abort_msg): Adjust type.
55998         * assert/assert.c (__assert_fail_base): New function.  Majority
55999         of code from __assert_fail.  Allocate memory for __abort_msg with
56000         mmap.
56001         (__assert_fail): Now call __assert_fail_base.
56002         * assert/assert-perr.c: Remove bulk of implementation.  Use
56003         __assert_fail_base.
56004         * include/assert.hL Declare __assert_fail_base.
56005         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56006         mmap.
56007         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56009 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56011         [BZ #11952]
56012         [BZ #12453]
56013         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56014         until all modules are registered in the DTV.
56015         * elf/Makefile: Add rules to build and run tst-tls19.
56016         * elf/tst-tls19.c: New file.
56017         * elf/tst-tls19mod1.c: New file.
56018         * elf/tst-tls19mod2.c: New file.
56019         * elf/tst-tls19mod3.c: New file.
56020         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56022         [BZ #12083]
56023         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56024         correctly.
56026         [BZ #12601]
56027         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56028         two-byte sequence errors.
56029         * iconvdata/Makefile (tests): Add bug-iconv8.
56030         * iconvdata/bug-iconv8.c: New file.
56032         [BZ #12626]
56033         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56034         buf2 definition.
56036         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56038         [BZ #12432]
56039         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56040         (dummy_getcfa): New function.
56041         (init): Get _Unwind_GetCFA address, use dummy if not found.
56042         (backtrace_helper): In recursion check, also check whether CFA changes.
56043         (__backtrace): Completely initialize arg.
56045         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56046         storing incomplete byte sequence in state object.  Avoid testing for
56047         guaranteed too small input if we know there is enough data available.
56049 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56051         * Makeconfig (+link-pie): Indent.
56052         * Rules (binaries-pie): Define if $(have-fpie) and
56053         $(build-shared).
56054         (binaries-shared): Also filter out $(binaries-pie).
56055         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56056         * nscd/Makefile (others-pie): Add nscd.
56057         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56058         ($(objpfx)nscd): Remove command override.
56059         * login/Makefile (others-pie): Add pt_chown.
56060         ($(objpfx)pt_chown): Remove command override.
56061         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56062         remove command overrides.
56064 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56066         * libio/tst_putwc.c: Fix error messages.
56068         [BZ #12724]
56069         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56070         currently writing and seek to current position when not.
56071         * libio/Makefile (tests): Add bug-fclose1.
56072         * libio/bug-fclose1.c: New file.
56074 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56076         [BZ #12511]
56077         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56078         don't set DF_1_NODELETE here.
56079         (do_lookup_x): When entering new entry test for copy relocation
56080         and if necessary set DF_1_NODELETE flag.
56081         * elf/tst-unique4.cc: New file.
56082         * elf/tst-unique4.h: New file.
56083         * elf/tst-unique4lib.cc: New file.
56084         * elf/Makefile: Add rules to build and run tst-unique4.
56085         Patch by Piotr Bury <pbury@goahead.com>.
56087 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56089         [BZ #12052]
56090         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56092         [BZ #12625]
56093         * misc/mntent_r.c (addmntent): Flush the stream after the output
56095         [BZ #12393]
56096         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56097         (is_trusted_path_normalize): Skip initial colon.  Append slash
56098         to empty buffer.  Duplicate is_trusted_path code but allow
56099         constructed patch to be prefix.
56100         (is_dst): Allow $ORIGIN followed by /.
56101         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56102         Correct testing of result of is_trusted_path_normalize
56103         (decompose_rpath): Fix warning.
56105 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56107         [BZ #11257]
56108         * grp/initgroups.c (internal_getgrouplist): When we found the service
56109         list through the initgroups entry in nsswitch.conf do not always
56110         continue on a successful lookup.  Don't always use the
56111         __nss_group_database value if it is set.
56112         * nss/nsswitch.conf (initgroups): Change action for successful db
56113         lookup to continue for compatibility.
56115 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56117         [BZ #11532]
56118         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56119         and CP774 modules.
56120         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56121         and CP774 modules.
56122         * iconvdata/tst-tables.sh: Likewise.
56123         * iconvdata/cp770.c: New file.
56124         * iconvdata/cp771.c: New file.
56125         * iconvdata/cp772.c: New file.
56126         * iconvdata/cp773.c: New file.
56127         * iconvdata/cp774.c: New file.
56128         * iconvdata/testdata/CP770: New file.
56129         * iconvdata/testdata/CP770..UTF8: New file.
56130         * iconvdata/testdata/CP771: New file.
56131         * iconvdata/testdata/CP771..UTF8: New file.
56132         * iconvdata/testdata/CP772: New file.
56133         * iconvdata/testdata/CP772..UTF8: New file.
56134         * iconvdata/testdata/CP773: New file.
56135         * iconvdata/testdata/CP773..UTF8: New file.
56136         * iconvdata/testdata/CP774: New file.
56137         * iconvdata/testdata/CP774..UTF8: New file.
56139         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56140         END CHARMAP line.
56141         * iconvdata/gen-8bit-gap.sh: Likewise.
56142         * iconvdata/gen-8bit.sh: Likewise.
56144         * locale/iso-639.def: Add ary entry.
56146         [BZ #11258]
56147         * locale/C-translit.h.in: Add U20A1 transliteration.
56149         [BZ #12178]
56150         * locale/iso-639.def: Add wae entry.
56151         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56153         [BZ #12545]
56154         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56155         for n.
56157         [BZ #12711]
56158         * locale/C-translit.h.in: Add entry for U20B9.
56159         Patch by pravin.d.s@gmail.com.
56161 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56163         [BZ #12713]
56164         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56165         ENAMETOOLONG use generic getcwd.
56166         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56167         in rtld.  Use *stat64.
56168         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56169         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56170         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56171         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56172         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56173         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56174         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56175         __fstatat64 macros.
56176         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56177         * dirent/rewinddir.c: Add libc_hidden_def.
56178         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56179         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56181         * include/dirent.h (__alloc_dir): Add flags parameter.
56182         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56183         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56184         __alloc_dir.
56185         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56186         from fdopendir if O_CLOEXEC is already set.
56188 2011-03-15  Alan Modra  <amodra@gmail.com>
56190         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56191         l_tls_firstbyte_offset non-zero.  Save padding offset in
56192         l_tls_firstbyte_offset for later use.
56193         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56194         freeing static tls block.
56196 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56198         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56199         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56200         being defined by the kernel headers.
56202 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56204         [BZ #12734]
56205         * resolv/resolv.h: Define RES_NOTLDQUERY.
56206         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56207         no-tld-query and set RES_NOTLDQUERY.
56208         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56209         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56210         modern BIND to search name as TLD unless forbidden.
56212 2011-05-07  Petr Baudis  <pasky@suse.cz>
56213             Ulrich Drepper  <drepper@gmail.com>
56215         [BZ #12393]
56216         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56217         (is_trusted_path): ...to here.
56218         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56219         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56220         using is_trusted_path_normalize() in setuid scripts.
56222 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56224         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56225         __BEGIN/__END_DECLS.
56227 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56229         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56230         NSS_STATUS_NOTFOUND if no record was found.
56232 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56234         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56235         (headers-not-in-tirpc): Remove rpc/netdb.h
56236         * resolv/netdb.h: Revert last change.
56238 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56240         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56241         circular dependency between libgcc.a and libc.a.
56243 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56245         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56246         * nis/Makefile: Don't install rpcsvc/*.
56247         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56248         instead of <rpc/types.h>.
56249         (MAXHOSTNAMELEN): Define.
56251 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56253         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56255 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56257         [BZ #12714]
56258         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56259         gethostbyname4_r when IPv6 results are possible.
56261 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56263         [BZ #12723]
56264         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56265         _PC_PIPE_BUF handling.
56267 2011-04-30  Bruno Haible  <bruno@clisp.org>
56269         [BZ #12717]
56270         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56271         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56272         to 'int'.
56273         * inet/getnameinfo.c (getnameinfo): Likewise.
56275 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56277         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56278         to groups setting in database lookup.
56279         * nss/nsswitch.conf: Add initgroups entry.
56281 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56283         [BZ #12685]
56284         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56285         mode string.
56286         Patch by Eric Blake <eblake@redhat.com>.
56288 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56290         * sunrpc/Makefile (need-export-routines): Add svc_run.
56291         (routines): Remove svc_run.
56292         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56293         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56294         * sunrpc/svc_run.c (svc_run): Likewise.
56295         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56297 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56299         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56300         problem in reallocation in last patch.
56302 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56304         * sunrpc/Makefile: Move inclusion of Rules.
56306 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56308         * nss/nss_files/files-initgroups.c: New file.
56309         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56310         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56311         _nss_files_initgroups_dyn.
56313 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56315         * elf/elf.h (R_ARM_IRELATIVE): Define.
56317 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56319         * po/ru.po: Update from translation team.
56321 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56323         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56324         dependencies.
56326 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56328         [BZ #12653]
56329         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56330         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56331         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56332         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56333         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56335 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56337         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56338         differing bytes.
56339         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56340         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56341         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56343 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56345         [BZ #12420]
56346         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56347         storing it.
56348         * stdlib/bug-getcontext.c: New file.
56349         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56351 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56353         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56354         instructions into .machine "z9-109".
56355         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56356         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56358 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56360         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56361         between environment variables and auxiliary vector.
56363 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56365         * Makefile: Add rules to build linkobj/libc.so.
56366         * include/libc-symbols.h: Define libc_hidden_nolink.
56367         * include/rpc/auth.h: Mark functions which are to be hidden.
56368         * include/rpc/auth_des.h: Likewise.
56369         * include/rpc/auth_unix.h: Likewise.
56370         * include/rpc/clnt.h: Likewise.
56371         * include/rpc/des_crypt.h: Likewise.
56372         * include/rpc/key_prot.h: Likewise.
56373         * include/rpc/pmap_clnt.h: Likewise.
56374         * include/rpc/pmap_prot.h: Likewise.
56375         * include/rpc/pmap_rmt.h: Likewise.
56376         * include/rpc/rpc_msg.h: Likewise.
56377         * include/rpc/svc.h: Likewise.
56378         * include/rpc/svc_auth.h: Likewise.
56379         * include/rpc/xdr.h: Likewise.
56380         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56381         * nss/Makefile: Likewise.
56382         * sunrpc/Makefile: Don't install headers.  Build library with normal
56383         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56384         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56385         for the compat linking library.  Remove use of INTDEF/INTUSE.
56386         * sunrpc/auth_none.c: Likewise.
56387         * sunrpc/auth_unix.c: Likewise.
56388         * sunrpc/authdes_prot.c: Likewise.
56389         * sunrpc/authuxprot.c: Likewise.
56390         * sunrpc/clnt_gen.c: Likewise.
56391         * sunrpc/clnt_perr.c: Likewise.
56392         * sunrpc/clnt_raw.c: Likewise.
56393         * sunrpc/clnt_simp.c: Likewise.
56394         * sunrpc/clnt_tcp.c: Likewise.
56395         * sunrpc/clnt_udp.c: Likewise.
56396         * sunrpc/clnt_unix.c: Likewise.
56397         * sunrpc/des_crypt.c: Likewise.
56398         * sunrpc/des_soft.c: Likewise.
56399         * sunrpc/get_myaddr.c: Likewise.
56400         * sunrpc/key_call.c: Likewise.
56401         * sunrpc/key_prot.c: Likewise.
56402         * sunrpc/netname.c: Likewise.
56403         * sunrpc/pm_getmaps.c: Likewise.
56404         * sunrpc/pm_getport.c: Likewise.
56405         * sunrpc/pmap_clnt.c: Likewise.
56406         * sunrpc/pmap_prot.c: Likewise.
56407         * sunrpc/pmap_prot2.c: Likewise.
56408         * sunrpc/pmap_rmt.c: Likewise.
56409         * sunrpc/publickey.c: Likewise.
56410         * sunrpc/rpc_cmsg.c: Likewise.
56411         * sunrpc/rpc_common.c: Likewise.
56412         * sunrpc/rpc_dtable.c: Likewise.
56413         * sunrpc/rpc_prot.c: Likewise.
56414         * sunrpc/rpc_thread.c: Likewise.
56415         * sunrpc/rtime.c: Likewise.
56416         * sunrpc/svc.c: Likewise.
56417         * sunrpc/svc_auth.c: Likewise.
56418         * sunrpc/svc_authux.c: Likewise.
56419         * sunrpc/svc_raw.c: Likewise.
56420         * sunrpc/svc_run.c: Likewise.
56421         * sunrpc/svc_simple.c: Likewise.
56422         * sunrpc/svc_tcp.c: Likewise.
56423         * sunrpc/svc_udp.c: Likewise.
56424         * sunrpc/svc_unix.c: Likewise.
56425         * sunrpc/svcauth_des.c: Likewise.
56426         * sunrpc/xcrypt.c: Likewise.
56427         * sunrpc/xdr.c: Likewise.
56428         * sunrpc/xdr_array.c: Likewise.
56429         * sunrpc/xdr_float.c: Likewise.
56430         * sunrpc/xdr_intXX_t.c: Likewise.
56431         * sunrpc/xdr_mem.c: Likewise.
56432         * sunrpc/xdr_rec.c: Likewise.
56433         * sunrpc/xdr_ref.c: Likewise.
56434         * sunrpc/xdr_sizeof.c: Likewise.
56435         * sunrpc/xdr_stdio.c: Likewise.
56437 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56439         [BZ #12650]
56440         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56441         * sysdeps/ia64/dl-tls.h: Likewise.
56442         * sysdeps/powerpc/dl-tls.h: Likewise.
56443         * sysdeps/s390/dl-tls.h: Likewise.
56444         * sysdeps/sh/dl-tls.h: Likewise.
56445         * sysdeps/sparc/dl-tls.h: Likewise.
56446         * sysdeps/x86_64/dl-tls.h: Likewise.
56447         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56449 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56451         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56452         rpath element also skip the following colon.
56453         (expand_dynamic_string_token): Add is_path parameter and pass
56454         down to DL_DST_REQUIRED and _dl_dst_substitute.
56455         (decompose_rpath): Call expand_dynamic_string_token with
56456         non-zero is_path.  Ignore empty rpaths.
56457         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56458         with zero is_path.
56460 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56463         Make cancelable.
56465 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56467         [BZ #12655]
56468         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56469         Patch by Filipe David Manana <fdmanana@apache.org>.
56471 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56473         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56474         Maintain aligned stack.
56475         (CHECK_RSP): Remove unused macro.
56477 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56479         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56480         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56482 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56484         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56486         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56488 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56490         [BZ #12518]
56491         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56492         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56493         * sysdeps/x86_64/memmove.c: New file.
56494         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56495         (memcpy): Renamed to ...
56496         (__new_memcpy): This.
56497         (memcpy): Provide GLIBC_2_14 memcpy.
56498         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56499         (memcpy): Provide GLIBC_2_2_5 memcpy.
56501 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56503         [BZ #12631]
56504         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56506 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56508         * misc/syncfs.c: New file.
56509         * misc/Makefile (routines): Add syncfs.
56510         * posix/unistd.h: Declare syncfs.
56511         * sysdeps/unix/syscalls.list: Add syncfs.
56513 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56515         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56516         open_by_handle_at.
56517         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56518         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56519         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56520         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56521         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56522         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56523         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56525 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56527         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56528         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56529         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56530         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56531         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56532         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56533         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56535         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56536         sync_file_range.c with -fexceptions.
56537         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56538         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56539         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56540         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56541         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56542         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56543         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56544         sync_file_range as cancellation point
56545         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56546         now a wrapper around __call_sync_file_range with cancellation handling.
56547         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56548         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56549         function name to __call_sync_file_range.
56550         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56551         Add call_sync_file_range.
56553 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56555         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56556         bits/timex.h.
56558 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56560         * iconv/iconv.h: Fix typo in comment.
56561         * io/fcntl.h: Likewise.
56562         * libio/stdio.h: Likewise.
56563         * posix/spawn.h: Likewise.
56564         * posix/unistd.h: Likewise.
56565         * stdlib/stdlib.h: Likewise.
56566         * time/time.h: Likewise.
56567         * wcsmbs/wchar.h: Likewise.
56569         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56570         open_by_handle): Add.
56571         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56572         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56573         Augment a few comments.
56574         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56575         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56576         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56577         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56578         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56579         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56580         open_by_handle.
56582         * io/fcntl.h (AT_EMPTY_PATH): Define.
56584 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56586         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56587         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56588         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56589         to...
56590         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56591         * Versions.def: Add GLIBC_2.14.
56592         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56593         Export.
56595 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56597         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56598         round counter.
56599         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56601 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56603         [BZ #12597]
56604         * string/test-strncmp.c (do_page_test): New function.
56605         (check2): Likewise.
56606         (test_main): Call check2.
56607         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56609 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56611         [BZ #12587]
56612         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56613         Handle cache information in CPU leaf 4.
56614         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56616 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56618         [BZ #12583]
56619         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56620         character representation.
56621         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56623 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56625         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56626         END(__isnan) to END(__isnanf) to match function entry point/label
56627         EALIGN(__isnanf,...).
56629 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56631         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56633 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56635         [BZ #12510]
56636         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56637         copy from the symbol referenced in the relocation to initialize the
56638         used variable.
56639         Patch by Piotr Bury <pbury@goahead.com>.
56640         * elf/Makefile: Add rules to build and tst-unique3.
56641         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56642         * elf/tst-unique3.cc: New file.
56643         * elf/tst-unique3.h: New file.
56644         * elf/tst-unique3lib.cc: New file.
56645         * elf/tst-unique3lib2.cc: New file.
56647         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56649 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56651         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56652         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56653         to _start.
56655 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56657         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56658         to-be-loaded object along a path to loader is ld.so.
56660 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56661             Ulrich Drepper  <drepper@gmail.com>
56663         * sysdeps/x86_64/memset.S: After aligning destination, code
56664         branches to different locations depending on the value of
56665         misalignment, when multiarch is enabled. Fix this.
56667 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56669         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56670         Set _x86_64_preferred_memory_instruction for AMD processsors.
56671         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56672         Set bit_Prefer_SSE_for_memop for AMD processors.
56674 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56676         * libio/fmemopen.c (fmemopen): Optimize a bit.
56678 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56680         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56682 2011-03-03  Roland McGrath  <roland@redhat.com>
56684         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56686 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56688         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56689         __bzero_ultra1 instead of __memset_ultra1.
56691 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56692             Ulrich Drepper  <drepper@gmail.com>
56694         [BZ #12509]
56695         * include/link.h (struct link_map): Add l_orig_initfini.
56696         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56697         returning unsuccessfully.
56698         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56699         close of a file loaded at startup, restore the original l_initfini
56700         list.
56701         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56702         list, store the pointer.
56703         * elf/Makefile ($(objpfx)noload-mem): New rule.
56704         (noload-ENV): Define.
56705         (tests): Add $(objpfx)noload-mem.
56706         * elf/noload.c: Include <memcheck.h>.
56707         (main): Call mtrace.  Close all opened handles.
56709 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56711         [BZ #12454]
56712         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56713         dependencies are missing.
56715 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56717         Fix __if_freereq crash: Unlike the generic version which uses free,
56718         Hurd needs munmap.
56719         * sysdeps/mach/hurd/ifreq.h: New file.
56721 2011-01-27  Petr Baudis  <pasky@suse.cz>
56722             Ulrich Drepper  <drepper@gmail.com>
56724         [BZ 12445]#
56725         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56726         to extend_alloca().
56727         * stdio-common/bug23.c: New file.
56728         * stdio-common/Makefile (tests): Add bug23.
56730 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56731             Ulrich Drepper  <drepper@gmail.com>
56733         [BZ #12489]
56734         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56735         before performing relro protection.  At old place add assertion
56736         to make sure nothing changed.
56738 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56739             Glauber de Oliveira Costa  <glommer@gmail.com>
56741         * elf/elf.h: Add new ARM TLS relocs.
56743 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56746         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56747         cast from r3.
56748         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56749         'tests' variable.
56750         * sysdeps/wordsize-64/tst-writev.c: New file.
56752 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56754         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56755         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56756         insns in _dl_start to prevent a TOC reference before relocs are
56757         resolved.
56759 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56761         [BZ #12469]
56762         * Makeconfig: Remove RANLIB definition.
56763         * Makerules: Don't use RANLIB.
56764         * aclocal.m4: Remove ranlib test.
56765         * configure.in: No need to check for ranlib.
56766         * elf/rtld-Rules: Don't use RANLIB.
56768 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56770         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56771         protection macro.
56772         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56773         inclusion protection macro.
56775         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56776         SIGRTMIN and SIGRTMAX and print information in that case only when
56777         SIGRTMIN is defined.
56779 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56781         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56782         arginfo fn returning -1.
56784         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56785         and thousands string is zero terminated.
56787 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56789         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56790         sysdeps/unix/sysv/linux/bits/socket.h.
56792 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56794         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56795         (__CPU_COUNT): Remove old macros.
56796         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56797         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56798         (__CPU_ALLOC, __CPU_FREE): Add macros.
56799         (__sched_cpualloc, __sched_cpufree): Add declarations.
56801 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56803         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56804         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56805         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56806         (readdhstai): Return value of addhstaiX call.
56807         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56808         (addgrbyX): Return value returned by cache_addgr.
56809         (readdgrbyname): Return value returned by addgrbyX.
56810         (readdgrbygid): Likewise.
56811         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56812         (addpwbyX): Return value returned by cache_addpw.
56813         (readdpwbyname): Return value returned by addhstbyX.
56814         (readdpwbyuid): Likewise.
56815         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56816         (addservbyX): Return value returned by cache_addserv.
56817         (readdservbyname): Return value returned by addservbyX:
56818         (readdservbyport): Likewise.
56819         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56820         (addhstbyX): Return value returned by cache_addhst.
56821         (readdhstbyname): Return value returned by addhstbyX.
56822         (readdhstbyaddr): Likewise.
56823         (readdhstbynamev6): Likewise.
56824         (readdhstbyaddrv6): Likewise.
56825         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56826         (readdinitgroups): Return value returned by addinitgroupsX.
56827         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56828         (prune_cache): Keep track of timeout value of re-added entries.
56829         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56830         * nscd/nscd.h: Adjust prototypes of readd* functions.
56832 2011-02-04  Roland McGrath  <roland@redhat.com>
56834         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56835         (nis_stats): Likewise.
56836         * nis/nis_modify.c (nis_modify): Likewise.
56837         * nis/nis_remove.c (nis_remove): Likewise.
56838         * nis/nis_add.c (nis_add): Likewise.
56840         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56842         * posix/fnmatch_loop.c: Add some consts.
56844         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56846 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56848         [BZ #12460]
56849         * config.make.in (config-cflags-novzeroupper): Define.
56850         * configure.in: Substitute libc_cv_cc_novzeroupper.
56851         * elf/Makefile (AVX-CFLAGS): Define.
56852         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56853         (CFLAGS-tst-auditmod4a.c): Likewise.
56854         (CFLAGS-tst-auditmod4b.c): Likewise.
56855         (CFLAGS-tst-auditmod6b.c): Likewise.
56856         (CFLAGS-tst-auditmod6c.c): Likewise.
56857         (CFLAGS-tst-auditmod7b.c): Likewise.
56858         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56860 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56862         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56863         function to the callback.
56864         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56866 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56868         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56869         of errno.
56871 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56873         [BZ #11724]
56874         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56875         of constructors.
56876         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56877         of destructors.
56878         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56880         [BZ #11724]
56881         * elf/Makefile: Add rules to build and run new test.
56882         * elf/tst-initorder.c: New file.
56883         * elf/tst-initorder.exp: New file.
56884         * elf/tst-initordera1.c: New file.
56885         * elf/tst-initordera2.c: New file.
56886         * elf/tst-initordera3.c: New file.
56887         * elf/tst-initordera4.c: New file.
56888         * elf/tst-initorderb1.c: New file.
56889         * elf/tst-initorderb2.c: New file.
56890         * elf/tst-order-a1.c: New file.
56891         * elf/tst-order-a2.c: New file.
56892         * elf/tst-order-a3.c: New file.
56893         * elf/tst-order-a4.c: New file.
56894         * elf/tst-order-b1.c: New file.
56895         * elf/tst-order-b2.c: New file.
56896         * elf/tst-order-main.c: New file.
56897         New test case by George Gensure <werkt0@gmail.com>.
56899 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56901         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56902         decoding ACE if AI_CANONIDN.
56904 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56906         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56908 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56910         * version.h (RELEASE): Bump for 2.13 release.
56911         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56913         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56915         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56916         MADV_NOHUGEPAGE.
56917         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56918         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56919         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56920         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56921         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56922         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56924         * posix/getconf.c: Update copyright year.
56925         * catgets/gencat.c: Likewise.
56926         * csu/version.c: Likewise.
56927         * debug/catchsegv.sh: Likewise.
56928         * debug/xtrace.sh: Likewise.
56929         * elf/ldconfig.c: Likewise.
56930         * elf/ldd.bash.in: Likewise.
56931         * elf/sprof.c (print_version): Likewise.
56932         * iconv/iconv_prog.c: Likewise.
56933         * iconv/iconvconfig.c: Likewise.
56934         * locale/programs/locale.c: Likewise.
56935         * locale/programs/localedef.c: Likewise.
56936         * malloc/memusage.sh: Likewise.
56937         * malloc/mtrace.pl: Likewise.
56938         * nscd/nscd.c (print_version): Likewise.
56939         * nss/getent.c: Likewise.
56941         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56942         PF_CAIF, and PF_ALG.
56943         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56945 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56947         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56948         (modules-names): Use them.
56949         (ifunc-test-modules, ifunc-pie-tests): Define.
56950         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56951         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56952         (test-extras): Likewise.
56953         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56954         $(compile-command.c).
56955         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56956         (all-built-dso): Define.
56957         (check-textrel.out, check-execstack.out): Depend on it.
56959         * configure.in: Don't override --enable-multi-arch.
56961 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56963         [BZ #6812]
56964         * nscd/hstcache.c (tryagain): Define.
56965         (cache_addhst): Return tryagain not notfound for temporary errors.
56966         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56967         failed.
56969 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56971         [BZ #10563]
56972         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56973         to make the syscall.
56974         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56976         [BZ #12378]
56977         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56978         and fall back to matching as normal character if the string ends before
56979         the matching ']' is found.  This is what POSIX requires.
56980         * posix/testfnm.c: Adjust test result.
56981         * posix/globtest.sh: Adjust test result.  Add new test.
56982         * posix/tst-fnmatch.input: Likewise.
56983         * posix/tst-fnmatch2.c: Add new test.
56985 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56987         * elf/Makefile (check-execstack): Revert last change.  Depend on
56988         check-execstack.h.
56989         (check-execstack.h): New target.
56990         (generated): Add check-execstack.h.
56991         * elf/check-execstack.c: Include "check-execstack.h".
56992         (main): Revert last change.
56993         (handle_file): Return zero if GNU_STACK is absent and
56994         DEFAULT_STACK_PERMS doesn't include PF_X.
56996 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56998         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56999         in child fails because the descriptor is already closed.
57000         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57001         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57002         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57004         [BZ #12397]
57005         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57006         syscall.
57008         [BZ #10484]
57009         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57010         temporary buffer used to handle multi lookups locally.
57011         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57013 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57015         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57016         loader is ld.so.
57018 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57020         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57021         alignment for SSE2.
57023 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57025         [BZ #12394]
57026         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57027         characters.  When rounding increased number of integer digits recompute
57028         number of groups.
57029         * stdio-common/tst-grouping.c: New file.
57030         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57032 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57034         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57035         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57037         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57038         void.
57039         * bits/select.h: Likewise.
57041 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57043         * po/ja.po: Update from translation team.
57045 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57047         [BZ #11155]
57048         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57049         implementation just like for lxstat, fxstatat, et al.
57051 2010-12-27  Jim Meyering  <meyering@redhat.com>
57053         [BZ #12348]
57054         * posix/regexec.c (build_trtable): Return failure indication upon
57055         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57057 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57059         [BZ #12201]
57060         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57061         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57062         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57063         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57065         [BZ #12207]
57066         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57068         [BZ #12204]
57069         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57070         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57072 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57074         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57075         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57076         script has SORT_BY_INIT_PRIORITY.
57077         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57078         NO_CTORS_DTORS_SECTIONS is defined.
57079         * elf/soinit.c: Likewise.
57080         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57081         NO_CTORS_DTORS_SECTIONS is defined.
57082         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57083         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57084         * sysdeps/sh/init-first.c: Likewise.
57085         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57087 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57089         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57090         always use the slow path.
57092 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57094         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57095         similar rule which adds the sysdep directories to the header search in
57096         order to pick up the correct platform stackinfo.h.
57097         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57098         perform test if it is, otherwise return successfully without testing.
57099         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57100         DEFAULT_STACK_PERMS define in stackinfo.h.
57101         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57102         defined in stackinfo.h.
57103         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57104         DEFAULT_STACK_PERMS defined in stackinfo.h.
57105         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57106         * sysdeps/ia64/stackinfo.h: Likewise.
57107         * sysdeps/s390/stackinfo.h: Likewise.
57108         * sysdeps/sh/stackinfo.h: Likewise.
57109         * sysdeps/sparc/stackinfo.h: Likewise.
57110         * sysdeps/x86_64/stackinfo.h: Likewise.
57111         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57112         PF_X for powerpc64.  Retain PF_X for powerpc32.
57114 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57116         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57117         accurately.
57118         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57119         GETDENTS_64BIT_ALIGNED.
57121 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57123         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57125 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57127         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57128         _GNU_SOURCE.
57130         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57131         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57132         Remove __restrict.
57133         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57134         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57136 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57138         [BZ #11655]
57139         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57140         are initialized.
57142 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57144         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57146 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57148         * po/it.po: Update from translation team.
57150 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57152         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57153         unused codes.
57155 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57157         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57159 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57161         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57162         specially.
57163         (gaih_getanswer_slice): Likewise.
57165 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57167         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57169 2010-05-31  Petr Baudis  <pasky@suse.cz>
57171         [BZ #11149]
57172         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57173         silently even in the chroot mode.
57175 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57177         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57178         last patch a bit.  Pretty printing
57180 2010-05-31  Petr Baudis <pasky@suse.cz>
57182         [BZ #10085]
57183         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57184         initialization of skip_initgroups_dyn.
57186 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57188         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57189         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57191 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57193         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57195 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57197         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57198         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57199         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57200         ($(objpfx)tst-fnmatch-mem): New rule.
57201         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57202         * posix/tst-fnmatch.c (main): Call mtrace.
57204 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57206         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57207         Support Intel processor model 6 and model 0x2c.
57209 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57211         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57212           signed comparison.
57214 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57216         [BZ #12205]
57217         * string/test-strncasecmp.c (check_result): New function.
57218         (do_one_test): Use it.
57219         (check1): New function.
57220         (test_main): Use it.
57221         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57222         Support strcasecmp and strncasecmp.
57224 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57226         [BZ #12194]
57227         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57228         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57230 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57232         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57233         IFUNC support.
57234         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57235         memset-x86-64.
57236         * sysdeps/x86_64/multiarch/bzero.S: New file.
57237         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57238         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57239         * sysdeps/x86_64/multiarch/memset.S: New file.
57240         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57241         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57242         Set bit_Prefer_SSE_for_memop for Intel processors.
57243         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57244         Define.
57245         (index_Prefer_SSE_for_memop): Define.
57246         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57248 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57250         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57251         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57253 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57255         [BZ #12191]
57256         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57257         (__x86_64_raw_data_cache_size_half): Likewise.
57258         (__x86_64_raw_shared_cache_size): Likewise.
57259         (__x86_64_raw_shared_cache_size_half): Likewise.
57261         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57262         (__x86_64_raw_data_cache_size_half): Likewise.
57263         (__x86_64_raw_shared_cache_size): Likewise.
57264         (__x86_64_raw_shared_cache_size_half): Likewise.
57265         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57266         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57267         and __x86_64_raw_shared_cache_size_half.  Round
57268         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57269         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57270         to multiple of 256 bytes.
57272 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57274         [BZ #12167]
57275         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57276         of inacessible symlinks.  Verify result of symlink before returning it.
57277         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57278         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57280 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57282         * math/math.h (isinf): Fix typo in comment.
57284 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57286         * po/da.po: Update from translation team.
57288 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57290         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57291         is added to the list.
57293 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57294             Ulrich Drepper  <drepper@gmail.com>
57296         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57297         the global list here.  Move code to...
57298         (_dl_add_to_namespace_list): ...here.  New function.
57299         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57300         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57301         * elf/dl-load.c (lose): Don't remove the element from the list.
57302         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57303         (_dl_map_object): Likewise.
57305 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57307         [BZ #12159]
57308         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57309         into all bytes of SSE register.
57310         Patch by Richard Li <richardpku@gmail.com>.
57312 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57314         [BZ #12140]
57315         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57316         perturbing.
57318 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57320         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57321         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57322         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57323         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57325         submachine.
57326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57328 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57330         * include/dlfcn.h (__RTLD_SECURE): Define.
57331         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57332         mode & __RTLD_SECURE instead.
57333         (open_path): Rename preloaded parameter to secure.
57334         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57335         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57336         * elf/dl-deps.c (openaux): Likewise.
57337         * elf/rtld.c (struct map_args): Remove is_preloaded.
57338         (map_doit): Don't use it.
57339         (dl_main): Likewise.
57340         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57341         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57343 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57345         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57346         (sysd-rules-targets): Remove duplicates.
57347         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57348         rtld-%.$o dependency.
57350 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57352         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57353         _dl_map_object do it.
57355 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57357         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57358         fast fma builtins, define the macros in the C99 standard.
57359         (FP_FAST_FMAF): Likewise.
57360         (FP_FAST_FMAL): Likewise.
57361         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57363         * bits/mathdef.h: Update copyright year.
57364         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57366 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57368         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57369         builtins, define the macros in the C99 standard.
57370         (FP_FAST_FMAF): Likewise.
57371         (FP_FAST_FMAL): Likewise.
57372         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57373         multiply/add.
57374         (FP_FAST_FMAF): Likewise.
57376 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57378         [BZ #3268]
57379         * math/libm-test.inc (fma_test): Some new testcases.
57380         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57381         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57382         y and infinite z.  Do multiplication by C already in long double.
57383         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57384         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57385         y and infinite z.  Do bitwise or of inexact bit into u.d.
57386         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57387         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57388         * sysdeps/i386/fpu/s_fma.S: Removed.
57389         * sysdeps/i386/fpu/s_fmal.S: Removed.
57391 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57393         [BZ #3268]
57394         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57395         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57396         computation is not scheduled after fetestexcept.  Fix value
57397         of minimum denormal long double.
57399 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57401         [BZ #3268]
57402         * math/libm-test.inc (fma_test): Add some more tests.
57403         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57404         correctly.
57406 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57408         * scripts/data/localplt-s390-linux-gnu.data: New file.
57409         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57411 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57413         [BZ #3268]
57414         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57415         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57416         instead of dbl-64.
57417         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57418         inlines.
57419         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57420         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57421         if one of x and y is very large and the other is subnormal.
57422         * sysdeps/s390/fpu/s_fmaf.c: New file.
57423         * sysdeps/s390/fpu/s_fma.c: New file.
57424         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57425         * sysdeps/powerpc/fpu/s_fma.S: New file.
57426         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57427         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57428         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57430 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57432         [BZ #3268]
57433         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57434         fma tests.
57435         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57436         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57437         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57438         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57439         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57440         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57441         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57443 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57445         [BZ #12078]
57446         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57447         * posix/bug-regex31.input: Add test case.
57449 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57451         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57452         * posix/bug-regex31.input: New file.
57454         [BZ #12078]
57455         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57456         (parse_sub_exp): Fix last change, use postorder.
57458         * posix/bug-regex31.c: New file.
57459         * posix/Makefile: Add rules to build and run bug-regex31.
57461         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57463         [BZ #12078]
57464         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57466         [BZ #12108]
57467         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57468         to have entries in sys_siglist.
57470         [BZ #12093]
57471         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57472         be NULL.
57474 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57476         [BZ #3268]
57477         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57478         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57479         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57480         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57481         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57482         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57483         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57484         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57485         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57486         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57487         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57488         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57489         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57490         * math/ftestexcept.c (fetestexcept): Likewise.
57491         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57492         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57493         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57494         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57495         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57496         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57497         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57499 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57501         [BZ #12107]
57502         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57503         newline.
57505 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57507         * string/bug-strstr1.c: New file.
57508         * string/Makefile: Add rules to build and run bug-strstr1.
57510 2010-10-05  Eric Blake  <eblake@redhat.com>
57512         [BZ #12092]
57513         * string/str-two-way.h (two_way_long_needle): Always clear memory
57514         when skipping input due to the shift table.
57516 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57518         [BZ #12005]
57519         * malloc/mcheck.c: Handle large requests.
57521         [BZ #12077]
57522         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57523         for strncmp and strncasecmp.
57524         * string/stratcliff.c: Add tests for strcmp and strncmp.
57525         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57527 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57529         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57530         __set_fpscr.
57532 2010-09-30  Andreas Jaeger  <aj@suse.de>
57534         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57535         (CGROUP_SUPER_MAGIC): Define.
57536         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57537         Handle btrfs and cgroup file systems.
57538         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57539         Likewise.
57541 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57543         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57544         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57546 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57548         [BZ #12067]
57549         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57550         trying to locate the ELF header.
57552 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57554         [BZ #11611]
57555         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57556         Mask out sign-bit copies when constructing f_fsid.
57558 2010-09-24  Petr Baudis <pasky@suse.cz>
57560         * debug/stack_chk_fail_local.c: Add missing licence exception.
57561         * debug/warning-nop.c: Likewise.
57563 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57565         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57566         implementing getdents64 using getdents syscall, set d_type if
57567         __ASSUME_GETDENTS32_D_TYPE.
57569 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57571         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57572         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57574 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57576         [BZ #12037]
57577         * posix/unistd.h: Undo change of feature selection for ftruncate from
57578         2010-01-11.
57580 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57582         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57583         detection.
57585 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57587         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57588         fanotify_mark.
57589         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57591 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57593         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57594         variables after CHECK_SP call.
57595         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57597 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57598             Ulrich Drepper  <drepper@redhat.com>
57600         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57601         re-relocationg ld.so.
57602         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57603         _dl_init_paths call.
57604         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57605         here anymore.
57607 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57609         * resolv/res_init.c (__res_vinit): Count the default server we added.
57611 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57612             Ulrich Drepper  <drepper@redhat.com>
57614         [BZ #11968]
57615         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57616         (____longjmp_chk): Use %ebx for saving value across system call.
57617         Add unwind info.
57619 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57621         * manual/Makefile: Don't mix pattern rules with normal rules.
57623 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57625         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57626         operation.
57627         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57628         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57629         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57630         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57631         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57632         Likewise.
57634 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57636         [BZ #11979]
57637         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57638         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57640 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57642         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57643         * sysdeps/x86_64/addmul_1.S: Likewise.
57644         * sysdeps/x86_64/lshift.S: Likewise.
57645         * sysdeps/x86_64/mul_1.S: Likewise.
57646         * sysdeps/x86_64/rshift.S: Likewise.
57647         * sysdeps/x86_64/sub_n.S: Likewise.
57648         * sysdeps/x86_64/submul_1.S: Likewise.
57650 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57652         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57653         Define __sched_param instead of SCHED_* and sched_param when
57654         <bits/sched.h> is included with __need_schedparam defined.
57655         * bits/sched.h [__need_schedparam]
57656         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57657         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57658         (__defined_schedparam): Define to 1.
57659         (__sched_param): New structure, identical to sched_param.
57660         (__need_schedparam): Undefine.
57662 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57664         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57665         (epoll_create1): Declare.
57667         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57669 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57671         [BZ #7066]
57672         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57673         shifting retval into place.
57675 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57677         * nis/rpcsvc/nis.h: Update copyright notice.
57678         * nis/rpcsvc/nis.x: Likewise.
57679         * nis/rpcsvc/nis_callback.h: Likewise.
57680         * nis/rpcsvc/nis_callback.x: Likewise.
57681         * nis/rpcsvc/nis_object.x: Likewise.
57682         * nis/rpcsvc/nis_tags.h: Likewise.
57683         * nis/rpcsvc/yp.h: Likewise.
57684         * nis/rpcsvc/yp.x: Likewise.
57685         * nis/rpcsvc/ypupd.h: Likewise.
57686         * nis/yp_xdr.c: Likewise.
57687         * nis/ypupdate_xdr.c: Likewise.
57689         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57690         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57691         (pmap_getport): Use __libc_rpc_getport.
57692         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57693         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57694         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57696 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57699         fanotify_mark.
57701 2010-08-27  Roland McGrath  <roland@redhat.com>
57703         * sysdeps/i386/i686/multiarch/Makefile
57704         (CFLAGS-varshift.c): New variable.
57706 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57708         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57709         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57711         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57713         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57715 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57717         * sysdeps/x86_64/strlen.S: Unroll the loop.
57718         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57719         strlen-sse2 strlen-sse2-bsf.
57720         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57721         __strlen_no_bsf if bit_Slow_BSF is set.
57722         (__strlen_sse42): Removed.
57723         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57724         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57726 2010-08-25  Roland McGrath  <roland@redhat.com>
57728         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57729         * sysdeps/x86_64/multiarch/varshift.c: New file.
57730         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57731         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57732         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57733         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57735 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57737         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57738         strlen-sse2 strlen-sse2-bsf.
57739         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57740         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57741         (__strlen_sse2): Removed.
57742         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57743         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57744         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57745         bit_Slow_BSF for Atom.
57746         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57747         (index_Slow_BSF): Define.
57748         (HAS_SLOW_BSF): Define.
57750 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57752         [BZ #10851]
57753         * resolv/res_init.c (__res_vinit): When no server address at all
57754         is given default to loopback.
57756 2010-08-24  Roland McGrath  <roland@redhat.com>
57758         * configure.in: Remove config-name.h generation.
57759         * configure: Regenerated.
57760         * config-name.in: File removed.
57761         * scripts/config-uname.sh: New file.
57762         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57763         ($(objdir)config-name.h): New target.
57765         * sunrpc/rpc_parse.h: Avoid nested comment.
57767 2010-08-24  Richard Henderson  <rth@redhat.com>
57768             Ulrich Drepper  <drepper@redhat.com>
57769             H.J. Lu  <hongjiu.lu@intel.com>
57771         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57772         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57773         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57774         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57775         _mm_alignr_epi8 with _mm_loadu_si128.
57776         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57777         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57778         (__m128i_shift_right): Removed.
57779         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57780         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57781         * sysdeps/x86_64/multiarch/varshift.h: New file.
57782         * sysdeps/x86_64/multiarch/varshift.S: New file.
57784 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57786         * configure.in: Move assembler checks to before sysdep dir checking.
57788 2010-08-20  Petr Baudis  <pasky@suse.cz>
57790         * LICENSES: Sync the sunrpc license.
57792 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57794         * sunrpc/auth_des.c: Update copyright notice once again.
57795         * sunrpc/auth_none.c: Likewise.
57796         * sunrpc/auth_unix.c: Likewise.
57797         * sunrpc/authdes_prot.c: Likewise.
57798         * sunrpc/authuxprot.c: Likewise.
57799         * sunrpc/bindrsvprt.c: Likewise.
57800         * sunrpc/clnt_gen.c: Likewise.
57801         * sunrpc/clnt_perr.c: Likewise.
57802         * sunrpc/clnt_raw.c: Likewise.
57803         * sunrpc/clnt_simp.c: Likewise.
57804         * sunrpc/clnt_tcp.c: Likewise.
57805         * sunrpc/clnt_udp.c: Likewise.
57806         * sunrpc/clnt_unix.c: Likewise.
57807         * sunrpc/des_crypt.c: Likewise.
57808         * sunrpc/des_soft.c: Likewise.
57809         * sunrpc/get_myaddr.c: Likewise.
57810         * sunrpc/getrpcport.c: Likewise.
57811         * sunrpc/key_call.c: Likewise.
57812         * sunrpc/key_prot.c: Likewise.
57813         * sunrpc/openchild.c: Likewise.
57814         * sunrpc/pm_getmaps.c: Likewise.
57815         * sunrpc/pm_getport.c: Likewise.
57816         * sunrpc/pmap_clnt.c: Likewise.
57817         * sunrpc/pmap_prot.c: Likewise.
57818         * sunrpc/pmap_prot2.c: Likewise.
57819         * sunrpc/pmap_rmt.c: Likewise.
57820         * sunrpc/rpc/auth.h: Likewise.
57821         * sunrpc/rpc/auth_unix.h: Likewise.
57822         * sunrpc/rpc/clnt.h: Likewise.
57823         * sunrpc/rpc/des_crypt.h: Likewise.
57824         * sunrpc/rpc/key_prot.h: Likewise.
57825         * sunrpc/rpc/netdb.h: Likewise.
57826         * sunrpc/rpc/pmap_clnt.h: Likewise.
57827         * sunrpc/rpc/pmap_prot.h: Likewise.
57828         * sunrpc/rpc/pmap_rmt.h: Likewise.
57829         * sunrpc/rpc/rpc.h: Likewise.
57830         * sunrpc/rpc/rpc_des.h: Likewise.
57831         * sunrpc/rpc/rpc_msg.h: Likewise.
57832         * sunrpc/rpc/svc.h: Likewise.
57833         * sunrpc/rpc/svc_auth.h: Likewise.
57834         * sunrpc/rpc/types.h: Likewise.
57835         * sunrpc/rpc/xdr.h: Likewise.
57836         * sunrpc/rpc_clntout.c: Likewise.
57837         * sunrpc/rpc_cmsg.c: Likewise.
57838         * sunrpc/rpc_common.c: Likewise.
57839         * sunrpc/rpc_cout.c: Likewise.
57840         * sunrpc/rpc_dtable.c: Likewise.
57841         * sunrpc/rpc_hout.c: Likewise.
57842         * sunrpc/rpc_main.c: Likewise.
57843         * sunrpc/rpc_parse.c: Likewise.
57844         * sunrpc/rpc_parse.h: Likewise.
57845         * sunrpc/rpc_prot.c: Likewise.
57846         * sunrpc/rpc_sample.c: Likewise.
57847         * sunrpc/rpc_scan.c: Likewise.
57848         * sunrpc/rpc_scan.h: Likewise.
57849         * sunrpc/rpc_svcout.c: Likewise.
57850         * sunrpc/rpc_tblout.c: Likewise.
57851         * sunrpc/rpc_util.c: Likewise.
57852         * sunrpc/rpc_util.h: Likewise.
57853         * sunrpc/rpcinfo.c: Likewise.
57854         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57855         * sunrpc/rpcsvc/key_prot.x: Likewise.
57856         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57857         * sunrpc/rpcsvc/mount.x: Likewise.
57858         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57859         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57860         * sunrpc/rpcsvc/rex.x: Likewise.
57861         * sunrpc/rpcsvc/rstat.x: Likewise.
57862         * sunrpc/rpcsvc/rusers.x: Likewise.
57863         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57864         * sunrpc/rpcsvc/spray.x: Likewise.
57865         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57866         * sunrpc/rtime.c: Likewise.
57867         * sunrpc/svc.c: Likewise.
57868         * sunrpc/svc_auth.c: Likewise.
57869         * sunrpc/svc_authux.c: Likewise.
57870         * sunrpc/svc_raw.c: Likewise.
57871         * sunrpc/svc_run.c: Likewise.
57872         * sunrpc/svc_simple.c: Likewise.
57873         * sunrpc/svc_tcp.c: Likewise.
57874         * sunrpc/svc_udp.c: Likewise.
57875         * sunrpc/svc_unix.c: Likewise.
57876         * sunrpc/svcauth_des.c: Likewise.
57877         * sunrpc/xcrypt.c: Likewise.
57878         * sunrpc/xdr.c: Likewise.
57879         * sunrpc/xdr_array.c: Likewise.
57880         * sunrpc/xdr_float.c: Likewise.
57881         * sunrpc/xdr_mem.c: Likewise.
57882         * sunrpc/xdr_rec.c: Likewise.
57883         * sunrpc/xdr_ref.c: Likewise.
57884         * sunrpc/xdr_sizeof.c: Likewise.
57885         * sunrpc/xdr_stdio.c: Likewise.
57887         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57888         handling.
57890 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57892         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57894 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57896         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57897         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57898         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57899         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57900         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57901         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57902         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57903         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57904         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57905         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57906         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57907         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57908         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57909         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57911 2010-07-26  Anton Blanchard  <anton@samba.org>
57913         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57914         * malloc/arena.c (heap_trim): Likewise.
57916 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57918         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57919         here.  Not...
57920         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57921         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57923 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57925         * sysdeps/i386/elf/Makefile: New file.
57927 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57929         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57930         from fanotify_init.
57931         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57932         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57934 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57936         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57937         of strncasecmp_l.
57938         * sysdeps/multiarch/strcmp.S: Likewise.
57940 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57942         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57943         strncase_l-nonascii.
57944         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57945         Add strncase_l-ssse3.
57946         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57947         * sysdeps/x86_64/strcmp.S: Likewise.
57948         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57949         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57950         * sysdeps/x86_64/strncase.S: New file.
57951         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57952         * sysdeps/x86_64/strncase_l.S: New file.
57953         * string/Makefile (strop-tests): Add strncasecmp.
57954         * string/test-strncasecmp.c: New file.
57956         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57957         warning.
57959         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57960         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57962 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57964         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57966 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57968         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57969         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57970         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57972 2010-05-01  Alan Modra  <amodra@gmail.com>
57974         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57975         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57976         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57977         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57978         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57979         tidying.  Don't tail-call __sigjmp_save for static lib.
57980         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57981         save location.
57982         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57983         (CALL_MCOUNT): Add eh info, and nop after bl.
57984         (TAIL_CALL_SYSCALL_ERROR): New macro.
57985         (PSEUDO_RET): Use it.
57986         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57987         Correct save location of integer regs and cr.
57988         (_dl_profile_resolve): Correct cr save location.  Delete nops
57989         after bl when SHARED.  Reduce cfi size a little by better
57990         placement of cfi directives.
57991         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57992         make a stack frame.  Instead use parm save area as a temp.
57993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57994         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57996         Don't make a stack frame for parent, use parm save area.
57997         Increase child stack frame to 112 bytes.  Don't save unused reg,
57998         and adjust reg usage.  Set up cfi on error recovery and
57999         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58001         (__makecontext): Add dummy nop after jump to exit.
58002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58003         Use correct parm save area and cr save, reduce stack frame.
58004         Correct cfi for possible PSEUDO_RET frame setup.
58005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58006         Branch to local label emitted by PSEUDO_RET rather than
58007         __syscall_error.
58009 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58011         [BZ #11904]
58012         * locale/programs/locale.c (print_assignment): New function.
58013         (show_locale_vars): Use it.
58015 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58017         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58018         field.
58019         (struct statfs64): Likewise.
58020         (_STATFS_F_FLAGS): Define.
58021         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58022         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58023         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58024         (ST_VALID): Define locally.
58025         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58026         __statvfs_getflags, use the provided value.
58027         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58028         __ASSUME_STATFS_F_FLAGS.
58030         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58032         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58033         Add sys/fanotify.h.
58034         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58035         fanotify_mask for GLIBC_2.13.
58036         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58037         fanotify_init and fanotify_mark.
58038         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58039         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58041         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58042         Add prlimit.
58043         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58044         prlimit64 for GLIBC_2.13.
58045         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58046         prlimit64.
58047         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58048         syscall.
58049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58050         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58051         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58052         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58053         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58054         add prlimit alias.
58055         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58057         [BZ #11903]
58058         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58059         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58061         * nss/Makefile: Add rules to build and run tst-nss-test1.
58062         * shlib-versions: Add entry for libnss_test1.
58063         * nss/nss_test1.c: New file.
58064         * nss/tst-nss-test1.c: New file.
58066         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58067         (__nss_configure_lookup): Set appropriate entry in
58068         __nss_configure_lookup to true.
58069         * nss/nsswitch.h: Define enum with indeces of databases in
58070         databases and __nss_database_custom arrays.  Declare
58071         __nss_database_custom.
58072         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58073         to avoid using nscd when custom rules are installed.
58074         * nss/getXXbyYY_r.c: Likewise.
58075         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58077         * nss/nss_files/files-parse.c: Whitespace fixes.
58079 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58081         [BZ #11883]
58082         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58083         * posix/fnmatch_loop.c: Likewise.
58085 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58087         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58088         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58089         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58090         * Versions.def [GLIBC_2.13]: Add.
58092 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58094         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58095         Also fail if tpwd after pwuid call is NULL.
58097 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58099         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58100         when converting to ms.
58102 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58104         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58105         EOPNOTSUPP errors with ENOTTY.
58106         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58107         EOPNOTSUPP errors with ENOTTY.
58109 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58111         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58112         Add strcasecmp_l-ssse3.
58113         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58114         strcasecmp.
58115         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58116         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58117         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58119 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58121         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58123         * string/Makefile (strop-tests): Add strcasecmp.
58124         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58125         strcasecmp_l-nonascii.
58126         (gen-as-const-headers): Add locale-defines.sym.
58127         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58128         * sysdeps/x86_64/strcasecmp.S: New file.
58129         * sysdeps/x86_64/strcasecmp_l.S: New file.
58130         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58131         * sysdeps/x86_64/locale-defines.sym: New file.
58132         * string/test-strcasecmp.c: New file.
58134         * string/test-strcasestr.c: Test both ends of the range of characters.
58135         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58137 2010-07-29  Roland McGrath  <roland@redhat.com>
58139         [BZ #11856]
58140         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58142 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58144         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58145         for ld.so.
58147 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58149         * manual/memory.texi (Malloc Tunable Parameters): Document
58150         M_PERTURB.
58152 2010-07-26  Roland McGrath  <roland@redhat.com>
58154         [BZ #11840]
58155         * configure.in (-fgnu89-inline check): Set and substitute
58156         gnu89_inline, not libc_cv_gnu89_inline.
58157         * configure: Regenerated.
58158         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58160 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58162         * string/test-strnlen.c: New file.
58163         * string/Makefile (strop-tests): Add strnlen.
58164         * string/tester.c (test_strnlen): Add a few more test cases.
58165         * string/tst-strlen.c: Better error reporting.
58167         * sysdeps/x86_64/strnlen.S: New file.
58169 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58171         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58172         lower-latency instructions.
58174 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58176         * string/test-strcasestr.c: New file.
58177         * string/test-strstr.c: New file.
58178         * string/Makefile (strop-tests): Add strstr and strcasestr.
58179         * string/str-two-way.h: Don't undefine MAX.
58180         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58182 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58184         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58185         strcasestr-nonascii.
58186         (CFLAGS-strcasestr-nonascii.c): Define.
58187         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58188         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58189         Remove unused attribute.
58191 2010-07-20  Roland McGrath  <roland@redhat.com>
58193         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58194         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58195         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58196         like LD_HWCAP_MASK can disable hwcaps.
58198 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58200         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58202 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58204         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58205         call in strcasestr.
58206         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58207         __strcasestr_sse42_nonascii.
58208         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58209         strcasestr-nonascii.c.
58210         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58212 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58214         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58215         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58216         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58217         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58219 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58221         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58222         fcntl.
58224 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58226         [BZ #11577]
58227         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58228         dl_signal_cerror.
58230 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58232         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58233         _PC_PIPE_BUF using F_GETPIPE_SZ.
58235 2010-07-05  Roland McGrath  <roland@redhat.com>
58237         * manual/arith.texi (Rounding Functions): Fix rint description
58238         implicit in round description.
58240 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58242         * elf/Makefile: Fix linking for a few tests to make recent linker
58243         happy.
58245 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58247         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58248         $(common-objpfx)libc_nonshared.a.
58250 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58252         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58253         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58254         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58255         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58256         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58257         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58258         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58259         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58274         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58275         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58276         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58277         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58278         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58279         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58280         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58281         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58282         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58283         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58284         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58285         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58301 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58303         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58304         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58305         * string/memmove.c (memmove): Renamed to ...
58306         (MEMMOVE): ...this.  Default to memmove.
58307         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58308         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58309         (END_CHK): Define.
58310         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58311         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58312         mempcpy-ssse3-back memmove-ssse3-back.
58313         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58314         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58315         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58316         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58317         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58318         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58319         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58320         * sysdeps/x86_64/multiarch/memmove.c: New file.
58321         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58322         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58323         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58324         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58325         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58326         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58327         Define.
58328         (index_Fast_Copy_Backward): Define.
58329         (HAS_ARCH_FEATURE): Define.
58330         (HAS_FAST_REP_STRING): Define.
58331         (HAS_FAST_COPY_BACKWARD): Define.
58333 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58335         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58336         Restore proper fallback handling.
58338 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58340         [BZ #11701]
58341         * posix/group_member.c (__group_member): Correct checking loop.
58343         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58344         OOM in getpwuid_r correctly.  Return error number when the caller
58345         should return, otherwise -1.
58346         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58347         call returning > 0 value.
58348         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58350 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58352         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58353         libc_nonshared.a from targets in modules-names.
58355 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58357         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58358         requires it.
58360 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58362         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58363         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58364         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58365         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58367 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58369         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58371 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58373         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58374         and F_GETPIPE_SZ.
58375         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58376         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58377         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58378         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58379         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58380         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58382 2010-06-14  Roland McGrath  <roland@redhat.com>
58384         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58386 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58388         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58389         __REDIRECT followed by __THROW.
58390         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58391         * posix/getopt.h (getopt): Likewise.
58393 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58395         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58396         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58397         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58398         in AT_FLAGS.
58399         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58400         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58402 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58404         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58406 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58408         [BZ #11640]
58409         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58410         Properly check family and model.
58412 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58414         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58416 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58418         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58420 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58422         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58423         symbol reference.
58425 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58427         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58428         symbol reference.
58430 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58432         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58433         and internal_recvmmsg.
58434         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58435         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58436         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58437         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58439         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58440         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58441         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58443 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58445         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58447 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58449         POWER7 optimizations.
58450         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58451         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58453 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58455         * version.h: Update for 2.13 development version.
58457 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58459         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58460         exceptions.  Return 0.
58462 2010-05-07  Roland McGrath  <roland@redhat.com>
58464         * elf/ldconfig.c (main): Add a const.
58466 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58468         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58469         (args_options): Add no-idn option.
58470         (ahosts_keys_int): Add idn_flags to ai_flags.
58471         (parse_option): Handle 'i' option to clear idn_flags.
58473         * malloc/malloc.c (_int_free): Possible race in the most recently
58474         added check.  Only act on the data if no current modification
58475         happened.
58477 See ChangeLog.17 for earlier changes.