Add another test of pow.
[glibc.git] / ChangeLog
blob7333ae5887ec2b927100abc9b879609f13bb2ac0
1 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
3         * math/auto-libm-test-in: Add another test of pow.
4         * math/auto-libm-test-out: Regenerated.
5         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7         * math/auto-libm-test-in: Add more tests of lgamma.
8         * math/auto-libm-test-out: Regenerated.
9         * sysdeps/i386/fpu/libm-test-ulps: Update.
10         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
13         log1p.
14         * math/auto-libm-test-out: Regenerated.
15         * sysdeps/i386/fpu/libm-test-ulps: Update.
16         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18 2015-05-01  Mark Wielaard  <mjw@redhat.com>
20         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
21         Elf64_Chdr structs and ELFCOMPRESS constants.
23 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
25         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
26         expm1.
27         * math/auto-libm-test-out: Regenerated.
28         * sysdeps/i386/fpu/libm-test-ulps: Update.
29         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31         * math/auto-libm-test-in: Add more tests of erf and erfc.
32         * math/auto-libm-test-out: Regenerated.
33         * sysdeps/i386/fpu/libm-test-ulps: Update.
34         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
38         * config.h.in (HAVE_AARCH64_BE): Add.
40 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
42         * math/auto-libm-test-in: Add more tests of csqrt.
43         * math/auto-libm-test-out: Regenerated.
44         * sysdeps/i386/fpu/libm-test-ulps: Update.
45         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47         * math/auto-libm-test-in: Add more tests of cosh and sinh.
48         * math/auto-libm-test-out: Regenerated.
49         * sysdeps/i386/fpu/libm-test-ulps: Update.
50         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
54 2015-04-29  Roland McGrath  <roland@hack.frob.com>
56         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
57         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
59         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
60         (euidaccess, eaccess): Define as weak aliases.
62         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
63         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
64         but __suseconds_t is often 'long int' so some sources assume that
65         type is being used (e.g. they use %ld to print tv_usec).
67 2015-04-29  Florian Weimer  <fweimer@redhat.com>
69         [BZ #18007]
70         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
71         (CVE-2014-8121)
72         * nss/tst-nss-getpwent.c: New file.
73         * nss/Makefile (tests): Add new test.
75 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
77         [BZ #18346]
78         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
79         exponents less than 48 as cases where high part of mantissa needs
80         examining to determine whether argument is integral.
81         * math/libm-test.inc (round_test_data): Add more tests.
83 2015-04-28  Mark Wielaard  <mjw@redhat.com>
85         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
87 2015-04-27  David S. Miller  <davem@davemloft.net>
89         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
90         __tls_get_addr.
91         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
93 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
95         [BZ#18333]
96         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
98 2015-04-27  Florian Weimer  <fweimer@redhat.com>
100         [BZ#18333]
101         * time/tzset.c (parse_tzname): Return error on memory allocation
102         failure.
103         * test-skeleton.c (struct temp_name_list): Change type of name
104         member to non-const.
105         (add_temp_file): Create a copy of the file name.
106         (delete_temp_files): Deallocate memory.
107         (create_temp_file): Add comment.
109 2015-04-24  Florian Weimer  <fweimer@redhat.com>
111         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
112         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
114 2015-04-24  Roland McGrath  <roland@hack.frob.com>
116         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
117         * sysdeps/arm/configure: Regenerated.
119 2015-04-24  Florian Weimer  <fweimer@redhat.com>
121         [BZ #17715]
122         * time/tzfile.c (__tzfile_read): Check for large values of
123         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
124         * time/tzset.c (__tzstring_len): New function, based on the old
125         __tzstring function.
126         (__tzstring): Call __tzstring_len.
127         (parse_tzname): New helper function extracted from
128         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
129         the input string.
130         (parse_offset): New helper function extracted from
131         __tzset_parse_tz.  Replace switch with fallthrough with
132         initialization before sscanf.
133         (parse_rule): Likewise.
134         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
135         new-style function definition.
136         * timezone/Makefile (tests): Add tst-tzset.
137         (tst-tzset.out): Dependencies on time zone files.
138         (tst-tzset-ENV): Set TZDIR.
139         (testdata/XT%): Copy crafted time zone files.
140         * timezone/README: Mention crafted time zone files.
141         * timezone/testdata/XT1, timezone/testdata/XT2,
142         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
143         files.
144         * timezone/tst-tzset.c: New test.
146 2015-04-24  Florian Weimer  <fweimer@redhat.com>
148         * Makeconfig (+gccwarn): Remove -Winline.
150 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
152         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
154 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
156         * NEWS: Mention sysconf() cache information support for s390.
157         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
159 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
161         * math/k_casinh.c (__kernel_casinh): Use __copysign.
162         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
163         (__nearbyint): Likewise.
164         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
165         (copysignl): Likewise.
167 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
169         [BZ #18287]
170         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
171         based on padding.  (CVE-2015-1781)
173 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
175         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
176         libc-vdso.h.
177         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
178         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
179         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
180         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
181         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
182         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
183         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
184         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
185         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
186         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
187         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
188         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
189         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
190         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
191         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
192         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
193         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
194         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
195         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
196         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
197         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
198         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
199         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
201 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
203         * stdlib/setenv.c (__add_to_environ):
204         Dump core quickly if setenv (..., NULL, ...) is called.
205         This time, do it the right way, and pacify GCC with a pragma.
207 2015-04-17  Roland McGrath  <roland@hack.frob.com>
209         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
210         IMAP->l_prev cannot be null, and #if out the code for the contrary
211         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
212         believe that NS (&_dl_ns[NSID]) could point outside the array.
214         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
215         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
216         before using NSID as an index.
218 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
220         [BZ #17825]
221         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
222         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
223         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
225 2015-04-17  Roland McGrath  <roland@hack.frob.com>
227         Add preliminary port to Google Native Client on ARM.
228         * abi-tags (.*-.*-nacl.*): New entry.
229         * sysdeps/arm/nacl: New directory.
230         * sysdeps/nacl: New directory.
232 2015-04-16  David S. Miller  <davem@davemloft.net>
234         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
235         lowlevellock-futex.h
237 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
239         * sysdeps/tile/configure.ac: New file.
240         * sysdeps/tile/configure: Regenerated.
242 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
244         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
245         conditionals for weak_alias and libc_hidden_weak.
246         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
247         libc_hidden_weak and weak_alias.
248         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
249         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
250         and weak_alias for static one.
252 2015-04-15  David S. Miller  <davem@davemloft.net>
254         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
256 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
258         [BZ #18206]
259         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
260           Use signed comparision instead of substraction to avoid
261           overflow bug.
262         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
263           Take the sign of ret.
264         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
265           Do not expect precise return values. Only the sign matters.
266         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
267         * wcsmbs/test-wcsncmp.c: New File.
268         * string/test-strncmp.c: Add wcsncmp support.
270 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
272         [BZ #6792]
273         * math/w_log1p.c: New file.
274         * math/w_log1pf.c: Likewise.
275         * math/w_log1pl.c: Likewise.
276         * math/Makefile (libm-calls): Add w_log1p.
277         * math/s_log1pl.c (log1pl): Remove weak_alias.
278         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
279         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
280         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
281         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
282         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
283         [NO_LONG_DOUBLE] (log1pl): Likewise.
284         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
285         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
286         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
287         (log1p): Remove long_double_symbol.
288         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
289         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
290         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
291         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
292         remove weak_alias for corresponding log1p function.
293         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
294         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
295         * sysdeps/ia64/fpu/w_log1p.c: New file.
296         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
297         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
298         * math/libm-test.inc (log1p_test_data): Add errno expectations.
300 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
302         [BZ #18247]
303         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
304         decimal exponent by 1.
305         * stdlib/tst-strtod-round-data: Add more tests.
306         * stdlib/tst-strtod-round.c (tests): Regenerated.
308 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
310         * math/auto-libm-test-in: Add more tests of clog and clog10.
311         * math/auto-libm-test-out: Regenerated.
312         * sysdeps/i386/fpu/libm-test-ulps: Update.
313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
315 2015-04-09  Roland McGrath  <roland@hack.frob.com>
317         * Makeconfig (module-cppflags): Exclude all .v.i files.
318         (skip-module-cppflags): Variable removed.
320         * configure.ac (libc_config_ok): Initialize before reading
321         preconfigure scripts, not after.
322         * configure: Regenerated.
324         * test-skeleton.c (TIMEOUT): Move #define to top level.
325         (main): Grok environment variable TEST_DIRECT.  If set, print
326         test expectation details into that file and then behave as if
327         given --direct.
329 2015-04-09  Florian Weimer  <fweimer@redhat.com>
331         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
332         warning on 32-bit.
334 2015-04-08  David S. Miller  <davem@davemloft.net>
336         * sysdeps/sparc/fpu/libm-test-ulps: Update.
338 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
340         * math/auto-libm-test-in: Add more tests of atanh.
341         * math/auto-libm-test-out: Regenerated.
342         * sysdeps/i386/fpu/libm-test-ulps: Update.
343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
345         * math/auto-libm-test-in: Add more tests of atan.
346         * math/auto-libm-test-out: Regenerated.
347         * sysdeps/i386/fpu/libm-test-ulps: Update.
348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
350 2015-04-08  Florian Weimer  <fweimer@redhat.com>
352         * elf/pldd.c (main): Rewrite to use struct
353         scratch_buffer instead of extend_alloca.
354         * elf/pldd-xx.c (find_maps): Likewise.
355         * grp/initgroups.c: Include <scratch_buffer.h> instead of
356         <alloca.h>.
357         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
358         scratch_buffer instead of extend_alloca.
359         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
360         grp/compat-initgroups.c.
361         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
362         Rewrite to use struct scratch_buffer instead of extend_alloca.
363         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
364         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
366 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
368         * math/auto-libm-test-in: Add more tests of cbrt.
369         * math/auto-libm-test-out: Regenerated.
370         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
372         * math/auto-libm-test-in: Add more tests of cabs.
373         * math/auto-libm-test-out: Regenerated.
374         * sysdeps/i386/fpu/libm-test-ulps: Update.
375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
377         [BZ #18210]
378         [BZ #18211]
379         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
380         (__ieee754_atan2): Set FE_TONEAREST mode for internal
381         computations.
382         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
383         clog10.
384         * math/auto-libm-test-out: Regenerated.
385         * sysdeps/i386/fpu/libm-test-ulps: Update.
386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
388         [BZ #18197]
389         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
390         (atan): Set FE_TONEAREST mode for internal computations.
391         * math/auto-libm-test-in: Add more tests of atan.
392         * math/auto-libm-test-out: Regenerated.
394 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
396         [BZ #17930]
397         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
399 2015-04-07  Florian Weimer  <fweimer@redhat.com>
401         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
403 2015-04-07  Florian Weimer  <fweimer@redhat.com>
405         * include/scratch_buffer.h: New file.
406         * malloc/scratch_buffer_grow.c: Likewise.
407         * malloc/scratch_buffer_grow_preserve.c: Likewise.
408         * malloc/scratch_buffer_set_array_size.c: Likewise.
409         * malloc/tst-scratch_buffer.c: Likewise.
410         * malloc/Makefile (routines): Add scratch_buffer_grow.
411         (tests): Add test case.
412         * malloc/Versions (GLIBC_PRIVATE): Export
413         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
414         __libc_scratch_buffer_set_array_size.
416 2015-04-06  Richard Henderson  <rth@redhat.com>
418         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
419         * sysdeps/alpha/fpu/libm-test-ulps: Update.
421         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
422         unsigned int before printing.
424 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
426         [BZ #17596]
427         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
428         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
430 2015-04-02  Florian Weimer  <fweimer@redhat.com>
432         * include/libc-internal.h (libc_max_align_t): Define.
434 2015-04-02  Andreas Schwab  <schwab@suse.de>
436         [BZ #16850]
437         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
439 2015-04-02  Mel Gorman  <mgorman@suse.de>
441         [BZ #17195]
442         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
443         as well as the main arena.
445 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
447         [BZ #18185]
448         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
449         sharing L2 cache to 2 for Silvermont/Knights Landing.
451 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
453         [BZ #17711]
454         * config.make.in (have-protected-data): New.
455         * configure.ac: Check linker support for protected data symbol.
456         * configure: Regenerated.
457         * elf/Makefile (modules-names): Add tst-protected1moda and
458         tst-protected1modb if $(have-protected-data) is yes.
459         (tests): Add tst-protected1a and tst-protected1b if
460         $(have-protected-data) is yes.
461         ($(objpfx)tst-protected1a): New.
462         ($(objpfx)tst-protected1b): Likewise.
463         (tst-protected1modb.so-no-z-defs): Likewise.
464         * elf/tst-protected1a.c: New file.
465         * elf/tst-protected1b.c: Likewise.
466         * elf/tst-protected1mod.h: Likewise.
467         * elf/tst-protected1moda.c: Likewise.
468         * elf/tst-protected1modb.c: Likewise.
470 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
472         [BZ #17711]
473         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
474         indicates it is called from do_lookup_x on relocation against
475         protected data, skip the data definion in the executable from
476         copy reloc.
477         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
478         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
479         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
480         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
481         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
482         otherwise to 0.
483         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
484         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
485         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
486         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
487         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
488         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
490 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
492         * sysdeps/nptl/pthread.h: Remove duplicate definition of
493         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
495 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
497         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
498         THREAD_SETMEM_NC.
499         * sysdeps/x86_64/nptl/tls.h: Ditto.
501 2015-03-27  Roland McGrath  <roland@hack.frob.com>
503         * dlfcn/tststatic.c (main): Converted to ...
504         (do_test): ... this.
505         (TEST_FUNCTION): New macro.
506         Include test-skeleton.c.
508 2015-03-26  Alan Modra  <amodra@gmail.com>
510         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
511         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
512         zero for undefined weak.
513         (elf_machine_plt_conflict): Similarly.
515 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
517         * math/auto-libm-test-in: Add more tests of acosh, asinh and
518         atanh.
519         * math/auto-libm-test-out: Regenerated.
520         * sysdeps/i386/fpu/libm-test-ulps: Update.
521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
523         * math/auto-libm-test-in: Add another test of asin.
524         * math/auto-libm-test-out: Regenerated.
525         * sysdeps/i386/fpu/libm-test-ulps: Update.
526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
528         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
529         Remove macro.
530         (LLL_EBX_REG): Likewise.
531         (LLL_ENTER_KERNEL): Likewise.
533         * math/auto-libm-test-in: Add more tests 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         [BZ #18138]
539         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
540         libc_do_syscall_args): New structure.
541         (INTERNAL_SYSCALL_MAIN_0): New macro.
542         (INTERNAL_SYSCALL_MAIN_1): Likewise.
543         (INTERNAL_SYSCALL_MAIN_2): Likewise.
544         (INTERNAL_SYSCALL_MAIN_3): Likewise.
545         (INTERNAL_SYSCALL_MAIN_4): Likewise.
546         (INTERNAL_SYSCALL_MAIN_5): Likewise.
547         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
548         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
549         Replace conditional definitions by conditional definitions of ....
550         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
551         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
552         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
553         (libpthread-sysdep_routines): Add libc-do-syscall.
554         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
555         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
556         to __NR_futex not 240.
558 2015-03-25  Alan Modra  <amodra@gmail.com>
560         * NEWS: Advertise TLS optimization.
561         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
562         (DT_PPC_NUM): Increment.
563         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
564         (CHECK_STATIC_TLS): Use here.
565         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
566         TLS descriptors.
567         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
568         * sysdeps/powerpc/dl-tls.c: New file.
569         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
570         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
571         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
572         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
577 2015-03-25  Alan Modra  <amodra@gmail.com>
579         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
580         for overlapping .opd entries" to "support...".
581         * sysdeps/powerpc/powerpc64/configure: Regenerate
583 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
585         * math/auto-libm-test-in: Add more tests of acos.
586         * math/auto-libm-test-out: Regenerated.
587         * sysdeps/i386/fpu/libm-test-ulps: Update.
588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
590         * math/auto-libm-test-in: Add more tests of expm1.
591         * math/auto-libm-test-out: Regenerated.
592         * sysdeps/i386/fpu/libm-test-ulps: Update.
593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
595 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
597         * math/auto-libm-test-in: Add more tests of cosh and sinh.
598         * math/auto-libm-test-out: Regenerated.
599         * sysdeps/i386/fpu/libm-test-ulps: Update.
600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
602         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
605         * math/auto-libm-test-in: Add more tests of log2.
606         * math/auto-libm-test-out: Regenerated.
607         * sysdeps/i386/fpu/libm-test-ulps: Update.
608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
610 2015-03-23  Roland McGrath  <roland@hack.frob.com>
612         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
613         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
614         _IO_IS_APPENDING bit in READ_WRITE instead.
616 2015-03-23  Florian Weimer  <fweimer@redhat.com>
618         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
619         (__determine_cpumask_size): Replace extend_alloca with a
620         variable-length array.  Do not treat res == 0 as an error.
622 2015-03-23  Florian Weimer  <fweimer@redhat.com>
624         [BZ #18100]
625         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
626         and integer overflow.
627         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
628         (main): Add integer overflow tests.
629         * manual/pattern.texi (Calling Wordexp): Document additional use
630         for WRDE_SYNTAX.
632 2015-03-23  Alan Modra  <amodra@gmail.com>
634         * config.h.in: Remove HAVE_ASM_PPC_REL16.
635         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
636         and false branch of conditional.
637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
638         Likewise.
640 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
642         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
643         libc-modules.h
644         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
645         unused declaration of _hurd_intr_rpc_msg_in_trap.
646         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
647         defined instead of whether it is non-zero.
648         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
649         input constraint instead of both input and output constraint.  Use ecx
650         clobber instead of %ecx.
651         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
652         mutex_unlock): Use a statement expression instead of an expression list.
653         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
654         type to vm_size_t instead of vm_address_t.
655         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
656         defined instead of whether it is non-zero.
657         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
658         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
659         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
660         comparisons with mapaddr.
661         * nscd/nscd-client.h: Include <time.h>.
662         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
663         9th parameter to __vm_region instead of int.
664         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
665         * scripts/check-local-headers.sh (exclude): Add device/,
666         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
667         cthreads.h.
669 2015-03-19  Roland McGrath  <roland@hack.frob.com>
671         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
672         to account for alignment padding.
673         * sysdeps/arm/memmove.S: Likewise.
675 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
677         * sysdeps/unix/sysv/linux/generic/README: New file.
679 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
681         [BZ #18138]
682         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
683         (futex_abstimed_wait)
684         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
685         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
686         of lll_futex_timed_wait.
688 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
690         [BZ #17542]
691         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
693 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
695         [BZ #17090]
696         [BZ #17620]
697         [BZ #17621]
698         [BZ #17628]
699         * NEWS: Update.
700         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
701         entries with Static TLS too.  Skip entries past the end of the
702         allocated DTV, from Alan Modra.
703         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
704         Static TLS DTV entry set up from...
705         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
706         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
707         * nptl/allocatestack.c (init_one_static_tls): ... and here...
708         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
709         for Static TLS.
710         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
711         that the slot we find is associated with the given map before
712         using its generation count.
713         * nptl_db/db_info.c: Include ldsodefs.h.
714         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
715         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
716         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
717         (link_map::l_tls_offset): New struct field.
718         (dtv_t::counter): Likewise.
719         (rtld_global): New struct.
720         (_rtld_global): New rtld variable.
721         (dl_tls_dtv_slotinfo_list): New rtld global field.
722         (dtv_slotinfo_list): New struct.
723         (dtv_slotinfo): Likewise.
724         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
725         (td_lookup): Rename to...
726         (td_mod_lookup): ... this.  Use new mod parameter instead of
727         LIBPTHREAD_SO.
728         * nptl_db/td_thr_tlsbase.c: Include link.h.
729         (dtv_slotinfo_list, dtv_slotinfo): New functions.
730         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
731         addresses even if the DTV is out of date or missing them.
732         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
733         index zero-length arrays.
734         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
735         (td_lookup): Make it a macro implemented in terms of...
736         (td_mod_lookup): ... this declaration.
737         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
738         (DB_MAIN_VARIABLE): Likewise.
740 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
742         [BZ #18134]
743         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
745 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
747         * stdlib/setenv.c (__add_to_environ): Revert previous change.
749 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
751         [BZ #18128]
752         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
753         (atomic_add, atomic_increment_and_test)
754         (atomic_decrement_and_test): Fix 64-bit arithmetic.
756 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
758         * stdlib/setenv.c (__add_to_environ):
759         Dump core quickly if setenv (..., NULL, ...) is called.
761 2015-03-13  Roland McGrath  <roland@hack.frob.com>
763         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
764         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
765         all the necessary asm magic in one place.
766         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
767         using those.
769 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
771         [BZ #14906]
772         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
773         traced file mtime. Use consistent log message.
774         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
775         (register_traced_file): Call install_watches. Always set mtime.
776         (invalidate_cache): Iterate over all trace files. Call install_watches.
777         (inotify_check_files): Don't inline. Handle watching parent
778         directories and configuration file movement in and out.
779         (handle_inotify_events): New function.
780         (main_loop_poll): Call handle_inotify_events.
781         (main_loop_epoll): Likewise.
782         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
783         (struct traced_file): Use array of inotify fds. Add parent directory,
784         and basename.
785         (struct database_dyn): Remove unused file_mtime.
786         (init_traced_file): New inline function.
787         (define_traced_file): New macro.
788         * nss/nss_db/db-init.c: Use define_traced_file.
789         (_nss_db_init): Use init_traced_file.
790         * nss/nss_files/files-init.c: Use define_traced_file.
791         (_nss_files_init): Use init_traced_file.
793 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
795         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
796         [_LIBC]: Do not include <stdlib.h>.
797         [!_LIBC] (abort): Remove declaration.
798         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
799         _FP_STATIC_ASSERT instead of conditionally calling abort.
800         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
801         (_FP_EXTEND_CNAN): Likewise.
802         (FP_TRUNC): Likewise.
803         (__FP_CLZ): Likewise.
804         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
806 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
808         * manual/string.texi (XPG basename): Fix prototype.
810 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
812         [BZ #18080]
813         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
814         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
815         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
816         (__setcontext): Likewise.
817         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
818         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
819         Call rt_sigprocmask syscall one time to set new signal mask
820         and retrieve the current signal mask instead of two calls.
821         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
822         (__swapcontext): Likewise.
823         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
824         * stdlib/tst-setcontext2.c: New file.
826 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
828         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
830 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
832         [BZ #18093]
833         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
834         the wrong size.
836 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
838         [BZ #18043]
839         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
841 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
843         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
844         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
845         Remove define.
846         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
847         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
848         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
849         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
850         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
851         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
852         define.
853         * nptl_db/td_symbol_list.c (td_lookup): Remove
854         HAVE_ASM_GLOBAL_DOT_NAME code.
855         * sysdeps/powerpc/powerpc64/configure.ac: Remove
856         HAVE_ASM_GLOBAL_DOT_NAME check.
857         * sysdeps/powerpc/powerpc64/configure: Regenerate.
858         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
859         (DOT_LABEL): Remove define.
860         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
861         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
862         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
863         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
864         (__TLS_GET_ADDR): Likewise.
865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
866         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
868 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
870         [BZ #18111]
871         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
872         (_FPU_SETCW): Initialize cw from fpsr before storing.
873         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
874         (fesetexceptflag): Rewrite using fpu_control.h.
875         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
877 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
879         [BZ #18110]
880         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
881         asms.
882         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
884 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
886         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
887         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
888         abort.
889         (_FP_FMA): Likewise.
890         (_FP_DIV): Likewise.
892 2015-03-10  Roland McGrath  <roland@hack.frob.com>
894         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
895         with 0 in that case.
896         * Makefile (summarize-tests): New canned sequence, factored out of
897         commands for targets tests and xtests.  Display summary lines that
898         don't start with PASS: or XFAIL: rather than ones that do start with
899         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
900         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
901         do start with ERROR: or FAIL:.
902         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
903         (except for [$(build-shared) = yes]).
904         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
905         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
906         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
907         * nptl/Makefile: Revert 2015-03-04 changes.
908         [$(CXX) empty] (tests-unsupported): New variable.
909         * debug/Makefile: Likewise.
911         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
912         gnulib file.  Replace __attribute with __attribute__ throughout.
914 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
916         * sysdeps/hppa/fpu/libm-test-ulps: Update.
918 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
920         [BZ #18104]
921         * math/auto-libm-test-in: Add another test of pow.
922         * math/auto-libm-test-out: Regenerated.
924 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
926         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
927         $(config-cflags-nofma).
929 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
931         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
932         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
933         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
934         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
935         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
936         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
937         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
938         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
939         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
940         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
941         Add comment on closing #endif.
943 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
945         * posix/wordexp.c (CHAR_IN_SET): New macro.
946         (parse_param): Use it.
948 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
950         * sysdeps/powerpc/fpu/libm-test-ulps: update.
952 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
954         [BZ #18043]
955         * posix/wordexp.c (parse_param): Fix buffer overflow.
956         * posix/wordexp-test.c (test_case): Add test case.
958 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
960         [BZ #18042]
961         * posix/wordexp.c (parse_backtick): Fix off-by-one.
962         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
964 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
966         [BZ #18043]
967         * posix/wordexp-test.c (test_case): Add test for BZ #18043
968         (do_bz18043): Delete.
969         (at_page_end): New.
970         (testit): Refactor to have words at the edge of unreadable page.
972 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
974         [BZ #16734]
975         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
976         Cleanup read-only streams as well.
977         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
979 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
981         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
982         <bits/libc-lockP.h>
984 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
986         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
987         on [__KERNEL__].
988         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
989         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
990         * soft-fp/op-common.h (_FP_DECL): Likewise.
992 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
994         * elf/ifuncdep2.c (global): Replace
995         __attribute__((visibility("protected"))) with
996         asm (".protected global").
997         * elf/ifuncmod1.c (global): Likewise.
998         * elf/ifuncmod5.c (global): Likewise.
1000 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1002         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1003         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1005 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1007         * manual/install.texi (Configuring and compiling):
1008         Document test-wrapper-env-only.
1009         * INSTALL: Regenerated.
1011 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1013         [BZ #18043]
1014         * posix/wordexp.c (parse_param): Fix buffer overflow.
1015         * posix/wordexp-test.c (do_bz18043): Add test case.
1017 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1019         * time/tst-strptime2.c (do_test): Ensure failing tests are
1020         reported correctly.
1021         * time/tst-strptime3.c (do_test): Likewise.
1023 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1025         Fix aio_error thread-safety.
1026         * sysdeps/pthread/aio_error.c: New file
1027         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1028         synchronization.
1030 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1032         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1033         (group_number, vfprintf): Use it.
1034         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1035         (JUMP, REF): Use it.
1036         (WORK_BUFFER_SIZE): New enum constant.
1037         (process_arg, vfprintf): Use it.
1039 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1041         * manual/errno.texi (Error Messages): Complete example function
1042         by adding missing #define.
1043         (program_invocation_name): Add statement indicating GNU
1044         extension and reference which header file declares the variable.
1045         (program_invocation_short_name): Likewise.
1047 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1049         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1050         compatibility note.
1052 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1054         * Makeconfig (test-wrapper-env-only): New variable.
1055         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1056         then use that with $(test-wrapper-env-only) rather than using
1057         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1059 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1061         [BZ #18082]
1062         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1063         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1064         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1065         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1066         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1067         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1068         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1069         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1070         Likewise.
1071         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1072         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1073         Likewise.
1074         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1075         Likewise.
1076         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1077         Likewise.
1078         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1079         Likewise.
1080         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1081         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1082         Likewise.
1083         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1084         Likewise.
1085         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1086         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1088 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1090         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1091         (ETH_ALEN): New macro.
1092         (struct ether_addr): Use it for length of ether_addr_octet.
1094         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1095         (setdb): Don't call __nss_configure_lookup for "rpc".
1096         (do_test): Don't call test_rpc.
1097         (output_rpcent, test_rpc): Functions moved ...
1098         * sunrpc/test-rpcent.c: ... to this new file.
1099         * sunrpc/Makefile (tests): Add it.
1101         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1102         __xpg_sigpause.
1103         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1104         * nptl/tst-signal6.c: Likewise.
1105         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1106         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1108         * configure.ac (libc_cv_cxx_link_ok): New check.
1109         Reset CXX to empty if it fails to link.
1110         * configure: Regenerated.
1111         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1112         bug-atexit3-lib only if $(CXX) is nonempty.
1113         * nptl/Makefile (tests): Likewise for tst-cancel24.
1114         (tests, tests-static): Likewise for tst-cancel24-static.
1115         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1116         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1117         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1118         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1120 2015-03-04  Andreas Schwab  <schwab@suse.de>
1122         [BZ #17631]
1123         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1124         for non-GCC compilers.
1125         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1126         Likewise.
1128 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1130         [BZ #17776]
1131         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1132         integer before bitwise and assembly operations.
1133         (feclearexcept): Likewise.
1134         * math/test-fenvinline.c: New file.
1135         * math/Makefile: Add test-fenvinline test.
1137 2015-03-03  Alan Modra  <amodra@gmail.com>
1139         [BZ #16512]
1140         * scripts/localplt.awk: Strip off symbol version.
1141         * NEWS: Mention bug fix.
1143 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1145         * sysdeps/pthread/timer_routines.c
1146         (timer_free_list, thread_free_list, thread_active_list): Make static.
1148 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1150         [BZ #17779]
1151         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1152         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1153         Undefine.
1154         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1155         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1156         Likewise.
1157         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1158         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1159         Likewise.
1161 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1163         [BZ #18036]
1164         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1165         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1167 2015-03-02  Andreas Schwab  <schwab@suse.de>
1169         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1170         variable name.
1172 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1174         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1175         Return error status.
1177 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1179         [BZ #15969]
1180         * locale/findlocale.c (_nl_find_locale): Introduce const
1181         version of loc_name and drop unsafe type casts.
1183 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1185         * dlfcn/tststatic2.c (main): Converted to ...
1186         (do_test): ... this.
1187         (TEST_FUNCTION): New macro.
1188         Include test-skeleton.c.
1190 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1192         [BZ #17711]
1193         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1194         (tests-pie): Add vismain.
1195         (CFLAGS-vismain.c): New.
1196         * elf/vismain.c: Add comments for PIE requirement.
1198 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1200         [BZ #18046]
1201         [BZ #18047]
1202         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1203         0x1p-56L as threshold for just returning the argument.
1204         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1205         0x1p-32L as threshold for just returning the argument.
1206         * math/auto-libm-test-in: Add more tests of atanh.
1207         * math/auto-libm-test-out: Regenerated.
1208         * sysdeps/i386/fpu/libm-test-ulps: Update.
1209         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1211 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1213         * string/bcopy.c (bcopy): Call memmove for performance.
1215 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1217         * string/bzero.c (__bzero): Call memset for performance.
1219 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1221         [BZ #18068]
1222         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1223         to 00100000.
1225 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1227         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1229 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1231         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1232         (__kernel_standard): Use CSTR macro when setting exc.name.
1233         * sysdeps/ieee754/Makefile [$(subdir) = math]
1234         (CFLAGS-k_standard.c): Remove variable.
1236         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1237         setting p and q from "else if" to "else".
1238         (qzero): Likewise.
1239         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1240         (qone): Likewise.
1241         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1242         (qzerof): Likewise.
1243         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1244         (qonef): Likewise.
1245         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1246         (qzero): Likewise.
1247         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1248         (qone): Likewise.
1250         [BZ #18038]
1251         [BZ #18039]
1252         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1253         return pi/2 for arguments below 0x1p-113L.
1254         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1255         return pi/2 for arguments below 0x1p-106L.
1256         * math/auto-libm-test-in: Add more tests of acos.
1257         * math/auto-libm-test-out: Regenerated.
1259         [BZ #16351]
1260         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1261         (MO): New macro.
1262         (__ieee754_asin): Force underflow exception for results with small
1263         absolute value.
1264         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1265         (MO): New macro.
1266         (__ieee754_asinf): Force underflow exception for results with
1267         small absolute value.
1268         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1269         (__ieee754_asin): Force underflow exception for results with small
1270         absolute value.
1271         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1272         (__ieee754_asinf): Force underflow exception for results with
1273         small absolute value.
1274         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1275         (__ieee754_asinl): Force underflow exception for results with
1276         small absolute value.
1277         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1278         (__ieee754_asinl): Force underflow exception for results with
1279         small absolute value.
1280         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1281         (__ieee754_asinl): Force underflow exception for results with
1282         small absolute value.
1283         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1284         Include <math.h>.
1285         * math/auto-libm-test-in: Do not mark underflow exceptions as
1286         possibly missing for bug 16351.
1287         * math/auto-libm-test-out: Regenerated.
1289         [BZ #18030]
1290         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1291         of power of 2 down when low part has opposite sign.
1292         * math/libm-test.inc (logb_test_data): Add more tests.
1294 2015-02-26  Andreas Schwab  <schwab@suse.de>
1296         [BZ #18032]
1297         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1298         over collating symbol inside a bracket expression.  Minor cleanup.
1299         * posix/tst-fnmatch3.c (do_test): Add test case.
1301 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1303         [BZ #18029]
1304         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1305         Adjust exponent of power of 2 down when low part has opposite
1306         sign.
1307         * math/libm-test.inc (ilogb_test_data): Add more tests.
1309 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1311         [BZ #15969]
1312         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1313         the previous change.
1315         [BZ #15969]
1316         * locale/findlocale.c (_nl_find_locale): Retry archive search
1317         after alias expansion.
1319 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1321         * iconv/tst-iconv3.c (main): Converted to ...
1322         (do_test): ... this.
1323         (TEST_FUNCTION): New macro.
1324         Include test-skeleton.c.
1326         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1327         (convert): Make function static.
1328         (test_unalign): Likewise.  Add const to argument pointee types.
1329         (main): Replace with static function do_test.
1330         Print "Succeeded." only if RET is zero.
1331         (TEST_FUNCTION): New macro.
1332         Include test-skeleton.c.
1334         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1335         returns a null pointer.
1337 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1339         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1340         to __memcpy_ppc only for static builds.
1342 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1344         [BZ #18020]
1345         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1346         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1347         * math/auto-libm-test-in: Add more tests of asinh.
1348         * math/auto-libm-test-out: Regenerated.
1349         * sysdeps/i386/fpu/libm-test-ulps: Update.
1350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1352 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1354         [BZ #15850]
1355         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1356         and ip6_mtuinfo definitions here.
1357         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1358         in this define too.  Update comment.
1360 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1362         * elf/sprof.c (load_shobj): Tweak error message to match others.
1364 2015-02-24  Kevin Easton  <kevin@guarana.org>
1366         [BZ #16145] (partial fix)
1367         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1368         to reduce lock contention.
1370 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1372         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1373         (struct timex): Update time comment.
1374         (ADJ_SETOFFSET): Define.
1376 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1378         [BZ #18019]
1379         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1380         2**56 not 2**28 as threshold for log (2x) formula.
1381         * math/auto-libm-test-in: Add more tests of acosh.
1382         * math/auto-libm-test-out: Regenerated.
1383         * sysdeps/i386/fpu/libm-test-ulps: Update.
1384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1386 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1388         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1389         parenthesis around the buf assignment.
1390         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1392 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1394         [BZ #16783]
1395         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1396         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1397         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1398         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1399         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1400         * math/libm-test.inc (scalb_test_data): Add more tests.
1402 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1404         [BZ #17916]
1405         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1406         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1408 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1410         [BZ #17523]
1411         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1412         * io/bits/fcntl2.h (open): Use it.
1413         (openat): Likewise.
1414         * io/open.c (__libc_open): Likewise.
1415         * io/open64.c (__libc_open64): Likewise.
1416         * io/open64_2.c (__open64_2): Likewise.
1417         * io/open_2.c (__open_2): Likewise.
1418         * io/openat.c (__openat): Likewise.
1419         * io/openat64.c (__openat64): Likewise.
1420         * io/openat64_2.c (__openat64_2): Likewise.
1421         * io/openat_2.c (__openat_2): Likewise.
1422         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1423         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1424         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1425         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1426         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1427         (__open_nocancel): Likewise.
1428         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1429         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1430         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1432 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1434         [BZ #14841]
1435         * resolv/gethnamaddr.c (getanswer): Skip logging if
1436         RES_USE_DNSSEC is set.
1437         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1439 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1441         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1443 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1445         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1446         201304L, for Unicode 7.
1448 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1450         [BZ #17836]
1451         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1452         shared library.  Add gmon-start.os otherwise.
1453         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1454         $(objpfx)gmon-start.os if builing shared library.
1455         ($(objpfx)g$(static-start-installed-name)): Likewise.
1457 2015-02-23  Andreas Schwab  <schwab@suse.de>
1459         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1461 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1463         [BZ #17269]
1464         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1465         (enlarge_userbuf): Likewise.
1467 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1469         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1470         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1471         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1472         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1474 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1476         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1477         expression inside statement expression.
1479 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1481         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1482         <sysdeps/nptl/lowlevellock.h> and remove macros and
1483         functions that are now defined there.
1484         (SYS_futex): Remove.
1485         (lll_compare_and_swap): Remove.
1486         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1488 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1490         [BZ #17999]
1491         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1492         instead of scandirat.
1493         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1494         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1495         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1496         __scandirat.
1497         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1498         (__scandirat): Declare.  Use libc_hidden_proto.
1499         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1500         Remove variable.
1501         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1503 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1505         [BZ #15319]
1506         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1507         (MO): New macro.
1508         (__ieee754_atan2): For results with small absolute value, force
1509         underflow exception and remove excess range and precision from
1510         return value.
1511         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1512         (MO): New macro.
1513         (__ieee754_atan2f): For results with small absolute value, force
1514         underflow exception and remove excess range and precision from
1515         return value.
1516         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1517         (MO): New macro.
1518         (__atan): For results with small absolute value, force underflow
1519         exception and remove excess range and precision from return value.
1520         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1521         (MO): New macro.
1522         (__atanf): For results with small absolute value, force underflow
1523         exception and remove excess range and precision from return value.
1524         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1525         <math.h>.
1526         (__ieee754_atan2): Force underflow exception for results with
1527         small absolute value.
1528         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1529         <math_private.h>.
1530         (atan): Force underflow exception for results with small absolute
1531         value.
1532         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1533         (__atanf): Force underflow exception for results with small
1534         absolute value.
1535         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1536         <math.h>.
1537         (__atanl): Force underflow exception for results with small
1538         absolute value.
1539         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1540         (__atanl): Force underflow exception for results with small
1541         absolute value.
1542         * sysdeps/x86/fpu/bits/mathinline.h
1543         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1544         (__ieee754_atan2): Only define inline for long double.
1545         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1546         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1547         * math/auto-libm-test-in: Do not mark underflow exceptions as
1548         possibly missing for bug 15319.  Add more tests of atan2.
1549         * math/auto-libm-test-out: Regenerated.
1550         * math/libm-test.inc (casin_test_data): Do not mark underflow
1551         exceptions as possibly missing for bug 15319.
1552         (casinh_test_data): Likewise.
1553         * sysdeps/i386/fpu/libm-test-ulps: Update.
1555 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1557         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1558         * sysdeps/mips/bits/endian.h: Fix comments.
1560 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1562         [BZ #17996]
1563         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1564         (hdestroy_r): Likewise.
1565         (hsearch_r): Likewise.
1566         (__hcreate_r): Declare and use libc_hidden_proto.
1567         (__hdestroy_r): Likewise.
1568         (__hsearch_r): Likewise.
1569         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1570         (hcreate): Call __hcreate_r instead of hcreate_r.
1571         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1572         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1573         as weak alias of __hcreate_r.
1574         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1575         __hdestroy_r.
1576         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1577         __hsearch_r.
1578         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1579         Remove variable.
1580         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1581         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1582         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1583         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1585 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1587         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1588         arena_lock into a single arena_get.
1590 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1592         * dl-reloc.c: Inlucde libc-internal.h.
1593         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1594         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1595         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1596         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1597         (grow_heap): Likewise.
1598         * malloc/malloc.c: Include libc-internal.h.
1599         (do_check_malloc): Call powerof2.
1600         (sysmalloc): Use pagesize. Call ALIGN_UP.
1601         (systrim): Use pagesize.
1602         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1603         (__libc_valloc): Use pagesize.
1604         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1606 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1608         [BZ #17991]
1609         * include/sys/resource.h (__getrlimit64): Declare.  Use
1610         libc_hidden_proto.
1611         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1612         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1613         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1614         getrlimit64.
1615         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1616         __getrlimit64.
1617         [!getrlimit64] (getrlimit64): Define as weak alias of
1618         __getrlimit64.  Use libc_hidden_weak.
1619         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1620         using __getrlimit64 not __new_getrlimit64.
1621         (__GI_getrlimit64): Likewise.
1622         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1623         Likewise.
1624         (__GI_getrlimit64): Likewise.
1625         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1627         (getrlimit): Add __getrlimit64 alias.
1628         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1629         Likewise.
1630         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1631         Remove variable.
1632         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1633         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1635 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1637         * libio/fileops.c: Add missing sys/mman.h
1638         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1640 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1642         * manual/math.texi (Errors in Math Functions): Clarify goals
1643         regarding inexact and underflow exceptions.
1645 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1647         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1648         * sysdeps/mips/memset.S: Ditto.
1650 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1652         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1654 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1656         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1657         (__v1longjmp): Remove versioned symbol.
1658         (__v1siglongjmp): Remove alias and versioned symbol.
1659         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1660         (__v2siglongjmp): Likewise.
1662 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1664         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1666 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1668         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1670 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1672         [BZ #17987]
1673         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1674         zero result does not depend on the sign resulting from
1675         subtraction.
1676         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1677         Likewise.
1678         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1679         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1680         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1681         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1682         * math/libm-test.inc (remquo_test_data): Add more tests.
1684 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1686         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1687         Problem reported by J William Piggott.
1689 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1691         [BZ #17978]
1692         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1693         products 4 * y and 2 * y where those would overflow.
1694         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1695         Likewise.
1696         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1697         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1698         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1699         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1700         * math/libm-test.inc (remquo_test_data): Add more tests.
1702         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1704         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1705         [defined _COMPILING_NEWLIB].
1706         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1707         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1709         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1710         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1712 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1714         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1715         acquired.
1717 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1719         [BZ #17792]
1720         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1721         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1722         HOST_STACK_END_ADDR): Likewise.
1724 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1726         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1727         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1728         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1730 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1732         * sysdeps/generic/c++-types.data: New file.
1733         * sysdeps/generic/ld.abilist: New file.
1734         * sysdeps/generic/libBrokenLocale.abilist: New file.
1735         * sysdeps/generic/libanl.abilist: New file.
1736         * sysdeps/generic/libc.abilist: New file.
1737         * sysdeps/generic/libcrypt.abilist: New file.
1738         * sysdeps/generic/libdl.abilist: New file.
1739         * sysdeps/generic/libm.abilist: New file.
1740         * sysdeps/generic/libpthread.abilist: New file.
1741         * sysdeps/generic/libresolv.abilist: New file.
1742         * sysdeps/generic/librt.abilist: New file.
1744 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1746         [BZ #17569]
1747         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1748         Compute absolute value of x as modified by fmod, not original
1749         value of x.
1750         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1751         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1752         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1753         RUN_TEST_ffI_f1_mod8.
1754         (remquo_test_data): Add more tests.
1756 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1758         * sysdeps/init_array/pt-crti.S: New file.
1760 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1762         [BZ #17967]
1763         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1764         __builtin_fmaf instead of relying on contraction of a * b + c.
1766 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1768         [BZ #17969]
1769         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1770         node.
1772 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1774         [BZ #17964]
1775         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1776         __builtin_fma instead of relying on contraction of a * b + c.
1778 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1780         * Makeconfig (ASFLAGS): Add -Werror=undef.
1781         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1782         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1783         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1785         * Makeconfig (after-link): New variable.
1786         (+link-pie, +link-pie-tests): Use it.
1787         (+link-static, +link-static-tests): Likewise.
1788         (+link, +link-tests): Likewise.
1789         * Makerules (build-module, build-module-asneeded): Likewise.
1790         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1791         Likewise.
1792         * elf/Makefile ($(objpfx)ld.so): Likewise.
1794 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1796         [BZ #17965]
1797         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1798         both struct timeval and struct timespec.
1800 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1802         [BZ #16560]
1803         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1804         and redefine.
1805         (__ieee754_exp2l): Do not multiply small fractional parts by
1806         M_LN2l.
1807         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1808         small argument.
1809         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1810         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1811         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1812         * math/auto-libm-test-in: Add more tests of exp2.
1813         * math/auto-libm-test-out: Regenerated.
1815 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1817         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1818         unaligned path.
1820 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1822         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1823         little endian.
1825 2015-02-12  Andreas Schwab  <schwab@suse.de>
1827         [BZ #15790]
1828         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1829         Filter out elision flags from value returned in kind.
1830         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1831         * nptl/tst-pthread-mutexattr.c: New file.
1833 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1835         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1836         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1837         into gnu-gnu, and update comment to refer to abi-tags.
1839 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1841         [BZ #15467]
1842         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1843         (__sincos): Set errno to EDOM for infinite argument.
1844         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1845         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1846         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1847         (__sincosl): Set errno to EDOM for infinite argument.
1848         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1849         (__sincosl): Set errno to EDOM for infinite argument.
1850         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1851         (__sincosl): Set errno to EDOM for infinite argument.
1852         * math/libm-test.inc (sincos_test_data): Test errno setting.
1854 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1856         * string/strxfrm_l.c: Remove #define STRCMP.
1857         * string/strcoll_l.c: Remove #define STRLEN.
1858         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1859         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1861 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1863         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1864         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1865         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1866         * sysdeps/mips/mips64/Makefile: ... here.
1867         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1868         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1869         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1870         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1871         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1872         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1873         * sysdeps/mips/mips64/n64/Implies: Likewise.
1875 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1877         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1878         <sys/time.h>, <string.h>, and <errno.h>.
1879         (dest_offset, dest_address, value, zero): Remove unused variables.
1880         (ldouble): Remove typedef.
1881         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1882         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1883         1).  Fix code style.
1884         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1885         (check): Function removed.
1886         (CHECK): New macro.
1887         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1888         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1889         Don't call set_sigaction_FP and remove_sigaction_FP here.
1890         (ldouble_test): Just use 'long double' as macro argument, no need for
1891         the 'ldouble' typedef.
1892         (do_test): Set up SIGFPE handler at start, using plain signal rather
1893         than sigaction.  Fix code style.
1895 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1897         [BZ #17949]
1898         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1899         jump label.
1901 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1903         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1904         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1906         * sysdeps/powerpc/configure.ac: Remove file.
1907         * sysdeps/powerpc/configure: Likewise.
1909         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1910         [sysdep_routines]: Remove wordcopy-power6 object.
1911         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1912         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1913         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1914         (__memmove_ppc32): Likewise.
1915         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1916         file.
1917         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1918         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1919         Remove preprocessor.
1921         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1922         [sysdep_routines]: Remove wide chars objects.
1923         [wcsmbs]: New rule for wide char objects.
1925         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1926         Remove wordcopy-power6 obejct.
1927         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1928         Use local call for wordcopy and memcpy symbols.
1929         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1930         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1931         implementation for loader.
1932         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1934         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1935         Remove wordcopy-power7 object.
1936         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1937         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1938         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1939         (_wordcopy_fwd_dest_aligned): Likewise.
1940         (_wordcopy_bwd_aligned): Likewise.
1941         (_wordcopy_bwd_dest_aligned): Likewise.
1943         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1944         Rewrite to call __memmove_ppc instead of include default
1945         implementation.
1947         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1948         Remove wide chars objects.
1949         [wcsmbs]: New rule for wide char objects.
1951 2015-02-09  Andreas Schwab  <schwab@suse.de>
1953         [BZ #17912]
1954         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1955         in terms of __O_DIRECTORY.
1957 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1959         * time/getdate.c: Include <stdbool.h>.
1960         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1961         call PTR_MANGLE.
1962         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1963         PTR_DEMANGLE.
1965 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1967         Add ersatz _Static_assert on older C hosts
1968         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1969         pre-C11 C platform that is not known to support _Static_assert.
1971 2015-02-07  Richard Braun  <rbraun@sceen.net>
1973         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1974         sigstate.
1975         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1977 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1979         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1980         priority against unexistent AIO_PRIO_DELTA_MAX.
1981         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1982         instead of int.
1983         * misc/fchflags.c (fchflags): Likewise.
1984         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1985         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1986         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1987         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1988         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1989         Declare macros.
1990         [__USE_MISC] (chflags, fchflags): Declare functions.
1991         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1992         EINVAL when nfds is greater than FD_SETSIZE.
1993         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1994         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1995         45.
1996         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1997         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1998         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1999         MACH_RCV_TIMED_OUT.
2000         * hurd/hurd/signal.h (_hurd_self_sigstate,
2001         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2002         Explicit casts from void *.
2003         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2004         * abi-tags: Rename gnu-gnu os into gnu.
2006         [BZ #4719]
2007         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2008         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2009         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2010         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2011         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2012         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2014         [BZ #17944]
2015         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2016         duplicates ADDR->sun_path with sockaddr LEN limitation.
2017         * sysdeps/mach/hurd/connect.c: Include <string.h>
2018         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2019         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2020         * sysdeps/mach/hurd/sendto.c: Likewise.
2021         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2022         implementing it by hand.
2024 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2026         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2027         Use sfi_breg on ldr.
2028         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2029         Likewise.
2031         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2032         it's defined.
2033         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2034         Test SIGSETXID only if it's defined.
2036         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2038         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2039         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2041         * nptl/tst-align2.c: Moved ...
2042         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2043         * nptl/Makefile (tests): Remove tst-align2.
2044         * sysdeps/unix/sysv/linux/Makefile
2045         [$(subdir) = nptl] (tests): Add tst-align-clone.
2046         * nptl/tst-getpid1.c: Moved ...
2047         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2048         * nptl/tst-getpid2.c: Moved ...
2049         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2050         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2051         * sysdeps/unix/sysv/linux/Makefile
2052         [$(subdir) = nptl] (tests): ... here.
2053         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2054         * sysdeps/unix/sysv/linux/Makefile
2055         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2057         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2058         Drop trailing \n from perror argument.  Use return rather than exit.
2060         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2061         on [SA_SIGINFO].
2062         * nptl/tst-cancel21.c (do_test): Likewise.
2063         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2064         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2065         [!SA_SIGINFO]: Make it a stub test.
2067         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2068         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2070         * posix/tst-getlogin.c: Move to ...
2071         * login/tst-getlogin.c: ... here.
2072         * posix/Makefile (tests): Move tst-getlogin to ...
2073         * login/Makefile (tests): ... here.
2075         * libio/tst-atime.c (do_test): Move local variables SV and E
2076         inside [ST_NOATIME] conditional.
2078         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2080         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2082         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2083         (wait_code): New function replaces macro.
2084         Call nanosleep rather than syscall.
2086         * nptl/pt-system.c: Rewritten.  Put everything under
2087         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2088         Use IFUNC to redirect when possible.
2090         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2091         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2092         Use IFUNC to redirect when possible.
2094         * nptl/pt-fork.c: Rewritten.  Put everything under
2095         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2096         Use IFUNC to redirect when possible.
2097         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2099         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2100         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2101         unconditionally nowadays.  This included the only reference to
2102         __vdso_clock_gettime that appears outside libc proper.
2103         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2104         Remove version set (containing only __vdso_clock_gettime).
2105         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2106         Add attribute_hidden.
2107         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2108         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2109         libc_hidden_data_def.
2110         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2111         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2113         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2114         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2115         setrpcent, and getrpcport to ...
2116         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2117         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2118         getrpcbynumber_r, and getrpcent_r to ...
2119         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2120         * inet/getrpcbyname.c: Moved ...
2121         * sunrpc/getrpcbyname.c: ... here.
2122         * inet/getrpcbyname_r.c: Moved ...
2123         * sunrpc/getrpcbyname_r.c: ... here.
2124         * inet/getrpcbynumber.c: Moved ...
2125         * sunrpc/getrpcbynumber.c: ... here.
2126         * inet/getrpcbynumber_r.c: Moved ...
2127         * sunrpc/getrpcbynumber_r.c: ... here.
2128         * inet/getrpcent.c: Moved ...
2129         * sunrpc/getrpcent.c: ... here.
2130         * inet/getrpcent_r.c: Moved ...
2131         * sunrpc/getrpcent_r.c: ... here.
2132         * inet/Makefile (routines): Move those to ...
2133         * sunrpc/Makefile (routines): ... here.
2134         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2135         the $(subdirs) list.
2136         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2137         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2138         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2139         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2141         * elf/Makefile (routines): Include $(all-dl-routines), not just
2142         $(dl-routines).
2143         (rtld-routines): Likewise.  Use = rather than :=.
2144         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2145         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2146         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2147         * sysdeps/arm/Makefile: Likewise.
2148         * sysdeps/i386/Makefile: Likewise.
2149         * sysdeps/x86_64/Makefile: Likewise.
2150         * sysdeps/hppa/Makefile [$(subdir) = elf]
2151         (sysdep_routines, sysdep-rtld-routines): Don't add
2152         $(sysdep-dl-routines) to these.
2153         * sysdeps/ia64/Makefile: Likewise.
2154         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2155         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2156         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2157         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2158         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2159         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2160         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2161         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2162         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2163         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2164         these; sysdep-dl-routines alone is enough.
2166 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2168         [BZ #17932]
2169         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2170         where multiplication results in zero and third argument is finite
2171         and nonzero.
2172         * math/auto-libm-test-in: Add more tests of fma.
2173         * math/auto-libm-test-out: Regenerated.
2175         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2176         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2177         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2178         (_FP_CMP_EQ): Likewise.
2179         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2181         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2182         extra argument CHECK_NAN.  Redefine as wrapper around
2183         _FP_EXTEND_CNAN.
2185 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2187         * version.h (RELEASE): Set to "stable".
2188         (VERSION): Set to "2.21"
2189         * include/features.h (__GLIBC_MINOR__): Set to 21.
2191         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2193 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2194             Paul Eggert  <eggert@cs.ucla.edu>
2196         [BZ #16618]
2197         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2198         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2199         size in bytes. Store needed elements in wpmax. Use needed size
2200         in bytes for extend_alloca.
2202 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2204         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2205         binutls 2.25, and texinfo 5.2.
2206         * INSTALL: Regenerate.
2207         * sysdeps/nios2/configure: Regenerate.
2208         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2209         * manual/contrib.texi: Update.
2210         * po/be.po: Update.
2211         * po/bg.po: Update.
2212         * po/ca.po: Update.
2213         * po/cs.po: Update.
2214         * po/da.po: Update.
2215         * po/de.po: Update.
2216         * po/el.po: Update.
2217         * po/eo.po: Update.
2218         * po/es.po: Update.
2219         * po/fi.po: Update.
2220         * po/fr.po: Update.
2221         * po/gl.po: Update.
2222         * po/hr.po: Update.
2223         * po/hu.po: Update.
2224         * po/ia.po: Update.
2225         * po/id.po: Update.
2226         * po/it.po: Update.
2227         * po/ja.po: Update.
2228         * po/ko.po: Update.
2229         * po/lt.po: Update.
2230         * po/nb.po: Update.
2231         * po/nl.po: Update.
2232         * po/pl.po: Update.
2233         * po/pt_BR.po: Update.
2234         * po/ru.po: Update.
2235         * po/rw.po: Update.
2236         * po/sk.po: Update.
2237         * po/sl.po: Update.
2238         * po/sv.po: Update.
2239         * po/tr.po: Update.
2240         * po/uk.po: Update.
2241         * po/vi.po: Update.
2242         * po/zh_CN.po: Update.
2243         * po/zh_TW.po: Update.
2245         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2246         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2247         * sysdeps/hppa/dl-irel.h: Remove #warning.
2248         * sysdeps/hppa/entry.h: Provide prototype for
2249         __canonicalize_funcptr_for_compare and cast argument.
2250         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2251         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2252         * sysdeps/hppa/sotruss-lib.c: New file.
2253         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2254         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2255         (atomic_compare_and_exchange_bool_acq): Likewise.
2256         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2257         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2259         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2260         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2261         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2263 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2265         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2266         called function in non-PIC case.
2268 2015-01-31  David S. Miller  <davem@davemloft.net>
2270         * sysdeps/sparc/sparc32/bits/atomic.h
2271         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2272         unlock not after it.
2273         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2274         volatile register usage warnings from the compiler.
2276         * sysdeps/sparc/nptl/sem_init.c: Delete.
2277         * sysdeps/sparc/nptl/sem_post.c: Delete.
2278         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2279         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2280         * sysdeps/sparc/sparc32/sem_init.c: New file.
2281         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2282         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2283         padding explicitly initialized.
2284         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2285         padding for in-semaphore spinlock.
2286         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2287         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2288         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2289         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2290         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2291         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2292         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2293         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2294         version.
2295         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2296         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2298 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2300         [BZ #17801]
2301         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2302         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2303         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2304         New.
2305         (index_AVX_Fast_Unaligned_Load): Likewise.
2306         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2307         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2308         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2309         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2310         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2311         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2312         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2313         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2314         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2316 2015-01-29  Andreas Schwab  <schwab@suse.de>
2318         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2320 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2322         [BZ #17892]
2323         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2325 2015-01-28  Martin Sebor  <msebor@redhat.com>
2327         * math/README.libm-test: Clarify. Add "How to read the test output."
2329 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2331         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2332         Define to 0.
2334 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2336         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2337         (__HAVE_64B_ATOMICS): Define to 0.
2339 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2341         [BZ #17885]
2342         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2343         value to set as new flag.
2345         [BZ #16576]
2346         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2347         and use _ARCH_PPCSQ instead.
2348         (__ieee754_sqrt): Likewise.
2349         (__ieee754_sqrtf): Likewise.
2350         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2351         _ARCH_PPCSQ is defined.
2352         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2353         fsqrt instruction.
2354         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2355         _ARCH_PPCSQ is defined.
2356         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2357         fsqrts instruction.
2358         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2360 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2362         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2363         bug (GCC BZ #64739).
2365 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2367         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2368         Mark _retval as used.
2369         (lll_futex_wake_unlock): Likewise.
2370         (lll_futex_timed_wait_requeue_pi): Likewise.
2372         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2373         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2374         register variables.
2376         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2377         libm_hidden_def.
2379         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2380         (__bswap_64): Mark as __always_inline.
2382 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2384         [BZ #15378]
2385         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2386         when none of the search directories exist.
2388 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2390         [BZ #17869]
2391         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2392         power8 in .machine directive.
2394         [BZ #17868]
2395         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2396         set dependency from opd value.
2398 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2400         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2401         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2402         architecture.
2404 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2406         [BZ #17870]
2407         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2408         with uint64_t.
2409         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2410         (uint64_t) 1.
2411         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2412         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2413         Replace 1UL with (uint64_t) 1.
2414         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2415         int with uint64_t.
2417 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2419         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2420         (if_freenameindex): Likewise.
2422         * resource/getrlimit64.c: Add missing libc_hidden_def.
2424 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2426         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2427         __label__.
2428         (_FP_FMA): Likewise.
2429         (_FP_TO_INT_ROUND): Likewise.
2430         (_FP_FROM_INT): Likewise.
2432 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2434         [BZ #16418]
2435         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2436         Make code racy and cancel safe.
2438 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2440         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2441         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2442         attribution.
2444         * pwd/tst-getpw.c: Rewrite.
2446         [BZ #17702]
2447         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2448         (modules-names): Add moddummy1 and moddummy2.
2449         ($(objpfx)tst-rec-dlopen): Define.
2450         * dlfcn/moddummy1.c: New file.
2451         * dlfcn/moddummy2.c: New file.
2452         * dlfcn/tst-rec-dlopen.c: New file.
2453         * elf/dl-cache.c (_dl_load_cache_lookup):
2454         Return char*. Copy result with alloca/strcpy/strdup.
2455         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2456         returns char*. Free cached. If not saving realname
2457         free cached.
2458         * elf/dl-open.c (dl_open_worker): Do not assert that
2459         _r_debug->r_state is RT_CONSISTENT.
2460         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2461         returns char*.
2463 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2464             Carlos O'Donell  <carlos@redhat.com>
2466         [BZ #12674]
2467         * nptl/sem_waitcommon.c: New file.
2468         * nptl/sem_wait.c: Include sem_waitcommon.c.
2469         (__sem_wait_cleanup, do_futex_wait): Remove.
2470         (__new_sem_wait): Adapt.
2471         (__new_sem_trywait): New function.
2472         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2473         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2474         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2475         (sem_timedwait): Adapt.
2476         * nptl/sem_post.c (__new_sem_post): Adapt.
2477         (futex_wake): New function.
2478         (__old_sem_post): Add release MO fence.
2479         * nptl/sem_open.c (sem_open): Adapt.
2480         * nptl/sem_init.c (__new_sem_init): Adapt.
2481         (futex_private_if_supported): New function.
2482         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2483         (__old_sem_getvalue): Add using previous code.
2484         * sysdeps/nptl/internaltypes.h: Adapt.
2485         * nptl/tst-sem13.c (do_test): Adapt.
2486         * nptl/tst-sem11.c (main): Adapt.
2487         * nptl/sem_trywait.c: Remove.
2488         * nptl/DESIGN-sem.txt: Remove.
2489         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2490         (gen-as-const-headers): Remove structsem.sym.
2491         * nptl/structsem.sym: Remove.
2492         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2493         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2494         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2495         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2496         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2497         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2498         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2499         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2500         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2501         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2502         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2503         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2504         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2505         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2506         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2507         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2508         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2509         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2510         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2511         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2512         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2513         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2515 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2517         * INSTALL: Regenerated.
2519         * po/libc.pot: Regenerated.
2521 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2522             Sandra Loosemore  <sandra@codesourcery.com>
2523             Andrew Jenner  <andrew@codesourcery.com>
2524             Joseph Myers  <joseph@codesourcery.com>
2525             Nathan Sidwell  <nathan@codesourcery.com>
2527         * NEWS: Mention new Nios II port.
2528         * sysdeps/nios2/Implies: New file.
2529         * sysdeps/nios2/Makefile: New file.
2530         * sysdeps/nios2/Subdirs: New file.
2531         * sysdeps/nios2/Versions: New file.
2532         * sysdeps/nios2/__longjmp.S: New file.
2533         * sysdeps/nios2/abort-instr.h: New file.
2534         * sysdeps/nios2/backtrace.c: New file.
2535         * sysdeps/nios2/bits/endian.h: New file.
2536         * sysdeps/nios2/bits/fenv.h: New file.
2537         * sysdeps/nios2/bits/link.h: New file.
2538         * sysdeps/nios2/bits/setjmp.h: New file.
2539         * sysdeps/nios2/bsd-_setjmp.S: New file.
2540         * sysdeps/nios2/bsd-setjmp.S: New file.
2541         * sysdeps/nios2/configure: New generated file.
2542         * sysdeps/nios2/configure.ac: New file.
2543         * sysdeps/nios2/crti.S: New file.
2544         * sysdeps/nios2/crtn.S: New file.
2545         * sysdeps/nios2/dl-init.c: New file.
2546         * sysdeps/nios2/dl-machine.h: New file.
2547         * sysdeps/nios2/dl-sysdep.h: New file.
2548         * sysdeps/nios2/dl-tls.h: New file.
2549         * sysdeps/nios2/dl-trampoline.S: New file.
2550         * sysdeps/nios2/gccframe.h: New file.
2551         * sysdeps/nios2/gmp-mparam.h: New file.
2552         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2553         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2554         * sysdeps/nios2/ldsodefs.h: New file.
2555         * sysdeps/nios2/libc-tls.c: New file.
2556         * sysdeps/nios2/libm-test-ulps: New file.
2557         * sysdeps/nios2/machine-gmon.h: New file.
2558         * sysdeps/nios2/math-tests.h: New file.
2559         * sysdeps/nios2/math_private.h: New file.
2560         * sysdeps/nios2/memusage.h: New file.
2561         * sysdeps/nios2/nptl/Makefile: New file.
2562         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2563         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2564         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2565         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2566         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2567         * sysdeps/nios2/nptl/tls.h: New file.
2568         * sysdeps/nios2/preconfigure: New file.
2569         * sysdeps/nios2/s_fma.c: New file.
2570         * sysdeps/nios2/s_fmaf.c: New file.
2571         * sysdeps/nios2/setjmp.S: New file.
2572         * sysdeps/nios2/sfp-machine.h: New file.
2573         * sysdeps/nios2/sotruss-lib.c: New file.
2574         * sysdeps/nios2/stackguard-macros.h: New file.
2575         * sysdeps/nios2/stackinfo.h: New file.
2576         * sysdeps/nios2/start.S: New file.
2577         * sysdeps/nios2/sysdep.h: New file.
2578         * sysdeps/nios2/tls-macros.h: New file.
2579         * sysdeps/nios2/tst-audit.h: New file.
2580         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2581         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2582         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2583         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2584         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2585         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2586         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2587         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2588         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2589         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2590         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2591         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2592         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2593         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2594         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2595         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2596         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2597         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2598         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2599         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2600         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2601         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2602         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2603         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2604         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2605         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2606         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2607         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2608         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2609         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2610         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2611         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2612         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2613         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2614         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2615         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2616         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2617         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2618         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2619         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2620         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2621         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2622         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2623         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2625 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2627         [BZ #17844]
2628         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2629         (getutent): Use weak_alias in non SHARED case
2630         and default_symbol_version in SHARED case.
2631         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2632         (getutent_r, pututline): Likewise.
2633         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2634         (getutid): Likewise.
2635         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2636         (getutid_r): Likewise.
2637         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2638         (getutline): Likewise.
2639         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2640         (getutline_r): Likewise.
2641         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2642         (updwtmp): Likewise.
2644 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2646         [BZ #17848]
2647         * sysdeps/s390/s390-32/memcmp.S
2648         (memcmp_g5): Rename to __memcmp_g5.
2649         * sysdeps/s390/s390-32/memcpy.S
2650         (memcpy_g5): Rename to __memcpy_g5.
2651         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2652         (memcpy_mvcle) Rename to __memcpy_mvcle.
2653         * sysdeps/s390/s390-32/memset.S
2654         (memset_g5): Rename to __memset_g5.
2655         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2656         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2657         and use prefixed functions.
2658         * sysdeps/s390/s390-32/multiarch/memcmp.S
2659         (memcmp_z196): Rename to __memcmp_z196.
2660         (memcmp_z10): Rename to __memcmp_z10.
2661         (memcmp): Set alias to __memcmp_g5.
2662         (bcmp): Set alias to __memcmp_g5.
2663         * sysdeps/s390/s390-32/multiarch/memcpy.S
2664         (memcpy_z196): Rename to __memcpy_z196.
2665         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2666         (memcpy_z10): Rename to __memcpy_z10.
2667         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2668         (memcpy): Set alias to __memcpy_g5.
2669         * sysdeps/s390/s390-32/multiarch/memset.S
2670         (memset_z196): Rename to __memset_z196.
2671         Jump to __memset_mvcle instead of memset_mvcle.
2672         (memset_z10): Rename to __memset_z10.
2673         Jump to __memset_mvcle instead of memset_mvcle.
2674         (memset_mvcle) Rename to __memset_mvcle.
2675         (memset): Set alias to __memset_g5.
2676         * sysdeps/s390/s390-64/memcmp.S
2677         (memcmp_z900): Rename to __memcmp_z900.
2678         * sysdeps/s390/s390-64/memcpy.S
2679         (memcpy_z900): Rename to __memcpy_z900.
2680         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2681         (memcpy_mvcle) Rename to __memcpy_mvcle.
2682         * sysdeps/s390/s390-64/memset.S
2683         (memset_z900): Rename to __memset_z900.
2684         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2685         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2686         and use prefixed functions.
2687         * sysdeps/s390/s390-64/multiarch/memcmp.S
2688         (memcmp_z196): Rename to __memcmp_z196.
2689         (memcmp_z10): Rename to __memcmp_z10.
2690         (memcmp): Set alias to __memcmp_z900.
2691         (bcmp): Set alias to __memcmp_z900.
2692         * sysdeps/s390/s390-64/multiarch/memcpy.S
2693         (memcpy_z196): Rename to __memcpy_z196.
2694         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2695         (memcpy_z10): Rename to __memcpy_z10.
2696         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2697         (memcpy): Set alias to __memcpy_z900.
2698         * sysdeps/s390/s390-64/multiarch/memset.S
2699         (memset_z196): Rename to __memset_z196.
2700         Jump to __memset_mvcle instead of memset_mvcle.
2701         (memset_z10): Rename to __memset_z10.
2702         Jump to __memset_mvcle instead of memset_mvcle.
2703         (memset_mvcle) Rename to __memset_mvcle.
2704         (memset): Set alias to __memset_z900.
2706 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2708         [BZ #17748]
2709         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2710         __fesetenv instead of fesetenv.
2712 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2714         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2715         macro.
2717 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2719         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2720         regression on LE.
2722         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2723         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2724         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2725         strncmp-power8 object.
2726         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2727         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2728         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2729         * NEWS: Update.
2731 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2732             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2734         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2735         trailing byte check.
2737 2015-01-13  David S. Miller  <davem@davemloft.net>
2739         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2741 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2743         * login/logout.c (logout): Use memset rather than bzero.
2744         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2745         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2746         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2747         (_gethtbyaddr): Likewise.
2748         * locale/programs/simple-hash.c (bcopy): Macro removed.
2750 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2752         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2753         Add strcmp-power8 object.
2754         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2755         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2756         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2757         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2758         __strcmp_power8 implementation.
2759         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2760         * NEWS: Update.
2762         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2763         Add strncpy-power8 and stpncpy-power8 objects.
2764         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2765         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2766         implementations.
2767         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2768         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2769         __stpncpy_power8 implementation.
2770         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2771         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2772         __strncpy_power8 implementation.
2773         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2774         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2775         * NEWS: Update.
2777         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2778         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2779         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2781         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2782         strncat-power8 object.
2783         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2784         __strcat_power8 implementation.
2785         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2786         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2787         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2788         optimized strcat for power8.
2790         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2791         strcpy-power8 and stpcpy-power8 objects.
2792         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2793         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2794         implementations.
2795         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2796         multiarch stpcpy implementation for POWER8.
2797         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2798         multiarch strcpy implementation for POWER8.
2799         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2800         __strcpy_power8 function.
2801         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2802         stpcpy for POWER8.
2803         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2804         strcpy for POWER8.
2805         * NEWS: Update.
2807 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2809         [BZ #16009]
2810         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2811         weights and rules. Use do_xfrm_cached if data fits in cache,
2812         do_xfrm otherwise.  Moved former main loop to...
2813         * (do_xfrm_cached): New function.
2814         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2815         find_idx, find_position and stack_push.
2816         * (find_idx): New function.
2817         * (find_position): Likewise.
2818         * localedata/sort-test.sh: Added test run for do_xfrm.
2819         * localedata/xfrm-test.c (main): Added command line option
2820         -nocache to run the test with strings that are too large for
2821         the STRXFRM cache.
2823 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2825         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2826         variable to lll_futex_wake call, not the value itself.
2828 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2830         [BZ #17803]
2831         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2832         twom64.  Adjust value to 0x1p-64L.
2833         (__scalblnl): Only return standard underflowing result for K <=
2834         -64 not K <= -63; adjust exponent for underflowing result by 64
2835         not 63.
2836         * math/libm-test.inc (scalbn_test_data): Add more tests.
2837         (scalbln_test_data): Likewise.
2839         [BZ #17834]
2840         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2841         0x1p63L.
2842         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2843         not HX.
2844         * math/libm-test.inc (scalbn_test_data): Add more tests.
2845         (scalbln_test_data): Likewise.
2847 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2848             Stefani Seibold  <stefani@seibold.net>
2850         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2851         (sysdep_routines): Add dl-vdso here, ...
2852         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2853         (sysdep_routines): ... not here.
2854         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2855         fallback when vDSO is not presented.
2856         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2857         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2858         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2859         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2860         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2861         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2862         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2863         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2864         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2865         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2866         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2867         fallback configurable symbol when vDSO is not available.
2868         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2869         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2870         be able to redefine fallback symbol when vDSO is not available.
2871         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2872         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2874 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2876         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2877         (TLS_INIT_TP): Add tm_capable initialization.
2878         (TLS_DEFINE_INIT_TP): Likewise.
2879         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2880         TCB.
2881         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2882         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2883         calculation.
2884         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2885         transactoion is lock elision is built and TCB tm_capable is set.
2886         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2888         (INTERNAL_SYSCALL_NCS): Likewise.
2889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2890         (INTERNAL_SYSCALL_NCS): Likewise.
2891         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2893         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2894         for powerpc.
2895         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2896         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2897         and remove it for 32 bits case.
2898         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2899         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2900         initialization.
2901         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2902         Disable lock elision with rdlocks if elision is not available.
2904         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2905         (sysdep_routines): Add lock elision objects.
2906         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2907         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2908         [pthread_mutex_t] (__elision): Add field.
2909         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2910         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2911         elision definitions for powerpc.
2912         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2913         implementation of lock elision for powerpc.
2914         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2915         implementation of timed lock elision for powerpc.
2916         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2917         implementation of trylock with lock elision for powerpc.
2918         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2919         implementaion of unlock for lock elision for powerpc.
2920         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2921         automatic enable lock elision for mutexes.
2922         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2923         transaction execution definitions for powerpc.
2924         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2925         definitions.
2926         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2927         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2928         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2929         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2930         * NEWS: Update.
2932 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2934         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2935         for #include of <shm-directory.h>.
2937 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2939         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2940         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2942 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2944         [BZ #17791]
2945         * NEWS: Mention bug fix.
2946         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2947         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2948         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2950 2015-01-09  Torvald Riegel <triegel@redhat.com>
2952         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2954 2015-01-09  Torvald Riegel <triegel@redhat.com>
2956         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2958 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2960         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2961         pointer and cast to uintptr_t.
2963 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2965         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2966         removed.
2967         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2969 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2971         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2972         of 0.
2974 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2976         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2977         <nptl/pthreadP.h> instead.
2978         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2980         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2981         already defined.
2982         [__SIGRTMIN] (init): Function removed.
2983         [__SIGRTMIN] (initialized): Variable removed.
2984         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2985         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2986         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2987         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2988         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2989         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2990         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2991         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2992         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2993         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2994         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2995         * sysdeps/nptl/allocrtsig.c: New file.
2996         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2997         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2998         * sysdeps/generic/testrtsig.h: File removed.
3000         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3001         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3003         * nptl/nptl-init.c (pthread_functions): Conditionalize
3004         .ptr__nptl_setxid initialization on [SIGSETXID].
3006         * sysdeps/nptl/sys/procfs.h: New file.
3007         * nptl_db/Makefile (headers): Add it.
3008         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3010         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3011         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3012         * nptl/pthread_attr_setaffinity.c: Include it.
3013         * nptl/pthread_setattr_default_np.c: Likewise.
3014         * nptl/check-cpuset.h: New file.
3016 2015-01-08  Richard Henderson  <rth@redhat.com>
3018         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3019         (CFLAGS-tst-execstack-prog.c): Likewise.
3020         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3022 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3023             Sandra Loosemore  <sandra@codesourcery.com>
3024             Andrew Jenner  <andrew@codesourcery.com>
3025             Joseph Myers  <joseph@codesourcery.com>
3026             Nathan Sidwell  <nathan@codesourcery.com>
3028         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3029         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3030         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3031         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3032         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3033         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3034         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3035         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3036         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3037         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3038         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3039         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3040         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3041         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3042         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3043         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3044         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3046 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3048         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3049         timespec struct member in syscall macro.
3050         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3051         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3052         first timeval struct member in syscall macro.
3053         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3055 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3057         [BZ #17748]
3058         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3059         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3060         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3061         __feupdateenv and define as weak alias of __feupdateenv.  Use
3062         libm_hidden_weak.
3063         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3064         libm_hidden_def.
3065         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3066         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3067         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3068         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3069         libm_hidden_def.
3070         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3071         __feupdateenv and define as weak alias of __feupdateenv.  Use
3072         libm_hidden_weak.
3073         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3074         libm_hidden_def.
3075         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3076         __feupdateenv and define as weak alias of __feupdateenv.  Use
3077         libm_hidden_weak.
3078         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3079         libm_hidden_def.
3080         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3081         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3082         (__feupdateenv): Likewise.
3083         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3084         __feupdateenv and define as weak alias of __feupdateenv.  Use
3085         libm_hidden_weak.
3086         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3087         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3088         libm_hidden_def.
3089         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3090         function.
3091         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3092         libm_hidden_def.
3093         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3094         __feupdateenv instead of feupdateenv.
3095         (default_libc_feupdateenv_test): Likewise.
3096         (libc_feresetround_ctx): Likewise.
3098 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3100         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3101         prototype.
3103 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3105         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3106         COLL_SYM in a couple of places to avoid uninitialized variable
3107         wanings on tilegx gcc 4.8.2.
3109 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3111         * sysdeps/aarch64/strcpy.S: New file.
3112         * sysdeps/aarch64/stpcpy.S: New file.
3113         * NEWS: Updated.
3115 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3117         * sysdeps/aarch64/strrchr.S: New file.
3118         * NEWS: Updated.
3120 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3122         [BZ #17658]
3123         * stdlib/setenv.c: Fix memory leak when setting large,
3124         duplicate string.
3126 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3128         [BZ #17273]
3129         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3130         and tabs from buffer before parsing fstab entry.
3131         * misc/tst-mntent.c (main): Add test for mount entry with
3132         trailing spaces and tabs.
3134 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3136         [BZ #17748]
3137         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3138         * math/fesetround.c (fesetround): Rename to __fesetround and
3139         define as weak alias of __fesetround.  Use libm_hidden_weak.
3140         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3141         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3142         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3143         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3144         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3145         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3146         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3147         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3148         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3149         __fesetround_inline.
3150         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3151         __fesetround_inline instead of __fesetround.
3152         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3153         __fesetround and define as weak alias of __fesetround.  Use
3154         libm_hidden_weak.  Call __fesetround_inline instead of
3155         __fesetround.
3156         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3157         __fesetround and define as weak alias of __fesetround.  Use
3158         libm_hidden_weak.
3159         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3160         Likewise.
3161         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3162         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3163         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3164         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3165         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3166         __fesetround and define as weak alias of __fesetround.  Use
3167         libm_hidden_weak.
3168         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3169         __fesetround instead of fesetround.
3170         (default_libc_feholdexcept_setround): Likewise.
3171         (libc_feholdsetround_ctx): Likewise.
3172         (libc_feholdsetround_noex_ctx): Likewise.
3174         [BZ #17748]
3175         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3176         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3177         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3178         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3179         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3180         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3181         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3182         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3183         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3184         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3185         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3186         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3187         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3188         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3189         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3190         libm_hidden_def.
3191         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3192         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3193         Likewise.
3194         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3195         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3196         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3197         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3198         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3199         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3200         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3201         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3202         __fesetenv instead of fesetenv.
3203         (libc_feresetround_noex_ctx): Likewise.
3204         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3205         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3206         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3207         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3208         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3209         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3210         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3211         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3212         (__feupdateenv): Likewise.
3213         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3214         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3215         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3216         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3218 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3220         [BZ #17806]
3221         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3222         addresses have been freed.
3224 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3226         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3227         and nservall.
3229 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3231         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3232         Clean up check_pf allocation pattern. addresses
3234 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3236         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3237         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3238         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3239         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3240         * nptl/pthread_join.c (pthread_join): Likewise.
3241         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3242         * sysdeps/posix/waitid.c (__waitid): Likewise.
3243         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3244         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3245         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3246         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3247         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3248         Likewise.
3249         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3250         (__libc_pread64): Likewise.
3251         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3252         (__libc_pwrite): Likewise.
3253         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3254         (__libc_pwrite64): Likewsie.
3255         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3256         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3257         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3258         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3259         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3260         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3261         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3263         Likewise.
3264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3265         (__libc_pread64): Likewise.
3266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3267         Likewise.
3268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3269         (__libc_pwrite64): Likewise.
3270         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3271         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3272         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3273         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3274         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3275         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3276         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3277         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3278         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3279         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3280         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3281         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3282         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3283         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3284         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3285         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3286         Likewise.
3288 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3290         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3291         (CFLAGS-test-double.c): Likewise.
3292         (CFLAGS-test-ldouble.c): Likewise.
3293         (CPPFLAGS-test-ifloat.c): Likewise.
3294         (CPPFLAGS-test-idouble.c): Likewise.
3295         (CPPFLAGS-test-ildoubl.c): Likewise.
3296         (CFLAGS-test-test-fenv.c): Remove variable.
3297         (CFLAGS-test-misc.c): Likewise.
3299 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3301         [BZ #17797]
3302         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3303         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3304         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3305         CLOCKS_PER_SEC == 1000000.
3306         * time/clocktest.c (main): Replace %ld with %jd and cast to
3307         intmax_t.
3309 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3311         * sysdeps/generic/unwind-resume.h: New file.
3312         * sysdeps/gnu/unwind-resume.c: Include it.
3313         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3314         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3315         argument list.
3316         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3317         global rather than static.
3318         (_Unwind_Resume): Update user.
3319         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3320         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3321         rather than static.  Add __attribute__ ((cold)).
3322         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3323         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3324         * sysdeps/arm/arm-unwind-resume.S: New file.
3325         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3326         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3327         * sysdeps/arm/Makefile [$(subdir) = csu]
3328         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3329         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3330         Add rt-arm-unwind-resume.
3331         [$(subdir) = nptl]
3332         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3333         Add pt-arm-unwind-resume.
3334         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3335         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3337 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3339         [BZ #17748]
3340         * include/fenv.h (__feholdexcept): Declare.  Use
3341         libm_hidden_proto.
3342         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3343         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3344         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3345         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3346         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3347         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3348         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3349         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3350         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3351         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3352         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3353         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3354         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3355         (feholdexcept): Likewise.
3356         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3357         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3358         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3359         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3360         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3361         __feholdexcept instead of feholdexcept.
3362         (default_libc_feholdexcept_setround): Likewise.
3364 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3366         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3367         to avoid using stl/str to align destination.
3369 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3371         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3373 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3375         [BZ #17796]
3376         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3377         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3378         Define as weak alias not strong alias.
3380 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3382         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3383         bltzal with addiupc.
3384         (RTLD_START): Ditto.
3386 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3388         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3389         for __vdso_* functions in declarations.
3390         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3391         definitions.
3392         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3393         INTERNAL_VSYSCALL): Use struct return types to check for error.
3395         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3396         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3397         function with cast from llround().
3398         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3399         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3400         Define.
3402 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3404         [BZ #17793]
3405         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3406         Define as weak alias not strong alias.
3408         [BZ #17635]
3409         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3410         ...
3411         * ctype/ctype-extn.c: ... here.
3412         (__isblank_l): Move to ...
3413         * ctype/ctype-c99_l.c: ... here.  New file.
3414         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3415         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3416         Remove variable.
3417         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3418         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3419         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3420         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3421         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3423         [BZ #17777]
3424         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3425         (posix_fadvise64): Define as weak alias not strong alias.
3426         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3427         (posix_fallocate64): Likewise.
3428         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3429         Remove variable.
3430         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3431         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3432         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3433         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3434         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3436 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3438         [BZ #16191]
3439         * NEWS: Mention bug fix.
3440         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3441         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3442         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3443         (HOST_STACK_END_ADDR): Likewise.
3445 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3447         [BZ #17748]
3448         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3449         * math/fegetround.c (fegetround): Rename to __fegetround and
3450         define as weak alias of __fegetround.  Use libm_hidden_weak.
3451         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3452         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3453         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3454         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3455         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3456         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3457         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3458         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3459         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3460         Undefine after rather than before function definition; use
3461         parentheses around function name in definition.
3462         (__fegetround): Also undefine macro after function definition.
3463         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3464         __fegetround and define as weak alias of __fegetround.  Use
3465         libm_hidden_weak.  Do not undefine as macro.
3466         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3467         Likewise.
3468         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3469         __fegetround and define as weak alias of __fegetround.  Use
3470         libm_hidden_weak.
3471         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3472         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3473         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3474         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3475         __fegetround and define as weak alias of __fegetround.  Use
3476         libm_hidden_weak.
3477         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3478         __fegetround instead of fegetround.
3480         [BZ #17782]
3481         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3482         Condition macro definition on [__USE_MISC].
3484         [BZ #17781]
3485         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3486         (struct sigaction): Change type of sa_flags field to int.
3488         [BZ #17780]
3489         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3490         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3491         __glibc_reserved0.
3493         * nptl/version.c (banner): Use single year in copyright notice.
3495         * NEWS: Update copyright dates.
3496         * catgets/gencat.c (print_version): Likewise.
3497         * csu/version.c (banner): Likewise.
3498         * debug/catchsegv.sh: Likewise.
3499         * debug/pcprofiledump.c (print_version): Likewise.
3500         * debug/xtrace.sh (do_version): Likewise.
3501         * elf/ldconfig.c (print_version): Likewise.
3502         * elf/ldd.bash.in: Likewise.
3503         * elf/pldd.c (print_version): Likewise.
3504         * elf/sotruss.sh: Likewise.
3505         * elf/sprof.c (print_version): Likewise.
3506         * iconv/iconv_prog.c (print_version): Likewise.
3507         * iconv/iconvconfig.c (print_version): Likewise.
3508         * locale/programs/locale.c (print_version): Likewise.
3509         * locale/programs/localedef.c (print_version): Likewise.
3510         * login/programs/pt_chown.c (print_version): Likewise.
3511         * malloc/memusage.sh (do_version): Likewise.
3512         * malloc/memusagestat.c (print_version): Likewise.
3513         * malloc/mtrace.pl: Likewise.
3514         * manual/libc.texinfo: Likewise.
3515         * nptl/version.c (banner): Likewise.
3516         * nscd/nscd.c (print_version): Likewise.
3517         * nss/getent.c (print_version): Likewise.
3518         * nss/makedb.c (print_version): Likewise.
3519         * posix/getconf.c (main): Likewise.
3520         * scripts/test-installation.pl: Likewise.
3521         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3523 2015-01-02  Will Newton  <will.newton@linaro.org>
3525         * sysdeps/arm/armv7/configure: Removed.
3526         * sysdeps/arm/armv7/configure.ac: Likewise.
3528 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3530         * All files with FSF copyright notices: Update copyright dates
3531         using scripts/update-copyrights.
3532         * intl/plural.c: Regenerated.
3533         * locale/programs/charmap-kw.h: Likewise.
3534         * locale/programs/locfile-kw.h: Likewise.
3536 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3538         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3540 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3542         [BZ #17748]
3543         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3544         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3545         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3546         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3547         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3548         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3549         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3550         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3551         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3552         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3553         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3554         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3555         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3556         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3557         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3558         libm_hidden_def.
3559         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3560         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3561         Likewise.
3562         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3563         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3564         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3565         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3566         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3567         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3568         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3569         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3570         __fegetenv instead of fegetenv.
3571         (libc_feholdsetround_noex_ctx): Likewise.
3573 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3575         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3576         (Elf_MIPS_ABIFlags_v0): New structure.
3577         (EF_MIPS_FP64): Define.
3578         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3579         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3580         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3581         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3582         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3583         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3584         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3585         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3586         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3587         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3588         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3589         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3590         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3591         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3592         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3593         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3594         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3595         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3596         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3597         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3598         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3599         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3600         field.
3601         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3602         EF_MIPS_FP64.
3603         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3604         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3605         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3606         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3607         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3608         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3609         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3610         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3611         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3612         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3613         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3614         record the current FP ABI extension.
3615         (mips-mode-switch): Define to show if kernel headers support mode
3616         switching.
3617         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3618         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3619         supported SYSV ABI version to 3.
3620         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3621         feature.
3623 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3624             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3626         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3627         path.
3628         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3630 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3632         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3633         __fegetround and redefine to call __fegetround.  Remove condition
3634         on [!__NO_MATH_INLINES].
3635         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3636         function.
3637         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3638         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3639         Remove macro.
3640         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3641         instead of <fenv_libc.h>.
3642         (__llrintl): Call fegetround instead of __fegetround.
3643         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3644         instead of <fenv_libc.h>.
3645         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3646         (__lrintl): Call fegetround instead of __fegetround.
3647         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3648         instead of <fenv_libc.h>.
3649         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3650         (__rintl): Call fegetround instead of __fegetround.
3652 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3654         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3655         arrays.
3657 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3659         [BZ #17775]
3660         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3661         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3662         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3664 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3666         * sysdeps/i386/tls-macros.h: Include <features.h>.
3667         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3668         (TLS_IE): Likewise.
3669         (TLS_LD): Likewise.
3670         (TLS_GD): Likewise.
3671         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3672         define for GCC >= 5.0.
3674 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3676         * math/test-fenv.c (test_single_exception, set_single_exc,
3677         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3678         feexcp_mask_test, feenable_test, fe_single_test): Add
3679         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3680         case where they are not used.
3681         * math/libm-test.inc: Likewise.
3682         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3683         unused in the absence of FP rounding/exception support.
3684         * stdio-common/tst-printf-round.c: Likewise.
3685         * stdlib/tst-strtod-round.c: Likewise.
3686         * stdlib/tst-strtod-underflow.c: Likewise.
3688 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3690         [BZ #17723]
3691         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3692         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3693         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3694         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3695         libm_hidden_weak.
3696         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3697         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3698         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3699         libm_hidden_def.
3700         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3701         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3702         libm_hidden_weak.
3703         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3704         Likewise.
3705         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3706         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3707         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3708         libm_hidden_weak.
3709         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3710         libm_hidden_def.
3711         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3712         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3713         (__feraiseexcept): Likewise.
3714         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3715         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3716         libm_hidden_weak.
3717         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3718         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3719         libm_hidden_def.
3720         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3721         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3722         Use libm_hidden_def.
3723         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3724         libm_hidden_def.
3725         (feraiseexcept): Define as weak not strong alias.  Use
3726         libm_hidden_weak.
3727         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3728         New inline function.  Factored out of ...
3729         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3730         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3731         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3732         feraiseexcept.
3733         * math/w_acos.c (__acos): Likewise.
3734         * math/w_asin.c (__asin): Likewise.
3735         * math/w_ilogb.c (__ilogb): Likewise.
3736         * math/w_j0.c (y0): Likewise.
3737         * math/w_j1.c (y1): Likewise.
3738         * math/w_jn.c (yn): Likewise.
3739         * math/w_log.c (__log): Likewise.
3740         * math/w_log10.c (__log10): Likewise.
3741         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3742         * sysdeps/aarch64/fpu/math_private.h
3743         (libc_feupdateenv_test_aarch64): Likewise.
3744         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3745         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3746         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3747         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3748         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3749         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3750         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3751         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3752         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3753         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3755 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3757         [BZ #17732]
3758         * io/test-utime.c (main): Replace %ld with %jd and cast to
3759         intmax_t.
3760         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3761         * nptl/tst-mutex5.c: Include <stdint.h>.
3762         (do_test): Replace %ld with %jd and cast to intmax_t.
3763         * posix/tst-regex.c (run_test): Likewise.
3764         (run_test_backwards): Likewise.
3765         * rt/tst-clock.c: Include <stdint.h>.
3766         (clock_test): Replace %ld with %jd and cast to intmax_t.
3767         * rt/tst-cpuclock1.c: Include <stdint.h>.
3768         (do_test): Replace %lu with %ju and cast to uintmax_t.
3769         * rt/tst-cpuclock2.c: Include <stdint.h>.
3770         (do_test): Replace %lu with %ju and cast to uintmax_t.
3771         * rt/tst-mqueue1.c: Include <stdint.h>.
3772         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3773         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3774         intmax_t.
3775         * rt/tst-mqueue4.c (do_test): Likewise.
3776         * rt/tst-timer4.c: Include <stdint.h>.
3777         (check_ts): Replace %ld with %jd and cast to intmax_t.
3778         (do_test): Likewise.
3779         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3780         and cast to intmax_t.
3781         * sysdeps/pthread/tst-timer.c (main): Likewise.
3782         * time/clocktest.c (main): Likewise.
3783         * time/tst-posixtz.c (do_test): Likewise.
3784         * timezone/tst-timezone.c (main): Likewise.
3786 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3787             H.J. Lu  <hongjiu.lu@intel.com>
3789         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3790         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3791         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3792         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3793         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3794         version if bit_Fast_Unaligned_Load is set.
3795         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3796         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3797         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3798         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3799         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3800         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3801         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3802         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3803         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3804         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3805         to 4.
3806         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3807         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3808         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3809         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3811 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3813         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3814         instead of #if to avoid a Wundef warning.
3815         * stdlib/tst-limits.c (do_test): Likewise.
3817         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3818         parallel other exception macros.
3819         (fegetenv): Convert from macro to extern inline so that it applies
3820         retroactively to inline functions already seen by the compiler.
3821         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3823         * posix/Makefile (before-compile): Use $(objpfx) for
3824         posix-conf-vars-def.h.
3826 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3828         * posix/getconf.c (main): Use size_t for type of I.
3829         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3830         NSPEC.
3832         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3833         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3834         * posix/posix-envs.def: Likewise.
3835         * sysdeps/posix/sysconf.c: Likewise.
3836         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3837         (specs): Remove array.
3838         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3839         array.
3841         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3842         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3843         (__sysconf): Use CONF_IS_* macros.
3845         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3846         ($(objpfx)posix-conf-vars-def.h): New target.
3847         * posix/posix-conf-vars.list: New file.
3848         * posix/posix-conf-vars.h: New file.
3849         * posix/confstr.c: Include posix-conf-vars.h.
3850         (confstr): Use CONF_IS_* macros.
3851         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3852         CONF_IS_* macros.
3853         * scripts/gen-posix-conf-vars.awk: New file.
3855 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3857         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3858         fegetround): Add no-op macros to avoid linknamespace issues.
3860         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3861         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3863         * sysdeps/unix/sysv/linux/tile/sysdep.h
3864         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3865         assembly-specific section to avoid a redefinition warning.
3867         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3868         long before casting to pointer to avoid a cast warning.
3870 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3872         * sysdeps/tile/tilegx/Implies: New file.
3874 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3876         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3878 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3880         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3882 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3884         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3885         not define.
3886         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3887         <kernel-features.h>.
3888         (__utimes) [__NR_utimes]: Make code unconditional.
3889         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3890         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3891         (__ASSUME_UTIMES): Do not undefine.
3892         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3893         (__ASSUME_UTIMES): Likewise.
3894         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3895         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3896         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3897         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3899 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3901         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3903 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3905         [BZ #17747]
3906         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3907         alias to weak alias for j0l, y0l.
3908         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3909         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3911         [BZ #17746]
3912         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3913         conversion.
3915 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3917         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3918         to zero if not already defined.
3920 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3922         [BZ #17724]
3923         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3924         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3925         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3926         (char *) casts added.
3927         * sysdeps/ieee754/k_standardf.c: New file.
3928         * sysdeps/ieee754/k_standardl.c: Likewise.
3929         * math/Makefile (libm-support): Remove k_standard.
3930         (libm-calls): Add k_standard.
3932 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3934         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3935         Optimize to avoid an unnecessary FPCR read.
3937 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3939         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3940         Optimize to reduce FPCR/FPSR accesses.
3942 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3944         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3945         Call libc_fetestexcept_aarch64.
3947 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3949         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3950         Call libc_fesetround_aarch64.
3952 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3954         [BZ #17733]
3955         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3956         (__bind): Do not define as weak alias.
3957         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3958         define.
3959         (__getsockname): Do not define as weak alias.
3961 2014-12-22  Will Newton  <will.newton@linaro.org>
3963         * manual/install.texi: Document that we require bison 2.7
3964         or above.
3965         * INSTALL: Regenerate.
3966         * configure.ac: Use AC_CHECK_PROG_VER instead of
3967         AC_PATH_PROG when checking for bison and check for
3968         version 2.7 or above.
3969         * configure: Regenerate.
3971 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3973         [BZ #17745]
3974         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3975         * sysdeps/tile/ffsll.c (ffsll): To here.
3977         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3979 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3981         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3982         if not defined.
3983         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3984         definition.
3985         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3986         hidden ___tls_get_addr.
3987         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3988         hidden __tls_get_addr.
3989         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3990         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3991         Likewise.
3993 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3995         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3996         _dl_init call.
3998 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4000         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4001         from "call _dl_init@PLT".
4002         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4004 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4006         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4007         guarantees.
4009 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4011         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4013 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4015         [BZ #17744]
4016         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4017         strnlen.
4019 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4021         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4022         of multu on MIPSr6.
4023         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4024         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4025         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4026         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4027         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4029 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4031         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4032         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4033         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4034         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4035         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4036         mips32r6/mips64r6.
4037         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4039 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4041         * string/strncat.c (STRNCAT): Simplify implementation.
4043 2014-12-19  David S. Miller  <davem@davemloft.net>
4045         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4046         access the quad as both a long double and as a series of 4 words.
4048         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4049         link_map->l_info array access.
4051 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4053         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4055         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4056         * math/atest-exp2.c (TIMEOUT): Likewise.
4057         * math/atest-sincos.c (TIMEOUT): Likewise.
4059 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4061         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4062         -Wno-error with -fno-builtin-lround.
4064 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4066         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4067         Contains futex constants and functions moved over from ...
4068         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4069         <lowlevellock-futex.h>.
4070         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4071         (lll_timedwait_tid): Add comments and parentheses around macro
4072         arguments.
4074 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4076         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4077         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4078         (__lll_private_flag): Remove.
4079         (lll_futex_wait): Likewise.
4080         (lll_futex_timed_wait): Likewise.
4081         (lll_futex_wake): Likewise.
4082         (lll_futex_requeue): Likewise.
4083         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4084         (__lll_timedwait_tid): Spell out argument names.
4085         (lll_timedwait_tid): Add comments and parentheses around macro
4086         arguments.
4087         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4088         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4090 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4092         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4093         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4094         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4095         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4096         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4097         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4098         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4099         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4100         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4101         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4102         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4103         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4104         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4105         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4106         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4107         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4108         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4109         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4110         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4112 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4114         * sysdeps/x86_64/x32/Makefile: New file.
4116 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4118         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4119         1L with (mp_limb_t) 1.
4121 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4123         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4124         * nptl/libc_pthread_init.c: ... here.
4125         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4126         * nptl/register-atfork.c: ... here.
4128         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4129         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4130         Use assert_perror to check its return value.
4131         (__gai_create_helper_thread): Likewise.
4133         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4135         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4137 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4139         [BZ #17725]
4140         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4141         __profil_counter.
4142         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4143         Likewise.
4144         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4145         Likewise.
4146         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4147         Likewise.
4148         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4149         (profil_counter): Likewise.
4150         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4151         (profil_counter): Likewise.
4152         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4153         Likewise.
4154         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4155         Likewise.
4156         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4157         (profil_counter): Likewise.
4158         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4159         Likewise.
4160         [!__profil_counter] (profil_counter): Define as weak alias of
4161         __profil_counter.
4162         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4163         (profil_counter): Rename to __profil_counter.
4164         [!__profil_counter] (profil_counter): Define as weak alias of
4165         __profil_counter.
4166         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4167         (profil_counter): Rename to __profil_counter.
4168         [!__profil_counter] (profil_counter): Define as weak alias of
4169         __profil_counter.
4170         * sysdeps/posix/profil.c: Update comment referring to
4171         profil_counter.
4172         (__profil): Use __profil_counter instead of profil_counter.
4173         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4174         __profil_counter.  Use __profil_counter_ushort and
4175         __profil_counter_uint in definitions.
4176         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4177         instead of profil_counter_uint and profil_counter_ushort.
4179         [BZ #17722]
4180         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4181         define as weak alias of __inet_makeaddr.
4182         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4183         as weak alias of __inet_addr.
4184         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4185         as weak alias of __inet_pton.  Use libc_hidden_weak.
4186         * include/arpa/inet.h (__inet_pton): Declare.  Use
4187         libc_hidden_proto.
4188         (inet_makeaddr): Don't use libc_hidden_proto.
4189         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4190         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4191         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4192         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4193         Remove variable.
4194         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4195         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4197 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4199         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4201 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4203         * stdio-common/bug-vfprintf-nargs.c (do_test):
4204         Cast value to intptr_t to avoid format warning
4205         for usage with PRIdPTR printing macro.
4207 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4209         * libio/tst-widetext.c (do_test):
4210         Use format type %td instead of %Zd for ptrdiff_t
4211         in order to avoid format warning.
4213 2014-12-17  Andreas Schwab  <schwab@suse.de>
4215         * nscd/mem.c (gc): Add size_t cast to match printf format.
4217 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4219         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4220         (init): Apply PTR_MANGLE to pointers before storing them.
4221         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4222         before using them.
4224 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4226         [BZ #17719]
4227         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4228         define as weak alias of __memrchr.
4229         (__memrchr): Do not define as strong alias of memrchr.
4230         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4231         Remove variable.
4232         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4233         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4234         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4236         [BZ #17717]
4237         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4238         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4239         (if_indextoname): Rename to __if_indextoname and define as weak
4240         alias of __if_indextoname.  Use libc_hidden_weak.
4241         (if_freenameindex): Rename to __if_freenameindex and define as
4242         weak alias of __if_freenameindex.
4243         (if_nameindex): Rename to __if_nameindex and define as weak alias
4244         of __if_nameindex.
4245         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4246         __if_nametoindex and define as weak alias of __if_nametoindex.
4247         Use libc_hidden_weak.
4248         (if_freenameindex): Rename to __if_freenameindex and define as
4249         weak alias of __if_freenameindex.
4250         (if_nameindex): Rename to __if_nameindex and define as weak alias
4251         of __if_nameindex.
4252         (if_indextoname): Rename to __if_indextoname and define as weak
4253         alias of __if_indextoname.  Use libc_hidden_weak.
4254         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4255         __if_nametoindex and define as weak alias of __if_nametoindex.
4256         Use libc_hidden_weak.
4257         (if_freenameindex): Rename to __if_freenameindex and define as
4258         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4259         (if_nameindex_netlink): Use __if_freenameindex instead of
4260         if_freenameindex.
4261         (if_nameindex): Rename to __if_nameindex and define as weak alias
4262         of __if_nameindex.  Use libc_hidden_weak.
4263         (if_indextoname): Rename to __if_indextoname and define as weak
4264         alias of __if_indextoname.  Use libc_hidden_weak.
4265         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4266         libc_hidden_proto.
4267         [!_ISOMAC] (__if_freenameindex): Likewise.
4268         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4269         if_nametoindex.
4270         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4271         variable.
4272         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4273         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4274         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4275         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4276         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4277         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4278         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4280         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4281         Remove variable.
4282         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4283         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4285 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4287         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4288         subscript above bounds'
4290         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4291         bounds.
4293 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4295         * libio/tst-fopenloc.c: Use test-skeleton.c.
4297         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4298         (entry): Rename to ITEM.
4299         (do_test, comp): Adjust.
4301         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4303 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4305         * string/tester.c: Include <libc-internal.h>.
4306         (test_memset): Ignore -Wmemset-transposed-args.
4308 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4310         * misc/tst-mntent2.c (do_test): Fix warning.
4312 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4314         * elf/tst-unique4lib.cc(a): Mark as used.
4316 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4318         [BZ #17630]
4319         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4320         names.
4322 2014-12-16  Allan McRae  <allan@archlinux.org>
4324         * stdio-common/Makefile (tests): Re-add bug26.
4326 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4328         [BZ #17657]
4329         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4330         static array.
4332 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4334         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4335         (__lll_lock_wait): Likewise.
4336         (__lll_timedlock_wait): Likewise.
4337         (__lll_timedwait_tid): Likewise.
4338         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4339         (__lll_robust_timedlock_wait): Likewise.
4340         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4341         (lll_cond_trylock): Likewise.
4342         (__lll_lock): Likewise.
4343         (__lll_robust_lock): Likewise.
4344         (__lll_cond_lock): Likewise.
4345         (lll_robust_cond_lock): Likewise.
4346         (__lll_timedlock): Likewise.
4347         (__lll_robust_timedlock): Likewise.
4348         (__lll_unlock): Likewise.
4349         (__lll_robust_unlock): Likewise.
4350         (lll_wait_tid): Likewise.
4351         (lll_timedwait_tid): Likewise.
4353 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4355         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4357 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4359         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4361 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4363         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4364         * stdio-common/tst-sprintf.c: Likewise.
4366 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4368         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4370 2014-12-15  Jeff Law  <law@redhat.com>
4372         [BZ #16617]
4373         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4374         on the heap.  (CVE-2012-3406)
4375         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4376         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4377         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4379 2014-12-15  Will Newton  <will.newton@linaro.org>
4381         * manual/install.texi: Bump required version of texinfo
4382         to 4.7 from 4.5.
4383         * INSTALL: Regenerated.
4384         * configure.ac: Check for makeinfo version 4.7 and above.
4385         * configure: Regenerated.
4387 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4389         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4390         PREFIX, string constant to insert between directory and name.
4391         * sysdeps/posix/shm_open.c: Update caller.
4392         * sysdeps/posix/shm_unlink.c: Likewise.
4393         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4394         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4395         (SEM_SHM_PREFIX): New macro.
4396         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4397         [$(have-thread-library) = no].
4398         * nptl/Makefile (libpthread-routines): Add shm-directory.
4399         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4400         * sysdeps/nptl/shm-directory.h: New file.
4401         * sysdeps/posix/shm-directory.c
4402         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4403         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4404         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4405         INTERNAL_SYSCALL.
4406         (__where_is_shmfs): Function removed.
4407         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4408         Variables removed.
4409         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4410         Use SHM_GET_NAME.
4411         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4413         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4414         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4415         unconditional for use inside libpthread.
4416         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4418 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4420         * nptl/pthread_getaffinity.c: New file.
4421         * nptl/pthread_setaffinity.c: New file.
4422         * nptl/pthread_getname.c: New file.
4423         * nptl/pthread_setname.c: New file.
4425         * nptl/pthread_create.c (START_THREAD_DEFN)
4426         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4428 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4429             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4431         * resolv/res_send.c (send_vc): Disable warning resplen may
4432         be used uninitialized.
4434 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4436         * nptl/tst-mutex6.c
4437         (ATTR_NULL): New define checks ATTR against NULL.
4438         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4439         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4441 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4443         [BZ #17581]
4444         * malloc/hooks.c
4445         (mem2mem_check): Revert my previous change.
4446         (malloc_check_get_size): Revert my previous change.
4447         (mem2chunk_check): Revert my previous change.
4449 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4451         * sysdeps/posix/shm-directory.c: New file.
4452         * sysdeps/posix/shm-directory.h: New file.
4453         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4454         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4455         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4456         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4457         Transmute EPERM to EACCES.
4458         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4459         from ...
4460         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4461         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4463 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4465         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4466         pointer and cast to uintptr_t.
4467         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4468         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4469         Add cast to avoid warning.
4470         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4472 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4474         * nptl/semaphore.h: Move to ...
4475         * sysdeps/pthread/semaphore.h: ... here.
4476         * Makefile (installed-headers): Change nptl/semaphore.h to
4477         sysdeps/pthread/semaphore.h.
4479 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4481         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4482         generated error format strings.
4484         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4485         -Wformat-extra-args warnings for scanf formats.
4486         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4487         test of zero-length format (duh).
4488         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4489         corner-case scanf format test.
4490         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4491         generated fprintf format string.
4492         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4493         corner-case sprintf format tests.
4494         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4495         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4496         -Wformat-extra-args warnings throughout.
4497         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4498         (CFLAGS-scanf4.c): Likewise.
4499         (CFLAGS-scanf7.c): Likewise.
4500         (CFLAGS-tst-sprintf.c): Likewise.
4501         (CFLAGS-tst-printf.c): Likewise.
4502         (CFLAGS-tst-printfsz.c): Likewise.
4504 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4506         * include/cpio.h: New file.
4507         * include/fmtmsg.h: Likewise.
4509         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4510         corresponding format argument to size_t.
4511         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4512         arguments.
4513         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4514         corresponding format argument to size_t.
4515         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4516         arguments.
4517         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4518         corresponding format argument to size_t.
4519         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4520         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4521         (CFLAGS-tst-mbswcs2.c): Likewise.
4522         (CFLAGS-tst-mbswcs3.c): Likewise.
4523         (CFLAGS-tst-mbswcs4.c): Likewise.
4524         (CFLAGS-tst-mbswcs5.c): Likewise.
4525         (CFLAGS-tst-trans.c): Likewise
4527 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4529         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4530         rather than assuming they won't contain any '%'s.
4532 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4534         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4535         inhibit_loop_to_libcall to avoid recursive calls.
4536         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4537         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4539 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4541         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4542         prototype.
4544 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4546         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4547         integer value instead of boolean.
4549 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4551         * malloc/malloc.c: Fix powerof2 check.
4553 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4555         * locale/programs/locfile.h (maybe_swap_uint32):
4556         Remove inline and add unused attribute.
4558 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4560         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4561         Truncating assembler expression to a .long expression.
4563 2014-12-11  Andreas Schwab  <schwab@suse.de>
4565         * elf/rtld.c (struct map_args): Constify str member.
4566         (do_preload): Constify fname argument.
4568 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4570         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4571         constants definition.
4573 2014-12-11  Andreas Schwab  <schwab@suse.de>
4575         [BZ #16657]
4576         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4577         FORCE_ELISION instead of DO_ELISION.
4578         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4579         Remove.
4580         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4581         Likewise.
4583         * iconvdata/gconv-modules: Remove duplicate entry.
4585 2014-12-11  Will Newton  <will.newton@linaro.org>
4587         Merge gettext 0.19.3 into intl/.
4589         This involves a number of cosmetic changes to comments
4590         and ANSI function definitions and prototypes throughout
4591         all the files. The gettext copyright header is used but
4592         with the date ranges taken from the glibc copy.
4594         * NEWS: Add gettext merge to 2.21.
4595         * intl/bindtextdom.c: Switch to gettext copyright.
4596         Use ANSI definitions and prototypes.
4597         Use gl_* locking primitives rather than __libc_* ones.
4598         Use __builtin_expect rather than __glibc_likely/unlikely.
4599         * intl/dcgettext.c: Switch to gettext copyright.
4600         Use ANSI definitions and prototypes.
4601         * intl/dcigettext.c: Switch to gettext copyright.
4602         Use ANSI definitions and prototypes.
4603         (INTDIV0_RAISES_SIGFPE): New define.
4604         Use gl_* locking primitives rather than __libc_* ones.
4605         Include eval-plural.h instead of plural-eval.c.
4606         Use __builtin_expect rather than __glibc_likely/unlikely.
4607         * intl/dcngettext.c: Switch to gettext copyright.
4608         Use ANSI definitions and prototypes.
4609         * intl/dgettext.c: Likewise.
4610         * intl/dngettext.c: Likewise.
4611         * intl/plural-eval.c: Renamed to...
4612         * intl/eval-plural.h: ...this.
4613         * intl/explodename.c: Switch to gettext copyright.
4614         Use ANSI definitions and prototypes.
4615         (_nl_explode_name): Use strchr instead of __rawmemchr.
4616         * intl/finddomain.c: Switch to gettext copyright.
4617         Use ANSI definitions and prototypes.
4618         Use gl_* locking primitives rather than __libc_* ones.
4619         (_nl_find_domain): Use malloc rather than alloca for
4620         allocation of temporary locale name.
4621         * intl/gettext.c: Switch to gettext copyright.
4622         Use ANSI definitions and prototypes.
4623         * intl/gettextP.h: Switch to gettext copyright.
4624         Use ANSI definitions and prototypes.
4625         Use gl_* locking primitives rather than __libc_* ones.
4626         * intl/gmo.h: Switch to gettext copyright.
4627         (struct sysdep_string): Move struct segment_pair outside of
4628         struct definition.
4629         * intl/hash-string.c: Use ANSI definitions and prototypes.
4630         * intl/hash-string.h: Switch to gettext copyright.
4631         Use ANSI definitions and prototypes.
4632         * intl/l10nflist.c: Switch to gettext copyright.
4633         Use ANSI definitions and prototypes.
4634         (_nl_normalize_codeset): Avoid integer overflow.
4635         * intl/loadinfo.h: Switch to gettext copyright.
4636         Use ANSI definitions and prototypes.
4637         (LIBINTL_DLL_EXPORTED): New define.
4638         (PATH_SEPARATOR): New define.
4639         * intl/loadmsgcat.c: Switch to gettext copyright.
4640         * intl/localealias.c: Switch to gettext copyright.
4641         Use ANSI definitions and prototypes.
4642         (_nl_expand_alias): Use PATH_SEPARATOR.
4643         * intl/ngettext.c: Switch to gettext copyright.
4644         Use ANSI definitions and prototypes.
4645         * intl/plural-exp.c: Likewise.
4646         * intl/plural-exp.h: Switch to gettext copyright.
4647         Use ANSI definitions and prototypes.
4648         (struct expression): Move definition of enum operator outside
4649         of struct definition.
4650         * intl/plural.c: Regenerate.
4651         * intl/plural.y: Switch to gettext copyright.
4652         Use ANSI definitions and prototypes.
4653         Port to bison 3.0.
4654         * intl/textdomain.c: Switch to gettext copyright.
4655         Use ANSI definitions and prototypes.
4656         Use gl_* locking primitives rather than __libc_* ones.
4658 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4660         * debug/warning-nop.c: Add used atrribute.
4662 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4664         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4666         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4667         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4668         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4670 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4671             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4673         [BZ #17634]
4674         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4675         Undefine after defining function.  Define as weak alias of
4676         __wcschr.  Use libc_hidden_weak.
4677         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4678         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4679         (libc_hidden_def): Also define __GI___wcschr alias.
4680         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4681         __wcschr and define as weak alias of __wcschr.
4682         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4683         __wcschr.
4684         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4685         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4686         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4687         libc_hidden_weak.  Do not use libc_hidden_def.
4688         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4689         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4690         __GI___wcschr alias.
4691         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4692         [IS_IN (libc)] (wcschr): Define as macro expanding to
4693         __redirect_wcschr.
4694         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4695         [IS_IN (libc)] (__wcschr_power6): Likewise.
4696         [IS_IN (libc)] (__wcschr_power7): Likewise.
4697         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4698         instead of wcschr.
4699         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4700         __libc_wcschr.
4701         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4702         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4703         __wcschr and define as weak alias of __wcschr.  Use
4704         libc_hidden_builtin_def.
4705         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4706         as weak alias of __wcschr.  Use libc_hidden_weak.
4707         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4708         wcschr.
4709         * time/era.c (_nl_init_era_entries): Likewise.
4710         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4711         variable.
4712         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4713         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4715 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4717         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4718         format for long int variable.
4720 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4722         [BZ #10672]
4723         * manual/search.texi: (Array Sort Function): Remove claim how to make
4724         qsort stable.
4726 2014-12-10  Andreas Schwab  <schwab@suse.de>
4728         [BZ #12847]
4729         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4730         user-controlled locks.
4732 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4734         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4735         register.
4737 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4739         * configure.ac (--disable-werror): New configure option.
4740         (enable_werror): New AC_SUBST.
4741         * configure: Regenerated.
4742         * config.make.in (enable-werror): New variable.
4743         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4744         -Wno-error=undef.
4745         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4746         * manual/install.texi (Configuring and compiling): Document
4747         --disable-werror.
4748         * INSTALL: Regenerated.
4749         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4750         (CFLAGS-tst-chk2.c): Likewise.
4751         (CFLAGS-tst-chk3.c): Likewise.
4752         (CFLAGS-tst-chk4.cc): Likewise.
4753         (CFLAGS-tst-chk5.cc): Likewise.
4754         (CFLAGS-tst-chk6.cc): Likewise.
4755         (CFLAGS-tst-lfschk1.c): Likewise.
4756         (CFLAGS-tst-lfschk2.c): Likewise.
4757         (CFLAGS-tst-lfschk3.c): Likewise.
4758         (CFLAGS-tst-lfschk4.cc): Likewise.
4759         (CFLAGS-tst-lfschk5.cc): Likewise.
4760         (CFLAGS-tst-lfschk6.cc): Likewise.
4762         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4763         (main): Disable -Wdeprecated-declarations around calls to
4764         register_printf_function.
4766         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4767         (do_test): Disable -Wdiv-by-zero around some calls to
4768         fwrite_unlocked and fread_unlocked.
4770         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4771         (DIAG_POP_NEEDS_COMMENT): Likewise.
4772         (_DIAG_STR1): Likewise.
4773         (_DIAG_STR): Likewise.
4774         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4775         * stdio-common/bug21.c: Include <libc-internal.h>.
4776         (do_test): Disable -Wformat around call to sscanf.
4777         * stdio-common/scanf14.c: Include <libc-internal.h>.
4778         (main): Disable -Wformat around some calls to scanf functions.
4780 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4782         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4784 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4786         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4787         stack variable alignment.
4789 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4791         [BZ #17682]
4792         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4793         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4794         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4795         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4796         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4797         __getrlimit instead of getrlimit.
4798         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4799         __gettimeofday instead of gettimeofday.
4800         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4801         Likewise.
4802         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4803         Likewise.
4804         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4805         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4806         Remove variable.
4807         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4808         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4810 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4812         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4813         for wide-character tests.
4815 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4817         * io/openat64.c: #include <libc-internal.h>
4818         (__openat64): Prototypify.  Use ignore_value on MODE.
4819         * io/openat.c: Likewise.
4820         * misc/reboot.c: #include <libc-internal.h>
4821         (reboot): Prototypify.  Use ignore_value on HOWTO.
4822         * misc/ptrace.c: #include <libc-internal.h>
4823         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4825 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4827         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4828         XPG4, UNIX98 and XOPEN2K.
4829         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4830         Remove variable.
4831         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4833 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4835         * libio/fileops.c: Use ISO C style for function definitions.
4836         * libio/iofopen.c: Likewise.
4837         * libio/wfileops.c: Likewise.
4839         [BZ #17653]
4840         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4841         offset on EOF.
4842         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4843         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4844         (fgets_func): Function pointer to fgets and fgetws.
4845         (do_ftell_test): Add test to verify ftell value after read
4846         EOF.
4847         (do_test): Set fgets_func.
4849         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4850         O_TRUNC flag for w and w+ modes.
4851         (do_rewind_test): Likewise.
4852         (do_ftell_test): Likewise.
4853         (do_write_test): Likewise.
4855         [BZ #17647]
4856         * libio/fileops.c (do_ftell): Seek only when there are
4857         unflushed writes.
4858         * libio/wfileops.c (do_ftell_wide): Likewise.
4859         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4860         test case.
4861         (do_one_test): Call it.
4863 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4865         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4866         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4867         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4868         Remove variable.
4869         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4870         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4871         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4873 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4875         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4876         Remove variable.
4877         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4879         [BZ #17668]
4880         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4881         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4882         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4883         __freeifaddrs.  Use libc_hidden_weak.
4884         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4885         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4886         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4887         __freeifaddrs.  Use libc_hidden_weak.
4888         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4889         __getifaddrs and define as weak alias of __getifaddrs.  Use
4890         libc_hidden_weak.
4891         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4892         __freeifaddrs.  Use libc_hidden_weak.
4893         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4894         Remove variable.
4895         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4896         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4898 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4900         [BZ #17601]
4901         * sysdeps/mips/start.S (__start): Use indirect jump to call
4902         __libc_start_main.
4904 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4906         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4908         * nptl/tst-mutex1.c: Include <stdbool.h>.
4909         [!ATTR] (ATTR_NULL): New macro.
4910         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4911         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4912         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4914         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4915         to char *.
4917         [BZ #17665]
4918         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4919         Change conditional to [__USE_MISC].
4921         [BZ #17664]
4922         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4923         fgets_unlocked.
4924         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4925         __fgets_unlocked.
4926         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4927         fgets_unlocked.
4928         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4929         Remove variable.
4930         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4931         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4932         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4933         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4934         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4935         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4936         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4937         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4938         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4940         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4942 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4944         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4945         Remove strpbrk objects.
4946         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4947         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4948         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4949         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4950         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4951         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4953         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4954         Remove strcspn objects.
4955         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4956         (__libc_ifunc_impl_list): Remove strcspn implementation.
4957         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4958         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4959         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4960         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4962         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4963         Remove strspn objetcs.
4964         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4965         (__libc_ifunc_impl_list): Remove strspn implementation.
4966         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4967         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4968         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4969         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4971 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4973         [BZ #17581]
4974         * malloc/hooks.c
4975         (mem2mem_check): Add a terminator to the chain of checking blocks.
4976         (malloc_check_get_size): Use it here.
4977         (mem2chunk_check): Ditto.
4979 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4981         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4982         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4984 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4986         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4988         * nptl/nptl-init.c: Include libc-internal.h.
4989         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4991         * elf/ldconfig.c (search_dir): Expand comment.
4993 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4995         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4996         variable.
4997         (linknamespace-symlist-stdlibs-tests): Likewise.
4998         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4999         instead of $(objpfx)symlist-stdlibs.
5000         (linknamespace-libs-isoc): New variable.
5001         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5002         (linknamespace-libs-ISO): New variable.
5003         (linknamespace-libs-ISO99): Likewise.
5004         (linknamespace-libs-ISO11): Likewise.
5005         (linknamespace-libs-XPG3): Likewise.
5006         (linknamespace-libs-XPG4): Likewise.
5007         (linknamespace-libs-POSIX): Likewise.
5008         (linknamespace-libs-UNIX98): Likewise.
5009         (linknamespace-libs-XOPEN2K): Likewise.
5010         (linknamespace-libs-POSIX2008): Likewise.
5011         (linknamespace-libs-XOPEN2K8): Likewise.
5012         ($(objpfx)symlist-stdlibs): Replace by
5013         $(linknamespace-symlist-stdlibs-tests).  Use
5014         $(linknamespace-libs-$*) as set of libraries.
5015         ($(linknamespace-header-tests)): Update dependencies.  Use
5016         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5017         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5018         * conform/linknamespace.pl: Remove comment about considering
5019         definitions of symbols from irrelevant libraries.
5021 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5023         [BZ #13862]
5024         * elf/dl-tls.c: Include <atomic.h>.
5025         (oom): Remove #ifdef SHARED/#endif.
5026         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5027         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5028         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5029         big enough.
5030         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5031         * nptl/Makefile (tests): Add tst-stack4.
5032         (modules-names): Add tst-stack4mod.
5033         ($(objpfx)tst-stack4): New.
5034         (tst-stack4mod.sos): Likewise.
5035         ($(objpfx)tst-stack4.out): Likewise.
5036         ($(tst-stack4mod.sos)): Likewise.
5037         (clean): Likewise.
5038         * nptl/tst-stack4.c: New file.
5039         * nptl/tst-stack4mod.c: Likewise.
5041 2014-11-27  J. Brown  <jb999@gmx.de>
5043         * sysdeps/x86/bits/string.h: Add recent CPUs.
5045 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5047         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5048         sigblock.
5050         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5051         feof.
5053         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5054         variable.
5056 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5058         * nscd/connections.c: Include libc-internal.h because of macro
5059         usage ignore_value.
5061 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5063         * string/bits/string3.h (__warn_memset_zero_len): Don't
5064         declare for gcc newer than 5.0.
5065         (memset): Don't test for zero-length __LEN for gcc newer than
5066         5.0.
5068 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5070         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5071         size_t for %zu format.
5073         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5074         difference, not %ju.
5076 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5078         * include/libc-internal.h (ignore_value): New macro.
5079         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5080         with ignore_value.
5082         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5083         definition.
5085         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5086         pthread_cleanup_push to void *.
5088         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5089         Undefine.
5091         [BZ #16619]
5092         [BZ #16740]
5093         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5094         instead of 1L << 52.
5096         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5097         * libio/bug-rewind2.c (do_test): Likewise.
5099         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5100         * debug/test-strcpy_chk-ifunc.c: Likewise.
5101         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5102         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5103         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5104         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5105         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5106         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5107         * Rules [$(multi-arch) = no] (tests): Do not filter out
5108         $(tests-ifunc).
5109         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5110         * debug/Makefile (tests-ifunc): Remove variable.
5111         (tests): Do not add $(tests-ifunc).
5112         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5113         (tests): Do not add $(tests-ifunc).
5114         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5115         [TEST_IFUNC]: Remove conditionals.
5116         * string/test-string.h (TEST_IFUNC): Remove macro.
5117         [TEST_IFUNC]: Remove conditionals.
5119         * string/test-strchr.c [!WIDE] (L): New macro.
5120         [WIDE] (L): Likewise.
5121         (check1): Use CHAR instead of char.  Use L on string and character
5122         constants.
5124 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5126         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5127         tests.
5128         * sysdeps/powerpc/bits/atomic.h
5129         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5130         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5131         (atomic_exchange_and_add_acq): Likewise.
5132         (atomic_exchange_and_add_rel): Likewise.
5133         * sysdeps/powerpc/powerpc32/bits/atomic.h
5134         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5135         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5136         * sysdeps/powerpc/powerpc64/bits/atomic.h
5137         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5138         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5140 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5142         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5143         Change synchronization of __sched_fifo_min_prio and
5144         __sched_fifo_max_prio.
5145         * nptl/pthread_mutexattr_getprioceiling.c
5146         (pthread_mutexattr_getprioceiling): Likewise.
5147         * nptl/pthread_mutexattr_setprioceiling.c
5148         (pthread_mutexattr_setprioceiling): Likewise.
5149         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5150         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5151         Likewise.
5153 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5155         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5156         void.
5158 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5160         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5161         third argument const.
5163 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5165         fnmatch: work around GCC compiler warning bug with uninit var
5166         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5167         This works around a bug with x86-64 GCC 4.9.2 and earlier
5168         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5169         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5170         used uninitialized in this function [-Wmaybe-uninitialized]".
5172 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5174         * posix/bug-regex31.c (main): Return RES not 0.
5176 2014-11-25  Anton Blanchard <anton@samba.org>
5178         * sysdeps/powerpc/bits/atomic.h
5179         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5181 2014-11-24  Sterling Augustine  <saugustine@google.com>
5183         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5185 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5187         [BZ #17608]
5188         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5190 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5192         [BZ #17633]
5193         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5194         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5195         variable.
5196         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5197         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5199 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5201         * string/strncpy.c (strncpy): Improve performance by using memset.
5203 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5205         * string/strcpy.c (strcpy):
5206         Improve performance by using strlen and memcpy.
5208 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5210         * string/strcoll_l.c (get_next_seq): __always_inline.
5211         * string/strcoll_l.c (do_compare): __always_inline.
5213 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5215         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5216         defined.
5217         * include/mqueue.h: Likewise.
5218         * include/stdlib.h: Likewise.
5220         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5221         (get_null_defines): Adjust.
5222         * sunrpc/Makefile: Adjust comment.
5223         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5224         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5225         (CFLAGS-interp.c): Likewise.
5226         (CFLAGS-ldconfig.c): Likewise.
5227         (CPPFLAGS-.os): Likewise.
5228         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5229         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5230         * extra-modules.mk (extra-modules.mk): Likewise.
5231         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5232         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5233         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5234         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5235         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5236         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5237         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5238         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5239         * iconvdata/Makefile (CPPFLAGS): Likewise.
5240         (cpp-srcs-left): Add libof for all iconvdata routines.
5241         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5242         * include/assert.h: Likewise.
5243         * include/ctype.h: Likewise.
5244         * include/errno.h: Likewise.
5245         * include/libc-symbols.h: Likewise.
5246         * include/math.h: Likewise.
5247         * include/netdb.h: Likewise.
5248         * include/resolv.h: Likewise.
5249         * include/stdio.h: Likewise.
5250         * include/stdlib.h: Likewise.
5251         * include/string.h: Likewise.
5252         * include/sys/stat.h: Likewise.
5253         * include/wctype.h: Likewise.
5254         * intl/l10nflist.c: Likewise.
5255         * libidn/idn-stub.c: Likewise.
5256         * libio/libioP.h: Likewise.
5257         * nptl/libc_multiple_threads.c: Likewise.
5258         * nptl/pthreadP.h: Likewise.
5259         * posix/regex_internal.h: Likewise.
5260         * resolv/res_hconf.c: Likewise.
5261         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5262         * sysdeps/arm/memmove.S: Likewise.
5263         * sysdeps/arm/sysdep.h: Likewise.
5264         * sysdeps/generic/_itoa.h: Likewise.
5265         * sysdeps/generic/symbol-hacks.h: Likewise.
5266         * sysdeps/gnu/errlist.awk: Likewise.
5267         * sysdeps/gnu/errlist.c: Likewise.
5268         * sysdeps/i386/i586/memcpy.S: Likewise.
5269         * sysdeps/i386/i586/memset.S: Likewise.
5270         * sysdeps/i386/i686/memcpy.S: Likewise.
5271         * sysdeps/i386/i686/memmove.S: Likewise.
5272         * sysdeps/i386/i686/mempcpy.S: Likewise.
5273         * sysdeps/i386/i686/memset.S: Likewise.
5274         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5275         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5276         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5277         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5278         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5279         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5280         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5281         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5282         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5283         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5284         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5285         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5286         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5287         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5288         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5289         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5290         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5291         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5292         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5293         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5294         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5295         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5296         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5297         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5298         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5299         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5300         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5301         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5302         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5303         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5304         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5305         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5306         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5307         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5308         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5309         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5310         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5311         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5312         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5313         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5314         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5315         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5316         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5317         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5318         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5319         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5320         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5321         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5322         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5323         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5324         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5325         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5326         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5327         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5328         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5329         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5330         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5331         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5332         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5333         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5334         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5335         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5336         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5337         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5338         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5339         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5340         * sysdeps/posix/closedir.c: Likewise.
5341         * sysdeps/posix/opendir.c: Likewise.
5342         * sysdeps/posix/readdir.c: Likewise.
5343         * sysdeps/posix/rewinddir.c: Likewise.
5344         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5345         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5346         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5347         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5348         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5349         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5350         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5351         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5352         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5353         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5354         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5355         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5356         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5357         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5358         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5359         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5360         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5361         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5362         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5363         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5364         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5365         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5366         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5367         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5368         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5369         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5370         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5371         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5372         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5373         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5374         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5375         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5376         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5377         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5378         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5379         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5380         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5381         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5382         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5383         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5384         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5385         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5386         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5387         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5388         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5389         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5390         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5391         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5392         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5393         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5394         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5395         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5396         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5397         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5398         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5399         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5400         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5401         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5402         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5403         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5404         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5405         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5406         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5407         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5408         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5409         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5410         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5411         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5412         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5413         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5414         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5415         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5416         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5417         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5418         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5419         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5420         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5421         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5422         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5423         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5424         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5425         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5426         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5427         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5428         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5429         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5430         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5431         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5432         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5433         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5434         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5435         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5436         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5437         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5438         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5439         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5440         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5441         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5442         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5443         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5444         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5445         * sysdeps/unix/alpha/sysdep.S: Likewise.
5446         * sysdeps/unix/alpha/sysdep.h: Likewise.
5447         * sysdeps/unix/make-syscalls.sh: Likewise.
5448         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5449         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5450         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5451         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5452         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5453         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5454         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5455         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5456         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5457         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5458         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5459         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5460         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5461         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5462         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5463         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5464         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5465         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5466         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5467         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5468         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5469         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5470         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5471         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5472         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5473         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5474         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5477         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5478         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5479         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5480         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5481         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5482         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5483         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5484         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5485         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5486         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5487         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5488         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5489         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5490         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5491         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5492         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5493         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5494         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5495         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5496         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5497         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5498         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5499         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5500         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5501         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5502         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5503         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5504         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5505         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5506         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5507         * sysdeps/x86_64/memcpy.S: Likewise.
5508         * sysdeps/x86_64/memmove.c: Likewise.
5509         * sysdeps/x86_64/memset.S: Likewise.
5510         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5511         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5512         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5513         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5514         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5515         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5516         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5517         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5518         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5519         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5520         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5521         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5522         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5523         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5524         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5525         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5526         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5527         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5528         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5529         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5530         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5531         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5532         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5533         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5534         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5535         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5536         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5537         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5538         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5539         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5540         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5541         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5542         * sysdeps/x86_64/strcmp.S: Likewise.
5544         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5546         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5547         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5548         * elf/rtld-Rules: Likewise.
5549         * elf/setup-vdso.h: Likewise.
5550         * include/assert.h: Likewise.
5551         * include/bits/stdlib-float.h: Likewise.
5552         * include/errno.h: Likewise.
5553         * include/sys/stat.h: Likewise.
5554         * include/unistd.h: Likewise.
5555         * sysdeps/aarch64/setjmp.S: Likewise.
5556         * sysdeps/alpha/setjmp.S: Likewise.
5557         * sysdeps/arm/__longjmp.S: Likewise.
5558         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5559         * sysdeps/arm/setjmp.S: Likewise.
5560         * sysdeps/arm/sysdep.h: Likewise.
5561         * sysdeps/generic/_itoa.h: Likewise.
5562         * sysdeps/generic/dl-sysdep.h: Likewise.
5563         * sysdeps/generic/ldsodefs.h: Likewise.
5564         * sysdeps/i386/dl-tls.h: Likewise.
5565         * sysdeps/i386/setjmp.S: Likewise.
5566         * sysdeps/m68k/setjmp.c: Likewise.
5567         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5568         * sysdeps/mach/hurd/opendir.c: Likewise.
5569         * sysdeps/posix/getcwd.c: Likewise.
5570         * sysdeps/posix/opendir.c: Likewise.
5571         * sysdeps/posix/profil.c: Likewise.
5572         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5573         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5574         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5575         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5576         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5577         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5578         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5579         * sysdeps/s390/dl-tls.h: Likewise.
5580         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5581         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5582         * sysdeps/sh/sh3/setjmp.S: Likewise.
5583         * sysdeps/sh/sh4/setjmp.S: Likewise.
5584         * sysdeps/unix/alpha/sysdep.h: Likewise.
5585         * sysdeps/unix/arm/sysdep.S: Likewise.
5586         * sysdeps/unix/i386/sysdep.S: Likewise.
5587         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5588         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5589         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5590         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5591         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5592         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5593         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5594         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5595         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5596         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5597         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5598         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5599         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5602         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5603         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5604         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5605         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5606         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5607         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5608         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5609         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5610         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5611         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5612         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5613         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5614         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5615         * sysdeps/x86_64/setjmp.S: Likewise.
5617         * include/math.h: Use IS_IN instead of IS_IN_libm.
5618         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5619         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5620         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5621         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5622         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5623         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5624         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5625         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5626         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5627         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5628         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5629         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5630         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5631         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5632         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5633         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5634         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5635         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5636         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5637         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5638         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5639         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5640         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5641         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5642         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5643         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5644         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5645         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5646         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5647         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5648         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5649         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5650         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5652         Likewise.
5653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5654         Likewise.
5655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5656         Likewise.
5657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5658         Likewise.
5659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5660         Likewise.
5661         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5662         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5663         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5664         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5665         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5666         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5671         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5672         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5673         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5674         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5675         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5676         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5677         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5678         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5679         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5680         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5681         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5682         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5683         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5684         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5685         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5686         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5687         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5689         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5690         * nptl/pthreadP.h: Likewise.
5691         * nptl_db/structs.def: Likewise.
5692         * sysdeps/arm/sysdep.h: Likewise.
5693         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5694         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5695         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5696         * sysdeps/unix/alpha/sysdep.h: Likewise.
5697         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5698         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5699         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5700         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5701         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5702         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5703         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5704         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5705         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5706         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5707         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5708         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5709         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5710         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5713         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5714         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5715         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5716         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5717         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5718         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5719         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5720         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5721         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5722         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5724         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5725         * nptl/pthreadP.h: Likewise.
5726         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5727         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5728         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5729         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5730         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5731         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5732         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5733         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5734         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5735         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5736         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5737         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5739         Likewise.
5740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5741         Likewise.
5742         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5743         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5744         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5745         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5746         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5747         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5748         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5749         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5751         * dlfcn/dladdr.c: Use IS_IN.
5752         * dlfcn/dladdr1.c: Likewise.
5753         * dlfcn/dlclose.c: Likewise.
5754         * dlfcn/dlerror.c: Likewise.
5755         * dlfcn/dlinfo.c: Likewise.
5756         * dlfcn/dlmopen.c: Likewise.
5757         * dlfcn/dlopen.c: Likewise.
5758         * dlfcn/dlsym.c: Likewise.
5759         * dlfcn/dlvsym.c: Likewise.
5761         * include/ifaddrs.h: Use IS_IN.
5762         * inet/check_pf.c: Likewise.
5763         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5764         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5766         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5767         IS_IN_ldconfig.
5768         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5769         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5771         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5772         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5773         IS_IN (libc).
5775         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5777         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5778         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5779         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5780         * include/libc-symbols.h (IS_IN_LIB): New macro.
5781         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5782         * include/netdb.h: Likewise.
5783         * include/stap-probe.h: Remove all uses of IN_LIB.
5785         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5786         instead of IN_MODULE.
5787         * include/libc-symbols.h (IN_MODULE): Define using
5788         MODULE_NAME.
5789         (PASTE_NAME, PASTE_NAME1): New macros.
5790         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5791         of IN_LIB.
5792         (STAP_PROBE_ASM): Likewise.
5794 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5796         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5797         __mach_init in dlopened libc.
5799 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5801         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5802         * sysdeps/arm/preconfigure: Regenerate.
5804 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5806         * nptl/pthread_create.c (__pthread_create_2_1): Set
5807         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5808         when copying values from IATTR into PD.
5810 2014-11-21  Will Newton  <will.newton@linaro.org>
5811             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5813         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5814         Refactor inline-asm.  Also add comment.
5816         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5817         ElfW macro instead of hardcoded Elf64 types.
5818         (la_aarch64_gnu_pltenter): Likewise.
5819         * sysdeps/aarch64/dl-machine.h
5820         (elf_machine_runtime_setup): Use ElfW(Addr).
5822         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5823         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5824         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5825         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5826         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5827         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5828         (R_AARCH64_TLS_DTPMOD): This.
5829         (R_AARCH64_TLS_DTPREL64): Rename to ...
5830         (R_AARCH64_TLS_DTPREL): This.
5831         (R_AARCH64_TLS_TPREL64): Rename to ...
5832         (R_AARCH64_TLS_TPREL): This.
5833         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5834         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5835         R_AARCH64_TLS_TPREL64.
5836         (elf_machine_rela): Likewise.
5838 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5840         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5841         by setting it to 0.  64b atomics are not supported currently.
5843 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5845         [BZ #16469]
5846         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5847         search domain names.
5849 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5851         [BZ #16469]
5852         * NEWS: Update.
5853         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5854         trailing dot.
5855         * posix/tst-getaddrinfo5.c: New.
5856         * posix/Makefile (tests): Add it.
5858 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5860         [BZ #14498]
5861         * NEWS: Fixed.
5862         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5863         after parsing line but before break_if_match.
5864         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5865         if there is a protocol mismatch.
5867 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5869         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5870         because the potential race is on the user-supplied stream.
5872 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5874         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5875         string literal if not passed a buffer.
5876         * manual/job.texi (ctermid): Update reasoning, note deviation
5877         from posix, suggest mtasurace when not passed a buffer, for
5878         future non-preliminary safety notes.
5880 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5882         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5883         of not passing it a buffer.
5884         Reported by Peng Haitao.
5886 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5888         * manual/Makefile ($(objpfx)stamp-summary): Require
5889         check-safety.sh to pass.
5890         * manual/check-safety.sh: Wish for verification that every
5891         @deftypefn and @deftypefun is followed by a @safety remark.
5893 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5895         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5897         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5898         PTHREAD_CANCEL_ASYNCHRONOUS.
5899         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5900         send SIGCANCEL.
5902         * nptl/default-sched.h: New file.
5903         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5904         * nptl/pthread_create.c: Include it.
5905         (__pthread_create_2_1): Use collect_default_sched instead of making
5906         Linux syscalls here directly.
5908 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5910         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5911         __pthread_once): Use C11 atomics.
5913 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5915         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5917 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5919         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5920         atomic_thread_fence_acquire, atomic_thread_fence_release,
5921         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5922         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5923         atomic_compare_exchange_weak_relaxed,
5924         atomic_compare_exchange_weak_acquire,
5925         atomic_compare_exchange_weak_release,
5926         atomic_exchange_acquire, atomic_exchange_release,
5927         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5928         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5929         atomic_fetch_and_acquire,
5930         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5932 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5934         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5935         USE_ATOMIC_COMPILER_BUILTINS): Define.
5936         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5937         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5938         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5939         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5940         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5941         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5942         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5943         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5944         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5945         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5946         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5947         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5948         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5949         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5950         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5951         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5952         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5953         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5954         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5955         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5956         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5957         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5958         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5959         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5960         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5961         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5962         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5963         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5964         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5965         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5966         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5967         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5968         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5969         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5970         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5971         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5972         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5973         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5974         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5975         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5977 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5979         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5980         the sched_priority value here.  It was already checked when the user
5981         called pthread_attr_setschedparam.
5983         * nptl/tst-bad-schedattr.c: New file.
5984         * nptl/Makefile (tests): Add it.
5986 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5987             Florian Weimer  <fweimer@redhat.com>
5988             Joseph Myers  <joseph@codesourcery.com>
5989             Adam Conrad  <adconrad@0c3.net>
5990             Andreas Schwab  <schwab@suse.de>
5991             Brooks  <bmoses@google.com>
5993         [BZ #17625]
5994         * wordexp-test.c (__dso_handle): Add prototype.
5995         (__register_atfork): Likewise.
5996         (__app_register_atfork): New function.
5997         (registered_forks): New global.
5998         (register_fork): New function.
5999         (test_case): Add 3 new tests for WRDE_CMDSUB.
6000         (main): Call __app_register_atfork.
6001         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6002         fork count is non-zero fail the test.
6003         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6004         is set.
6005         (parse_dollars): Remove check for WRDE_NOCMD.
6006         (parse_dquote): Likewise.
6008 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6010         * Makeconfig (built-modules): List non-library modules to be
6011         built.
6012         (module-cppflags): Include libc-modules.h for
6013         everything except shlib-versions.v.i.
6014         (CPPFLAGS): Use it.
6015         (before-compile): Add libc-modules.h.
6016         ($(common-objpfx)libc-modules.h,
6017         $(common-objpfx)libc-modules.stmp): New targets.
6018         (common-generated): Add libc-modules.h and libc-modules.stmp.
6019         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6020         * include/libc-symbols.h: Don't include libc-modules.h.
6021         * include/libc-modules.h: Remove file.
6022         * scripts/gen-libc-modules.awk: New script to generate
6023         libc-modules.h.
6024         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6025         Depend on libc-modules.stmp.
6027         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6029         * Makeconfig (in-module): Get value of libof set for the
6030         translation unit.
6031         (CPPFLAGS): Use $(in-module).
6032         * Makerules: Don't suffix routine names for nonlib.
6033         * include/libc-modules.h: New file.
6034         * include/libc-symbols.h: Include libc-modules.h
6035         (IS_IN): New macro to replace IS_IN_* macros.
6036         * elf/Makefile: Set libof-* for each routine.
6037         * elf/rtld-Rules: Likewise.
6038         * extra-modules.mk: Likewise.
6039         * iconv/Makefile: Likewise.
6040         * iconvdata/Makefile: Likewise.
6041         * locale/Makefile: Likewise.
6042         * malloc/Makefile: Likewise.
6043         * nss/Makefile: Likewise.
6044         * sysdeps/gnu/Makefile: Likewise.
6045         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6046         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6047         * sysdeps/s390/s390-64/Makefile: Likewise.
6048         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6049         CPPFLAGS for nscd instead of nonlib.
6051 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6053         * nptl/createthread.c: New file.
6055         * nptl/createthread.c: Moved ...
6056         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6058         * nptl/createthread.c: Add proper top-line comment.
6059         (do_clone): Folded into ...
6060         (create_thread): ... here.  Take new arguments STOPPED_START and
6061         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6062         increment __nptl_threads, do event-reporting logic, do
6063         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6064         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6065         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6066         just send SIGCANCEL.
6067         * nptl/pthread_create.c: Forward-declare create_thread before
6068         including createthread.c.
6069         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6070         declaration, and new macro START_THREAD_SELF to replace argument.
6071         Remove return statement.
6072         (report_thread_creation): New function.
6073         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6074         synchronization logic, and __nptl_nthreads increment here, around
6075         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6076         PD->parent_cancelhandling here, before create_thread.  When
6077         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6078         __deallocate_stack, and ENOMEM translation here.
6080 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6082         [BZ #17616]
6083         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6084         (mptwo): Rename to __mptwo.
6085         (__inv): Use __mptwo instead of mptwo.
6086         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6087         (mptwo): Rename to __mptwo.
6088         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6089         of mpone and __mptwo instead of mptwo.
6090         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6091         instead of mpone.
6092         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6093         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6094         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6095         of mpone and __mptwo instead of mptwo.
6096         (__mpranred): Use __mpone instead of mpone.
6097         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6098         variable.
6099         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6100         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6101         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6102         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6103         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6104         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6105         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6106         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6107         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6108         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6109         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6110         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6111         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6112         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6113         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6114         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6115         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6116         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6117         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6119 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6121         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6122         replace BSD Handler xref with BSD Signal Handling.
6124 2014-11-17  Richard Henderson  <rth@redhat.com>
6126         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6127         (_FP_PACK_RAW_2): Remove.
6128         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6129         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6130         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6131         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6132         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6133         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6134         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6135         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6136         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6137         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6138         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6139         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6140         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6141         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6142         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6143         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6145 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6147         * signal/signal.h [__USE_MISC]
6148         (struct sigvec): Remove type.
6149         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6150         (sigvec): Remove declaration.
6151         * sysdeps/posix/sigvec.c: Moved ...
6152         * signal/sigvec.c: ... here, replacing old file.
6153         (struct sigvec): New type, copied from old signal.h definition.
6154         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6155         (__sigvec): Convert definition to prototype.
6156         (sigvec): Replace weak_alias with compat_symbol.
6157         * signal/Versions (libc: GLIBC_2.21): New version set.
6158         * include/signal.h: Remove __sigvec declaration.
6159         * sysdeps/unix/bsd/sigvec.c: Remove file.
6160         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6161         * manual/signal.texi (BSD Handler): Remove subsection.
6162         Move siginterrupt up to ...
6163         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6164         (Blocking in BSD): Fold subsection into its parent.
6165         * NEWS: Mention sigvec removal.
6167 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6169         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6170         (DLA_FMS): Make definition conditional only on [__FMA4__].
6171         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6172         definition.
6174         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6175         Make definition conditional only on [PROF].
6176         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6177         definition.
6178         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6179         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6181         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6182         !__GNUC__].
6183         * include/signal.h (__sigpause): Move declaration above call to
6184         libc_hidden_proto.
6185         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6186         variable.
6187         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6188         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6190 2014-11-14  David S. Miller  <davem@davemloft.net>
6192         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6193         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6195 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6197         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6198         * configure: Regenerated.
6199         * manual/install.texi (Tools for Compilation): Document a
6200         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6201         compiler verified to work.
6202         * INSTALL: Regenerated.
6204         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6205         redeclare with asm name.
6206         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6207         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6208         including <string.h>.
6209         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6210         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6211         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6212         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6213         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6214         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6215         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6217 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6219         * stdlib/strtol.c (__strtol): Use prototype definition.
6221         [BZ #17594]
6222         * stdlib/strtol.c (SYM__): New macro.
6223         (SYM__1): Likewise.
6224         (__strtol): Likewise.
6225         (strtol): Rename to __strtol and define as weak alias of
6226         __strtol.  Use libc_hidden_weak.
6228 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6230         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6231         Use numbered labels in inline assembly.
6233 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6235         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6236         Add setjmp LIBC_PROBE.
6237         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6238         Likewise.
6239         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6240         Add longjmp, longjmp_target LIBC_PROBE.
6241         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6242         Likewise.
6244 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6246         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6247         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6248         to get rid of unused variable warning.
6250 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6252         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6253         Check for unwind_backtrace ==  NULL only in SHARED case.
6254         (__backchain_backtrace): Compile only in SHARED case.
6255         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6256         Likewise.
6257         (__backchain_backtrace): Declare as static.
6259 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6261         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6262         (__libc_multiple_threads_ptr): Variable moved ...
6263         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6265 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6267         * conform/GlibcConform.pm: New file.
6268         * conform/conformtest.pl: Use GlibcConform module.
6269         * conform/linknamespace.pl: New file.
6270         * conform/list-header-symbols.pl: Likewise.
6271         * conform/Makefile (linknamespace-symlists-base): New variable.
6272         (linknamespace-symlists-tests): Likewise.
6273         (linknamespace-header-base): Likewise.
6274         (linknamespace-header-tests): Likewise.
6275         (tests-special): Add new tests.
6276         ($(linknamespace-symlists-tests)): New rule.
6277         (linknamespace-libs): New variable.
6278         ($(objpfx)symlist-stdlibs): New rule.
6279         ($(linknamespace-header-tests)): Likewise.
6280         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6281         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6282         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6283         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6284         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6285         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6286         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6287         (test-xfail-ISO/math.h/linknamespace): Likewise.
6288         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6289         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6290         (test-xfail-ISO/time.h/linknamespace): Likewise.
6291         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6292         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6293         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6294         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6295         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6296         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6297         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6298         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6299         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6300         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6301         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6302         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6303         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6304         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6305         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6306         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6307         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6308         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6309         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6310         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6311         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6312         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6313         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6314         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6315         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6316         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6317         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6318         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6319         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6320         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6321         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6322         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6323         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6324         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6325         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6326         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6327         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6328         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6329         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6330         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6331         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6332         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6333         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6334         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6335         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6336         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6337         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6338         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6339         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6340         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6341         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6342         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6343         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6344         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6345         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6346         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6347         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6348         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6349         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6350         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6351         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6352         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6353         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6354         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6355         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6356         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6357         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6358         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6359         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6360         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6361         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6362         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6363         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6364         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6365         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6366         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6367         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6368         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6369         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6370         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6371         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6372         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6373         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6374         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6375         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6376         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6377         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6378         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6379         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6380         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6381         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6382         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6383         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6384         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6385         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6386         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6387         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6388         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6389         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6390         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6391         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6392         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6393         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6394         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6395         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6396         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6397         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6398         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6399         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6400         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6401         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6402         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6403         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6404         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6405         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6406         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6407         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6408         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6409         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6410         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6411         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6412         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6413         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6414         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6415         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6416         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6417         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6418         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6419         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6420         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6421         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6422         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6423         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6424         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6425         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6426         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6427         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6428         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6429         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6430         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6431         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6432         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6433         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6434         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6435         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6436         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6437         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6438         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6439         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6440         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6442         [BZ #17589]
6443         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6444         of fgets_unlocked.
6446         [BZ #17585]
6447         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6448         (memmem): Rename to __memmem and define as weak alias of
6449         __memmem.  Use libc_hidden_weak.
6450         (__memmem): Use libc_hidden_def.
6451         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6452         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6453         memmem.
6455         [BZ #17582]
6456         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6457         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6458         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6459         and define as weak alias of __fgets_unlocked.  Use
6460         libc_hidden_weak.
6461         (__fgets_unlocked): Use libc_hidden_def.
6462         * include/stdio.h (__fgets_unlocked): Declare.  Use
6463         libc_hidden_proto.
6464         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6465         __fgets_unlocked instead of fgets_unlocked.
6466         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6467         (GET_NPROCS_CONF_PARSER): Likewise.
6468         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6469         (GET_NPROCS_CONF_PARSER): Likewise.
6471         [BZ #17574]
6472         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6473         weak alias of __wmemset.  Use libc_hidden_weak.
6474         (__wmemset): Use libc_hidden_def.
6475         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6476         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6477         of wmemset.
6479         [BZ #17573]
6480         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6481         with asm name __mempcpy.
6482         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6484         [BZ #17572]
6485         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6486         and define as weak alias of __rawmemchr.
6487         (__rawmemchr): Do not define as strong alias of rawmemchr.
6489         [BZ #17571]
6490         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6491         alias of __qsort_r.
6492         (qsort): Call __qsort_r instead of qsort_r.
6493         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6494         (__qsort_r): Declare.  Call libc_hidden_proto.
6495         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6496         instead of qsort_r.
6497         * nscd/gai.c (__qsort_r): Define to qsort_r.
6498         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6499         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6500         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6502         [BZ #17570]
6503         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6504         define as weak alias of __malloc_info.
6506         [BZ #17584]
6507         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6508         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6509         (__rewinddir): Use libc_hidden_def.
6510         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6511         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6512         (__rewinddir): Use libc_hidden_def.
6513         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6514         weak alias of __rewinddir.  Don't use libc_hidden_def.
6515         (__rewinddir): Use libc_hidden_def.
6516         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6517         (__rewinddir): Use libc_hidden_proto.
6518         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6519         rewinddir.
6520         (__getcwd): Use __rewinddir instead of rewinddir.
6522         [BZ #17583]
6523         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6524         alias of __fileno.  Use libc_hidden_weak.
6525         (__fileno): Use libc_hidden_def.
6526         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6527         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6528         alias of __ftello.
6529         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6530         __ftello.
6531         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6532         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6533         libc_hidden_def.
6534         (fread_unlocked): Don't use libc_hidden_ver.
6535         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6536         and define as weak alias of __fread_unlocked.  Don't use
6537         libc_hidden_def.
6538         (__fread_unlocked): Use libc_hidden_def.
6539         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6540         (ftello): Don't use libc_hidden_proto.
6541         (__ftello): Declare.  Use libc_hidden_proto.
6542         (fread_unlocked): Don't use libc_hidden_proto.
6543         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6544         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6545         and __ftello instead of fileno, fread_unlocked and ftello.
6547 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6549         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6550         GOT12.
6551         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6552         Likewise.
6553         (_dl_start_user): Likewise.
6554         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6556 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6557             Siddhesh Poyarekar  <siddhesh@redhat.com>
6559         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6560         Move argv and envp down instead of moving argc up.
6561         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6563 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6565         [BZ #17506]
6566         * test-skeleton.c (main): Return successful if one of
6567         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6568         * string/tst-strcoll-overflow.c: Define expected status.
6570 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6572         [BZ #17475]
6573         * locale/iso-639.def: Define Bhili and Tulu language codes.
6575 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6577         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6579 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6581         [BZ #17555]
6582         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6584 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6586         * configure.ac: Updated check of minimal required version to
6587         2.22.
6588         * manual/install.texi (Tools for Compilation): Updated version
6589         number.
6590         * configure: Regenerated.
6591         * INSTALL: Likewise.
6593 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6595         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6596         __tls_get_addr.
6598 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6600         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6601         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6602         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6603         libc_hidden_weak.
6604         (waitpid): Define as alias of __waitpid.
6605         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6606         __waitpid.
6607         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6608         libc_hidden_weak.
6609         (waitpid): Define as alias of __waitpid.
6610         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6611         __libc_waitpid alias.
6612         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6613         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6614         Likewise.
6615         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6616         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6617         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6618         alias.
6619         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6620         __waitpid.
6621         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6622         libc_hidden_weak.
6623         (waitpid): Define as alias of __waitpid.
6625 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6627         * manual/llio.texi: Add comment that write safety has been
6628         fixed in Linux.
6630         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6631         (localplt-build-dso): Add elf/ld.so.
6632         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6633         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6634         and free for ld.so.
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6636         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6638         Likewise.
6639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6640         Likewise.
6641         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6642         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6643         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6644         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6645         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6646         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6647         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6648         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6649         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6650         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6651         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6653 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6655         [BZ #14132]
6656         * include/libc-symbols.h (INTUSE): Remove macro.
6657         (INTDEF): Likewise.
6658         (INTVARDEF): Likewise.
6659         (_INTVARDEF): Likewise.
6660         (INTDEF2): Likewise.
6661         (INTVARDEF2): Likewise.
6662         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6663         rtld_hidden_def instead of INTVARDEF.
6664         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6665         (_dl_starting_up_internal): Remove declaration.
6666         (_dl_starting_up): Use rtld_hidden_proto.
6667         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6668         declaration.
6669         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6670         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6671         _dl_starting_up.
6672         * elf/dl-writev.h (_dl_writev): Likewise.
6673         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6674         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6675         _dl_starting_up_internal.
6677 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6679         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6680         test-skeleton.c.
6682 2014-11-05  Will Newton  <will.newton@linaro.org>
6684         * benchtests/Makefile: (bench-malloc): Add malloc thread
6685         scalability benchmark.
6686         * benchtests/bench-malloc-threads.c: New file.
6688 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6690         * sysdeps/aarch64/strchrnul.S: New file.
6692 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6694         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6695         definition.
6696         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6697         Likwise.
6698         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6699         Likewise.
6700         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6701         Likewise.
6702         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6703         Likewise.
6704         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6705         Likewise.
6707 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6709         * catgets/test-gencat.c: Use test-skeleton.c.
6710         * catgets/tst-catgets.c: Likewise.
6711         * csu/tst-empty.c: Likewise.
6712         * elf/tst-audit2.c: Likewise.
6713         * elf/tst-global1.c: Likewise.
6714         * elf/tst-pathopt.c: Likewise.
6715         * elf/tst-piemod1.c: Likewise.
6716         * elf/tst-tls10.c: Likewise.
6717         * elf/tst-tls11.c: Likewise.
6718         * elf/tst-tls12.c: Likewise.
6719         * gnulib/tst-gcc.c: Likewise.
6720         * iconvdata/tst-e2big.c: Likewise.
6721         * iconvdata/tst-loading.c: Likewise.
6722         * iconv/tst-iconv1.c: Likewise.
6723         * iconv/tst-iconv2.c: Likewise.
6724         * inet/test-inet6_opt.c: Likewise.
6725         * inet/tst-gethnm.c: Likewise.
6726         * inet/tst-network.c: Likewise.
6727         * inet/tst-ntoa.c: Likewise.
6728         * intl/tst-codeset.c: Likewise.
6729         * intl/tst-gettext2.c: Likewise.
6730         * intl/tst-gettext3.c: Likewise.
6731         * intl/tst-ngettext.c: Likewise.
6732         * intl/tst-translit.c: Likewise.
6733         * io/test-stat.c: Likewise.
6734         * libio/test-fmemopen.c: Likewise.
6735         * libio/tst-freopen.c: Likewise.
6736         * libio/tst-sscanf.c: Likewise.
6737         * libio/tst-ungetwc1.c: Likewise.
6738         * libio/tst-ungetwc2.c: Likewise.
6739         * libio/tst-widetext.c: Likewise.
6740         * localedata/tst-ctype.c: Likewise.
6741         * localedata/tst-digits.c: Likewise.
6742         * localedata/tst-leaks.c: Likewise.
6743         * localedata/tst-mbswcs1.c: Likewise.
6744         * localedata/tst-mbswcs2.c: Likewise.
6745         * localedata/tst-mbswcs3.c: Likewise.
6746         * localedata/tst-mbswcs4.c: Likewise.
6747         * localedata/tst-mbswcs5.c: Likewise.
6748         * localedata/tst-setlocale.c: Likewise.
6749         * localedata/tst-trans.c: Likewise.
6750         * localedata/tst-wctype.c: Likewise.
6751         * localedata/tst-xlocale1.c: Likewise.
6752         * login/tst-grantpt.c: Likewise.
6753         * malloc/tst-calloc.c: Likewise.
6754         * malloc/tst-malloc.c: Likewise.
6755         * malloc/tst-mallocstate.c: Likewise.
6756         * malloc/tst-mcheck.c: Likewise.
6757         * malloc/tst-mtrace.c: Likewise.
6758         * malloc/tst-obstack.c: Likewise.
6759         * math/atest-exp2.c: Likewise.
6760         * math/atest-exp.c: Likewise.
6761         * math/atest-sincos.c: Likewise.
6762         * math/test-matherr.c: Likewise.
6763         * math/test-misc.c: Likewise.
6764         * math/test-powl.c: Likewise.
6765         * math/tst-definitions.c: Likewise.
6766         * misc/tst-dirname.c: Likewise.
6767         * misc/tst-efgcvt.c: Likewise.
6768         * misc/tst-fdset.c: Likewise.
6769         * misc/tst-hsearch.c: Likewise.
6770         * misc/tst-mntent2.c: Likewise.
6771         * nptl/tst-sem7.c: Likewise.
6772         * nptl/tst-sem8.c: Likewise.
6773         * nptl/tst-sem9.c: Likewise.
6774         * nss/test-netdb.c: Likewise.
6775         * posix/tst-fnmatch.c: Likewise.
6776         * posix/tst-getlogin.c: Likewise.
6777         * posix/tst-gnuglob.c: Likewise.
6778         * posix/tst-mmap.c: Likewise.
6779         * pwd/tst-getpw.c: Likewise.
6780         * resolv/tst-inet_ntop.c: Likewise.
6781         * rt/tst-timer.c: Likewise.
6782         * stdio-common/test-fseek.c: Likewise.
6783         * stdio-common/test-popen.c: Likewise.
6784         * stdio-common/test-vfprintf.c: Likewise.
6785         * stdio-common/tst-cookie.c: Likewise.
6786         * stdio-common/tst-fileno.c: Likewise.
6787         * stdio-common/tst-gets.c: Likewise.
6788         * stdio-common/tst-obprintf.c: Likewise.
6789         * stdio-common/tst-perror.c: Likewise.
6790         * stdio-common/tst-sprintf2.c: Likewise.
6791         * stdio-common/tst-sprintf3.c: Likewise.
6792         * stdio-common/tst-sprintf.c: Likewise.
6793         * stdio-common/tst-swprintf.c: Likewise.
6794         * stdio-common/tst-tmpnam.c: Likewise.
6795         * stdio-common/tst-unbputc.c: Likewise.
6796         * stdio-common/tst-wc-printf.c: Likewise.
6797         * stdlib/tst-environ.c: Likewise.
6798         * stdlib/tst-fmtmsg.c: Likewise.
6799         * stdlib/tst-limits.c: Likewise.
6800         * stdlib/tst-rand48-2.c: Likewise.
6801         * stdlib/tst-rand48.c: Likewise.
6802         * stdlib/tst-random2.c: Likewise.
6803         * stdlib/tst-random.c: Likewise.
6804         * stdlib/tst-strtol.c: Likewise.
6805         * stdlib/tst-strtoll.c: Likewise.
6806         * stdlib/tst-tls-atexit.c: Likewise.
6807         * stdlib/tst-xpg-basename.c: Likewise.
6808         * string/test-ffs.c: Likewise.
6809         * string/tst-bswap.c: Likewise.
6810         * string/tst-inlcall.c: Likewise.
6811         * string/tst-strtok.c: Likewise.
6812         * string/tst-strxfrm.c: Likewise.
6813         * sysdeps/x86_64/tst-audit10.c: Likewise.
6814         * sysdeps/x86_64/tst-audit3.c: Likewise.
6815         * sysdeps/x86_64/tst-audit4.c: Likewise.
6816         * sysdeps/x86_64/tst-audit5.c: Likewise.
6817         * time/tst-ftime_l.c: Likewise.
6818         * time/tst-getdate.c: Likewise.
6819         * time/tst-mktime3.c: Likewise.
6820         * time/tst-mktime.c: Likewise.
6821         * time/tst-posixtz.c: Likewise.
6822         * time/tst-strptime2.c: Likewise.
6823         * time/tst-strptime3.c: Likewise.
6824         * wcsmbs/tst-btowc.c: Likewise.
6825         * wcsmbs/tst-mbrtowc.c: Likewise.
6826         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6827         * wcsmbs/tst-wchar-h.c: Likewise.
6828         * wcsmbs/tst-wcpncpy.c: Likewise.
6829         * wcsmbs/tst-wcrtomb.c: Likewise.
6830         * wcsmbs/tst-wcsnlen.c: Likewise.
6831         * wcsmbs/tst-wcstof.c: Likewise.
6833 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6835         [BZ #14132]
6836         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6837         INTDEF.
6838         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6839         declaration.
6840         (_dl_mcount): Use rtld_hidden_proto.
6841         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6842         _dl_mcount.
6843         * elf/rtld.c (_rtld_global_ro): Likewise.
6845         [BZ #14132]
6846         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6847         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6848         of _dl_init_internal.
6849         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6850         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6851         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6852         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6853         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6854         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6855         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6856         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6857         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6858         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6859         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6860         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6861         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6862         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6863         * sysdeps/tile/dl-start.S (_start): Likewise.
6864         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6865         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6867         [BZ #14132]
6868         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6869         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6870         (rtld_progname): Make macro definition unconditional.
6871         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6872         INTDEF.
6873         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6874         (dl_main): Likewise.
6875         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6876         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6877         instead of _dl_argv_internal.
6878         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6879         __GI__dl_argv instead of INTUSE(_dl_argv).
6880         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6881         __GI__dl_argv instead of _dl_argv_internal.
6883         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6884         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6885         macro.
6886         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6887         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6888         New macro.
6889         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6890         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6891         macro.
6892         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6893         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6895 2014-11-04  Andreas Schwab  <schwab@suse.de>
6897         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6899 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6901         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6902         mtvsrd instruction in binary form.
6904 2014-11-03  Andreas Schwab  <schwab@suse.de>
6906         [BZ #17522]
6907         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6908         for less than MB_LEN_MAX use a local buffer of that size.
6909         * libio/tst-fputws.c: New file.
6910         * libio/Makefile (tests): Add tst-fputws.
6912 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6914         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6915         the size of the fpu_fr.fpu_dregs[] array.
6917 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6919         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6920         (__nanosleep): Do not define as alias.
6921         (nanosleep): Define as alias of __nanosleep.
6922         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6923         __libc_nanosleep name.
6925 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6927         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6928         install.texi in comment.
6930 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6932         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6933         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6934         ... add here and use lwsync or sync ...
6935         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6936         ... and add here using lwsync.
6938 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6940         * elf/dl-machine-reject-phdr.h: New file.
6941         * elf/dl-load.c: #include that.
6942         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6943         if that returned true.
6945 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6947         [BZ #17496]
6948         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6949         gen-as-const-headers chunk.  Add a big scare comment after the last
6950         safe place to touch before-compile.
6952 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6954         * manual/install.texi (Tools for Compilation): Update autoconf
6955         version requirements.
6956         * INSTALL: Regenerated.
6958         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6959         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6960         (__libc_pselect): Likewise.
6962         [BZ #14138]
6963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6968 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6970         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6971         correct barrier instruction.
6972         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6973         Likewise.
6974         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6975         Likewise.
6977 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6979         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6980         after defining inlines.  Instead, just use parens to defeat macro
6981         expansion of __isctype in its declaration.
6983 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6985         * include/sys/uio.h (__libc_readv): Remove declaration.
6986         (__libc_writev): Likewise.
6987         * misc/readv.c (__libc_readv): Rename to __readv.
6988         (__readv): Do not define as alias.
6989         (readv): Define as alias of __readv.
6990         * misc/writev.c (__libc_writev): Rename to __writev.
6991         (__writev): Do not define as alias.
6992         (writev): Define as alias of __writev.
6993         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6994         (__readv): Do not define as alias.
6995         (readv): Define unconditionally as alias of __readv.
6996         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6997         (__writev): Do not define as alias.
6998         (writev): Define unconditionally as alias of __writev.
6999         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7000         name.
7001         (writev): Do not define __libc_writev name.
7003 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7005         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7006         (convert_charseq): New function, broken out of ...
7007         (use_from_charmap): ... here.  Call it.
7008         (use_to_charmap): Use convert_charseq and free instead of duplicating
7009         its code with a variable-length stack struct.
7011 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7013         * include/fcntl.h (__libc_creat): Remove declaration.
7014         * io/creat.c (__libc_creat): Rename to creat.
7015         (creat): Do not define as alias.
7016         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7017         of creat instead of __libc_creat.
7018         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7019         to creat.
7020         (creat): Do not define as alias.
7021         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7022         __libc_creat.
7023         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7024         __libc_creat name.
7025         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7026         Likewise.
7028 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7030         * manual/llio.texi: Add comments discussing why write() may be
7031         considered MT-unsafe on Linux.
7033 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7035         * dl-load.c (local_strdup): Remove.
7036         (expand_dynamic_string_token): Use __strdup.
7037         (decompose_rpath): Likewise.
7038         (_dl_map_object): Likewise.
7040 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7042         [BZ #14132]
7043         * sysdeps/generic/unwind-dw2-fde.c
7044         (__register_frame_info_bases_internal): Do not declare.
7045         (__register_frame_info_table_bases_internal): Likewise.
7046         (__deregister_frame_info_bases_internal): Likewise.
7047         (__register_frame_info_bases): Declare and use hidden_proto before
7048         definition.  Use hidden_def instead of INTDEF.
7049         (__register_frame_info_table_bases): Likewise.
7050         (__deregister_frame_info_bases): Likewise.
7051         (__register_frame_info): Do not use INTUSE.
7052         (__register_frame): Likewise.
7053         (__register_frame_info_table): Likewise.
7054         (__register_frame_table): Likewise.
7055         (__deregister_frame_info): Likewise.
7056         (__deregister_frame): Likewise.
7058 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7060         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7061         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7062         not undefine.
7063         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7064         Likewise.
7065         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7066         Likewise.
7068 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7070         [BZ #14138]
7071         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7072         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7073         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7074         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7075         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7076         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7077         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7078         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7079         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7080         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7081         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7082         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7083         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7084         syscall.
7085         (setfsuid): Likewise.
7086         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7087         (setfsuid): Likewise.
7088         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7089         (setfsuid): Likewise.
7090         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7091         Likewise.
7092         (setfsuid): Likewise.
7093         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7094         (setfsuid): Likewise.
7095         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7096         Likewise.
7097         (setfsuid): Likewise.
7099 2014-10-27  Andreas Schwab  <schwab@suse.de>
7101         [BZ #17501]
7102         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7103         check for Slow_SSE4_2 feature bit.
7104         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7105         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7106         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7107         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7109 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7111         * configure.ac: Validate compiler version with a empirical test of
7112         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7113         $CC -v output.
7114         * configure: Regenerated.
7116         * inet/htons.c (htons): Prototypify.
7117         * inet/htonl.c (htonl): Likewise.
7119 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7121         * string/strncat.c (strncat): Improve performance by using strlen.
7123 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7125         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7127 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7129         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7130         Call libc_fetestexcept_aarch64.
7132 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7134         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7135         Call libc_feholdexcept_aarch64.
7137 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7139         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7140         Call get_rounding_mode.
7142 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7144         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7145         Simplify logic.
7147 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7149         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7150         Simplify logic.
7152 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7154         [BZ #14138]
7155         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7156         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7157         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7158         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7159         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7160         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7161         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7162         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7163         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7164         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7165         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7166         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7167         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7168         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7169         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7170         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7171         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7172         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7173         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7174         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7175         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7176         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7177         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7178         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7179         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7180         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7181         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7182         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7183         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7184         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7185         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7186         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7187         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7188         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7189         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7190         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7191         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7192         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7193         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7194         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7195         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7196         syscall.
7197         (geteuid): Likewise.
7198         (getgid): Likewise.
7199         (getuid): Likewise.
7200         (getresgid): Likewise.
7201         (getresuid): Likewise.
7202         (getgroups): Likewise.
7203         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7204         (geteuid): Likewise.
7205         (getgid): Likewise.
7206         (getuid): Likewise.
7207         (getresgid): Likewise.
7208         (getresuid): Likewise.
7209         (getgroups): Likewise.
7210         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7211         (geteuid): Likewise.
7212         (getgid): Likewise.
7213         (getuid): Likewise.
7214         (getresgid): Likewise.
7215         (getresuid): Likewise.
7216         (getgroups): Likewise.
7217         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7218         Likewise.
7219         (geteuid): Likewise.
7220         (getgid): Likewise.
7221         (getuid): Likewise.
7222         (getresgid): Likewise.
7223         (getresuid): Likewise.
7224         (getgroups): Likewise.
7225         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7226         (geteuid): Likewise.
7227         (getgid): Likewise.
7228         (getuid): Likewise.
7229         (getresgid): Likewise.
7230         (getresuid): Likewise.
7231         (getgroups): Likewise.
7232         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7233         Likewise.
7234         (geteuid): Likewise.
7235         (getgid): Likewise.
7236         (getuid): Likewise.
7237         (getgroups): Likewise.
7239         [BZ #14138]
7240         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7241         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7242         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7243         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7244         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7245         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7246         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7247         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7248         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7249         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7250         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7251         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7252         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7253         __chown.
7254         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7255         (lchown): Likewise.
7256         (fchown): Likewise.
7257         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7258         Likewise.
7259         (lchown): Likewise.
7260         (fchown): Likewise.
7261         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7262         (lchown): Likewise.
7263         (fchown): Likewise.
7264         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7265         Likewise.
7266         (lchown): Likewise.
7267         (fchown): Likewise.
7269 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7271         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7272         Simplify logic.
7274 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7276         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7277         Cleanup logic.
7279 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7281         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7282         Remove unused include.
7284 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7286         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7287         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7288         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7289         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7291 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7292             Helge Deller <deller@gmx.de>
7294         [BZ #17508]
7295         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7296         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7297         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7299 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7301         [BZ #14132]
7302         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7303         Remove macro definition.
7304         (__ashrdi3_v_glibc20): Likewise.
7305         (__lshrdi3_v_glibc20): Likewise.
7306         (__cmpdi2_v_glibc20): Likewise.
7307         (__ucmpdi2_v_glibc20): Likewise.
7308         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7309         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7310         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7311         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7312         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7313         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7315 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7317         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7318         old GNU extension [0] syntax.
7319         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7320         alloca rather than an array member with variable length.
7321         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7322         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7323         (parse_opt): ... here.  Likewise use alloca there.
7324         Validate the -i argument before checking for rootness.
7325         (send_shutdown): New function, broken out of ...
7326         (parse_opt): ... here.
7328 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7330         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7331         macro to get at the _rt_local_ro field.
7332         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7333         ([PIC] case) or _dl_hwcap ([!PIC] case).
7334         * sysdeps/arm/setjmp.S: Likewise.
7336         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7337         * sysdeps/arm/configure.ac: New check to define it.
7338         * sysdeps/arm/configure: Regenerated.
7339         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7340         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7341         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7342         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7343         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7344         Use move/movt pair instead of a load.
7345         (LDST_GLOBAL): Macro removed.
7346         (LDR_GLOBAL): New macro replaces it.
7347         (LDR_HIDDEN): New macro.
7348         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7349         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7351         * setjmp/tst-setjmp-static.c: New file.
7352         * setjmp/Makefile (tests): Add it.
7353         (tests-static): New variable.
7355 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7357         [BZ #17485]
7358         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7360 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7362         [BZ #14132]
7363         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7365 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7367         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7369 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7371         * io/fts.c (dirent_not_directory): New function.
7372         (fts_build): Call it.
7374 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7376         * nptl/version.c (__nptl_main): Use normal __write rather than
7377         INTERNAL_SYSCALL.
7378         (banner): Update copyright years.
7380         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7381         gettimeofday.
7382         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7383         * nptl/pthread_cond_timedwait.c: Likewise.
7384         * nptl/pthread_mutex_timedlock.c: Likewise.
7385         * nptl/sem_timedwait.c: Likewise.
7387         * sysdeps/nptl/bits/libc-lock.h
7388         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7389         (__libc_lock_init_recursive): Return void, not 0.
7390         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7391         (__libc_rwlock_init): Likewise.
7392         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7394 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7396         [BZ #15215]
7397         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7398         (__pthread_once_slow): ... here.
7399         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7400         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7402 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7404         [BZ #15215]
7405         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7406         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7407         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7408         * nptl/pthread_once.c (__pthread_once): Likewise.
7409         Update comments.
7411 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7413         [BZ #14138]
7414         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7415         name.
7416         (writev): Use __libc_writev as strong name.
7417         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7418         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7420 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7422         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7424         * sysdeps/i386/nptl/tls.h
7425         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7426         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7427         New macros.
7428         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7429         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7430         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7431         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7432         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7433         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7435         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7436         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7437         on [__NR_futex].
7438         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7439         broken out of ...
7440         (__pthread_mutex_init): ... here.  Call it.
7441         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7442         Conditionalize PI cases on [__NR_futex].
7443         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7444         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7445         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7447         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7448         conditional on [SIGSETXID].
7449         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7450         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7451         is defined.  Likewise for SIGSETXID.
7452         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7453         Conditionalize definitions on [SIGSETXID].
7454         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7455         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7456         unblocking on [SIGCANCEL].
7458         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7459         [__NR_set_robust_list].
7461 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7463         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7464         (do_compare): Likewise.
7466 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7468         [BZ #15884]
7469         * string/strcoll_l.c: Don't include stdio.h.
7470         (coll_seq): Remove members idxarr and rulearr.
7471         (get_next_seq_cached): Remove function.
7472         (get_next_seq): Likewise.
7473         (get_next_seq_nocache): Rename to get_next_seq.
7474         (do_compare): Remove function.
7475         (do_compare_nocache): Rename to do_compare.
7476         (STRCOLL): Remove weight and rules cache.
7478 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7480         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7481         * sysdeps/arm/sfp-machine.h: ... to here.
7482         * sysdeps/arm/Implies: Remove arm/soft-fp.
7484 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7486         * conform/data/sys/utsname.h-data (*_t): Allow.
7487         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7488         [POSIX] (WEXITED): Do not expect constant.
7489         [POSIX] (WSTOPPED): Likewise.
7490         [POSIX] (WNOHANG): Likewise.
7491         [POSIX] (WNOWAIT): Likewise.
7492         [POSIX] (siginfo_t): Do not expect type or elements.
7493         [POSIX] (pid_t): Do not expect type.
7494         [POSIX] (signal.h): Do not allow header.
7495         [POSIX] (sys/resource.h): Likewise.
7496         [POSIX] (si_*): Do not allow pattern.
7497         [POSIX] (W*): Likewise.
7498         [POSIX] (P_*): Likewise.
7499         [POSIX] (BUS_*): Likewise.
7500         [POSIX] (CLD_*): Likewise.
7501         [POSIX] (FPE_*): Likewise.
7502         [POSIX] (ILL_*): Likewise.
7503         [POSIX] (POLL_*): Likewise.
7504         [POSIX] (SEGV_*): Likewise.
7505         [POSIX] (SI_*): Likewise.
7506         [POSIX] (TRAP_*): Likewise.
7507         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7508         variable.
7510 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7512         [BZ #12926]
7513         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7514         infinite loop when __recvmsg returns 0.
7516 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7518         * CANCEL-FCT-WAIVE: Remove file.
7519         * CANCEL-FILE-WAIVE: Likewise.
7521         [BZ #14132]
7522         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7523         instead of INTVARDEF.
7524         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7525         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7526         rtld_hidden_data_def instead of INTVARDEF.
7527         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7528         * elf/dl-deps.c (expand_dst): Likewise.
7529         * elf/dl-load.c (_dl_dst_count): Likewise.
7530         (_dl_dst_substitute): Likewise.
7531         (decompose_rpath): Likewise.
7532         (_dl_init_paths): Likewise.
7533         (open_path): Likewise.
7534         (_dl_map_object): Likewise.
7535         * elf/rtld.c (dl_main): Likewise.
7536         (process_dl_audit): Likewise.
7537         (process_envvars): Likewise.
7538         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7539         Remove declaration.
7540         (__libc_enable_secure): Use rtld_hidden_proto.
7542 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7544         * elf/dl-load.c
7545         (add_path): New function broken out of _dl_rtld_di_serinfo.
7546         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7548 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7550         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7551         parentheses around macro arguments.
7552         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7553         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7554         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7555         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7556         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7557         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7558         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7559         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7560         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7561         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7562         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7563         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7564         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7565         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7566         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7567         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7568         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7569         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7570         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7571         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7572         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7573         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7574         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7575         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7576         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7577         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7578         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7579         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7580         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7581         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7582         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7583         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7584         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7585         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7586         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7587         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7588         Likewise.
7589         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7590         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7591         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7592         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7593         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7594         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7595         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7596         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7597         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7598         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7599         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7600         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7601         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7602         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7603         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7604         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7605         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7606         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7607         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7608         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7609         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7610         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7611         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7612         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7613         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7614         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7615         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7616         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7617         (_FP_FRAC_SRS_1): Likewise.
7618         (_FP_FRAC_CLZ_1): Likewise.
7619         (_FP_MUL_MEAT_1_imm): Likewise.
7620         (_FP_MUL_MEAT_1_wide): Likewise.
7621         (_FP_MUL_MEAT_1_hard): Likewise.
7622         (_FP_SQRT_MEAT_1): Likewise.
7623         (_FP_FRAC_ASSEMBLE_1): Likewise.
7624         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7625         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7626         (__FP_CLZ_2): Likewise.
7627         (_FP_MUL_MEAT_2_wide): Likewise.
7628         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7629         (_FP_MUL_MEAT_2_gmp): Likewise.
7630         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7631         (_FP_SQRT_MEAT_2): Likewise.
7632         (_FP_FRAC_ASSEMBLE_2): Likewise.
7633         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7634         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7635         (_FP_FRAC_CLZ_4): Likewise.
7636         (_FP_MUL_MEAT_4_wide): Likewise.
7637         (_FP_MUL_MEAT_4_gmp): Likewise.
7638         (_FP_SQRT_MEAT_4): Likewise.
7639         (_FP_FRAC_ASSEMBLE_4): Likewise.
7640         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7641         * soft-fp/op-common.h (_FP_CMP): Likewise.
7642         (_FP_CMP_EQ): Likewise.
7643         (_FP_CMP_UNORD): Likewise.
7644         (_FP_TO_INT): Likewise.
7645         (_FP_FROM_INT): Likewise.
7646         [!__FP_CLZ] (__FP_CLZ): Likewise.
7647         (_FP_DIV_HELP_imm): Likewise.
7648         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7649         Likewise.
7650         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7651         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7652         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7653         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7654         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7655         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7656         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7657         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7658         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7659         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7660         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7661         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7662         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7663         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7664         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7665         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7666         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7667         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7668         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7669         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7670         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7671         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7672         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7673         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7674         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7675         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7676         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7677         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7678         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7679         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7680         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7681         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7682         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7683         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7684         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7685         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7686         (FP_UNPACK_RAW_SP): Likewise.
7687         (FP_PACK_RAW_S): Likewise.
7688         (FP_PACK_RAW_SP): Likewise.
7689         (FP_UNPACK_S): Likewise.
7690         (FP_UNPACK_SP): Likewise.
7691         (FP_UNPACK_SEMIRAW_S): Likewise.
7692         (FP_UNPACK_SEMIRAW_SP): Likewise.
7693         (FP_PACK_S): Likewise.
7694         (FP_PACK_SP): Likewise.
7695         (FP_PACK_SEMIRAW_S): Likewise.
7696         (FP_PACK_SEMIRAW_SP): Likewise.
7697         (_FP_SQRT_MEAT_S): Likewise.
7698         (FP_CMP_S): Likewise.
7699         (FP_CMP_EQ_S): Likewise.
7700         (FP_CMP_UNORD_S): Likewise.
7701         (FP_TO_INT_S): Likewise.
7702         (FP_FROM_INT_S): Likewise.
7704         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7706         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7707         (FP_EX_INVALID_IMZ): Likewise.
7708         (FP_EX_INVALID_IMZ_FMA): Likewise.
7709         (FP_EX_INVALID_ISI): Likewise.
7710         (FP_EX_INVALID_ZDZ): Likewise.
7711         (FP_EX_INVALID_IDI): Likewise.
7712         (FP_EX_INVALID_SQRT): Likewise.
7713         (FP_EX_INVALID_CVI): Likewise.
7714         (FP_EX_INVALID_VC): Likewise.
7715         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7716         "invalid" exceptions.
7717         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7718         (_FP_ADD_INTERNAL): Likewise.
7719         (_FP_MUL): Likewise.
7720         (_FP_FMA): Likewise.
7721         (_FP_DIV): Likewise.
7722         (_FP_CMP_CHECK_NAN): Likewise.
7723         (_FP_SQRT): Likewise.
7724         (_FP_TO_INT): Likewise.
7725         (FP_EXTEND): Likewise.
7727 2014-10-09  Allan McRae  <allan@archlinux.org>
7729         * po/fr.po: Update French translation from translation project.
7731 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7733         [BZ #14132]
7734         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7735         of INTDEF.
7736         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7737         (__cxa_atexit): Use libc_hidden_proto.
7738         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7740         [BZ #14132]
7741         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7742         declaration.
7743         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7744         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7745         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7746         [!_ISOMAC] (__iswctype_internal): Likewise.
7747         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7748         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7749         alias.
7750         (fcntl): Remove __fcntl_internal alias.
7751         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7752         __connect_internal alias.
7753         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7754         Likewise.
7756         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7757         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7758         FP_DENORM_ZERO.
7759         (_FP_CHECK_FLUSH_ZERO): New macro.
7760         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7761         (_FP_CMP): Likewise.
7762         (_FP_CMP_EQ): Likewise.
7763         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7764         FP_DENORM_ZERO.
7765         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7766         (FP_TRUNC): Likewise.
7768         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7769         treated as invalid conversion, not as normal exponent.
7771         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7772         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7773         (_FP_CMP_EQ): Likewise.
7774         (_FP_CMP_UNORD): Likewise.
7775         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7776         (FP_CMP_EQ_D): Likewise.
7777         (FP_CMP_UNORD_D): Likewise.
7778         * soft-fp/extended.h (FP_CMP_E): Likewise.
7779         (FP_CMP_EQ_E): Likewise.
7780         (FP_CMP_UNORD_E): Likewise.
7781         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7782         (FP_CMP_EQ_Q): Likewise.
7783         (FP_CMP_UNORD_Q): Likewise.
7784         * soft-fp/single.h (FP_CMP_S): Likewise.
7785         (FP_CMP_EQ_S): Likewise.
7786         (FP_CMP_UNORD_S): Likewise.
7787         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7788         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7789         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7790         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7791         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7792         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7793         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7794         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7795         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7796         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7797         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7798         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7799         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7800         to FP_CMP_Q.
7801         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7802         FP_CMP_Q.
7803         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7804         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7805         FP_CMP_EQ_Q.
7806         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7807         FP_CMP_Q.
7808         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7809         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7810         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7811         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7812         FP_CMP_EQ_Q.
7813         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7814         FP_CMP_Q.
7815         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7816         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7817         FP_CMP_EQ_Q.
7818         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7819         FP_CMP_Q.
7820         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7821         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7822         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7823         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7824         FP_CMP_EQ_Q.
7826         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7827         a subnormal result, set the underflow exception if trapping on
7828         underflow is enabled.
7829         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7830         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7831         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7832         redefine to 0.
7833         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7834         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7835         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7836         * soft-fp/extendxftf2.c (__extendxftf2): Use
7837         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7839         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7840         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7841         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7842         FP_HANDLE_EXCEPTIONS.
7843         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7844         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7845         FP_HANDLE_EXCEPTIONS.
7846         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7847         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7848         FP_HANDLE_EXCEPTIONS.
7849         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7850         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7851         FP_HANDLE_EXCEPTIONS.
7853 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7855         [BZ #14132]
7856         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7857         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7858         use INTUSE.
7859         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7860         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7861         Remove alias.
7862         (__adjtimex): Define using libc_hidden_ver.
7863         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7864         Remove declaration.
7865         (ntp_gettime): Call __adjtimex directly.
7866         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7867         Remove declaration.
7868         (ntp_gettimex): Call __adjtimex directly.
7869         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7870         __adjtimex_internal alias.
7872 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7874         [BZ #17460]
7875         * nscd/nscd.c (more_help): Rewrite list of tables collection
7876         using xstrdup and asprintf.
7878         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7880 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7881             Roland McGrath  <roland@hack.frob.com>
7883         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7884         (do_lookup_unique): ... local function 'enter' here; update callers.
7886 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7888         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7889         compat_symbol calls on [SHARED].
7890         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7891         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7892         Remove.
7893         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7894         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7895         (oldsetrlimit): Remove.
7896         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7898         (lchown): New syscall entry.
7899         (oldsetrlimit): Remove.
7900         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7901         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7902         (oldsetrlimit): Remove.
7903         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7905         [BZ #14138]
7906         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7907         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7908         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7909         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7910         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7911         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7912         (fchown): Likewise.
7913         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7914         (fchown): Likewise.
7915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7916         Likewise.
7918 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7920         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7921         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7922         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7923         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7924         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7925         Likewise.
7926         (__old_sem_post): Likewise.
7928 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7930         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7931         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7932         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7933         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7934         Use INLINE_VSYSCALL macro.
7935         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7936         __vdso_clock_gettime.
7937         * sysdeps/unix/sysv/linux/tile/init-first.c
7938         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7939         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7940         __vdso_clock_gettime.
7942         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7943         to set up frame more cleanly.
7945         * sysdeps/tile/memcmp.c: New file.
7947         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7949         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7950         * sysdeps/tile/tilegx/strcasestr.c: New file.
7951         * sysdeps/tile/tilegx/strnlen.c: New file.
7952         * sysdeps/tile/tilegx/strstr.c: New file.
7954         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7956 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7958         * nptl/tst-setuid3.c: Write errors to stdout.
7960 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7962         * elf/dl-deps.c
7963         (preload): New functions broken out of _dl_map_object_deps.
7964         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7966 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7968         [BZ #14138]
7969         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7970         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7972 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7974         * sysdeps/mips/strcmp.S: New.
7976 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7978         [BZ #14138]
7979         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7980         (linkat): Likewise.
7981         (mkdirat): Likewise.
7982         (readlinkat): Likewise.
7983         (renameat): Likewise.
7984         (symlinkat): Likewise.
7985         (unlinkat): Likewise.
7986         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7987         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7988         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7989         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7990         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7991         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7992         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7994 2014-09-30  Will Newton  <will.newton@linaro.org>
7996         * math/math.h: Define long double math functions if
7997         _LIBC_TEST is defined.
7998         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8000         * localedata/Makefile: Move assignment to tests-special
8001         into an ifdef testing run-built-tests.
8002         * timezone/Makefile: Likewise.
8004 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8006         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8007         with $(BASH) not $(SHELL).
8009 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8010             Matthew LeGendre  <legendre1@llnl.gov>
8012         [BZ #17411]
8013         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8014         l_reloc_result.
8016 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8018         * stdio-common/printf_fp.c
8019         (hack_digit): New function, broken out of ...
8020         (__printf_fp): ... local function here.  Update call sites.
8021         hack_digit now takes an additional parameter that is a pointer
8022         to a struct of the referenced locals.  Those locals moved inside
8023         the struct and references updated.
8025 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8027         * aclocal.m4: Require autoconf 2.69.
8028         * configure: Regenerated.
8029         * sysdeps/aarch64/configure: Likewise.
8030         * sysdeps/alpha/configure: Likewise.
8031         * sysdeps/arm/armv7/configure: Likewise.
8032         * sysdeps/arm/configure: Likewise.
8033         * sysdeps/ia64/configure: Likewise.
8034         * sysdeps/mach/configure: Likewise.
8035         * sysdeps/mips/configure: Likewise.
8036         * sysdeps/s390/configure: Likewise.
8037         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8040         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8041         file.
8042         * sysdeps/ia64/configure.ac: Likewise.
8044 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8047         specify symbol version for ld.so.  Do not include entry for
8048         libpthread.
8049         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8050         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8051         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8053         [BZ #14171]
8054         * Makeconfig [$(build-shared) = yes]
8055         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8056         makefiles.
8057         [$(build-shared) = yes && $(soversions.mk-done) = t]
8058         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8059         [$(build-shared) = yes && $(soversions.mk-done) = t]
8060         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8061         to Makerules.
8062         [$(build-shared) = yes && $(soversions.mk-done) = t]
8063         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8064         here.
8065         [$(build-shared) = yes && $(soversions.mk-done) = t]
8066         (common-generated): Don't append gnu/lib-names.h and
8067         gnu/lib-names.stmp here.
8068         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8069         (lib-names-h-abi): New variable.
8070         [$(build-shared) = yes && $(soversions.mk-done) = t]
8071         (lib-names-stmp-abi): Likewise.
8072         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8073         abi-variants] (before-compile): Append
8074         $(common-objpfx)$(lib-names-h-abi).
8075         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8076         abi-variants] (common-generated): Append gnu/lib-names.h.
8077         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8078         abi-variants] (install-others-nosubdir): Depend on
8079         $(inst_includedir)/$(lib-names-h-abi).
8080         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8081         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8082         [$(build-shared) = yes && $(soversions.mk-done) = t]
8083         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8084         [$(build-shared) = yes && $(soversions.mk-done) = t]
8085         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8086         [$(build-shared) = yes && $(soversions.mk-done) = t]
8087         (common-generated): Append $(lib-names-h-abi) and
8088         $(lib-names-stmp-abi).
8089         * scripts/lib-names.awk: Do not handle multi being set.
8090         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8091         Remove variable.
8092         (abi-lp64_be-ld-soname): Likewise.
8093         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8094         Likewise.
8095         (abi-hard-ld-soname): Likewise.
8096         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8097         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8098         Remove variable.
8099         (abi-o32_hard-ld-soname): Likewise.
8100         (abi-o32_soft_2008-ld-soname): Likewise.
8101         (abi-o32_hard_2008-ld-soname): Likewise.
8102         (abi-n32_soft-ld-soname): Likewise.
8103         (abi-n32_hard-ld-soname): Likewise.
8104         (abi-n32_soft_2008-ld-soname): Likewise.
8105         (abi-n32_hard_2008-ld-soname): Likewise.
8106         (abi-n64_soft-ld-soname): Likewise.
8107         (abi-n64_hard-ld-soname): Likewise.
8108         (abi-n64_soft_2008-ld-soname): Likewise.
8109         (abi-n64_hard_2008-ld-soname): Likewise.
8110         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8111         Likewise.
8112         (abi-64-v2-ld-soname): Likewise.
8113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8114         ld.so entries.
8115         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8116         variable.
8117         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8118         entry.
8119         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8120         variable.
8121         (abi-64-ld-soname): Likewise.
8122         (abi-x32-ld-soname): Likewise.
8123         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8124         entry.
8125         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8127 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8129         [BZ #14138]
8130         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8131         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8132         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8133         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8134         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8135         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8136         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8137         syscall entry for GLIBC_2.2 symbol version.
8138         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8139         Likewise.
8140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8141         (setrlimit): Likewise.
8142         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8143         Likewise.
8145 2014-09-23  Will Newton  <will.newton@linaro.org>
8147         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8148         _LINUX_ARM_SYSDEP_H include guard too.
8149         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8150         define.
8152 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8154         * sysdeps/unix/sysv/linux/eventfd.c:
8155         Make first argument unsigned.
8156         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8157         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8159 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8161         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8162         * socket/sys/socket.h: Likewise
8163         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8165 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8167         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8169 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8171         * time/tst-ftime.c: New test.
8172         * time/Makefile (tests): Add tst-ftime.
8174 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8176         * soft-fp/extended.h: Fix comment formatting.
8177         * soft-fp/op-1.h: Likewise.
8178         * soft-fp/op-2.h: Likewise.
8179         * soft-fp/op-4.h: Likewise.
8180         * soft-fp/op-8.h: Likewise.
8181         * soft-fp/op-common.h: Likewise.
8182         * soft-fp/soft-fp.h: Likewise.
8184         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8186 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8188         [BZ #6652]
8189         * Makeconfig (soversions-default-setname): Remove variable.
8190         ($(common-objpfx)soversions.i): Don't pass default_setname to
8191         soversions.awk.
8192         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8193         oldest_abi to abi-versions.awk.
8194         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8195         * config.make.in (oldest-abi): Remove variable.
8196         * configure.ac (--enable-oldest-abi): Remove configure option.
8197         * configure: Regenerated.
8198         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8199         text.
8200         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8201         * scripts/soversions.awk: Do not handle default_setname variable.
8202         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8203         variable.
8204         * sysdeps/mach/hurd/configure: Regenerated.
8205         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8206         variable.
8207         * sysdeps/unix/sysv/linux/configure: Regenerated.
8209 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8211         * elf/Makefile (CFLAGS-interp.c): Remove.
8212         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8213         path string.
8214         * elf/interp.c: Include generated runtime-linker.h
8216         * Makerules (lib%.so): Don't include $(+interp) in
8217         prerequisites.
8218         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8219         * dlfcn/eval.c: Remove file.
8221         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8222         macros.
8224         [BZ #17266]
8225         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8226         4.2 and newer.
8228         [BZ #17370]
8229         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8231 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8232             Jakub Jelinek  <jakub@redhat.com>
8234         [BZ #17266]
8235         * libio/stdio.h: Check definition of __fortify_function
8236         instead of __extern_always_inline to include bits/stdio2.h.
8237         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8238         check if __extern_always_inline is defined.
8239         [__USE_MISC || __USE_XOPEN]: Likewise.
8240         [__USE_ISOC99] Likewise.
8241         * misc/sys/cdefs.h (__fortify_function): Define only if
8242         __extern_always_inline is defined.
8243         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8244         __extern_always_inline and __extern_inline only for g++-4.3
8245         and newer or a compatible gcc.
8247 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8249         [BZ #17371]
8250         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8251         last change to handle zero prefix length.
8253 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8255         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8256         _SC_REGEX_VERSION.
8258         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8259         _POSIX_RAW_SOCKETS.
8261 2014-09-13  Allan McRae  <allan@archlinux.org>
8263         * po/ru.po: Update Russian translation from translation project.
8265 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8267         * locale/programs/locale.c (show_locale_vars): Inline local function
8268         into its sole call site.  Clean up some style nits.
8269         (print_item): New function, broken out of ...
8270         (show_info): ... local function here.  Clean up style nits.
8272         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8273         out of ...
8274         (set_class_defaults): ... local function set_default here.
8275         Define set_default as a macro locally to pass constant parameters.
8276         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8277         rather than a shared local.
8279         * stdlib/rpmatch.c (try): New function, broken out of ...
8280         (rpmatch): ... local function here.  Also, prototypify definition.
8282 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8284         * scripts/soversions.awk: Do not handle configuration names.
8285         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8286         vendor and os variables to soversions.awk.
8287         * configure.ac: Do not modify gnu-* host_os.
8288         * configure: Regenerated
8289         * shlib-versions: Remove first column with configuration names.
8290         * nptl/shlib-versions: Likewise.
8291         * nptl_db/shlib-versions: Likewise.
8292         * sysdeps/hppa/shlib-versions: Likewise.
8293         * sysdeps/m68k/shlib-versions: Likewise.
8294         * sysdeps/mach/hurd/shlib-versions: Likewise.
8295         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8296         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8297         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8298         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8299         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8300         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8301         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8302         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8304         Likewise.
8305         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8306         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8307         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8308         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8309         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8310         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8311         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8312         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8315         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8317         Regenerated.
8318         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8320         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8322         * shlib-versions: Remove OS-specific entries.  Moved to files in
8323         sysdeps.
8324         * sysdeps/mach/hurd/shlib-versions: New file.
8325         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8327         * nptl/shlib-versions: Remove architecture-specific entries.
8328         Moved to files in sysdeps.
8329         * shlib-versions: Likewise.
8330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8331         file.
8332         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8333         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8334         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8335         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8337         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8338         (UDP_NO_CHECK6_RX): Likewise.
8340 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8342         * sysdeps/posix/sysconf.c (__sysconf): Spell
8343         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8345 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8347         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8348         loading.
8349         * iconv/Versions (__gconv_transliterate): Export for use from
8350         gconv modules.
8351         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8352         (struct __gconv_trans_data, __gconv_trans_fct,
8353         __gconv_trans_context_fct, __gconv_trans_query_fct,
8354         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8355         definitions.
8356         (struct __gconv_step_data): Remove __trans member.
8357         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8358         longer hidden.  Remove unused trans_data argument.
8359         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8360         (__gconv_translit_find): Remove declaration.
8361         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8362         prototype.
8363         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8364         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8365         trans_data argument.  Add hidden definition.
8366         (__gconv_translit_find): Remove.
8367         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8368         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8369         * iconv/skeleton.c: Remove transliteration initialization.
8370         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8371         __gconv_step_data initialization.
8372         * libio/iofwide.c (__libio_translit_): Remove.
8373         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8374         * wcsmbs/btowc.c (__btowc): Likewise.
8375         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8376         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8377         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8378         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8379         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8380         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8381         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8382         * wcsmbs/wctob.c (wctob): Likewise.
8384 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8386         [BZ #16194]
8387         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8388         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8389         register usage.
8390         * sysdeps/x86/Makefile: Adjust.
8392 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8393             Roland McGrath  <roland@hack.frob.com>
8395         * locale/weight.h: Add include guard.
8396         (findidx): Make static rather than auto; take new parameters
8397         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8398         * locale/weightwc.h: Likewise.
8399         * posix/fnmatch_loop.c
8400         (FCT): Change type of EXTRA from int32_t to wint_t.
8401         Don't include either header inside the function.
8402         Call FINDIDX rather than findidx, and pass new arguments.
8403         #undef FINDIDX at the end of the file.
8404         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8405         FINDIDX before including fnmatch_loop.c for the non-wide version.
8406         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8407         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8408         for the wide version.
8409         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8410         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8411         Pass new arguments to findidx.
8412         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8413         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8414         Don't #include it inside the function.  Pass new arguments to findidx.
8415         * posix/regex_internal.h
8416         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8417         (re_string_elem_size_at): Don't #include it inside the function.
8418         Pass new arguments to findidx.
8419         * string/strcoll_l.c: #include WEIGHT_H at top level.
8420         (get_next_seq): Don't #include it inside the function.
8421         Pass new arguments to findidx.
8422         (get_next_seq_nocache): Likewise.
8423         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8424         (STRXFRM): Don't #include it inside the function.
8425         Pass new arguments to findidx.
8427 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8429         [BZ #17344]
8430         * malloc/malloc.c (unlink): Turn asserts into a call to
8431         malloc_printerr.
8433 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8435         [BZ #17370]
8436         * libio/wfileops (do_ftell_wide): Free OUT.
8438 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8440         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8442 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8444         [BZ #17363]
8445         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8446         group if the current group is empty.
8448 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8450         * benchtests/bench-memset.c (test_main): Add more test from size
8451         from 32 to 512 bytes.
8452         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8453         Add POWER8 memset object.
8454         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8455         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8456         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8457         implementation.
8458         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8459         Likewise.
8460         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8461         multiarch POWER8 memset optimization.
8462         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8463         POWER8 memset optimization.
8465         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8466         Remove bzero multiarch objects.
8467         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8468         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8469         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8470         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8471         Remove define.
8472         [__bzero]: Redefine to specific name.
8473         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8474         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8475         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8476         define.
8477         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8478         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8480 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8482         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8483         warnings into errors.
8485         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8486         __cxa_thread_atexit_impl prototype.
8488 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8490         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8491         Fix capitalization of error message.
8493 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8495         * sysdeps/mips/preconfigure: Modify ABI tests.
8497 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8499         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8501 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8502             Carlos O'Donell  <carlos@systemhalted.org>
8504         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8505         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8506         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8507         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8508         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8509         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8510         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8511         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8512         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8513         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8514         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8515         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8516         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8517         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8518         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8519         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8520         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8521         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8522         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8523         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8524         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8525         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8526         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8527         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8528         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8529         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8530         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8531         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8532         Deconditionalize the code that was previously under [RESET_PID].
8533         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8534         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8535         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8536         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8537         include sysdep.h.
8539 2014-09-08  Allan McRae  <allan@archlinux.org>
8541         * version.h (RELEASE): Set to "development".
8542         (VERSION): Set to "2.20.90"
8544 2014-09-07  Allan McRae  <allan@archlinux.org
8546         * version.h (RELEASE): Set to "stable".
8547         (VERSION): Set to "2.20"
8548         * include/features.h (__GLIBC_MINOR__): Set to 20.
8550         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8551         Liebler.
8553         * po/ko.po: Update Korean translation from translation project.
8555 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8557         [BZ #17354]
8558         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8559         macro for handling signed relocations.
8561 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8563         [BZ #17325]
8564         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8565         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8566         assert.
8567         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8568         * iconvdata/ibm935.c (BODY): Likewise.
8569         * iconvdata/ibm937.c (BODY): Likewise.
8570         * iconvdata/ibm939.c (BODY): Likewise.
8571         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8572         assert.
8573         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8574         script.
8575         * iconvdata/run-iconv-test.sh: New test loop for checking for
8576         decoder crashers.
8578 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8580         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8581         libm_hidden_ver.
8583 2014-09-01  Allan McRae  <allan@archlinux.org>
8585         * po/eo.po: Update Esperanto translation from translation project.
8587         * po/ca.po: Update Catalan translation from translation project.
8589 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8591         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8592         __proc_dostop call.
8594 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8596         [BZ #17319]
8597         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8598         to call set_thread_area instead of hand written asm.
8599         (__NR_set_thread_area): Removed define.
8600         (TLS_FLAG_WRITABLE): Likewise.
8601         (__ASSUME_SET_THREAD_AREA): Remove check.
8602         (TLS_EBX_ARG): Remove define.
8603         (TLS_LOAD_EBX): Likewise.
8605 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8607         Simplify atomicity of socket creation in bind.
8609         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8610         looking up the name after linking the file.
8612 2014-08-27  Allan McRae  <allan@archlinux.org>
8614         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8616 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8618         [BZ #17187]
8619         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8620         trans_compare, open_translit, __gconv_translit_find):
8621         Remove module loading code.
8623 2014-08-26  Allan McRae  <allan@archlinux.org>
8625         * po/vi.po: Update Vietnamese translation from translation project.
8627         * po/uk.po: Update Ukrainian translation from translation project.
8629         * po/fr.po: Update French translation from translation project.
8631         * po/ru.po: Update Russian translation from translation project.
8633         * po/pl.po: Update Polish translation from translation project.
8635         * po/cs.po: Update Czech translation from translation project.
8637         * po/de.po: Update German translation from translation project.
8639         * po/bg.po: Update Bulgarian translation from translation project.
8641         * po/sv.po: Update Sweedish translation from translation project.
8643         * po/nl.po: Update Dutch translation from translation project.
8645         * po/es.po: Update Spanish translation from translation project.
8647 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8649         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8651         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8652         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8653         (CPPFLAGS-iconvconfig): Likewise.
8654         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8656         * include/libc-symbols.h: Remove unnecessary check for
8657         NOT_IN_libc.
8658         * nptl/pthreadP.h: Likewise.
8659         * sysdeps/aarch64/setjmp.S: Likewise.
8660         * sysdeps/alpha/setjmp.S: Likewise.
8661         * sysdeps/arm/sysdep.h: Likewise.
8662         * sysdeps/i386/setjmp.S: Likewise.
8663         * sysdeps/m68k/setjmp.c: Likewise.
8664         * sysdeps/posix/getcwd.c: Likewise.
8665         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8666         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8667         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8668         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8669         * sysdeps/sh/sh3/setjmp.S: Likewise.
8670         * sysdeps/sh/sh4/setjmp.S: Likewise.
8671         * sysdeps/unix/alpha/sysdep.h: Likewise.
8672         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8673         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8674         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8675         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8678         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8679         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8680         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8681         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8682         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8683         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8684         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8685         * sysdeps/x86_64/setjmp.S: Likewise.
8687 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8689         [BZ #17263]
8690         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8691         <stdint.h>.
8692         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8693         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8695 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8697         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8699         [BZ #17262]
8700         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8701         and __x86_64__ when disabling x87 inline functions.
8703 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8705         [BZ #17259]
8706         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8707         asm statement with __cpuid_count.
8709 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8711         * configure.ac: Change __ehdr_start code to dereference the struct.
8712         Run readelf on the output to look for relocations.
8713         * configure: Regenerated.
8715 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8717         [BZ #17261]
8718         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8719         value to 0.
8720         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8722 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8724         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8726 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8728         [BZ #16892]
8729         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8730         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8732 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8734         * malloc/malloc.c: Fix typo in comment.
8736 2014-08-09  Allan McRae  <allan@archlinux.org>
8738         * Regenerate libc.po.
8740 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8742         * intl/tst-gettext2.sh: Check every lang file for creation.
8744 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8746         * sysdeps/aarch64/fpu/math_private.h
8747         (libc_feholdsetround_noex_aarch64_ctx): New function.
8749 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8751         * sysdeps/arm/armv6/strcpy.S (strcpy):
8752         Fix performance issue in misaligned cases.
8754 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8756         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8757         Move definition from termios.h.
8758         (struct termio): Likewise.
8759         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8760         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8761         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8762         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8763         Likewise.
8764         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8765         Move definition to ioctl-types.h
8766         (struct termio): Likewise.
8767         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8768         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8769         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8770         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8771         Likewise.
8773 2014-08-05  Richard Henderson  <rth@redhat.com>
8775         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8776         exceptions.
8777         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8778         Add fraiseexcpt.
8779         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8780         Use __feraiseexcept.
8781         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8782         Protect libm symbols with IS_IN_libm.
8784         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8786 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8788         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8790 2014-08-04  Will Newton  <will.newton@linaro.org>
8792         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8793         file.
8795 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8797         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8798         variants for each function.
8800 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8802         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8803         appended ...
8804         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8805         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8806         appended ...
8807         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8808         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8809         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8810         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8811         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8812         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8813         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8814         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8815         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8816         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8817         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8818         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8819         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8820         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8821         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8822         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8823         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8824         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8825         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8826         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8827         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8828         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8829         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8830         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8831         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8832         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8833         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8834         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8835         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8836         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8837         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8838         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8839         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8840         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8841         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8842         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8843         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8844         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8845         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8846         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8847         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8848         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8849         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8850         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8851         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8852         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8853         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8854         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8855         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8856         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8857         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8858         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8859         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8860         Update #include.
8861         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8862         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8864 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8866         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8867         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8868         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8869         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8870         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8871         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8873 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8875         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8876         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8877         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8878         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8880 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8882         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8883         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8884         (__libc_vfork): Define function under this name.
8885         (__vfork): Define as an alias.
8886         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8887         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8889 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8891         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8892         that was previously under [RESET_PID].
8893         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8895 2014-08-04  Andreas Schwab  <schwab@suse.de>
8897         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8899 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8901         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8902         (main): Likewise.
8904 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8906         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8908 2014-08-01  Richard Henderon  <rth@redhat.com>
8910         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8911         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8912         typo in exact zero test.
8913         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8914         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8915         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8917 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8919         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8920         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8921         * sysdeps/arm/sysdep.h: ... here.
8922         [!__ASSEMBLER__]: Include <stdint.h>.
8924 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8926         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8927         (HAVE_WCTYPE_H): Likewise.
8928         (HAVE_ISWCTYPE): Likewise.
8929         (ENABLE_NLS): Likewise.
8930         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8931         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8933         * posix/regex_internal.c: Check if DEBUG is defined and is
8934         set.
8936         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8937         (HAVE_MBSRTOWCS): Likewise.
8938         * posix/fnmatch.c: Include string.h unconditionally.
8940 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8942         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8943         reversal.
8945 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8947         * sysdeps/generic/safe-fatal.h: New file.
8948         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8949         * nptl/forward.c: Include it.
8950         (__pthread_unwind): Use __safe_fatal as default action, rather
8951         than a bogus use of INTERNAL_SYSCALL that could never work.
8953         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8954         * configure.ac (libc_cv_builtin_trap): New test.
8955         * configure: Regenerated.
8956         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8957         (ABORT_INSTRUCTION): Define using __builtin_trap.
8959         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8960         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8961         * sysdeps/nptl/nptl-signals.h: New file.
8962         * nptl/pthreadP.h: Include <nptl-signals.h>.
8964 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8966         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8967         (ONE_DIRECTION): Define.
8968         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8969         (ONE_DIRECTION): Define.
8970         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8971         (ONE_DIRECTION): Define.
8973 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8975         * sysdeps/s390/Makefile: Delete file.
8976         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8977         * sysdeps/s390/__longjmp.c: Delete file.
8978         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8979         Remove fields __flags and __reserved.
8980         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8981         and add versioning.
8982         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8983         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8984         * sysdeps/s390/rtld-setjmp.S: Likewise.
8985         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8986         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8987         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8988         * sysdeps/s390/s390-32/setjmp.S: ... here.
8989         Add versioning.
8990         (__sigsetjmp): Remove setting __flags field.
8991         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8992         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8993         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8994         * sysdeps/s390/s390-64/setjmp.S: ... here.
8995         Add versioning.
8996         (__sigsetjmp): Remove setting __flags field.
8997         * sysdeps/s390/setjmp.S: Delete file.
8998         * sysdeps/s390/sigjmp.c: Likewise.
8999         * sysdeps/s390/v1-longjmp.c: Likewise.
9000         * sysdeps/s390/v1-setjmp.h: Likewise.
9001         * sysdeps/s390/v1-sigjmp.c: Likewise.
9002         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9003         Remove v1-longjmp_chk.
9004         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9005         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9006         Include debug/longjmp_chk.c and add versioning.
9007         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9008         Include nptl/pt-longjmp.c and add versioning.
9009         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9010         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9011         Include __longjmp.c.
9012         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9013         Move to ...
9014         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9015         (__getcontext): Remove setting __flags field.
9016         Add versioning.
9017         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9018         Don't restore upper high grps.
9019         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9020         Likewise.
9021         (__swapcontext): Remove setting uc_flags field.
9022         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9023         Delete file.
9024         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9025         Include __longjmp.c.
9026         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9027         Move to ...
9028         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9029         (__getcontext): Remove setting __flags field.
9030         Add versioning.
9031         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9032         (__swapcontext): Remove setting uc_flags field.
9033         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9034         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9035         Remove fields uc_high_gprs and __reserved.
9036         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9037         New file with reverted content.
9038         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9039         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9040         Regenerated.
9041         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9042         Regenerated.
9044 2014-07-31  Andreas Schwab  <schwab@suse.de>
9046         * config.h.in (HAVE_IFUNC): Define to 0.
9047         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9048         definedness.
9050 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9052         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9053         memmove-avx-unaligned, memcpy-avx-unaligned and
9054         mempcpy-avx-unaligned.
9055         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9056         Add tests for AVX memcpy functions.
9057         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9058         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9059         memcpy_chk.
9060         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9061         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9062         memmove_chk.
9063         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9064         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9065         mempcpy_chk.
9066         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9067         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9068         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9070 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9072         [BZ #17213]
9073         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9074         powerpc64le.
9076 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9078         [BZ #16839]
9079         * manual/llio.texi: Add section about open file description locks.
9080         * manual/examples/ofdlocks.c: Example of open file description
9081         lock usage.
9082         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9083         F_OFD_SETLK, and F_OFD_SETLKW.
9085 2014-07-23  Allan McRae  <allan@archlinux.org>
9087         * po/es.po: Update Spanish translation from translation project.
9089 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9091         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9093 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9095         [BZ #17078]
9096         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9097         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9098         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9100 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9102         [BZ #17088]
9103         * math/fesetenv.c (__fesetenv)
9104         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9105         * math/feupdateenv.c (__feupdateenv)
9106         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9108         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9109         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9110         (__ASSUME_SOCKETCALL): Do not define.
9112         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9113         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9114         (__ASSUME_SOCKETCALL): Do not define.
9115         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9116         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9117         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9118         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9119         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9120         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9121         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9122         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9124         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9125         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9126         (__ASSUME_SOCKETCALL): Do not define.
9127         (__ASSUME_IPC64): Define unconditionally.
9128         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9129         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9130         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9131         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9132         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9133         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9134         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9135         Likewise.
9137         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9138         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9139         (__ASSUME_SOCKETCALL): Do not define.
9140         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9141         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9142         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9143         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9144         (__ASSUME_REQUEUE_PI): Define unconditionally.
9145         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9146         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9147         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9148         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9149         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9150         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9152         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9153         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9154         (__ASSUME_SOCKETCALL): Do not define.
9155         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9156         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9157         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9158         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9159         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9160         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9162         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9163         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9164         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9165         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9166         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9167         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9168         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9169         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9170         (__ASSUME_GETCPU_SYSCALL): Likewise.
9172         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9173         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9174         cases for individual architectures.
9175         * sysdeps/gnu/configure: Regenerated.
9176         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9177         LIBC_SLIBDIR_RTLDDIR.
9178         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9179         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9180         LIBC_SLIBDIR_RTLDDIR.
9181         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9183         LIBC_SLIBDIR_RTLDDIR.
9184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9185         Regenerated.
9186         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9187         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9188         file.
9189         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9190         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9191         file.
9192         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9193         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9194         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9195         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9197         * sysdeps/aarch64/shlib-versions: Move to ...
9198         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9199         * sysdeps/alpha/shlib-versions: Move to ...
9200         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9201         * sysdeps/arm/shlib-versions: Move to ...
9202         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9203         * sysdeps/hppa/shlib-versions: Move all contents except for
9204         libgcc_s entry to ...
9205         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9206         entry from ...
9207         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9208         * sysdeps/ia64/shlib-versions: Move to ...
9209         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9210         entry from ...
9211         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9212         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9213         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9214         * sysdeps/microblaze/shlib-versions: Move to ...
9215         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9216         * sysdeps/mips/shlib-versions: Move to ...
9217         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9218         entry from ...
9219         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9220         * sysdeps/tile/shlib-versions: Move to ...
9221         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9222         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9223         from ...
9224         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9225         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9226         entry from ...
9227         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9229 2014-07-17  Will Newton  <will.newton@linaro.org>
9231         * sysdeps/arm/bits/atomic.h
9232         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9233         (__arch_compare_and_exchange_bool_16_int): Likewise.
9234         (__arch_compare_and_exchange_bool_64_int): Likewise.
9236         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9237         into an #else block.
9239 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9241         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9242         just Linux configurations.  Test empirically that the compiler sets
9243         __ARM_EABI__, rather than using the tuple to decide.
9244         * sysdeps/arm/preconfigure: Regenerated.
9245         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9246         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9247         contents appended ...
9248         * sysdeps/arm/configure.ac: ... here.
9249         * sysdeps/arm/configure: Regenerated.
9251 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9253         * nptl/pthread_kill.c: New file.
9254         * nptl/pthread_sigmask.c: New file.
9255         * nptl/pthread_sigqueue.c: New file.
9257         * sysdeps/nptl/lowlevellock.h: New file.
9258         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9259         * sysdeps/nptl/lowlevellock-futex.h: New file.
9261         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9262         Remove dead declarations.
9264 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9266         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9267         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9268         config-cflags-avx2.
9269         * sysdeps/x86_64/configure.ac: Likewise.
9270         * sysdeps/i386/configure: Regenerated.
9271         * sysdeps/x86_64/configure: Likewise.
9272         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9273         memset-avx2 only if config-cflags-avx2 is yes.
9274         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9275         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9276         defined.
9277         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9278         only if HAVE_AVX2_SUPPORT is defined.
9279         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9281 2014-07-14  Alan Modra  <amodra@gmail.com>
9283         [BZ #17153]
9284         * elf/elf.h (DT_PPC64_NUM): Correct value.
9285         * NEWS: Add to fixed bug list.
9287 2014-07-13  Jim Meyering  <meyering@fb.com>
9289         [BZ 17150]
9290         regex: don't deref NULL upon heap allocation failure
9291         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9292         failure in one more place.
9293         To trigger the segfault, configure grep -with-included-regex,
9294         build it, and run these commands:
9295         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9297 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9299         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9301 2014-07-11  Richard Henderson  <rth@redhat.com>
9303         * sysdeps/aarch64/libm-test-ulps: Update.
9305 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9307         [BZ #17135]
9308         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9309         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9310         (__nptl_setxid): Initialize error member.  Call
9311         __nptl_setxid_error.
9312         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9313         * nptl/descr.h (struct xid_command): Add error member.
9314         * nptl/tst-setuid3.c: New file.
9315         * nptl/Makefile (tests): Add it.
9317 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9319         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9320         New define.
9321         (__lll_trylock): Use __lll_base_trylock.
9322         (__lll_cond_trylock): Likewise.
9324 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9326         * nptl/pthread_create.c (start_thread): Use atomic_or and
9327         lll_futex_wake directly rather than lll_robust_dead.
9328         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9329         (lll_robust_dead): Macro removed.
9330         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9331         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9332         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9333         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9334         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9335         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9336         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9337         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9338         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9339         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9340         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9341         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9342         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9343         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9344         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9346         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9347         Use atomic_compare_and_exchange_val_acq directly rather than
9348         lll_robust_trylock.
9349         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9350         (__lll_robust_trylock, lll_robust_trylock): Removed.
9351         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9352         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9353         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9354         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9355         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9356         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9357         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9358         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9359         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9360         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9361         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9362         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9363         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9364         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9366 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9368         * manual/locale.texi (Locale Names): New section documenting
9369         locale name syntax.  Adjust menu and node chaining accordingly.
9370         (Choosing Locale): Reference Locale Names, Locale Categories.
9371         Mention setting LC_ALL=C.  Reflect that name syntax is now
9372         documented.
9373         (Locale Categories): New section title.  Reference Locale Names.
9374         LC_ALL is an environment variable, but not a category.
9375         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9376         description, now in Locale Name.  Reference that section.  Locale
9377         name syntax is now documented.
9379 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9381         [BZ #17137]
9382         * locale/findlocale.c (name_present, valid_locale_name): New
9383         functions.
9384         (_nl_find_locale): Use the loc_name variable to store name
9385         candidates.  Call name_present and valid_locale_name to check and
9386         validate locale names.  Return an error if the locale is invalid.
9388 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9390         * locale/setlocale.c (setlocale): Use strdup for allocating
9391         composite name copy.
9393 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9395         Sync up with gnulib.
9396         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9397         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9398         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9399         and _GL_ARG_NONNULL.
9400         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9401         [!_LIBC]: Include code for Windows and Cygwin.
9402         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9403         Include prototype for int strerror_r.
9404         [!_LIBC] (is_open): New function.
9405         (flush_stdout): New function.
9406         (print_errno_message): Use it.
9407         (error): Likewise.
9408         (error_at_line): Likewise.
9409         (error_tail) Add function attribute macros.  Use
9410         __builtin_expect.
9412         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9414         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9416         * io/ftw.c: Include sys/param.h unconditionally.
9418         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9420         [BZ #17125]
9421         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9422         libc_freeres_ptr.
9423         (freecache): New function to free CACHE on exit.
9425         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9426         initialization.
9428 2014-07-09  David S. Miller  <davem@davemloft.net>
9430         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9432         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9433         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9434         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9435         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9436         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9437         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9438         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9439         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9440         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9441         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9442         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9443         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9444         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9446 2014-07-09  Andreas Schwab  <schwab@suse.de>
9448         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9449         output.
9450         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9451         (do_test): Likewise.
9453         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9455 2014-07-09  Will Newton  <will.newton@linaro.org>
9457         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9458         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9459         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9460         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9461         * sysdeps/hppa/start.S (_start): Likewise.
9463 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9465         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9467         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9468         defined.
9470 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9472         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9473         after checking that it is non-NULL.
9475         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9477 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9479         * sysdeps/powerpc/memmove.c: Remove file.
9480         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9481         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9482         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9483         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9484         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9485         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9486         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9487         string memmove instead of removed powerpc one.
9489         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9490         [weak_alias]: Fix compiler warning due trailing data.
9491         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9492         [weak_alias]: Likewise.
9493         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9494         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9496         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9497         (__libc_ifunc_impl_list): Add memmove functions.
9499 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9501         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9502         Remove code.
9503         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9504         Likewise
9505         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9506         Likewise
9507         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9508         Likewise
9509         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9510         Likewise
9511         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9512         Likewise
9513         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9514         Likewise
9515         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9516         Likewise
9517         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9518         Likewise
9519         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9520         Likewise
9521         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9522         Likewise
9523         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9524         Likewise
9525         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9526         Likewise
9527         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9528         Likewise
9529         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9530         Likewise
9531         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9532         Likewise
9533         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9534         Likewise
9536 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9538         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9539         to avoid alignment traps in non-cacheable memory.
9540         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9542         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9543         multiarch objects.
9544         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9545         file: multiarch power7 memmove.
9546         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9547         multiarch default memmove.
9548         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9549         multiarch memove for powerpc32/power4.
9551         * string/bcopy.c: Use full path to include memmove.c.
9552         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9553         multiarch objects.
9554         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9555         bcopy for powerpc64.
9556         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9557         bcopy for powerpc64.
9558         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9559         and memmove implementations.
9560         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9561         optimized multiarch memmove for POWER7/powerpc64.
9562         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9563         default multiarch memmove for powerpc64.
9564         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9565         multiarch for powerpc64.
9566         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9567         for POWER7/powerpc64.
9568         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9569         memmove for POWER7/powerpc64.
9571         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9572         glibc default one.
9574         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9575         __ELF_NATIVE_CLASS equal to 64.
9577 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9579         * sysdeps/nptl/lowlevellock.h: File removed.
9581         * NEWS: NPTL is no longer an add-on!
9582         * nptl/internaltypes.h: Moved ...
9583         * sysdeps/nptl/internaltypes.h: ... here.
9584         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9585         * sysdeps/nptl/fork.c: Likewise.
9586         * sysdeps/nptl/gai_misc.h: Likewise.
9587         * sysdeps/nptl/librt-cancellation.c: Likewise.
9588         * sysdeps/nptl/jmp-unwind.c: Likewise.
9589         * sysdeps/nptl/setxid.h: Likewise.
9590         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9591         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9592         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9593         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9594         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9595         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9596         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9597         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9598         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9599         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9600         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9601         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9602         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9603         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9604         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9605         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9606         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9607         * nptl/Makeconfig: Moved ...
9608         * sysdeps/nptl/Makeconfig: ... here.
9609         * nptl/configure: File removed.
9610         * nptl/ANNOUNCE: File removed.
9611         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9612         * sysdeps/unix/sysv/linux/configure: Regenerated.
9614         * nptl/Makefile (routines): Add libc_pthread_init,
9615         libc_multiple_threads, register-atfork and unregister-atfork.
9616         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9617         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9618         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9619         pthread-pi-defines.sym, structsem.sym.
9620         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9621         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9622         [$(subdir) = nptl] (tests): Add tst-setgetname.
9623         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9624         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9625         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9626         [!LIBC_SIGACTION]: Remove aliases.
9627         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9628         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9629         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9630         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9631         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9632         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9633         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9634         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9635         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9636         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9637         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9638         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9639         __libc_allocate_rtsig_private.
9640         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9641         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9642         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9643         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9644         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9645         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9646         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9647         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9648         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9649         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9650         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9651         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9652         * nptl/internaltypes.h: ... here.
9653         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9654         * sysdeps/nptl/jmp-unwind.c: ... here.
9655         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9656         * nptl/libc-lowlevellock.c: ... here.
9657         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9658         * nptl/libc_multiple_threads.c: ... here.
9659         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9660         * nptl/libc_pthread_init.c: ... here.
9661         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9662         * nptl/lowlevelbarrier.sym: ... here.
9663         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9664         * nptl/lowlevelcond.sym: ... here.
9665         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9666         * nptl/lowlevellock.c: ... here.
9667         * nptl/lowlevellock.h: Moved ...
9668         * sysdeps/nptl/lowlevellock.h: ... here.
9669         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9670         * nptl/lowlevelrobustlock.c: ... here.
9671         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9672         * nptl/lowlevelrobustlock.sym: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9674         * nptl/lowlevelrwlock.sym: ... here.
9675         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9676         * nptl/pt-fork.c: ... here.
9677         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9678         * nptl/pthread-pi-defines.sym: ... here.
9679         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9680         * nptl/pthread_attr_getaffinity.c: ... here.
9681         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9682         * nptl/pthread_attr_setaffinity.c: ... here.
9683         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9684         * nptl/pthread_mutex_cond_lock.c: ... here.
9685         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9686         Update #include.
9687         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9688         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9689         * nptl/pthread_once.c: ... here, replacing old file.
9690         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9691         * nptl/pthread_yield.c: ... here.
9692         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9693         * nptl/register-atfork.c: ... here.
9694         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9695         * nptl/sem_post.c: ... here.
9696         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9697         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9698         * nptl/sem_timedwait.c: ... here.
9699         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9700         * nptl/sem_trywait.c: ... here.
9701         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9702         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9703         * nptl/sem_wait.c: ... here.
9704         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9705         * nptl/structsem.sym: ... here.
9706         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9707         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9708         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9709         * nptl/unregister-atfork.c: ... here.
9710         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9711         * nptl/unwindbuf.sym: ... here.
9712         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9713         * sysdeps/nptl/fork.c: ... here.
9714         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9715         * sysdeps/nptl/fork.h: ... here.
9716         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9717         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9718         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9719         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9720         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9721         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9722         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9723         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9724         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9725         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9726         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9727         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9728         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9729         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9730         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9731         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9732         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9733         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9734         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9736         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9737         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9738         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9739         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9740         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9741         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9742         * sysdeps/unix/sysv/linux/raise.c: ... here.
9743         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9744         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9745         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9746         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9747         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9748         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9749         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9750         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9751         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9752         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9753         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9754         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9755         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9756         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9757         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9759 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9761         * sysdeps/generic/memcopy.h: Add comment for
9762         MEMCPY_OK_FOR_FWD_MEMMOVE.
9764 2014-07-04  Will Newton  <will.newton@linaro.org>
9766         * string/memchr.c: Merge from gnulib.
9767         [_LIBC]: Remove conditionals.
9768         (__ptr_t): Remove define.
9769         (LONG_MAX_32_BITS): Likewise.
9770         (LONG_MAX): Likewise.
9771         (MEMCHR): Use ANSI prototype and optimize algorithm.
9773         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9775 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9777         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9778         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9780         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9781         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9782         in a bare environment with no <stdlib.h> installed.
9783         * sysdeps/nptl/configure: Regenerated.
9785         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9787         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9788         AC_EGREP_CPP for kernel header checks, so they only succeed if
9789         including <linux/version.h> actually works right.
9790         * sysdeps/unix/sysv/linux/configure: Regenerated.
9792         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9793         value so it's not diagnosed as unused.
9795         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9796         thing) with "ifeq ($(subdir),rt)".
9798 2014-07-03  Richard Henderson  <rth@redhat.com>
9800         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9801         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9802         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9804         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9805         (math_force_eval): New.
9807         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9808         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9810         * sysdeps/alpha/fpu/s_round.c: Remove file.
9811         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9813         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9814         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9815         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9816         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9817         (_dl_start, print_statistics): Likewise.
9818         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9819         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9821         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9822         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9823         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9824         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9825         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9826         (HP_SMALL_TIMING_AVAIL): Define.
9827         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9828         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9829         (HP_SMALL_TIMING_AVAIL): Define.
9830         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9831         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9833         * sysdeps/aarch64/hp-timing.h: New file.
9835         * sysdeps/generic/hp-timing.h: Remove dead comment.
9836         * sysdeps/generic/hp-timing-common.h: New file.
9837         * sysdeps/alpha/hp-timing.h: Include it.
9838         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9839         * sysdeps/i386/i686/hp-timing.h: Likewise.
9840         * sysdeps/ia64/hp-timing.h: Likewise.
9841         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9842         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9843         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9844         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9845         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9846         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9847         (hp_timing_t): New.
9849         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9850         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9851         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9852         * elf/rtld.c (_dl_start_final): Likewise.
9853         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9854         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9855         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9856         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9857         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9858         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9859         (HP_TIMING_DIFF_INIT): Remove.
9860         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9861         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9862         (HP_TIMING_DIFF_INIT): Remove.
9863         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9864         * sysdeps/i386/i686/hp-timing.c: Remove file.
9865         * sysdeps/x86_64/hp-timing.c: Remove file.
9866         * sysdeps/ia64/hp-timing.c: Remove file.
9867         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9868         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9869         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9870         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9872         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9873         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9874         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9875         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9876         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9877         (HP_TIMING_ACCUM): Remove.
9878         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9879         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9880         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9882         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9883         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9884         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9885         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9886         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9887         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9888         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9889         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9891         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9893 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9895         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9897 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9899         Sync up with gettext.
9900         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9901         [_MSC_VER]: Include malloc.h
9902         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9903         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9904         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9905         TEMP_FAILURE_RETRY.  Cast return of alloca.
9906         [!_LIBC] Call gl_rwlock_init.
9907         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9909 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9911         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9912         before checking its value.
9914 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9916         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9918         * debug/memcpy_chk.c: Don't include pagecopy.h.
9919         * debug/mempcpy_chk.c: Likewise.
9920         * string/memcpy.c: Likewise.
9921         * string/memmove.c: Likewise.
9922         * sysdeps/powerpc/memmove.c: Likewise.
9923         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9924         definition of PAGE_COPY_FWD_MAYBE here...
9925         * sysdeps/generic/pagecopy.h: ... from here.
9926         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9928 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9929             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9931         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9932         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9933         optimizations.
9934         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9935         (__libc_ifunc_impl_list): Likewise.
9936         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9937         multiarch strcat for PPC64.
9938         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9939         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9941 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9943         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9945 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9947         * intl/loadmsgcat.c: Remove declaration of
9948         get_sysdep_segment_value.
9949         (get_sysdep_segment_value): Use ISO C style.
9950         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9951         semicolon.  Fix typo and formatting in comment.
9952         (_nl_unload_domain): Use ISO C style.
9954         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9956 2014-07-02  Will Newton  <will.newton@linaro.org>
9958         * malloc/obstack.c: Merge from gnulib master.
9959         [HAVE_CONFIG_H]: Remove conditional code.
9960         [!_LIBC]: Include config.h.
9961         [!ELIDE_CODE]: Don't include inttypes.h, include
9962         stdint.h unconditionally.
9963         (print_and_abort): Mark as _Noreturn.
9964         (_obstack_allocated_p): Mark as __attribute_pure__.
9965         (obstack_free): Rename to __obstack_free.
9966         [!__attribute__]: Remove conditional code.
9967         * malloc/obstack.h: Merge from gnulib master.
9968         [__cplusplus]: Move conditional down.
9969         [!__attribute_pure__]: Define __attribute_pure__ here
9970         if it is not already defined.
9971         (_obstack_memory_used): Mark as __attribute_pure__.
9972         [!__obstack_free]: Define as obstack_free.
9973         [__GNUC__]: Remove check for ancient NeXT gcc.
9975 2014-07-02  Will Newton  <will.newton@linaro.org>
9976             Paul Eggert  <eggert@cs.ucla.edu>
9978         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9980 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9982         * resolv/gethnamaddr.c: Add comment warning that the file is
9983         not maintained.
9985 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9987         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9988         entries.
9990         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9991         entry for aio_cancel and aio_cancel64.
9992         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9993         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9994         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9995         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9996         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9997         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9998         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9999         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10000         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10001         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10002         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10003         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10004         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10006 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10008         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10009         * nptl/pthread_mutex_lock.c: Likewise.
10010         * nptl/pthread_mutex_timedlock.c: Likewise.
10011         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10013 2014-07-01  Richard henderson  <rth@redhat.com>
10015         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10016         (__isnan, __isnanl): Remove.
10017         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10019         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10021 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10023         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10025 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10027         * resolv/nss_dns/dns-host.c (getanswer_r)
10028         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10030 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10032         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10033         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10034         undefine.
10035         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10036         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10038 2014-07-01  Roland McGrath <roland@hack.frob.com>
10040         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10041         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10043         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10044         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10046         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10047         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10048         ... here.
10049         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10050         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10052         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10053         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10054         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10055         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10057         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10058         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10059         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10060         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10061         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10062         Moved ...
10063         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10064         ... here.
10065         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10066         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10067         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10068         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10069         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10070         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10071         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10072         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10073         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10074         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10075         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10076         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10077         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10078         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10079         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10080         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10081         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10082         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10084         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10085         ... here.
10086         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10087         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10088         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10089         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10090         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10091         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10092         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10093         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10095 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10097         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10098         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10099         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10100         Add sysdep.
10102 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10104         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10106 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10108         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10109         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10111         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10113         * sysdeps/arm/libm-test-ulps: Regenerated.
10115 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10116             Roland McGrath <roland@hack.frob.com>
10118         * test-skeleton.c (signal_handler): Kill the whole process group
10119         before killing the child individually.
10120         (main): Report any failure on `setpgid'.
10122 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10124         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10125         from _TLS_H to _ARM_NPTL_TLS_H.
10126         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10127         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10129 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10131         [BZ #16539]
10132         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10133         (__expm1l): Return argument unchanged when small but not
10134         subnormal.
10136         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10137         include macro name.
10138         (_FP_UNPACK_RAW_1_P): Likewise.
10139         (_FP_PACK_RAW_1): Likewise.
10140         (_FP_PACK_RAW_1_P): Likewise.
10141         (_FP_MUL_MEAT_1_wide): Likewise.
10142         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10143         (_FP_MUL_MEAT_1_hard): Likewise.
10144         (_FP_DIV_MEAT_1_imm): Likewise.
10145         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10146         (_FP_DIV_MEAT_1_udiv): Likewise.
10147         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10148         (_FP_UNPACK_RAW_2): Likewise.
10149         (_FP_UNPACK_RAW_2_P): Likewise.
10150         (_FP_PACK_RAW_2): Likewise.
10151         (_FP_PACK_RAW_2_P): Likewise.
10152         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10153         (_FP_MUL_MEAT_2_wide): Likewise.
10154         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10155         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10156         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10157         (_FP_MUL_MEAT_2_gmp): Likewise.
10158         (_FP_DIV_MEAT_2_udiv): Likewise.
10159         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10160         (_FP_FRAC_SRL_4): Likewise.
10161         (_FP_FRAC_SRST_4): Likewise.
10162         (_FP_FRAC_SRS_4): Likewise.
10163         (_FP_UNPACK_RAW_4): Likewise.
10164         (_FP_UNPACK_RAW_4_P): Likewise.
10165         (_FP_PACK_RAW_4): Likewise.
10166         (_FP_PACK_RAW_4_P): Likewise.
10167         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10168         (_FP_MUL_MEAT_4_wide): Likewise.
10169         (_FP_MUL_MEAT_4_gmp): Likewise.
10170         (umul_ppppmnnn): Likewise.
10171         (_FP_DIV_MEAT_4_udiv): Likewise.
10172         (__FP_FRAC_ADD_4): Likewise.
10173         (__FP_FRAC_SUB_3): Likewise.
10174         (__FP_FRAC_SUB_4): Likewise.
10175         (__FP_FRAC_DEC_3): Likewise.
10176         (__FP_FRAC_DEC_4): Likewise.
10177         (__FP_FRAC_ADDI_4): Likewise.
10178         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10179         (_FP_FRAC_SRL_8): Likewise.
10180         (_FP_FRAC_SRS_8): Likewise.
10182         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10183         include macro name.
10184         (FP_UNPACK_RAW_EP): Likewise.
10185         (FP_PACK_RAW_E): Likewise.
10186         (FP_PACK_RAW_EP): Likewise.
10187         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10188         (_FP_ISSIGNAN): Likewise.
10189         (_FP_ADD_INTERNAL): Likewise.
10190         (_FP_FMA): Likewise.
10191         (_FP_CMP): Likewise.
10192         (_FP_SQRT): Likewise.
10193         (_FP_TO_INT): Likewise.
10194         (_FP_FROM_INT): Likewise.
10195         (FP_EXTEND): Likewise.
10196         (_FP_DIV_MEAT_N_loop): Likewise.
10198 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10200         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10201         throughout.
10203 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10205         [BZ #17097]
10206         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10207         result with correct sign in case of exponents that produce
10208         overflow except for X very close to 1.
10210 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10212         mktime: merge #if/#ifdef usage from glibc
10213         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10214         as that works with both Glibc's and Gnulib's style.
10215         See thread starting at Siddhesh Poyarekar's bug report at:
10216         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10218 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10220         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10221         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10222         * sysdeps/tile/tilegx/memmove.c: Remove file.
10224 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10226         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10227         abi-name definition.
10228         * scripts/soversions.awk: Do not handle or generate ABI lines.
10229         * shlib-versions: Remove ABI entries.
10230         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10231         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10233 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10235         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10236         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10237         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10238         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10239         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10240         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10241         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10242         Moved ...
10243         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10244         ... here.
10245         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10246         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10247         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10248         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10249         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10250         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10251         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10252         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10253         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10254         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10255         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10256         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10258         Moved ...
10259         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10260         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10261         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10262         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10263         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10264         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10265         Moved ...
10266         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10267         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10268         Moved ...
10269         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10270         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10271         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10272         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10273         Moved ...
10274         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10275         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10276         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10277         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10278         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10279         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10280         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10281         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10282         Moved ...
10283         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10284         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10285         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10286         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10287         Moved ...
10288         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10289         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10290         Moved ...
10291         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10292         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10293         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10294         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10295         Moved ...
10296         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10297         ... here.
10298         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10299         Identical file removed.
10300         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10301         Moved ...
10302         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10303         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10304         Identical file removed.
10305         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10306         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10307         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10308         Moved ...
10309         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10310         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10311         Identical file removed.
10312         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10313         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10314         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10315         Identical file removed.
10316         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10317         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10318         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10319         Identical file removed.
10320         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10321         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10322         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10323         Identical file removed.
10324         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10325         Moved ...
10326         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10327         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10328         Identical file removed.
10329         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10330         Moved ...
10331         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10332         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10333         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10334         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10335         Identical file removed.
10336         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10337         Moved ...
10338         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10339         ... here.
10340         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10341         Identical file removed.
10342         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10343         Moved ...
10344         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10345         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10346         Identical file removed.
10347         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10348         Moved ...
10349         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10350         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10351         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10352         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10353         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10354         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10355         Moved ...
10356         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10358         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10360         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10361         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10362         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10363         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10364         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10366 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10368         [BZ #17092]
10369         * nscd/nscd.c (monitor_child): Return exit status of child
10370         instead of return value from wait syscall.
10372 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10374         * configure.ac (libc_commonpagesize): Remove variable.
10375         (libc_relro_required): Likewise.
10376         (libc_cv_z_relro): Remove configure test.
10377         * configure: Regenerated.
10378         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10379         variable.
10380         (libc_relro_required): Likewise.
10381         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10382         (libc_relro_required): Likewise.
10383         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10384         (libc_relro_required): Likewise.
10385         * sysdeps/arm/preconfigure: Regenerated.
10386         * sysdeps/ia64/preconfigure: Remove file.
10387         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10388         variable.
10389         (libc_relro_required): Likewise.
10391         [BZ #16561]
10392         [BZ #16562]
10393         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10394         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10395         recompute overflowing results in original rounding mode.
10396         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10397         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10398         recompute overflowing results in original rounding mode.
10399         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10400         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10401         recompute overflowing results in original rounding mode.
10402         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10403         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10404         recompute overflowing results in original rounding mode.
10405         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10406         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10407         recompute overflowing results in original rounding mode.
10408         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10409         (libc_feholdsetround_ctx): New macro.
10410         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10411         * sysdeps/i386/fpu/libm-test-ulps: Update.
10412         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10414 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10416         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10417         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10418         corresponding .cpsetup call.
10420 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10422         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10423         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10424         * sysdeps/arm/Makefile [$(subdir) = csu]
10425         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10426         (static-only-routines): Add aeabi_read_tp here.
10427         (shared-only-routines): Add libc-aeabi_read_tp here.
10428         (CFLAGS-libc-start.c): Add -fexceptions here.
10429         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10430         (sysdep_routines, static-only-routines, shared-only-routines):
10431         Don't add to these here.
10432         (CFLAGS-libc-start.c): Likewise.
10434         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10435         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10436         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10437         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10438         * sysdeps/arm/Makefile [$(subdir) = rt]
10439         (librt-sysdep_routines, librt-shared-only-routines):
10440         Append rt-aeabi_unwind_cpp_pr1 here.
10441         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10442         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10443         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10444         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10445         Append nptl-aeabi_unwind_cpp_pr1 here.
10446         (tests): Filter out tst-cleanupx4 here.
10447         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10448         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10449         Don't do those here.
10451 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10453         * scripts/list-sources.sh: Do not handle ports specially.
10455 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10457         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10458         * sysdeps/arm/feupdateenv.c: Likewise.
10460         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10462 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10464         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10465         trailing whitespace removed.
10466         * scripts/config.guess: Update to version 2014-03-23.
10467         * scripts/config.sub: Update to version 2014-05-01
10468         * scripts/install-sh: Update to version 2013-12-25.23.
10469         * scripts/move-if-change: Update from gnulib.
10471 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10473         * debug/memmove_chk.c: Remove pagecopy.h include.
10475 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10477         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10478         identical to gnulib mktime.
10480 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10482         * configure.ac: Do not test for machine being rs6000.  Do not test
10483         for powerpc*-*soft.
10484         * configure: Regenerated.
10486         [BZ #11505]
10487         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10488         test.
10489         * configure: Regenerated.
10490         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10491         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10492         Remove configure test.
10493         * sysdeps/arm/configure: Regenerated.
10494         * sysdeps/nptl/configure.ac: Do not check
10495         libc_cv_asm_cfi_directives.
10496         * sysdeps/nptl/configure: Regenerated.
10497         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10498         * sysdeps/x86_64/nptl/configure: Remove generated file.
10499         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10500         unconditional.
10501         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10503 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10505         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10506         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10507         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10508         it is defined.
10510         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10511         instead of whether it is defined.
10512         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10513         * sysdeps/hppa/dl-machine.h: Likewise.
10514         * sysdeps/ia64/dl-machine.h: Likewise.
10515         * sysdeps/m68k/dl-machine.h: Likewise.
10516         * sysdeps/microblaze/dl-machine.h: Likewise.
10517         * sysdeps/mips/dl-machine.: Likewise.
10518         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10519         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10520         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10521         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10522         * sysdeps/sh/dl-machine.h: Likewise.
10523         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10524         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10525         * sysdeps/tile/dl-machine.h: Likewise.
10526         * sysdeps/x86_64/dl-machine.h: Likewise.
10528         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10529         code.
10530         (verify_persistent_db): Likewise.
10532 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10534         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10535         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10536         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10537         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10538         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10539         Moved ...
10540         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10541         ... here.
10542         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10543         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10544         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10545         Identical file removed.
10546         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10547         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10548         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10549         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10550         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10551         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10553         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10554         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10555         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10556         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10557         Moved ...
10558         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10560         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10561         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10562         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10564         Moved ...
10565         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10566         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10567         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10568         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10569         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10570         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10571         Identical file removed.
10572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10573         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10574         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10575         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10576         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10577         Moved ...
10578         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10579         ... here.
10580         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10581         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10582         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10583         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10584         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10585         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10587         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10588         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10589         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10590         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10591         Moved ...
10592         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10594         Moved ...
10595         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10596         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10597         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10598         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10599         Moved ...
10600         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10602         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10604         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10605         folded into ...
10606         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10607         * sysdeps/unix/sysv/linux/s390/Versions
10608         (libpthread: GLIBC_2.19): New version set.
10609         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10610         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10611         (librt: GLIBC_2.3.3): New version set.
10612         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10613         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10614         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10615         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10616         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10617         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10618         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10619         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10620         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10621         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10622         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10623         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10624         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10625         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10626         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10627         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10628         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10629         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10630         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10631         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10632         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10633         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10634         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10635         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10636         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10637         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10638         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10639         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10640         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10641         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10642         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10643         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10644         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10645         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10646         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10647         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10648         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10649         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10650         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10651         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10652         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10653         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10654         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10655         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10656         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10658         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10659         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10660         (__libc_vfork): Define the function under this name.
10661         [!NOT_IN_libc] (__vfork): Make this an alias.
10662         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10663         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10664         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10665         (__libc_vfork): Define the function under this name.
10666         [!NOT_IN_libc] (__vfork): Make this an alias.
10667         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10668         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10669         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10670         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10671         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10672         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10674         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10675         code that was previously under [RESET_PID].
10676         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10677         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10678         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10680         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10681         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10682         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10683         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10684         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10685         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10686         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10687         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10688         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10689         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10690         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10691         Moved ...
10692         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10693         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10694         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10695         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10696         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10697         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10698         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10699         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10700         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10701         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10702         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10703         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10704         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10705         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10706         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10707         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10708         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10709         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10710         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10711         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10712         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10713         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10714         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10715         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10716         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10717         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10718         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10719         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10720         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10722 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10724         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10725         that was previously under [RESET_PID].
10726         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10728 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10730         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10731         not undefine and redefine.
10732         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10733         [O_CLOEXEC]: Make code unconditional.
10734         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10735         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10736         <kernel-features.h>.
10737         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10738         conditional variable definition.
10739         (shm_open) [O_CLOEXEC]: Make code unconditional.
10740         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10741         code.
10743         * configure.ac (USE_REGPARMS): Don't define here.
10744         * configure: Regenerated.
10745         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10746         * sysdeps/i386/configure: Regenerated.
10748         * nptl/createthread.c: Don't include kernel-features.h.
10749         * nptl/pthread_cancel.c: Likewise.
10750         * nptl/pthread_condattr_setclock.c: Likewise.
10751         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10752         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10753         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10754         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10755         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10756         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10757         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10758         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10759         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10760         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10761         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10762         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10763         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10764         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10765         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10766         * nscd/gai.c: Likewise.
10767         * nss/nss_db/db-open.c: Likewise.
10768         * sysdeps/generic/ldsodefs.h: Likewise.
10769         * sysdeps/sh/nptl/tls.h: Likewise.
10770         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10771         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10772         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10773         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10774         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10775         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10776         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10777         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10778         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10779         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10780         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10781         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10782         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10783         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10784         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10785         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10786         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10787         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10788         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10789         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10790         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10791         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10792         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10793         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10794         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10795         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10796         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10797         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10798         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10799         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10800         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10801         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10802         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10803         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10804         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10805         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10806         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10807         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10808         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10809         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10810         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10811         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10812         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10813         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10814         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10815         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10816         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10817         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10818         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10819         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10820         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10821         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10822         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10823         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10824         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10825         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10826         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10827         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10850         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10851         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10852         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10853         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10854         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10855         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10856         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10857         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10858         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10859         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10860         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10861         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10862         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10863         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10864         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10865         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10866         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10867         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10868         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10869         * sysdeps/unix/sysv/linux/system.c: Likewise.
10870         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10871         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10872         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10873         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10874         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10875         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10876         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10878         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10879         * configure: Regenerated.
10880         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10882         * configure.ac (base_machine): Do not set specially for particular
10883         machines here.
10884         * configure: Regenerated.
10885         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10886         settings from configure.ac.
10887         * sysdeps/i386/preconfigure: New file.
10888         * sysdeps/s390/preconfigure: Likewise.
10889         * sysdeps/sh/preconfigure: Likewise.
10890         * sysdeps/sparc/preconfigure: Likewise.
10892 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10894         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10895         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10896         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10897         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10898         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10899         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10900         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10901         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10902         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10903         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10904         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10905         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10906         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10907         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10908         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10909         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10910         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10911         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10912         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10914         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10915         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10916         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10917         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10918         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10919         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10920         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10921         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10922         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10923         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10924         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10925         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10926         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10927         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10928         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10929         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10930         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10931         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10932         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10933         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10934         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10935         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10936         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10937         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10938         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10939         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10940         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10941         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10942         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10943         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10944         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10945         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10946         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10947         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10948         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10949         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10950         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10951         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10953         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10954         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10955         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10956         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10958         Moved ...
10959         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10960         ... here.
10961         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10962         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10963         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10964         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10965         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10966         Moved ...
10967         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10968         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10969         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10970         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10971         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10972         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10973         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10975         Moved ...
10976         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10977         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10978         Moved ...
10979         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10980         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10981         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10982         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10983         Moved ...
10984         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10985         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10986         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10987         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10988         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10989         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10990         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10991         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10992         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10993         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10994         Moved ...
10995         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10996         ... here.
10997         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10998         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10999         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11000         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11001         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11002         Moved ...
11003         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11004         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11005         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11006         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11007         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11008         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11009         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11010         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11011         Moved ...
11012         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11013         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11014         Moved ...
11015         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11016         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11017         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11018         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11019         Moved ...
11020         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11022         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11023         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11024         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11026 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11028         * timezone/checktab.awk: Update from tzcode 2014e.
11029         * timezone/private.h: Likewise.
11030         * timezone/tzfile.h: Likewise.
11031         * timezone/zdump.c: Likewise.
11032         * timezone/zic.c: Likewise.
11034         * sysdeps/unix/sysv/linux/kernel-features.h
11035         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11036         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11037         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11038         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11039         Remove conditional code.
11041 2014-06-25  Will Newton  <will.newton@linaro.org>
11043         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11044         (_dl_arm_cap_flags): Add HWCAP2 values.
11045         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11046         (_DL_HWCAP_COUNT): Increase to 37.
11047         (_DL_HWCAP_LAST): New define.
11048         (_DL_HWCAP2_LAST): New define.
11049         (_dl_procinfo): Add support for printing
11050         AT_HWCAP2 entries.
11051         (_dl_string_hwcap): Use _dl_hwcap_string.
11053 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11055         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11057 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11059         * README: Do not mention ports directory.
11061         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11062         Remove macro.
11063         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11064         <kernel-features.h>.
11065         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11066         conditional variable definition.
11067         (__futimes): Update comment.
11068         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11069         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11071         [BZ #16560]
11072         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11073         arguments close to 0.
11074         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11075         Likewise.
11076         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11077         Likewise.
11078         * math/auto-libm-test-in: Add more tests of exp10.
11079         * math/auto-libm-test-out: Regenerated.
11080         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11082         * sysdeps/unix/sysv/linux/kernel-features.h
11083         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11084         * sysdeps/unix/sysv/linux/readv.c: Do not include
11085         <kernel-features.h>.
11086         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11087         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11088         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11089         unconditional.
11090         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11091         conditional code.
11092         * sysdeps/unix/sysv/linux/writev.c: Do not include
11093         <kernel-features.h>.
11094         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11095         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11096         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11097         unconditional.
11098         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11099         conditional code.
11101 2014-06-25  Will Newton  <will.newton@linaro.org>
11103         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11104         comment changes throughout the file.  Remove checks
11105         for HAVE_*_H definitions that are not required.
11106         (__gen_tempname): Call abort if an unknown kind value is
11107         passed.
11109 2014-06-25  Andreas Schwab  <schwab@suse.de>
11111         [BZ #17086]
11112         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11113         scalbln, scalblnf, scalblnl in libc.
11115 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11117         [BZ #17086]
11118         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11119         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11120         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11122 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11124         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11125         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11126         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11127         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11128         Update #include.
11129         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11130         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11131         Update #include.
11132         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11133         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11134         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11135         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11136         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11137         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11138         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11139         * sysdeps/x86/bits/semaphore.h: ... here.
11140         * sysdeps/x86/nptl/elide.h: Moved ...
11141         * sysdeps/x86/elide.h: ... here.
11142         * sysdeps/x86_64/nptl/Implies: File removed.
11143         * sysdeps/i386/nptl/Implies: File removed.
11145 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11147         [BZ #16539]
11148         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11149         return the argument for normal arguments with exponent below -64.
11150         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11151         Likewise.
11152         * math/auto-libm-test-in: Add another test of expm1.
11153         * math/auto-libm-test-out: Regenerated.
11155         [BZ #16287]
11156         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11157         calling __erfcl for arguments at least 16.
11158         * math/auto-libm-test-in: Add more tests of erf.
11159         * math/auto-libm-test-out: Regenerated.
11161         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11162         individual architectures.
11163         * sysdeps/unix/sysv/linux/configure: Regenerated.
11164         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11165         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11166         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11167         (ldd_rewrite_script): Define variable.
11168         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11170         file.
11171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11172         generated file.
11173         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11174         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11175         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11176         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11177         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11178         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11179         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11180         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11182 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11184         [BZ #17084]
11185         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11186         Rename member __data.d to __data.__elision_data.
11188 2014-06-24  Wilco  <wdijkstr@arm.com>
11190         * NEWS: Add 16918 to fixed bug list.
11192 2014-06-24  Wilco  <wdijkstr@arm.com>
11194         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11196 2014-06-24  Wilco  <wdijkstr@arm.com>
11198         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11199         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11200         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11201         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11202         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11203         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11204         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11205         Use _FPU_MASK_RM.
11207 2014-06-24  Wilco  <wdijkstr@arm.com>
11209         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11211 2014-06-24  Wilco  <wdijkstr@arm.com>
11213         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11214         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11215         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11216         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11218 2014-06-24  Wilco  <wdijkstr@arm.com>
11220         [BZ #16918]
11221         * sysdeps/arm/feupdateenv.c (feupdateenv):
11222         Rewrite to reduce FPSCR accesses and fix return value.
11224 2014-06-24  Wilco  <wdijkstr@arm.com>
11226         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11227         Optimize to avoid unnecessary FPSCR writes.
11228         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11229         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11230         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11231         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11233 2014-06-24  Wilco  <wdijkstr@arm.com>
11235         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11236         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11237         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11238         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11239         Call libc_fetestexcept_vfp.
11240         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11241         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11242         __SOFTFP__ ifdef so that they can be built for softfp.
11244 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11246         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11247         argument type signed char.
11249         * Makerules (check-abi): Dump diff of symlist if the test
11250         fails.
11252 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11254         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11255         using abort.
11257         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11258         Remove unused variable ST.
11260 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11262         [BZ #16354]
11263         [BZ #17061]
11264         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11265         small arguments before calling __expm1.
11266         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11267         small arguments before calling __expm1f.
11268         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11269         small arguments before calling __expm1l.
11270         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11271         Likewise.
11272         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11273         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11274         spurious underflow for some cosh tests.
11275         * math/auto-libm-test-out: Regenerated.
11276         * sysdeps/i386/fpu/libm-test-ulps: Update.
11278         [BZ #17050]
11279         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11280         (__ieee754_y1): Set errno if return value overflows.
11281         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11282         (__ieee754_y1f): Set errno if return value overflows.
11283         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11284         (__ieee754_y1l): Set errno if return value overflows.
11285         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11286         (__ieee754_y1l): Set errno if return value overflows.
11287         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11288         * math/auto-libm-test-out: Regenerated.
11290         * math/gen-auto-libm-tests.c: Document use of
11291         ignore-zero-inf-sign.
11292         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11293         (input_flags): Add ignore-zero-inf-sign.
11294         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11295         * math/gen-libm-test.pl (generate_testfile): Handle
11296         ignore-zero-inf-sign.
11297         * math/auto-libm-test-in: Mark some cpow tests with
11298         ignore-zero-inf-sign and some with xfail-rounding.
11299         * math/auto-libm-test-out: Regenerated.
11300         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11301         * sysdeps/i386/fpu/libm-test-ulps: Update.
11302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11304         [BZ #16315]
11305         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11306         overflowing or underflowing operations take place with sign of
11307         result.
11308         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11309         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11310         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11311         (__ieee754_pow): Recompute overflowing and underflowing results in
11312         original rounding mode.
11313         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11314         (__powl_helper): Allow negative argument X and scale negated value
11315         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11316         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11317         overflowing or underflowing operations take place with sign of
11318         result.
11319         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11320         Include <math.h>.
11321         * math/auto-libm-test-in: Add more tests of pow.
11322         * math/auto-libm-test-out: Regenerated.
11323         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11324         (pow_tonearest_test_data): Remove.
11325         (pow_test_tonearest): Likewise.
11326         (pow_towardzero_test_data): Likewise.
11327         (pow_test_towardzero): Likewise.
11328         (pow_downward_test_data): Likewise.
11329         (pow_test_downward): Likewise.
11330         (pow_upward_test_data): Likewise.
11331         (pow_test_upward): Likewise.
11332         (main): Don't call removed functions.
11333         * sysdeps/i386/fpu/libm-test-ulps: Update.
11334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11336 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11339         Moved ...
11340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11342         Moved ...
11343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11345         Moved ...
11346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11348         Moved ...
11349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11351         File removed.
11352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11353         File removed.
11354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11355         File removed.
11356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11357         File removed.
11358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11359         File removed.
11360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11361         File removed.
11362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11363         File removed.
11364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11365         File removed.
11366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11367         File removed.
11368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11369         File removed.
11370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11371         File removed.
11372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11373         File removed.
11374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11375         Moved ...
11376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11378         Moved ...
11379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11380         ... here.
11381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11382         Moved ...
11383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11385         Moved ...
11386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11388         Moved ...
11389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11391         Moved ...
11392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11394         Moved ...
11395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11397         Moved ...
11398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11400         Moved ...
11401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11404         ... here.
11405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11406         Moved ...
11407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11409         Moved ...
11410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11411         ... here.
11412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11413         Moved ...
11414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11415         ... here.
11416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11417         Moved ...
11418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11419         ... here.
11420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11421         Moved ...
11422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11424         Moved ...
11425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11429         Moved ...
11430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11431         ... here.
11432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11433         Moved ...
11434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11435         ... here.
11436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11437         Moved ...
11438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11440         Moved ...
11441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11443         Moved ...
11444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11446         Moved ...
11447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11449         Moved ...
11450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11451         ... here.
11452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11453         Moved ...
11454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11456         Moved ...
11457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11459         Moved ...
11460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11462         Moved ...
11463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11467         Moved ...
11468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11470         Moved ...
11471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11473         Moved ...
11474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11475         ... here.
11476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11477         Moved ...
11478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11479         ... here.
11480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11481         Moved ...
11482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11483         ... here.
11484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11485         Moved ...
11486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11488         Moved ...
11489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11491         Moved ...
11492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11494         Moved ...
11495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11496         ... here.
11497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11498         Moved ...
11499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11500         ... here.
11501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11502         Moved ...
11503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11504         ... here.
11505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11506         Moved ...
11507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11509         Moved ...
11510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11512 2014-06-23  Will Newton  <will.newton@linaro.org>
11513             Wilco  <wdijkstr@arm.com>
11515         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11516         implementation.  Include get-rounding-mode.h.
11517         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11518         [!libc_feholdsetround_noex_ctx]: Define
11519         libc_feholdsetround_noex_ctx.
11520         [!libc_feholdsetround_noexf_ctx]: Define
11521         libc_feholdsetround_noexf_ctx.
11522         [!libc_feholdsetround_noexl_ctx]: Define
11523         libc_feholdsetround_noexl_ctx.
11524         (libc_feholdsetround_ctx): New function.
11525         (libc_feresetround_ctx): New function.
11526         (libc_feholdsetround_noex_ctx): New function.
11527         (libc_feresetround_noex_ctx): New function.
11529 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11531         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11532         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11533         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11534         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11535         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11536         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11538         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11539         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11540         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11541         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11542         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11543         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11544         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11545         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11546         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11547         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11548         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11549         Moved ...
11550         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11551         ... here.
11552         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11553         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11554         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11555         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11556         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11557         Moved ...
11558         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11559         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11560         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11561         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11562         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11563         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11564         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11565         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11566         Moved ...
11567         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11568         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11569         Moved ...
11570         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11571         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11572         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11573         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11574         Moved ...
11575         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11576         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11577         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11578         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11579         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11580         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11581         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11582         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11583         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11584         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11585         Moved ...
11586         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11587         ... here.
11588         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11589         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11590         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11591         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11592         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11593         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11594         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11595         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11596         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11597         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11598         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11599         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11600         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11601         Moved ...
11602         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11603         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11604         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11605         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11606         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11607         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11608         Moved ...
11609         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11610         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11611         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11612         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11613         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11615         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11616         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11617         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11618         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11619         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11620         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11621         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11622         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11623         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11624         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11625         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11626         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11627         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11628         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11629         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11630         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11631         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11632         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11633         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11634         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11635         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11636         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11637         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11638         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11639         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11640         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11641         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11642         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11644 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11646         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11647         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11648         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11649         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11650         (IPV6_PMTUDISC_INTERFACE): Likewise.
11651         (IPV6_PMTUDISC_OMIT): Likewise.
11653 2014-06-23  Andreas Schwab  <schwab@suse.de>
11655         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11656         Remove unused errout label.
11658 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11660         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11661         macro: hardware supports Vector Crypto instructions.
11663 2014-06-23  Will Newton  <will.newton@linaro.org>
11665         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11666         rather than __builtin_expect.
11668         * elf/dl-lookup.c (undefined_msg): Remove variable.
11669         (_dl_lookup_symbol_x): Replace undefined_msg with string
11670         literal.
11672         * elf/dl-lookup.c (do_lookup_unique): New function.
11673         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11674         to a separate function.
11676 2014-06-23  Andreas Schwab  <schwab@suse.de>
11678         [BZ #17079]
11679         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11680         before reading the next line.
11682 2014-06-23  Will Newton  <will.newton@linaro.org>
11684         * test-skeleton.c (signal_handler): Use printf and %m
11685         rather than perror.  Use printf rather than fprintf to
11686         stderr.  Use puts rather than fputs to stderr.
11687         (main): Likewise.
11689 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11691         * nscd/nscd.c (thread_info_t): Remove typedef.
11692         (thread_info): Remove variable.
11694 2014-06-21  Allan McRae  <allan@archlinux.org>
11696         * NEWS: Mention CVE-2014-4043.
11698 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11700         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11701         * nptl/smp.h: ... here.
11703         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11705         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11706         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11707         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11708         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11710         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11711         * nptl/stack-aliasing.h: New file.
11712         * sysdeps/i386/i686/stack-aliasing.h: New file.
11713         * sysdeps/i386/i686/nptl/Makefile: File removed.
11714         * sysdeps/x86_64/stack-aliasing.h: New file.
11715         * sysdeps/x86_64/nptl/Makefile
11716         (CFLAGS-pthread_create.c): Variable removed.
11718         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11719         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11720         old file.
11721         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11722         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11723         old file.
11725 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11727         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11728         (__ASSUME_SIGFRAME_V2): Remove macro.
11729         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11730         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11731         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11732         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11733         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11734         Declare as function.  Remove conditional macro definitions.
11735         (__default_rt_sa_restorer): Likewise.
11736         (__default_sa_restorer_v1): Remove declaration.
11737         (__default_sa_restorer_v2): Likewise.
11738         (__default_rt_sa_restorer_v1): Likewise.
11739         (__default_rt_sa_restorer_v2): Likewise.
11740         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11741         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11742         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11744 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11746         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11747         (libpthread-routines): Add sysdep.
11748         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11749         * sysdeps/unix/sysv/linux/sparc/Versions
11750         (libpthread: GLIBC_2.3.3): New version set.
11751         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11752         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11753         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11754         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11755         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11756         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11757         Moved ...
11758         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11759         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11760         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11761         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11762         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11763         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11764         * sysdeps/sparc/nptl/sem_init.c: ... here.
11765         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11766         * sysdeps/sparc/nptl/sem_post.c: ... here.
11767         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11768         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11769         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11770         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11771         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11772         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11773         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11774         (libpthread-routines): Add cpu_relax.
11775         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11776         File removed.
11777         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11778         (librt: GLIBC_2.3.3): New version set.
11779         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11780         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11781         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11782         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11783         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11784         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11785         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11786         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11787         Moved ...
11788         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11789         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11790         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11791         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11792         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11793         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11794         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11795         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11796         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11797         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11798         Moved ...
11799         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11800         Update #include.
11801         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11802         Moved ...
11803         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11804         Update #include.
11805         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11806         Moved ...
11807         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11808         Update #include.
11809         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11810         Moved ...
11811         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11812         Update #include.
11813         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11814         Moved ...
11815         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11816         Update #include.
11817         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11818         Moved ...
11819         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11820         Update #include.
11821         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11822         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11823         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11824         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11826         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11827         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11828         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11829         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11830         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11831         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11832         Moved ...
11833         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11834         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11835         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11836         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11837         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11839 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11841         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11842         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11843         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11844         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11845         * nscd/nscd.c: Likewise.
11846         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11847         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11848         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11849         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11851         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11852         <kernel-features.h>.
11853         (init_mq_netlink): Remove conditional have_sock_cloexec
11854         definitions.  Remove code conditional on have_sock_cloexec < 0.
11855         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11856         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11857         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11858         <kernel-features.h>.
11859         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11860         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11862 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11864         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11865         Add tests for memset_chk and memset.
11867         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11868         with AVX2_Usable.
11870 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11872         [BZ #16046]
11873         * elf/tst-dl-iter-static.c: New file.
11874         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11876         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11877         error.
11879 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11881         * sysdeps/unix/sysv/linux/kernel-features.h
11882         (__ASSUME_F_GETOWN_EX): Remove macro.
11883         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11884         <kernel-features.h>.
11885         (miss_F_GETOWN_EX): Remove variable or macro.
11886         (do_fcntl): Do not check miss_F_GETOWN_EX.
11887         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11889         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11890         Remove macro.
11891         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11892         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11893         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11895         * sysdeps/unix/sysv/linux/kernel-features.h
11896         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11897         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11898         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11899         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11901 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11903         [BZ #17075]
11904         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11905         Fix calculation of the symbol's value.
11906         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11907         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11908         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11909         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11910         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11911         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11912         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11913         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11914         (modules-names): Add `tst-armtlsdescmod',
11915         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11916         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11917         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11918         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11919         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11920         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11921         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11922         ($(objpfx)tst-armtlsdescloc): New dependency.
11923         ($(objpfx)tst-armtlsdescextnow): Likewise.
11924         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11925         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11926         TLS scheme support.
11927         * sysdeps/arm/configure: Regenerate.
11929 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11931         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11932         (__atfct_seterrno_2): Likewise.
11933         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11934         <kernel-features.h>.
11935         (__ASSUME_ATFCTS): Do not undefine and redefine.
11936         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11937         (__have_atfcts): Remove conditional definition.
11938         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11939         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11940         unreachable if [__ASSUME_ATFCTS].
11941         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11942         not undefine and redefine.
11943         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11944         <kernel-features.h>.
11945         (faccessat) [__NR_faccessat]: Make code unconditional.
11946         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11947         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11948         <kernel-features.h>.
11949         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11950         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11951         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11952         <kernel-features.h>.
11953         (fchownat) [__NR_fchownat]: Make code unconditional.
11954         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11955         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11956         <kernel-features.h>.
11957         (futimesat) [__NR_futimesat]: Make code unconditional.
11958         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11959         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11960         <kernel-features.h>.
11961         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11962         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11963         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11964         <kernel-features.h>.
11965         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11966         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11967         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11968         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11969         <kernel-features.h>.
11970         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11971         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11972         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11973         <kernel-features.h>.
11974         (linkat) [__NR_linkat]: Make code unconditional.
11975         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11976         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11977         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11978         <kernel-features.h>.
11979         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11980         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11981         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11982         <kernel-features.h>.
11983         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11984         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11985         * sysdeps/unix/sysv/linux/openat.c: Do not include
11986         <kernel-features.h>.
11987         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11988         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11989         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11990         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11991         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11992         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11993         <kernel-features.h>.
11994         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11995         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11996         result of INLINE_SYSCALL directly, not via int variable.
11997         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11998         <kernel-features.h>.
11999         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12000         (renameat) [__NR_renameat]: Make code unconditional.
12001         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12002         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12003         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12004         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12005         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12006         (__ASSUME_ATFCTS): Do not undefine and redefine.
12007         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12008         <kernel-features.h>.
12009         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12010         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12011         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12012         <kernel-features.h>.
12013         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12014         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12015         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12016         (__ASSUME_ATFCTS): Do not undefine and redefine.
12017         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12018         <kernel-features.h>.
12019         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12020         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12021         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12022         <kernel-features.h>.
12023         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12024         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12026 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12028         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12030 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12032         [BZ #17069]
12033         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12034         constructed tree before returning error.
12035         * posix/bug-regexp36.c: Expand test case.
12037 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12039         [BZ #6803]
12040         * math/libm-test.inc (scalbln_test_date):
12041         Add errno expectations.
12042         * math/w_scalblnf.c: New File.
12043         Add wrapper which checks for setting errno to ERANGE.
12044         Add weak_alias for corresponding scalbln function.
12045         * math/w_scalbln.c: Likewise.
12046         * math/w_scalblnl.c: Likewise.
12047         * math/Makefile (libm-calls): Add w_scalbln.
12048         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12049         Remove weak_alias for corresponding scalbln function.
12050         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12051         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12052         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12053         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12054         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12055         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12056         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12057         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12058         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12059         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12060         Remove long_double_symbol for scalblnl function in libm, libc.
12061         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12062         Add wrapper which checks for setting errno to ERANGE.
12063         Add long_double_symbol for scalblnl function in libm, libc.
12064         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12065         Remove long_double_symbol for scalblnl in libm.
12066         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12067         Add wrapper which checks for setting errno to ERANGE.
12068         Add long_double_symbol for scalblnl function in libm.
12069         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12070         Do not use wrapper because of own implementation.
12072 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12074         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12075         3 bytes for __pad1 for x32.
12076         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12078 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12079             H.J. Lu  <hongjiu.lu@intel.com>
12081         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12082         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12083         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12084         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12085         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12087 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12089         [BZ #17069]
12090         * posix/regcomp.c (parse_expression): Deallocate partially
12091         constructed tree before returning error.
12092         * posix/Makefile.c (tests): Add bug-regex36.
12093         (generated): Add bug-regex36.mtrace.
12094         (tests-special): Add $(objpfx)bug-regex36-mem.out
12095         (bug-regex36-ENV): New variable.
12096         ($(objpfx)bug-regex36-mem.out): New rule.
12097         * posix/bug-regex36.c: New file.
12099 2014-06-19  Will Newton  <will.newton@linaro.org>
12101         * malloc/malloc.c (systrim): If extra is zero then return
12102         early.
12104 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12106         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12108 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12110         * sysdeps/aarch64/strchr.S: New file.
12112 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12114         [BZ #17022]
12115         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12116         from arguments -2 or below.
12117         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12118         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12120 2014-06-18  Andreas Schwab  <schwab@suse.de>
12122         [BZ #17062]
12123         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12124         of a bracket expr not to run off the end of the string.
12125         * posix/Makefile (tests): Add tst-fnmatch3.
12126         * posix/tst-fnmatch3.c: New file.
12128 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12130         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12131         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12132         [$(cross-compiling) = no]: Likewise.
12133         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12134         [$(cross-compiling) = no]: Likewise.
12136 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12138         [BZ #17031]
12139         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12140         double, adjusted for any remainder from the high double.
12141         * math/libm-test.inc (nearbyint): Add tests.
12142         (rint): Likewise.
12144 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12146         * nptl/sysdeps/powerpc/Makefile: Moved ...
12147         * sysdeps/powerpc/nptl/Makefile: ... here.
12148         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12149         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12150         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12151         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12152         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12153         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12154         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12155         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12156         * nptl/sysdeps/powerpc/tls.h: Moved ...
12157         * sysdeps/powerpc/nptl/tls.h: ... here.
12159 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12161         [BZ #16681]
12162         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12163         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12164         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12165         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12166         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12167         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12168         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12169         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12170         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12172 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12174         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12176 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12178         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12179         defined operator.
12181         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12182         $TIMEOUTFACTOR.
12184 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12186         [BZ #17058]
12187         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12188         non-executed part of the test.
12190 2014-06-16  Andreas Schwab  <schwab@suse.de>
12192         * string/bits/string2.h (strdup, strndup): Update feature guard.
12194 2014-06-14  David S. Miller  <davem@davemloft.net>
12196         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12198 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12200         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12201         that was previously under [RESET_PID].
12202         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12204         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12205         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12206         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12207         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12208         (__libc_vfork): New strong alias.
12209         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12211 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12213         * sysdeps/generic/elide.h: New file.
12215 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12217         * Makefile (installed-headers): Adjust path of pthread.h header.
12219 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12221         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12222         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12223         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12224         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12226         * nptl/sysdeps/s390/Makefile: Moved ...
12227         * sysdeps/s390/nptl/Makefile: ... here.
12228         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12229         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12230         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12231         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12232         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12233         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12234         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12235         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12236         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12237         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12238         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12239         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12240         * nptl/sysdeps/s390/tls.h: Moved ...
12241         * sysdeps/s390/nptl/tls.h: ... here.
12243         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12244         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12246 2014-06-13  David S. Miller  <davem@davemloft.net>
12248         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12249         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12250         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12251         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12252         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12253         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12254         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12255         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12256         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12257         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12258         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12259         Remove RESET_PID cpp guards.
12260         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12261         Remove RESET_PID cpp guards.
12262         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12264 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12266         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12267         __sp to uintptr_t.
12269 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12271         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12272         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12273         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12274         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12275         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12276         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12277         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12278         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12279         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12280         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12281         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12282         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12283         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12284         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12285         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12286         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12287         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12288         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12289         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12290         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12292         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12293         (pthread_rwlock_rdlock): Add elision.
12294         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12295         (pthread_rwlock_wrlock): Add elision.
12296         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12297         (pthread_rwlock_trywrlock): Add elision.
12298         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12299         (pthread_rwlock_tryrdlock): Add elision.
12300         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12301         (pthread_rwlock_tryrdlock): Add elision unlock.
12302         * nptl/sysdeps/pthread/pthread.h:
12303         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12304         (PTHREAD_RWLOCK_INITIALIZER,
12305         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12306         Handle new elision field.
12307         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12308         * sysdeps/arm/nptl/bits/pthreadtypes.h
12309         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12310         * sysdeps/sh/nptl/bits/pthreadtypes.h
12311         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12312         * sysdeps/tile/nptl/bits/pthreadtypes.h
12313         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12314         * sysdeps/a/nptl/bits/pthreadtypes.h
12315         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12316         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12317         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12318         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12319         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12320         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12321         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12322         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12323         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12324         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12325         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12326         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12327         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12328         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12329         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12330         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12331         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12332         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12333         (elision_init): Set try_xbegin to zero when no RTM.
12334         * sysdeps/x86/nptl/bits/pthreadtypes.h
12335         (pthread_rwlock_t): Change __pad1 to __rwelision.
12336         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12338 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12340         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12341         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12342         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12343         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12345 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12347         [BZ #16996]
12348         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12349         that the cached result has been set before returning it.
12351 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12353         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12354         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12355         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12356         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12357         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12358         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12360         * nptl/sysdeps/sparc/Makefile: Moved ...
12361         * sysdeps/sparc/nptl/Makefile: ... here.
12362         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12363         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12364         * nptl/sysdeps/sparc/tls.h: Moved ...
12365         * sysdeps/sparc/nptl/tls.h: ... here.
12366         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12367         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12368         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12369         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12370         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12371         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12372         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12373         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12374         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12375         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12376         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12377         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12378         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12379         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12380         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12381         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12382         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12383         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12384         Update #include.
12385         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12386         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12387         Update #include.
12388         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12389         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12390         Update #include.
12391         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12392         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12393         Update #include.
12395         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12397         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12398         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12400         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12401         (struct list_links): Type removed.
12402         (struct thread_node, struct timer_node): Replace struct list_links
12403         with struct list_head.
12404         (list_unlink_ip): Likewise.
12405         * sysdeps/pthread/timer_routines.c
12406         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12407         (list_append, list_insbefore): Likewise.
12408         (list_init): Function removed.
12409         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12410         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12411         * sysdeps/pthread/Makefile: ... here, new file.
12413         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12414         * sysdeps/nptl/Implies: ... here.
12415         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12416         * nptl/sysdeps/pthread/list.h: Moved ...
12417         * include/list.h: ... here.
12418         * nptl/sysdeps/pthread/createthread.c: Moved ...
12419         * nptl/createthread.c: ... here.
12420         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12421         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12422         * nptl/pt-longjmp.c: ... here.
12423         * nptl/sysdeps/pthread/Makefile: Moved ...
12424         * sysdeps/nptl/Makefile: ... here.
12425         * nptl/sysdeps/pthread/Subdirs: Moved ...
12426         * sysdeps/nptl/Subdirs: ... here.
12427         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12428         * sysdeps/nptl/aio_misc.h: ... here.
12429         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12430         * sysdeps/nptl/bits/libc-lock.h: ... here.
12431         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12432         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12433         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12434         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12435         * nptl/sysdeps/pthread/configure: Moved ...
12436         * sysdeps/nptl/configure: ... here.
12437         * nptl/sysdeps/pthread/configure.ac: Moved ...
12438         * sysdeps/nptl/configure.ac: ... here.
12439         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12440         * sysdeps/nptl/gai_misc.h: ... here.
12441         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12442         * sysdeps/nptl/librt-cancellation.c: ... here.
12443         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12444         * sysdeps/nptl/malloc-machine.h: ... here.
12445         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12446         * sysdeps/nptl/pthread-functions.h: ... here.
12447         * nptl/sysdeps/pthread/pthread.h: Moved ...
12448         * sysdeps/nptl/pthread.h: ... here.
12449         * nptl/sysdeps/pthread/setxid.h: Moved ...
12450         * sysdeps/nptl/setxid.h: ... here.
12451         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12452         * sysdeps/nptl/sigfillset.c: ... here.
12453         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12454         * sysdeps/nptl/tcb-offsets.h: ... here.
12455         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12456         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12457         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12458         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12459         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12460         * sysdeps/pthread/allocalim.h: ... here.
12461         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12462         * sysdeps/pthread/bits/sigthread.h: ... here.
12463         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12464         * sysdeps/pthread/flockfile.c: ... here.
12465         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12466         * sysdeps/pthread/ftrylockfile.c: ... here.
12467         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12468         * sysdeps/pthread/funlockfile.c: ... here.
12469         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12470         * sysdeps/pthread/posix-timer.h: ... here.
12471         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12472         * sysdeps/pthread/timer_create.c: ... here.
12473         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12474         * sysdeps/pthread/timer_delete.c: ... here.
12475         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12476         * sysdeps/pthread/timer_getoverr.c: ... here.
12477         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12478         * sysdeps/pthread/timer_gettime.c: ... here.
12479         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12480         * sysdeps/pthread/timer_routines.c: ... here.
12481         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12482         * sysdeps/pthread/timer_settime.c: ... here.
12483         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12484         * sysdeps/pthread/tst-timer.c: ... here.
12485         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12486         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12488         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12489         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12491         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12492         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12493         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12494         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12495         Update #include target.
12496         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12497         * sysdeps/i386/i686/nptl/Makefile: ... here.
12498         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12499         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12500         Update #include target.
12501         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12502         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12503         * nptl/sysdeps/i386/Makefile: Moved ...
12504         * sysdeps/i386/nptl/Makefile: ... here.
12505         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12506         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12507         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12508         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12509         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12510         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12511         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12512         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12513         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12514         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12515         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12516         * nptl/sysdeps/i386/tls.h: Moved ...
12517         * sysdeps/i386/nptl/tls.h: ... here.
12519         * sysdeps/sh/Makefile [$(subdir) = csu]
12520         (gen-as-const-headers): Add tcb-offsets.sym.
12521         * nptl/sysdeps/sh/Makefile: File removed.
12522         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12523         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12524         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12525         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12526         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12527         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12528         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12529         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12530         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12531         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12532         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12533         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12534         * nptl/sysdeps/sh/tls.h: Moved ...
12535         * sysdeps/sh/nptl/tls.h: ... here.
12536         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12537         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12538         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12539         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12540         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12541         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12542         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12543         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12544         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12545         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12546         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12547         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12548         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12549         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12550         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12551         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12552         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12553         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12554         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12555         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12556         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12557         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12558         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12559         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12560         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12561         Moved ...
12562         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12563         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12564         Moved ...
12565         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12566         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12567         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12568         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12569         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12570         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12571         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12572         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12573         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12574         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12575         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12576         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12577         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12578         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12579         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12580         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12581         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12582         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12583         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12585 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12587         * posix/spawn_faction_addopen.c: Include string.h.
12589 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12591         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12592         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12593         * nptl/sysdeps/x86_64/Makefile: Moved ...
12594         * sysdeps/x86_64/nptl/Makefile: ... here.
12595         * nptl/sysdeps/x86_64/configure: Moved ...
12596         * sysdeps/x86_64/nptl/configure: ... here.
12597         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12598         * sysdeps/x86_64/nptl/configure.ac: ... here.
12599         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12600         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12601         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12602         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12603         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12604         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12605         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12606         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12607         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12608         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12609         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12610         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12611         * nptl/sysdeps/x86_64/tls.h: Moved ...
12612         * sysdeps/x86_64/nptl/tls.h: ... here.
12613         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12614         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12615         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12616         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12618         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12620 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12622         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12624 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12626         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12627         type.
12628         [POSIX] (off_t): Likewise.
12629         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12630         [POSIX] (S_ISBLK): Require macro.
12631         [POSIX] (S_ISCHR): Likewise.
12632         [POSIX] (S_ISDIR): Likewise.
12633         [POSIX] (S_ISFIFO): Likewise.
12634         [POSIX] (S_ISREG): Likewise.
12635         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12636         optional-macro.
12637         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12638         type.
12639         [POSIX] (time_t): Likewise.
12640         [POSIX] (timer_t): Likewise.
12642 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12644         [BZ #17048]
12645         * posix/spawn_int.h (struct __spawn_action): Make the path string
12646         non-const to support deallocation.
12647         * posix/spawn_faction_addopen.c
12648         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12649         * posix/spawn_faction_destroy.c
12650         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12651         path in all spawn_do_open actions.
12652         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12653         posix_spawn_file_actions_addopen.
12655 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12657         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12658         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12659         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12660         conditional code always true.
12661         (__libc_vfork): New alias.
12663 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12665         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12666         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12668         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12670         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12671         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12673         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12674         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12676         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12677         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12679 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12681         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12682         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12683         multiarch strcmp for PPC64.
12684         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12685         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12686         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12687         multiarch optimizations.
12688         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12689         (__libc_ifunc_impl_list): Likewise.
12691 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12693         * benchtests/scripts/validate_benchout.py: New script.
12694         * benchtests/Makefile (bench-func): Call it.
12695         * benchtests/scripts/benchout.schema.json: New file.
12697 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12699         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12700         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12701         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12702         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12703         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12704         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12705         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12706         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12707         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12708         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12709         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12710         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12711         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12712         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12713         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12714         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12716         Moved ...
12717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12718         ... here.
12719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12720         Moved ...
12721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12723         Moved ...
12724         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12725         ... here.
12726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12727         Moved ...
12728         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12729         ... here.
12730         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12731         Moved ...
12732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12734         Moved ...
12735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12736         ... here.
12737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12738         Moved ...
12739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12740         ... here.
12741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12742         Moved ...
12743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12745         Moved ...
12746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12747         ... here.
12748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12749         Moved ...
12750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12751         ... here.
12752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12753         Moved ...
12754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12755         ... here.
12756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12757         Moved ...
12758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12760         Moved ...
12761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12762         ... here.
12763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12764         Moved ...
12765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12766         ... here.
12767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12768         Moved ...
12769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12770         ... here.
12771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12772         Moved ...
12773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12775         Moved ...
12776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12777         ... here.
12778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12779         Moved ...
12780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12781         ... here.
12782         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12783         Moved ...
12784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12786         Moved ...
12787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12788         ... here.
12789         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12790         Moved ...
12791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12793         Moved ...
12794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12795         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12796         Moved ...
12797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12798         ... here.
12799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12800         Moved ...
12801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12802         ... here.
12803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12804         Moved ...
12805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12806         ... here.
12807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12808         Moved ...
12809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12811         Moved ...
12812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12813         ... here.
12814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12815         Moved ...
12816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12817         ... here.
12818         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12819         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12820         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12821         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12822         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12823         Moved ...
12824         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12825         ... here.
12826         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12827         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12828         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12829         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12830         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12831         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12832         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12833         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12834         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12835         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12836         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12837         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12838         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12839         Moved ...
12840         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12841         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12842         Moved ...
12843         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12844         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12845         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12846         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12847         Moved ...
12848         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12849         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12850         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12851         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12852         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12853         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12854         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12856 2014-06-10  Wilco  <wdijkstr@arm.com>
12858         * math/test-fenv-return.c: New file.
12859         * math/Makefile: Add new test test-fenv-return.
12861 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12863         [BZ #17042]
12864         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12865         when x - 1 is zero.
12866         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12867         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12868         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12869         0.0L for an argument of 1.0L.
12870         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12871         Likewise.
12872         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12873         value when x - 1 is zero.
12874         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12875         * sysdeps/i386/fpu/libm-test-ulps: Update.
12876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12878 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12880         [BZ #15119]
12881         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12883 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12885         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12886         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12888 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12890         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12891         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12893         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12894         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12896         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12897         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12899         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12900         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12902         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12903         if not already defined.
12904         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12905         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12906         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12907         (TLS_INIT_TP): Use it.
12908         (TLS_DEFINE_INIT_TP): New macro.
12909         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12911 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12913         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12914         constant.
12915         [POSIX] (IXANY): Likewise.
12916         [POSIX] (OLCUC): Likewise.
12917         [POSIX || POSIX2008] (CBAUD): Do not allow.
12918         [POSIX || POSIX2008] (DEFECHO): Likewise.
12919         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12920         [POSIX || POSIX2008] (ECHOKE): Likewise.
12921         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12922         [POSIX || POSIX2008] (EXTA): Likewise.
12923         [POSIX || POSIX2008] (EXTB): Likewise.
12924         [POSIX || POSIX2008] (FLUSHO): Likewise.
12925         [POSIX || POSIX2008] (LOBLK): Likewise.
12926         [POSIX || POSIX2008] (PENDIN): Likewise.
12927         [POSIX || POSIX2008] (SWTCH): Likewise.
12928         [POSIX || POSIX2008] (VDISCARD): Likewise.
12929         [POSIX || POSIX2008] (VDSUSP): Likewise.
12930         [POSIX || POSIX2008] (VLNEXT): Likewise.
12931         [POSIX || POSIX2008] (VREPRINT): Likewise.
12932         [POSIX || POSIX2008] (VSTATUS): Likewise.
12933         [POSIX || POSIX2008] (VWERASE): Likewise.
12934         (B*): Change to B[0123456789]*.
12935         * conform/data/time.h-data [POSIX || UNIX98]
12936         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12937         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12938         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12939         [POSIX] (tm_*): Do not allow.
12941 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12943         * Makefile (install): Don't set LANGUAGE.
12944         * Makefile.in (install): Likewise.
12945         * assert/Makefile (test-assert-ENV): Remove variable.
12946         (test-assert-perr-ENV): Likewise.
12947         * elf/Makefile (neededtest4-ENV): Likewise.
12948         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12949         [$(cross-compiling) = no]: Don't set LANGUAGE.
12950         * io/ftwtest-sh (LANG): Remove variable.
12951         * libio/Makefile (tst-widetext-ENV): Likewise.
12952         * manual/install.texi (Running make install): Don't refer to
12953         environment settings for make install.
12954         * INSTALL: Regenerated.
12955         * nptl/tst-tls6.sh: Don't set LANG.
12956         * posix/globtest.sh (LANG): Remove variable.
12957         * string/Makefile (tester-ENV): Likewise.
12958         (inl-tester-ENV): Likewise.
12959         (noinl-tester-ENV): Likewise.
12960         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12961         [$(cross-compiling) = no]: Don't set LANGUAGE.
12962         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12963         without explicit environment settings.
12965 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12967         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12968         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12969         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12970         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12972 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12974         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12975         other files in the crypt directory.
12976         * crypt/crypt.c: Remove duplicate includes.
12977         * crypt/crypt-entry.c: Likewise.
12978         * crypt/crypt_util.c: Likewise.
12980 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12982         * Makeconfig (run-program-env): New variable.
12983         (run-program-prefix-before-env): Likewise.
12984         (run-program-prefix-after-env): Likewise.
12985         (run-program-prefix): Define in terms of new variables.
12986         (built-program-cmd-before-env): New variable.
12987         (built-program-cmd-after-env): Likewise.
12988         (built-program-cmd): Define in terms of new variables.
12989         (test-program-prefix-before-env): New variable.
12990         (test-program-prefix-after-env): Likewise.
12991         (test-program-prefix): Define in terms of new variables.
12992         (test-program-cmd-before-env): New variable.
12993         (test-program-cmd-after-env): Likewise.
12994         (test-program-cmd): Define in terms of new variables.
12995         * Rules (make-test-out): Use $(run-program-env).
12996         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12997         (help): Do not mention environment variables.  Mention
12998         --timeoutfactor option.
12999         (timeoutfactor): New variable.
13000         (blacklist_exports): Remove function.
13001         (exports): Remove variable.
13002         (command): Do not include ${exports}.
13003         * manual/install.texi (Configuring and compiling): Do not mention
13004         test wrappers preserving environment variables.  Mention that last
13005         assignment to a variable must take precedence.
13006         * INSTALL: Regenerated.
13007         * benchtests/Makefile (run-bench): Use $(run-program-env).
13008         * catgets/Makefile ($(objpfx)test1.cat): Use
13009         $(built-program-cmd-before-env), $(run-program-env) and
13010         $(built-program-cmd-after-env).
13011         ($(objpfx)test2.cat): Do not specify environment variables
13012         explicitly.
13013         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13014         $(run-program-env) and $(built-program-cmd-after-env).
13015         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13016         $(run-program-env) and $(test-program-cmd-after-env).
13017         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13018         explicitly.
13019         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13020         run_program_env and test_program_cmd_after_env arguments.
13021         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13022         * elf/tst-pathopt.sh: Use run_program_env argument.
13023         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13024         $(test-wrapper-env) and $(run-program-env).
13025         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13026         run_program_env arguments.
13027         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13028         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13029         $(test-program-prefix-before-env), $(run-program-env) and
13030         $(test-program-prefix-after-env).
13031         ($(objpfx)tst-gettext2.out): Likewise.
13032         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13033         run_program_env and test_program_prefix_after_env arguments.
13034         * intl/tst-gettext2.sh: Likewise.
13035         * intl/tst-gettext4.sh: Do not set environment variables
13036         explicitly.
13037         * intl/tst-gettext6.sh: Likewise.
13038         * intl/tst-translit.sh: Likewise.
13039         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13040         $(test-program-prefix-before-env), $(run-program-env) and
13041         $(test-program-prefix-after-env).
13042         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13043         run_program_env and test_program_prefix_after_env arguments.
13044         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13045         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13046         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13047         explicitly with each use of ${test_wrapper_env}.
13048         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13049         $(test-program-prefix-before-env), $(run-program-env) and
13050         $(test-program-prefix-after-env).
13051         * posix/tst-getconf.sh: Do not set environment variables
13052         explicitly.
13053         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13054         run_program_env and test_program_prefix_after_env arguments.
13055         * stdio-common/tst-printf.sh: Do not set environment variables
13056         explicitly.
13057         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13058         $(test-program-prefix-before-env), $(run-program-env) and
13059         $(test-program-prefix-after-env).
13060         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13061         run_program_env and test_program_prefix_after_env arguments.
13062         Split $test calls into $test_pre and $test.
13063         * timezone/Makefile (build-testdata): Use
13064         $(built-program-cmd-before-env), $(run-program-env) and
13065         $(built-program-cmd-after-env).
13067 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13069         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13070         strlen for non SHARED builds.
13072 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13074         * nptl/allocatestack.c (check_list): Inlined function...
13075         (__reclaim_stacks): ... here.
13077 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13079         [BZ #15698]
13080         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13081         memory overrun.
13083 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13085         * Rules (make-test-out): Include
13086         LOCPATH=$(common-objpfx)localedata in default environment.
13087         * debug/Makefile (tst-chk1-ENV): Remove variable.
13088         (tst-chk2-ENV): Likewise.
13089         (tst-chk3-ENV): Likewise.
13090         (tst-chk4-ENV): Likewise.
13091         (tst-chk5-ENV): Likewise.
13092         (tst-chk6-ENV): Likewise.
13093         (tst-lfschk1-ENV): Likewise.
13094         (tst-lfschk2-ENV): Likewise.
13095         (tst-lfschk3-ENV): Likewise.
13096         (tst-lfschk4-ENV): Likewise.
13097         (tst-lfschk5-ENV): Likewise.
13098         (tst-lfschk6-ENV): Likewise.
13099         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13100         (tst-iconv7-ENV): Likewise.
13101         * intl/Makefile (LOCPATH-ENV): Likewise.
13102         (tst-codeset-ENV): Likewise.
13103         (tst-gettext3-ENV): Likewise.
13104         (tst-gettext5-ENV): Likewise.
13105         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13106         (tst-fopenloc-ENV): Likewise.
13107         (tst-fgetws-ENV): Remove variable.
13108         (tst-ungetwc1-ENV): Likewise.
13109         (tst-ungetwc2-ENV): Likewise.
13110         (bug-ungetwc2-ENV): Likewise.
13111         (tst-swscanf-ENV): Likewise.
13112         (bug-ftell-ENV): Likewise.
13113         (tst-fgetwc-ENV): Likewise.
13114         (tst-fseek-ENV): Likewise.
13115         (tst-ftell-partial-wide-ENV): Likewise.
13116         (tst-ftell-active-handler-ENV): Likewise.
13117         (tst-ftell-append-ENV): Likewise.
13118         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13119         (tst-regexloc-ENV): Likewise.
13120         (bug-regex1-ENV): Likewise.
13121         (tst-regex-ENV): Likewise.
13122         (tst-regex2-ENV): Likewise.
13123         (bug-regex5-ENV): Likewise.
13124         (bug-regex6-ENV): Likewise.
13125         (bug-regex17-ENV): Likewise.
13126         (bug-regex18-ENV): Likewise.
13127         (bug-regex19-ENV): Likewise.
13128         (bug-regex20-ENV): Likewise.
13129         (bug-regex22-ENV): Likewise.
13130         (bug-regex23-ENV): Likewise.
13131         (bug-regex25-ENV): Likewise.
13132         (bug-regex26-ENV): Likewise.
13133         (bug-regex30-ENV): Likewise.
13134         (bug-regex32-ENV): Likewise.
13135         (bug-regex33-ENV): Likewise.
13136         (bug-regex34-ENV): Likewise.
13137         (bug-regex35-ENV): Likewise.
13138         (tst-rxspencer-ENV): Likewise.
13139         (tst-rxspencer-no-utf8-ENV): Likewise.
13140         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13141         (tst-sscanf-ENV): Likewise.
13142         (tst-swprintf-ENV): Likewise.
13143         (tst-swscanf-ENV): Likewise.
13144         (test-vfprintf-ENV): Likewise.
13145         (scanf13-ENV): Likewise.
13146         (bug14-ENV): Likewise.
13147         (tst-grouping-ENV): Likewise.
13148         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13149         (tst-strtod3-ENV): Likewise.
13150         (tst-strtod4-ENV): Likewise.
13151         (tst-strtod5-ENV): Likewise.
13152         (testmb2-ENV): Likewise./
13153         * string/Makefile (tst-strxfrm-ENV): Likewise.
13154         (tst-strxfrm2-ENV): Likewise.
13155         (bug-strcoll1-ENV): Likewise.
13156         (test-strcasecmp-ENV): Likewise.
13157         (test-strncasecmp-ENV): Likewise.
13158         * time/Makefile (tst-strptime-ENV): Likewise.
13159         (tst-ftime_l-ENV): Likewise.
13160         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13161         (tst-mbrtowc-ENV): Likewise.
13162         (tst-wcrtomb-ENV): Likewise.
13163         (tst-mbrtowc2-ENV): Likewise.
13164         (tst-c16c32-1-ENV): Likewise.
13165         (tst-mbsnrtowcs-ENV): Likewise.
13167 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13169         * manual/resource.texi (How to get information about the memory
13170         subsystem?): Fix typo.
13171         Reported by Peon de la Parra Ivan <peon@keba.com>
13173 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13175         [BZ #16882]
13176         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13177         (pthread_spin_lock): Branch out of spin loop to proper location.
13178         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13179         (pthread_spin_lock): Likewise.
13181         * nptl/tst-spin4.c: New test.
13182         * nptl/Makefile (tests): Add tst-spin4.
13184 2014-06-03  Andreas Schwab  <schwab@suse.de>
13186         [BZ #15946]
13187         * resolv/res_send.c (send_dg): Reload file descriptor after
13188         calling reopen.
13190 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13192         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13194 2014-06-03  Richard Henderson  <rth@redhat.com>
13196         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13197         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13198         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13199         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13200         in the SAVE_PID block.
13201         (__libc_vfork): New alias.
13202         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13204         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13205         child in registers, not on the stack.  Remove RESET_PID conditionals.
13206         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13208 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13210         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13212 2014-06-03  Wilco  <wdijkstr@arm.com>
13214         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13215         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13216         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13217         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13218         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13219         Likewise.
13221 2014-06-03  Wilco  <wdijkstr@arm.com>
13223         * sysdeps/aarch64/fpu/math_private.h
13224         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13225         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13226         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13227         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13228         Fix declarations.
13230 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13232         * crypt/crypt-private.h: Include ufc-crypt.h.
13233         (__b64_from_24bit): Declare extern.
13234         * crypt/crypt_util.c(__b64_from_24bit): New function.
13235         (b64t): New static const variable.
13236         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13237         (b64t): Remove variable.
13238         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13239         * crypt/sha256-crypt.c: Include crypt-private.h.
13240         (b64t): Remove variable.
13241         (__sha256_crypt_r): Remove b64_from_24bit and replace
13242         with __b64_from_24bit.
13243         * crypt/sha512-crypt.c: Likewise.
13245 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13247         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13248         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13249         Label the code __libc_vfork rather than __vfork.
13250         [!NOT_IN_libc] (vfork): Define as weak alias.
13251         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13252         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13253         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13255 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13257         * malloc/malloc.c (malloc_info): Fix format specifier for
13258         n_mmaps.
13260 2014-06-02  Wilco  <wdijkstr@arm.com>
13262         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13263         FPCR write.
13265 2014-06-02  Wilco  <wdijkstr@arm.com>
13267         [BZ #17009]
13268         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13269         Rewrite to reduce FPCR/FPSR accesses.
13271 2014-06-01  David S. Miller  <davem@davemloft.net>
13273         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13275 2014-05-31  David S. Miller  <davem@davemloft.net>
13277         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13278         to occur in round to nearest mode when |x| >= 2.0
13280 2014-05-30  Richard Henderson  <rth@twiddle.net>
13282         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13283         (PSEUDO_RET_NOERRNO): Remove.
13284         (ret): Don't redefine.
13285         (ret_NOERRNO): Define in terms of ret.
13286         (ret_ERRVAL): Likewise.
13288         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13289         use of PSEUDO_RET; perform the error check directly.
13291 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13293         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13294         with __int128_t.
13296 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13298         * malloc/malloc (malloc_info): Fix formatting.
13300 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13301             Roland McGrath  <roland@hack.frob.com>
13303         * malloc/malloc (malloc_info): Also print mmapped statistics.
13305 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13307         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13308         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13310 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13312         * malloc/malloc.c (malloc_info): Inline mi_arena.
13314 2014-05-29  Richard Henderson  <rth@twiddle.net>
13316         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13317         Remove comma before expanding ASM_ARGS_##nr.
13318         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13319         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13320         of ASM_ARGS_##nr.
13321         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13322         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13323         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13324         (ASM_ARGS_1): Add leading comma.
13326         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13327         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13328         to __errno_location.
13329         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13330         Remove the expected plt for __errno_location.
13332         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13333         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13334         call to __read_tp.
13336         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13337         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13338         it and break it down.
13339         (DOCARGS_0, DOCARGS_1): Do nothing.
13340         (DOCARGS_2): Update to store into the new stack frame.
13341         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13342         (UNDOCARGS_1): Update to restore from the new stack frame.
13343         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13344         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13346         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13347         (SINGLE_THREAD_P): New parameter for result regno.
13348         (PSEUDO): Update to match; use cbz instead of beq.
13350         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13351         Use ENTRY to define the _nocancel entry point.  Share the syscall
13352         and syscall error check paths with the cancel path.
13353         (PSEUDO_END): New.
13355         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13356         whitespace; tabs before and after asm mnemonics.
13358 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13360         [BZ #15132]
13361         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13362         Call fstat64 or stat64 internally, depending on arguments passed.
13363         Replace stat buffer argument with file descriptor argument.
13364         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13365         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13366         Pass fd to __internal_statvfs instead of calling fstat64.
13367         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13368         Pass fd to __internal_statvfs64 instead of calling fstat64.
13369         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13370         Pass -1 to __internal_statvfs instead of calling stat64.
13371         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13372         Pass -1 to __internal_statvfs64 instead of calling stat64.
13374 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13376         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13377         that was previously under [RESET_PID].
13378         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13380         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13381         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13383 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13385         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13387         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13388         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13390 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13392         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13394 2014-05-27  Andreas Schwab  <schwab@suse.de>
13396         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13397         TLS_INIT_TP macro.
13398         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13399         * elf/rtld.c (init_tls, dl_main): Likewise.
13400         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13401         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13402         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13403         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13404         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13405         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13406         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13407         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13408         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13409         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13410         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13411         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13412         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13413         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13414         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13415         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13416         * sysdeps/generic/tls.h: Update description.
13418 2014-05-27  Will Newton  <will.newton@linaro.org>
13420         [BZ #16990]
13421         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13422         and restore r2 rather than just restoring.
13424 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13426         [BZ #16724]
13427         * libio/tst-ftell-append.c: New test case.
13428         * libio/Makefile (tests): Add test case.
13429         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13430         append mode.
13431         * libio/wfileops.c (do_ftell_wide): Likewise.
13433 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13435         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13437         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13438         ...
13439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13441         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13442         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13443         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13444         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13445         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13446         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13447         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13448         Moved ...
13449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13450         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13451         Moved ...
13452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13453         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13454         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13455         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13456         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13457         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13458         ...
13459         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13460         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13461         Moved ...
13462         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13463         here.
13464         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13465         ...
13466         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13467         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13468         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13470         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13471         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13472         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13473         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13475         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13476         merge into ...
13477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13478         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13479         ...
13480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13481         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13482         ...
13483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13484         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13485         Moved ...
13486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13487         here.
13488         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13489         Moved ...
13490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13491         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13492         Moved ...
13493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13496         conditional [RESET_PID].
13497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13499         removed.
13500         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13501         removed.
13503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13504         <tcb-offsets.h>.
13505         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13506         (__libc_vfork): New strong alias.
13507         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13508         removed.
13509         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13510         Removed.
13512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13513         <tcb-offsets.h>.
13514         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13515         (__libc_vfork): New strong alias.
13516         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13517         removed.
13518         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13519         removed.
13521 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13523         * malloc/malloc.c (mi_arena): New function.
13524         (malloc_info): Remove nested function mi_arena. Call non-nosted
13525         function mi_arena.
13527 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13529         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13530         by insrwi.
13531         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13532         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13533         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13534         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13535         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13536         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13537         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13539 2014-05-26  Andreas Schwab  <schwab@suse.de>
13541         [BZ #16984]
13542         * locale/programs/repertoire.c (repertoire_read): Add slash
13543         between I18NPATH element and file name.
13544         * locale/programs/locfile.c (locfile_read): Likewise.
13546 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13548         * nptl/pthread_mutexattr_settype.c
13549         (__pthread_mutexattr_settype):
13550         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13552 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13554         * nptl/tst-mutex5 (do_test):
13555         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13557 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13559         * benchtests/README: Document 'init' directive.
13560         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13561         BENCH_INIT.
13562         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13563         (parse_file): Recognize 'init' directive.
13565 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13567         [BZ #16796]
13568         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13569         alignment of struct pthread.
13571 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13573         [BZ #16878]
13574         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13575         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13576         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13577         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13579 2014-05-25  Richard Henderson  <rth@twiddle.net>
13581         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13582         (SINGLE_THREAD_P_PIC): Remove.
13583         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13584         (SINGLE_THREAD_P_PIC): Remove.
13586         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13587         branch to syscall error ...
13588         (PSEUDO): ... here.
13589         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13590         from __local_syscall_error to .Lsyscall_error.
13591         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13592         (SYSCALL_ERROR): Update label name.
13594         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13595         Do not use DOARGS/UNDOARGS.
13596         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13597         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13598         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13599         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13600         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13602         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13603         block comment.
13605         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13606         define if !NOT_IN_libc.
13607         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13608         define with non-default symbol versions.
13610 2014-05-23  Richard Henderson  <rth@twiddle.net>
13612         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13613         (vfork, __vfork): Define via compat_symbol.
13615         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13616         [!HAVE_IFUNC] (vfork_compat): Remove.
13617         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13619 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13621         [BZ #16978]
13622         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13623         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13624         variable.
13626 2014-05-23  Richard Henderson  <rth@twiddle.net>
13628         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13629         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13630         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13631         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13633         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13634         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13635         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13636         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13637         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13638         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13639         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13640         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13641         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13642         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13643         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13644         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13645         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13646         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13647         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13648         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13649         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13650         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13651         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13652         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13653         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13654         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13655         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13656         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13657         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13658         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13659         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13660         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13661         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13662         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13663         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13664         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13665         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13666         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13667         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13668         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13669         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13670         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13671         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13672         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13673         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13674         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13675         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13676         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13677         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13678         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13679         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13680         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13681         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13682         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13683         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13684         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13685         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13686         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13687         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13688         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13690         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13691         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13692         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13693         before exiting on error.
13694         (__libc_vfork): New strong alias.
13695         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13696         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13698         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13699         that was previously under [RESET_PID].
13700         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13702         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13704 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13706         [BZ #16977]
13707         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13708         value when x - 1 is zero.
13709         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13710         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13711         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13712         0.0L for an argument of 1.0L.
13713         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13714         Likewise.
13715         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13716         value when x - 1 is zero.
13717         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13718         * sysdeps/i386/fpu/libm-test-ulps: Update.
13719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13721 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13723         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13724         alphasort and versionsort.
13726 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13728         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13729         macro.
13730         [copysignf]: Likewise.
13732 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13734         * crypt/md5-crypt.c: Fix formatting.
13736 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13738         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13739         (b64_from_24bit): New function.
13741 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13743         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13744         libc_hidden_builtin_def to ifunc.
13745         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13746         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13748 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13750         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13751         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13753 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13755         * nscd/Depend (linuxthreads): Remove.
13756         (nptl): Add.
13757         * resolv/Depend (linuxthreads): Remove.
13758         * rt/Depend (linuxthreads): Remove.
13760         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13761         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13762         $(common-objpfx)elf/.
13763         (link-libc-before-gnulib): Likewise.
13764         (elfobjdir): Remove variable.
13765         * Makefile (install): Use $(elf-objpfx) instead of
13766         $(common-objpfx)elf/.
13767         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13768         $(elfobjdir)/.
13769         (link-libc-deps): Likewise.
13770         ($(common-objpfx)libc.so): Likewise.
13771         ($(common-objpfx)linkobj/libc.so): Likewise.
13772         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13773         instead of $(common-objpfx)elf/.
13774         (symbolic-link-list): Likewise.
13775         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13776         [$(cross-compiling) = no]: Likewise.
13777         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13778         $(elfobjdir)/.
13779         (static-gnulib-arch): Likewise.
13780         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13781         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13782         $(common-objpfx)elf/.
13784 2014-05-21  Richard Henderson  <rth@redhat.com>
13786         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13787         (SINGLE_THREAD_P): Use the correct width load.  Fold
13788         into the ldr offset.
13790         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13791         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13793 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13795         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13796         (libgcc_s_resume): Use __attribute_used__.
13797         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13798         Likewise.
13800 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13802         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13803         optimization when used with float constants.
13805         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13807 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13809         [BZ #16915]
13810         * locale/nl_langinfo_l.c: Make direct reference to every
13811         _nl_current_CATEGORY symbol.
13812         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13813         (tests-static): Add tst-langinfo-static.
13814         (tests-special): Add tst-langinfo-static.out.
13815         ($(objpfx)tst-langinfo.out): Redirect output.
13816         ($(objpfx)tst-langinfo-static.out): New.
13817         * localedata/tst-langinfo.sh: Send output to stdout.
13818         * localedata/tst-langinfo-static.c: New file.
13820         [BZ #16965]
13821         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13822         when the shift amount is modulo the limb size.
13824 2014-05-20  Richard Henderson  <rth@redhat.com>
13826         [BZ #16967]
13827         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13828         Change type of sa_flags from unsigned int to int.
13830         [BZ #16966]
13831         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13833         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13835 2014-05-20  Will Newton  <will.newton@linaro.org>
13837         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13838         Test the return value of the system call in the nocancel case.
13840 2014-05-20  Will Newton  <will.newton@linaro.org>
13841             Yvan Roux  <yvan.roux@linaro.org>
13843         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13844         #include of asm/ptrace.h.
13845         (PTRACE_GET_THREAD_AREA): Remove #undef.
13846         (PTRACE_GETHBPREGS): Likewise.
13847         (PTRACE_SETHBPREGS): Likewise.
13848         (struct user_regs_struct): New structure.
13849         (struct user_fpsimd_struct): New structure.
13850         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13851         #include of asm/ptrace.h and second #include of sys/user.h.
13852         (PTRACE_GET_THREAD_AREA): Remove #undef.
13853         (PTRACE_GETHBPREGS): Likewise.
13854         (PTRACE_SETHBPREGS): Likewise.
13855         (ELF_NGREG): Use new struct user_regs_struct.
13856         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13858 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13860         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13861         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13863 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13865         [BZ #16958]
13866         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13867         membar to avoid block loads/stores to overlap previous stores.
13869 2014-05-17  Richard Henderson  <rth@redhat.com>
13871         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13872         Create the __##syscall_name##_nocancel entry point.
13873         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13874         Remove; let the sysdep-cancel.h code create it.
13876 2014-05-17  David S. Miller  <davem@davemloft.net>
13878         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13879         Protect with __USE_GNU.
13880         (TIOCSET_TEMPT): Likewise.
13881         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13882         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13883         these are already provided in bits/ioctl-types.h
13885 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13887         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13888         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13890         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13891         Use wait4 regardless of [__NR_waitpid].
13893 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13895         PR libgcc/60166
13896         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13897         (_FP_NANSIGN_Q): Set the quiet bit.
13899 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13901         * benchtests/Makefile
13902         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13903         not $(common-objpfx)math/libm.so.
13904         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13905         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13906         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13907         $(common-objpfx)dlfcn/libdl.so.
13908         ($(objpfx)tst-audit8): Depend on $(libm), not
13909         $(common-objpfx)math/libm.so.
13910         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13911         not $(common-objpfx)dlfcn/libdl.so.
13912         * math/Makefile
13913         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13914         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13915         [$(build-shared) = yes].
13916         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13917         $(common-objpfx)nptl/libpthread.so.
13918         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13919         $(common-objpfx)math/libm.so$(libm.so-version) or
13920         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13921         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13922         $(common-objpfx)dlfcn/libdl.so.
13923         * setjmp/Makefile (link-libm): Remove variable.
13924         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13925         * stdio-common/Makefile (link-libm): Remove variable.
13926         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13927         * stdlib/Makefile (link-libm): Remove variable.
13928         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13929         ($(objpfx)tst-strtod-round): Likewise.
13930         ($(objpfx)tst-tininess): Likewise.
13931         ($(objpfx)tst-strtod-underflow): Likewise.
13932         ($(objpfx)tst-strtod6): Likewise.
13933         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13934         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13935         $(common-objpfx)dlfcn/libdl.so.
13937 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13939         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13940         BSD terminal modes definitions.
13942 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13944         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13945         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13947         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13948         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13949         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13950         Don't do #include_next.
13951         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13952         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13953         Don't do #include_next.
13954         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13955         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13956         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13957         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13959 2014-05-16  Allan McRae  <allan@archlinux.org>
13961         * po/sv.po: Update Swedish translation from translation project.
13963         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13964         in sed expression.
13966 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13968         [BZ #16917]
13969         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13970         errno if the TIOCGPTN ioctl fails with an error different than
13971         EINVAL.
13972         * login/tst-ptsname.c: New file.
13973         * login/Makefile (tests): Add tst-ptsname.
13975         [BZ #16943]
13976         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13977         and prlimit64.
13979 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13981         [BZ #16849]
13982         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13983         herrno to return EAI_AGAIN.
13985 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13987         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13988         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13989         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13990         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13991         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13992         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13993         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13994         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13995         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13996         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13997         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13998         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13999         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14000         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14001         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14002         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14003         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14004         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14005         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14006         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14007         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14008         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14009         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14010         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14011         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14012         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14013         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14014         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14015         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14016         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14017         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14018         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14019         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14020         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14021         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14022         Moved ...
14023         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14024         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14025         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14026         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14027         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14028         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14029         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14030         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14031         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14032         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14033         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14035         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14037         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14038         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14039         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14041         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14042         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14043         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14045         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14047         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14048         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14049         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14050         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14051         Moved ...
14052         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14054         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14056         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14058         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14059         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14060         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14061         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14062         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14064         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14066         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14068         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14069         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14070         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14072         Moved ...
14073         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14074         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14075         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14077         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14078         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14079         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14080         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14081         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14082         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14083         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14084         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14085         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14086         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14087         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14088         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14089         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14090         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14091         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14092         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14093         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14094         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14095         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14096         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14097         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14098         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14099         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14100         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14101         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14102         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14103         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14104         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14105         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14106         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14107         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14109         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14110         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14112         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14113         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14114         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14115         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14116         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14117         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14118         Moved ...
14119         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14120         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14121         Moved ...
14122         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14123         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14124         Moved ...
14125         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14126         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14127         Moved ...
14128         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14129         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14130         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14131         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14132         Moved ...
14133         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14134         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14135         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14136         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14137         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14138         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14139         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14140         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14141         Moved ...
14142         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14143         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14144         Moved ...
14145         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14146         ... here.
14147         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14148         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14149         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14150         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14151         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14152         Moved ...
14153         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14154         ... here.
14155         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14156         Moved ...
14157         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14158         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14159         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14160         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14161         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14162         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14163         Moved ...
14164         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14165         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14166         Moved ...
14167         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14168         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14169         Moved ...
14170         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14171         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14172         Moved ...
14173         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14174         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14175         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14176         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14177         Moved ...
14178         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14179         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14180         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14181         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14182         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14183         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14184         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14185         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14186         Moved ...
14187         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14188         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14189         Moved ...
14190         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14191         ... here.
14192         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14193         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14194         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14195         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14196         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14197         Moved ...
14198         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14199         ... here.
14200         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14201         Moved ...
14202         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14203         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14204         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14205         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14206         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14207         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14208         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14209         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14210         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14211         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14212         Moved ...
14213         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14214         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14215         Moved ...
14216         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14217         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14218         Moved ...
14219         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14220         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14221         Moved ...
14222         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14223         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14224         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14225         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14226         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14227         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14228         Moved ...
14229         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14230         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14231         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14232         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14233         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14234         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14235         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14236         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14237         Moved ...
14238         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14239         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14240         Moved ...
14241         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14242         ... here.
14243         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14244         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14245         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14246         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14247         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14248         Moved ...
14249         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14250         ... here.
14251         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14252         Moved ...
14253         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14254         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14255         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14256         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14257         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14258         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14259         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14260         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14261         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14262         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14263         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14265         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14266         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14268         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14269         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14271         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14272         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14273         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14274         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14275         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14276         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14277         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14278         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14279         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14280         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14281         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14282         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14283         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14284         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14285         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14286         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14287         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14288         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14289         Moved ...
14290         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14291         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14292         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14293         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14294         Moved ...
14295         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14296         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14297         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14298         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14299         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14300         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14301         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14302         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14303         Moved ...
14304         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14305         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14306         Moved ...
14307         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14308         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14309         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14310         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14311         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14312         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14313         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14314         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14315         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14316         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14317         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14318         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14319         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14320         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14321         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14322         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14323         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14325         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14326         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14327         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14328         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14329         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14331         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14332         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14333         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14334         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14335         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14336         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14337         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14338         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14339         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14340         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14342         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14343         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14345         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14346         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14347         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14348         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14349         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14350         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14351         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14352         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14353         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14354         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14355         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14356         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14357         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14358         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14359         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14360         Update #include.
14361         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14362         Likewise.
14363         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14364         Likewise.
14365         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14366         Likewise.
14367         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14368         Likewise.
14369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14370         Likewise.
14371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14372         Likewise.
14373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14374         Likewise.
14375         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14376         Likewise.
14377         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14378         Likewise.
14379         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14380         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14381         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14382         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14383         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14384         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14385         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14386         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14387         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14388         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14389         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14390         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14391         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14392         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14393         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14395         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14396         that was previously under [RESET_PID].
14397         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14398         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14399         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14401         * sysdeps/i386/nptl/Implies: New file.
14402         * sysdeps/x86_64/nptl/Implies: New file.
14403         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14404         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14405         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14406         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14408         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14409         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14410         (__libc_vfork): New strong alias.
14411         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14412         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14414         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14415         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14416         (__libc_vfork): New strong alias.
14417         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14418         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14420         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14421         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14422         (__libc_vfork): New strong alias.
14423         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14424         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14425         * nptl/pt-vfork.c: New file.
14426         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14427         (libpthread: GLIBC_2.20): New version set (empty).
14429 2014-05-14  Will Newton  <will.newton@linaro.org>
14431         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14432         rather than #if.
14434 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14436         [BZ #16564]
14437         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14438         arguments with exponent 65 or above.
14439         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14440         arguments 0x1p113L or above.
14441         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14442         to arguments 0x1p107L or above.
14443         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14444         positive arguments with exponent 65 or above.
14445         * math/auto-libm-test-in: Add more tests of log1p.
14446         * math/auto-libm-test-out: Regenerated.
14448         [BZ #16928]
14449         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14450         non-finite arguments is +0.
14451         * math/s_cacosf.c (__cacosf): Likewise.
14452         * math/s_cacosl.c (__cacosl): Likewise.
14453         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14454         * sysdeps/i386/fpu/libm-test-ulps: Update.
14455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14457         [BZ #16927]
14458         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14459         value.
14460         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14461         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14462         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14463         for explicit high bit of mantissa when testing for argument equal
14464         to 1.
14465         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14466         * sysdeps/i386/fpu/libm-test-ulps: Update.
14467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14469         [BZ #16516]
14470         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14471         (__erf): Scale by 16 instead of 8 in potentially underflowing
14472         case.  Ensure exception if result actually underflows.
14473         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14474         (__erff): Scale by 16 instead of 8 in potentially underflowing
14475         case.  Ensure exception if result actually underflows.
14476         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14477         (efx8): Remove variable.
14478         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14479         case.  Ensure exception if result actually underflows.
14480         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14481         (efx8): Remove variable.
14482         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14483         case.  Ensure exception if result actually underflows.
14484         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14485         (efx8): Remove variable.
14486         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14487         case.  Ensure exception if result actually underflows.
14488         * math/auto-libm-test-in: Add more tests of erf.
14489         * math/auto-libm-test-out: Regenerated.
14491 2014-05-14  Andreas Schwab  <schwab@suse.de>
14493         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14494         Remove code conditionalized on USE___THREAD.
14496         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14497         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14498         not definedness.
14500 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14502         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14503         Define unconditionally.
14504         (__ASSUME_O_CLOEXEC): Likewise.
14505         (__ASSUME_SOCK_CLOEXEC): Likewise.
14506         (__ASSUME_IN_NONBLOCK): Likewise.
14507         (__ASSUME_PIPE2): Likewise.
14508         (__ASSUME_EVENTFD2): Likewise.
14509         (__ASSUME_SIGNALFD4): Likewise.
14510         (__ASSUME_DUP3): Likewise.
14511         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14512         (__ASSUME_DUP3): Do not define.
14513         (__ASSUME_EVENTFD2): Likewise.
14514         (__ASSUME_IN_NONBLOCK): Likewise.
14515         (__ASSUME_O_CLOEXEC): Likewise.
14516         (__ASSUME_PIPE2): Likewise.
14517         (__ASSUME_SIGNALFD4): Likewise.
14518         (__ASSUME_SOCK_CLOEXEC): Likewise.
14519         (__ASSUME_UTIMES): Undefine.
14520         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14521         (__ASSUME_UTIMES): Do not define.
14522         (__ASSUME_O_CLOEXEC): Likewise.
14523         (__ASSUME_SOCK_CLOEXEC): Likewise.
14524         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14525         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14526         0x020621].
14527         (__ASSUME_PIPE2): Likewise.
14528         (__ASSUME_EVENTFD2): Likewise.
14529         (__ASSUME_SIGNALFD4): Likewise.
14530         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14531         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14532         Do not define.
14533         (__ASSUME_EVENTFD2): Likewise.
14534         (__ASSUME_SIGNALFD4): Likewise.
14535         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14536         (__ASSUME_32BITUIDS): Likewise.
14537         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14538         (__ASSUME_IPC64): Likewise.
14539         (__ASSUME_ST_INO_64_BIT): Likewise.
14540         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14541         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14542         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14543         (__ASSUME_UTIMES): Do not define.
14544         (__ASSUME_PSELECT): Likewise.
14545         (__ASSUME_PPOLL): Likewise.
14546         (__ASSUME_O_CLOEXEC): Likewise.
14547         (__ASSUME_SOCK_CLOEXEC): Likewise.
14548         (__ASSUME_IN_NONBLOCK): Likewise.
14549         (__ASSUME_PIPE2): Likewise.
14550         (__ASSUME_EVENTFD2): Likewise.
14551         (__ASSUME_SIGNALFD4): Likewise.
14552         (__ASSUME_DUP3): Likewise.
14553         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14554         (__ASSUME_UTIMES): Likewise.
14555         (__ASSUME_O_CLOEXEC): Likewise.
14556         (__ASSUME_SOCK_CLOEXEC): Likewise.
14557         (__ASSUME_IN_NONBLOCK): Likewise.
14558         (__ASSUME_PIPE2): Likewise.
14559         (__ASSUME_EVENTFD2): Likewise.
14560         (__ASSUME_SIGNALFD4): Likewise.
14561         (__ASSUME_DUP3): Likewise.
14562         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14563         (__ASSUME_UTIMES): Likewise.
14564         (__ASSUME_O_CLOEXEC): Likewise.
14565         (__ASSUME_SOCK_CLOEXEC): Likewise.
14566         (__ASSUME_IN_NONBLOCK): Likewise.
14567         (__ASSUME_PIPE2): Likewise.
14568         (__ASSUME_EVENTFD2): Likewise.
14569         (__ASSUME_SIGNALFD4): Likewise.
14570         (__ASSUME_DUP3): Likewise.
14571         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14572         Likewise.
14573         (__ASSUME_UTIMES): Likewise.
14574         (__ASSUME_EVENTFD2): Likewise.
14575         (__ASSUME_SIGNALFD4): Likewise.
14576         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14577         (__ASSUME_O_CLOEXEC): Likewise.
14578         (__ASSUME_SOCK_CLOEXEC): Likewise.
14579         (__ASSUME_IN_NONBLOCK): Likewise.
14580         (__ASSUME_PIPE2): Likewise.
14581         (__ASSUME_EVENTFD2): Likewise.
14582         (__ASSUME_SIGNALFD4): Likewise.
14583         (__ASSUME_DUP3): Likewise.
14584         (__ASSUME_UTIMES): Undefine.
14586         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14587         feclearexcept.  Remove symbol versioning code.
14588         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14589         symbol versioning code.
14590         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14591         symbol versioning code.
14592         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14593         feupdateenv.  Remove symbol versioning code.
14594         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14595         fegetexceptflag.  Remove symbol versioning code.
14596         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14597         fesetexceptflag.  Remove symbol versioning code.
14598         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14599         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14600         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14601         (__posix_fadvise64_l32): Remove prototype.
14602         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14603         code.
14605 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14607         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14608         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14609         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14610         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14612 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14614         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14615         current working directory
14617 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14619         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14620         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14621         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14622         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14623         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14624         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14625         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14626         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14627         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14628         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14629         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14630         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14631         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14632         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14633         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14634         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14635         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14636         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14637         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14638         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14639         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14640         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14641         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14642         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14643         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14644         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14645         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14646         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14647         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14648         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14649         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14650         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14651         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14652         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14653         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14654         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14655         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14656         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14657         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14658         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14659         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14660         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14662         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14663         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14665         * sysdeps/unix/sysv/linux/arm/Makefile
14666         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14667         Add rt-aeabi_unwind_cpp_pr1.
14668         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14669         Add nptl-aeabi_unwind_cpp_pr1.
14670         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14671         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14672         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14673         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14674         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14675         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14677         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14678         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14679         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14680         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14682         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14683         Deconditionalize the code that was previously under [RESET_PID].
14684         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14686         * sysdeps/generic/exit-thread.h: New file.
14687         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14688         * include/unistd.h (__exit_thread): Remove declaration.
14689         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14690         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14691         * csu/libc-start.c: Include <exit-thread.h>.
14692         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14693         * nptl/pthread_create.c: Include <exit-thread.h>.
14694         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14695         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14696         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14697         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14698         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14699         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14700         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14701         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14702         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14703         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14704         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14705         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14706         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14707         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14708         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14709         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14710         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14712 2014-05-13  Andreas Schwab  <schwab@suse.de>
14714         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14716 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14718         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14719         (__ASSUME_UTIMES): Do not condition on kernel version.
14720         (__ASSUME_PSELECT): Define unconditionally.
14721         (__ASSUME_PPOLL): Likewise.
14722         (__ASSUME_ATFCTS): Likewise.
14723         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14724         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14725         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14726         (__ASSUME_UTIMENSAT): Define unconditionally.
14727         (__ASSUME_PRIVATE_FUTEX): Likewise.
14728         (__ASSUME_FALLOCATE): Likewise.
14729         (__ASSUME_O_CLOEXEC): Likewise.
14730         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14731         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14732         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14733         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14734         (__ASSUME_IN_NONBLOCK): Likewise.
14735         (__ASSUME_PIPE2): Likewise.
14736         (__ASSUME_EVENTFD2): Likewise.
14737         (__ASSUME_SIGNALFD4): Likewise.
14738         (__ASSUME_DUP3): Likewise.
14739         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14740         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14741         (__ASSUME_AT_RANDOM): Likewise.
14742         (__ASSUME_PREADV): Likewise.
14743         (__ASSUME_PWRITEV): Likewise.
14744         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14745         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14746         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14747         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14748         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14749         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14750         (__ASSUME_O_CLOEXEC): Define unconditionally.
14751         (__ASSUME_PSELECT): Do not undefine conditionally.
14752         (__ASSUME_PPOLL): Likewise.
14753         (__ASSUME_ATFCTS): Likewise.
14754         (__ASSUME_SET_ROBUST_LIST): Likewise.
14755         (__ASSUME_UTIMENSAT): Likewise.
14756         (__ASSUME_FDATASYNC): Define unconditionally.
14757         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14758         (__ASSUME_SIGFRAME_V2): Likewise.
14759         )__ASSUME_EVENTFD2): Likewise.
14760         (__ASSUME_SIGNALFD4): Likewise.
14761         (__ASSUME_PSELECT): Do not undefine conditionally.
14762         (__ASSUME_PPOLL): Likewise.
14763         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14764         (__ASSUME_PSELECT): Define unconditionally.
14765         (__ASSUME_PPOLL): Likewise.
14766         (__ASSUME_O_CLOEXEC): Likewise.
14767         (__ASSUME_SOCK_CLOEXEC): Likewise.
14768         (__ASSUME_IN_NONBLOCK): Likewise.
14769         (__ASSUME_PIPE2): Likewise.
14770         (__ASSUME_EVENTFD2): Likewise.
14771         (__ASSUME_SIGNALFD4): Likewise.
14772         (__ASSUME_DUP3): Likewise.
14773         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14774         (__ASSUME_O_CLOEXEC): Likewise.
14775         (__ASSUME_SOCK_CLOEXEC): Likewise.
14776         (__ASSUME_IN_NONBLOCK): Likewise.
14777         (__ASSUME_PIPE2): Likewise.
14778         (__ASSUME_EVENTFD2): Likewise.
14779         (__ASSUME_SIGNALFD4): Likewise.
14780         (__ASSUME_DUP3): Likewise.
14781         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14782         (__ASSUME_EVENTFD2): Likewise.
14783         (__ASSUME_SIGNALFD4): Likewise.
14784         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14786 2014-05-12  Andreas Schwab  <schwab@suse.de>
14788         [BZ #16932]
14789         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14790         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14791         than maximum RPC packet size.
14792         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14793         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14794         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14795         (_nss_nis_getservbyport_r): Likewise.
14797 2014-05-12  Will Newton  <will.newton@linaro.org>
14799         * malloc/Makefile (tests): Add tst-mallopt.
14800         * malloc/tst-mallopt.c: New file.
14802 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14804         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14805         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14807 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14809         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14810         (tst-tlsmod6.so): Likewise.
14812 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14814         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14816 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14818         [BZ #16064]
14819         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14820         and <dl-procinfo.h>.
14821         (__fegetenv): Save SSE state in envp->__eip if supported.
14822         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14823         envp->__eip if supported.
14824         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14825         and <dl-procinfo.h>.
14826         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14827         __data_offset and __data_selector in environment to 0.  Set SSE
14828         state if supported.
14829         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14830         test-fenv-sse.
14831         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14832         -mfpmath=sse.
14833         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14835 2014-05-09  Will Newton  <will.newton@linaro.org>
14837         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14838         and libc_relro_required for ARM.
14839         * sysdeps/arm/preconfigure: Regenerate.
14841 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14842             Stefan Liebler  <stli@linux.vnet.ibm.com>
14844         * config.make.in (enable-lock-elision): New Makefile variable.
14845         * configure.ac: Likewise.
14846         * configure: Regenerate.
14847         * sysdeps/s390/configure.ac:
14848         Add check for gcc transactions support.
14849         * sysdeps/s390/configure: Regenerate.
14850         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14851         Build elision files if enabled.
14852         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14853         Add lock elision support for s390.
14854         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14855         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14856         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14857         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14858         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14859         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14860         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14861         Likewise.
14862         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14863         Likewise.
14864         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14865         Likewise.
14866         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14867         Likewise.
14868         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14869         (__lll_timedlock_elision, __lll_lock_elision)
14870         (__lll_unlock_elision, __lll_trylock_elision)
14871         (lll_timedlock_elision, lll_lock_elision)
14872         (lll_unlock_elision, lll_trylock_elision): Add.
14873         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14874         (pthread_mutex_t): Add lock elision support for s390.
14876 2014-05-14  Wilco  <wdijkstr@arm.com>
14878         * sysdeps/arm/fclrexcpt.c: Cleanup.
14879         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14880         * sysdeps/arm/feenablxcpt.c: Cleanup.
14881         * sysdeps/arm/fegetenv.c: Cleanup.
14882         * sysdeps/arm/fegetexcept.c: Cleanup.
14883         * sysdeps/arm/fegetround.c: Cleanup.
14884         * sysdeps/arm/feholdexcpt.c: Cleanup.
14885         * sysdeps/arm/fesetenv.c: Cleanup.
14886         * sysdeps/arm/fesetround.c: Cleanup.
14887         * sysdeps/arm/feupdateenv.c: Cleanup.
14888         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14889         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14890         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14891         * sysdeps/arm/ftestexcept.c: Cleanup.
14892         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14893         * sysdeps/arm/setfpucw.c: Cleanup.
14895 2014-05-09  Will Newton  <will.newton@linaro.org>
14897         * sysdeps/arm/armv7/strcmp.S: New file.
14898         * NEWS: Mention addition of ARMv7 optimized strcmp.
14900 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14902         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14903         look for %.ac rather than %.in.
14905         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14906         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14907         * sysdeps/mach/hurd/configure: Regenerated.
14908         * sysdeps/unix/sysv/linux/configure: Regenerated.
14910         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14912 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14914         [BZ# 16922]
14915         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14916         (LONG_SUB): Ditto.
14917         (PTR_SUB): Ditto.
14919 2014-05-07  Andreas Schwab  <schwab@suse.de>
14921         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14922         when skipping over non-matching result from nscd.
14924 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14926         [BZ #16876]
14927         * nptl/sockperf.c (client): Check socket return value.
14929         [BZ #16877]
14930         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14931         nscd security class.
14933 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14935         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14936         * sysdeps/arm/unwind.h: ... here.
14938 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14940         [BZ# 16916]
14941         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14942         Define.
14944 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14946         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14947         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14948         multiarch strncpy for PPC64.
14949         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14950         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14951         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14952         multiarch optimizations.
14953         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14954         (__libc_ifunc_impl_list): Likewise.
14955         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14956         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14957         multiarch stpncpy for PPC64.
14958         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14959         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14961 2014-05-06  Andreas Schwab  <schwab@suse.de>
14963         [BZ #16912]
14964         * gmon/mcount.c (_MCOUNT_DECL): Use
14965         atomic_compare_and_exchange_bool_acq instead of
14966         catomic_compare_and_exchange_bool_acq.
14968 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14970         * elf/Makefile (others, install-bin): Remove pldd.
14971         (pldd-modules): Variable removed.
14972         ($(objpfx)pldd): Target removed.
14973         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14974         (others, install-bin): Append pldd here.
14975         ($(objpfx)pldd): New target.
14977         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14978         to 0, so the first #if test emitted later doesn't see it undefined.
14979         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14980         * sysdeps/gnu/errlist.c: Regenerated.
14982 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14984         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14985         [libc_hidden_builtin_def]: Define to empty value.
14986         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14987         [libc_hidden_builtin_def]: Likewise.
14988         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14989         [libc_hidden_builtin_def]: Likewise.
14990         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14991         [libc_hidden_builtin_def]: Likewise.
14992         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14993         __redirect_memcpy and define ifunc as default hidden symbol.
14994         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14995         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14997 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14999         * locale/iso-4217.def: Reintroduce XDR currency.
15001 2014-05-04  Allan McRae  <allan@archlinux.org>
15003         * po/eo.po: Update Esperanto translation from translation project.
15005 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15007         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15008         and FEATURE_INDEX_MAX to 1.
15009         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15011 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15013         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15014         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15015         * iconvdata/big5.c (ONE_DIRECTION): Define.
15016         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15017         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15018         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15019         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15020         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15021         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15022         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15023         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15024         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15025         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15026         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15027         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15028         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15029         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15030         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15031         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15032         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15033         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15034         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15035         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15036         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15037         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15038         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15039         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15040         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15041         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15042         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15043         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15044         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15045         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15046         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15047         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15048         * iconvdata/johab.c (ONE_DIRECTION): Define.
15049         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15050         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15051         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15052         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15053         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15054         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15055         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15056         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15057         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15058         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15060 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15062         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15063         (_IO_JUMPS_OFFSET): Define to 0.
15065         * nptl/sysdeps/pthread/bits/libc-lock.h
15066         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15067         (__libc_lock_define_initialized_recursive): Always define using
15068         initializer.  Modern compilers treat uninitialized (implicit zero) and
15069         explicit zero initializers the same (i.e. put the datum in bss).
15071 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15073         * nscd/nscd-client.h: Include <string.h>.
15075 2014-05-01  David S. Miller  <davem@davemloft.net>
15077         [BZ #16885]
15078         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15079         multiple zero bytes exist at the end of a string.
15080         Reported by Aurelien Jarno <aurelien@aurel32.net>
15082         * string/test-strcmp.c (check): Add explicit test for situations where
15083         there are multiple zero bytes after the first.
15085 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15087         [BZ #16890]
15088         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15089         when compiling wprintf.
15090         * stdio-common/tstdiomisc.c (t3): New function.
15091         (main): Call it.
15093 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15095         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15096         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15097         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15098         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15100 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15102         * stdlib/longlong.h: Updated from GCC.
15104 2014-05-01  Will Newton  <will.newton@linaro.org>
15105             Bernard Ogden  <bernie.ogden@linaro.org>
15107         * NEWS: Update fixed bug list.
15109         [BZ #15119]
15110         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15112 2014-04-30  David S. Miller  <davem@davemloft.net>
15114         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15115         (libc_feholdexcept_setround_sparc_ctx): New function.
15116         (libc_fesetenv_sparc_ctx): Likewise.
15117         (libc_feupdateenv_sparc_ctx): Likewise.
15118         (libc_feholdsetround_sparc_ctx): Likewise.
15119         (libc_feholdexcept_setround_ctx): Define.
15120         (libc_feholdexcept_setroundf_ctx): Likewise.
15121         (libc_feholdexcept_setroundl_ctx): Likewise.
15122         (libc_fesetenv_ctx): Likewise.
15123         (libc_fesetenvf_ctx): Likewise.
15124         (libc_fesetenvl_ctx): Likewise.
15125         (libc_feupdateenv_ctx): Likewise.
15126         (libc_feupdateenvf_ctx): Likewise.
15127         (libc_feupdateenvl_ctx): Likewise.
15128         (libc_feresetround_ctx): Likewise.
15129         (libc_feresetroundf_ctx): Likewise.
15130         (libc_feresetroundl_ctx): Likewise.
15131         (libc_feholdsetround_ctx): Likewise.
15132         (libc_feholdsetroundf_ctx): Likewise.
15133         (libc_feholdsetroundl_ctx): Likewise.
15135         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15136         with __USE_GNU instead of XOPEN cpp guards.
15138         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15139         0.
15141         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15142         with XOPEN cpp guards.
15144 2014-04-30  Julian Brown  <julian@codesourcery.com>
15146         [BZ #16888]
15147         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15148         handling.
15150 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15152         [BZ #9894]
15153         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15154         Change to 2.6.32.
15155         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15156         * sysdeps/unix/sysv/linux/configure: Regenerated.
15157         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15158         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15159         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15160         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15161         * README: Update reference to required Linux kernel version.
15162         * manual/install.texi (Linux): Update reference to required Linux
15163         kernel headers version.
15164         * INSTALL: Regenerated.
15166         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15167         header inclusion.
15168         [POSIX] (limits.h): Likewise.
15169         [POSIX] (math.h): Likewise.
15170         [POSIX] (sys/wait.h): Likewise.
15171         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15172         function.
15173         [POSIX] (stddef.h): Do not allow header inclusion.
15175 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15177         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15179 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15181         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15182         Return immediately after lll_futex_wake.
15184 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15186         [BZ #16791]
15187         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15188         structure.
15189         (datahead_init_pos): Call datahead_init_common early.
15190         (datahead_init_neg): Likewise.
15192         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15193         datahead_init_neg): New functions.
15194         * nscd/aicache.c (addhstaiX): Use them.
15195         * nscd/grpcache.c (cache_addgr): Likewise.
15196         * nscd/hstcache.c (cache_addhst): Likewise.
15197         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15198         * nscd/netgroupcache.c (do_notfound): Likewise.
15199         (addgetnetgrentX): Likewise.
15200         (addinnetgrX): Likewise.
15201         * nscd/pwdcache.c (cache_addpw): Likewise.
15202         * nscd/servicescache.c (cache_addserv): Likewise.
15204 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15205             Atsushi Onoe  <atsushi@onoe.org>
15207         [BZ #14308]
15208         [BZ #12994]
15209         [BZ #13651]
15210         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15211         one response is valid.
15212         * resolv/res_send.c (send_dg): Check for validity of other
15213         response if the current response is a referral.
15215 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15217         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15219 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15221         [BZ #16823]
15222         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15223         Always divide by positive zero when computing -Inf result.
15224         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15225         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15227 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15229         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15230         FPSCR if value do not change.
15231         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15232         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15233         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15234         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15235         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15236         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15237         function.
15239 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15241         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15242         * sysdeps/unix/sysv/linux/hppa: Move directory from
15243         ports/systeps/unix/sysv/linux/hppa.
15244         * README: Update listing for hppa-*-linux-gnu.
15246 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15248         [BZ #16754]
15249         * manual/stdio.texi (Hook functions): Fix types of stream hook
15250         functions.
15251         [BZ #16854]
15252         * socket/sys/socket.h: Fix typo in comment.
15254 2014-04-28  Wilco  <wdijkstr@arm.com>
15256         * sysdeps/arm/fenv_private.h: New file.
15257         * sysdeps/arm/math_private.h: New file.
15258         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15260 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15262         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15263         with __int128_t.
15264         (La_x86_64_retval): Likewise.
15266 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15268         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15269         fpsr if value didn't change.
15270         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15271         to fpcr if value didn't change.
15272         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15273         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15274         fpsr or fpcr if value didn't change.
15275         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15276         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15277         fpcr if value didn't change.
15278         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15279         to fpsr if value didn't change.
15281 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15283         * nptl/tst-sem3.c: Use test-skeleton.c
15284         (main): Rename to do_test.  Use return instead of
15285         exit.
15286         * nptl/tst-sem4.c: Use test-skeleton.c
15287         (main): Rename to do_test.
15289 2014-04-22  David S. Miller  <davem@davemloft.net>
15291         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15292         (struct sigaction): New struct member __glibc_reserved0, change
15293         type of sa_flags to int.
15295 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15297         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15298         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15300 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15302         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15303         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15305 2014-04-22  Will Newton  <will.newton@linaro.org>
15306             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15308         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15309         (__longjmp): Add longjmp and longjmp_target SystemTap
15310         probes.
15311         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15312         (__sigsetjmp): Add setjmp SystemTap probe.
15314 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15316         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15317         match manual order.
15319 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15321         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15323         * sysdeps/powerpc/fpu/fenv_private.h
15324         (libc_feholdexcept_setroundl_ctx): Define to
15325         libc_feholdexcept_setround_ppc_ctx.
15326         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15327         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15328         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15329         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15331 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15333         * sysdeps/aarch64/math-tests.h: New file.
15335 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15337         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15338         New.
15339         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15340         Check and set bit_AVX2_Usable.
15341         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15342         macro.
15343         (bit_AVX2): Likewise.
15344         (index_AVX2_Usable): Likewise.
15345         (CPUID_AVX2): Likewise.
15346         (HAS_AVX2): Likewise.
15348 2014-04-17  Will Newton  <will.newton@linaro.org>
15350         * manual/setjmp.texi (System V contexts): Add note that
15351         calling setcontext on a context created by a call to a
15352         signal handler is undefined.  Update text to note that
15353         setcontext from a signal handler is possible but not
15354         recommended.
15356         [BZ #16629]
15357         * stdlib/tst-setcontext.c: Include signal.h.
15358         (main): Check that the signal stack before and
15359         after swapcontext is the same.
15361         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15362         Re-implement to restore registers in user code and avoid
15363         rt_sigreturn system call.
15365 2014-04-17  Wilco  <wdijkstr@arm.com>
15367         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15368         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15369         * math/test-fenv.c: Skip exception trap tests on targets which only
15370         support non-stop mode.
15372 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15373             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15375         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15376         (libc_feholdsetround_aarch64_ctx)
15377         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15378         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15379         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15380         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15381         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15382         (libc_feresetround_noexl_ctx): Define.
15384 2014-04-16  Richard Henderson  <rth@redhat.com>
15386         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15388         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15389         unwind tables.
15391         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15392         const from the non-libc, non-ldso copy.
15394         * sysdeps/alpha/libm-test-ulps: Regenerate.
15396 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15397             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15399         * sysdeps/aarch64/fpu/math_private.h: New file.
15401 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15403         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15405 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15407         [BZ #16275]
15408         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15409         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15410         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15411         Intel MPX bound registers before _dl_profile_fixup.
15412         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15413         registers after _dl_profile_fixup.  Save and restore bound
15414         registers bnd0/bnd1 when calling _dl_call_pltexit.
15415         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15416         (LR_BND_OFFSET): Likewise.
15417         (LRV_BND0_OFFSET): Likewise.
15418         (LRV_BND1_OFFSET): Likewise.
15420 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15422         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15423         to...
15424         * sysdeps/mach/hurd/i386/tls.h: ... here.
15425         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15426         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15427         fields.
15429 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15431         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15433 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15435         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15437 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15439         [BZ #14770]
15440         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15441         * sysdeps/s390/configure: Regenerate.
15443         [BZ #16824]
15444         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15445         Set round-to-nearest internally to reduce error accumulation.
15447 2014-04-16  Alan Modra  <amodra@gmail.com>
15449         [BZ #16740]
15450         [BZ #16619]
15451         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15452         * math/libm-test.inc (frexp_test_data): Add tests.
15453         * NEWS: Update fixed bug list.
15455 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15457         * benchtests/Makefile: Depend on libraries in build directory.
15458         (bench-math): Separate out math tests.
15459         (bench-pthread): Separate out pthread tests.
15460         (bench): Include math and pthread tests.
15462 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15464         [BZ #16831]
15465         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15466         _dl_debug_initialize.
15468         * configure.ac: Remove SELinux header check.
15469         * configure: Regenerate.
15470         * nscd/selinux.c (perms): Array of const char* to permission names.
15471         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15472         default policy. Call string_to_security_class and string_to_av_perm to
15473         translate strings. Enforce default policy and call avs_has_perm with
15474         results of translated strings.
15476 2014-04-13  David S. Miller  <davem@davemloft.net>
15478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15480 2014-04-12  Allan McRae  <allan@archlinux.org>
15482         [BZ #16838]
15483         * manual/string.texi (Collation Functions): Fix qsort argument
15484         order in example.
15485         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15487 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15489         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15490         Make the test a no-op if there are no exceptions defined.
15492 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15494         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15495         enable-hardcoded-path-in-tests
15497 2014-04-11  Will Newton  <will.newton@linaro.org>
15499         * benchtests/Makefile (extra-objs): Add json-lib.o.
15500         (bench-func): Tidy up JSON output.
15501         * benchtests/bench-skeleton.c: Include json-lib.h.
15502         (main): Use JSON library functions to do output of
15503         benchmark results.
15504         * benchtests/bench-timing-type.c (main): Output the
15505         timing type simply, leaving formatting to the user.
15506         * benchtests/json-lib.c: New file.
15507         * benchtests/json-lib.h: Likewise.
15509 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15511         [BZ #15215]
15512         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15513         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15514         memory barriers.  Add comments.
15515         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15516         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15517         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15518         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15519         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15520         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15522 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15524         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15525         * sysdeps/s390/s390-64/configure.ac: ... this ...
15526         * sysdeps/s390/configure.ac: ... to here.
15527         * sysdeps/s390/s390-32/configure: Delete file.
15528         * sysdeps/s390/s390-64/configure: Delete file.
15529         * sysdeps/s390/configure: Regenerate.
15531 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15533         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15535 2014-04-11  Will Newton  <will.newton@linaro.org>
15537         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15538         to zero if it is not defined elsewhere.  (mtrim): Test
15539         the value of MALLOC_DEBUG with #if rather than #ifdef.
15541 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15543         * benchtests/pthread_once-inputs: New file.
15544         * benchtests/pthread_once-source.c: New file.
15545         * benchtests/README: Update documentation.
15547 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15548             H.J. Lu  <hongjiu.lu@intel.com>
15550         [BZ #16275]
15551         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15552         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15553         * sysdeps/x86_64/configure: Regenerated.
15554         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15555         macro.
15556         (REGISTER_SAVE_RAX): Likewise.
15557         (REGISTER_SAVE_RCX): Likewise.
15558         (REGISTER_SAVE_RDX): Likewise.
15559         (REGISTER_SAVE_RSI): Likewise.
15560         (REGISTER_SAVE_RDI): Likewise.
15561         (REGISTER_SAVE_R8): Likewise.
15562         (REGISTER_SAVE_R9): Likewise.
15563         (REGISTER_SAVE_BND0): Likewise.
15564         (REGISTER_SAVE_BND1): Likewise.
15565         (REGISTER_SAVE_BND2): Likewise.
15566         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15567         bound registers when calling _dl_fixup.
15569 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15571         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15572         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15573         of its definition.
15574         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15575         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15576         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15577         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15578         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15579         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15580         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15582 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15584         [BZ #15514]
15585         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15586         pathconf(_PC_NAME_MAX).
15588 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15590         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15591         Remove macro usage.
15592         (__PTHREAD_SPINS): Move definition to ...
15593         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15594         (__PTHREAD_SPINS): ... here.
15595         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15596         (__PTHREAD_SPIN): Likewise.
15597         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15598         (__PTHREAD_SPIN): Likewise.
15599         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15600         (__PTHREAD_SPIN): Likewise.
15601         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15602         (__PTHREAD_SPIN): Likewise.
15603         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15604         (__PTHREAD_SPIN): Likewise.
15605         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15606         (__PTHREAD_SPIN): Likewise.
15607         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15608         (__PTHREAD_SPIN): Likewise.
15609         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15610         (__PTHREAD_SPIN): Likewise.
15611         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15612         (__PTHREAD_SPIN): Likewise.
15613         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15614         (__PTHREAD_SPIN): Likewise.
15615         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15616         (__PTHREAD_SPIN): Likewise.
15617         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15618         (__PTHREAD_SPIN): Likewise.
15620         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15621         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15622         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15623         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15624         imply folder.
15625         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15626         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15627         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15628         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15629         correct imply path.
15630         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15631         strlen symbol for non multi-arch builds.
15632         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15633         missing hidden_def and weak_alias.
15635 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15637         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15639 2014-04-07  Will Newton  <will.newton@linaro.org>
15641         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15642         and contents.  [!_LIBC] Remove #ifndef and contents.
15643         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15644         * string/memccpy.c (__memccpy): Use ANSI prototype.
15645         * string/memfrob.c (memfrob): Likewise.
15646         * string/strcoll.c (STRCOLL): Likewise.
15647         * string/strlen.c (strlen): Likewise.
15648         * string/strtok.c (STRTOK): Likewise.
15649         * string/strcat.c: Remove unused #include of memcopy.h.
15650         (strcat): Use ANSI prototype.
15651         * string/strchr.c: Remove unused #include of memcopy.h.
15652         (strchr): Use ANSI prototype.
15653         * string/strcmp.c: Remove unused #include of memcopy.h.
15654         (strcmp): Use ANSI prototype.
15655         * string/strcpy.c: Remove unused #include of memcopy.h.
15656         (strcpy): Use ANSI prototype.
15658 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15660         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15661         * config.make.in (config-extra-cppflags): Set it from
15662         libc_extra_cppflags.
15663         * configure.ac (libc_extra_cflags): Make it accumulate over
15664         configure fragments.
15665         (libc_extra_cppflags): New flag.
15666         * configure. Regenerate.
15667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15668         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15669         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15672         [BZ #16815]
15673         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15674         result for FE_DOWNWARD rounding mode.
15675         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15676         Likewise.
15677         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15679 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15681         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15682         in function argument name.
15684 2014-04-03  David Svoboda  <svoboda@cert.org>
15686         [BZ #5666]
15687         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15688         explicitly.
15690 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15692         * elf/dl-unmap-segments.h: New file.
15693         * sysdeps/generic/ldsodefs.h
15694         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15695         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15696         * elf/dl-fptr.c: Likewise.
15697         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15698         * sysdeps/aarch64/tlsdesc.c: Likewise.
15699         * sysdeps/arm/tlsdesc.c: Likewise.
15700         * sysdeps/i386/tlsdesc.c: Likewise.
15701         * sysdeps/tile/dl-runtime.c: Likewise.
15702         * sysdeps/x86_64/tlsdesc.c: Likewise.
15703         * elf/dl-load.h: New file.
15704         * elf/dl-load.c: Include it.
15705         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15706         Macros moved to dl-load.h.
15707         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15708         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15709         Use _dl_unmap_segments in place of __munmap.
15710         Break out segment-mapping loop into ...
15711         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15713 2014-04-03  Will Newton  <will.newton@linaro.org>
15715         * elf/dl-lookup.c (do_lookup_x): Remove comment
15716         referring to nested function and move variable
15717         declarations down to before first use.
15719 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15721         [BZ #16799]
15722         [BZ #16800]
15723         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15724         with 0 numerator.
15725         * math/s_catanf.c (__catanf): Likewise.
15726         * math/s_catanh.c (__catanh): Likewise.
15727         * math/s_catanhf.c (__catanhf): Likewise.
15728         * math/s_catanhl.c (__catanhl): Likewise.
15729         * math/s_catanl.c (__catanl): Likewise.
15730         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15731         by positive zero when computing -Inf result.
15732         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15733         (catanh_test): Likewise.
15734         * sysdeps/i386/fpu/libm-test-ulps: Update.
15735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15737         [BZ #16789]
15738         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15739         instead of using underflowing value in computing result.
15740         * math/s_clog10.c (__clog10): Likewise.
15741         * math/s_clog10f.c (__clog10f): Likewise.
15742         * math/s_clog10l.c (__clog10l): Likewise.
15743         * math/s_clogf.c (__clogf): Likewise.
15744         * math/s_clogl.c (__clogl): Likewise.
15745         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15746         (clog10_test): Likewise.
15747         * sysdeps/i386/fpu/libm-test-ulps: Update.
15748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15750 2014-04-02  Alan Modra  <amodra@gmail.com>
15752         [BZ #16739]
15753         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15754         output when value is near a power of two.  Use int64_t for lx and
15755         remove casts.  Use decimal rather than hex exponent constants.
15756         Don't use long double multiplication when double will suffice.
15757         * math/libm-test.inc (nextafter_test_data): Add tests.
15758         * NEWS: Add 16739 and 16786 to bug list.
15760         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15762         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15764 2014-04-01  Will Newton  <will.newton@linaro.org>
15766         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15767         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15769 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15771         [BZ #13347]
15772         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15773         * nptl/tst-setuid2.c: New file.
15774         * nptl/Makefile (xtests): Add tst-setuid2.
15776 2014-04-01  Alan Modra  <amodra@gmail.com>
15778         [BZ #16786]
15779         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15781 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15783         [BZ #6803]
15784         [BZ #6804]
15785         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15786         set errno as appropriate.
15787         * math/w_scalbf.c (__scalbf): Likewise.
15788         * math/w_scalbl.c (__scalbl): Likewise.
15789         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15790         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15791         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15792         Add more NaN tests.
15794         [BZ #16349]
15795         * math/w_atan2.c: Include <errno.h>.
15796         (__atan2): Set errno for result underflowing to zero.
15797         * math/w_atan2f.c: Include <errno.h>.
15798         (__atan2f): Set errno for result underflowing to zero.
15799         * math/w_atan2l.c: Include <errno.h>.
15800         (__atan2l): Set errno for result underflowing to zero.
15801         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15802         tests.
15803         * math/auto-libm-test-out: Regenerated.
15805 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15807         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15808         Encode instruction correctly in little endian.
15809         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15810         Likewise.
15811         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15812         Likewise.
15813         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15814         Likewise.
15815         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15816         Likewise.
15818 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15820         [BZ #9894]
15821         * sysdeps/unix/sysv/linux/kernel-features.h
15822         [__sparc__ && !__arch64__ && !__sparc_v9__]
15823         (__ASSUME_SET_ROBUST_LIST): Do not define.
15824         [__sparc__ && !__arch64__ && !__sparc_v9__]
15825         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15826         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15827         Likewise.
15828         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15829         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15830         (__ASSUME_REQUEUE_PI): Likewise.
15831         (__ASSUME_SET_ROBUST_LIST): Likewise.
15832         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15833         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15834         Undefine.
15835         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15836         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15837         Likewise.
15838         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15839         Likewise.
15840         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15841         Likewise.
15842         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15843         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15844         Undefine.
15845         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15846         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15847         Likewise.
15849         [BZ #16648]
15850         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15851         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15852         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15854 2014-03-31  Will Newton  <will.newton@linaro.org>
15856         * benchtests/Makefile (bench): Add ffs and ffsll to list
15857         of tests.
15858         * benchtests/ffs-inputs: New file.
15859         * benchtests/ffsll-inputs: Likewise.
15861 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15863         [BZ #16770]
15864         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15865         too large before casting to int.
15866         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15867         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15868         * math/libm-test.inc (scalb_test_data): Add more tests.
15870 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15872         * benchtests/Makefile (DETAILED_OPT): New make option.
15873         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15874         set.
15875         * benchtests/bench-skeleton.c: Include stdbool.h.
15876         (main): Store and print timings per input.
15877         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15878         member to each argument value.
15879         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15880         (_print_arg_data): Initialize per-input timing to 0.
15882         * benchtests/Makefile (timing-type): New binary.
15883         (bench-clean): Also remove bench-timing-type.
15884         (bench): New target for timing-type.
15885         (bench-func): Print output in JSON format.
15886         * benchtests/bench-skeleton.c (main): Print output in JSON
15887         format.
15888         * benchtests/bench-timing-type.c: New file.
15889         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15890         (TIMING_PRINT_STATS): Remove.
15891         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15892         name separately.
15894         * benchtests/bench-modf.c: Remove.
15895         * benchtests/modf-inputs: New inputs file.
15897 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15899         [BZ #16362]
15900         * math/s_clog10.c (M_PI_LOG10E): New macro.
15901         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15902         imaginary parts are 0.
15903         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15904         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15905         imaginary parts are 0.
15906         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15907         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15908         imaginary parts are 0.
15909         * math/libm-test.inc (clog10_test_data): Update expected results
15910         for when real and imaginary parts are 0.
15912 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15914         * elf/dl-load.c: Finish conversion of __builtin_expect into
15915         __glibc_{un}likely.
15917 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15919         [BZ #16348]
15920         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15921         1+x for argument with exponent below -67.
15922         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15923         Likewise.
15924         * math/auto-libm-test-in: Add more tests of exp.
15925         * math/auto-libm-test-out: Regenerated.
15927 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15929         [BZ #16759]
15930         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15931         (nscd_getnetgrent): Use it.
15933         [BZ #16760]
15934         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15935         of stpcpy.
15937 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15939         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15940         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15941         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15942         (lll_robust_unlock): Remove out of line section. Use cfi
15943         intrinsics.
15944         (LLL_STUB_UNWIND_INFO*): Remove.
15945         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15946         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15947         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15948         (lll_robust_unlock): Remove out of line section. Use cfi
15949         intrinsics.
15950         (LLL_STUB_UNWIND_INFO*): Remove.
15952 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15954         [BZ #16758]
15955         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15956         blank values.
15958 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15960         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15962 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15964         [BZ #16198]
15965         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15966         fnstenv.
15967         * math/test-fenv-preserve.c: New file.
15968         * math/Makefile (tests): Add test-fenv-preserve.
15970 2014-03-26  Will Newton <will.newton@linaro.org>
15972         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15974 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15976         * scripts/versionlist.awk: Partition the version sets and emit all
15977         GLIBC_* (sorted) before all others (sorted).
15979 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15981         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15982         GLIBC_2.2.5 version.
15984 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15986         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15987         calls.
15989         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15990         previous change.
15992         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15994 2014-03-25  Andreas Schwab  <schwab@suse.de>
15996         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15997         label to be used after in6ailist is initialized.
15999 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16001         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16002         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16004 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16006         [BZ #16357]
16007         [BZ #16599]
16008         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16009         min_plus_half.
16010         (fp_formats): Update initializers.
16011         (init_fp_formats): Initialize new field.
16012         (output_for_one_input_case): Allow underflow for results up to
16013         min_plus_half.
16014         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16015         * math/auto-libm-test-in: Don't mark some underflows from asin and
16016         atanh as spurious.
16017         * math/auto-libm-test-out: Regenerated.
16018         * sysdeps/i386/fpu/libm-test-ulps: Update.
16019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16021 2014-03-25  Andreas Schwab  <schwab@suse.de>
16023         * libio/Makefile (tst-ftell-partial-wide-ENV)
16024         (tst-ftell-active-handler-ENV): Define.
16026 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16028         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16030 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16032         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16034 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16036         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16037         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16038         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16040 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16042         [BZ #16634]
16043         * elf/dl-load.c (open_verify): Add mode parameter.
16044         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16045         (open_path): Change from boolean 'secure' to complete flag 'mode'
16046         (_dl_map_object): Adjust.
16047         * elf/Makefile (tests): Add tst-dlopen-aout.
16048         * elf/tst-dlopen-aout.c: New test.
16050 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16052         [BZ #16714]
16053         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16054         (struct stat): Rename member pad0 to __glibc_reserved0.
16056         [BZ #16712]
16057         * sysdeps/s390/s390-32/bits/wordsize.h
16058         (__WORDSIZE32_SIZE_ULONG): New define.
16059         * sysdeps/s390/s390-64/bits/wordsize.h
16060         (__WORDSIZE32_SIZE_ULONG): Likewise.
16061         * sysdeps/generic/stdint.h (SIZE_MAX):
16062         Define as UL if __WORDSIZE32_SIZE_ULONG.
16064         [BZ #16713]
16065         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16066         (__glibc_reserved0): New variable.
16067         (sa_flags): Change type to int.
16069         * posix/Makefile (before-compile): Use += before-compile instead
16070         of a :=.
16072         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16073         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16075 2014-03-20  Andreas Schwab  <schwab@suse.de>
16077         [BZ #16743]
16078         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16079         non-matching result from nscd.
16081 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16083         * scripts/bench.py: Moved to ...
16084         * benchtests/scripts/bench.py: ... here.
16085         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16087 2014-03-24  Andreas Schwab  <schwab@suse.de>
16089         [BZ #16002]
16090         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16091         alloca_account and account alloca use for struct in6ailist.
16093 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16095         [BZ #16284]
16096         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16097         rounding mode to recompute results that overflow to infinity or
16098         underflow to zero.
16099         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16100         bug 16284.
16101         * math/auto-libm-test-out: Regenerated.
16102         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16103         (ccosh_test): Likewise.
16104         (csin_test_data): Use plus_oflow.
16105         (csin_test): Use ALL_RM_TEST.
16106         (csinh_test_data): Use plus_oflow.
16107         (csinh_test): Use ALL_RM_TEST.
16108         * sysdeps/i386/fpu/libm-test-ulps: Update.
16109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16111 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16113         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16114         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16115         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16117         [BZ #16731]
16118         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16119         when x - 1 is zero.
16120         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16121         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16122         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16123         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16124         argument is 1.
16125         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16126         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16127         zero.
16128         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16129         * sysdeps/i386/fpu/libm-test-ulps: Update.
16130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16132 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16134         * scripts/bench.pl: Remove file.
16135         * scripts/bench.py: New benchmark script.
16136         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16137         * benchtests/README: Mention python dependency.
16138         * scripts/pylintrc: New file.
16139         * scripts/pylint: New file.
16141         * bits/mathdef.h: Use #ifdef instead of #if.
16142         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16143         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16144         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16145         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16146         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16147         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16149 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16150             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16152         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16153         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16154         and strpbrk-ppc64 objects.
16155         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16156         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16157         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16158         multiarch strpbrk for POWER7.
16159         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16160         multiarch strpbrk for PPC64.
16161         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16162         ifunc selector.
16163         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16164         strpbrk for POWER7.
16166 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16168         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16169         (atan_test): Likewise.
16170         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16171         (atanh_test): Use ALL_RM_TEST.
16172         (atan2_test_data): Likewise.
16173         (cabs_test): Likewise.
16174         (cacosh_test): Likewise.
16175         (carg_test): Likewise.
16176         (casin_test): Likewise.
16177         (casinh_test): Likewise.
16178         (cbrt_test): Likewise.
16179         (csqrt_test): Likewise.
16180         (erf_test): Likewise.
16181         (erfc_test): Likewise.
16182         (pow10_test): Likewise.
16183         (exp2_test): Likewise.
16184         (hypot_test): Likewise.
16185         (j0_test): Likewise.
16186         (j1_test): Likewise.
16187         (lgamma_test): Likewise.
16188         (gamma_test): Likewise.
16189         (sincos_test): Likewise.
16190         (tanh_test): Likewise.
16191         (y0_test): Likewise.
16192         (y1_test): Likewise.
16193         * sysdeps/i386/fpu/libm-test-ulps: Update.
16194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16196 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16198         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16199         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16200         and strcspn-ppc64 objects.
16201         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16202         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16203         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16204         multiarch strcspn for POWER7.
16205         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16206         multiarch strcspn for PPC64.
16207         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16208         ifunc selector.
16209         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16210         strcspn for POWER7.
16212 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16214         * math/gen-libm-test.pl (generate_testfile): Expect only function
16215         name as argument to AUTO_TESTS_* and pass results for all rounding
16216         modes to parse_args.
16217         (parse_auto_input): Separate inputs of automatic tests from
16218         outputs before storing in %auto_tests.
16219         * math/libm-test.inc (acos_test_data): Update call to
16220         AUTO_TESTS_f_f.
16221         (acos_test): Use ALL_RM_TEST.
16222         (acos_tonearest_test_data): Remove.
16223         (acos_test_tonearest): Likewise.
16224         (acos_towardzero_test_data): Likewise.
16225         (acos_test_towardzero): Likewise.
16226         (acos_downward_test_data): Likewise.
16227         (acos_test_downward): Likewise.
16228         (acos_upward_test_data): Likewise.
16229         (acos_test_upward): Likewise.
16230         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16231         (asin_test_data): Likewise.
16232         (asin_test): Use ALL_RM_TEST.
16233         (asin_tonearest_test_data): Remove.
16234         (asin_test_tonearest): Likewise.
16235         (asin_towardzero_test_data): Likewise.
16236         (asin_test_towardzero): Likewise.
16237         (asin_downward_test_data): Likewise.
16238         (asin_test_downward): Likewise.
16239         (asin_upward_test_data): Likewise.
16240         (asin_test_upward): Likewise.
16241         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16242         (atan_test_data): Likewise.
16243         (atanh_test_data): Likewise.
16244         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16245         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16246         (carg_test_data): Likewise.
16247         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16248         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16249         (ccosh_test_data): Likewise.
16250         (cexp_test_data): Likewise.
16251         (clog_test_data): Likewise.
16252         (clog10_test_data): Likewise.
16253         (cos_test_data): Update call to AUTO_TESTS_f_f.
16254         (cos_test): Use ALL_RM_TEST.
16255         (cos_tonearest_test_data): Remove.
16256         (cos_test_tonearest): Likewise.
16257         (cos_towardzero_test_data): Likewise.
16258         (cos_test_towardzero): Likewise.
16259         (cos_downward_test_data): Likewise.
16260         (cos_test_downward): Likewise.
16261         (cos_upward_test_data): Likewise.
16262         (cos_test_upward): Likewise.
16263         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16264         (cosh_test): Use ALL_RM_TEST.
16265         (cosh_tonearest_test_data): Remove.
16266         (cosh_test_tonearest): Likewise.
16267         (cosh_towardzero_test_data): Likewise.
16268         (cosh_test_towardzero): Likewise.
16269         (cosh_downward_test_data): Likewise.
16270         (cosh_test_downward): Likewise.
16271         (cosh_upward_test_data): Likewise.
16272         (cosh_test_upward): Likewise.
16273         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16274         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16275         (ctan_test_data): Likewise.
16276         (ctan_test): Use ALL_RM_TEST.
16277         (ctan_tonearest_test_data): Remove.
16278         (ctan_test_tonearest): Likewise.
16279         (ctan_towardzero_test_data): Likewise.
16280         (ctan_test_towardzero): Likewise.
16281         (ctan_downward_test_data): Likewise.
16282         (ctan_test_downward): Likewise.
16283         (ctan_upward_test_data): Likewise.
16284         (ctan_test_upward): Likewise.
16285         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16286         (ctanh_test): Use ALL_RM_TEST.
16287         (ctanh_tonearest_test_data): Remove.
16288         (ctanh_test_tonearest): Likewise.
16289         (ctanh_towardzero_test_data): Likewise.
16290         (ctanh_test_towardzero): Likewise.
16291         (ctanh_downward_test_data): Likewise.
16292         (ctanh_test_downward): Likewise.
16293         (ctanh_upward_test_data): Likewise.
16294         (ctanh_test_upward): Likewise.
16295         (erf_test_data): Update call to AUTO_TESTS_f_f.
16296         (erfc_test_data): Likewise.
16297         (exp_test_data): Likewise.
16298         (exp_test): Use ALL_RM_TEST.
16299         (exp_tonearest_test_data): Remove.
16300         (exp_test_tonearest): Likewise.
16301         (exp_towardzero_test_data): Likewise.
16302         (exp_test_towardzero): Likewise.
16303         (exp_downward_test_data): Likewise.
16304         (exp_test_downward): Likewise.
16305         (exp_upward_test_data): Likewise.
16306         (exp_test_upward): Likewise.
16307         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16308         (exp10_test): Use ALL_RM_TEST.
16309         (exp10_tonearest_test_data): Remove.
16310         (exp10_test_tonearest): Likewise.
16311         (exp10_towardzero_test_data): Likewise.
16312         (exp10_test_towardzero): Likewise.
16313         (exp10_downward_test_data): Likewise.
16314         (exp10_test_downward): Likewise.
16315         (exp10_upward_test_data): Likewise.
16316         (exp10_test_upward): Likewise.
16317         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16318         (expm1_test_data): Likewise.
16319         (expm1_test): Use ALL_RM_TEST.
16320         (expm1_tonearest_test_data): Remove.
16321         (expm1_test_tonearest): Likewise.
16322         (expm1_towardzero_test_data): Likewise.
16323         (expm1_test_towardzero): Likewise.
16324         (expm1_downward_test_data): Likewise.
16325         (expm1_test_downward): Likewise.
16326         (expm1_upward_test_data): Likewise.
16327         (expm1_test_upward): Likewise.
16328         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16329         (fma_test): Use ALL_RM_TEST.
16330         (fma_towardzero_test_data): Remove.
16331         (fma_test_towardzero): Likewise.
16332         (fma_downward_test_data): Likewise.
16333         (fma_test_downward): Likewise.
16334         (fma_upward_test_data): Likewise.
16335         (fma_test_upward): Likewise.
16336         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16337         (j0_test_data): Update call to AUTO_TESTS_f_f.
16338         (j1_test_data): Likewise.
16339         (jn_test_data): Update call to AUTO_TESTS_if_f.
16340         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16341         (log_test_data): Update call to AUTO_TESTS_f_f.
16342         (log10_test_data): Likewise.
16343         (log1p_test_data): Likewise.
16344         (log2_test_data): Likewise.
16345         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16346         (pow_tonearest_test_data): Likewise.
16347         (sin_test_data): Update call to AUTO_TESTS_f_f.
16348         (sin_test): Use ALL_RM_TEST.
16349         (sin_tonearest_test_data): Remove.
16350         (sin_test_tonearest): Likewise.
16351         (sin_towardzero_test_data): Likewise.
16352         (sin_test_towardzero): Likewise.
16353         (sin_downward_test_data): Likewise.
16354         (sin_test_downward): Likewise.
16355         (sin_upward_test_data): Likewise.
16356         (sin_test_upward): Likewise.
16357         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16358         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16359         (sinh_test): Use ALL_RM_TEST.
16360         (sinh_tonearest_test_data): Remove.
16361         (sinh_test_tonearest): Likewise.
16362         (sinh_towardzero_test_data): Likewise.
16363         (sinh_test_towardzero): Likewise.
16364         (sinh_downward_test_data): Likewise.
16365         (sinh_test_downward): Likewise.
16366         (sinh_upward_test_data): Likewise.
16367         (sinh_test_upward): Likewise.
16368         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16369         (sqrt_test): Use ALL_RM_TEST.
16370         (sqrt_tonearest_test_data): Remove.
16371         (sqrt_test_tonearest): Likewise.
16372         (sqrt_towardzero_test_data): Likewise.
16373         (sqrt_test_towardzero): Likewise.
16374         (sqrt_downward_test_data): Likewise.
16375         (sqrt_test_downward): Likewise.
16376         (sqrt_upward_test_data): Likewise.
16377         (sqrt_test_upward): Likewise.
16378         (tan_test_data): Update call to AUTO_TESTS_f_f.
16379         (tan_test): Use ALL_RM_TEST.
16380         (tan_tonearest_test_data): Remove.
16381         (tan_test_tonearest): Likewise.
16382         (tan_towardzero_test_data): Likewise.
16383         (tan_test_towardzero): Likewise.
16384         (tan_downward_test_data): Likewise.
16385         (tan_test_downward): Likewise.
16386         (tan_upward_test_data): Likewise.
16387         (tan_test_upward): Likewise.
16388         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16389         (tgamma_test_data): Likewise.
16390         (y0_test_data): Likewise.
16391         (y1_test_data): Likewise.
16392         (yn_test_data): Update call to AUTO_TESTS_if_f.
16393         (main): Do not call removed functions.
16395 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16397         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16398         (ldexp_test_data): Remove.
16399         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16400         scalbn_test_data.
16401         (scalb_test): Use ALL_RM_TEST.
16403 2014-03-19  Andreas Schwab  <schwab@suse.de>
16405         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16407 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16409         [BZ #16649]
16410         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16411         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16412         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16413         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16414         (__ASSUME_PREADV): Undefine.
16415         (__ASSUME_PWRITEV): Likewise.
16417 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16419         * bits/mman-linux.h: Add comment about non-Linux use.
16420         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16421         bits/mman-linux.h resting place.
16423         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16424         * bits/mman-linux.h: ... here.
16426 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16428         * conform/conformtest.pl: Add standard definition when calling C
16429         preprocessor on data files.
16430         (checknamespace): Remove unused variable.
16432 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16434         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16435         minus_oflow, plus_uflow and minus_uflow in expected results.
16436         * math/libm-test.inc (scalbn_test_data): Add more tests of
16437         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16438         minus_uflow.
16439         (scalbn_test): Use ALL_RM_TEST.
16440         (scalbln_test_data): Add more tests of negative arguments.  Use
16441         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16442         (scalbln_test): Use ALL_RM_TEST.
16444 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16446         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16448 2014-03-18  Will Newton  <will.newton@linaro.org>
16450         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16451         inaccurate comment.
16453 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16455         * Makerules [!subdir] (check-abi): Exit with error status if a
16456         test failed.
16458 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16460         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16461         for rint.  Include results for all rounding modes.
16462         (nearbyint_test): Use ALL_RM_TEST.
16463         (rint_test_data): Include all tests used for nearbyint.
16465 2014-03-17  Will Newton  <will.newton@linaro.org>
16467         * nptl/sysdeps/pthread/pthread.h: Revert previous
16468         change.
16470         * sysdeps/generic/ldsodefs.h: Revert previous
16471         change.
16473         * libio/genops.c: Revert previous change.
16474         * libio/libioP.h: Likewise.
16475         * stdio-common/vfprintf.c: Likewise.
16477         * sysdeps/generic/math_private.h: Revert previous
16478         change.
16480         * sysdeps/generic/math_private.h: Check whether
16481         HAVE_RM_CTX is defined with #ifdef rather
16482         than #if.
16484         * argp/argp-fmtstream.h: Check whether
16485         __STRICT_ANSI__ is defined with #ifdef rather
16486         than #if.
16487         * argp/argp.h: Likewise.
16489         * libio/genops.c: Check whether
16490         _IO_JUMPS_OFFSET is defined with #ifdef rather
16491         than #if.
16492         * libio/libioP.h: Likewise.
16493         * stdio-common/vfprintf.c: Likewise.
16495         * sysdeps/generic/ldsodefs.h: Check whether
16496         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16497         than #if.
16499         * nptl/sysdeps/pthread/pthread.h: Check
16500         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16501         its value.
16503 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16505         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16506         setting O_APPEND.
16507         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16508         test case.
16510         [BZ #16680]
16511         * libio/fileops.c (_IO_file_open): Seek to end of file but
16512         don't cache the offset.
16513         (get_file_offset): Remove function.
16514         (do_ftell): Use cached offset when available.
16515         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16516         don't cache the offset.
16517         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16518         case.
16519         (do_one_test): Call it.
16520         (do_ftell_test): Fix up expected old offset for a+ mode.
16521         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16522         available.
16524         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16525         up test status with function return status.
16526         (do_write_test): Likewise.
16527         (do_append_test): Likewise.
16529         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16530         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16531         Remove.
16533 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16535         * math/gen-libm-test.pl (parse_args): Handle results specified for
16536         each rounding mode separately.
16537         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16538         tests and results from lrint_tonearest_test_data,
16539         lrint_towardzero_test_data, lrint_downward_test_data and
16540         lrint_upward_test_data.
16541         (lrint_test): Use ALL_RM_TEST.
16542         (lrint_tonearest_test_data): Remove.
16543         (lrint_test_tonearest): Likewise.
16544         (lrint_towardzero_test_data): Likewise.
16545         (lrint_test_towardzero): Likewise.
16546         (lrint_downward_test_data): Likewise.
16547         (lrint_test_downward): Likewise.
16548         (lrint_upward_test_data): Likewise.
16549         (lrint_test_upward): Likewise.
16550         (llrint_test_data): Merge in per-rounding-mode tests and results
16551         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16552         llrint_downward_test_data and llrint_upward_test_data.
16553         (llrint_test): Use ALL_RM_TEST.
16554         (llrint_tonearest_test_data): Remove.
16555         (llrint_test_tonearest): Likewise.
16556         (llrint_towardzero_test_data): Likewise.
16557         (llrint_test_towardzero): Likewise.
16558         (llrint_downward_test_data): Likewise.
16559         (llrint_test_downward): Likewise.
16560         (llrint_upward_test_data): Likewise.
16561         (llrint_test_upward): Likewise.
16562         (rint_test_data): Merge in per-rounding-mode tests and results
16563         from rint_tonearest_test_data, rint_towardzero_test_data,
16564         rint_downward_test_data and rint_upward_test_data.  Add
16565         per-rounding-mode results for tests not in those arrays.
16566         (rint_test): Use ALL_RM_TEST.
16567         (rint_tonearest_test_data): Remove.
16568         (rint_test_tonearest): Likewise.
16569         (rint_towardzero_test_data): Likewise.
16570         (rint_test_towardzero): Likewise.
16571         (rint_downward_test_data): Likewise.
16572         (rint_test_downward): Likewise.
16573         (rint_upward_test_data): Likewise.
16574         (rint_test_upward): Likewise.
16575         (main): Don't call removed functions.
16577 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16579         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16580         "Compiled on ..." crapola.  It is anti-useful.
16582 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16584         * scripts/evaluate-test.sh: Handle fourth argument to determine
16585         whether test run should stop on failure.
16586         * Makeconfig (stop-on-test-failure): New variable.
16587         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16588         $(stop-on-test-failure).
16589         * Makefile (tests): Give a summary of results from testing and
16590         exit with failure status if they include an ERROR or FAIL.
16591         (xtests): Likewise.
16592         * manual/install.texi (Configuring and compiling): Mention
16593         stop-on-test-failure=y.
16594         * INSTALL: Regenerated.
16596 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16598         * scripts/versionlist.awk: New file.
16599         * Makerules [$(build-shared) = yes]
16600         (postclean-generated): Add Versions.def, not Versions.def.v and
16601         Versions.def.v.i.
16602         ($(common-objpfx)Versions.def.v.i): Target removed.
16603         ($(common-objpfx)Versions.def): New target.
16604         ($(common-objpfx)Versions.all): Depend on that rather that
16605         $(common-objpfx)Versions.def.v.
16606         * Versions.def: File removed.
16608         * Makeconfig (+gccwarn): Add -Wundef.
16609         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16610         a dl-sysdep.h breaking its contract.
16611         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16612         * include/stackinfo.h: New file.
16613         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16614         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16615         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16616         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16617         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16618         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16619         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16620         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16621         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16622         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16623         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16624         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16625         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16626         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16627         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16629 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16631         [BZ #16707]
16632         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16633         implementation.
16634         * math/libm-test.inc (round_test_data): Add more tests.
16636         [BZ #16706]
16637         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16638         implementation.
16639         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16641         [BZ #16701]
16642         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16643         implementation.
16644         * math/libm-test.inc (ceil_test_data): Add more tests.
16646         * math/libm-test.inc (trunc_test_data): Add more tests related to
16647         BZ#16414.
16649 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16651         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16652         with #if rather than #ifdef.
16653         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16655 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16657         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16658         first.  Disable AVX-512 GCC support if assembler doesn't support
16659         it.
16660         * sysdeps/x86_64/configure: Regenerated.
16662 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16664         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16665         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16666         (__old_pthread_attr_setstack): Likewise.
16667         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16668         [!_STACK_GROWS_DOWN]: Likewise.
16670 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16672         * config.make.in (have-bash2): Delete.
16673         * configure.ac (libc_cv_have_bash2): Delete.
16674         * configure: Regenerate.
16675         * elf/Makefile (common-ldd-rewrite): Rename to ...
16676         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16677         (sh-ldd-rewrite): Delete.
16678         (bash-ldd-rewrite): Delete.
16679         (have-bash2): Delete checks.
16680         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16681         ldd-rewrite.
16683         * config.make.in (have-ksh): Delete.
16684         (KSH): Delete.
16685         * configure.ac (libc_cv_have_ksh): Delete.
16686         * configure: Regenerate.
16688         * elf/Makefile: Delete $(have-ksh) check.
16689         ($(objpfx)sotruss): Change KSH to BASH.
16690         * elf/sotruss.ksh: Rename to ...
16691         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16692         function style to match POSIX.  Drop ksh vim mode setting.
16694         * manual/time.texi (Specifying the Time Zone with TZ): Change
16695         Tuesday to Thursday.
16697         * debug/tst-longjmp_chk2.c: Update header comment.
16698         (stackoverflow_handler): Add comment.  Call assert on pass value.
16700 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16702         [BZ #16194]
16703         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16704         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16705         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16706         (La_x86_64_vector): Add zmm.
16707         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16708         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16709         ($(objpfx)tst-audit10): New target.
16710         ($(objpfx)tst-audit10.out): Likewise.
16711         (tst-audit10-ENV): New.
16712         (AVX512-CFLAGS): Likewise.
16713         (CFLAGS-tst-audit10.c): Likewise.
16714         (CFLAGS-tst-auditmod10a.c): Likewise.
16715         (CFLAGS-tst-auditmod10b.c): Likewise.
16716         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16717         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16718         * sysdeps/x86_64/configure: Regenerated.
16719         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16720         AVX-512 zmm register support.
16721         (_dl_x86_64_save_sse): Likewise.
16722         (_dl_x86_64_restore_sse): Likewise.
16723         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16724         size vector registers.
16725         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16726         (ZMM_SIZE): Likewise.
16727         * sysdeps/x86_64/tst-audit10.c: New file.
16728         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16729         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16731 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16733         * configure.ac (HAVE_EHDR_START): New check.
16734         * configure: Regenerated.
16735         * config.h.in (HAVE_EHDR_START): New #undef.
16736         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16737         assuming the lowest-addressed segment maps the start of the file.
16739 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16741         * INSTALL: Regenerated.
16743 2014-03-13  Will Newton  <will.newton@linaro.org>
16745         * manual/setjmp.texi (System V contexts): Improve
16746         clarity and grammar of documentation.
16748 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16750         [BZ #16381]
16751         * elf/Makefile (tests): Add tst-pie2.
16752         (tests-pie): Add tst-pie2.
16753         * elf/tst-pie2.c: New file.
16754         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16755         for ET_EXEC.
16756         * elf/rtld.c (map_doit): Load executable as lt_executable.
16757         (dl_main): Likewise.
16759 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16761         [BZ #16642]
16762         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16763         (__ASSUME_PSELECT): Undefine.
16765 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16767         [BZ #16689]
16768         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16769         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16770         static build.
16771         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16772         selector for static builds.
16774 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16776         [BZ #16695]
16777         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16778         key in the buffer.
16780 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16782         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16783         IFUNC selector for static builds.
16785 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16787         * sysdeps/mips/math_private.h [__mips_hard_float]
16788         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16789         libc_feresetround_mips_ctx.
16790         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16791         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16792         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16794         [BZ #16677]
16795         * math/s_nextafter.c (__nextafter): Do not return value from
16796         overflowing computation.
16797         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16798         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16799         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16800         Likewise.
16801         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16802         Likewise.
16803         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16804         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16806 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16808         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16809         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16810         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16811         the new mov targetting sp.
16813 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16815         [BZ #16683]
16816         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16817         Define it for static builds as well.
16818         (NO_BZERO_IMPL): Likewise.
16820 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16822         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16823         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16824         multiarch strspn for PPC64.
16825         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16826         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16828         (__libc_ifunc_impl_list): Likewise.
16829         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16830         multiarch optimizations
16831         * string/strspn.c (strspn): Using macro to redefine symbol name.
16833 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16834             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16836         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16837         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16838         multiarch strncat for PPC64.
16839         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16840         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16841         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16842         (__libc_ifunc_impl_list): Likewise.
16843         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16844         multiarch optimizations
16846 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16848         [BZ #16639]
16849         * nscd/nscd.service: Make service type forking.
16851 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16853         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16854         sign in non default rounding modes.
16855         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16857 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16859         * math/libm-test.inc (ALL_RM_TEST): New macro.
16860         (ceil_test): Use ALL_RM_TEST.
16861         (cimag_test): Likewise.
16862         (conj_test): Likewise.
16863         (copysign_test): Likewise.
16864         (cproj_test): Likewise.
16865         (creal_test): Likewise.
16866         (fabs_test): Likewise.
16867         (floor_test): Likewise.
16868         (fmax_test): Likewise.
16869         (fmin_test): Likewise.
16870         (fmod_test): Likewise.
16871         (fpclassify_test): Likewise.
16872         (frexp_test): Likewise.
16873         (ilogb_test): Likewise.
16874         (isfinite_test): Likewise.
16875         (finite_test): Likewise.
16876         (isgreater_test): Likewise.
16877         (isgreaterequal_test): Likewise.
16878         (isinf_test): Likewise.
16879         (isless_test): Likewise.
16880         (islessequal_test): Likewise.
16881         (islessgreater_test): Likewise.
16882         (isnan_test): Likewise.
16883         (isnormal_test): Likewise.
16884         (issignaling_test): Likewise.
16885         (isunordered_test): Likewise.
16886         (logb_test): Likewise.
16887         (logb_downward_test_data): Remove.
16888         (logb_test_downward): Likewise.
16889         (lround_test): Use ALL_RM_TEST.
16890         (llround_test): Likewise.
16891         (modf_test): Likewise.
16892         (nexttoward_test): Likewise.
16893         (remainder_test): Likewise.
16894         (drem_test): Likewise.
16895         (remainder_tonearest_test_data): Likewise.
16896         (remainder_test_tonearest): Likewise.
16897         (drem_test_tonearest): Likewise.
16898         (remainder_towardzero_test_data): Likewise.
16899         (remainder_test_towardzero): Likewise.
16900         (drem_test_towardzero): Likewise.
16901         (remainder_downward_test_data): Likewise.
16902         (remainder_test_downward): Likewise.
16903         (drem_test_downward): Likewise.
16904         (remainder_upward_test_data): Likewise.
16905         (remainder_test_upward): Likewise.
16906         (drem_test_upward): Likewise.
16907         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16908         (round_test): Use ALL_RM_TEST.
16909         (signbit_test): Likewise.
16910         (trunc_test): Likewise.
16911         (significand_test): Likewise.
16912         (main): Don't call removed functions.
16914 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16916         [BZ #16674]
16917         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16918         || __USE_XOPEN2K8].
16919         (ILL_ILLOPN): Likewise.
16920         (ILL_ILLADR): Likewise.
16921         (ILL_ILLTRP): Likewise.
16922         (ILL_PRVOPC): Likewise.
16923         (ILL_PRVREG): Likewise.
16924         (ILL_COPROC): Likewise.
16925         (ILL_BADSTK): Likewise.
16926         (FPE_INTDIV): Likewise.
16927         (FPE_INTOVF): Likewise.
16928         (FPE_FLTDIV): Likewise.
16929         (FPE_FLTOVF): Likewise.
16930         (FPE_FLTUND): Likewise.
16931         (FPE_FLTRES): Likewise.
16932         (FPE_FLTINV): Likewise.
16933         (FPE_FLTSUB): Likewise.
16934         (SEGV_MAPERR): Likewise.
16935         (SEGV_ACCERR): Likewise.
16936         (BUS_ADRALN): Likewise.
16937         (BUS_ADRERR): Likewise.
16938         (BUS_OBJERR): Likewise.
16939         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16940         (TRAP_TRACE): Likewise.
16941         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16942         __USE_XOPEN2K8].
16943         (CLD_KILLED): Likewise.
16944         (CLD_DUMPED): Likewise.
16945         (CLD_TRAPPED): Likewise.
16946         (CLD_STOPPED): Likewise.
16947         (CLD_CONTINUED): Likewise.
16948         (POLL_IN): Likewise.
16949         (POLL_OUT): Likewise.
16950         (POLL_MSG): Likewise.
16951         (POLL_ERR): Likewise.
16952         (POLL_PRI): Likewise.
16953         (POLL_HUP): Likewise.
16954         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16955         Likewise.
16956         (ILL_ILLOPN): Likewise.
16957         (ILL_ILLADR): Likewise.
16958         (ILL_ILLTRP): Likewise.
16959         (ILL_PRVOPC): Likewise.
16960         (ILL_PRVREG): Likewise.
16961         (ILL_COPROC): Likewise.
16962         (ILL_BADSTK): Likewise.
16963         (FPE_INTDIV): Likewise.
16964         (FPE_INTOVF): Likewise.
16965         (FPE_FLTDIV): Likewise.
16966         (FPE_FLTOVF): Likewise.
16967         (FPE_FLTUND): Likewise.
16968         (FPE_FLTRES): Likewise.
16969         (FPE_FLTINV): Likewise.
16970         (FPE_FLTSUB): Likewise.
16971         (SEGV_MAPERR): Likewise.
16972         (SEGV_ACCERR): Likewise.
16973         (BUS_ADRALN): Likewise.
16974         (BUS_ADRERR): Likewise.
16975         (BUS_OBJERR): Likewise.
16976         (BUS_MCEERR_AR): Likewise.
16977         (BUS_MCEERR_AO): Likewise.
16978         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16979         (TRAP_TRACE): Likewise.
16980         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16981         __USE_XOPEN2K8].
16982         (CLD_KILLED): Likewise.
16983         (CLD_DUMPED): Likewise.
16984         (CLD_TRAPPED): Likewise.
16985         (CLD_STOPPED): Likewise.
16986         (CLD_CONTINUED): Likewise.
16987         (POLL_IN): Likewise.
16988         (POLL_OUT): Likewise.
16989         (POLL_MSG): Likewise.
16990         (POLL_ERR): Likewise.
16991         (POLL_PRI): Likewise.
16992         (POLL_HUP): Likewise.
16993         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16994         (ILL_ILLOPN): Likewise.
16995         (ILL_ILLADR): Likewise.
16996         (ILL_ILLTRP): Likewise.
16997         (ILL_PRVOPC): Likewise.
16998         (ILL_PRVREG): Likewise.
16999         (ILL_COPROC): Likewise.
17000         (ILL_BADSTK): Likewise.
17001         (FPE_INTDIV): Likewise.
17002         (FPE_INTOVF): Likewise.
17003         (FPE_FLTDIV): Likewise.
17004         (FPE_FLTOVF): Likewise.
17005         (FPE_FLTUND): Likewise.
17006         (FPE_FLTRES): Likewise.
17007         (FPE_FLTINV): Likewise.
17008         (FPE_FLTSUB): Likewise.
17009         (SEGV_MAPERR): Likewise.
17010         (SEGV_ACCERR): Likewise.
17011         (BUS_ADRALN): Likewise.
17012         (BUS_ADRERR): Likewise.
17013         (BUS_OBJERR): Likewise.
17014         (BUS_MCEERR_AR): Likewise.
17015         (BUS_MCEERR_AO): Likewise.
17016         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17017         (TRAP_TRACE): Likewise.
17018         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17019         __USE_XOPEN2K8].
17020         (CLD_KILLED): Likewise.
17021         (CLD_DUMPED): Likewise.
17022         (CLD_TRAPPED): Likewise.
17023         (CLD_STOPPED): Likewise.
17024         (CLD_CONTINUED): Likewise.
17025         (POLL_IN): Likewise.
17026         (POLL_OUT): Likewise.
17027         (POLL_MSG): Likewise.
17028         (POLL_ERR): Likewise.
17029         (POLL_PRI): Likewise.
17030         (POLL_HUP): Likewise.
17031         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17032         Likewise.
17033         (ILL_ILLOPN): Likewise.
17034         (ILL_ILLADR): Likewise.
17035         (ILL_ILLTRP): Likewise.
17036         (ILL_PRVOPC): Likewise.
17037         (ILL_PRVREG): Likewise.
17038         (ILL_COPROC): Likewise.
17039         (ILL_BADSTK): Likewise.
17040         (ILL_BADIADDR): Likewise.
17041         (ILL_BREAK): Likewise.
17042         (FPE_INTDIV): Likewise.
17043         (FPE_INTOVF): Likewise.
17044         (FPE_FLTDIV): Likewise.
17045         (FPE_FLTOVF): Likewise.
17046         (FPE_FLTUND): Likewise.
17047         (FPE_FLTRES): Likewise.
17048         (FPE_FLTINV): Likewise.
17049         (FPE_FLTSUB): Likewise.
17050         (FPE_DECOVF): Likewise.
17051         (FPE_DECDIV): Likewise.
17052         (FPE_DECERR): Likewise.
17053         (FPE_INVASC): Likewise.
17054         (FPE_INVDEC): Likewise.
17055         (SEGV_MAPERR): Likewise.
17056         (SEGV_ACCERR): Likewise.
17057         (SEGV_PSTKOVF): Likewise.
17058         (BUS_ADRALN): Likewise.
17059         (BUS_ADRERR): Likewise.
17060         (BUS_OBJERR): Likewise.
17061         (BUS_MCEERR_AR): Likewise.
17062         (BUS_MCEERR_AO): Likewise.
17063         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17064         (TRAP_TRACE): Likewise.
17065         (TRAP_BRANCH): Likewise.
17066         (TRAP_HWBKPT): Likewise.
17067         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17068         __USE_XOPEN2K8].
17069         (CLD_KILLED): Likewise.
17070         (CLD_DUMPED): Likewise.
17071         (CLD_TRAPPED): Likewise.
17072         (CLD_STOPPED): Likewise.
17073         (CLD_CONTINUED): Likewise.
17074         (POLL_IN): Likewise.
17075         (POLL_OUT): Likewise.
17076         (POLL_MSG): Likewise.
17077         (POLL_ERR): Likewise.
17078         (POLL_PRI): Likewise.
17079         (POLL_HUP): Likewise.
17080         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17081         (ILL_ILLOPN): Likewise.
17082         (ILL_ILLADR): Likewise.
17083         (ILL_ILLTRP): Likewise.
17084         (ILL_PRVOPC): Likewise.
17085         (ILL_PRVREG): Likewise.
17086         (ILL_COPROC): Likewise.
17087         (ILL_BADSTK): Likewise.
17088         (FPE_INTDIV): Likewise.
17089         (FPE_INTOVF): Likewise.
17090         (FPE_FLTDIV): Likewise.
17091         (FPE_FLTOVF): Likewise.
17092         (FPE_FLTUND): Likewise.
17093         (FPE_FLTRES): Likewise.
17094         (FPE_FLTINV): Likewise.
17095         (FPE_FLTSUB): Likewise.
17096         (SEGV_MAPERR): Likewise.
17097         (SEGV_ACCERR): Likewise.
17098         (BUS_ADRALN): Likewise.
17099         (BUS_ADRERR): Likewise.
17100         (BUS_OBJERR): Likewise.
17101         (BUS_MCEERR_AR): Likewise.
17102         (BUS_MCEERR_AO): Likewise.
17103         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17104         (TRAP_TRACE): Likewise.
17105         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17106         __USE_XOPEN2K8].
17107         (CLD_KILLED): Likewise.
17108         (CLD_DUMPED): Likewise.
17109         (CLD_TRAPPED): Likewise.
17110         (CLD_STOPPED): Likewise.
17111         (CLD_CONTINUED): Likewise.
17112         (POLL_IN): Likewise.
17113         (POLL_OUT): Likewise.
17114         (POLL_MSG): Likewise.
17115         (POLL_ERR): Likewise.
17116         (POLL_PRI): Likewise.
17117         (POLL_HUP): Likewise.
17118         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17119         (ILL_ILLOPN): Likewise.
17120         (ILL_ILLADR): Likewise.
17121         (ILL_ILLTRP): Likewise.
17122         (ILL_PRVOPC): Likewise.
17123         (ILL_PRVREG): Likewise.
17124         (ILL_COPROC): Likewise.
17125         (ILL_BADSTK): Likewise.
17126         (FPE_INTDIV): Likewise.
17127         (FPE_INTOVF): Likewise.
17128         (FPE_FLTDIV): Likewise.
17129         (FPE_FLTOVF): Likewise.
17130         (FPE_FLTUND): Likewise.
17131         (FPE_FLTRES): Likewise.
17132         (FPE_FLTINV): Likewise.
17133         (FPE_FLTSUB): Likewise.
17134         (SEGV_MAPERR): Likewise.
17135         (SEGV_ACCERR): Likewise.
17136         (BUS_ADRALN): Likewise.
17137         (BUS_ADRERR): Likewise.
17138         (BUS_OBJERR): Likewise.
17139         (BUS_MCEERR_AR): Likewise.
17140         (BUS_MCEERR_AO): Likewise.
17141         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17142         (TRAP_TRACE): Likewise.
17143         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17144         __USE_XOPEN2K8].
17145         (CLD_KILLED): Likewise.
17146         (CLD_DUMPED): Likewise.
17147         (CLD_TRAPPED): Likewise.
17148         (CLD_STOPPED): Likewise.
17149         (CLD_CONTINUED): Likewise.
17150         (POLL_IN): Likewise.
17151         (POLL_OUT): Likewise.
17152         (POLL_MSG): Likewise.
17153         (POLL_ERR): Likewise.
17154         (POLL_PRI): Likewise.
17155         (POLL_HUP): Likewise.
17156         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17157         (ILL_ILLOPN): Likewise.
17158         (ILL_ILLADR): Likewise.
17159         (ILL_ILLTRP): Likewise.
17160         (ILL_PRVOPC): Likewise.
17161         (ILL_PRVREG): Likewise.
17162         (ILL_COPROC): Likewise.
17163         (ILL_BADSTK): Likewise.
17164         (FPE_INTDIV): Likewise.
17165         (FPE_INTOVF): Likewise.
17166         (FPE_FLTDIV): Likewise.
17167         (FPE_FLTOVF): Likewise.
17168         (FPE_FLTUND): Likewise.
17169         (FPE_FLTRES): Likewise.
17170         (FPE_FLTINV): Likewise.
17171         (FPE_FLTSUB): Likewise.
17172         (SEGV_MAPERR): Likewise.
17173         (SEGV_ACCERR): Likewise.
17174         (BUS_ADRALN): Likewise.
17175         (BUS_ADRERR): Likewise.
17176         (BUS_OBJERR): Likewise.
17177         (BUS_MCEERR_AR): Likewise.
17178         (BUS_MCEERR_AO): Likewise.
17179         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17180         (TRAP_TRACE): Likewise.
17181         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17182         __USE_XOPEN2K8].
17183         (CLD_KILLED): Likewise.
17184         (CLD_DUMPED): Likewise.
17185         (CLD_TRAPPED): Likewise.
17186         (CLD_STOPPED): Likewise.
17187         (CLD_CONTINUED): Likewise.
17188         (POLL_IN): Likewise.
17189         (POLL_OUT): Likewise.
17190         (POLL_MSG): Likewise.
17191         (POLL_ERR): Likewise.
17192         (POLL_PRI): Likewise.
17193         (POLL_HUP): Likewise.
17194         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17195         (ILL_ILLOPN): Likewise.
17196         (ILL_ILLADR): Likewise.
17197         (ILL_ILLTRP): Likewise.
17198         (ILL_PRVOPC): Likewise.
17199         (ILL_PRVREG): Likewise.
17200         (ILL_COPROC): Likewise.
17201         (ILL_BADSTK): Likewise.
17202         (ILL_DBLFLT): Likewise.
17203         (ILL_HARDWALL): Likewise.
17204         (FPE_INTDIV): Likewise.
17205         (FPE_INTOVF): Likewise.
17206         (FPE_FLTDIV): Likewise.
17207         (FPE_FLTOVF): Likewise.
17208         (FPE_FLTUND): Likewise.
17209         (FPE_FLTRES): Likewise.
17210         (FPE_FLTINV): Likewise.
17211         (FPE_FLTSUB): Likewise.
17212         (SEGV_MAPERR): Likewise.
17213         (SEGV_ACCERR): Likewise.
17214         (BUS_ADRALN): Likewise.
17215         (BUS_ADRERR): Likewise.
17216         (BUS_OBJERR): Likewise.
17217         (BUS_MCEERR_AR): Likewise.
17218         (BUS_MCEERR_AO): Likewise.
17219         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17220         (TRAP_TRACE): Likewise.
17221         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17222         __USE_XOPEN2K8].
17223         (CLD_KILLED): Likewise.
17224         (CLD_DUMPED): Likewise.
17225         (CLD_TRAPPED): Likewise.
17226         (CLD_STOPPED): Likewise.
17227         (CLD_CONTINUED): Likewise.
17228         (POLL_IN): Likewise.
17229         (POLL_OUT): Likewise.
17230         (POLL_MSG): Likewise.
17231         (POLL_ERR): Likewise.
17232         (POLL_PRI): Likewise.
17233         (POLL_HUP): Likewise.
17234         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17235         (ILL_ILLOPN): Likewise.
17236         (ILL_ILLADR): Likewise.
17237         (ILL_ILLTRP): Likewise.
17238         (ILL_PRVOPC): Likewise.
17239         (ILL_PRVREG): Likewise.
17240         (ILL_COPROC): Likewise.
17241         (ILL_BADSTK): Likewise.
17242         (FPE_INTDIV): Likewise.
17243         (FPE_INTOVF): Likewise.
17244         (FPE_FLTDIV): Likewise.
17245         (FPE_FLTOVF): Likewise.
17246         (FPE_FLTUND): Likewise.
17247         (FPE_FLTRES): Likewise.
17248         (FPE_FLTINV): Likewise.
17249         (FPE_FLTSUB): Likewise.
17250         (SEGV_MAPERR): Likewise.
17251         (SEGV_ACCERR): Likewise.
17252         (BUS_ADRALN): Likewise.
17253         (BUS_ADRERR): Likewise.
17254         (BUS_OBJERR): Likewise.
17255         (BUS_MCEERR_AR): Likewise.
17256         (BUS_MCEERR_AO): Likewise.
17257         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17258         (TRAP_TRACE): Likewise.
17259         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17260         __USE_XOPEN2K8].
17261         (CLD_KILLED): Likewise.
17262         (CLD_DUMPED): Likewise.
17263         (CLD_TRAPPED): Likewise.
17264         (CLD_STOPPED): Likewise.
17265         (CLD_CONTINUED): Likewise.
17266         (POLL_IN): Likewise.
17267         (POLL_OUT): Likewise.
17268         (POLL_MSG): Likewise.
17269         (POLL_ERR): Likewise.
17270         (POLL_PRI): Likewise.
17271         (POLL_HUP): Likewise.
17272         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17273         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17275         [BZ #16670]
17276         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17277         before #include of <time.h>.
17278         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17279         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17280         (test-xfail-UNIX98/sched.h/conform): Likewise.
17282 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17284         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17285         error absence of trapping exception support.
17286         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17288 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17290         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17291         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17292         * timezone/Makefile (testdata): Move definition above include of
17293         Rules.
17294         (test-zones): New variable.
17295         (tests-special): Add zone files.
17296         (build-testdata): Use $(evaluate-test).
17298         * elf/Makefile (tests-special): Rename tests to end with .out.
17299         ($(objpfx)noload-mem): Likewise.
17300         ($(objpfx)tst-leaks1-mem): Likewise.
17301         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17302         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17303         $(objpfx)test-iconvconfig.out.
17304         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17305         set -e inside subshell and redirect output to file.
17306         * iconvdata/Makefile (generated): Rename tests to end with .out.
17307         Correct type.
17308         (tests-special): Rename tests to end with .out.
17309         ($(objpfx)mtrace-tst-loading): Likewise.
17310         * intl/Makefile (generated): Likewise.
17311         (tests-special): Likewise.
17312         ($(objpfx)mtrace-tst-gettext): Likewise.
17313         * misc/Makefile (generated): Likewise.
17314         (tests-special): Likewise.
17315         ($(objpfx)tst-error1-mem): Likewise.
17316         * nptl/Makefile (tests-special): Likewise.
17317         ($(objpfx)tst-stack3-mem): Likewise.
17318         (generated): Likewise.
17319         * posix/Makefile (generated): Likewise.
17320         (tests-special): Likewise.
17321         (xtests-special): Likewise.
17322         ($(objpfx)tst-fnmatch-mem): Likewise.
17323         ($(objpfx)bug-regex2-mem): Likewise.
17324         ($(objpfx)bug-regex14-mem): Likewise.
17325         ($(objpfx)bug-regex21-mem): Likewise.
17326         ($(objpfx)bug-regex31-mem): Likewise.
17327         ($(objpfx)tst-vfork3-mem): Likewise.
17328         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17329         ($(objpfx)tst-pcre-mem): Likewise.
17330         ($(objpfx)tst-boost-mem): Likewise.
17331         ($(objpfx)bug-ga2-mem): Likewise.
17332         ($(objpfx)bug-glob2-mem): Likewise.
17333         * resolv/Makefile (generate): Likewise.
17334         (tests-special): Likewise.
17335         (xtests-special): Likewise.
17336         (generated): Likewise.
17337         ($(objpfx)mtrace-tst-leaks): Likewise.
17338         ($(objpfx)mtrace-tst-leaks2): Likewise.
17340         * scripts/merge-test-results.sh: New file.
17341         * Makefile (tests-special-notdir): New variable.
17342         (tests): Run merge-test-results.sh.
17343         (xtests): Likewise.
17344         * Rules (tests-special-notdir): New variable.
17345         (xtests-special-notdir): Likewise.
17346         (tests): Run merge-test-results.sh
17347         (xtests): Likewise.
17349         * Makeconfig (test-xfail-name): New variable.
17350         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17351         compute variable name for expected failures.
17352         * conform/Makefile (conformtest-headers-data): New variable.
17353         (conformtest-standards): Likewise.
17354         (conformtest-headers-ISO): Likewise.
17355         (conformtest-headers-ISO99): Likewise.
17356         (conformtest-headers-ISO11): Likewise.
17357         (conformtest-headers-POSIX): Likewise.
17358         (conformtest-headers-XPG3): Likewise.
17359         (conformtest-headers-XPG4): Likewise.
17360         (conformtest-headers-UNIX98): Likewise.
17361         (conformtest-headers-XOPEN2K): Likewise.
17362         (conformtest-headers-POSIX2008): Likewise.
17363         (conformtest-headers-XOPEN2K8): Likewise.
17364         (conformtest-header-list-base): Likewise.
17365         (conformtest-header-list-tests): Likewise.
17366         (conformtest-header-base): Likewise.
17367         (conformtest-header-tests): Likewise.
17368         (tests-special): Add $(conformtest-header-list-tests).  If
17369         [$(fast-check) && !$(cross-compiling)], add
17370         $(conformtest-header-tests) instead of
17371         $(objpfx)run-conformtest.out.
17372         (generated): Add $(conformtest-header-list-base).  If
17373         [$(fast-check) && !$(cross-compiling)], add
17374         $(conformtest-header-base).  Remove previous setting.
17375         ($(conformtest-header-list-tests)): New target.
17376         (test-xfail-run-conformtest): Remove variable.
17377         ($(objpfx)run-conformtest.out): Remove target.
17378         (test-xfail-ISO11/complex.h/conform): New variable.
17379         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17380         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17381         (test-xfail-XPG3/varargs.h/conform): Likewise.
17382         (test-xfail-XPG4/varargs.h/conform): Likewise.
17383         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17384         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17385         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17386         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17387         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17388         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17389         (test-xfail-XPG3/ftw.h/conform): Likewise.
17390         (test-xfail-XPG3/grp.h/conform): Likewise.
17391         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17392         (test-xfail-XPG3/limits.h/conform): Likewise.
17393         (test-xfail-XPG3/pwd.h/conform): Likewise.
17394         (test-xfail-XPG3/search.h/conform): Likewise.
17395         (test-xfail-XPG3/signal.h/conform): Likewise.
17396         (test-xfail-XPG3/stdio.h/conform): Likewise.
17397         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17398         (test-xfail-XPG3/string.h/conform): Likewise.
17399         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17400         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17401         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17402         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17403         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17404         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17405         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17406         (test-xfail-XPG3/termios.h/conform): Likewise.
17407         (test-xfail-XPG3/time.h/conform): Likewise.
17408         (test-xfail-XPG3/unistd.h/conform): Likewise.
17409         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17410         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17411         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17412         (test-xfail-XPG4/netdb.h/conform): Likewise.
17413         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17414         (test-xfail-XPG4/signal.h/conform): Likewise.
17415         (test-xfail-XPG4/stdio.h/conform): Likewise.
17416         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17417         (test-xfail-XPG4/stropts.h/conform): Likewise.
17418         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17419         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17420         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17421         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17422         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17423         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17424         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17425         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17426         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17427         (test-xfail-XPG4/termios.h/conform): Likewise.
17428         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17429         (test-xfail-XPG4/unistd.h/conform): Likewise.
17430         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17431         (test-xfail-POSIX/sched.h/conform): Likewise.
17432         (test-xfail-POSIX/signal.h/conform): Likewise.
17433         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17434         (test-xfail-POSIX/tar.h/conform): Likewise.
17435         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17436         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17437         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17438         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17439         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17440         (test-xfail-UNIX98/sched.h/conform): Likewise.
17441         (test-xfail-UNIX98/signal.h/conform): Likewise.
17442         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17443         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17444         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17445         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17446         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17447         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17448         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17449         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17450         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17451         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17452         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17453         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17454         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17455         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17456         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17457         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17458         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17459         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17460         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17461         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17462         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17463         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17464         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17465         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17466         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17467         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17468         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17469         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17470         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17471         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17472         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17473         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17474         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17475         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17476         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17477         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17478         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17479         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17480         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17481         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17482         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17483         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17484         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17485         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17486         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17487         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17488         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17489         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17490         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17491         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17492         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17493         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17494         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17495         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17496         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17497         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17498         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17499         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17500         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17501         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17502         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17503         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17504         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17505         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17506         (conformtest-cc-flags): Likewise.
17507         ($(conformtest-header-tests): New target.
17508         * conform/check-header-lists.sh: New file.
17509         * conform/run-conformtest.sh: Remove.
17511         * conform/conformtest.pl: Allow ' and \ in values given for
17512         constants.
17513         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17514         inclusion.
17515         [POSIX] (sys/types.h): Likewise.
17516         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17517         inclusion.
17518         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17519         inclusion.
17520         * conform/data/signal.h-data (SIGIO): Remove expectation.
17521         [XPG3] (SIGBUS): Do not expect.
17522         [POSIX || XPG3] (SIGPOLL): Likewise.
17523         [POSIX || XPG3] (SIGPROF): Likewise.
17524         [POSIX || XPG3] (SIGSYS): Likewise.
17525         [XPG3] (SIGTRAP): Likewise.
17526         [POSIX || XPG3] (SIGURG): Likewise.
17527         [POSIX || XPG3] (SIGVTALRM): Likewise.
17528         [POSIX || XPG3] (SIGXCPU): Likewise.
17529         [POSIX || XPG3] (SIGXFSZ): Likewise.
17530         [POSIX] (SA_SIGINFO): Expect.
17531         [XPG3] (siginfo_t): Do not expect type or contents.
17532         [POSIX] (si_pid): Do not expect element.
17533         [POSIX] (si_uid): Likewise.
17534         [POSIX] (si_addr): Likewise.
17535         [POSIX] (si_status): Likewise.
17536         [POSIX] (si_band): Likewise.
17537         [XPG4] (si_value): Likewise.
17538         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17539         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17540         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17541         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17542         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17543         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17544         [POSIX || XPG3] (ILL_COPROC): Likewise.
17545         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17546         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17547         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17548         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17549         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17550         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17551         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17552         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17553         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17554         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17555         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17556         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17557         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17558         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17559         [POSIX || XPG3] (CLD_EXITED): Likewise.
17560         [POSIX || XPG3] (CLD_KILLED): Likewise.
17561         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17562         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17563         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17564         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17565         [POSIX || XPG3] (POLL_IN): Likewise.
17566         [POSIX || XPG3] (POLL_OUT): Likewise.
17567         [POSIX || XPG3] (POLL_MSG): Likewise.
17568         [POSIX || XPG3] (POLL_ERR): Likewise.
17569         [POSIX || XPG3] (POLL_PRI): Likewise.
17570         [POSIX || XPG3] (POLL_HUP): Likewise.
17571         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17572         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17573         (SIG*): Do not allow.
17574         [XPG3] (si_*): Likewise.
17575         [XPG3] (SI_*): Likewise.
17576         [XPG3 || XPG4] (sigev_*): Likewise.
17577         [XPG3 || XPG4] (SIGEV_*): Likewise.
17578         [XPG3 || XPG4] (sival_*): Likewise.
17579         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17580         [POSIX || XPG3] (BUS_*): Likewise.
17581         [POSIX || XPG3] (CLD_*): Likewise.
17582         [POSIX || XPG3] (FPE_*): Likewise.
17583         [POSIX || XPG3] (ILL_*): Likewise.
17584         [POSIX || XPG3] (POLL_*): Likewise.
17585         [POSIX || XPG3] (SEGV_*): Likewise.
17586         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17587         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17588         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17589         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17590         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17591         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17592         Specify type and value.
17593         (TVERSLEN): Likewise.
17594         (REGTYPE): Likewise.
17595         (AREGTYPE): Likewise.
17596         (LNKTYPE): Likewise.
17597         (SYMTYPE): Likewise.
17598         (CHRTYPE): Likewise.
17599         (BLKTYPE): Likewise.
17600         (DIRTYPE): Likewise.
17601         (FIFOTYPE): Likewise.
17602         (CONTTYPE): Likewise.
17603         (TSUID): Likewise.
17604         (TSGID): Likewise.
17605         (TSVTX): Likewise.
17606         (TUREAD): Likewise.
17607         (TUWRITE): Likewise.
17608         (TUEXEC): Likewise.
17609         (TGREAD): Likewise.
17610         (TGWRITE): Likewise.
17611         (TGEXEC): Likewise.
17612         (TOREAD): Likewise.
17613         (TOWRITE): Likewise.
17614         (TOEXEC): Likewise.
17615         [POSIX] (TSVTX): Expect constant.
17617 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17619         * Makefile (tests): Change dependencies to ....
17620         (tests-special): ... additions to this variable.
17621         (tests): Depend on $(tests-special).
17622         * Makerules (check-abi-list): New variable.
17623         (check-abi): Depend on $(check-abi-list).
17624         [$(subdir) = elf] (tests-special): Add
17625         $(objpfx)check-abi-libc.out.
17626         [$(build-shared) = yes && subdir] (tests-special): Add
17627         $(check-abi-list).
17628         [$(build-shared) = yes && subdir] (tests): Do not depend on
17629         check-abi.
17630         * Rules (tests): Depend on $(tests-special).
17631         (xtests): Depend on $(xtests-special).
17632         * catgets/Makefile (tests): Change dependencies to ....
17633         (tests-special): ... additions to this variable.
17634         * conform/Makefile (tests): Change dependencies to ....
17635         (tests-special): ... additions to this variable.
17636         * elf/Makefile (tests): Change dependencies to ....
17637         (tests-special): ... additions to this variable.
17638         * grp/Makefile (tests): Change dependencies to ....
17639         (tests-special): ... additions to this variable.
17640         * iconv/Makefile (xtests): Change dependencies to ....
17641         (xtests-special): ... additions to this variable.
17642         * iconvdata/Makefile (tests): Change dependencies to ....
17643         (tests-special): ... additions to this variable.
17644         * intl/Makefile (tests): Change dependencies to ....
17645         (tests-special): ... additions to this variable.  Also add
17646         $(objpfx)tst-gettext.out.
17647         * io/Makefile (tests): Change dependencies to ....
17648         (tests-special): ... additions to this variable.
17649         * libio/Makefile (tests): Change dependencies to ....
17650         (tests-special): ... additions to this variable.
17651         * malloc/Makefile (tests): Change dependencies to ....
17652         (tests-special): ... additions to this variable.
17653         * misc/Makefile (tests): Change dependencies to ....
17654         (tests-special): ... additions to this variable.
17655         * nptl/Makefile (tests): Change dependencies to ....
17656         (tests-special): ... additions to this variable.
17657         * nptl_db/Makefile (tests): Change dependencies to ....
17658         (tests-special): ... additions to this variable.
17659         * posix/Makefile (tests): Change dependencies to ....
17660         (tests-special): ... additions to this variable.
17661         (xtests): Change dependencies to ....
17662         (xtests-special): ... additions to this variable.
17663         * resolv/Makefile (tests): Change dependencies to ....
17664         (tests-special): ... additions to this variable.
17665         (xtests): Change dependencies to ....
17666         (xtests-special): ... additions to this variable.
17667         * stdio-common/Makefile (tests): Change dependencies to ....
17668         (tests-special): ... additions to this variable.
17669         (do-tst-unbputc): Remove target.
17670         (do-tst-printf): Likewise.
17671         * stdlib/Makefile (tests): Change dependencies to ....
17672         (tests-special): ... additions to this variable.
17673         * string/Makefile (tests): Change dependencies to ....
17674         (tests-special): ... additions to this variable.
17675         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17676         (tests-special): ... additions to this variable.
17678         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17679         whole file.
17680         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17681         whole file.
17682         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17683         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17685         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17686         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17687         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17688         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17689         * conform/data/libgen.h-data [XPG3]: Likewise.
17690         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17691         * conform/data/ndbm.h-data [XPG3]: Likewise.
17692         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17693         * conform/data/netdb.h-data [XPG3]: Likewise.
17694         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17695         * conform/data/poll.h-data [XPG3]: Likewise.
17696         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17697         * conform/data/strings.h-data [XPG3]: Likewise.
17698         * conform/data/stropts.h-data [XPG3]: Likewise.
17699         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17700         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17701         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17702         Likewise.
17703         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17704         * conform/data/sys/time.h-data [XPG3]: Likewise.
17705         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17706         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17707         * conform/data/sys/un.h-data [XPG3]: Likewise.
17708         * conform/data/syslog.h-data [XPG3]: Likewise.
17709         * conform/data/ucontext.h-data [XPG3]: Likewise.
17710         * conform/data/utmpx.h-data [XPG3]: Likewise.
17711         * conform/data/varargs.h-data [UNIX98]: Enable file.
17713         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17715         * math/libm-test.inc (struct test_f_f_data): Move expected results
17716         into structure for each rounding mode.
17717         (struct test_ff_f_data): Likewise.
17718         (struct test_ff_f_data_nexttoward): Likewise.
17719         (struct test_fi_f_data): Likewise.
17720         (struct test_fl_f_data): Likewise.
17721         (struct test_if_f_data): Likewise.
17722         (struct test_fff_f_data): Likewise.
17723         (struct test_c_f_data): Likewise.
17724         (struct test_f_f1_data): Likewise.
17725         (struct test_fF_f1_data): Likewise.
17726         (struct test_ffI_f1_data): Likewise.
17727         (struct test_c_c_data): Likewise.
17728         (struct test_cc_c_data): Likewise.
17729         (struct test_f_i_data): Likewise.
17730         (struct test_ff_i_data): Likewise.
17731         (struct test_f_l_data): Likewise.
17732         (struct test_f_L_data): Likewise.
17733         (struct test_fFF_11_data): Likewise.
17734         (RM_): New macro.
17735         (RM_FE_DOWNWARD): Likewise.
17736         (RM_FE_TONEAREST): Likewise.
17737         (RM_FE_TOWARDZERO): Likewise.
17738         (RM_FE_UPWARD): Likewise.
17739         (RUN_TEST_LOOP_f_f): Update references to expected results.
17740         (RUN_TEST_LOOP_2_f): Likewise.
17741         (RUN_TEST_LOOP_fff_f): Likewise.
17742         (RUN_TEST_LOOP_c_f): Likewise.
17743         (RUN_TEST_LOOP_f_f1): Likewise.
17744         (RUN_TEST_LOOP_fF_f1): Likewise.
17745         (RUN_TEST_LOOP_fI_f1): Likewise.
17746         (RUN_TEST_LOOP_ffI_f1): Likewise.
17747         (RUN_TEST_LOOP_c_c): Likewise.
17748         (RUN_TEST_LOOP_cc_c): Likewise.
17749         (RUN_TEST_LOOP_f_i): Likewise.
17750         (RUN_TEST_LOOP_f_i_tg): Likewise.
17751         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17752         (RUN_TEST_LOOP_f_b): Likewise.
17753         (RUN_TEST_LOOP_f_b_tg): Likewise.
17754         (RUN_TEST_LOOP_f_l): Likewise.
17755         (RUN_TEST_LOOP_f_L): Likewise.
17756         (RUN_TEST_LOOP_fFF_11): Likewise.
17757         * math/gen-libm-test.pl (parse_args): Output four copies of
17758         expected results for each test.
17760         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17761         (__ASSUME_UTIMES): Remove.
17762         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17763         (__ASSUME_UTIMES): Likewise.
17765         * math/gen-auto-libm-tests.c: Update comment on output format.
17766         (output_for_one_input_case): Generate before-rounding and
17767         after-rounding information as conditions on output flags not
17768         floating-point format.
17769         * math/auto-libm-test-out: Regenerated.
17770         * math/gen-libm-test.pl (cond_value): New function.
17771         (or_cond_value): Use cond_value.
17772         (generate_testfile): Handle conditional exceptions.
17774 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17776         * math/libm-test.inc (max_valid_error): New variable.
17777         (init_max_error): Take new argument specifying whether function
17778         results are exactly determined.  Set max_valid_error and bound
17779         other variables for errors based on this argument.
17780         (set_max_error): Do not record results above max_valid_error.
17781         (check_float_internal): Only accept errors of up to 0.5ulps if
17782         also at most max_valid_error.
17783         (START): Take new argument EXACT and pass it to init_max_error.
17784         (acos_test): Update call to START.
17785         (acos_test_tonearest): Likewise.
17786         (acos_test_towardzero): Likewise.
17787         (acos_test_downward): Likewise.
17788         (acos_test_upward): Likewise.
17789         (acosh_test): Likewise.
17790         (asin_test): Likewise.
17791         (asin_test_tonearest): Likewise.
17792         (asin_test_towardzero): Likewise.
17793         (asin_test_downward): Likewise.
17794         (asin_test_upward): Likewise.
17795         (asinh_test): Likewise.
17796         (atan_test): Likewise.
17797         (atanh_test): Likewise.
17798         (atan2_test): Likewise.
17799         (cabs_test): Likewise.
17800         (cacos_test): Likewise.
17801         (cacosh_test): Likewise.
17802         (carg_test): Likewise.
17803         (casin_test): Likewise.
17804         (casinh_test): Likewise.
17805         (catan_test): Likewise.
17806         (catanh_test): Likewise.
17807         (cbrt_test): Likewise.
17808         (ccos_test): Likewise.
17809         (ccosh_test): Likewise.
17810         (ceil_test): Likewise.
17811         (cexp_test): Likewise.
17812         (cimag_test): Likewise.
17813         (clog_test): Likewise.
17814         (clog10_test): Likewise.
17815         (conj_test): Likewise.
17816         (copysign_test): Likewise.
17817         (cos_test): Likewise.
17818         (cos_test_tonearest): Likewise.
17819         (cos_test_towardzero): Likewise.
17820         (cos_test_downward): Likewise.
17821         (cos_test_upward): Likewise.
17822         (cosh_test): Likewise.
17823         (cosh_test_tonearest): Likewise.
17824         (cosh_test_towardzero): Likewise.
17825         (cosh_test_downward): Likewise.
17826         (cosh_test_upward): Likewise.
17827         (cpow_test): Likewise.
17828         (cproj_test): Likewise.
17829         (creal_test): Likewise.
17830         (csin_test): Likewise.
17831         (csinh_test): Likewise.
17832         (csqrt_test): Likewise.
17833         (ctan_test): Likewise.
17834         (ctan_test_tonearest): Likewise.
17835         (ctan_test_towardzero): Likewise.
17836         (ctan_test_downward): Likewise.
17837         (ctan_test_upward): Likewise.
17838         (ctanh_test): Likewise.
17839         (ctanh_test_tonearest): Likewise.
17840         (ctanh_test_towardzero): Likewise.
17841         (ctanh_test_downward): Likewise.
17842         (ctanh_test_upward): Likewise.
17843         (erf_test): Likewise.
17844         (erfc_test): Likewise.
17845         (exp_test): Likewise.
17846         (exp_test_tonearest): Likewise.
17847         (exp_test_towardzero): Likewise.
17848         (exp_test_downward): Likewise.
17849         (exp_test_upward): Likewise.
17850         (exp10_test): Likewise.
17851         (exp10_test_tonearest): Likewise.
17852         (exp10_test_towardzero): Likewise.
17853         (exp10_test_downward): Likewise.
17854         (exp10_test_upward): Likewise.
17855         (pow10_test): Likewise.
17856         (exp2_test): Likewise.
17857         (expm1_test): Likewise.
17858         (expm1_test_tonearest): Likewise.
17859         (expm1_test_towardzero): Likewise.
17860         (expm1_test_downward): Likewise.
17861         (expm1_test_upward): Likewise.
17862         (fabs_test): Likewise.
17863         (fdim_test): Likewise.
17864         (floor_test): Likewise.
17865         (fma_test): Likewise.
17866         (fma_test_towardzero): Likewise.
17867         (fma_test_downward): Likewise.
17868         (fma_test_upward): Likewise.
17869         (fmax_test): Likewise.
17870         (fmin_test): Likewise.
17871         (fmod_test): Likewise.
17872         (fpclassify_test): Likewise.
17873         (frexp_test): Likewise.
17874         (hypot_test): Likewise.
17875         (ilogb_test): Likewise.
17876         (isfinite_test): Likewise.
17877         (finite_test): Likewise.
17878         (isgreater_test): Likewise.
17879         (isgreaterequal_test): Likewise.
17880         (isinf_test): Likewise.
17881         (isless_test): Likewise.
17882         (islessequal_test): Likewise.
17883         (islessgreater_test): Likewise.
17884         (isnan_test): Likewise.
17885         (isnormal_test): Likewise.
17886         (issignaling_test): Likewise.
17887         (isunordered_test): Likewise.
17888         (j0_test): Likewise.
17889         (j1_test): Likewise.
17890         (jn_test): Likewise.
17891         (ldexp_test): Likewise.
17892         (lgamma_test): Likewise.
17893         (gamma_test): Likewise.
17894         (lrint_test): Likewise.
17895         (lrint_test_tonearest): Likewise.
17896         (lrint_test_towardzero): Likewise.
17897         (lrint_test_downward): Likewise.
17898         (lrint_test_upward): Likewise.
17899         (llrint_test): Likewise.
17900         (llrint_test_tonearest): Likewise.
17901         (llrint_test_towardzero): Likewise.
17902         (llrint_test_downward): Likewise.
17903         (llrint_test_upward): Likewise.
17904         (log_test): Likewise.
17905         (log10_test): Likewise.
17906         (log1p_test): Likewise.
17907         (log2_test): Likewise.
17908         (logb_test): Likewise.
17909         (logb_test_downward): Likewise.
17910         (lround_test): Likewise.
17911         (llround_test): Likewise.
17912         (modf_test): Likewise.
17913         (nearbyint_test): Likewise.
17914         (nextafter_test): Likewise.
17915         (nexttoward_test): Likewise.
17916         (pow_test): Likewise.
17917         (pow_test_tonearest): Likewise.
17918         (pow_test_towardzero): Likewise.
17919         (pow_test_downward): Likewise.
17920         (pow_test_upward): Likewise.
17921         (remainder_test): Likewise.
17922         (drem_test): Likewise.
17923         (remainder_test_tonearest): Likewise.
17924         (drem_test_tonearest): Likewise.
17925         (remainder_test_towardzero): Likewise.
17926         (drem_test_towardzero): Likewise.
17927         (remainder_test_downward): Likewise.
17928         (drem_test_downward): Likewise.
17929         (remainder_test_upward): Likewise.
17930         (drem_test_upward): Likewise.
17931         (remquo_test): Likewise.
17932         (rint_test): Likewise.
17933         (rint_test_tonearest): Likewise.
17934         (rint_test_towardzero): Likewise.
17935         (rint_test_downward): Likewise.
17936         (rint_test_upward): Likewise.
17937         (round_test): Likewise.
17938         (scalb_test): Likewise.
17939         (scalbn_test): Likewise.
17940         (scalbln_test): Likewise.
17941         (signbit_test): Likewise.
17942         (sin_test): Likewise.
17943         (sin_test_tonearest): Likewise.
17944         (sin_test_towardzero): Likewise.
17945         (sin_test_downward): Likewise.
17946         (sin_test_upward): Likewise.
17947         (sincos_test): Likewise.
17948         (sinh_test): Likewise.
17949         (sinh_test_tonearest): Likewise.
17950         (sinh_test_towardzero): Likewise.
17951         (sinh_test_downward): Likewise.
17952         (sinh_test_upward): Likewise.
17953         (sqrt_test): Likewise.
17954         (sqrt_test_tonearest): Likewise.
17955         (sqrt_test_towardzero): Likewise.
17956         (sqrt_test_downward): Likewise.
17957         (sqrt_test_upward): Likewise.
17958         (tan_test): Likewise.
17959         (tan_test_tonearest): Likewise.
17960         (tan_test_towardzero): Likewise.
17961         (tan_test_downward): Likewise.
17962         (tan_test_upward): Likewise.
17963         (tanh_test): Likewise.
17964         (tgamma_test): Likewise.
17965         (trunc_test): Likewise.
17966         (y0_test): Likewise.
17967         (y1_test): Likewise.
17968         (yn_test): Likewise.
17969         (significand_test): Likewise.
17971         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17972         individual tests in comment.
17973         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17974         (prev_max_error): New variable.
17975         (prev_real_max_error): Likewise.
17976         (prev_imag_max_error): Likewise.
17977         (compare_ulp_data): Don't refer to test names in comment.
17978         (find_test_ulps): Remove function.
17979         (find_function_ulps): Likewise.
17980         (find_complex_function_ulps): Likewise.
17981         (init_max_error): Take function name as argument.  Look up ulps
17982         for that function.
17983         (print_ulps): Remove function.
17984         (print_max_error): Use prev_max_error instead of calling
17985         find_function_ulps.
17986         (print_complex_max_error): Use prev_real_max_error and
17987         prev_imag_max_error instead of calling find_complex_function_ulps.
17988         (check_float_internal): Take max_ulp parameter instead of calling
17989         find_test_ulps.  Don't call print_ulps.
17990         (check_float): Update call to check_float_internal.
17991         (check_complex): Update calls to check_float_internal.
17992         (START): Pass argument to init_max_error.
17993         * math/gen-libm-test.pl (%results): Don't include "kind"
17994         information.
17995         (parse_ulps): Don't handle ulps of individual tests.
17996         (print_ulps_file): Likewise.
17997         (output_ulps): Likewise.
17998         * math/README.libm-test: Update.
17999         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18000         individual tests.
18001         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18002         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18003         * sysdeps/arm/libm-test-ulps: Likewise.
18004         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18005         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18006         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18007         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18008         * sysdeps/microblaze/libm-test-ulps: Likewise.
18009         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18010         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18011         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18012         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18013         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18014         * sysdeps/sh/libm-test-ulps: Likewise.
18015         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18016         * sysdeps/tile/libm-test-ulps: Likewise.
18017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18019 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18021         * math/libm-test.inc (print_complex_max_error): Check separately
18022         whether real and imaginary errors are within allowed range and
18023         pass 0 to print_complex_function_ulps instead of value within
18024         allowed range.
18026 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18028         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18029         formatting.
18030         (get_handles_fopen): Likewise.
18031         (do_write_test): Likewise.
18033         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18035         * libio/fileops.c (do_ftell): Use cached offset when
18036         available.
18037         * libio/iofwide.c (do_ftell_wide): Likewise.
18038         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18039         _IO_file_attach.
18040         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18042         [BZ #16532]
18043         * libio/libioP.h (get_file_offset): New function.
18044         * libio/fileops.c (get_file_offset): Likewise.
18045         (do_ftell): Likewise.
18046         (_IO_new_file_seekoff): Split out ftell logic.
18047         * libio/wfileops.c (do_ftell_wide): Likewise.
18048         (_IO_wfile_seekoff): Split out ftell logic.
18049         * libio/tst-ftell-active-handler.c: New test case.
18050         * libio/Makefile (tests): Add it.
18052 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18054         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18055         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18057 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18059         [BZ #16639]
18060         * nscd/connections.c (nscd_init): Call do_exit.
18061         (start_threads): Call do_exit and notify_parent.
18062         (begin_drop_privileges): Call do_exit.
18063         (finish_drop_privileges): Likewise.
18064         * nscd/selinux.c (preserve_capabilities): Likewise.
18065         (install_real_capabilities): Likewise.
18066         (nscd_selinux_enabled): Likewise.
18067         (avc_create_thread): Likewise.
18068         (avc_alloc_lock): Likewise.
18069         (nscd_avc_init): Likewise.
18070         * nscd/nscd.c (parent_fd): New static variable.
18071         (main): Create a pipe between parent and child processes.
18072         Skip closing parent_fd.
18073         (monitor_child): New function.
18074         (do_exit): Likewise.
18075         (notify_parent): Likewise.
18076         * nscd/nscd.h (notify_parent): Likewise.
18077         (do_exit): Likewise.
18079 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18081         * malloc/malloc.c (__libc_calloc): Revert last change.
18083 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18085         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18087 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18089         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18090         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18091         implementation.
18092         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18093         (__libc_ifunc_impl_list): Likewise.
18094         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18095         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18096         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18097         * string/strrchr.c: Define STRRCHR.
18099 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18101         * benchtest/bench-strtok.c (simple_strtok): Delete.
18102         (strtok_string): Use as benchmark.
18103         * string/strtok (STRTOK): New macro.
18105 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18107         * manual/threads.texi: Add header and standard comments to all
18108         functions.
18110         * elf/dl-lookup.c (check_match): New function.
18111         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18112         (do_lookup_x): Remove nested function check_match. Use non-nested
18113         function check_match.
18115 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18117         * csu/Makefile (generated, before-compile): Use += rather than =.
18118         * catgets/Makefile (generated, generated-dirs): Likewise.
18119         * debug/Makefile (generated): Likewise.
18120         * dlfcn/Makefile (generated): Likewise.
18121         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18122         * iconvdata/Makefile (before-compile, generated): Likewise.
18123         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18124         * libio/Makefile (generated): Likewise.
18125         * malloc/Makefile (generated): Likewise.
18126         * manual/Makefile (generated, generated-dirs): Likewise.
18127         * misc/Makefile (generated): Likewise.
18128         * posix/Makefile (generated): Likewise.
18129         * resolv/Makefile (generated): Likewise.
18130         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18131         * timezone/Makefile (generated, generated-dirs): Likewise.
18133         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18135 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18137         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18138         power8 implementation.
18139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18140         file: POWER8 llround ifunc implementation.
18141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18142         (__lllround): Add POWER8 implementation.
18143         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18144         POWER8 llround implementation.
18146         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18147         power8 implementation.
18148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18149         file: POWER8 llrint ifunc implementation.
18150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18151         Add POWER8 implementation.
18152         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18153         POWER8 llrint implementation.
18155         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18156         power8 implementation.
18157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18158         file: POWER8 finite ifunc implementation.
18159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18160         Add POWER8 implementation.
18161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18162         Likewise.
18163         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18164         POWER8 finite implementation.
18165         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18167         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18168         power8 implementation.
18169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18170         file: POWER8 isinf ifunc implementation.
18171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18172         POWER8 implementation.
18173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18174         Likewise.
18175         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18176         isinf implementation.
18177         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18180         (INIT_ARCH): Add hwcap2 initialization.
18181         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18182         power8 implementation.
18183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18184         file: POWER8 isnan ifunc implementation.
18185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18186         POWER8 implementation.
18187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18188         Likewise.
18189         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18190         isnan implementation.
18191         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18193 2014-02-27  Joey Ye  <joey.ye@arm.com>
18195         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18196         (_FP_NANFRAC_Q): Set to zero.
18198 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18200         [BZ #16623]
18201         * math/auto-libm-test-in: New test inputs.
18202         * math/auto-libm-test-out: Regenerate.
18203         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18204         and DA.
18205         (__cos): Likewise.
18206         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18208 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18210         * scripts/evaluate-test.sh: Take new argument indicating whether
18211         failure is expected.
18212         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18213         indicating whether failure is expected.
18214         * conform/Makefile (test-xfail-run-conformtest): New variable.
18215         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18216         level.
18217         * posix/Makefile (test-xfail-annexc): New variable.
18218         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18220 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18222         * argp/Makefile: Include Makeconfig immediately after defining
18223         subdir.
18224         * assert/Makefile: Likewise.
18225         * benchtests/Makefile: Likewise.
18226         * catgets/Makefile: Likewise.
18227         * conform/Makefile: Likewise.
18228         * crypt/Makefile: Likewise.
18229         * csu/Makefile: Likewise.
18230         (all): Remove target.
18231         * ctype/Makefile: Include Makeconfig immediately after defining
18232         subdir.
18233         * debug/Makefile: Likewise.
18234         * dirent/Makefile: Likewise.
18235         * dlfcn/Makefile: Likewise.
18236         * gmon/Makefile: Likewise.
18237         * gnulib/Makefile: Likewise.
18238         * grp/Makefile: Likewise.
18239         * gshadow/Makefile: Likewise.
18240         * hesiod/Makefile: Likewise.
18241         * hurd/Makefile: Likewise.
18242         (all): Remove target.
18243         * iconvdata/Makefile: Include Makeconfig immediately after
18244         defining subdir.
18245         * inet/Makefile: Likewise.
18246         * intl/Makefile: Likewise.
18247         * io/Makefile: Likewise.
18248         * libio/Makefile: Likewise.
18249         (all): Remove target.
18250         * locale/Makefile: Include Makeconfig immediately after defining
18251         subdir.
18252         * login/Makefile: Likewise.
18253         * mach/Makefile: Likewise.
18254         (all): Remove target.
18255         * malloc/Makefile: Include Makeconfig immediately after defining
18256         subdir.
18257         (all): Remove target.
18258         * manual/Makefile: Include Makeconfig immediately after defining
18259         subdir.
18260         * math/Makefile: Likewise.
18261         * misc/Makefile: Likewise.
18262         * nis/Makefile: Likewise.
18263         * nss/Makefile: Likewise.
18264         * po/Makefile: Likewise.
18265         (all): Remove target.
18266         * posix/Makefile: Include Makeconfig immediately after defining
18267         subdir.
18268         * pwd/Makefile: Likewise.
18269         * resolv/Makefile: Likewise.
18270         * resource/Makefile: Likewise.
18271         * rt/Makefile: Likewise.
18272         * setjmp/Makefile: Likewise.
18273         * shadow/Makefile: Likewise.
18274         * signal/Makefile: Likewise.
18275         * socket/Makefile: Likewise.
18276         * soft-fp/Makefile: Likewise.
18277         * stdio-common/Makefile: Likewise.
18278         * stdlib/Makefile: Likewise.
18279         * streams/Makefile: Likewise.
18280         * string/Makefile: Likewise.
18281         * sunrpc/Makefile: Likewise.
18282         (all): Remove target.
18283         * sysvipc/Makefile: Include Makeconfig immediately after defining
18284         subdir.
18285         * termios/Makefile: Likewise.
18286         * time/Makefile: Likewise.
18287         * timezone/Makefile: Likewise.
18288         (all): Remove target.
18289         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18290         subdir.
18291         * wctype/Makefile: Likewise.
18293 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18295         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18296         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18297         (libc_feholdexcept_setround_mips): Ditto.
18298         (libc_feholdsetround): New.
18299         (libc_feholdsetroundf): New.
18300         (libc_feholdsetroundl): New.
18301         (libc_feupdateenv_test_mips): New.
18302         (libc_feupdateenv_test): New.
18303         (libc_feupdateenv_testf): New.
18304         (libc_feupdateenv_testl): New.
18305         (libc_feresetround): New.
18306         (libc_feresetroundf): New.
18307         (libc_feresetroundl): New.
18308         (libc_fetestexcept_mips): New.
18309         (libc_fetestexcept): New.
18310         (libc_fetestexceptf): New.
18311         (libc_fetestexceptl): New.
18312         (HAVE_RM_CTX): New.
18313         (libc_feholdexcept_setround_mips_ctx): New.
18314         (libc_feholdexcept_setround_ctx): New.
18315         (libc_feholdexcept_setroundf_ctx): New.
18316         (libc_feholdexcept_setroundl_ctx): New.
18317         (libc_fesetenv_mips_ctx): New.
18318         (libc_fesetenv_ctx): New.
18319         (libc_fesetenv_ctxf): New.
18320         (libc_fesetenv_ctxl): New.
18321         (libc_feupdateenv_mips_ctx): New.
18322         (libc_feupdateenv_ctx): New.
18323         (libc_feupdateenvf_ctx): New.
18324         (libc_feupdateenvl_ctx): New.
18325         (libc_feholdsetround_mips_ctx): New.
18326         (libc_feholdsetround_ctx): New.
18327         (libc_feholdsetroundf_ctx): New.
18328         (libc_feholdsetroundl_ctx): New.
18329         (libc_feresetround_mips_ctx): New.
18330         (libc_feresetround_ctx): New.
18331         (libc_feresetroundf_ctx): New.
18332         (libc_feresetroundl_ctx): New.
18334 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18336         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18338         * manual/ipc.texi: New file.
18339         * manual/Makefile (chapters): Add ipc.
18340         * manual/job.texi: Add "Inter-Process Communication" to next.
18341         * manual/process.texi: Add "Inter-Process Communication" to prev.
18343 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18345         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18347 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18349         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18351         * manual/arith.texi: Fix spaces after sentences.
18352         * manual/charset.texi: Likewise.
18353         * manual/errno.texi: Likewise.
18354         * manual/install.texi: Likewise.
18355         * manual/llio.texi: Likewise.
18356         * manual/locale.texi: Likewise.
18357         * manual/maint.texi: Likewise.
18358         * manual/math.texi: Likewise.
18359         * manual/memory.texi: Likewise.
18360         * manual/message.texi: Likewise.
18361         * manual/probes.texi: Likewise.
18362         * manual/resource.texi: Likewise.
18363         * manual/signal.texi: Likewise.
18364         * manual/socket.texi: Likewise.
18365         * manual/stdio.texi: Likewise.
18366         * manual/string.texi: Likewise.
18367         * manual/time.texi: Likewise.
18368         * manual/users.texi: Likewise.
18370 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18372         [BZ #16632]
18373         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18374         _DEFAULT_SOURCE is defined.
18376 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18377             Carlos O'Donell  <carlos@redhat.com>
18379         [BZ #16613]
18380         * elf/dl-tls.c (_dl_count_modids): New function.
18381         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18382         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18383         audit library and increment generation counter.
18384         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18385         * elf/tst-audit9.c: New file.
18386         * elf/tst-auditmod9a.c: New file.
18387         * elf/tst-auditmod9b.c: New file.
18388         * elf/Makefile: Add rules to build and run tst-audit9.
18390 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18392         [BZ #15347]
18393         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18395 2014-02-25  Will Newton  <will.newton@linaro.org>
18397         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18398         (__longjmp): Restore sp and lr before restoring callee
18399         saved registers.  Add longjmp and longjmp_target
18400         SystemTap probe point.
18401         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18402         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18403         Define to zero to match jmpbuf layout.
18404         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18405         (__sigsetjmp): Save sp and lr before saving callee
18406         saved registers.  Add setjmp SystemTap probe point.
18408 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18410         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18412 2014-02-24  Andreas Schwab  <schwab@suse.de>
18414         [BZ #15804]
18415         * elf/pldd.c (wait_for_ptrace_stop): New function.
18416         (main): Call it after attaching.
18418 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18420         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18421         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18422         Versions files is now verboten.
18423         * hurd/Versions (libc: GLIBC_2.0):
18424         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18425         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18426         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18427         * mach/Versions: Likewise.
18429         * csu/Versions: Remove unused %include.
18430         * resolv/Versions: Likewise.
18432 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18434         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18435         ($(objpfx)check-local-headers.out): Likewise.
18436         ($(objpfx)begin-end-check.out): Likewise.
18437         * Makerules (check-abi-%.out): Likewise.
18438         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18439         ($(objpfx)test2.cat): Likewise.
18440         ($(objpfx)de/libc.cat): Likewise.
18441         ($(objpfx)test-gencat.out): Likewise.
18442         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18443         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18444         ($(objpfx)noload-mem): Likewise.
18445         ($(objpfx)tst-pathopt.out): Likewise.
18446         ($(objpfx)tst-rtld-load-self.out): Likewise.
18447         ($(objpfx)tst-array1-cmp.out): Likewise.
18448         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18449         ($(objpfx)tst-array2-cmp.out): Likewise.
18450         ($(objpfx)tst-array3-cmp.out): Likewise.
18451         ($(objpfx)tst-array4-cmp.out): Likewise.
18452         ($(objpfx)tst-array5-cmp.out): Likewise.
18453         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18454         ($(objpfx)check-textrel.out): Likewise.
18455         ($(objpfx)check-execstack.out): Likewise.
18456         ($(objpfx)check-localplt.out): Likewise.
18457         ($(objpfx)order2-cmp.out): Likewise.
18458         ($(objpfx)tst-leaks1-mem): Likewise.
18459         ($(objpfx)tst-leaks1-static-mem): Likewise.
18460         ($(objpfx)tst-initorder-cmp.out): Likewise.
18461         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18462         ($(objpfx)tst-unused-dep.out): Likewise.
18463         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18464         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18465         * iconv/Makefile (test-iconvconfig): Likewise.
18466         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18467         ($(objpfx)iconv-test.out): Likewise.
18468         ($(objpfx)tst-tables.out): Likewise.
18469         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18470         ($(objpfx)tst-gettext.out): Likewise.
18471         ($(objpfx)tst-translit.out): Likewise.
18472         ($(objpfx)tst-gettext2.out): Likewise.
18473         ($(objpfx)tst-gettext4.out): Likewise.
18474         ($(objpfx)tst-gettext6.out): Likewise.
18475         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18476         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18477         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18478         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18479         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18480         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18481         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18482         ($(objpfx)wordexp-tst.out): Likewise.
18483         ($(objpfx)annexc.out): Likewise.
18484         ($(objpfx)tst-fnmatch-mem): Likewise.
18485         ($(objpfx)bug-regex2-mem): Likewise.
18486         ($(objpfx)bug-regex14-mem): Likewise.
18487         ($(objpfx)bug-regex21-mem): Likewise.
18488         ($(objpfx)bug-regex31-mem): Likewise.
18489         ($(objpfx)tst-vfork3-mem): Likewise.
18490         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18491         ($(objpfx)tst-pcre-mem): Likewise.
18492         ($(objpfx)tst-boost-mem): Likewise.
18493         ($(objpfx)tst-getconf.out): Likewise.
18494         ($(objpfx)bug-ga2-mem): Likewise.
18495         ($(objpfx)bug-glob2-mem): Likewise.
18496         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18497         ($(objpfx)mtrace-tst-leaks2): Likewise.
18498         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18499         ($(objpfx)tst-printf.out): Likewise.
18500         ($(objpfx)tst-setvbuf1.out): Likewise.
18501         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18502         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18503         ($(objpfx)tst-fmtmsg.out): Likewise.
18504         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18505         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18507         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18508         * bits/sigaction.h [__USE_MISC]: Likewise.
18509         * bits/waitstatus.h: Update #endif comments.
18510         * ctype/ctype.h: Likewise.
18511         * dirent/dirent.h: Likewise.
18512         [__USE_MISC]: Remove redundant conditionals.
18513         * grp/grp.h: Update #endif comments.
18514         [__USE_GNU]: Remove redundant conditionals.
18515         [__USE_MISC]: Likewise.
18516         * inet/netinet/in.h [__USE_GNU]: Likewise.
18517         * io/sys/stat.h [__USE_MISC]: Likewise.
18518         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18519         * libio/bits/stdio.h: Update #endif comments.
18520         [__USE_MISC]: Remove redundant conditionals.
18521         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18522         * libio/stdio.h: Update #endif comments.
18523         [__USE_MISC]: Remove redundant conditionals.
18524         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18525         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18526         * math/math.h: Update #else and #endif comments.
18527         [__USE_MISC]: Remove redundant conditionals.
18528         * misc/sys/uio.h: Update #endif comments.
18529         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18530         * posix/glob.h [__USE_MISC]: Likewise.
18531         * posix/sys/types.h: Update #endif comments.
18532         [__USE_MISC]: Remove redundant conditionals.
18533         * posix/sys/wait.h: Update #endif comments.
18534         [__USE_MISC]: Remove redundant conditionals.
18535         * posix/unistd.h: Update #endif comments.
18536         [__USE_MISC]: Remove redundant conditionals.
18537         * pwd/pwd.h [__USE_GNU]: Likewise.
18538         [__USE_MISC]: Likewise.
18539         * resolv/netdb.h [__USE_GNU]: Likewise.
18540         * signal/signal.h: Update #endif comments.
18541         [__USE_MISC]: Remove redundant conditionals.
18542         * stdlib/stdlib.h: Update #else and #endif comments.
18543         [__USE_MISC]: Remove redundant conditionals.
18544         [__USE_GNU]: Likewise.
18545         * string/bits/string2.h [__USE_MISC]: Likewise.
18546         * string/string.h: Update #endif comments.
18547         [__USE_MISC]: Remove redundant conditionals.
18548         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18549         Likewise.
18550         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18551         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18552         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18553         Likewise.
18554         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18555         Likewise.
18556         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18557         comments.
18558         [__USE_MISC]: Remove redundant conditionals.
18559         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18560         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18561         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18562         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18563         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18564         Likewise.
18565         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18566         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18567         Likewise.
18568         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18569         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18570         Likewise.
18571         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18572         Likewise.
18573         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18574         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18575         Likewise.
18576         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18577         Likewise.
18578         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18579         * sysdeps/x86/bits/string.h: Update #endif comments.
18580         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18581         conditionals.
18582         * time/sys/time.h: Update #endif comments.
18583         * time/time.h: Likewise.
18584         [__USE_MISC]: Remove redundant conditionals.
18586 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18588         [BZ #16600]
18589         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18591 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18593         * Versions.def (librt): Add GLIBC_2.17.
18595 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18597         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18598         synonym for _SYS_AUXV_H to allow direct inclusion.
18599         * sysdeps/sparc/bits/hwcap.h: Likewise.
18600         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18601         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18602         * sysdeps/sparc/sysdep.h: Likewise.
18604 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18606         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18608 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18610         * benchtests/bench-strrchr.c: Print length instead of position.
18612 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18614         [BZ #16611]
18615         * sysdeps/unix/sysv/linux/kernel-features.h
18616         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18617         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18618         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18619         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18620         Likewise.
18621         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18622         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18623         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18624         (__ASSUME_SENDMMSG): Define instead of using previous
18625         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18626         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18627         (__ASSUME_SENDMMSG_SYSCALL): Define.
18628         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18629         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18630         Likewise.
18631         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18632         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18633         Likewise.
18634         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18635         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18636         Likewise.
18637         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18638         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18639         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18640         [__ASSUME_SENDMMSG]: Change conditionals to
18641         [__ASSUME_SENDMMSG_SOCKETCALL].
18642         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18643         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18644         Define.
18645         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18646         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18647         Likewise.
18648         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18649         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18650         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18651         [!__ASSUME_SENDMMSG]: Change conditional to
18652         [!__ASSUME_SENDMMSG_SOCKETCALL].
18653         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18654         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18655         Define.
18657         [BZ #16610]
18658         * sysdeps/unix/sysv/linux/kernel-features.h
18659         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18660         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18661         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18662         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18663         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18664         [__i386__ || __sparc__]
18665         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18666         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18667         (__ASSUME_RECVMMSG): Define instead of using previous
18668         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18669         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18670         (__ASSUME_RECVMMSG_SYSCALL): Define.
18671         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18672         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18673         Likewise.
18674         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18675         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18676         Likewise.
18677         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18678         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18679         Likewise.
18680         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18681         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18682         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18683         [__ASSUME_RECVMMSG]: Change condition to
18684         [__ASSUME_RECVMMSG_SOCKETCALL].
18685         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18686         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18687         Define.
18688         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18689         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18690         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18691         Likewise.
18692         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18693         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18694         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18695         [!__ASSUME_RECVMMSG]: Change condition to
18696         [!__ASSUME_RECVMMSG_SOCKETCALL].
18697         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18698         (__ASSUME_RECVMMSG_SYSCALL): Define.
18700         [BZ #16609]
18701         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18702         __powerpc__ || __s390__ || __sh__ || __sparc__]
18703         (__ASSUME_SOCKETCALL): Define.
18704         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18705         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18706         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18707         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18708         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18709         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18710         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18711         (__ASSUME_ACCEPT4): Define instead of using previous
18712         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18713         __powerpc__ || __sparc__ || __s390__)] condition.
18714         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18715         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18716         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18717         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18718         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18719         [!__ASSUME_ACCEPT4]: Change condition to
18720         [!__ASSUME_ACCEPT4_SOCKETCALL].
18721         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18722         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18723         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18724         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18725         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18726         __ASSUME_ACCEPT4_SYSCALL.
18727         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18728         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18729         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18730         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18731         __ASSUME_ACCEPT4_SYSCALL.
18732         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18733         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18734         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18735         [__ASSUME_ACCEPT4]: Change condition to
18736         [__ASSUME_ACCEPT4_SOCKETCALL].
18737         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18738         (__ASSUME_SOCKETCALL): Define.
18739         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18740         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18741         (__ASSUME_SOCKETCALL): Define.
18742         (__ASSUME_ACCEPT4): Remove.
18743         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18744         Define.
18745         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18746         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18747         Likewise.
18748         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18749         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18751         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18752         macro.
18753         (HWCAP_ARM_LPAE): Likewise.
18754         (HWCAP_ARM_EVTSTRM): Likewise.
18755         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18756         Add vpfd32, lpae and evtstrm.
18757         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18758         Increase to 22.
18760 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18762         * math/auto-libm-test-in: Add tests of clog10.
18763         * math/auto-libm-test-out: Regenerated.
18764         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18765         * sysdeps/i386/fpu/libm-test-ulps: Update.
18766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18768 2014-02-18  Andreas Schwab  <schwab@suse.de>
18770         [BZ #16574]
18771         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18772         Store non-zero if the second buffer was newly allocated.
18773         (send_dg): Likewise.
18774         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18775         to send_vc and send_dg.
18776         (res_nsend): Pass NULL for ansp2_malloced.
18777         * resolv/res_query.c (__libc_res_nquery): Add parameter
18778         answerp2_malloced and pass it down to __libc_res_nsend.
18779         (res_nquery): Pass additional NULL to __libc_res_nquery.
18780         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18781         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18782         second answer buffer if answerp2_malloced was set.
18783         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18784         (__libc_res_nquerydomain): Add parameter
18785         answerp2_malloced and pass it down to __libc_res_nquery.
18786         (res_nquerydomain): Pass additional NULL to
18787         __libc_res_nquerydomain.
18788         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18789         additional NULL to __libc_res_nsend and __libc_res_nquery.
18790         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18791         additional NULL to __libc_res_nsearch.
18792         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18793         parameter of __libc_res_nsearch to check for separately allocated
18794         second buffer.
18795         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18796         __libc_res_nquery.
18797         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18798         additional NULL to __libc_res_nquery.
18799         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18800         __libc_res_nsearch.
18801         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18802         * include/resolv.h: Update prototypes of __libc_res_nquery,
18803         __libc_res_nsearch, __libc_res_nsend.
18805 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18807         * math/auto-libm-test-in: Add tests of fma.
18808         * math/auto-libm-test-out: Regenerated.
18809         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18810         (fma_towardzero_test_data): Likewise.
18811         (fma_downward_test_data): Likewise.
18812         (fma_upward_test_data): Likewise.
18813         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18814         mpc_mode.
18815         (rounding_modes): Add values for new field.
18816         (func_calc_method): Add value mpfr_fff_f.
18817         (func_calc_desc): Add mpfr_fff_f union field.
18818         (test_function): Add field exact_args.
18819         (FUNC): Add macro argument EXACT_ARGS.
18820         (FUNC_mpfr_f_f): Update call to FUNC.
18821         (FUNC_mpfr_f_f): Likewise.
18822         (FUNC_mpfr_ff_f): Likewise.
18823         (FUNC_mpfr_if_f): Likewise.
18824         (FUNC_mpc_c_f): Likewise.
18825         (FUNC_mpc_c_c): Likewise.
18826         (test_functions): Add fma.  Update calls to FUNC.
18827         (handle_input_arg): Add argument exact_args.
18828         (add_test): Update call to handle_input_arg.
18829         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18830         (output_for_one_input_case): Update call to calc_generic_results.
18831         Recalculate exact zero results in each rounding mode.
18833         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18834         non-negative before setting low bit.
18835         * math/auto-libm-test-in: Mark one asin test possibly having
18836         spurious underflow.
18837         * math/auto-libm-test-out: Regenerated.
18838         * sysdeps/i386/fpu/libm-test-ulps: Update.
18839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18841 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18843         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18844         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18845         ports/sysdeps/unix/sysv/linux/microblaze.
18846         * README: Add missing listing for microblaze*-*-linux-gnu.
18848 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18850         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18851         duplicate code
18853 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18855         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18856         * sysdeps/unix/sysv/linux/ia64: Move directory from
18857         ports/sysdeps/unix/sysv/linux/ia64.
18858         * README: Update listing for ia64-*-linux-gnu.
18860 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18861             Joseph Myers  <joseph@codesourcery.com>
18863         * Makeconfig (test-name): New variable.
18864         (evaluate-test): Likewise.
18865         * Makerules (do-test-clean): Remove .test-result files.
18866         (common-mostlyclean): Likewise.
18867         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18868         * scripts/evaluate-test.sh: New file.
18870 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18872         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18873         separate $(objpfx)tst-fopenloc-cmp.out and
18874         $(objpfx)tst-fopenloc-mem.out targets.
18875         (tests): Update dependencies.
18876         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18877         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18878         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18879         (tst-rxspencer-no-utf8-ARGS): New variable.
18880         (tst-rxspencer-no-utf8-ENV): Likewise.
18881         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18882         instead of $(objpfx)tst-rxspencer-mem.
18883         ($(objpfx)tst-rxspencer-mem): Change target to
18884         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18885         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18886         * posix/tst-rxspencer-no-utf8.c: New file.
18888         * elf/Makefile ($(objpfx)order.out): Remove rule.
18889         [$(run-built-tests) = yes] (tests): Depend on
18890         $(objpfx)order-cmp.out.
18891         ($(objpfx)order-cmp.out): New rule.
18892         [$(run-built-tests) = yes] (tests): Depend on
18893         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18894         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18895         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18896         $(objpfx)tst-array5-static-cmp.out.
18897         ($(objpfx)tst-array1.out): Remove rule.
18898         ($(objpfx)tst-array1-cmp.out): New rule.
18899         ($(objpfx)tst-array1-static.out): Remove rule.
18900         ($(objpfx)tst-array1-static-cmp.out): New rule.
18901         ($(objpfx)tst-array2.out): Remove rule.
18902         ($(objpfx)tst-array2-cmp.out): New rule.
18903         ($(objpfx)tst-array3.out): Remove rule.
18904         ($(objpfx)tst-array3-cmp.out): New rule.
18905         ($(objpfx)tst-array4.out): Remove rule.
18906         ($(objpfx)tst-array4-cmp.out): New rule.
18907         ($(objpfx)tst-array5.out): Remove rule.
18908         ($(objpfx)tst-array5-cmp.out): New rule.
18909         ($(objpfx)tst-array5-static.out): Remove rule.
18910         ($(objpfx)tst-array5-static-cmp.out): New rule.
18911         [$(run-built-tests) = yes] (tests): Depend on
18912         $(objpfx)order2-cmp.out.
18913         ($(objpfx)order2.out): Remove rule.
18914         ($(objpfx)order2-cmp.out): New rule.
18915         ($(objpfx)tst-initorder.out): Remove rule.
18916         [$(run-built-tests) = yes] (tests): Depend on
18917         $(objpfx)tst-initorder-cmp.out.
18918         ($(objpfx)tst-initorder-cmp.out): New rule.
18919         ($(objpfx)tst-initorder2.out): Remove rule.
18920         [$(run-built-tests) = yes] (tests): Depend on
18921         $(objpfx)tst-initorder2-cmp.out.
18922         ($(objpfx)tst-initorder2-cmp.out): New rule.
18923         [$(run-built-tests) = yes] (tests): Depend on
18924         $(objpfx)tst-unused-dep-cmp.out.
18925         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18926         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18927         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18928         on $(objpfx)tst-setvbuf1-cmp.out.
18929         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18930         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18931         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18932         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18933         ($(objpfx)tst-svc.out): Remove rule.
18934         ($(objpfx)tst-svc-cmp.out): New rule.
18936 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18938         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18939         * ctype/ctype.h [__USE_MISC]: Likewise.
18940         * dirent/dirent.h [__USE_MISC]: Likewise.
18941         * grp/grp.h [__USE_MISC]: Likewise.
18942         * io/fcntl.h [__USE_MISC]: Likewise.
18943         * io/sys/stat.h [__USE_MISC]: Likewise.
18944         * libio/stdio.h [__USE_MISC]: Likewise.
18945         * posix/unistd.h [__USE_MISC]: Likewise.
18946         * pwd/pwd.h [__USE_MISC]: Likewise.
18947         * stdlib.h [__USE_MISC]: Likewise.
18948         * string/bits/string2.h [__USE_MISC]: Likewise.
18949         * string/string.h [__USE_MISC]: Likewise.
18950         * time/time.h [__USE_MISC]: Likewise.
18952 2014-02-13  Andreas Schwab  <schwab@suse.de>
18954         [BZ #16574]
18955         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18956         second answer buffer if it was separately allocated.
18958 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18960         * sysdeps/mips/math-tests.h: Include <features.h>.
18961         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18962         (ROUNDING_TESTS_long_double): Do not define.
18963         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18964         (EXCEPTION_TESTS_long_double): Likewise.
18965         * sysdeps/mips/mips64/libm-test-ulps: Update.
18967         * include/features.h (__USE_BSD): Remove macro definitions.
18968         (__USE_SVID): Likewise.
18969         (_BSD_SOURCE): Likewise.
18970         (_SVID_SOURCE): Likewise.
18971         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18972         from definition of _DEFAULT_SOURCE.
18973         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18974         [_DEFAULT_SOURCE].
18975         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18976         * bits/mman.h [__USE_BSD]: Likewise.
18977         * bits/termios.h [__USE_BSD]: Likewise.
18978         * bits/waitstatus.h [__USE_BSD]: Likewise.
18979         * ctype/ctype.h [__USE_SVID]: Likewise.
18980         * dirent/dirent.h [__USE_BSD]: Likewise.
18981         * grp/grp.h [__USE_SVID]: Likewise.
18982         [__USE_BSD]: Likewise.
18983         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18984         * io/fcntl.h [__USE_BSD]: Likewise.
18985         * io/ftw.h [__USE_BSD]: Likewise.
18986         * io/sys/stat.h [__USE_BSD]: Likewise.
18987         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18988         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18989         * libio/stdio.h [__USE_SVID]: Likewise.
18990         [__USE_BSD]: Likewise.
18991         * math/math.h [__USE_SVID]: Likewise.
18992         [__USE_BSD]: Likewise.
18993         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18994         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18995         * misc/search.h [__USE_SVID]: Likewise.
18996         * misc/sys/mman.h [__USE_BSD]: Likewise.
18997         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18998         * misc/sys/uio.h [__USE_BSD]: Likewise.
18999         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19000         * posix/glob.h [__USE_BSD]: Likewise.
19001         * posix/regex.h [__USE_BSD]: Likewise.
19002         * posix/sys/types.h [__USE_BSD]: Likewise.
19003         [__USE_SVID]: Likewise.
19004         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19005         * posix/sys/wait.h [__USE_BSD]: Likewise.
19006         [__USE_SVID]: Likewise.
19007         * posix/unistd.h [__USE_BSD]: Likewise.
19008         [__USE_SVID]: Likewise.
19009         * pwd/pwd.h [__USE_SVID]: Likewise.
19010         * resolv/netdb.h [__USE_BSD]: Likewise.
19011         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19012         * signal/signal.h [__USE_BSD]: Likewise.
19013         [__USE_SVID]: Likewise.
19014         * socket/sys/socket.h [__USE_BSD]: Likewise.
19015         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19016         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19017         [__USE_SVID]: Likewise.
19018         * string/bits/string2.h [__USE_BSD]: Likewise.
19019         [__USE_SVID]: Likewise.
19020         * string/bits/string3.h [__USE_BSD]: Likewise.
19021         * string/endian.h [__USE_BSD]: Likewise.
19022         * string/string.h [__USE_SVID]: Likewise.
19023         [__USE_BSD]: Likewise.
19024         * string/strings.h [__USE_BSD]: Likewise.
19025         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19026         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19027         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19028         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19029         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19030         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19031         Likewise.
19032         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19033         Likewise.
19034         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19035         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19036         Likewise.
19037         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19038         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19039         Likewise.
19040         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19041         Likewise.
19042         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19043         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19044         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19045         Likewise.
19046         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19047         Likewise.
19048         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19049         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19050         * termios/termios.h [__USE_BSD]: Likewise.
19051         * time/sys/time.h [__USE_BSD]: Likewise.
19052         * time/time.h [__USE_BSD]: Likewise.
19053         [__USE_SVID]: Likewise.
19055         * Makefile (subdir_targets): Remove subdir_lint.out.
19057         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19058         (do-tst-printf): Likewise.
19059         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19060         $(objpfx)tst-printf.out.
19062         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19064         * Makerules (check-abi-%): Change target to
19065         $(objpfx)check-abi-%.out.
19066         (check-abi target): Update dependencies.
19067         (check-abi-pattern variable): Redirect output of diff to $@.
19068         (check-abi variable): Likewise.
19069         * elf/Makefile (check-abi): Update dependencies.
19071         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19072         unused.
19073         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19074         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19075         subnormal range.
19076         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19077         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19078         value has largest subnormal exponent.
19079         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19080         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19081         * sysdeps/aarch64/soft-fp/sfp-machine.h
19082         (_FP_TININESS_AFTER_ROUNDING): New macro.
19083         * sysdeps/alpha/soft-fp/sfp-machine.h
19084         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19085         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19086         Likewise.
19087         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19088         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19089         * sysdeps/mips/soft-fp/sfp-machine.h
19090         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19091         * sysdeps/powerpc/soft-fp/sfp-machine.h
19092         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19093         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19094         Likewise.
19095         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19096         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19097         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19098         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19099         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19100         Likewise.
19102 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19104         [BZ #16545]
19105         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19106         model 1.
19108 2014-02-12  Richard Henderson  <rth@redhat.com>
19110         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19111         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19112         * sysdeps/unix/sysv/linux/alpha: Move directory from
19113         ports/sysdeps/unix/sysv/linux/alpha.
19114         * README: Update listing for alpha-*-linux-gnu.
19116 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19118         * include/features.h: Update comment documenting feature test
19119         macros.
19120         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19121         _DEFAULT_SOURCE.
19122         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19123         (_SVID_SOURCE): Likewise.
19124         (_DEFAULT_SOURCE): Update description of default features.
19125         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19126         with _GNU_SOURCE.
19127         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19128         (S_ISVTX): Likewise.
19129         * manual/math.texi (Mathematical Constants): Likewise.
19130         * manual/signal.texi (Interrupted Primitives): Likewise.
19131         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19132         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19133         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19134         Don't refer to _SVID_SOURCE in warning text.
19136         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19138         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19139         already defined.
19140         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19141         * sysdeps/mips/dl-lookup.c: Remove.
19142         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19144 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19146         [BZ #16447]
19147         * math/auto-libm-test-in: Add testcase for expl.
19148         * math/auto-libm-test-out: Regenerate.
19149         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19150         calculation of unsafe.
19151         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19153 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19155         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19156         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19157         ports/sysdeps/unix/sysv/linux/aarch64.
19158         * README: Update listing for aarch64*-*-linux-gnu.
19160 2014-02-11  Will Newton  <will.newton@linaro.org>
19162         * manual/probes.texi (Mathematical Function Probes): Use
19163         "triggered" instead of "hit".
19165         * manual/probes.texi (Internal Probes): Add documentation
19166         of setjmp, longjmp and longjmp_target probes.
19168         * include/stap-probe.h: Add comment about probe argument
19169         format.
19171         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19172         definition.  (tr_where, tr_freehook, tr_mallochook,
19173         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19175 2014-02-11  David S. Miller  <davem@davemloft.net>
19177         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19178         processing int_tests.
19180 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19182         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19183         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19184         * sysdeps/unix/sysv/linux/mips: Move directory from
19185         ports/sysdeps/unix/sysv/linux/mips.
19186         * README: Update listing for mips-*-linux-gnu and
19187         mips64-*-linux-gnu.
19189 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19191         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19192         * sysdeps/unix/sysv/linux/m68k: Move directory from
19193         ports/sysdeps/unix/sysv/linux/m68k.
19194         * README: Update listing for m68k-*-linux-gnu.
19196 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19198         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19199         * sysdeps/unix/sysv/linux/generic: Move directory from
19200         ports/sysdeps/unix/sysv/linux/generic.
19201         * sysdeps/unix/sysv/linux/tile: Move directory from
19202         ports/sysdeps/unix/sysv/linux/tile.
19203         * README: Update listing for tile*-*-linux-gnu.
19205 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19207         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19208         __builtin_expect.
19209         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19210         * catgets/open_catalog.c (__open_catalog): Likewise.
19211         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19212         * debug/confstr_chk.c: Likewise.
19213         * debug/fread_chk.c (__fread_chk): Likewise.
19214         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19215         * debug/getgroups_chk.c: Likewise.
19216         * debug/mbsnrtowcs_chk.c: Likewise.
19217         * debug/mbsrtowcs_chk.c: Likewise.
19218         * debug/mbstowcs_chk.c: Likewise.
19219         * debug/memcpy_chk.c: Likewise.
19220         * debug/memmove_chk.c: Likewise.
19221         * debug/mempcpy_chk.c: Likewise.
19222         * debug/memset_chk.c: Likewise.
19223         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19224         * debug/strcat_chk.c (__strcat_chk): Likewise.
19225         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19226         * debug/strncat_chk.c (__strncat_chk): Likewise.
19227         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19228         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19229         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19230         * debug/wcpncpy_chk.c: Likewise.
19231         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19232         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19233         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19234         * debug/wcsncpy_chk.c: Likewise.
19235         * debug/wcsnrtombs_chk.c: Likewise.
19236         * debug/wcsrtombs_chk.c: Likewise.
19237         * debug/wcstombs_chk.c: Likewise.
19238         * debug/wmemcpy_chk.c: Likewise.
19239         * debug/wmemmove_chk.c: Likewise.
19240         * debug/wmempcpy_chk.c: Likewise.
19241         * debug/wmemset_chk.c: Likewise.
19242         * dirent/scandirat.c (SCANDIRAT): Likewise.
19243         * dlfcn/dladdr1.c (dladdr1): Likewise.
19244         * dlfcn/dladdr.c (dladdr): Likewise.
19245         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19246         * dlfcn/dlerror.c (__dlerror): Likewise.
19247         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19248         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19249         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19250         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19251         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19252         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19253         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19254         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19255         Likewise.
19256         * elf/dl-conflict.c: Likewise.
19257         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19258         * elf/dl-dst.h: Likewise.
19259         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19260         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19261         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19262         * elf/dl-init.c (call_init, _dl_init): Likewise.
19263         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19264         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19265         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19266         Likewise.
19267         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19268         Likewise.
19269         * elf/dl-minimal.c (__libc_memalign): Likewise.
19270         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19271         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19272         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19273         * elf/dl-sym.c (do_sym): Likewise.
19274         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19275         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19276         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19277         * elf/dl-writev.h (_dl_writev): Likewise.
19278         * elf/ldconfig.c (search_dir): Likewise.
19279         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19280         (dl_main): Likewise.
19281         * elf/setup-vdso.h (setup_vdso): Likewise.
19282         * grp/compat-initgroups.c (compat_call): Likewise.
19283         * grp/fgetgrent.c (fgetgrent): Likewise.
19284         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19285         * grp/putgrent.c (putgrent): Likewise.
19286         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19287         Likewise.
19288         * hurd/hurdinit.c: Likewise.
19289         * iconvdata/8bit-gap.c (struct): Likewise.
19290         * iconvdata/ansi_x3.110.c : Likewise.
19291         * iconvdata/big5.c : Likewise.
19292         * iconvdata/big5hkscs.c : Likewise.
19293         * iconvdata/cp1255.c: Likewise.
19294         * iconvdata/cp1258.c : Likewise.
19295         * iconvdata/cp932.c : Likewise.
19296         * iconvdata/euc-cn.c: Likewise.
19297         * iconvdata/euc-jisx0213.c : Likewise.
19298         * iconvdata/euc-jp.c: Likewise.
19299         * iconvdata/euc-jp-ms.c : Likewise.
19300         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19301         * iconvdata/gb18030.c : Likewise.
19302         * iconvdata/gbbig5.c (const): Likewise.
19303         * iconvdata/gbgbk.c: Likewise.
19304         * iconvdata/gbk.c : Likewise.
19305         * iconvdata/ibm1364.c : Likewise.
19306         * iconvdata/ibm930.c : Likewise.
19307         * iconvdata/ibm932.c: Likewise.
19308         * iconvdata/ibm933.c : Likewise.
19309         * iconvdata/ibm935.c : Likewise.
19310         * iconvdata/ibm937.c : Likewise.
19311         * iconvdata/ibm939.c : Likewise.
19312         * iconvdata/ibm943.c: Likewise.
19313         * iconvdata/iso_11548-1.c: Likewise.
19314         * iconvdata/iso-2022-cn.c : Likewise.
19315         * iconvdata/iso-2022-cn-ext.c : Likewise.
19316         * iconvdata/iso-2022-jp-3.c: Likewise.
19317         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19318         * iconvdata/iso-2022-kr.c : Likewise.
19319         * iconvdata/iso646.c (gconv_end): Likewise.
19320         * iconvdata/iso_6937-2.c : Likewise.
19321         * iconvdata/iso_6937.c : Likewise.
19322         * iconvdata/iso8859-1.c: Likewise.
19323         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19324         * iconvdata/shift_jisx0213.c : Likewise.
19325         * iconvdata/sjis.c : Likewise.
19326         * iconvdata/t.61.c : Likewise.
19327         * iconvdata/tcvn5712-1.c : Likewise.
19328         * iconvdata/tscii.c: Likewise.
19329         * iconvdata/uhc.c : Likewise.
19330         * iconvdata/unicode.c (gconv_end): Likewise.
19331         * iconvdata/utf-16.c (gconv_end): Likewise.
19332         * iconvdata/utf-32.c (gconv_end): Likewise.
19333         * iconvdata/utf-7.c (base64): Likewise.
19334         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19335         * iconv/gconv_close.c (__gconv_close): Likewise.
19336         * iconv/gconv_open.c (__gconv_open): Likewise.
19337         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19338         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19339         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19340         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19341         (ucs4le_internal_loop_single): Likewise.
19342         * iconv/iconv.c (iconv): Likewise.
19343         * iconv/iconv_close.c: Likewise.
19344         * iconv/loop.c (SINGLE): Likewise.
19345         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19346         * include/atomic.h: Likewise.
19347         * inet/inet6_option.c (option_alloc): Likewise.
19348         * intl/bindtextdom.c (set_binding_values): Likewise.
19349         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19350         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19351         * intl/localealias.c (read_alias_file): Likewise.
19352         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19353         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19354         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19355         * libio/fmemopen.c (fmemopen): Likewise.
19356         * libio/iofgets.c (_IO_fgets): Likewise.
19357         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19358         * libio/iofgetws.c (fgetws): Likewise.
19359         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19360         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19361         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19362         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19363         * locale/findlocale.c (_nl_find_locale): Likewise.
19364         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19365         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19366         Likewise.
19367         * locale/setlocale.c (setlocale): Likewise.
19368         * login/programs/pt_chown.c (main): Likewise.
19369         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19370         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19371         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19372         (mmap, mmap64, mremap, munmap): Likewise.
19373         * math/e_exp2l.c: Likewise.
19374         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19375         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19376         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19377         * math/s_catan.c (__catan): Likewise.
19378         * math/s_catanf.c (__catanf): Likewise.
19379         * math/s_catanh.c (__catanh): Likewise.
19380         * math/s_catanhf.c (__catanhf): Likewise.
19381         * math/s_catanhl.c (__catanhl): Likewise.
19382         * math/s_catanl.c (__catanl): Likewise.
19383         * math/s_ccosh.c (__ccosh): Likewise.
19384         * math/s_ccoshf.c (__ccoshf): Likewise.
19385         * math/s_ccoshl.c (__ccoshl): Likewise.
19386         * math/s_cexp.c (__cexp): Likewise.
19387         * math/s_cexpf.c (__cexpf): Likewise.
19388         * math/s_cexpl.c (__cexpl): Likewise.
19389         * math/s_clog10.c (__clog10): Likewise.
19390         * math/s_clog10f.c (__clog10f): Likewise.
19391         * math/s_clog10l.c (__clog10l): Likewise.
19392         * math/s_clog.c (__clog): Likewise.
19393         * math/s_clogf.c (__clogf): Likewise.
19394         * math/s_clogl.c (__clogl): Likewise.
19395         * math/s_csin.c (__csin): Likewise.
19396         * math/s_csinf.c (__csinf): Likewise.
19397         * math/s_csinh.c (__csinh): Likewise.
19398         * math/s_csinhf.c (__csinhf): Likewise.
19399         * math/s_csinhl.c (__csinhl): Likewise.
19400         * math/s_csinl.c (__csinl): Likewise.
19401         * math/s_csqrt.c (__csqrt): Likewise.
19402         * math/s_csqrtf.c (__csqrtf): Likewise.
19403         * math/s_csqrtl.c (__csqrtl): Likewise.
19404         * math/s_ctan.c (__ctan): Likewise.
19405         * math/s_ctanf.c (__ctanf): Likewise.
19406         * math/s_ctanh.c (__ctanh): Likewise.
19407         * math/s_ctanhf.c (__ctanhf): Likewise.
19408         * math/s_ctanhl.c (__ctanhl): Likewise.
19409         * math/s_ctanl.c (__ctanl): Likewise.
19410         * math/w_pow.c: Likewise.
19411         * math/w_powf.c: Likewise.
19412         * math/w_powl.c: Likewise.
19413         * math/w_scalb.c (sysv_scalb): Likewise.
19414         * math/w_scalbf.c (sysv_scalbf): Likewise.
19415         * math/w_scalbl.c (sysv_scalbl): Likewise.
19416         * misc/error.c (error_tail): Likewise.
19417         * misc/pselect.c (__pselect): Likewise.
19418         * nis/nis_callback.c (__nis_create_callback): Likewise.
19419         * nis/nis_call.c (__nisfind_server): Likewise.
19420         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19421         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19422         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19423         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19424         * nis/nis_lookup.c (nis_lookup): Likewise.
19425         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19426         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19427         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19428         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19429         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19430         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19431         * nis/nss_compat/compat-initgroups.c (add_group)
19432         (internal_getgrent_r): Likewise.
19433         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19434         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19435         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19436         (internal_getspnam_r): Likewise.
19437         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19438         (_nss_nis_getaliasbyname_r): Likewise.
19439         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19440         (_nss_nis_getntohost_r): Likewise.
19441         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19442         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19443         (_nss_nis_getgrgid_r): Likewise.
19444         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19445         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19446         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19447         (_nss_nis_gethostbyname4_r): Likewise.
19448         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19449         (initgroups_netid): Likewise.
19450         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19451         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19452         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19453         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19454         (_nss_nis_getprotobynumber_r): Likewise.
19455         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19456         (_nss_nis_getsecretkey): Likewise.
19457         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19458         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19459         (_nss_nis_getpwuid_r): Likewise.
19460         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19461         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19462         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19463         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19464         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19465         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19466         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19467         Likewise.
19468         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19469         (_nss_nisplus_getntohost_r): Likewise.
19470         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19471         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19472         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19473         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19474         Likewise.
19475         * nis/nss_nisplus/nisplus-initgroups.c
19476         (_nss_nisplus_initgroups_dyn): Likewise.
19477         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19478         (_nss_nisplus_getnetbyaddr_r): Likewise.
19479         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19480         (_nss_nisplus_getprotobynumber_r): Likewise.
19481         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19482         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19483         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19484         Likewise.
19485         * nis/nss_nisplus/nisplus-service.c
19486         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19487         (_nss_nisplus_getservbyport_r): Likewise.
19488         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19489         (_nss_nisplus_getspnam_r): Likewise.
19490         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19491         Likewise.
19492         * nscd/aicache.c (addhstaiX): Likewise.
19493         * nscd/cache.c (cache_search, prune_cache): Likewise.
19494         * nscd/connections.c (register_traced_file, send_ro_fd)
19495         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19496         (main_loop_epoll): Likewise.
19497         * nscd/grpcache.c (addgrbyX): Likewise.
19498         * nscd/hstcache.c (addhstbyX): Likewise.
19499         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19500         * nscd/mem.c (gc, mempool_alloc): Likewise.
19501         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19502         (addinnetgrX): Likewise.
19503         * nscd/nscd-client.h (__nscd_acquire_maplock)
19504         (__nscd_drop_map_ref): Likewise.
19505         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19506         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19507         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19508         Likewise.
19509         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19510         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19511         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19512         (__nscd_get_map_ref): Likewise.
19513         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19514         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19515         Likewise.
19516         * nscd/pwdcache.c (addpwbyX): Likewise.
19517         * nscd/selinux.c (preserve_capabilities): Likewise.
19518         * nscd/servicescache.c (addservbyX): Likewise.
19519         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19520         * posix/fnmatch.c (fnmatch): Likewise.
19521         * posix/getopt.c (_getopt_internal_r): Likewise.
19522         * posix/glob.c (glob, glob_in_dir): Likewise.
19523         * posix/wordexp.c (exec_comm_child): Likewise.
19524         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19525         (getanswer_r, gaih_getanswer_slice): Likewise.
19526         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19527         * resolv/res_init.c: Likewise.
19528         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19529         * resolv/res_query.c (__libc_res_nquery): Likewise.
19530         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19531         Likewise.
19532         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19533         * stdio-common/perror.c (perror): Likewise.
19534         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19535         * stdio-common/tmpnam.c (tmpnam): Likewise.
19536         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19537         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19538         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19539         Likewise.
19540         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19541         * stdlib/putenv.c (putenv): Likewise.
19542         * stdlib/setenv.c (__add_to_environ): Likewise.
19543         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19544         * stdlib/strtol_l.c (INTERNAL): Likewise.
19545         * string/memmem.c (memmem): Likewise.
19546         * string/strerror.c (strerror): Likewise.
19547         * string/strnlen.c (__strnlen): Likewise.
19548         * string/test-memmem.c (simple_memmem): Likewise.
19549         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19550         * sunrpc/pm_getport.c (__get_socket): Likewise.
19551         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19552         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19553         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19554         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19555         Likewise.
19556         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19557         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19558         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19559         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19560         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19561         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19562         Likewise.
19563         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19564         Likewise.
19565         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19566         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19567         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19568         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19569         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19570         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19571         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19572         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19573         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19574         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19575         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19576         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19577         Likewise.
19578         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19579         Likewise.
19580         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19581         Likewise.
19582         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19583         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19584         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19585         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19586         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19587         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19588         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19589         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19590         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19591         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19592         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19593         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19594         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19595         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19596         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19597         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19598         Likewise.
19599         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19600         Likewise.
19601         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19602         Likewise.
19603         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19604         Likewise.
19605         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19606         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19607         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19608         Likewise.
19609         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19610         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19611         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19612         * sysdeps/posix/sleep.c: Likewise.
19613         * sysdeps/posix/tempname.c: Likewise.
19614         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19615         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19616         Likewise.
19617         * sysdeps/powerpc/powerpc32/dl-machine.h
19618         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19619         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19620         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19621         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19622         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19623         Likewise.
19624         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19625         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19626         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19627         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19628         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19629         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19630         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19631         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19632         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19633         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19634         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19635         (elf_machine_lazy_rel): Likewise.
19636         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19637         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19638         (elf_machine_lazy_rel): Likewise.
19639         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19640         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19641         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19642         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19643         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19644         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19645         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19646         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19647         Likewise.
19648         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19649         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19650         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19651         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19652         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19653         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19654         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19655         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19656         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19657         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19658         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19659         Likewise.
19660         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19661         (__posix_fallocate64_l64): Likewise.
19662         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19663         (posix_fallocate): Likewise.
19664         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19665         Likewise.
19666         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19667         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19668         (getifaddrs_internal): Likewise.
19669         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19670         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19671         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19672         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19673         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19674         (__posix_fallocate64_l64): Likewise.
19675         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19676         Likewise.
19677         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19678         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19679         (__get_clockfreq): Likewise.
19680         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19681         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19682         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19683         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19684         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19685         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19686         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19687         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19688         Likewise.
19689         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19690         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19691         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19692         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19693         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19694         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19695         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19696         Likewise.
19697         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19698         (posix_fallocate): Likewise.
19699         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19700         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19701         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19702         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19703         (elf_machine_rela, elf_machine_rela_relative)
19704         (elf_machine_lazy_rel): Likewise.
19705         * time/asctime.c (asctime_internal): Likewise.
19706         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19707         * time/tzset.c (__tzset_parse_tz): Likewise.
19708         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19709         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19710         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19711         * wcsmbs/wcsmbsload.h: Likewise.
19713         [BZ #15894]
19714         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19716         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19717         (arena_get2): Remove THREAD_STATS conditionals.
19718         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19719         (__malloc_stats, int): Likewise.
19721 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19723         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19724         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19726         * manual/setjmp.texi: Fix typos/grammar errors.
19728         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19729         Only return early when n is <= 0.  Delete unused return statement.
19731         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19732         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19733         * debug/tst-longjmp_chk3.c: New file.
19735         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19736         (test_main): Replace code with set_fortify_handler call.
19737         * debug/test-strcpy_chk.c: Likewise.
19738         * debug/tst-chk1.c: Likewise.
19739         * debug/tst-longjmp_chk.c: Likewise.
19740         * test-skeleton.c: Include fcntl.h & paths.h
19741         (set_fortify_handler): Define.
19743         * debug/tst-longjmp_chk.c: Add header comment and include
19744         ../test-skeleton.c.
19745         (do_test): Mark static.
19746         (TEST_FUNCTION): Define.
19748         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19749         (IP_PMTUDISC_INTERFACE): Likewise.
19750         (IP_MULTICAST_IF): Likewise.
19751         (IP_MULTICAST_TTL): Likewise.
19752         (IP_MULTICAST_LOOP): Likewise.
19753         (IP_ADD_MEMBERSHIP): Likewise.
19754         (IP_DROP_MEMBERSHIP): Likewise.
19755         (IP_UNBLOCK_SOURCE): Likewise.
19756         (IP_BLOCK_SOURCE): Likewise.
19757         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19758         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19759         (IP_MSFILTER): Likewise.
19760         (MCAST_JOIN_GROUP): Likewise.
19761         (MCAST_BLOCK_SOURCE): Likewise.
19762         (MCAST_UNBLOCK_SOURCE): Likewise.
19763         (MCAST_LEAVE_GROUP): Likewise.
19764         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19765         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19766         (MCAST_MSFILTER): Likewise.
19767         (IP_MULTICAST_ALL): Likewise.
19768         (IP_UNICAST_IF): Likewise.
19770         * timezone/Makefile: Delete $(have-ksh) check.
19771         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19772         * timezone/tzselect.ksh: Add +x mode bits.
19774         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19775         (ANON_INODE_FS_MAGIC): Likewise.
19776         (BDEVFS_MAGIC): Likewise.
19777         (BINFMTFS_MAGIC): Likewise.
19778         (BTRFS_TEST_MAGIC): Likewise.
19779         (CRAMFS_MAGIC_WEND): Likewise.
19780         (DEBUGFS_MAGIC): Likewise.
19781         (ECRYPTFS_SUPER_MAGIC): Likewise.
19782         (EXT3_SUPER_MAGIC): Likewise.
19783         (EXT4_SUPER_MAGIC): Likewise.
19784         (FUTEXFS_SUPER_MAGIC): Likewise.
19785         (HOSTFS_SUPER_MAGIC): Likewise.
19786         (HUGETLBFS_MAGIC): Likewise.
19787         (MINIX3_SUPER_MAGIC): Likewise.
19788         (MTD_INODE_FS_MAGIC): Likewise.
19789         (NILFS_SUPER_MAGIC): Likewise.
19790         (OPENPROM_SUPER_MAGIC): Likewise.
19791         (PIPEFS_MAGIC): Likewise.
19792         (PSTOREFS_MAGIC): Likewise.
19793         (QNX6_SUPER_MAGIC): Likewise.
19794         (RAMFS_MAGIC): Likewise.
19795         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19796         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19797         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19798         (SECURITYFS_MAGIC): Likewise.
19799         (SELINUX_MAGIC): Likewise.
19800         (SMACK_MAGIC): Likewise.
19801         (SOCKFS_MAGIC): Likewise.
19802         (SQUASHFS_MAGIC): Likewise.
19803         (STACK_END_MAGIC): Likewise.
19804         (TMPFS_MAGIC): Likewise.
19805         (USBDEVICE_SUPER_MAGIC): Likewise.
19806         (V9FS_MAGIC): Likewise.
19807         (XENFS_SUPER_MAGIC): Likewise.
19808         (CRAMFS_MAGIC): Fix typo in comment.
19809         (EXT2_SUPER_MAGIC): Update comment.
19810         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19812 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19814         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19815         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19816         * sysdeps/unix/sysv/linux/arm: Move directory from
19817         ports/sysdeps/unix/sysv/linux/arm.
19818         * README: Update listing for arm-*-linux-gnueabi.
19820         * README: Remove mention of am33.
19822 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19824         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19825         than the comma operator, to avoid "rhs of comma has no effect"
19826         compiler warnings.
19827         (__sigfillset, __sigandset, __sigorset): Likewise.
19828         * include/signal.h (__sigemptyset): Likewise.
19829         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19831 2014-02-07  Allan McRae  <allan@archlinux.org>
19833         * version.h (RELEASE): Set to "development".
19834         (VERSION): Set to "2.19.90"
19835         * NEWS: Add 2.20 section.
19837 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19839         [BZ #16529]
19840         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19842 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19844         * manual/contrib.texi: Update entry for Carlos O'Donell,
19845         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19847 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19849         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19851         * sysdeps/unix/sysv/linux/kernel-features.h
19852         [__LINUX_KERNEL_VERSION >= 0x020621]
19853         (__ASSUME_PROC_PID_TASK_COMM): Define.
19855 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19857         [BZ #16398]
19858         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19859         conversion when destination buffer does not have enough space.
19860         * libio/tst-ftell-partial-wide.c: New test case.
19861         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19863         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19864         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19865         Leonard and Allan McRae.
19867 2014-02-04  David S. Miller  <davem@davemloft.net>
19869         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19870         32-bit.
19872 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19875         New file
19876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19877         New file
19878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19879         New file.
19880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19881         New file.
19882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19883         New file.
19884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19885         New file.
19886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19887         New file.
19888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19889         New file.
19890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19891         New file.
19892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19893         New file.
19894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19895         New file.
19896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19897         New file.
19898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19899         New file.
19901 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19903         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19904         * shlib-versions: Likewise.
19906 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19907             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19909         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19910         (abilist-pattern): New variable, set to %-le.abilist.
19912         * Makerules (abilist-pattern): New variable.
19913         (vpath): Use $(abilist-pattern) in place of %.abilist.
19914         (check-abi-% pattern rule): Likewise.
19915         (check-abi, update-abi): Likewise.
19917 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19919         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19921 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19923         * manual/startup.texi: Add next, previous, and top entries for
19924         the `Program Arguments' and `Environment Variables' nodes.
19926 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19928         * manual/macros.texi: Add comments before MTASC-safety macros.
19930         * manual/users.texi: Document MTASC-safety properties.
19932         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19933         (pthread_getspecific, pthread_setspecific): Format with
19934         @deftypefun, and add @safety note.
19935         * manual/signal.texi: Move comments that analyze the above
19936         functions to their home place.
19938 2014-02-03  Allan McRae  <allan@archlinux.org>
19940         * po/sl.po: Update Slovenian translation from translation project.
19942 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19944         * manual/time.texi (timegm): Add missing blank after @c.
19945         Reported by Joseph Myers <joseph@codesourcery.com>.
19947 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19949         * manual/check-safety.sh: New.
19950         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19952         * manual/terminal.texi: Document MTASC-safety properties.
19954         * manual/filesys.texi: Document MTASC-safety properties.
19956         * manual/errno.texi: Document MTASC-safety properties.
19958         * manual/intro.texi: Document safety identifiers and
19959         conditionals.
19961         * manual/string.texi (wcstok): Fix prototype.
19962         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19964         * manual/time.texi: Document MTASC-safety properties.
19966         * manual/string.texi: Document MTASC-safety properties.
19968         * manual/threads.texi: Document MTASC-safety properties.
19970         * manual/stdio.texi: Document MTASC-safety properties.
19972         * manual/syslog.texi: Document MTASC-safety properties.
19974         * manual/sysinfo.texi: Document MTASC-safety properties.
19976         * manual/startup.texi: Document MTASC-safety properties.
19978         * manual/socket.texi: Document MTASC-safety properties.
19980         * manual/signal.texi: Document MTASC-safety properties.
19982 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19984         * manual/setjmp.texi: Document MTASC-safety properties.
19986         * manual/search.texi: Document MTASC-safety properties.
19988         * manual/resource.texi: Document MTASC-safety properties.
19990         * manual/process.texi: Document MTASC-safety properties.
19992         * manual/platform.texi: Document MTASC-safety properties.
19994         * manual/pipe.texi: Document MTASC-safety properties.
19996         * manual/pattern.texi: Document MTASC-safety properties.
19998         * manual/message.texi: Document MTASC-safety properties.
20000         [BZ #12751]
20001         * manual/memory.texi: Document MTASC-safety properties.
20003         * manual/math.texi: Document MTASC-safety properties.
20005         * manual/locale.texi: Document MTASC-safety properties.
20007         * manual/llio.texi: Document MTASC-safety properties.
20009         * manual/libdl.texi: New.
20011         * manual/lang.texi: Document MTASC-safety properties.
20013         * manual/job.texi: Document MTASC-safety properties.
20015         * manual/getopt.texi: Document MTASC-safety properties.
20017         * manual/ctype.texi: Document MTASC-safety properties.
20019 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20021         [BZ #16046]
20022         * csu/libc-tls.c (static_map): Remove variable.
20023         (__libc_setup_tls): Use main executable's link map for TLS data.
20024         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20025         casing for LM_ID_BASE and GL(dl_nns).
20026         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20027         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20028         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20029         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20030         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20031         member.
20032         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20033         l_phnum members.
20035 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20037         * manual/debug.texi: Document MTASC-safety properties.
20039 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20041         [BZ #16510]
20042         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20043         of __x86_64__ when disabling x87 inline functions.
20045 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20047         * manual/charset.texi: Document MTASC-safety properties.
20049         * manual/crypt.texi: Document MTASC-safety properties.
20051         * manual/conf.texi: Document MTASC-safety properties.
20053         * manual/arith.texi: Document MTASC-safety properties.
20055         * manual/argp.texi: Document MTASC-safety properties.
20057         * manual/macros.texi: Introduce macros to document multi
20058         thread, asynchronous signal and asynchronous cancellation
20059         safety properties.
20060         * manual/intro.texi: Introduce the properties themselves.
20062 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20064         * sysdeps/sh/sh4/Makefile: New file.
20066 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20068         * math/gen-libm-test.pl ($srcdir): New variable.
20069         ($auto_input): Use it.
20071 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20073         [BZ #16506]
20074         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20075         access beyond array bounds when parsing netgroups file.
20077         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20078         the old buffer before realloc.
20080 2014-01-27  Allan McRae  <allan@archlinux.org>
20082         * po/fr.po: Update French translation from translation project.
20084 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20086         * sysdeps/sh/libm-test-ulps: Regenerate.
20088 2014-01-24  David S. Miller  <davem@davemloft.net>
20090         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20092 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20094         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20095         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20097 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20099         [BZ #16474]
20100         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20101         string pointers after reallocation.
20103 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20105         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20106         __SH4A__ instead of __SH_FPU_ANY__.
20108 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20110         * sysdeps/sh/fpu_control.h: New file.
20111         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20112         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20113         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20114         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20115         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20116         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20117         * sysdeps/sh/sys/ucontext.h: Remove.
20118         * sysdeps/sh/sys: Remove directory.
20120 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20122         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20123         s390/sys/ucontext.h.
20124         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20125         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20127 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20129         [BZ #15605]
20130         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20132 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20134         [BZ#16431]
20135         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20136         Adjust the vDSO correctly for internal calls.
20137         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20139 2014-01-20  Allan McRae  <allan@archlinux.org>
20141         * po/ca.po: Update Catalan translation from translation project.
20143 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20145         * sysdeps/s390/sotruss-lib.c: New file.
20147 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20149         [BZ#16430]
20150         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20151         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20152         local calls issues by not having a PLT stub required for IFUNC calls.
20153         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20155 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20157         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20158         * math/test-fpucw-static.c: Likewise.
20160 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20162         [BZ #16453]
20163         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20165 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20167         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20168         implementation for powerpc.
20170 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20172         [BZ #14782]
20173         * sysdeps/posix/system.c (__libc_system): Do not enable
20174         asynchronous cancellation.
20176 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20178         [BZ #16427]
20179         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20180         handling only for numbers special also in the IEEE case.
20182 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20184         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20186 2014-01-11  Allan McRae  <allan@archlinux.org>
20188         * po/bg.po: Update Bulgarian translation from translation project.
20190         * po/de.po: Update German translation from translation project.
20192 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20194         * sysdeps/generic/gcc-compat.h: New file.
20196 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20198         * benchtests/asin-inputs: Correct slow inputs.
20199         * benchtests/acos-inputs: Likewise.
20201 2014-01-10  Allan McRae  <allan@archlinux.org>
20203         * po:sv.po: Update Swedish translation from translation project.
20205         * po/vi.po: Update Vietnamese translation from translation project.
20207         * po/eo.po: Update Esperanto translation from translation project.
20209         * po/cs.po: Update Czech translation from translation project.
20211         * po/nl.po: Update Dutch translation from translation project.
20213         * po/pl.po: Update Polish translation from translation project.
20215         * po/ru.po: Update Russian translation from translation project.
20217         * po/uk.po: Update Ukrainian translation from translation project.
20219 2014-01-08  Brooks Moses  <bmoses@google.com>
20221         * elf/dl-load.c: Fix comment typo.
20223 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20225         * po/header.pot: Rename to...
20226         * po/pot.header: ... this.
20227         * po/Makefile: Use pot.header.
20229 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20230             Maxim Kuvyrkov  <maxim@kugelworks.com>
20232         [BZ #16394]
20233         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20234         SRC and DEST against LEN.
20236 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20238         [BZ #16414]
20239         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20240         implementation.
20241         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20243 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20247 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20249         [BZ #16408]
20250         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20251         for large positive arguments.
20253 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20255         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20257         * math/auto-libm-test-in: Mark various tests with
20258         xfail-rounding:ldbl-128ibm.
20259         * math/auto-libm-test-out: Regenerated.
20261         [BZ #16407]
20262         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20263         Increase overflow threshold.
20265 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20267         [BZ #14286]
20268         * stdio-common/vfprintf.c: Check for integer overflow.
20270 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20272         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20273         the first argument and return value of __tls_get_addr_internal.
20275 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20277         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20278         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20280 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20282         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20283         * sysdeps/s390/rtld-global-offsets.sym: New file.
20284         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20285         GLIBC_2.19 symbol.
20286         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20287         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20288         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20289         ... this.
20290         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20291         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20292         ... this.
20293         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20294         Regenerate.
20295         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20296         Regenerate.
20297         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20298         halfs of GPRs for high_gprs contexts.
20299         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20300         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20301         field.
20302         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20303         uc_flags field.
20304         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20305         64 bit versions:
20306         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20307         for high GPRs (uc_high_gprs) and for future extensions
20308         (__reserved).
20309         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20310         for future extensions (__reserved).
20311         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20312         64 bit versions:
20313         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20314         SC_HIGHGPRS offset definition.
20315         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20316         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20318         * Versions.def: Add GLIBC_2.19 for libpthread.
20319         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20320         siglongjmp for libpthread with GLIBC_2.19 symver.
20321         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20322         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20323         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20324         * sysdeps/s390/__longjmp.c: New file.
20325         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20326         * sysdeps/s390/longjmp.c: New file.
20327         * sysdeps/s390/setjmp.S: New file.
20328         * sysdeps/s390/sigjmp.S: New file.
20329         * sysdeps/s390/v1-longjmp.c: New file.
20330         * sysdeps/s390/v1-setjmp.h: New file.
20331         * sysdeps/s390/v1-sigjmp.c: New file.
20332         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20333         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20334         GLIBC_2.19 version.
20335         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20336         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20337         versioned symbols for ____longjmp_chk.
20338         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20339         Likewise.
20340         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20341         Regenerate.
20342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20343         Regenerate.
20344         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20345         Regenerate.
20346         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20347         Regenerate.
20348         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20349         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20350         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20351         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20352         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20353         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20354         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20355         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20356         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20357         * sysdeps/s390/rtld-__longjmp.c: New file.
20358         * sysdeps/s390/rtld-setjmp.S: New file.
20360 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20362         [BZ #16400]
20363         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20364         Return -__logl (x) for small positive arguments without evaluating
20365         a polynomial.
20367 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20369         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20370         Rename to ...
20371         (__ptrace_peeksiginfo_args): ... this.
20372         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20373         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20374         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20376 2014-01-06  Allan McRae  <allan@archlinux.org>
20378         * inet/netinet/in.h: Fix typo in comment.
20380 2014-01-05  Andreas Jaeger  <aj@suse.de>
20382         * sysdeps/i386/fpu/libm-test-ulps: Update.
20384 2014-01-05  Allan McRae  <allan@archlinux.org>
20386         * po/libc.pot: Regenerated.
20388         * malloc/memusagestat.c: Fix gettext call formatting.
20390 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20392         * nscd/nscd.c: Improve usage() output.
20394 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20396         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20397         * sysdeps/unix/sysv/linux/configure: Regenerated.
20398         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20399         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20401 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20403         [BZ #16390]
20404         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20405         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20407 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20409         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20410         extra tokens at end of #undef directive.
20411         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20412         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20413         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20415 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20417         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20419         * math/auto-libm-test-in: Mark various tests with
20420         xfail-rounding:ldbl-128ibm.
20421         * math/auto-libm-test-out: Regenerated.
20423 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20425         [BZ #16386]
20426         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20427         numbers with subnormal high part when calculating exponent.
20429         [BZ #16385]
20430         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20431         fabs.
20433         [BZ #16384]
20434         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20435         M_LN2l.
20436         (__ieee754_acoshl): Use __log1pl not __log1p.
20438 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20440         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20441         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20442         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20443         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20444         (reused_arena, arena_get2): Convert to GNU style.
20445         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20446         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20447         (memalign_check, __malloc_set_state): Likewise.
20448         * malloc/mallocbug.c (main): Likewise.
20449         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20450         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20451         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20452         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20453         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20454         (__posix_memalign, malloc_info): Likewise.
20455         * malloc/malloc.h: Likewise.
20456         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20457         (mallochook, memalignhook, reallochook, mabort): Likewise.
20458         * malloc/mcheck.h: Likewise.
20459         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20460         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20461         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20462         * malloc/morecore.c (__default_morecore): Likewise.
20463         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20464         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20465         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20466         (print_and_abort): Likewise.
20467         * malloc/obstack.h: Likewise.
20468         * malloc/set-freeres.c (__libc_freeres): Likewise.
20469         * malloc/tst-mallocstate.c (main): Likewise.
20470         * malloc/tst-mtrace.c (main): Likewise.
20471         * malloc/tst-realloc.c (do_test): Likewise.
20473 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20475         [BZ #16366]
20476         * nscd/netgroupcache.c (do_notfound): New function.
20477         (addgetnetgrentX): Use it.
20479         [BZ # 16365]
20480         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20481         NSS_STATUS_NOTFOUND.
20483 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20485         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20488 2014-01-01  Allan McRae  <allan@archlinux.org>
20490         * scripts/update-copyrights: Update configure input file suffix.
20492         * NEWS: Update copyright year.
20493         * catgets/gencat.c: Likewise.
20494         * csu/version.c: Likewise.
20495         * debug/catchsegv.sh: Likewise.
20496         * debug/pcprofiledump.c: Likewise.
20497         * debug/xtrace.sh: Likewise.
20498         * elf/ldconfig.c: Likewise.
20499         * elf/ldd.bash.in: Likewise.
20500         * elf/pldd.c: Likewise.
20501         * elf/sotruss.ksh: Likewise.
20502         * elf/sprof.c: Likewise.
20503         * iconv/iconv_prog.c: Likewise.
20504         * iconv/iconvconfig.c: Likewise.
20505         * locale/programs/locale.c: Likewise.
20506         * locale/programs/localedef.c: Likewise.
20507         * login/programs/pt_chown.c: Likewise.
20508         * malloc/memusage.sh: Likewise.
20509         * malloc/memusagestat.c: Likewise.
20510         * malloc/mtrace.pl: Likewise.
20511         * manual/libc.texinfo: Likewise.
20512         * nscd/nscd.c: Likewise.
20513         * nss/getent.c: Likewise.
20514         * nss/makedb.c: Likewise.
20515         * posix/getconf.c: Likewise.
20516         * scripts/test-installation.pl: Likewise.
20518         * All files with FSF copyright notices: Update copyright dates
20519         using scripts/update-copyrights.
20520         * intl/plural.c: Regenerated.
20521         * locale/programs/charmap-kw.h: Likewise.
20522         * locale/programs/locfile-kw.h: Likewise.
20524 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20526         * sysdeps/unix/sysv/linux/configure: Regenerated.
20527         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20528         the linux/fanotify.h header.
20529         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20530         HAVE_LINUX_FANOTIFY_H is defined.
20532 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20534         * benchtests/cos-inputs: New inputs.
20535         * benchtests/sin-inputs: Likewise.
20537         * benchtests/atan-inputs: New inputs. Fix name of multiple
20538         precision fallback inputs.
20540         * benchtests/atanh-inputs: New inputs.
20541         * benchtests/tanh-inputs: Likewise.
20543         * benchtests/acosh-inputs: New inputs.
20544         * benchtests/asinh-inputs: Likewise.
20546         * benchtests/cosh-inputs: New inputs.
20547         * benchtests/sinh-inputs: Likewise.
20549         * benchtests/acos-inputs: Add more inputs.
20550         * benchtests/asin-inputs: Likewise.
20552 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20554         [BZ #16375]
20555         * manual/arith.texi: Fix spelling.
20556         * manual/charset.texi: Likewise.
20557         * manual/errno.texi: Likewise.
20558         * manual/filesys.texi: Likewise.
20559         * manual/lang.texi: Likewise.
20560         * manual/llio.texi: Likewise.
20561         * manual/locale.texi: Likewise.
20562         * manual/message.texi: Likewise.
20563         * manual/resource.texi: Likewise.
20564         * manual/search.texi: Likewise.
20565         * manual/setjmp.texi: Likewise.
20566         * manual/stdio.texi: Likewise.
20567         * manual/string.texi: Likewise.
20568         * manual/sysinfo.texi: Likewise.
20569         * manual/time.texi: Likewise.
20571 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20573         * po/sl.po: New file.
20575 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20577         * .gitignore: Add core/.gdbinit/.gdb_history.
20579 2013-12-27  Allan McRae  <allan@archlinux.org>
20581         [BZ #16369]
20582         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20583         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20585 2013-12-24  Brooks Moses  <bmoses@google.com>
20587         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20588         all compilers that claim C++98 compliance, not just GCC.
20589         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20590         Likewise.
20592 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20594         * NEWS: Restore accidentally deleted bug-fix entries.
20596 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20597             Ondřej Bílka  <neleai@seznam.cz>
20599         [BZ #15073]
20600         * malloc/malloc.c (_int_free): Perform sanity check only if we
20601         have_lock.
20603 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20605         [BZ #12986]
20606         * manual/stdio.texi (String Input Conversions): Clarify that character
20607         classes are not supported.
20609 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20611         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20613 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20615         [BZ #16337]
20616         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20617         Calculate results for small negative arguments directly rather
20618         than using reflection formula with special underflow handling.
20620         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20621         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20622         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20623         (fchflags): Likewise.
20624         (revoke): Likewise.
20625         (setlogin): Likewise.
20626         (sigaltstack): Likewise.
20627         (wait4): Likewise.
20628         (sigblock): Remove.
20629         (sigsetmask): Likewise.
20630         (wait3): Likewise.
20631         (waitpid): Likewise.
20632         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20633         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20634         file.
20635         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20636         * sysdeps/unix/bsd/Makefile: ... here.
20637         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20638         * sysdeps/unix/bsd/Versions: ... here.
20639         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20640         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20641         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20642         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20643         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20644         * sysdeps/unix/bsd/sigblock.c: ... here.
20645         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20646         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20647         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20648         * sysdeps/unix/bsd/sigvec.c: ... here.
20649         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20650         * sysdeps/unix/bsd/tcdrain.c: ... here.
20651         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20652         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20653         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20654         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20655         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20656         * sysdeps/unix/bsd/wait.c: ... here.
20657         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20658         * sysdeps/unix/bsd/wait3.c: ... here.
20659         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20660         * sysdeps/unix/bsd/waitpid.c: ... here.
20662 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20664         [BZ #16356]
20665         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20666         round-to-nearest for [!USE_AS_EXPM1L].
20667         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20668         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20669         more tests of exp and exp10.  Expect some exp10 tests to miss
20670         exceptions or fail in directed rounding modes.
20671         * math/auto-libm-test-out: Regenerated.
20672         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20673         (exp10_test_tonearest): New function.
20674         (exp10_towardzero_test_data): New array.
20675         (exp10_test_towardzero): New function.
20676         (exp10_downward_test_data): New array.
20677         (exp10_test_downward): New function.
20678         (exp10_upward_test_data): New array.
20679         (exp10_test_upward): New function.
20680         (main): Call the new functions.
20681         * sysdeps/i386/fpu/libm-test-ulps: Update.
20682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20684 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20686         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20687         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20688         * math/auto-libm-test-out: Regenerated.
20689         * math/libm-test.inc (acosh_test_data): Add more tests.
20690         (atanh_test_data): Likewise.
20691         (ceil_test_data): Likewise.
20692         (copysign_test_data): Likewise.
20693         * sysdeps/i386/fpu/libm-test-ulps: Update.
20694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20696         * timezone/checktab.awk: Update from tzcode 2013i.
20697         * timezone/private.h: Likewise.
20698         * timezone/scheck.c: Likewise.
20699         * timezone/tzfile.h: Likewise.
20700         * timezone/tzselect.ksh: Likewise.
20701         * timezone/zdump.c: Likewise.
20702         * timezone/zic.c: Likewise.
20704         * math/auto-libm-test-in: Add tests of cpow.
20705         * math/auto-libm-test-out: Regenerated.
20706         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20707         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20708         mpc_cc_c.
20709         (func_calc_desc): Add mpc_cc_c union field.
20710         (test_functions): Add cpow.
20711         (special_fill_2pi): New function.
20712         (special_real_inputs): Add 2pi.
20713         (calc_generic_results): Handle mpc_cc_c.
20714         * sysdeps/i386/fpu/libm-test-ulps: Update.
20715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20717         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20718         csqrt, ctan and ctanh.
20719         * math/auto-libm-test-out: Regenerated.
20720         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20721         (TEST_COND_x86): Likewise.
20722         (ccos_test_data): Use AUTO_TESTS_c_c.
20723         (ccosh_test_data): Likewise.
20724         (cexp_test_data): Likewise.
20725         (clog_test_data): Likewise.
20726         (csqrt_test_data): Likewise.
20727         (ctan_test_data): Likewise.
20728         (ctan_tonearest_test_data): Likewise.
20729         (ctan_towardzero_test_data): Likewise.
20730         (ctan_downward_test_data): Likewise.
20731         (ctan_upward_test_data): Likewise.
20732         (ctanh_test_data): Likewise.
20733         (ctanh_tonearest_test_data): Likewise.
20734         (ctanh_towardzero_test_data): Likewise.
20735         (ctanh_downward_test_data): Likewise.
20736         (ctanh_upward_test_data): Likewise.
20737         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20738         mpc_c_c.
20739         (func_calc_desc): Add mpc_c_c union field.
20740         (FUNC_mpc_c_c): New macro.
20741         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20742         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20743         ctanh.
20744         (special_fill_min_subnorm_p120): New function.
20745         (special_real_inputs): Add min_subnorm_p120.
20746         (calc_generic_results): Handle mpc_c_c.
20747         * sysdeps/i386/fpu/libm-test-ulps: Update.
20748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20750 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20752         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20753         (do_sin_slow): New functions.
20754         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20755         (cslow2, csloww1, csloww2): Use the new functions.
20757         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20758         Use M to change sign of result instead of X.  Assume X is
20759         positive.
20760         (csloww1): Likewise.
20761         (__sin): Adjust.
20762         (__cos): Adjust.
20764         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20765         arguments A and DA.
20766         (__sin): Adjust.
20767         (__cos): Likewise.
20769         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20770         (__cos): Likewise.
20771         (sloww1): Don't adjust sign of DX.
20772         (csloww1): Likewise.
20773         (sloww2): Use X directly and don't adjust sign of DX.
20774         (csloww2): Likewise.
20776 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20778         * math/auto-libm-test-in: Add tests of cabs and carg.
20779         * math/auto-libm-test-out: Regenerated.
20780         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20781         (carg_test_data): Likewise.
20782         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20783         mpc_c_f.
20784         (func_calc_desc): Add mpc_c_f union field.
20785         (test_functions): Add cabs and carg.
20786         (calc_generic_results): Handle mpc_c_f.
20788         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20789         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20790         as a macro and a compat symbol.
20791         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20792         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20793         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20794         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20795         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20796         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20797         not use .hidden.
20798         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20799         Likewise.
20800         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20801         Likewise.
20802         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20803         Likewise.
20804         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20805         Likewise.
20806         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20807         Likewise.
20808         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20809         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20810         from GLIBC_2.3.2.
20812 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20814         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20816 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20818         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20819         trailing whitespace removed.
20820         * scripts/config.guess: Update to version 2013-11-29.
20821         * scripts/config.sub: Update to version 2013-10-01.
20823         * math/auto-libm-test-in: Add tests of sincos.
20824         * math/auto-libm-test-out: Regenerated.
20825         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20826         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20827         mpfr_f_11.
20828         (func_calc_desc): Add mpfr_f_11 union field.
20829         (test_functions): Add sincos.
20830         (calc_generic_results): Handle mpfr_f_11.
20831         * sysdeps/i386/fpu/libm-test-ulps: Update.
20832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20834 2013-12-19  Andreas Schwab  <schwab@suse.de>
20836         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20837         CALL_MCOUNT.
20838         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20839         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20840         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20842 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20844         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20845         * sysdeps/i386/fpu/libm-test-ulps: Update.
20846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20848         [BZ #16293]
20849         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20850         round-to-nearest mode when using frndint.
20851         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20852         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20853         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20854         Likewise.
20855         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20856         sinh test to fail.
20857         * math/auto-libm-test-out: Regenerated.
20858         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20859         (TEST_COND_x86): Likewise.
20860         (expm1_tonearest_test_data): New array.
20861         (expm1_test_tonearest): New function.
20862         (expm1_towardzero_test_data): New array.
20863         (expm1_test_towardzero): New function.
20864         (expm1_downward_test_data): New array.
20865         (expm1_test_downward): New function.
20866         (expm1_upward_test_data): New array.
20867         (expm1_test_upward): New function.
20868         (main): Run the new test functions.
20869         * sysdeps/i386/fpu/libm-test-ulps: Update.
20870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20872         * include/features.h: Update comment documenting feature test
20873         macros.  Mention _DEFAULT_SOURCE in comment.
20874         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20875         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20876         _BSD_SOURCE and _SVID_SOURCE.
20877         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20878         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20879         !_SVID_SOURCE]: Likewise.
20880         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20881         (__USE_POSIX_IMPLICITLY): Define.
20882         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20883         (_POSIX_SOURCE): Undefine and redefine.
20884         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20885         (_POSIX_C_SOURCE): Likewise.
20886         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20887         (Feature Test Macros): Update documentation of default features.
20889 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20891         * benchtests/Makefile: Add bench-strtok.
20892         * benchtests/bench-strtok.c: New file: strtok benchtest.
20894 2013-12-19  Allan McRae  <allan@archlinux.org>
20896         * manual/install.texi: Suppress menu for plain text output.
20897         * INSTALL: Regenerated.
20899 2013-12-18  Brooks Moses  <bmoses@google.com>
20901         [BZ #15846]
20902         * misc/getauxval.c: Include errno.h.
20903         (__getauxval): Set errno to ENOENT if the requested type is not
20904         found.
20905         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20906         don't declare with __attribute_const__.
20907         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20908         * manual/startup.texi: Document that getauxval sets errno.
20910 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20912         * math/auto-libm-test-in: Add tests of jn and yn.
20913         * math/auto-libm-test-out: Regenerated.
20914         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20915         (yn_test_data): Likewise.
20916         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20917         mpfr_if_f.
20918         (func_calc_desc): Add mpfr_if_f union field.
20919         (FUNC_mpfr_if_f): New macro.
20920         (test_functions): Add jn and yn.
20921         (calc_generic_results): Assert type of second input for
20922         mpfr_ff_f.  Handle mpfr_if_f.
20923         (output_for_one_input_case): Disable all checking for arguments
20924         fitting floating-point types in case of an integer argument.
20925         * sysdeps/i386/fpu/libm-test-ulps: Update.
20926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20929         Don't expect fegetround reference in libm.so.
20931 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20933         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20934         $(config-cflags-nofma).
20936 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20938         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20939         * math/auto-libm-test-out: Regenerated.
20941         [BZ #16338]
20942         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20943         to determine exponent and adjust argument to have exponent of -1.
20944         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20945         log2.
20946         * math/auto-libm-test-out: Regenerated.
20947         * sysdeps/i386/fpu/libm-test-ulps: Update.
20948         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20950 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20952         * manual/probes.texi: Remove cases when per-thread arenas are
20953         disabled.
20955 2013-12-18  Andreas Schwab  <schwab@suse.de>
20957         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20958         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20959         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20960         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20961         * sysdeps/i386/i686/multiarch/Makefile: Update.
20962         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20964 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20966         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20967         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20969 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20971         [BZ #15968]
20972         Support TZ transition times < 00:00:00.
20973         This is needed for version-3 tz-format files; it supports time
20974         stamps past 2037 for America/Godthab (the only entry in the tz
20975         database for which this change is relevant).
20976         * manual/time.texi (TZ Variable): Document transition times
20977         from -167:59:59 through -00:00:01.
20978         * time/tzset.c (tz_rule): Time of day is now signed.
20979         (__tzset_parse_tz): Parse negative time of day.
20981         Document TZ transition times >= 25:00:00.
20982         * manual/time.texi (TZ Variable): Document transition times from
20983         25:00:00 through 167:59:59.  These are already supported, and this
20984         support will help with version-3 tz-format files.
20986         * manual/time.texi (TZ Variable): Modernize North America example
20987         to reflect current (i.e., 2007-and-later) daylight saving rules.
20989         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20991 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20993         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20994         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20995         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20996         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20997         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20998         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20999         * sysdeps/unix/bsd/clock.c: Likewise.
21000         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21001         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21002         * sysdeps/unix/bsd/init-posix.c: Likewise.
21003         * sysdeps/unix/bsd/poll.c: Likewise.
21004         * sysdeps/unix/bsd/ptsname.c: Likewise.
21005         * sysdeps/unix/bsd/seekdir.c: Likewise.
21006         * sysdeps/unix/bsd/setegid.c: Likewise.
21007         * sysdeps/unix/bsd/seteuid.c: Likewise.
21008         * sysdeps/unix/bsd/setgid.c: Likewise.
21009         * sysdeps/unix/bsd/setrgid.c: Likewise.
21010         * sysdeps/unix/bsd/setruid.c: Likewise.
21011         * sysdeps/unix/bsd/setsid.c: Likewise.
21012         * sysdeps/unix/bsd/setuid.c: Likewise.
21013         * sysdeps/unix/bsd/sigaction.c: Likewise.
21014         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21015         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21016         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21017         * sysdeps/unix/bsd/telldir.c: Likewise.
21018         * sysdeps/unix/bsd/times.c: Likewise.
21019         * sysdeps/unix/bsd/usleep.c: Likewise.
21021         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21022         ($(objpfx)libbsd-compat.a): Remove rule.
21024         * include/features.h (__FAVOR_BSD): Do not define.
21025         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21026         features conflicting with POSIX.
21027         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21028         (_BSD_SOURCE): Remove description of not being a subset of other
21029         feature test macros.
21030         * manual/job.texi (getpgrp): Do not document BSD version.
21031         (getpgid): Do not document by reference to BSD getpgrp.
21032         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21033         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21034         * signal/signal.h [__FAVOR_BSD]: Likewise.
21035         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21036         instead of making contents conditional on [__FAVOR_BSD].
21037         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21039 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21043 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21045         [BZ #16314]
21046         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21047         values below 2**-450, not 2**-500.
21048         * math/auto-libm-test-in: Don't allow spurious underflow from
21049         hypot.
21050         * math/auto-libm-test-out: Regenerated.
21052         [BZ #16316]
21053         [BZ #16330]
21054         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21055         values of ha and hb and sort them after adjusting subnormal
21056         arguments.
21057         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21058         Likewise.
21059         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21060         values of ea and eb and sort them after adjusting subnormal
21061         arguments.
21062         * math/auto-libm-test-in: Do not expect some hypot tests of
21063         subnormals to fail.  Add more hypot tests.
21064         * math/auto-libm-test-out: Regenerated.
21066 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21068         [BZ #13304]
21069         * sysdeps/sh/s_fma.c: New file.
21070         * sysdeps/sh/s_fmaf.c: New file.
21071         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21072         version.
21073         * sysdeps/sh/Implies: Add sh/soft-fp.
21075 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21077         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21078         level of indirection to members `objname', `errstring', `malloced'.
21079         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21080         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21081         it as the __longjmp argument (just pass 1 instead).
21082         (_dl_catch_error): Initialize C with argument pointers and address of
21083         volatile local ERRCODE rather than copying values out of C at return.
21085 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21087         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21088         * math/auto-libm-test-out: Regenerated.
21089         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21090         (hypot_test_data): Likewise.
21091         (pow_test_data): Likewise.
21092         (pow_tonearest_test_data): Likewise.
21093         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21094         mpfr_ff_f.
21095         (func_calc_desc): Add mpfr_ff_f union field.
21096         (FUNC_mpfr_ff_f): New macro.
21097         (test_functions): Add atan2, hypot and pow.
21098         (special_fill_min): New function.
21099         (special_fill_minus_min): Likewise.
21100         (special_fill_min_subnorm): Likewise.
21101         (special_fill_minus_min_subnorm): Likewise.
21102         (special_real_inputs): Add min, -min, min_subnorm and
21103         -min_subnorm.
21104         (calc_generic_results): Handle mpfr_ff_f.
21105         * sysdeps/i386/fpu/libm-test-ulps: Update.
21106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21108 2013-12-16  Will Newton  <will.newton@linaro.org>
21110         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21111         (Aligned Memory Blocks): Add documentation for aligned_alloc
21112         and suggest it as an alternative to posix_memalign.
21113         (Hooks for Malloc): Document __memalign_hook is also called
21114         for aligned_alloc.  (Summary of Malloc): Add summary for
21115         aligned alloc.  Document __memalign_hook is also called
21116         for aligned_alloc.
21118 2013-12-16  Will Newton  <will.newton@linaro.org>
21120         * manual/memory.texi (Malloc Examples): Clarify default
21121         alignment documentation.  Suggest posix_memalign rather
21122         than memalign or valloc.
21123         (Aligned Memory Blocks): Remove suggestion to use memalign
21124         or valloc.  Remove obsolete comment about BSD.
21125         Document memalign errno values and mark the function obsolete.
21126         Document posix_memalign returned error codes.  Mark valloc
21127         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21128         called for posix_memalign and valloc.
21129         (Summary of Malloc): Add posix_memalign to function summary.
21130         __memalign_hook is also called for posix_memalign and valloc.
21132 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21134         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21135         TAYLOR_SIN.
21136         (__sin): Adjust.
21137         (__cos): Likewise.
21138         (sloww): Use mynumber union.  Expand ternary operator into
21139         if-else statements.
21140         (cslow): use mynumber union.
21142 2013-12-16  Allan McRae  <allan@archlinux.org>
21144         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21145         * configure: Regenerated.
21147         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21149         [BZ #14120]
21150         * configure.ac: Added --enable-maintainer-mode. Check for
21151         autoconf when enabled.
21152         * configure: Regenerated.
21154         * nscd/nscd.service: New file.
21155         * nscd/nscd.tmpfiles: New file.
21157 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21159         [BZ #12100]
21160         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21161         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21162         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21163         (strstr): Add __strstr_sse2_unaligned ifunc.
21164         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21165         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21166         (strcasestr): Remove __strcasestr_sse42 ifunc.
21167         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21168         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21169         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21171 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21173         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21174         * sysdeps/sh/bits/fenv.h: ... here.
21175         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21177 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21179         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21181         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21182         hypotf multiarch implementations.
21183         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21184         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21185         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21186         multiarch hypot for PPC64.
21187         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21188         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21189         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21190         multiarch hypotf for PPC64.
21192         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21193         modff multiarch implementations.
21194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21197         multiarch modf for PPC64.
21198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21201         multiarch modff for PPC64.
21203         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21204         and logl multiarch implementations.
21205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21208         multiarch logb for PPC64.
21209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21212         multiarch logb for PPC64.
21213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21216         multiarch logb for PPC64.
21218         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21219         isinff multiarch implementation.
21220         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21221         file.
21222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21224         multiarch isinf for PPC64.
21225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21226         file.
21227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21228         multiarch isinff for PPC64.
21230         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21231         finitef multiarch implementation.
21232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21233         file.
21234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21236         multiarch finite for PPC64.
21237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21238         file.
21239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21240         multiarch finitef for PPC64.
21242         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21243         lrint multiarch implementation.
21244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21245         file.
21246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21248         multiarch llrint for PPC64.
21249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21250         multiarch lrint for PPC64.
21252         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21253         copysignf multiarch implementation.
21254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21255         file.
21256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21257         file.
21258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21259         multiarch copysign for PPC64.
21260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21261         multiarch copysignf for PPC64.
21263         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21264         multiarch implementation.
21265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21266         file.
21267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21268         file.
21269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21270         file.
21271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21272         file.
21273         multiarch llround for PPC64.
21274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21275         multiarch trunc for PPC64.
21276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21277         multiarch truncf for PPC64.
21279         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21280         multiarch implementation.
21281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21282         file.
21283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21284         file.
21285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21286         file.
21287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21288         file.
21289         multiarch llround for PPC64.
21290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21291         multiarch round for PPC64.
21292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21293         multiarch roundf for PPC64.
21295         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21296         multiarch implementation.
21297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21298         file.
21299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21300         file.
21301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21302         file.
21303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21304         file.
21305         multiarch llround for PPC64.
21306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21307         multiarch floor for PPC64.
21308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21309         multiarch floorf for PPC64.
21311         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21312         multiarch implementation.
21313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21314         file.
21315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21316         file.
21317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21318         file.
21319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21320         file.
21321         multiarch llround for PPC64.
21322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21323         multiarch ceil for PPC64.
21324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21325         multiarch ceilf for PPC64.
21327         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21328         multiarch implementation.
21329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21330         file.
21331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21332         file.
21333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21334         file.
21335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21336         multiarch llround for PPC64.
21337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21338         multiarch lround for PPC64.
21340         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21341         multiarch implementation.
21342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21345         file.
21346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21349         multiarch isnan for PPC64.
21350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21351         multiarch isnanf for PPC64.
21353         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21354         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21355         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21356         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21357         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21360         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21361         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21362         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21363         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21365         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21366         multiarch implementations.
21367         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21368         (__libc_ifunc_impl_list): Likewise.
21369         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21370         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21371         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21372         multiarch stpcpy for PPC64.
21374         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21375         multiarch implementations.
21376         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21377         (__libc_ifunc_impl_list): Likewise.
21378         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21379         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21380         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21381         multiarch strcpy for PPC64.
21383         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21384         redefine function name.
21385         (_wordcopy_fwd_dest_aligned): Likewise.
21386         (_wordcopy_bwd_aligned): Likewise.
21387         (_wordcopy_bwd_dest_aligned): Likewise.
21388         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21389         multiarch implementations.
21390         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21391         (__libc_ifunc_impl_list): Likewise.
21392         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21393         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21394         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21395         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21396         multiarch wcscpy for PPC64.
21398         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21399         multiarch implementations.
21400         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21401         (__libc_ifunc_impl_list): Likewise.
21402         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21403         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21404         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21405         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21406         multiarch wcscpy for PPC64.
21408         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21409         multiarch implementations.
21410         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21411         (__libc_ifunc_impl_list): Likewise.
21412         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21413         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21414         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21415         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21416         multiarch wcsrchr for PPC64.
21418         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21419         multiarch implementations.
21420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21421         (__libc_ifunc_impl_list): Likewise.
21422         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21423         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21424         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21425         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21426         multiarch wcschr for PPC64.
21428         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21429         multiarch implementations.
21430         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21431         (__libc_ifunc_impl_list): Likewise.
21432         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21433         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21434         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21435         multiarch strchrnul for PPC64.
21437         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21438         implementations.
21439         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21440         (__libc_ifunc_impl_list): Likewise.
21441         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21442         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21443         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21444         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21445         strchr for PPC64.
21447         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21448         implementations.
21449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21450         (__libc_ifunc_impl_list): Likewise.
21451         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21452         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21453         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21454         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21455         strncmp for PPC64.
21457         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21458         multiarch implementations.
21459         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21460         (__libc_ifunc_impl_list): Likewise.
21461         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21462         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21463         strncasecmp for PPC64.
21464         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21465         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21466         multiarch strncasecmp_l for PPC64.
21468         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21469         multiarch implementations.
21470         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21471         (__libc_ifunc_impl_list): Likewise.
21472         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21473         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21474         multiarch strcasecmp for PPC64.
21475         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21476         file.
21477         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21478         multiarch strcasecmp_l for PPC64.
21480         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21481         implementations.
21482         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21483         (__libc_ifunc_impl_list): Likewise.
21484         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21485         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21486         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21487         strnlen for PPC64.
21489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21490         implementations.
21491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21492         (__libc_ifunc_impl_list): Likewise.
21493         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21494         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21495         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21496         strlen for PPC64.
21498         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21499         implementations.
21500         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21501         (__libc_ifunc_impl_list): Likewise.
21502         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21503         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21504         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21505         rawmemrchr for PPC64.
21507         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21508         implementation.
21509         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21510         (__libc_ifunc_impl_list): Likewise.
21511         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21512         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21513         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21514         memrchr for PPC64.
21516         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21517         implementation.
21518         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21519         (__libc_ifunc_impl_list): Likewise.
21520         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21521         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21522         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21523         memchr for PPC64.
21525         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21526         implementation.
21527         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21528         (__libc_ifunc_impl_list): Likewise.
21529         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21530         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21531         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21532         mempcpy for PPC64.
21534         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21535         avoid cretion of __bzero symbol.
21536         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21537         Likewise.
21538         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21539         Likewise.
21540         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21541         Likewise.
21542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21543         multiarch implementations.
21544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21545         (__libc_ifunc_impl_list): Likewise.
21546         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21547         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21548         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21549         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21550         bzero for PPC32.
21551         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21552         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21553         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21554         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21555         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21556         memset for PPC64.
21557         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21559         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21560         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21561         implementations.
21562         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21563         (__libc_ifunc_impl_list): Likewise.
21564         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21565         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21566         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21567         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21568         memcmp for PPC64.
21570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21571         multiarch for POWER/PPC64.
21572         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21573         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21574         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21575         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21576         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21577         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21578         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21579         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21580         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21581         memcpy for PPC64.
21583         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21584         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21585         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21586         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21587         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21588         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21589         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21590         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21591         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21592         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21593         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21594         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21595         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21596         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21597         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21606 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21608         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21610 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21612         * benchtests/Makefile (bench): Add exp2 and log2.
21613         (LDLIBS-bench-exp2): Add -lm.
21614         (LDLIBS-bench-log2): Likewise.
21615         * benchtests/exp2-inputs: New inputs file.
21616         * benchtests/log2-inputs: New inputs file.
21617         * benchtests/log-inputs: Add new inputs.
21618         * benchtests/tan-inputs: Likewise.
21620 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21622         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21623         definition...
21624         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21625         (csloww2): ... from here.
21627         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21628         instead of structures.
21629         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21630         (POLYNOMIAL): Likewise.
21631         (TAYLOR_SLOW): Likewise.
21632         (__sin): Likewise.
21633         (__cos): Likewise.
21634         (slow1): Likewise.
21635         (slow2): Likewise.
21636         (sloww): Likewise.
21637         (sloww1); Likewise.
21638         (sloww2): Likewise.
21639         (bsloww1): Likewise.
21640         (bsloww2): Likewise.
21641         (cslow2): Likewise.
21642         (csloww): Likewise.
21643         (csloww1): Likewise.
21644         (csloww2): Likewise.
21646 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21648         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21649         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21650         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21651         * malloc/hooks.c (realloc_check): Likewise.
21653         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21654         * malloc/arena.c: Remove PER_THREAD conditional.
21655         [!PER_THREAD]: Remove code.
21656         (ptmalloc_unlock_all2): Likewise.
21657         (ptmalloc_init): Likewise.
21658         (_int_new_arena): Likewise.
21659         (arena_get2): Likewise.
21660         * malloc/hooks.c (__malloc_get_state): Likewise.
21661         (__malloc_set_state): Likewise.
21662         * malloc/malloc.c: Likewise.
21663         (struct malloc_state): Likewise.
21664         (struct malloc_par): Likewise.
21665         (__libc_realloc): Likewise.
21666         (__libc_mallopt): Likewise.
21668 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21670         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21672 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21674         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21675         macro to a function.  Check for zero perturb_byte.
21676         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21678         * malloc/malloc.c: (force_reg): Remove.
21679         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21680         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21681         force_reg by atomic_forced_read.
21682         * malloc/arena.c (ptmalloc_init): Likewise.
21683         * malloc/hooks.c (top_check): Likewise.
21685 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21689 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21691         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21693 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21695         * math/auto-libm-test-in: Add tests of lgamma.
21696         * math/auto-libm-test-out: Regenerated.
21697         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21698         (M_LOG_2_SQRT_PIl): Likewise.
21699         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21700         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21701         mpfr_f_f1.
21702         (func_calc_desc): Add mpfr_f_f1 union field.
21703         (ARGS1): New macro.
21704         (ARGS2): Likewise.
21705         (ARGS3): Likewise.
21706         (ARGS4): Likewise.
21707         (RET1): Likewise.
21708         (RET2): Likewise.
21709         (CALC): Likewise.
21710         (FUNC): Likewise.
21711         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21712         (test_functions): Add lgamma.
21713         (calc_generic_results): Handle mpfr_f_f1.
21714         * sysdeps/i386/fpu/libm-test-ulps: Update.
21715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21717 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21719         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21720         __mpn_add_n for PowerPC64/POWER7.
21721         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21722         __mpn_sub_n for PowerPC64/POWER7.
21724         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21725         __mpn_addmul_1 for PowerPC64.
21726         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21727         __mpn_submul_1 for PowerPC64.
21728         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21729         for PowerPC64.
21730         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21731         for PowerPC64.
21733 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21735         [BZ #15089]
21736         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21738 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21740         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21742         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21743         add multiarch folders.
21744         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21745         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21746         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21747         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21748         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21749         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21750         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21751         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21752         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21753         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21754         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21763         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21765         New file.
21766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21767         New file.
21768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21769         multiarch __ieee754_hypot for PowerPC32.
21770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21771         New file.
21772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21773         New file.
21774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21775         multiarch __ieee754_hypotf for PowerPC32.
21777         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21778         long_double_symbol only if __logbl is defined.
21779         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21780         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21781         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21782         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21783         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21784         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21785         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21786         path for implementation.
21787         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21788         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21790         logb, and logbl multiarch implementations for PowerPC32.
21791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21792         file.
21793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21794         file.
21795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21796         multiarch logb for PowerPC32.
21797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21798         file.
21799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21800         file.
21801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21802         multiarch logbf for PowerPC32.
21803         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21805         file.
21806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21807         multiarch logbl implementation for PowerPC32.
21809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21810         and modff multiarch implementations.
21811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21812         New file.
21813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21814         New file.
21815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21816         multiarch modf for PowerPC32.
21817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21818         New file.
21819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21820         New file.
21821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21822         multiarch modff for PowerPC32.
21824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21825         and lrintf multiarch implementations.
21826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21827         New file.
21828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21829         New file.
21830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21831         multiarch lrint for PowerPC32.
21832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21833         file: multiarch lrintf for PowerPC32.
21835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21836         and lroundf multiarch implementations.
21837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21838         New file.
21839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21840         New file.
21841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21842         New file.
21843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21844         multiarch lround for PowerPC32.
21845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21846         file: multiarch lroundf for PowerPC32.
21848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21849         copysign and copysignf multiarch implementations.
21850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21851         New file.
21852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21853         New file.
21854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21855         file: multiarch copysign for PowerPC32.
21856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21857         file: multiarch copysignf for PowerPC32.
21859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21860         and truncf multiarch implementations.
21861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21862         New file.
21863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21864         file.
21865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21866         multiarch trunc for PowerPC32.
21867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21868         New file.
21869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21870         New file.
21871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21872         multiarch truncf for PowerPC32.
21874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21875         and roundf multiarch implementations.
21876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21877         New file.
21878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21879         file.
21880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21881         multiarch round for PowerPC32.
21882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21883         New file.
21884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21885         New file.
21886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21887         multiarch roundf for PowerPC32.
21889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21890         and floorf multiarch implementations.
21891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21892         New file.
21893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21894         file.
21895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21896         multiarch floor for PowerPC32.
21897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21898         New file.
21899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21900         New file.
21901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21902         multiarch floorf for PowerPC32.
21904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21905         and ceilf multiarch implementations.
21906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21907         New file.
21908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21909         file.
21910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21911         multiarch ceil for PowerPC32.
21912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21913         New file.
21914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21915         file.
21916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21917         multiarch ceilf for PowerPC32.
21919         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21920         is defined.
21921         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21922         FINITEF is defined.
21923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21924         and finitef multiarch implementations.
21925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21926         New file.
21927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21928         file.
21929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21930         multiarch finite for PowerPC32.
21931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21932         New file.
21933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21934         file: multiarch finitef for PowerPC32.
21936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21937         and isinff multiarch implementations.
21938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21939         file.
21940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21941         file.
21942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21943         multiarch isinf for PowerPC32.
21944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21945         New file.
21946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21947         multiarch isinff for PowerPC32.
21949         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21950         alias when __isnan is defined.
21951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21952         and isnanf multiarch implementations.
21953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21954         file.
21955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21956         file.
21957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21958         file.
21959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21960         file.
21961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21962         multiarch isnan for PowerPC32.
21963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21964         New file.
21965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21966         New file.
21967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21968         multiarch isnanf for PowerPC32.
21970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21971         and sqrtf multiarch implementations.
21972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21973         file.
21974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21975         file.
21976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21977         multiarch sqrt for PowerPC32.
21978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21979         file.
21980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21981         file.
21982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21983         multiarch sqrtf for PowerPC32.
21985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21986         and llroundf multiarch implementations.
21987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21988         New file.
21989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21990         New file.
21991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21992         New file.
21993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21994         file: multiarch llround for PowerPC32.
21995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21996         file: multiarch llroundf for PowerPC32.
21998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21999         multiarch PowerPC32 fpu implementations.
22000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22001         New file.
22002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22003         New file.
22004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22005         multiarch llrint for PowerPC32.
22006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22007         New file.
22008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22009         New file.
22010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22011         file.
22013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22015         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22016         file.
22017         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22018         file.
22019         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22020         file.
22021         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22022         multiarch wordcopy for PPC32.
22023         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22024         wordcopy objects.
22025         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22026         (__libc_ifunc_impl_list): Likewise.
22027         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22028         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22029         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22030         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22031         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22032         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22034         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22035         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22036         file.
22037         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22038         file.
22039         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22040         file.
22041         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22042         multiarch wcscpy for PPC32.
22043         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22044         multiarch objects.
22045         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22046         (__libc_ifunc_impl_list): Likewise.
22047         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22048         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22049         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22050         sysdeps/powerpc/power6/wcscpy.c.
22052         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22053         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22054         file.
22055         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22056         file.
22057         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22058         file.
22059         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22060         multiarch wcsrchr for PPC32.
22061         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22062         multiarch objects.
22063         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22064         (__libc_ifunc_impl_list): Likewise.
22065         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22066         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22067         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22068         sysdeps/powerpc/power6/wcsrchr.c.
22070         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22071         file.
22072         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22073         file.
22074         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22075         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22076         multiarch wcschr for PPc32.
22077         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22078         multiarch objects.
22079         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22080         (__libc_ifunc_impl_list): Likewise.
22081         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22082         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22083         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22084         sysdeps/powerpc/power6/wcschr.c.
22086         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22087         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22088         file.
22089         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22090         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22091         file: multiarch strchr for PPC32.
22092         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22093         multiarch objects.
22094         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22095         (__libc_ifunc_impl_list): Likewise.
22097         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22098         name.
22099         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22100         file.
22101         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22102         file.
22103         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22104         multiarch strchrnul for PPC32.
22105         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22106         multiarch objects.
22107         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22108         (__libc_ifunc_impl_list): Likewise.
22110         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22111         file.
22112         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22113         multiarch strncasecmp for PPC32.
22114         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22115         file.
22116         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22117         multiarch strncasecmp_l for PPC32.
22118         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22119         strncasecmp multiarch objects.
22120         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22121         (__libc_ifunc_impl_list): Likewise.
22123         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22124         file.
22125         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22126         multiarch strncasecmp for PPC32.
22127         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22128         New file.
22129         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22130         multiarch strcasecmp_l for PPC32.
22131         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22132         multiarch objects.
22133         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22134         (__libc_ifunc_impl_list): Likewise.
22136         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22137         file.
22138         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22139         file.
22140         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22141         multiarch strncmp for PPC32.
22142         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22143         multiarch objects.
22144         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22145         (__libc_ifunc_impl_list): Likewise.
22147         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22148         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22149         file.
22150         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22151         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22152         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22153         multiarch objects.
22154         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22155         (__libc_ifunc_impl_list): Likewise.
22157         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22158         file.
22159         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22160         file.
22161         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22162         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22163         multiarch objects.
22164         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22165         (__libc_ifunc_impl_list): Likewise.
22167         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22168         file.
22169         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22170         file.
22171         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22172         multiarch rawmemchr for PPC32.
22173         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22174         multiarch objects.
22175         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22176         (__libc_ifunc_impl_list): Likewise.
22178         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22179         file.
22180         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22181         file.
22182         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22183         file: memrchr multiarch for PPC32.
22184         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22185         multiarch objects.
22186         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22187         (__libc_ifunc_impl_list): Likewise.
22189         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22190         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22191         file.
22192         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22193         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22194         multiarch memchr for PPC32.
22195         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22196         multiarch objects.
22197         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22198         (__libc_ifunc_impl_list): Likewise.
22200         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22201         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22202         file.
22203         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22204         file.
22205         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22206         file: multiarch mempcpy for PPC32.
22207         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22208         multiarch objects.
22209         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22210         (__libc_ifunc_impl_list): Likewise.
22212         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22213         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22214         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22215         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22216         multiarch bzero for PPC32.
22217         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22218         file.
22219         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22220         file.
22221         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22222         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22223         file: multiarch memset for PPC32.
22224         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22225         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22226         memset multiarch objects.
22227         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22228         (__libc_ifunc_impl_list): Likewise.
22230         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22231         file.
22232         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22233         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22234         memcmp for PPC32.
22235         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22236         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22237         multiarch objects.
22238         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22239         (__libc_ifunc_impl_list): Likewise.
22241         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22242         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22243         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22244         file.
22245         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22246         file.
22247         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22248         file.
22249         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22250         multiarch memcpy for PPC32.
22251         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22252         multiarch objects.
22253         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22254         (__libc_ifunc_impl_list): Likewise.
22256         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22257         support multiarch for POWER/PPC32.
22258         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22259         Likewise.
22260         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22262         Implies file to make multiarch folder appers before the fpu and
22263         default folder for power4 configuration.
22265 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22267         * scripts/bench.pl: Append volatile keyword to type.
22269 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22271         * sysdeps/sh/sotruss-lib.c: New file.
22272         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22274 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22276         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22278 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22280         [BZ #6810]
22281         * math/w_tgamma.c: Include <errno.h>.
22282         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22283         * math/w_tgammaf.c: Include <errno.h>.
22284         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22285         * math/w_tgammal.c: Include <errno.h>.
22286         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22287         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22288         underflow.  Add more tgamma tests.
22289         * math/auto-libm-test-out: Regenerated.
22290         * sysdeps/i386/fpu/libm-test-ulps: Update.
22291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22293         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22294         sin, sinh, tan, tanh, tgamma, y0 and y1.
22295         * math/auto-libm-test-out: Regenerated.
22296         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22297         (TEST_COND_x86): Likewise.
22298         (M_E2l): Remove macro.
22299         (M_E3l): Likewise.
22300         (M_2_SQRT_PIl): Likewise.
22301         (M_SQRT_PIl): Likewise.
22302         (M_1_DIV_El): Likewise.
22303         (log_test_data): Use AUTO_TESTS_f_f.
22304         (log10_test_data): Likewise.
22305         (log1p_test_data): Likewise.
22306         (log2_test_data): Likewise.
22307         (sin_test_data): Likewise.
22308         (sin_tonearest_test_data): Likewise.
22309         (sin_towardzero_test_data): Likewise.
22310         (sin_downward_test_data): Likewise.
22311         (sin_upward_test_data): Likewise.
22312         (sinh_test_data): Likewise.
22313         (sinh_tonearest_test_data): Likewise.
22314         (sinh_towardzero_test_data): Likewise.
22315         (sinh_downward_test_data): Likewise.
22316         (sinh_upward_test_data): Likewise.
22317         (tan_test_data): Likewise.
22318         (tan_tonearest_test_data): Likewise.
22319         (tan_towardzero_test_data): Likewise.
22320         (tan_downward_test_data): Likewise.
22321         (tan_upward_test_data): Likewise.
22322         (tanh_test_data): Likewise.
22323         (tgamma_test_data): Likewise.
22324         (y0_test_data): Likewise.
22325         (y1_test_data): Likewise.
22326         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22327         (special_real_inputs): Add pi/4.
22328         * sysdeps/i386/fpu/libm-test-ulps: Update.
22329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22331 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22333         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22334         "longjmp_target" static probes.
22335         (__longjmp): Rename to __longjmp_symbol.
22336         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22337         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22338         on which longjmp to generate.
22339         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22340         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22341         probe.
22342         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22343         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22344         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22345         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22346         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22347         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22349         __longjmp_symbol based on which __longjmp to generate.
22350         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22351         probe.
22352         (setjmp): Rename to setjmp_symbol.
22353         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22354         (_setjmp): Rename to _setjmp_symbol.
22355         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22356         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22357         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22358         which setjmp to generate.
22359         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22360         "longjmp_target" static probes.
22362 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22364         * benchtests/README: Add note about output arguments.
22365         * benchtests/bench-sincos.c: Remove file.
22366         * benchtests/sincos-inputs: New file.
22367         * scripts/bench.pl: Identify output arguments and define
22368         static variables for them.
22370         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22372         [BZ #15941]
22373         * Makefile (INSTALL): Add install-plain.texi as the primary
22374         dependency.
22375         * manual/install-plain.texi: New file.
22376         * manual/install.texi: Include node directive only for
22377         non-plaintext output.
22379 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22381         * stdlib/longlong.h: Update from GCC.
22383         [BZ #6807]
22384         [BZ #15901]
22385         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22386         * math/w_j0f.c (y0f): Likewise.
22387         * math/w_j0l.c (__y0l): Likewise.
22388         * math/w_j1.c (y1): Likewise.
22389         * math/w_j1f.c (y1f): Likewise.
22390         * math/w_j1l.c (__y1l): Likewise
22391         * math/w_jn.c (yn): Likewise.
22392         * math/w_jnf.c (ynf): Likewise.
22393         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22394         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22395         value for Bessel function domain errors outside _SVID_ mode.
22396         Adjust sign of return value for yn (negative integer, 0).
22397         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22398         by zero in return for negative x and set sign appropriately for
22399         negative n.
22400         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22401         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22402         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22403         expectations in error cases.
22404         (y1_test_data): Likewise.
22405         (yn_test_data): Likewise.
22406         * sysdeps/i386/fpu/libm-test-ulps: Update.
22407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22409 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22411         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22412         "64" to "64-v1".  Add "64-v2".
22413         (abi-64-options): Rename to ...
22414         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22415         (abi-64-condition): Rename to ...
22416         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22417         (abi-64-ld-soname): Rename to ...
22418         (abi-64-v1-ld-soname): ... this.
22419         (abi-64-v2-options): Define.
22420         (abi-64-v2-condition): Likewise.
22421         (abi-64-v2-ld-soname): Likewise.
22422         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22423         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22428 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22429             Alan Modra  <amodra@gmail.com>
22431         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22432         New versions for use with the ELFv2 ABI.
22433         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22434         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22435         declaration.
22436         (struct La_ppc64v2_retval): Likewise.
22437         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22438         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22439         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22440         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22441         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22442         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22443         Do not save or restore CR.
22444         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22445         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22446         return values for ELFv2 ABI.  Fix location of FPR return registers.
22447         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22448         updated values for _CALL_ELF == 2.
22449         (La_regs, La_retval, int_retval): Likewise.
22451 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22453         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22454         (FRAME_MIN_SIZE_PARM): Likewise.
22455         (FRAME_BACKCHAIN): Likewise.
22456         (FRAME_CR_SAVE): Likewise.
22457         (FRAME_LR_SAVE): Likewise.
22458         (FRAME_TOC_SAVE): Likewise.
22459         (FRAME_PARM_SAVE): Likewise.
22460         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22461         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22462         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22463         (call_mcount_parm_offset): New macro.
22464         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22465         (PROF): Use symbolic stack frame offsets.
22466         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22467         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22468         Redefine in terms of FRAME_MIN_SIZE.
22469         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22470         (_dl_profile_resolve): Likewise.  Update comment.
22471         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22472         symbols stack frame offsets.
22473         (__sigsetjmp): Likewise.
22474         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22475         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22476         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22477         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22480         (FRAME_BACKCHAIN): Remove.
22481         (FRAME_CR_SAVE): Likewise.
22482         (FRAME_LR_SAVE): Likewise.
22483         (FRAME_COMPILER_DW): Likewise.
22484         (FRAME_LINKER_DW): Likewise.
22485         (FRAME_TOC_SAVE): Likewise.
22486         (FRAME_PARM_SAVE): Likewise.
22487         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22488         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22489         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22491         (CHECK_SP): Use symbolic stack frame offsets.
22492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22493         zone" instead of caller's parameter save area for temp storage.
22494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22495         Likewise.  Also, use symbolic stack frame offsets.
22496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22497         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22498         our own stack frame instead of the caller's.
22499         (__socket): Use symbolic stack frame offsets.
22501 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22502             Alan Modra  <amodra@gmail.com>
22504         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22505         Define.
22506         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22507         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22508         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22509         New function.
22510         (elf_machine_fixup_plt): Call it.
22511         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22512         reloc arguments.
22513         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22514         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22515         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22516         r2 before calling target.
22518 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22519             Alan Modra  <amodra@gmail.com>
22521         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22522         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22523         versions of macros to support ELFv2 ABI.
22524         (LOCALENTRY): New macro.
22525         (ENTRY, EALIGN): Use it.
22526         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22527         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22528         fall through into ENTRY entry point.
22529         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22530         Only define if _CALL_ELF != 2.
22532         (elf_machine_matches_host): Verify ABI version matches.
22533         (RTLD_START): Use LOCALENTRY.
22534         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22535         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22536         (PLT_ENTRY_WORDS): New macro.
22537         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22538         (elf_machine_runtime_setup): Support ELFv2 ABI.
22539         (elf_machine_fixup_plt): Likewise.
22540         (elf_machine_plt_conflict): Likewise.
22541         (resolve_ifunc): Likewise.
22542         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22543         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22544         Likewise.
22545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22546         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22548         (makecontext): Support ELFv2 ABI.
22549         * elf/elf.h (EF_PPC64_ABI): Define.
22551 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22553         * sysdeps/powerpc/powerpc64/sysdep.h
22554         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22555         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22556         (ENTRY) [ASSEMBLER]: ... but instead here ...
22557         (EALIGN) [ASSEMBLER]: ... and here.
22558         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22559         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22560         (ENTRY_2) [!ASSEMBLER]: Use it.
22561         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22562         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22563         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22564         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22565         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22567         Use PPC64_LOAD_FUNCPTR.
22569         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22571 2013-12-04  Alan Modra  <amodra@gmail.com>
22573         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22574         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22575         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22576         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22578         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22579         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22580         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22581         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22582         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22583         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22585 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22588         (__makecontext): Fix incorrect CFI when backtracing out of
22589         context created via makecontext.
22590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22591         (__setcontext): Fix incorrect CFI during switch to new context.
22592         (__novec_setcontext): Likewise.
22594 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22596         [BZ #4772]
22597         * time/strptime_l.c (__strptime_internal): Allow modifiers
22598         in strptime.
22599         * time/tst-strptime.c (day_tests): Add testcase.
22601 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22603         * scripts/bench.pl: Skip over blank lines.
22605 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22607         [BZ #926]
22608         * manual/time.texi (Calendar Time): Clarify what timezone functions
22609         use.
22611 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22615 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22617         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22618         implementation.
22619         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22620         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22621         * debug/memset_chk.c (__memset_chk): Likewise.
22622         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22623         * debug/strncpy_chk.c: Likewise.
22625 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22627         [BZ #15268]
22628         [BZ #15425]
22629         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22630         (__ieee754_exp): For possibly underflowing results, check size of
22631         result and force underflow exception if required.
22632         * math/auto-libm-test-in: Add more tests of exp.
22633         * math/auto-libm-test-out: Regenerated.
22634         * sysdeps/i386/fpu/libm-test-ulps: Update.
22635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22637         [BZ #16283]
22638         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22639         * math/w_exp2f.c (__exp2f): Likewise.
22640         * math/w_exp2l.c (__exp2l): Likewise.
22641         * math/auto-libm-test-in: Do not allow missing errno on exp2
22642         underflow.
22643         * math/auto-libm-test-out: Regenerated.
22645 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22647         [BZ #16274]
22648         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22649         handle filename validation.
22650         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22651         (do_open): Delete.
22653 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22655         [BZ #6786]
22656         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22657         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22658         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22659         <float.h>.
22660         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22661         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22662         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22663         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22664         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22665         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22666         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22667         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22668         Add more erfc tests.
22669         * math/auto-libm-test-out: Regenerated.
22670         * sysdeps/i386/fpu/libm-test-ulps: Update.
22671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22673         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22674         exp2, expm1, j0 and j1.
22675         * math/auto-libm-test-out: Regenerated.
22676         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22677         (erfc_test_data): Likewise.
22678         (exp_test_data): Likewise.
22679         (exp_tonearest_test_data): Likewise.
22680         (exp_towardzero_test_data): Likewise.
22681         (exp_downward_test_data): Likewise.
22682         (exp_upward_test_data): Likewise.
22683         (exp10_test_data): Likewise.
22684         (exp2_test_data): Likewise.
22685         (expm1_test_data): Likewise.
22686         (j0_test_data): Likewise.
22687         (j1_test_data): Likewise.
22688         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22689         (input_flag_type): Add flag_xfail_rounding.
22690         (input_flags): Add xfail-rounding.
22691         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22692         (output_for_one_input_case): Handle flag_xfail_rounding.
22693         * sysdeps/i386/fpu/libm-test-ulps: Update.
22694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22696 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22698         [BZ #16289]
22699         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22700         division by 0.
22702 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22704         [BZ #16195]
22705         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22706         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22707         (STAP_PROBE0): New macro.
22708         (STAP_PROBE1): Likewise.
22709         (STAP_PROBE2): Likewise.
22710         (STAP_PROBE3): Likewise.
22711         (STAP_PROBE4): Likewise.
22713 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22715         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22717 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22719         * benchtests/Makefile (bench): Add sqrt.
22720         (LDLIBS-bench-sqrt): New.
22721         * benchtests/sqrt-input: New.
22723 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22725         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22726         (GAIH_EAI): Likewise.
22727         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22728         (gaih_inet): Likewise.
22729         (getaddrinfo): Don't use GAIH_EAI.
22731         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22732         (struct gaih): Remove definition.
22734 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22736         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22737         Use HERRNOP directly.
22739 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22741         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22743 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22745         * math/gen-auto-libm-tests.c (test_functions): Add more
22746         single-argument functions.
22747         (special_fill_pi_2): New function.
22748         (special_fill_minus_pi_2): Likewise.
22749         (special_fill_pi_6): Likewise.
22750         (special_fill_minus_pi_6): Likewise.
22751         (special_fill_pi_3): Likewise.
22752         (special_fill_2pi_3): Likewise.
22753         (special_fill_e): Likewise.
22754         (special_fill_1_e): Likewise.
22755         (special_fill_e_minus_1): Likewise.
22756         (special_real_inputs): Add more special inputs.
22757         (output_for_one_input_case): Do not require ERANGE on underflow to
22758         zero if round-to-nearest result does not underflow to zero, unless
22759         exact results required.
22760         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22761         atan, atanh, cbrt, cos and cosh.
22762         * math/auto-libm-test-out: Regenerated.
22763         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22764         (acos_tonearest_test_data): Likewise.
22765         (acos_towardzero_test_data): Likewise.
22766         (acos_downward_test_data): Likewise.
22767         (acos_upward_test_data): Likewise.
22768         (acosh_test_data): Likewise.
22769         (asin_test_data): Likewise.
22770         (asin_tonearest_test_data): Likewise.
22771         (asin_towardzero_test_data): Likewise.
22772         (asin_upward_test_data): Likewise.
22773         (asinh_test_data): Likewise.
22774         (atan_test_data): Likewise.
22775         (atanh_test_data): Likewise.
22776         (cbrt_test_data): Likewise.
22777         (cos_test_data): Likewise.
22778         (cos_tonearest_test_data): Likewise.
22779         (cos_towardzero_test_data): Likewise.
22780         (cos_downward_test_data): Likewise.
22781         (cos_upward_test_data): Likewise.
22782         (cosh_test_data): Likewise.
22783         (cosh_tonearest_test_data): Likewise.
22784         (cosh_towardzero_test_data): Likewise.
22785         (cosh_downward_test_data): Likewise.
22786         (cosh_upward_test_data): Likewise.
22787         * sysdeps/i386/fpu/libm-test-ulps: Update.
22788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22790 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22792         [BZ #6787]
22793         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22794         * math/w_exp10f.c (__exp10f): Likewise.
22795         * math/w_exp10l.c (__exp10l): Likewise.
22796         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22797         errno settings in existing tests.
22799         [BZ #14032]
22800         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22801         precision control set to double precision.
22802         * sysdeps/i386/fpu/w_sqrt.c: New file.
22803         * math/auto-libm-test-in: Add more tests.
22804         * math/auto-libm-test-out: Update.
22806         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22807         (sqrt_test_tonearest): New function.
22808         (sqrt_towardzero_test_data): New variable.
22809         (sqrt_test_towardzero): New function.
22810         (sqrt_downward_test_data): New variable.
22811         (sqrt_test_downward): New function.
22812         (sqrt_upward_test_data): New variable.
22813         (sqrt_test_upward): New function.
22814         (main): Call the new functions.
22816         * math/gen-auto-libm-tests.c: New file.
22817         * math/auto-libm-test-in: Likewise.
22818         * math/auto-libm-test-out: New generated file.
22819         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22820         variables.
22821         (%beautify): Add generated representations of zero.
22822         (top level): Set $auto_input and call parse_auto_input.
22823         (beautify): Remove trailing "f" from hex float constants.
22824         (parse_args): Handle XFAIL_TEST.
22825         (convert_condition): New function.
22826         (or_value): Likewise.
22827         (or_cond_value): Likewise.
22828         (generate_testfile): Handle AUTO_TESTS_* lines.
22829         (parse_auto_input): New function.
22830         * math/libm-test.inc (XFAIL_TEST): New macro.
22831         (ERRNO_UNCHANGED): Update value.
22832         (ERRNO_EDOM): Likewise.
22833         (ERRNO_ERANGE): Likewise.
22834         (IGNORE_RESULT): Likewise.
22835         (TEST_COND_flt_32): New macro.
22836         (TEST_COND_dbl_64): Likewise.
22837         (TEST_COND_ldbl_96_intel): Likewise.
22838         (TEST_COND_ldbl_96_m68k): Likewise.
22839         (TEST_COND_ldbl_128): Likewise.
22840         (TEST_COND_ldbl_128ibm): Likewise.
22841         (TEST_COND_long32): Likewise.
22842         (TEST_COND_long64): Likewise.
22843         (TEST_COND_before_rounding): Likewise.
22844         (TEST_COND_after_rounding): Likewise.
22845         (enable_test): Handle XFAIL_TEST flag.
22846         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22847         with finite results.
22848         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22849         auto-libm-test-out.
22851 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22852             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22854         [BZ #16214]
22855         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22856         __tls_get_addr_internal instead of __tls_get_offset in order to
22857         avoid GOT pointer dependency.  Make rtld export
22858         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22859         __tls_get_addr since we are a __tls_get_offset platform.
22860         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22861         GOT pointer being set up before.
22862         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22864 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22866         * manual/math.texi (Errors in Math Functions): Document accuracy
22867         goals.
22869         [BZ #15004]
22870         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22871         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22872         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22873         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22874         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22875         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22876         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22877         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22878         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22879         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22880         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22881         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22882         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22883         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22884         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22885         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22887         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22888         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22889         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22890         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22891         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22892         Likewise.
22893         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22894         Likewise.
22895         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22896         Likewise.
22897         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22898         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22899         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22900         atomic-feupdateenv and flt-rounds.
22901         * sysdeps/powerpc/nofpu/Versions (libc): Add
22902         __atomic_feholdexcept, __atomic_feclearexcept,
22903         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22904         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22905         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22906         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22907         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22908         here.
22909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22910         Update.
22912         * manual/arith.texi (FP Exceptions): Document that exceptions may
22913         not be raised when matherr is used.
22914         (Math Error Reporting): Document overflow in directed rounding
22915         modes.  Document that errno may not be set when finite values are
22916         returned on overflow.  Document intent to set errno on underflow
22917         only for underflow to zero.
22919         [BZ #16271]
22920         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22921         round-to-nearest then adjust result for other rounding modes.
22922         * include/fenv.h (fegetround): Use libm_hidden_proto.
22923         * math/fegetround.c (fegetround): Use libm_hidden_def.
22924         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22925         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22926         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22927         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22928         Likewise.
22929         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22930         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22931         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22932         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22934 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22936         [BZ #16077]
22937         * nss/Versions (libnss_files): Add
22938         _nss_files_gethostbyname3_r.
22939         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22940         New function.
22941         (HOST_DB_LOOKUP): Remove macro.
22942         (_nss_files_gethostbyname_r): Implement function without the
22943         HOST_DB_LOOKUP macro.
22944         (_nss_files_gethostbyname2_r): Likewise.
22946 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22948         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22950 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22952         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22953         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22954         warning.
22956 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22958         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22959         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22960         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22961         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22962         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22963         __fe_nomask_env_priv and attribute_hidden.
22964         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22965         (libc_feupdateenv_test_ppc): Likewise.
22966         (libc_feresetround_ppc): Likewise.
22967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22968         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22969         compat_symbol macro.
22970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22971         (__fe_nomask_env): Likewise.
22972         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22974 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22976         * string/Makefile: Remove ifunc tests.
22977         * string/test-string.h: Define TEST_IFUNC.
22978         * string/test-bcopy-ifunc.c: Remove.
22979         * string/test-bzero-ifunc.c: Likewise.
22980         * string/test-memccpy-ifunc.c: Likewise.
22981         * string/test-memchr-ifunc.c: Likewise.
22982         * string/test-memcmp-ifunc.c: Likewise.
22983         * string/test-memcpy-ifunc.c: Likewise.
22984         * string/test-memmem-ifunc.c: Likewise.
22985         * string/test-memmove-ifunc.c: Likewise.
22986         * string/test-mempcpy-ifunc.c: Likewise.
22987         * string/test-memrchr-ifunc.c: Likewise.
22988         * string/test-memset-ifunc.c: Likewise.
22989         * string/test-rawmemchr-ifunc.c: Likewise.
22990         * string/test-stpcpy-ifunc.c: Likewise.
22991         * string/test-stpncpy-ifunc.c: Likewise.
22992         * string/test-strcasecmp-ifunc.c: Likewise.
22993         * string/test-strcasestr-ifunc.c: Likewise.
22994         * string/test-strcat-ifunc.c: Likewise.
22995         * string/test-strchr-ifunc.c: Likewise.
22996         * string/test-strchrnul-ifunc.c: Likewise.
22997         * string/test-strcmp-ifunc.c: Likewise.
22998         * string/test-strcpy-ifunc.c: Likewise.
22999         * string/test-strcspn-ifunc.c: Likewise.
23000         * string/test-strlen-ifunc.c: Likewise.
23001         * string/test-strncasecmp-ifunc.c: Likewise.
23002         * string/test-strncat-ifunc.c: Likewise.
23003         * string/test-strncmp-ifunc.c: Likewise.
23004         * string/test-strncpy-ifunc.c: Likewise.
23005         * string/test-strnlen-ifunc.c: Likewise.
23006         * string/test-strpbrk-ifunc.c: Likewise.
23007         * string/test-strrchr-ifunc.c: Likewise.
23008         * string/test-strspn-ifunc.c: Likewise.
23009         * string/test-strstr-ifunc.c: Likewise.
23011 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23013         * benchtests/Makefile: Remove ifunc tests.
23014         * benchtests/bench-string.h: Define TEST_IFUNC.
23015         * benchtests/bench-bcopy-ifunc.c: Remove.
23016         * benchtests/bench-bzero-ifunc.c: Likewise.
23017         * benchtests/bench-memccpy-ifunc.c: Likewise.
23018         * benchtests/bench-memchr-ifunc.c: Likewise.
23019         * benchtests/bench-memcmp-ifunc.c: Likewise.
23020         * benchtests/bench-memcpy-ifunc.c: Likewise.
23021         * benchtests/bench-memmem-ifunc.c: Likewise.
23022         * benchtests/bench-memmove-ifunc.c: Likewise.
23023         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23024         * benchtests/bench-memrchr-ifunc.c: Likewise.
23025         * benchtests/bench-memset-ifunc.c: Likewise.
23026         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23027         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23028         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23029         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23030         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23031         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23032         * benchtests/bench-strcat-ifunc.c: Likewise.
23033         * benchtests/bench-strchr-ifunc.c: Likewise.
23034         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23035         * benchtests/bench-strcmp-ifunc.c: Likewise.
23036         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23037         * benchtests/bench-strcpy-ifunc.c: Likewise.
23038         * benchtests/bench-strcspn-ifunc.c: Likewise.
23039         * benchtests/bench-strlen-ifunc.c: Likewise.
23040         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23041         * benchtests/bench-strncat-ifunc.c: Likewise.
23042         * benchtests/bench-strncmp-ifunc.c: Likewise.
23043         * benchtests/bench-strncpy-ifunc.c: Likewise.
23044         * benchtests/bench-strnlen-ifunc.c: Likewise.
23045         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23046         * benchtests/bench-strrchr-ifunc.c: Likewise.
23047         * benchtests/bench-strsep-ifunc.c: Likewise.
23048         * benchtests/bench-strspn-ifunc.c: Likewise.
23049         * benchtests/bench-strstr-ifunc.c: Likewise.
23051 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23053         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23055 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23057         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23058         * rt/aio.h: Likewise.
23059         * sysdeps/gnu/bits/utmp.h: Likewise.
23060         * sysdeps/gnu/bits/utmpx.h: Likewise.
23061         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23062         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23063         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23064         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23065         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23066         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23067         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23068         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23069         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23070         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23071         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23072         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23073         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23075         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23076         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23077         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23078         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23079         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23080         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23081         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23082         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23083         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23084         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23085         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23086         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23087         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23088         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23089         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23090         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23091         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23092         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23093         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23094         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23095         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23096         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23097         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23098         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23099         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23100         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23101         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23102         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23104 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23106         [BZ #16245]
23107         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23108         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23110 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23112         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23113         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23114         Likewise.
23116 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23118         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23119         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23120         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23121         (__fesetround): Remove define.
23122         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23123         rounding and exceptions handling.
23124         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23125         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23126         (__fe_nomask_env): Likewise.
23127         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23128         __fegetround instead of fegetround.
23129         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23130         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23132 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23134         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23135         it's there.
23137         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23139 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23141         [BZ #11157]
23142         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23143         (encrypt_r): Likewise.
23144         * malloc/obstack.h (obstack_free): Likewise.
23145         * posix/unistd.h (encrypt): Likewise.
23147 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23149         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23150         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23151         DL_CALL_DT_FINI() that call the functions directly.
23152         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23153         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23154         * elf/dl-fini.c: Likewise.
23156 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23158         * malloc/hooks.c (memalign_check): Add alignment rounding.
23159         * malloc/malloc.c (_mid_memalign): New function.
23160         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23161         Implement by calling _mid_memalign.
23162         * manual/probes.texi (Memory Allocation Probes): Remove
23163         memory_valloc_retry and memory_pvalloc_retry.
23165 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23167         * locale/programs/locarchive.c (open_archive): Add const
23168         qualifier to ARCHIVEFNAME and copy default fname to
23169         DEFAULT_FNAME.
23171         [BZ #15601]
23172         * libio/tst-widetext.input: Rename Oriya to Odia.
23173         * locale/iso-639.def: Likewise.
23175         * manual/probes.texi (Mathematical Function Probes): Add
23176         documentation for sin, cos, asin and acos probes.
23177         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23178         (__sin32): Add slowasin probe.
23179         (__cos32): Add slowacos probe.
23180         (__mpsin): Add slowsin probe.
23181         (__mpcos): Add slowcos probe.
23183 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23185         [BZ #15483]
23186         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23187         thread-local __sim_exceptions_thread and global
23188         __sim_exceptions_global.
23189         (__sim_disabled_exceptions): Change to thread-local
23190         __sim_disabled_exceptions_thread and global
23191         __sim_disabled_exceptions_global.
23192         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23193         and global __sim_round_mode_global.
23194         (__simulate_exceptions): Use thread-local floating-point state and
23195         set global state from it as needed.
23196         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23197         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23198         __sim_round_mode_thread.
23199         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23200         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23201         and global __sim_exceptions_global.
23202         (__sim_disabled_exceptions): Change to thread-local
23203         __sim_disabled_exceptions_thread and global
23204         __sim_disabled_exceptions_global.
23205         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23206         and global __sim_round_mode_global.
23207         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23208         (SIM_SET_GLOBAL): Likewise.
23209         * sysdeps/powerpc/soft-fp/sfp-machine.h
23210         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23211         __sim_round_mode_thread.
23212         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23213         __sim_disabled_exceptions_thread.
23214         (__sim_exceptions): Change to __sim_exceptions_thread.
23215         (__sim_disabled_exceptions): Change to
23216         __sim_disabled_exceptions_thread.
23217         (__sim_round_mode): Change to __sim_round_mode_thread.
23218         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23219         thread-local floating-point state and set global state from it as
23220         needed.
23221         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23222         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23223         (__sim_disabled_exceptions): Remove extern declaration.
23224         (feenableexcept): Use thread-local floating-point state and set
23225         global state from it as needed.
23226         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23227         extern declaration.
23228         (__sim_disabled_exceptions): Likewise.
23229         (__sim_round_mode): Likewise.
23230         (__fegetenv): Use thread-local floating-point state.
23231         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23232         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23233         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23234         floating-point state and set global state from it as needed.
23235         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23236         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23237         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23238         Likewise.
23239         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23240         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23241         Likewise.
23242         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23243         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23244         Use __sim_round_mode_thread.
23245         * math/test-fenv-tls.c: New file.
23246         * math/Makefile (tests): Add test-fenv-tls.
23247         ($(objpfx)test-fenv-tls): Depend on
23248         $(common-objpfx)nptl/libpthread.so.
23250 2013-11-19  Andreas Schwab  <schwab@suse.de>
23252         * locale/programs/locale.c (show_info): Decode wordarray elements.
23253         * locale/categories.def (LC_MONETARY): Add element for
23254         _NL_MONETARY_CRNCYSTR.
23255         * locale/C-monetary.c (conversion_rate): New variable.
23256         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23257         element.
23259 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23261         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23262         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23264 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23266         * elf/Makefile (tst-auxv): New test.
23267         * elf/tst-auxv.c: New
23268         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23270 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23272         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23273         (hidden_proto): Caller changed.
23274         (hidden_tls_proto): New macro.
23275         (libc_hidden_tls_proto): Likewise.
23276         (rtld_hidden_tls_proto): Likewise.
23277         (libm_hidden_tls_proto): Likewise.
23278         (libresolv_hidden_tls_proto): Likewise.
23279         (librt_hidden_tls_proto): Likewise.
23280         (libdl_hidden_tls_proto): Likewise.
23281         (libnss_files_hidden_tls_proto): Likewise.
23282         (libnsl_hidden_tls_proto): Likewise.
23283         (libnss_nisplus_hidden_tls_proto): Likewise.
23284         (libutil_hidden_tls_proto): Likewise.
23286 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23288         [BZ #10253]
23289         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23290         (decompose_rpath): Defer expansion to fillin_rpath.
23291         (_dl_init_paths): Pass linkmap to fillin_rpath.
23293 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23295         * benchtests/Makefile: Add strsep.
23296         * benchtests/bench-strsep.c: New file: strsep benchtest.
23297         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23299 2013-11-18  Andreas Schwab  <schwab@suse.de>
23301         * locale/programs/locale.c (show_info) [case byte]: Check for
23302         '\377' instead of '\177'.
23303         * locale/C-monetary.c (not_available): Always use "\377".
23304         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23305         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23306         detect unavailable sign_posn locale elements.
23307         * locale/localeconv.c (__localeconv): For grouping and
23308         mon_grouping handle "\177" and "\377" like no grouping.
23309         (INT_ELEM): New macro.  Use it to set all numeric members.
23310         * locale/programs/ld-monetary.c (monetary_read)
23311         <tok_mon_grouping>: Normalize single -1 to the empty string.
23312         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23313         Likewise.
23315 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23317         [BZ #16055]
23318         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23319         when we match (nil).
23320         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23322 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23324         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23325         (NO_TEST_INLINE): Update value.
23326         (ERRNO_UNCHANGED): Likewise.
23327         (ERRNO_EDOM): Likewise.
23328         (ERRNO_ERANGE): Likewise.
23329         (IGNORE_RESULT): Likewise.
23330         (check_float_internal): Check signs of NaN results if
23331         TEST_NAN_SIGN used.
23332         (check_complex): Pass TEST_NAN_SIGN flag through to second
23333         check_float_internal call.
23334         (copysign_test_data): Add tests with quiet NaNs as second
23335         argument.  Use TEST_NAN_SIGN.
23336         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23337         TEST_NAN_SIGN.
23338         (signbit_test_data): Add tests of quiet NaN argument.
23339         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23341         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23342         $ignore_result.
23343         (parse_args): Handle function results specified as IGNORE.
23344         * math/libm-test.inc (IGNORE_RESULT): New macro.
23345         (check_float_internal): Do not check numerical result if flag
23346         IGNORE_RESULT set.
23347         (check_complex): Pass through IGNORE_RESULT to second
23348         check_float_internal call.
23349         (check_int): Do not check numerical result if flag IGNORE_RESULT
23350         set.
23351         (check_long): Likewise.
23352         (check_bool): Likewise.
23353         (check_longlong): Likewise.
23354         (lrint_test_data): Add tests of infinite and NaN arguments.
23355         (lrint_tonearest_test_data): Likewise.
23356         (lrint_towardzero_test_data): Likewise.
23357         (lrint_downward_test_data): Likewise.
23358         (lrint_upward_test_data): Likewise.
23359         (llrint_test_data): Likewise.
23360         (llrint_tonearest_test_data): Likewise.
23361         (llrint_towardzero_test_data): Likewise.
23362         (llrint_downward_test_data): Likewise.
23363         (llrint_upward_test_data): Likewise.
23364         (lround_test_data): Likewise.
23365         (llround_test_data): Likewise.
23367         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23368         (ERRNO_UNCHANGED): Update value.
23369         (ERRNO_EDOM): Likewise.
23370         (ERRNO_ERANGE): Likewise.
23371         (NO_TEST_INLINE_FLOAT): New macro.
23372         (NO_TEST_INLINE_DOUBLE): Likewise.
23373         (enable_test): New function.
23374         (RUN_TEST_f_f): Check enable_test before running test.
23375         (RUN_TEST_2_f): Likewise.
23376         (RUN_TEST_fff_f): Likewise.
23377         (RUN_TEST_c_f): Likewise.
23378         (RUN_TEST_f_f1): Likewise.
23379         (RUN_TEST_fF_f1): Likewise.
23380         (RUN_TEST_fI_f1): Likewise.
23381         (RUN_TEST_ffI_f1): Likewise.
23382         (RUN_TEST_c_c): Likewise.
23383         (RUN_TEST_cc_c): Likewise.
23384         (RUN_TEST_f_i): Likewise.
23385         (RUN_TEST_f_i_tg): Likewise.
23386         (RUN_TEST_ff_i_tg): Likewise.
23387         (RUN_TEST_f_b): Likewise.
23388         (RUN_TEST_f_b_tg): Likewise.
23389         (RUN_TEST_f_l): Likewise.
23390         (RUN_TEST_f_L): Likewise.
23391         (RUN_TEST_fFF_11): Likewise.
23392         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23393         conditionals.
23394         (cosh_test_data): Likewise.
23395         (exp_test_data): Likewise.
23396         (expm1_test_data): Likewise.
23397         (hypot_test_data): Likewise.
23398         (pow_test_data): Likewise.
23399         (sinh_test_data): Likewise.
23400         (tanh_test_data): Likewise.
23401         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23402         flags argument.
23404         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23405         tests with quiet NaN input and output.
23406         (acosh_test_data): Likewise.
23407         (asin_test_data): Likewise.
23408         (asinh_test_data): Likewise.
23409         (atan_test_data): Likewise.
23410         (atanh_test_data): Likewise.
23411         (atan2_test_data): Likewise.
23412         (cbrt_test_data): Likewise.
23413         (cos_test_data): Likewise.
23414         (cosh_test_data): Likewise.
23415         (erf_test_data): Likewise.
23416         (erfc_test_data): Likewise.
23417         (exp_test_data): Likewise.
23418         (exp10_test_data): Likewise.
23419         (exp2_test_data): Likewise.
23420         (expm1_test_data): Likewise.
23421         (hypot_test_data): Likewise.
23422         (j0_test_data): Likewise.
23423         (j1_test_data): Likewise.
23424         (jn_test_data): Likewise.
23425         (lgamma_test_data): Likewise.
23426         (log_test_data): Likewise.
23427         (log10_test_data): Likewise.
23428         (log1p_test_data): Likewise.
23429         (log2_test_data): Likewise.
23430         (pow_test_data): Likewise.
23431         (scalb_test_data): Likewise.
23432         (sin_test_data): Likewise.
23433         (sincos_test_data): Likewise.
23434         (sinh_test_data): Likewise.
23435         (tan_test_data): Likewise.
23436         (tanh_test_data): Likewise.
23437         (tgamma_test_data): Likewise.
23438         (y0_test_data): Likewise.
23439         (y1_test_data): Likewise.
23440         (yn_test_data): Likewise.
23442         [BZ #16167]
23443         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23444         argument being NaN and avoid computations with second argument in
23445         that case.
23446         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23447         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23448         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23450 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23452         * locale/iso-639.def: Add Chitwani Tharu (the).
23454 2013-11-14  Andreas Schwab  <schwab@suse.de>
23456         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23457         word instead of empty string.
23459 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23462         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23464         (__fe_nomask_env): Likewise.
23466 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23468         * benchtests/bench-timing.h: Include time.h.
23470 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23472         [BZ #15997]
23473         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23474         to 3.4.0 for x32.
23475         * sysdeps/unix/sysv/linux/configure: Regenerated.
23477 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23479         [BZ #16151]
23480         * stdlib/strtod_l.c (round_and_return): Do not consider
23481         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23482         exponent one less than half the least subnormal exponent.
23483         * stdlib/test-strtod-round-data: Add more tests.
23484         * stdlib/tst-strtod-round.c (tests): Regenerated.
23486 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23488         [BZ #14143]
23489         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23490         (__fe_mask_env): Likewise.
23491         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23492         libm_hidden_proto and add function prototype.
23493         (__fe_mask_env): Add function prototype.
23494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23495         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23497         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23499         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23501 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23503         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23504         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23506 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23508         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23509         of htab_find_slot().
23511 2013-11-11  David S. Miller  <davem@davemloft.net>
23513         [BZ #16150]
23514         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23515         symbol in the non-vis3 case in static builds.
23516         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23517         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23518         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23519         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23521 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23523         [BZ #387]
23524         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23525         it is empty.
23527 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23529         * benchtests/Makefile: Add bench-strtod.
23530         * benchtests/bench-strtod.c: New file: strtod benchtest
23532 2013-11-11  Andreas Schwab  <schwab@suse.de>
23534         [BZ #16153]
23535         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23536         terminating NUL in key length.
23538 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23540         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23541         Add artificial ODP entry for vDSO symbol for PPC64.
23542         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23543         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23545 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23547         [BZ #15374]
23548         * nss/getent.c (services_keys): Recognize services starting with digit.
23550 2013-11-06  David S. Miller  <davem@davemloft.net>
23552         [BZ #15985]
23553         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23554         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23556 2013-11-06  Will Newton  <will.newton@linaro.org>
23558         * manual/memory.texi (Malloc Examples): Remove register
23559         keyword from examples.
23561 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23563         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23565 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23567         [BZ #6981]
23568         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23569         depending on [__GCC_IEC_559 > 0].
23570         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23571         depending on [__GCC_IEC_559_COMPLEX > 0].
23573 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23575         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23576         to iso-639.def.
23578 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23580         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23582 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23584         [BZ #16112]
23585         * malloc/malloc (malloc_info): Do not handle first bin as
23586         special case.
23588 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23590         * locale/iso-639.def: Add Central Nahuatl (nhn).
23592 2013-11-01  Bruno Haible  <bruno@clisp.org>
23594         [BZ #7003]
23595         * manual/math.texi (BSD Random): Specify range upper bound as
23596         in POSIX.
23598 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23600         * locale/iso-639.def: Add Meadow Mari (mhr).
23602 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23604         [BZ #14752], [BZ #15763]
23605         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23606         Validate name.
23607         * rt/tst_shm.c: Add test for escaping directory.
23609 2013-10-31  Andreas Schwab  <schwab@suse.de>
23611         [BZ #15917]
23612         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23613         followed by 'x' as part of digit sequence.
23614         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23616 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23618         [BZ #16037]
23619         * configure.ac: allow GNU Make 4.0 and greater.
23620         * configure: Regenerated.
23622 2013-10-30  Will Newton  <will.newton@linaro.org>
23624         [BZ #16038]
23625         * malloc/hooks.c (memalign_check): Limit alignment to the
23626         maximum representable power of two.
23627         * malloc/malloc.c (__libc_memalign): Likewise.
23628         * malloc/tst-memalign.c (do_test): Add test for very
23629         large alignment values.
23630         * malloc/tst-posix_memalign.c (do_test): Likewise.
23632 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23634         [BZ #11087]
23635         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23636         (munmap_chunk): Likewise.
23637         (mremap_chunk): Likewise.
23639 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23641         [BZ #15799]
23642         * stdlib/div.c (div): Remove obsolete code.
23643         * stdlib/ldiv.c (ldiv): Likewise.
23644         * stdlib/lldiv.c (lldiv): Likewise.
23646 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23648         [BZ #16071]
23649         * nss/nss_files/files-XXX.c (get_contents_ret): New
23650         enumerator.
23651         (get_contents): New function.
23652         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23654 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23656         * configure.in: Moved to ...
23657         * configure.ac: ... here. Change reference to configure.in
23658         to configure.ac.
23659         * sysdeps/arm/preconfigure.ac: ... here.
23660         configure.in to configure.ac.
23661         * sysdeps/gnu/configure.in: Moved to ...
23662         * sysdeps/gnu/configure.ac: ... here.
23663         * sysdeps/i386/configure.in: Moved to ...
23664         * sysdeps/i386/configure.ac: ... here.
23665         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23666         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23667         * sysdeps/mach/configure.in: Moved to ...
23668         * sysdeps/mach/configure.ac: ... here.
23669         * sysdeps/mach/hurd/configure.in: Moved to ...
23670         * sysdeps/mach/hurd/configure.ac: ... here.
23671         * sysdeps/powerpc/configure.in: Moved to ...
23672         * sysdeps/powerpc/configure.ac: ... here.
23673         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23674         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23675         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23676         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23677         * sysdeps/s390/s390-32/configure.in: Moved to ...
23678         * sysdeps/s390/s390-32/configure.ac: ... here.
23679         * sysdeps/s390/s390-64/configure.in: Moved to ...
23680         * sysdeps/s390/s390-64/configure.ac: ... here.
23681         * sysdeps/sh/configure.in: Moved to ...
23682         * sysdeps/sh/configure.ac: ... here.
23683         * sysdeps/sparc/configure.in: Moved to ...
23684         * sysdeps/sparc/configure.ac: ... here.
23685         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23686         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23687         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23688         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23689         * sysdeps/x86_64/configure.in: Moved to ...
23690         * sysdeps/x86_64/configure.ac: ... here.
23691         * sysdeps/x86_64/preconfigure.in: Moved to ...
23692         * sysdeps/x86_64/preconfigure.ac: ... here.
23693         * aclocal.m4: Change reference to configure.in to configure.ac.
23694         * config.h.in: Likewise.
23695         * manual/install.texi: Likewise.
23696         * manual/maint.texi: Likewise.
23697         * Makefile: Likewise.
23698         * malloc/Makefile: Likewise.
23699         * nscd/Makefile: Likewise.
23700         * Makeconfig: Change reference to configure.in and
23701         preconfigure.in to configure.ac and preconfigure.ac
23702         respectively.
23703         * INSTALL: Regenerated.
23704         * configure: Likewise.
23705         * sysdeps/gnu/configure: Likewise.
23706         * sysdeps/i386/configure: Likewise.
23707         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23708         * sysdeps/mach/configure: Likewise.
23709         * sysdeps/mach/hurd/configure: Likewise.
23710         * sysdeps/powerpc/configure: Likewise.
23711         * sysdeps/powerpc/powerpc32/configure: Likewise.
23712         * sysdeps/powerpc/powerpc64/configure: Likewise.
23713         * sysdeps/s390/s390-32/configure: Likewise.
23714         * sysdeps/s390/s390-64/configure: Likewise.
23715         * sysdeps/sh/configure: Likewise.
23716         * sysdeps/sparc/configure: Likewise.
23717         * sysdeps/unix/sysv/linux/configure: Likewise.
23718         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23719         * sysdeps/x86_64/configure: Likewise.
23720         * sysdeps/x86_64/preconfigure: Likewise.
23722 2013-10-29  Andreas Schwab  <schwab@suse.de>
23724         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23726 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23728         * benchtests/pow-inputs: Add new inputs.
23730         * benchtests/exp-inputs: Add new inputs.
23732         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23733         conditional check for return value.
23734         (__cos32): Likewise.
23736 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23738         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23739         to provide a boost for large inputs with word alignment.
23740         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23741         implementation based on optimized PPC64 strcpy.
23742         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23743         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23744         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23745         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23747 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23749         [BZ #2801]
23750         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23752 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23754         [BZ #14876]
23755         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23756         * time/tst-strptime.c (day_tests): Add testcase.
23758 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23760         [BZ #14029]
23761         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23763 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23765         [BZ #16074]
23766         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23767         MAP_FAILED on error.
23769 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23771         [BZ #16072]
23772         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23773         heap for large requests.
23775 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23777         [BZ #9954]
23778         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23779         result if the result has no associated interface.
23780         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23781         interface for all 127.X.Y.Z addresses.
23783 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23785         * locale/iso-639.def: Add Ligurian (lij)
23787 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23789         [BZ #15825]
23790         * sunrpc/rpc_main.c: Document rpcgen -5.
23792 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23794         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23796 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23798         [BZ #10278]
23799         * posix/glob.c: Match only directories when trailing slash is present.
23800         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23801         (main): Add testcase.
23803 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23805         [BZ #15670]
23806         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23808 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23810         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23811         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23812         AUTH_DES and cindex for FIPS 140-2.
23813         (DES Encryption): Add cindex FIPS 46-3.
23815         * locale/locarchive.h (struct locarhandle): Add fname.
23816         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23817         if an optional argument was specified to --list-archive,
23818         otherwise NULL.
23819         * locale/programs/locarchive.c (show_archive_content): Take new
23820         argument fname and pass it via ah.fname to open_archive.
23821         * locale/programs/localedef.h: Update decl.
23822         (open_archive): If AH->fname is non-null, open that file
23823         rather than the default file name, and don't ignore ENOENT.
23824         (create_archive): Set AH.fname to NULL.
23825         (delete_locales_from_archive): Likewise.
23826         (add_locales_to_archive): Likewise.
23827         * locale/programs/locfile.c (write_all_categories): Likewise.
23829 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23830             Aldy Hernandez  <aldyh@redhat.com>
23832         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23833         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23834         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23835         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23836         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23837         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23838         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23839         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23840         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23841         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23842         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23843         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23844         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23845         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23846         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23847         Likewise.
23848         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23849         Likewise.
23850         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23851         Likewise.
23852         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23853         Likewise.
23854         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23855         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23856         Likewise.
23857         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23858         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23859         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23860         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23861         Likewise.
23862         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23863         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23864         * sysdeps/powerpc/preconfigure: Likewise.
23865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23866         Likewise.
23867         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23868         Replace contents of file by #include of <fenv_libc.h>.
23869         * sysdeps/powerpc/soft-fp/sfp-machine.h
23870         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23871         and <sys/prctl.h>.
23872         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23873         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23874         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23875         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23876         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23877         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23878         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23879         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23880         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23881         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23882         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23883         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23885         Allow copysignl PLT reference to be missing.
23887 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23888             Joseph Myers  <joseph@codesourcery.com
23890         [BZ #15948]
23891         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23892         single character.
23893         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23895 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23897         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23898         * elf/tst-tls1.c: Likewise.
23899         * elf/tst-tls10.h: Likewise.
23900         * elf/tst-tls14.c: Likewise.
23901         * elf/tst-tls2.c: Likewise.
23902         * elf/tst-tls3.c: Likewise.
23903         * elf/tst-tls4.c: Likewise.
23904         * elf/tst-tls5.c: Likewise.
23905         * elf/tst-tls6.c: Likewise.
23906         * elf/tst-tls7.c: Likewise.
23907         * elf/tst-tls8.c: Likewise.
23908         * elf/tst-tls9.c: Likewise.
23909         * elf/tst-tlsmod1.c: Likewise.
23910         * elf/tst-tlsmod13.c: Likewise.
23911         * elf/tst-tlsmod13a.c: Likewise.
23912         * elf/tst-tlsmod14a.c: Likewise.
23913         * elf/tst-tlsmod16a.c: Likewise.
23914         * elf/tst-tlsmod16b.c: Likewise.
23915         * elf/tst-tlsmod2.c: Likewise.
23916         * elf/tst-tlsmod3.c: Likewise.
23917         * elf/tst-tlsmod4.c: Likewise.
23918         * elf/tst-tlsmod5.c: Likewise.
23919         * elf/tst-tlsmod6.c: Likewise.
23921 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23923         [BZ #12486]
23924         * malloc/malloc.c: remove checks for statistics.
23926 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23928         [BZ #15277]
23929         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23930         * inet/tst-network.c: Add testcase.
23932 2013-10-17  Andreas Schwab  <schwab@suse.de>
23934         [BZ #15218]
23935         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23936         to determine canonical name.
23938 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23940         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23941         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23942         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23943         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23944         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23945         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23946         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23947         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23948         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23949         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23950         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23951         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23952         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23953         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23954         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23955         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23956         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23957         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23958         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23959         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23960         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23961         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23962         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23963         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23964         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23965         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23966         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23967         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23968         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23969         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23970         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23971         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23972         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23973         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23974         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23975         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23976         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23977         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23978         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23979         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23980         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23981         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23982         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23983         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23984         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23985         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23986         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23987         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23988         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23989         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23990         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23991         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23992         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23993         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23994         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23995         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23996         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23997         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23999 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24001         [BZ #16041]
24002         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24003         make result into a quiet NaN.
24005 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24007         * soft-fp/adddf3.c: Fix horizontal whitespace.
24008         * soft-fp/addsf3.c: Likewise.
24009         * soft-fp/addtf3.c: Likewise.
24010         * soft-fp/divdf3.c: Likewise.
24011         * soft-fp/divsf3.c: Likewise.
24012         * soft-fp/divtf3.c: Likewise.
24013         * soft-fp/double.h: Likewise.
24014         * soft-fp/eqdf2.c: Likewise.
24015         * soft-fp/eqsf2.c: Likewise.
24016         * soft-fp/eqtf2.c: Likewise.
24017         * soft-fp/extenddftf2.c: Likewise.
24018         * soft-fp/extended.h: Likewise.
24019         * soft-fp/extendsfdf2.c: Likewise.
24020         * soft-fp/extendsftf2.c: Likewise.
24021         * soft-fp/extendxftf2.c: Likewise.
24022         * soft-fp/fixdfdi.c: Likewise.
24023         * soft-fp/fixdfsi.c: Likewise.
24024         * soft-fp/fixdfti.c: Likewise.
24025         * soft-fp/fixsfdi.c: Likewise.
24026         * soft-fp/fixsfsi.c: Likewise.
24027         * soft-fp/fixsfti.c: Likewise.
24028         * soft-fp/fixtfdi.c: Likewise.
24029         * soft-fp/fixtfsi.c: Likewise.
24030         * soft-fp/fixtfti.c: Likewise.
24031         * soft-fp/fixunsdfdi.c: Likewise.
24032         * soft-fp/fixunsdfsi.c: Likewise.
24033         * soft-fp/fixunsdfti.c: Likewise.
24034         * soft-fp/fixunssfdi.c: Likewise.
24035         * soft-fp/fixunssfsi.c: Likewise.
24036         * soft-fp/fixunssfti.c: Likewise.
24037         * soft-fp/fixunstfdi.c: Likewise.
24038         * soft-fp/fixunstfsi.c: Likewise.
24039         * soft-fp/fixunstfti.c: Likewise.
24040         * soft-fp/floatdidf.c: Likewise.
24041         * soft-fp/floatdisf.c: Likewise.
24042         * soft-fp/floatditf.c: Likewise.
24043         * soft-fp/floatsidf.c: Likewise.
24044         * soft-fp/floatsisf.c: Likewise.
24045         * soft-fp/floatsitf.c: Likewise.
24046         * soft-fp/floattidf.c: Likewise.
24047         * soft-fp/floattisf.c: Likewise.
24048         * soft-fp/floattitf.c: Likewise.
24049         * soft-fp/floatundidf.c: Likewise.
24050         * soft-fp/floatundisf.c: Likewise.
24051         * soft-fp/floatunditf.c: Likewise.
24052         * soft-fp/floatunsidf.c: Likewise.
24053         * soft-fp/floatunsisf.c: Likewise.
24054         * soft-fp/floatunsitf.c: Likewise.
24055         * soft-fp/floatuntidf.c: Likewise.
24056         * soft-fp/floatuntisf.c: Likewise.
24057         * soft-fp/floatuntitf.c: Likewise.
24058         * soft-fp/fmadf4.c: Likewise.
24059         * soft-fp/fmasf4.c: Likewise.
24060         * soft-fp/fmatf4.c: Likewise.
24061         * soft-fp/gedf2.c: Likewise.
24062         * soft-fp/gesf2.c: Likewise.
24063         * soft-fp/getf2.c: Likewise.
24064         * soft-fp/ledf2.c: Likewise.
24065         * soft-fp/lesf2.c: Likewise.
24066         * soft-fp/letf2.c: Likewise.
24067         * soft-fp/muldf3.c: Likewise.
24068         * soft-fp/mulsf3.c: Likewise.
24069         * soft-fp/multf3.c: Likewise.
24070         * soft-fp/negdf2.c: Likewise.
24071         * soft-fp/negsf2.c: Likewise.
24072         * soft-fp/negtf2.c: Likewise.
24073         * soft-fp/op-1.h: Likewise.
24074         * soft-fp/op-2.h: Likewise.
24075         * soft-fp/op-4.h: Likewise.
24076         * soft-fp/op-8.h: Likewise.
24077         * soft-fp/op-common.h: Likewise.
24078         * soft-fp/quad.h: Likewise.
24079         * soft-fp/single.h: Likewise.
24080         * soft-fp/soft-fp.h: Likewise.
24081         * soft-fp/sqrtdf2.c: Likewise.
24082         * soft-fp/sqrtsf2.c: Likewise.
24083         * soft-fp/sqrttf2.c: Likewise.
24084         * soft-fp/subdf3.c: Likewise.
24085         * soft-fp/subsf3.c: Likewise.
24086         * soft-fp/subtf3.c: Likewise.
24087         * soft-fp/truncdfsf2.c: Likewise.
24088         * soft-fp/trunctfdf2.c: Likewise.
24089         * soft-fp/trunctfsf2.c: Likewise.
24090         * soft-fp/trunctfxf2.c: Likewise.
24091         * soft-fp/unorddf2.c: Likewise.
24092         * soft-fp/unordsf2.c: Likewise.
24093         * soft-fp/unordtf2.c: Likewise.
24095 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24097         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24098         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24100 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24102         * elf/dl-libc.c: Clear initfini list after freeing.
24104 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24106         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24107         * soft-fp/addsf3.c: Likewise.
24108         * soft-fp/addtf3.c: Likewise.
24109         * soft-fp/divdf3.c: Likewise.
24110         * soft-fp/divsf3.c: Likewise.
24111         * soft-fp/divtf3.c: Likewise.
24112         * soft-fp/double.h: Likewise.
24113         * soft-fp/eqdf2.c: Likewise.
24114         * soft-fp/eqsf2.c: Likewise.
24115         * soft-fp/eqtf2.c: Likewise.
24116         * soft-fp/extenddftf2.c: Likewise.
24117         * soft-fp/extended.h: Likewise.
24118         * soft-fp/extendsfdf2.c: Likewise.
24119         * soft-fp/extendsftf2.c: Likewise.
24120         * soft-fp/extendxftf2.c: Likewise.
24121         * soft-fp/fixdfdi.c: Likewise.
24122         * soft-fp/fixdfsi.c: Likewise.
24123         * soft-fp/fixdfti.c: Likewise.
24124         * soft-fp/fixsfdi.c: Likewise.
24125         * soft-fp/fixsfsi.c: Likewise.
24126         * soft-fp/fixsfti.c: Likewise.
24127         * soft-fp/fixtfdi.c: Likewise.
24128         * soft-fp/fixtfsi.c: Likewise.
24129         * soft-fp/fixtfti.c: Likewise.
24130         * soft-fp/fixunsdfdi.c: Likewise.
24131         * soft-fp/fixunsdfsi.c: Likewise.
24132         * soft-fp/fixunsdfti.c: Likewise.
24133         * soft-fp/fixunssfdi.c: Likewise.
24134         * soft-fp/fixunssfsi.c: Likewise.
24135         * soft-fp/fixunssfti.c: Likewise.
24136         * soft-fp/fixunstfdi.c: Likewise.
24137         * soft-fp/fixunstfsi.c: Likewise.
24138         * soft-fp/fixunstfti.c: Likewise.
24139         * soft-fp/floatdidf.c: Likewise.
24140         * soft-fp/floatdisf.c: Likewise.
24141         * soft-fp/floatditf.c: Likewise.
24142         * soft-fp/floatsidf.c: Likewise.
24143         * soft-fp/floatsisf.c: Likewise.
24144         * soft-fp/floatsitf.c: Likewise.
24145         * soft-fp/floattidf.c: Likewise.
24146         * soft-fp/floattisf.c: Likewise.
24147         * soft-fp/floattitf.c: Likewise.
24148         * soft-fp/floatundidf.c: Likewise.
24149         * soft-fp/floatundisf.c: Likewise.
24150         * soft-fp/floatunsidf.c: Likewise.
24151         * soft-fp/floatunsisf.c: Likewise.
24152         * soft-fp/floatuntidf.c: Likewise.
24153         * soft-fp/floatuntisf.c: Likewise.
24154         * soft-fp/floatuntitf.c: Likewise.
24155         * soft-fp/fmadf4.c: Likewise.
24156         * soft-fp/fmasf4.c: Likewise.
24157         * soft-fp/fmatf4.c: Likewise.
24158         * soft-fp/gedf2.c: Likewise.
24159         * soft-fp/gesf2.c: Likewise.
24160         * soft-fp/getf2.c: Likewise.
24161         * soft-fp/ledf2.c: Likewise.
24162         * soft-fp/lesf2.c: Likewise.
24163         * soft-fp/letf2.c: Likewise.
24164         * soft-fp/muldf3.c: Likewise.
24165         * soft-fp/mulsf3.c: Likewise.
24166         * soft-fp/multf3.c: Likewise.
24167         * soft-fp/negdf2.c: Likewise.
24168         * soft-fp/negsf2.c: Likewise.
24169         * soft-fp/negtf2.c: Likewise.
24170         * soft-fp/op-1.h: Likewise.
24171         * soft-fp/op-2.h: Likewise.
24172         * soft-fp/op-4.h: Likewise.
24173         * soft-fp/op-8.h: Likewise.
24174         * soft-fp/op-common.h: Likewise.
24175         * soft-fp/quad.h: Likewise.
24176         * soft-fp/single.h: Likewise.
24177         * soft-fp/soft-fp.h: Likewise.
24178         * soft-fp/sqrtdf2.c: Likewise.
24179         * soft-fp/sqrtsf2.c: Likewise.
24180         * soft-fp/sqrttf2.c: Likewise.
24181         * soft-fp/subdf3.c: Likewise.
24182         * soft-fp/subsf3.c: Likewise.
24183         * soft-fp/subtf3.c: Likewise.
24184         * soft-fp/truncdfsf2.c: Likewise.
24185         * soft-fp/trunctfdf2.c: Likewise.
24186         * soft-fp/trunctfsf2.c: Likewise.
24187         * soft-fp/trunctfxf2.c: Likewise.
24188         * soft-fp/unorddf2.c: Likewise.
24189         * soft-fp/unordsf2.c: Likewise.
24190         * soft-fp/unordtf2.c: Likewise.
24192 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24194         [BZ #15672]
24195         * misc/error.c (error_tail): Fix possible buffer overflow.
24197 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24199         [BZ #13028]
24200         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24201         address.
24203 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24205         [BZ #832]
24206         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24207         testing pipefail option.
24209 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24211         * soft-fp/double.h: Indent preprocessor directives inside #if.
24212         * soft-fp/extended.h: Likewise.
24213         * soft-fp/op-2.h: Likewise.
24214         * soft-fp/op-4.h: Likewise.
24215         * soft-fp/op-common.h: Likewise.
24216         * soft-fp/quad.h: Likewise.
24217         * soft-fp/single.h: Likewise.
24218         * soft-fp/soft-fp.h: Likewise.
24220 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24222         * iconv/iconv_prog.c: Fix typos.
24223         * stdio-common/psiginfo-data.h: Likewise.
24225 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24227         [BZ #15764]
24228         * locale/setlocale.c: Fix typo.
24230 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24232         [BZ #16036]
24233         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24234         signaling NaN arguments.
24235         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24236         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24238         [BZ #14910]
24239         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24240         unordered operands.
24241         * soft-fp/gesf2.c (__gesf2): Likewise.
24242         * soft-fp/getf2.c (__getf2): Likewise.
24243         * soft-fp/ledf2.c (__ledf2): Likewise.
24244         * soft-fp/lesf2.c (__lesf2): Likewise.
24245         * soft-fp/letf2.c (__letf2): Likewise.
24247         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24248         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24249         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24250         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24251         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24252         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24253         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24254         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24255         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24256         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24257         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24258         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24259         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24260         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24261         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24262         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24263         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24264         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24265         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24266         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24267         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24268         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24269         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24270         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24271         * soft-fp/floattidf.c (__floattidf): Likewise.
24272         * soft-fp/floattisf.c (__floattisf): Likewise.
24273         * soft-fp/floattitf.c (__floattitf): Likewise.
24274         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24275         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24276         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24277         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24278         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24279         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24280         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24281         * soft-fp/gesf2.c (__gesf2): Likewise.
24282         * soft-fp/getf2.c (__getf2): Likewise.
24283         * soft-fp/ledf2.c (__ledf2): Likewise.
24284         * soft-fp/lesf2.c (__lesf2): Likewise.
24285         * soft-fp/letf2.c (__letf2): Likewise.
24287         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24288         Undefine and redefine.
24289         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24290         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24291         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24292         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24293         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24294         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24295         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24296         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24297         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24298         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24299         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24300         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24301         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24302         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24303         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24305         [BZ #16032]
24306         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24307         without decrementing exponent if mantissa >= that for the
24308         denominator, not >.
24309         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24310         denominator, not >.  Decrement exponent in < case instead of
24311         incrementing in >= case.
24312         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24313         without decrementing exponent if mantissa >= that for the
24314         denominator, not >.
24316         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24317         computing saturated result for unsigned overflow.
24319 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24320             Jeff Law  <law@redhat.com>
24322         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24323         (atan2Mp): Add systemtap probe marker.
24324         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24325         (__ieee754_log): Add systemtap probe marker.
24326         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24327         (atanMp): Add systemtap probe marker.
24328         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24329         (tanMp): Add systemtap probe marker.
24330         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24331         (__slowexp): Add systemtap probe marker.
24332         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24333         (__slowpow): Add systemtap probe marker.
24334         * manual/probes.texi: Document probes.
24336 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24338         [BZ #15362]
24339         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24340         written.
24341         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24342         written.
24343         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24344         written to buffer but not flushed.
24345         * libio/iofwrite_u.c:  Likewise.
24346         * libio/iopadn.c:  Return bytes returned even if EOF was
24347         encountered.
24348         * libio/iowpadn.c:  Likewise.
24349         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24350         if _IO_padn does not write the whole buffer.
24351         [!COMPILE_WPRINTF] (PAD): Likewise.
24353 2013-10-10  David S. Miller  <davem@davemloft.net>
24355         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24356         directory block.
24358 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24360         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24361         instead of FSF address.
24362         * soft-fp/fixdfti.c: Likewise.
24363         * soft-fp/fixsfti.c: Likewise.
24364         * soft-fp/fixtfti.c: Likewise.
24365         * soft-fp/fixunsdfti.c: Likewise.
24366         * soft-fp/fixunssfti.c: Likewise.
24367         * soft-fp/fixunstfti.c: Likewise.
24368         * soft-fp/floattidf.c: Likewise.
24369         * soft-fp/floattisf.c: Likewise.
24370         * soft-fp/floattitf.c: Likewise.
24371         * soft-fp/floatuntidf.c: Likewise.
24372         * soft-fp/floatuntisf.c: Likewise.
24373         * soft-fp/floatuntitf.c: Likewise.
24374         * soft-fp/trunctfxf2.c: Likewise.
24376         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24377         * soft-fp/fixdfti.c: Likewise.
24378         * soft-fp/fixsfti.c: Likewise.
24379         * soft-fp/fixtfti.c: Likewise.
24380         * soft-fp/fixunsdfti.c: Likewise.
24381         * soft-fp/fixunssfti.c: Likewise.
24382         * soft-fp/fixunstfti.c: Likewise.
24383         * soft-fp/floattidf.c: Likewise.
24384         * soft-fp/floattisf.c: Likewise.
24385         * soft-fp/floattitf.c: Likewise.
24386         * soft-fp/floatuntidf.c: Likewise.
24387         * soft-fp/floatuntisf.c: Likewise.
24388         * soft-fp/floatuntitf.c: Likewise.
24389         * soft-fp/trunctfxf2.c: Likewise.
24391 2013-10-10  David S. Miller  <davem@davemloft.net>
24393         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24395 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24397         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24398         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24399         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24400         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24401         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24402         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24403         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24405         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24406         for NaNs before doing comparisons on argument.
24407         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24408         Likewise.
24410 2013-10-10  Will Newton  <will.newton@linaro.org>
24412         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24413         passed to _int_memalign does not overflow.
24415 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24417         * scripts/bench.pl: Add include-sources directive.
24418         * benchtests/README: Update documentation.
24420 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24422         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24423         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24424         instead of FP_INIT_ROUNDMODE.
24425         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24426         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24428         [BZ #16034]
24429         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24430         copy class of input value.
24431         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24432         not handle exceptions.
24433         * soft-fp/negsf2.c (__negsf2): Likewise.
24434         * soft-fp/negtf2.c (__negtf2): Likewise.
24435         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24437 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24439         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24440         semicolon.  From Linux kernel.
24442 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24444         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24446 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24448         [BZ #156]
24449         * manual/socket.texi: Added statement about buffer
24450         for gethostbyname2_r.
24452 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24454         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24455         Use .p2align directive instead, throughout.
24456         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24457         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24458         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24459         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24460         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24461         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24462         * sysdeps/x86_64/strchr.S: Likewise.
24463         * sysdeps/x86_64/strrchr.S: Likewise.
24465 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24467         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24469         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24471         * sysdeps/generic/math_private.h (__mpsin1): Remove
24472         declaration.
24473         (__mpcos1): Likewise.
24474         (__mpsin): New argument __range_reduce.
24475         (__mpcos): Likewise.
24476         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24477         (slow): Use __mpsin and __mpcos.
24478         (slow1): Likewise.
24479         (slow2): Likewise.
24480         (sloww): Likewise.
24481         (sloww1): Likewise.
24482         (sloww2): Likewise.
24483         (bsloww): Likewise.
24484         (bsloww1): Likewise.
24485         (bsloww2): Likewise.
24486         (cslow2): Likewise.
24487         (csloww): Likewise.
24488         (csloww1): Likewise.
24489         (csloww2): Likewise.
24490         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24491         range_reduce.  Merge in __mpsin1.
24492         (__mpcos): Likewise.
24493         (__mpsin1): Remove.
24494         (__mpcos1): Likewise.
24496 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24498         * locale/loadlocale.c (_nl_intern_locale_data): Use
24499         LOCFILE_ALIGNED_P.
24500         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24501         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24502         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24503         obstack data is appropriately aligned.
24504         (obstack_int32_grow_fast): Likewise.
24505         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24506         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24507         (add_locale_uint32_array): Likewise.
24509 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24511         * benchtests/Makefile: Remove ARGLIST and RET variables.
24512         ($(objpfx)bench-%.c): Pass only function name to the script.
24513         * benchtests/README: Update documentation.
24514         * benchtests/acos-inputs: Add new directives.
24515         * benchtests/acosh-inputs: Likewise.
24516         * benchtests/asin-inputs: Likewise.
24517         * benchtests/asinh-inputs: Likewise.
24518         * benchtests/atan-inputs: Likewise.
24519         * benchtests/atanh-inputs: Likewise.
24520         * benchtests/cos-inputs: Likewise.
24521         * benchtests/cosh-inputs: Likewise.
24522         * benchtests/exp-inputs: Likewise.
24523         * benchtests/log-inputs: Likewise.
24524         * benchtests/pow-inputs: Likewise.
24525         * benchtests/rint-inputs: Likewise.
24526         * benchtests/sin-inputs: Likewise.
24527         * benchtests/sinh-inputs: Likewise.
24528         * benchtests/tan-inputs: Likewise.
24529         * benchtests/tanh-inputs: Likewise.
24530         * scripts/bench.pl: Add support for new directives.
24532 2013-10-07  Alan Modra  <amodra@gmail.com>
24534         * README: Fix careless merge.
24536 2013-10-05  Alan Modra  <amodra@gmail.com>
24538         * NEWS: Mention powerpc64le support and bugs fixed.
24539         * README: Both big-endian and little-endian powerpc64 supported.
24541 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24543         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24544         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24545         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24546         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24548 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24550         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24551         match prototype.
24553 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24555         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24556         Move -mhard-float appending from
24557         ports/sysdeps/powerpc/powerpc32/Makefile.
24558         [$(with-fp) = yes] (ASFLAGS): Likewise.
24559         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24560         * sysdeps/powerpc/nofpu: Move directory from
24561         ports/sysdeps/powerpc/nofpu.
24562         * sysdeps/powerpc/soft-fp: Move directory from
24563         ports/sysdeps/powerpc/soft-fp.
24564         * sysdeps/powerpc/powerpc32/405: Move directory from
24565         ports/sysdeps/powerpc/powerpc32/405.
24566         * sysdeps/powerpc/powerpc32/440: Move directory from
24567         ports/sysdeps/powerpc/powerpc32/440.
24568         * sysdeps/powerpc/powerpc32/464: Move directory from
24569         ports/sysdeps/powerpc/powerpc32/464.
24570         * sysdeps/powerpc/powerpc32/476: Move directory from
24571         ports/sysdeps/powerpc/powerpc32/476.
24572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24573         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24575         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24577         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24579         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24581         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24582         * README: Update for powerpc-*-linux-gnu software floating point
24583         support in libc.
24585         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24586         case to powerpc/powerpc32*.
24587         * sysdeps/unix/sysv/linux/configure: Regenerated.
24589         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24590         (_FPU_MASK_OM): Define as 0x04.
24591         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24592         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24593         0x00c10080.
24594         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24595         0x0000003c.
24596         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24599         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24600         getcontext_e500.
24601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24602         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24603         setcontext_e500.
24604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24605         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24606         and setcontext_e500.
24608 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24610         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24612 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24614         * manual/threads.texi (Default Thread Attributes): Fix typo.
24616 2013-10-04  Will Newton  <will.newton@linaro.org>
24618         * malloc/Makefile: Add tst-memalign.
24619         * malloc/tst-memalign.c: New file.
24621         * malloc/tst-posix_memalign.c: Add comments.
24622         (do_test): Add comments and call free on all potentially
24623         allocated pointers. Add space after cast.
24625         * malloc/tst-pvalloc.c: Add comments.
24626         (do_test): Add comments and call free on all potentially
24627         allocated pointers. Remove duplicate check for NULL pointer.
24628         Add space after cast.
24630         * malloc/tst-valloc.c: Add comments.
24631         (do_test): Add comments and call free on all potentially
24632         allocated pointers. Remove duplicate check for NULL pointer.
24633         Add space after cast.
24635 2013-10-04  Alan Modra  <amodra@gmail.com>
24637         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24638         Use stdint types in rather than __attribute__((mode())).
24639         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24641 2013-10-04  Alan Modra  <amodra@gmail.com>
24643         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24644         Correct handling of unaligned relocs for little-endian.
24645         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24647 2013-10-04  Alan Modra  <amodra@gmail.com>
24649         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24650         * configure: Regenerate.
24651         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24652         * shlib-versions: Likewise.
24654 2013-10-04  Alan Modra  <amodra@gmail.com>
24656         * string/tester.c (test_memrchr): Increment reported test cycle.
24658 2013-10-04  Alan Modra  <amodra@gmail.com>
24660         * string/test-memcpy.c (do_one_test): When reporting errors, print
24661         string address and don't overrun end of string.
24663 2013-10-04  Alan Modra  <amodra@gmail.com>
24665         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24666         insrdi.  Make better use of reg selection to speed exit slightly.
24667         Schedule entry path a little better.  Remove useless "are we done"
24668         checks on entry to main loop.  Handle wrapping around zero address.
24669         Correct main loop count.  Handle single left-over word from main
24670         loop inline rather than by using loop_small.  Remove extra word
24671         case in loop_small caused by wrong loop count.  Add little-endian
24672         support.
24673         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24674         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24675         cache hint.
24676         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24677         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24678         support.  Avoid rlwimi.
24679         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24681 2013-10-04  Alan Modra  <amodra@gmail.com>
24683         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24684         insrdi.  Formatting.
24685         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24686         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24687         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24688         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24689         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24690         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24692 2013-10-04  Alan Modra  <amodra@gmail.com>
24694         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24695         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24696         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24697         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24698         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24699         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24700         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24701         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24702         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24703         use of regs.  Use power7 mtocrf.  Tidy function tails.
24705 2013-10-04  Alan Modra  <amodra@gmail.com>
24707         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24708         Formatting.  Consistently use rXXX register defines or rN defines.
24709         Use early exit labels that avoid restoring unused non-volatile regs.
24710         Make cr field use more consistent with rWORDn compares.  Rename
24711         regs used as shift registers for unaligned loop, using rN defines
24712         for short lifetime/multiple use regs.
24713         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24714         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24715         addi 1,1,64 to pop stack frame.  Simplify return value code.
24716         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24718 2013-10-04  Alan Modra  <amodra@gmail.com>
24720         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24721         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24722         rather than rlwimi.
24723         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24724         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24725         little-endian support.  Correct typos.
24726         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24727         rather than rlwimi.
24728         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24729         in loop and entry code to keep "and." results.
24730         (strchr): Add little-endian support.  Comment.  Move cntlzd
24731         earlier in tail.
24732         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24734 2013-10-04  Alan Modra  <amodra@gmail.com>
24736         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24737         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24738         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24739         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24741 2013-10-04  Alan Modra  <amodra@gmail.com>
24743         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24744         (rTMP): Define as r11.
24745         (strcmp): Add little-endian support.  Optimise tail.
24746         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24747         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24748         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24749         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24750         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24751         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24752         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24754 2013-10-04  Alan Modra  <amodra@gmail.com>
24756         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24757         little-endian support.  Remove unnecessary "are we done" tests.
24758         Handle "s" wrapping around zero and extremely large "size".
24759         Correct main loop count.  Handle single left-over word from main
24760         loop inline rather than by using small_loop.  Correct comments.
24761         Delete "zero" tail, use "end_max" instead.
24762         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24764 2013-10-04  Alan Modra  <amodra@gmail.com>
24766         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24767         support.  Don't branch over align.
24768         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24769         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24770         support.  Rearrange tmp reg use to suit.  Comment.
24771         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24773 2013-10-04  Alan Modra  <amodra@gmail.com>
24775         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24777 2013-10-04  Alan Modra  <amodra@gmail.com>
24779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24780         conditional form of branch and link when obtaining pc.
24781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24783 2013-10-04  Alan Modra  <amodra@gmail.com>
24785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24786         HIWORD/LOWORD.
24787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24790 2013-10-04  Alan Modra  <amodra@gmail.com>
24792         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24793         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24794         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24795         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24796         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24797         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24798         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24799         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24800         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24801         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24803 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24804             Alistair Popple <alistair@ozlabs.au.ibm.com>
24805             Alan Modra <amodra@gmail.com>
24807         [BZ #15723]
24808         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24809         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24810         _dl_hwcap access for little-endian.
24811         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24812         destroy vmx regs when saving unaligned.
24813         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24814         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24815         destroy vmx regs when saving unaligned.
24817 2013-10-04  Alan Modra  <amodra@gmail.com>
24819         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24820         Don't use a union to pack hi/low value.
24822 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24824         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24825         for little-endian.
24826         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24827         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24828         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24829         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24830         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24832 2013-10-04  Alan Modra  <amodra@gmail.com>
24834         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24835         constants to usual value for .cst8 section, and remove redundant
24836         high address load.
24837         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24838         constant for 0x1p52.  Load little-endian words of double from
24839         correct stack offsets.
24841 2013-10-04  Alan Modra  <amodra@gmail.com>
24843         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24844         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24845         words of double from correct stack offsets.
24846         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24847         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24848         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24849         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24850         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24851         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24852         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24853         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24854         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24855         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24856         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24857         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24858         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24859         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24860         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24861         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24862         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24864 2013-10-04  Alan Modra  <amodra@gmail.com>
24866         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24867         64-bit int/double union.
24868         (_FPU_SETCW): Likewise.
24869         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24870         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24872 2013-10-04  Alan Modra  <amodra@gmail.com>
24874         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24875         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24877 2013-10-04  Alan Modra  <amodra@gmail.com>
24879         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24880         use vector int constants.
24881         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24883 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24885         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24886         array with long long.
24887         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24888         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24889         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24890         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24891         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24892         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24893         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24894         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24895         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24896         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24897         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24898         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24899         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24901 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24903         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24904         (__signbit): Likewise.  Correct for little-endian.
24905         (__signbitl): Call __signbit.
24906         (lrint): Correct for little-endian.
24907         (lrintf): Call lrint.
24909 2013-10-04  Alan Modra  <amodra@gmail.com>
24911         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24912         union 32-bit int array member with 64-bit int array.
24913         (t515, tm256): Double rather than long double.
24914         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24916 2013-10-04  Alan Modra  <amodra@gmail.com>
24918         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24919         Delete.
24920         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24921         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24922         version of math_ldbl.h.
24924 2013-10-04  Alan Modra  <amodra@gmail.com>
24926         [BZ #15734], [BZ #15735]
24927         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24928         all uses of ieee875 long double macros and unions.  Simplify test
24929         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24930         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24931         normalize after ldbl_extract_mantissa, and don't add hidden bit
24932         already handled.  Don't treat low word of ieee854 mantissa like
24933         low word of IBM long double and mask off bit when testing for
24934         zero.
24935         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24936         all uses of ieee875 long double macros and unions.  Simplify tests
24937         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24938         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24939         two1022, instead use their values.  Recognise that tests for large
24940         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24941         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24942         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24943         test for 0.0L and nan.  Correct negation.
24944         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24945         ieee875 long double macros and unions.  Correct output for large
24946         magnitude x.  Correct absolute value calculation.
24947         (__erfcl): Likewise.
24948         * math/libm-test.inc: Add tests for errors discovered in IBM long
24949         double versions of fmodl, remainderl, erfl and erfcl.
24951 2013-10-04  Alan Modra  <amodra@gmail.com>
24953         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24954         all uses of ieee854 long double macros and unions.  Simplify tests
24955         for long doubles that are fully specified by the high double.
24956         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24957         Likewise.
24958         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24959         Remove dead code too.
24960         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24961         (__ieee754_ynl): Likewise.
24962         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24963         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24964         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24965         Remove dead code too.
24966         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24967         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24968         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24969         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24970         Simplify.
24971         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24972         Simplify.
24973         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24974         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24975         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24976         Comment on variable precision.
24977         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24978         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24979         Likewise.
24980         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24981         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24982         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24983         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24984         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24986 2013-10-04  Alan Modra  <amodra@gmail.com>
24988         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24989         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24990         all uses of ieee854 long double macros and unions.
24991         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24992         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24993         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24994         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24995         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24996         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24997         Likewise.
24998         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24999         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25000         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25001         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25002         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25003         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25004         Simplify sign and nan test too.
25005         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25006         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25007         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25008         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25009         Likewise.
25010         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25011         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25012         Likewise.
25013         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25014         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25015         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25016         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25017         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25018         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25020 2013-10-04  Alan Modra  <amodra@gmail.com>
25022         * stdio-common/printf_size.c (__printf_size): Don't use
25023         union ieee854_long_double in fpnum union.
25024         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25025         signbit macro to retrieve sign from long double.
25026         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25027         retrieve sign from long double.
25028         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25029         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25030         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25031         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25032         * math/test-misc.c (main): Don't use union ieee854_long_double.
25034 2013-10-04  Alan Modra  <amodra@gmail.com>
25036         [BZ #15680]
25037         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25038         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25039         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25040         calculation.  Remove unnecessary test for denormal exponent.
25041         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25042         Correct handling of denormals.  Avoid undefined shift behaviour.
25043         Correct normalisation of low mantissa when low double is denormal.
25044         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25045         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25046         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25047         Correct normalisation of low mantissa.  Test for overflow of high
25048         mantissa and normalise.
25049         (ldbl_nearbyint): Use more readable constant for two52.
25050         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25051         (__mpn_construct_long_double): Fix test for overflow of high
25052         mantissa and correct normalisation.  Avoid undefined shift.
25054 2013-10-04  Alan Modra  <amodra@gmail.com>
25056         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25057         (union ibm_extended_long_double): Define as an array of ieee754_double.
25058         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25059         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25060         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25061         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25062         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25063         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25064         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25065         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25066         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25067         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25068         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25070 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25072         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25073         page size instead of calling getpagesize.
25075         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25076         (LOCFILE_ALIGN_MASK): Likewise.
25077         (LOCFILE_ALIGN_UP): Likewise.
25078         (LOCFILE_ALIGNED_P): Likewise.
25079         * locale/programs/ld-collate.c (collate_output): Use the new
25080         macros instead of __alignof__ (int32_t).
25081         * locale/weight.h (findidx): Likewise.
25083 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25085         [BZ #431]
25086         * manual/string.texi: Fix strncat and wcsncat.
25088 2013-10-03  Brooks Moses  <bmoses@google.com>
25090         [BZ #15915]
25091         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25092         * Makerules: ...here, and adjust associated comments.
25094 2013-10-02  Will Newton  <will.newton@linaro.org>
25096         * malloc/Makefile: Add tst-pvalloc.
25097         * malloc/tst-pvalloc.c: New file.
25099 2013-10-02  Will Newton  <will.newton@linaro.org>
25101         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25102         improve test coverage.
25104 2013-10-02  Will Newton  <will.newton@linaro.org>
25106         * malloc/Makefile: Add tst-posix_memalign.
25107         * malloc/tst-posix_memalign.c: New file.
25109 2013-10-01  Eric Blake  <eblake@redhat.com>
25111         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25112         Use __THROWNL rather than __THROW on static functions.
25114 2013-09-30  Petr Machata  <pmachata@redhat.com>
25116         * elf/elf.h (R_AARCH64_ABS16): New macro.
25117         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25118         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25119         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25120         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25121         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25122         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25123         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25124         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25125         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25126         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25127         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25128         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25129         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25130         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25131         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25132         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25133         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25134         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25135         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25136         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25137         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25138         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25139         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25140         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25141         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25142         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25143         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25144         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25145         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25146         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25147         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25148         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25149         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25150         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25151         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25152         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25153         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25154         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25155         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25156         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25157         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25158         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25159         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25160         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25161         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25162         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25163         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25164         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25165         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25166         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25167         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25168         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25169         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25170         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25171         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25172         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25173         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25174         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25175         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25176         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25177         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25178         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25179         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25180         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25181         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25182         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25183         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25184         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25185         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25186         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25187         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25188         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25189         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25190         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25191         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25192         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25193         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25194         (R_AARCH64_TLSDESC_LDR): Likewise.
25195         (R_AARCH64_TLSDESC_ADD): Likewise.
25196         (R_AARCH64_TLSDESC_CALL): Likewise.
25198 2013-09-30  Andreas Schwab  <schwab@suse.de>
25200         [BZ #15048]
25201         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25202         the nss database lookup.
25203         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25204         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25206 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25208         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25210 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25212         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25213         ${Bash-specific parameter/pattern/string} parameter expansion.
25214         * sysdeps/unix/make-syscalls.sh: Likewise.
25216 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25218         * sysdeps/sh/stackguard-macros.h: New file.
25220 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25222         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25223         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25224         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25225         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25226         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25227         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25229 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25231         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25232         Fix thread ID register.
25234 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25236         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25237         [POSIX || UNIX98]: Require rather than permitting all symbols from
25238         <time.h>.
25239         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25240         element of struct sched_param.
25241         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25242         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25243         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25244         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25245         constant.
25247 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25249         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25250         argument calculation.
25252 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25254         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25255         Expect macro.
25256         [POSIX] (pthread_attr_t): Do not require type.
25257         [POSIX] (pthread_cond_t): Likewise.
25258         [POSIX] (pthread_condattr_t): Likewise.
25259         [POSIX] (pthread_key_t): Likewise.
25260         [POSIX] (pthread_mutex_t): Likewise.
25261         [POSIX] (pthread_mutexattr_t): Likewise.
25262         [POSIX] (pthread_once_t): Likewise.
25263         [POSIX] (pthread_t): Likewise.
25264         [POSIX-based standards] (pthread_atfork): Expect function.
25266 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25267             Richard Sandiford  <richard@codesourcery.com>
25269         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25270         (swap_endianness_p): New extern variable.
25271         (set_big_endian): New inline function.
25272         (maybe_swap_uint32): Likewise.
25273         (maybe_swap_uint32_array): Likewise.
25274         (maybe_swap_uint32_obstack): Likewise.
25275         * locale/programs/locfile.c: Include <stdbool.h>.
25276         (swap_endianness_p): New variable.
25277         (add_locale_uint32): Call maybe_swap_uint32.
25278         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25279         (write_locale_data): Call maybe_swap_uint32_array.
25280         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25281         maybe_swap_uint32.
25282         (obstack_int32_grow_fast): Likewise.
25283         (output_weightwc): Call maybe_swap_uint32_obstack.
25284         (collate_output): Likewise.
25285         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25286         (OPT_LITTLE_ENDIAN): Likewise.
25287         (options): Add --little-endian and --big-endian options.
25288         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25289         * locale/programs/locarchive.c: Include "locfile.h".
25290         (GET): New macro.
25291         (SET): Likewise.
25292         (INC): Likewise.
25293         (create_archive): Use the new macros to access fields of
25294         structures directly mapped from or written to locale archives.
25295         (oldlocrecentcmp): Likewise.
25296         (enlarge_archive): Likewise.
25297         (insert_name): Likewise.
25298         (add_alias): Likewise.
25299         (add_locale): Likewise.
25300         (delete_locales_from_archive): Likewise.
25301         (show_archive_content): Likewise.
25302         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25303         locale data.
25305 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25307         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25308         http://www.gnu.org/doc/freemanuals.texi.
25309         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25311 2013-09-24  Will Newton  <will.newton@linaro.org>
25313         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25314         macro.
25316 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25318         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25319         unsigned char.
25321 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25323         * manual/threads.texi (POSIX Threads): Fix a typo.
25325 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25327         [BZ #14547]
25328         * string/tst-strcoll-overflow.c: New test case.
25329         * string/Makefile (xtests): Add tst-strcoll-overflow.
25330         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25331         cache if string sizes may cause integer overflow.
25333         [BZ #14547]
25334         * string/strcoll_l.c (coll_seq): New members rule, idx,
25335         save_idx and back_us.
25336         (get_next_seq_nocache): New function.
25337         (do_compare_nocache): New function.
25338         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25339         when malloc fails.
25341 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25343         [BZ #15754]
25344         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25345         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25346         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25348         [BZ #15754]
25349         * elf/Makefile (tests): Add tst-ptrguard1.
25350         (tests-static): Add tst-ptrguard1-static.
25351         (tst-ptrguard1-ARGS): Define.
25352         (tst-ptrguard1-static-ARGS): Define.
25353         * elf/tst-ptrguard1.c: New file.
25354         * elf/tst-ptrguard1-static.c: New file.
25355         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25356         * sysdeps/i386/stackguard-macros.h: Likewise.
25357         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25358         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25359         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25360         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25361         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25362         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25364 2013-09-23  Hector Marco  <hecmargi@upv.es>
25365             Ismael Ripoll  <iripoll@disca.upv.es>
25366             Carlos O'Donell  <carlos@redhat.com>
25368         [BZ #15754]
25369         * sysdeps/generic/stackguard-macros.h: Define
25370         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25371         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25372         Define __pointer_chk_guard_local.
25373         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25374         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25376 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25378         [BZ #15859]
25379         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25381 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25383         * include/string.h (__ffs): Declare as hidden.
25384         * string/ffs.c (__ffs): Define as hidden.
25385         * sysdeps/i386/ffs.c (__ffs): Likewise.
25386         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25387         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25388         * sysdeps/s390/ffs.c (__ffs): Likewise.
25389         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25391 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25393         * NEWS: Mention malloc probes.
25395         * malloc/arena.c (new_heap): New memory_heap_new probe.
25396         (grow_heap): New memory_heap_more probe.
25397         (shrink_heap): New memory_heap_less probe.
25398         (heap_trim): New memory_heap_free probe.
25399         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25400         (systrim): New memory_sbrk_less probe.
25401         * manual/probes.texi: Document them.
25403         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25404         * manual/probes.texi: Document it.
25406         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25407         (__libc_realloc): Add memory_realloc_retry probe.
25408         (__libc_memalign): Add memory_memalign_retry probe.
25409         (__libc_valloc): Add memory_valloc_retry probe.
25410         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25411         (__libc_calloc): Add memory_calloc_retry probe.
25412         * manual/probes.texi: Document them.
25414         * malloc/arena.c (get_free_list): Add probe
25415         memory_arena_reuse_free_list.
25416         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25417         and memory_arena_reuse.
25418         (arena_get2) [!PER_THREAD]: Likewise.
25419         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25420         memory_arena_reuse_realloc.
25421         * manual/probes.texi: Document them.
25423         * malloc/malloc.c (__libc_free): Add
25424         memory_mallopt_free_dyn_thresholds probe.
25425         (__libc_mallopt): Add multiple memory_mallopt probes.
25426         * manual/probes.texi: Document them.
25428         * malloc/malloc.c: Include stap-probe.h.
25429         (__libc_mallopt): Add memory_mallopt probe.
25430         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25431         * manual/probes.texi: New.
25432         * manual/Makefile (chapters): Add probes.
25433         * manual/threads.texi: Set next node.
25435 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25437         [BZ #15963, #13985]
25438         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25439         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25440         Add `Chinese' to `nan' entry name.
25442 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25444         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25445         (POLYNOMIAL): Likewise.
25446         (TAYLOR_SINCOS): Likewise.
25447         (TAYLOR_SLOW): Likewise.
25448         (__sin): Use TAYLOR_SINCOS.
25449         (__cos): Likewise.
25450         (slow): Use TAYLOR_SLOW.
25451         (sloww): Likewise.
25452         (bsloww): Likewise.
25453         (csloww): Likewise.
25455 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25457         * stdlib/strtod_l.c: Fix buffer overrun.
25459 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25461         * benchtests/Makefile (bench): Add sincos.
25462         * benchtests/bench-sincos.c: New file.
25464         * math/libm-test.inc (cos_test_data): New test inputs.
25465         (sin_test_data): Likewise.
25467         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25468         macro.
25469         (__sin): Use it.
25470         (__cos): Likewise.
25471         (slow1): Likewise.
25472         (slow2): Likewise.
25473         (sloww1): Likewise.
25474         (sloww2): Likewise.
25475         (bsloww1): Likewise.
25476         (bsloww2): Likewise.
25477         (cslow2): Likewise.
25478         (csloww1): Likewise.
25479         (csloww2): Likewise.
25481         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25482         function.
25483         (__sin): Use it.
25484         (__cos): Likewise.
25486         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25487         gotos.
25488         (__cos): Likewise.
25490 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25492         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25493         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25494         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25495         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25496         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25497         * elf/cache.c (print_entry): Handle the new cache flags.
25499 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25500             Aldy Hernandez  <aldyh@redhat.com>
25502         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25503         Change condition to [_SOFT_FLOAT].
25504         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25505         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25506         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25507         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25508         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25509         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25510         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25511         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25512         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25513         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25514         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25515         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25516         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25517         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25518         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25519         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25520         declaration.
25522 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25524         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25525         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25526         (__longjmp): Use LOAD_GP to load saved GPRs.
25527         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25528         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25529         (__sigsetjmp): Use SAVE_GP to save GPRs.
25531         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25532         Do not append -msoft-float.
25533         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25535 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25537         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25539 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25541         [BZ #15966]
25542         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25543         (_FPU_GETCW): Use initial "__" on variable and field names but not
25544         on macro parameter name.
25545         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25546         parentheses around reference to macro parameter.
25548 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25550         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25551         prototype.
25552         (ctype_startup): Use uint32_t in cast and sizeof for
25553         ctype->charnames.
25555 2013-09-11  Jia Liu  <proljc@gmail.com>
25557         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25558         __daddr_t_defined.
25559         [__FreeBSD__]: Likewise.
25561 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25563         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25564         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25565         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25566         (strchr): Remove __strchr_sse42 ifunc selection.
25567         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25568         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25570 2013-09-11  Will Newton  <will.newton@linaro.org>
25572         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25573         parameter to RES. Remove hardcoded 1000 value.
25574         * benchtests/bench-skeleton.c (main): Pass RES parameter
25575         to TIMING_INIT and multiply result by 1000.
25577 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25579         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25581 2013-09-11  Andreas Schwab  <schwab@suse.de>
25583         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25584         if not defined.
25585         (O_TMPFILE) [__USE_GNU]: Define.
25586         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25587         Define.
25589 2013-09-11  Will Newton  <will.newton@linaro.org>
25591         [BZ #15857]
25592         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25593         does not overflow.
25595 2013-09-11  Will Newton  <will.newton@linaro.org>
25597         [BZ #15856]
25598         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25599         does not overflow.
25601 2013-09-11  Will Newton  <will.newton@linaro.org>
25603         [BZ #15855]
25604         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25605         does not overflow.
25607 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25609         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25610         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25611         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25612         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25613         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25615 2013-09-10  Allan McRae  <allan@archlinux.org>
25617         [BZ #15748]
25618         * manual/arith.texi (Parsing of Floats): Clarify
25619         cross-reference.
25621         [BZ #15849]
25622         * manual/install.texi (Running make install): Mention
25623         --enable-pt-chown.
25624         * INSTALL: Regenerated.
25626 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25628         * csu/init-first.c (_init): Remove the !SHARED condition around
25629         FPU control word initialization.
25630         * elf/dl-support.c (_dl_fpu_control): New variable.
25631         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25632         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25633         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25634         * math/test-fpucw-static.c: New file.
25635         * math/test-fpucw-ieee.c: New file.
25636         * math/test-fpucw-ieee-static.c: New file.
25637         * math/Makefile (tests): Add `test-fpucw-ieee' and
25638         `$(tests-static)'.
25639         (tests-static): New variable.
25640         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25641         dependency to...
25642         [($(build-shared),yes)]
25643         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25644         ... this.
25645         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25646         New dependency.
25648 2013-09-09  Allan McRae  <allan@archlinux.org>
25650         [BZ #15939]
25651         * manual/string.texi (Collation Functions): Fix typo in
25652         strcoll example.
25653         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25655         [BZ #15893]
25656         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25658         [BZ #15892]
25659         * libio/memstream.c (open_memstream): Fix memory leak.
25660         * libio/wmemstream.c (open_wmemstream): Likewise.
25662         [BZ #15895]
25663         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25665 2013-09-09  Will Newton  <will.newton@linaro.org>
25667         * malloc/Makefile: Add tst-realloc to tests.
25668         * malloc/tst-realloc.c: New file.
25670 2013-09-09  Allan McRae  <allan@archlinux.org>
25672         [BZ #15844]
25673         * COPYING: Update from GNU website to fix FSF address.
25674         * COPYING.LIB: Likewise.
25676 2013-09-06  David S. Miller  <davem@davemloft.net>
25678         * po/zh_TW.po: Update Chinese (traditional) translation from
25679         translation project.
25681 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25682             Joseph Myers  <joseph@codesourcery.com>
25684         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25685         "localeinfo.h".
25686         (obstack_chunk_alloc): New macro.
25687         (obstack_chunk_free): Likewise.
25688         (record_offset): New function.
25689         (init_locale_data): Likewise.
25690         (align_locale_data): Likewise.
25691         (add_locale_empty): Likewise.
25692         (add_locale_raw_data): Likewise.
25693         (add_locale_raw_obstack): Likewise.
25694         (add_locale_string): Likewise.
25695         (add_locale_wstring): Likewise.
25696         (add_locale_uint32): Likewise.
25697         (add_locale_uint32_array): Likewise.
25698         (add_locale_char): Likewise.
25699         (start_locale_structure): Likewise.
25700         (end_locale_structure): Likewise.
25701         (start_locale_prelude): Likewise.
25702         (end_locale_prelude): Likewise.
25703         (write_locale_data): Take locale_file structure rather than an
25704         iovec.
25705         * locale/programs/locfile.h: Include "obstack.h".
25706         (struct locale_file): Change to store locale file contents instead
25707         of header.
25708         (init_locale_data): New prototype.
25709         (align_locale_data): Likewise.
25710         (add_locale_empty): Likewise.
25711         (add_locale_raw_data): Likewise.
25712         (add_locale_raw_obstack): Likewise.
25713         (add_locale_string): Likewise.
25714         (add_locale_wstring): Likewise.
25715         (add_locale_uint32): Likewise.
25716         (add_locale_uint32_array): Likewise.
25717         (add_locale_char): Likewise.
25718         (start_locale_structure): Likewise.
25719         (end_locale_structure): Likewise.
25720         (start_locale_prelude): Likewise.
25721         (end_locale_prelude): Likewise.
25722         (write_locale_data): Update prototype.
25723         * locale/programs/3level.h (struct TABLE): Remove result field.
25724         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25725         Use new locale_file interface.
25726         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25727         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25728         * locale/programs/ld-address.c (address_output): Use new
25729         locale_file interface.
25730         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25731         NO_ADD_LOCALE.
25732         (collate_finish): Don't call collseq_table_finalize.
25733         (collate_output): Use new locale_file interface.
25734         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25735         in file.
25736         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25737         (TABLE): Move defines earlier in file.
25738         (ELEMENT): Likewise.
25739         (DEFAULT): Likewise.
25740         (wctrans_table_add): Move macro and inline function earlier in
25741         file.
25742         (struct wctype_table): Move type earlier in file.
25743         (add_locale_wctype_table): New static prototype.
25744         (struct locale_ctype_t): Use logical types instead of struct iovec
25745         pointers for members.
25746         (ctype_output): Use new locale_file interface.
25747         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25748         new locale_file interface.
25749         (allocate_arrays): Update for use of new locale_file interface.
25750         * locale/programs/ld-identification.c (identification_output): Use
25751         new locale_file interface.
25752         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25753         * locale/programs/ld-messages.c (messages_output): Likewise.
25754         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25755         * locale/programs/ld-name.c (name_output): Likewise.
25756         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25757         * locale/programs/ld-paper.c (paper_output): Likewise.
25758         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25759         * locale/programs/ld-time.c (time_output): Likewise.
25761 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25763         * benchtests/Makefile: Add memrchr benchmark.
25764         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25765         benchmark as memrchr.
25766         * benchtests/bench-memrchr-ifunc.c: New file.
25767         * benchtests/bench-memrchr.c: New file.
25769 2013-09-06   Will Newton  <will.newton@linaro.org>
25771         * benchtests/Makefile (string-bench): Add memcpy.
25773 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25774             Cong Wang  <amwang@redhat.com>
25776         [BZ #15850]
25777         * sysdeps/unix/sysv/linux/bits/in.h
25778         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25779         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25780         before __USE_KERNEL_IPV6_DEFS uses.
25781         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25782         IPPROTO_BEETPH.
25783         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25784         sockaddr_in6, or ipv6_mreq.
25786 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25788         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25789         memory access for final bytes in some large inputs.
25790         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25792 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25794         * string/test-memrchr.c: New file.
25795         * string/test-memrchr-ifunc.c: New file.
25796         * string/Makefile: Add new memrchr testcase.
25798 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25800         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25801         fanotify_init returns EPERM.
25803 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25805         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25806         errors.
25807         (top level): Treat second token from macro or constant entries for
25808         allowed headers as allowed.
25809         * include/complex.h: Condition internal declarations on
25810         [!_ISOMAC].
25811         * include/fenv.h: Condition include of <stdbool.h> and internal
25812         declarations on [!_ISOMAC].
25814 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25816         [BZ #15923]
25817         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25819 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25821         * configure.in (--enable-versioning): Remove configure option.
25822         (libc_cv_asm_symver_directive): Remove configure test.
25823         (libc_cv_ld_version_script_option): Likewise.
25824         (VERSIONING): Remove variable and AC_SUBST.
25825         (DO_VERSIONING): Remove AC_DEFINE.
25826         * configure: Regenerated.
25827         * config.h.in (DO_VERSIONING): Remove macro.
25828         * Makerules [$(versioning) = yes]: Change conditionals to
25829         [$(build-shared) = yes].
25830         * config.make.in (versioning): Remove variable.
25831         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25832         [$(build-shared) = yes].
25833         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25834         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25835         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25836         [$(build-shared) = yes].
25837         * extra-lib.mk [$(versioning) = yes]: Likewise.
25838         * hurd/Makefile [$(versioning) = yes]: Likewise.
25839         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25840         [SHARED].
25841         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25842         [SHARED].
25843         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25844         [SHARED && !NO_HIDDEN].
25845         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25846         [SHARED].
25847         [SHARED && DO_VERSIONING]: Likewise..
25848         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25849         [$(build-shared) = yes].
25850         * manual/install.texi (--disable-versioning): Remove
25851         documentation.
25852         * INSTALL: Regenerated.
25853         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25854         to [SHARED].
25855         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25856         [$(build-shared) = yes].
25857         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25858         * sysdeps/i386/i686/multiarch/strstr-c.c
25859         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25860         [SHARED && !NO_HIDDEN].
25861         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25862         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25863         * sysdeps/powerpc/powerpc32/dl-machine.c
25864         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25865         * sysdeps/powerpc/powerpc32/sysdep.h
25866         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25867         to [SHARED && PIC && !NO_HIDDEN].
25868         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25869         conditional to [SHARED].
25871 2013-09-04   Will Newton  <will.newton@linaro.org>
25873         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25874         * benchtests/bench-string.h: Include bench-timing.h instead
25875         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25876         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25877         call to HP_TIMING_DIFF_INIT.
25878         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25879         instead of hp-timing.h macros.
25880         * benchtests/bench-memchr.c: Likewise.
25881         * benchtests/bench-memcmp.c: Likewise.
25882         * benchtests/bench-memcpy.c: Likewise.
25883         * benchtests/bench-memmem.c: Likewise.
25884         * benchtests/bench-memmove.c: Likewise.
25885         * benchtests/bench-memset.c: Likewise.
25886         * benchtests/bench-rawmemchr.c: Likewise.
25887         * benchtests/bench-strcasecmp.c: Likewise.
25888         * benchtests/bench-strcasestr.c: Likewise.
25889         * benchtests/bench-strcat.c: Likewise.
25890         * benchtests/bench-strchr.c: Likewise.
25891         * benchtests/bench-strcmp.c: Likewise.
25892         * benchtests/bench-strcpy.c: Likewise.
25893         * benchtests/bench-strcpy_chk.c: Likewise.
25894         * benchtests/bench-strlen.c: Likewise.
25895         * benchtests/bench-strncasecmp.c: Likewise.
25896         * benchtests/bench-strncat.c: Likewise.
25897         * benchtests/bench-strncmp.c: Likewise.
25898         * benchtests/bench-strncpy.c: Likewise.
25899         * benchtests/bench-strnlen.c: Likewise.
25900         * benchtests/bench-strpbrk.c: Likewise.
25901         * benchtests/bench-strrchr.c: Likewise.
25902         * benchtests/bench-strspn.c: Likewise.
25903         * benchtests/bench-strstr.c: Likewise.
25905 2013-09-04  Will Newton  <will.newton@linaro.org>
25907         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25909 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25911         [BZ #15427]
25912         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25913         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25914         * math/libm-test.inc (lgamma_test_data): Add more tests.
25915         * sysdeps/i386/fpu/libm-test-ulps: Update.
25916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25918 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25920         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25921         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25922         Add ifunc.
25923         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25924         Add strcmp-sse2-unaligned
25925         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25927 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25929         * Versions.def (libc): Add GLIBC_2.19.
25931 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25933         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25934         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25936 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25938         [BZ #14155]
25939         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25940         intermediate calculations in recurrence.
25941         (__ieee754_ynf): Likewise.
25942         * math/libm-test.inc (jn_test_data): Do not allow spurious
25943         underflow exception.  Add more tests.
25944         (yn_test_data): Add more tests.
25945         * sysdeps/i386/fpu/libm-test-ulps: Update.
25946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25948 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25950         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25952 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25954         * csu/init-first.c: Fix then/than typos.
25955         * locale/programs/ld-collate.c: Likewise.
25956         * locale/programs/linereader.h: Likewise.
25957         * manual/charset.texi: Likewise.
25958         * manual/filesys.texi: Likewise.
25959         * manual/stdio.texi: Likewise.
25960         * manual/string.texi: Likewise.
25961         * stdlib/fmtmsg.c: Likewise.
25962         * sysdeps/i386/stpncpy.S: Likewise.
25963         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25964         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25965         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25966         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25968 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25970         * elf/dl-open.c: Fix typos.
25971         * iconvdata/gbbig5.c: Likewise.
25972         * iconvdata/iso-2022-jp.c: Likewise.
25973         * iconv/gconv_int.h: Likewise.
25974         * iconv/loop.c: Likewise.
25975         * nis/rpcsvc/nis.h: Likewise.
25976         * resolv/ns_name.c: Likewise.
25977         * stdio-common/vfscanf.c: Likewise.
25978         * streams/stropts.h: Likewise.
25979         * sunrpc/rpc_thread.c: Likewise.
25980         * sysdeps/i386/strpbrk.S: Likewise.
25981         * sysdeps/ieee754/k_standard.c: Likewise.
25982         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25983         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25984         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25985         * sysdeps/mach/hurd/profil.c: Likewise.
25986         * sysdeps/s390/dl-procinfo.h: Likewise.
25987         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25988         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25989         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25990         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25991         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25993 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25995         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25996         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25998 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26000         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26001         aix specific files.
26002         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26003         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26004         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26005         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26006         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26007         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26008         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26009         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26011 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26012             Roland McGrath  <roland@hack.frob.com>
26014         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26015         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26017 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26019         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26020         __executable_start symbol instead of _start.
26022 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26024         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26025         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26026         Move macros to...
26027         * sysdeps/gnu/ldsodefs.h: ... this new file.
26029         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26030         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26031         instead of ELFOSABI_LINUX.
26033         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26034         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26035         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26036         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26037         Likewise.
26038         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26039         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26040         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26041         Likewise.
26042         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26043         (ibm_extended_long_double): Add ieee_nan member.
26044         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26045         (do_test): New function.
26047         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26048         TEST_TRUNC.
26049         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26050         functions, renamed from truncdfsf_test, trunctfsf_test,
26051         trunctfdf_test.
26052         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26053         functions.
26054         (do_test): Run all these.
26056 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26058         * argp/argp-help.c: Fix typos.
26059         * argp/argp-parse.c: Likewise.
26060         * debug/backtracesyms.c: Likewise.
26061         * elf/elf.h: Likewise.
26062         * malloc/malloc.c: Likewise.
26063         * nis/nis_print.c: Likewise.
26064         * resolv/res_comp.c: Likewise.
26065         * stdlib/stdlib.h: Likewise.
26066         * sunrpc/clnt_tcp.c: Likewise.
26067         * sunrpc/clnt_udp.c: Likewise.
26068         * sunrpc/clnt_unix.c: Likewise.
26069         * sysdeps/unix/bsd/ptsname.c: Likewise.
26070         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26071         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26073         Likewise.
26074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26075         Likewise.
26076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26077         Likewise.
26078         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26080 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26082         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26083         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26085 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26087         [BZ #15897]
26088         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26089         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26090         ($(objpfx)bug-dl-leaf): New rule.
26091         ($(objpfx)bug-dl-leaf.so): Likewise.
26092         ($(objpfx)bug-dl-leaf.out): Likewise.
26093         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26094         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26095         * dlfcn/bug-dl-leaf.c: New test.
26096         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26097         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26098         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26099         (dlclose): Likewise.
26100         (dlmopen): Likewise.
26102 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26104         * include/netdb.h [!_ISOMAC]:
26105         Don't include <tls.h>.
26106         (h_errno, __libc_h_errno): Move declaration and macros out of
26107         [_LIBC_REENTRANT].
26109         * include/resolv.h [_RESOLV_H_]:
26110         Don't include <tls.h>.
26111         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26112         * resolv/res_libc.c: Don't include <tls.h>.
26113         (_res): Use __attribute__ ((nocommon)) in place of
26114         __attribute__ ((section (".bss"))).
26116         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26117         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26119         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26121         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26122         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26124         * resolv/res_mkquery.c: Include <sys/time.h>.
26126         * inet/ifreq.c: Moved to ...
26127         * sysdeps/unix/ifreq.c: ... here.
26128         * inet/ifreq.c: New file, true stub version.
26130         * socket/sa_len.c: New file.
26131         * socket/Makefile (aux): Add it.
26132         * sysdeps/unix/sysv/linux/Makefile
26133         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26134         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26135         and #include <socket/sa_len.c>.
26136         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26137         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26139         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26140         * bits/socket.h: ... here.
26142         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26143         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26144         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26146 2013-08-27  Andreas Schwab  <schwab@suse.de>
26148         [BZ #15736]
26149         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26150         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26151         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26152         * string/test-strcasecmp.c (test_main): Run tests in several
26153         locales.
26154         * string/test-strncasecmp.c (test_main): Likewise.
26156         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26157         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26158         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26159         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26160         (__strncasecmp_ssse3) [PIC]: Likewise.
26162 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26164         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26166         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26167         instead of explicitly declaring xdecrypt.
26168         * nis/nss_nis/nis-publickey.c: Likewise.
26170 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26172         [BZ #15890]
26173         * nscd/aicache.c: Include res_hconf.h.
26174         (addhstaiX): Initialize res_hconf.
26176 2013-08-26  Andreas Schwab  <schwab@suse.de>
26178         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26179         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26181 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26183         * nscd/aicache.c (addhstaiX): Fix indentation.
26185 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26187         * configure.ac: Quote $build_pt_chown test.
26188         * configure: Regenerated.
26190 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26192         [BZ #15532]
26193         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26194         * math/s_cexpf.c (__cexpf): Likewise.
26195         * math/s_cexpl.c (__cexpl): Likewise.
26196         * math/libm-test.inc (cexp_test_data): Correct expected return
26197         value for NaN + i0.  Add another test.
26199 2013-08-22  David S. Miller  <davem@davemloft.net>
26201         * po/ca.po: Update Catalan translation from translation project.
26202         * po/uk.po: Add Ukrainian translations from translation project.
26204 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26206         [BZ #15797]
26207         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26208         is infinite, not alongside NaN test.
26209         * math/s_fdimf.c (__fdimf): Likewise.
26210         * math/s_fdiml.c (__fdiml): Likewise.
26211         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26212         errno is unchanged.
26214 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26216         * argp/argp-help.c: Fix typos.
26217         * crypt/speeds.c: Likewise.
26218         * csu/check_fds.c: Likewise.
26219         * elf/dl-load.c: Likewise.
26220         * elf/dl-open.c: Likewise.
26221         * elf/reldep3.c: Likewise.
26222         * elf/reldep.c: Likewise.
26223         * elf/sprof.c: Likewise.
26224         * iconv/iconv_charmap.c: Likewise.
26225         * iconv/skeleton.c: Likewise.
26226         * iconv/strtab.c: Likewise.
26227         * io/lockf64.c: Likewise.
26228         * libio/libioP.h: Likewise.
26229         * resolv/gai_notify.c: Likewise.
26230         * resolv/ns_name.c: Likewise.
26231         * resolv/ns_samedomain.c: Likewise.
26232         * resolv/res_send.c: Likewise.
26233         * stdlib/random.c: Likewise.
26234         * sunrpc/rpc/xdr.h: Likewise.
26235         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26236         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26237         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26238         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26239         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26240         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26241         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26242         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26243         * sysdeps/mach/hurd/check_fds.c: Likewise.
26244         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26245         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26246         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26247         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26248         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26249         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26250         * sysdeps/pthread/aio_notify.c: Likewise.
26251         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26252         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26253         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26254         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26255         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26257 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26259         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26260         version if bit_Slow_SSE4_2 is set.
26261         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26262         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26264 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26266         [BZ #15867]
26267         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26268         trampoline stack frame information.
26269         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26270         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26271         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26272         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26273         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26274         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26275         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26276         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26277         sa_flags value.
26278         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26279         interrupting a syscall and set with option SA_SIGINFO.
26281 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26283         [BZ #15531]
26284         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26285         argument is infinite.
26286         * math/s_cprojf.c (__cprojf): Likewise.
26287         * math/s_cprojl.c (__cprojl): Likewise.
26288         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26289         * math/libm-test.inc (cproj_test_data): Add more tests.
26291         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26293         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26294         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26295         size.  Use __ffs to determine corresponding shift.
26297 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26298             Roland McGrath  <roland@hack.frob.com>
26300         * Makefile (INSTALL): Remove trailing blank lines from output of
26301         makeinfo.
26303 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26305         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26306         Align 32 bit compat elf_greg to 8 bytes.
26308 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26310         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26312 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26314         * string/strcoll_l.c (coll_seq): New structure.
26315         (get_next_seq_cached): New function.
26316         (get_next_seq): New function.
26317         (do_compare): New function.
26318         (STRCOLL): Use GNU style definition.  Simplify implementation
26319         by using get_next_seq, get_next_seq_cached and do_compare.
26321 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26323         [BZ #14699]
26324         CVE-2013-4237
26325         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26326         member.
26327         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26328         member.
26329         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26330         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26331         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26332         conditional.
26333         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26334         GETDENTS_64BIT_ALIGNED.
26335         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26336         * manual/filesys.texi (Reading/Closing Directory): Document
26337         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26338         strongly.
26339         * manual/conf.texi (Limits for Files): Add portability note to
26340         NAME_MAX, PATH_MAX.
26341         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26343 2013-08-13  Andreas Schwab  <schwab@suse.de>
26345         [BZ #15749]
26346         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26347         of fabs.
26348         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26349         LDBL_MAX_EXP >= 16384]: Add tests for it.
26351 2013-08-12  David S. Miller  <davem@davemloft.net>
26353         * version.h (RELEASE): Set to "development".
26354         (VERSION): Set to "2.18.90".
26355         * NEWS: Add 2.19 section.
26357 2013-08-03  David S. Miller  <davem@davemloft.net>
26359         * po/ko.po: Update Korean translation from translation project.
26361 2013-08-01  David S. Miller  <davem@davemloft.net>
26363         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26364         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26365         Bilka.
26367 2013-07-30  David S. Miller  <davem@davemloft.net>
26369         * po/fr.po: Update French translation from translation project.
26371 2013-07-28  David S. Miller  <davem@davemloft.net>
26373         * po/cs.po: Update Czech translation from translation project.
26375         * po/sv.po: Update Swedish translation from translation project.
26377 2013-07-27  David S. Miller  <davem@davemloft.net>
26379         * po/eo.po: Update Esperanto translation from translation project.
26381         * po/vi.po: Update Vietnamese translation from translation project.
26383         * po/de.po: Update German translation from translation project.
26385 2013-07-26  David S. Miller  <davem@davemloft.net>
26387         * po/bg.po: Update Bulgarian translation from translation project.
26389         * po/nl.po: Update Dutch translation from translation project.
26390         * po/pl.po: Update Polish translation from translation project.
26391         * po/ru.po: Update Russian translation from translation project.
26393 2013-07-24  David S. Miller  <davem@davemloft.net>
26395         * po/libc.pot: Update.
26397 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26399         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26400         variable page size.
26401         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26402         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26403         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26405 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26407         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26409 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26410             Andreas Schwab  <schwab@suse.de>
26411             Roland McGrath  <roland@hack.frob.com>
26412             Joseph Myers  <joseph@codesourcery.com>
26413             Carlos O'Donell  <carlos@redhat.com>
26415         [BZ #15755]
26416         * config.h.in: Define HAVE_PT_CHOWN.
26417         * config.make.in (build-pt-chown): New variable.
26418         * configure.in (--enable-pt_chown): New configure option.
26419         * configure: Regenerate.
26420         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26421         build-pt-chown is enabled.
26422         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26423         pt_chown to fix pty ownership.
26424         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26425         CLOSE_ALL_FDS.
26426         * manual/install.texi (Configuring and compiling): Mention
26427         --enable-pt_chown. Add @findex for grantpt.
26428         * INSTALL: Regenerate.
26430 2013-07-20  David S. Miller  <davem@davemloft.net>
26432         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26433         difference between 32-bit and 64-bit.
26435 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26437         [BZ #15711]
26438         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26439         Avoid system header dependency with -ffreestanding.
26440         ($(objpfx)bits/syscall%d): Likewise.
26442 2013-07-13  David S. Miller  <davem@davemloft.net>
26444         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26445         underflows from atanl/atan2l due to bug 15319.
26446         (casinh_test_data): Likewise.
26448 2013-07-07  David S. Miller  <davem@davemloft.net>
26450         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26452 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26454         * sysdeps/i386/fpu/libm-test-ulps: Update.
26455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26457 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26459         * configure.in (--enable-lock-elision): Fix message text.
26460         * INSTALL: Regenerate.
26461         * configure: Regenerate.
26463 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26465         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26467 2013-07-03  Andreas Jaeger  <aj@suse.de>
26469         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26470         define.
26471         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26472         (ptrace_peeksiginfo_args): Add.
26473         (__ptrace_peeksiginfo_flags): Add.
26474         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26475         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26476         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26478 2013-07-03  Allan McRae  <allan@archlinux.org>
26480         * sysdeps/i386/fpu/libm-test-ulps: Update.
26482 2013-07-02  David S. Miller  <davem@davemloft.net>
26484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26486 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26488         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26490 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26492         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26495 2013-07-02  Andi Kleen <ak@linux.intel.com>
26497         * config.h.in (ENABLE_LOCK_ELISION): Add.
26498         * configure.in (--enable-lock-elision): Add option.
26499         * manual/install.texi: Document --enable lock elision.
26500         * configure: Regenerate
26501         * INSTALL: Regenerate.
26503 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26505         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26506         SSE4.2 strcasecmp for libc.a.
26507         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26509 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26511         [BZ #13304]
26512         * soft-fp/op-common.h (_FP_FMA): New macro.
26513         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26514         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26515         (_FP_MUL_MEAT_1_imm): ... here.
26516         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26517         (_FP_MUL_MEAT_1_wide): ... here.
26518         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26519         (_FP_MUL_MEAT_1_hard): ... here.
26520         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26521         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26522         (_FP_MUL_MEAT_2_wide): ... here.
26523         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26524         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26525         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26526         (_FP_MUL_MEAT_2_gmp): ... here.
26527         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26528         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26529         (_FP_MUL_MEAT_4_wide): ... here.
26530         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26531         (_FP_MUL_MEAT_4_gmp): ... here.
26532         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26533         (_FP_WFRACBITS_DW_S): Likewise.
26534         (_FP_WFRACXBITS_DW_S): Likewise.
26535         (_FP_HIGHBIT_DW_S): Likewise.
26536         (FP_FMA_S): Likewise.
26537         (_FP_FRAC_HIGH_DW_S): Likewise.
26538         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26539         (_FP_WFRACBITS_DW_D): Likewise.
26540         (_FP_WFRACXBITS_DW_D): Likewise.
26541         (_FP_HIGHBIT_DW_D): Likewise.
26542         (FP_FMA_D): Likewise.
26543         (_FP_FRAC_HIGH_DW_D): Likewise.
26544         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26545         (_FP_WFRACBITS_DW_E): Likewise.
26546         (_FP_WFRACXBITS_DW_E): Likewise.
26547         (_FP_HIGHBIT_DW_E): Likewise.
26548         (FP_FMA_E): Likewise.
26549         (_FP_FRAC_HIGH_DW_E): Likewise.
26550         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26551         (_FP_WFRACBITS_DW_Q): Likewise.
26552         (_FP_WFRACXBITS_DW_Q): Likewise.
26553         (_FP_HIGHBIT_DW_Q): Likewise.
26554         (FP_FMA_Q): Likewise.
26555         (_FP_FRAC_HIGH_DW_Q): Likewise.
26556         * soft-fp/fmasf4.c: New file.
26557         * soft-fp/fmadf4.c: Likewise.
26558         * soft-fp/fmatf4.c: Likewise.
26560 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26562         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26563         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26564         Silvermont.
26565         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26566         macro.
26567         (index_Slow_SSE4_2): Likewise.
26568         (index_Prefer_PMINUB_for_stringop): Likewise.
26569         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26570         bit_Slow_SSE4_2 is set.
26571         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26572         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26574 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26576         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26577         rtld_global._dl_hwcap2.
26578         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26579         POWER8.
26580         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26581         POWER8 feature descriptions defined in _dl_hwcap2.
26582         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26583         string handling for POWER8 feature bits.
26584         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26585         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26586         _dl_powerpc_cap_flags.
26587         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26588         * sysdeps/powerpc/rtld-global-offsets.sym
26589         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26590         _dl_hwcap2 in the rtld_global_ro structure.
26592 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26594         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26595         hardware capabilities in support of AT_HWCAP2.
26596         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26597         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26598         GLRO(dl_hwcap2).
26599         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26600         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26601         explicitly the unknown a_type display mechanism is used.
26602         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26603         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26604         struct member.
26605         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26606         to macro prototype for AT_HWCAP2 support.
26607         * sysdeps/i386/dl-procinfo.h: Likewise.
26608         * sysdeps/s390/dl-procinfo.h: Likewise.
26609         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26610         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26611         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26612         return -1 for unknown a_type display fallback.
26613         * sysdeps/sparc/dl-procinfo.h: Likewise.
26614         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26615         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26617 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26619         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26620         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26622 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26624         [BZ #12492]
26625         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26626         mprotect making __stack_prot writable.
26628 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26629             Joseph Myers  <joseph@codesourcery.com>
26631         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26632         as being properly aligned.
26634 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26636         * dlfcn/modstatic5.c: New file.
26637         * dlfcn/tststatic5.c: New file.
26638         * dlfcn/Makefile (tests): Add tststatic5.
26639         (tests-static): Likewise.
26640         (modules-names): Add modstatic5.
26641         (tststatic5-ENV): New variable.
26642         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26644         [BZ #15022]
26645         * elf/dl-support.c (_dl_main_map): New variable.
26646         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26647         (_dl_nns, _dl_load_adds): Set to 1.
26648         (_dl_initial_searchlist): Refer to _dl_main_map.
26649         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26650         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26651         call to _dl_get_origin.
26652         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26653         around call_map.
26654         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26655         * dlfcn/modstatic3.c: New file.
26656         * dlfcn/tststatic3.c: New file.
26657         * dlfcn/tststatic4.c: New file.
26658         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26659         (tests-static): Likewise.
26660         (modules-names): Add modstatic3.
26661         (tststatic3-ENV, tststatic4-ENV): New variables.
26662         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26663         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26665 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26667         * configure.in (CC): Require GCC version 4.4 or later.
26668         * configure: Regenerated.
26669         * manual/install.texi (Tools for Compilation): Update GCC version
26670         requirement.
26671         * INSTALL: Regenerated.
26673 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26675         [BZ #15674]
26676         * string/test-memcmp.c (check2): New.
26677         (main): Call check2.
26679         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26681 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26683         [BZ #15022]
26684         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26685         over to...
26686         (dl_open_worker) [!SHARED]: ... here.
26688 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26690         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26692 2013-06-25  Richard Henderson  <rth@redhat.com>
26694         * locale/programs/locarchive.c: Include <libc-internal.h>
26696 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26698         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26699         trailing whitespace removed.
26701 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26703         [BZ #10283]
26704         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26705         * locale/programs/locarchive.c: Include libc-mmap.h.
26706         (prepare_address_space): Take two new outputs (the mmap base and len).
26707         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26708         values.
26709         (create_archive): Declare new mmap base and len values for
26710         prepare_address_space, and store the result in ah.
26711         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26712         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26713         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26714         Declare new mmap base and len values for
26715         prepare_address_space, and store the result in new_ah.
26716         (open_archive): Declare new mmap base and len values for
26717         prepare_address_space, and store the result in ah.
26718         (close_archive): If ah->mmap_base is not NULL, use that and
26719         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26720         * sysdeps/generic/libc-mmap.h: New file.
26722 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26724         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26725         (ALIGN_UP): Likewise.
26726         (PTR_ALIGN_DOWN): Likewise.
26727         (PTR_ALIGN_UP): Likewise.
26729 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26731         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26732         entry mapped to PPC_PLATFORM_POWER8.
26733         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26734         POWER8.
26735         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26736         (_dl_string_platform): Add case for exporting platform position for
26737         POWER8.
26738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26739         search path to sysdeps/powerpc/powerpc32/power8 directory.
26740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26741         search path to sysdeps/powerpc/powerpc64/power8 directory.
26742         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26743         power7 directories.
26744         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26745         power7 directories.
26747 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26749         * INSTALL: Regenerate.
26751         * nscd/connections.c (nscd_init): Fix comment.
26753 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26755         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26757         [BZ #15667]
26758         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26759         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26761 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26763         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26764         DL_DST_REQ_STATIC.
26765         (DL_DST_REQ_STATIC): Remove macro.
26767 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26769         [BZ #7006]
26770         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26771         with a shift of 0 bits.
26773 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26775         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26776         $(tststatic-ENV).
26778 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26780         [BZ #15655]
26781         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26783 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26785         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26786         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26787         accepts -fno-tree-loop-distribute-patterns.
26788         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26789         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26790         recursive call.
26791         * string/memset.c (memset): Likewise.
26792         * string/test-memmove.c (simple_memmove): Disable loop transformation
26793         to library calls.
26794         * string/test-memset.c (simple_memset): Likewise.
26795         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26796         * benchtests/bench-memset.c (simple_memset): Likewise.
26797         * configure: Regenerated.
26799 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26801         * math/test-misc.c (main): Ignore fesetround failure when failures
26802         of subsequent rounding tests would be ignored.
26804         [BZ #15654]
26805         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26806         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26807         * math/fegetenv.c (__fegetenv): Return 0.
26808         * math/fegetexcept.c (fegetexcept): Return 0.
26809         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26810         FE_TONEAREST.
26811         * math/feholdexcpt.c (feholdexcept): Return 0.
26812         * math/fesetenv.c (__fesetenv): Return 0.
26813         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26814         argument FE_TONEAREST.
26815         * math/feupdateenv.c (__feupdateenv): Return 0.
26816         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26818 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26820         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26821         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26822         ($(objpfx)rtld-%.os rules): Use them.
26824 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26826         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26827         fields.
26829 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26831         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26832         length of target pattern, then descending length of dependency pattern.
26833         * configure.in (AWK): Require gawk 3.1.2 or newer.
26834         * manual/install.texi (Tools for Compilation): Say that we do.
26835         * configure: Regenerated.
26837         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26838         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26839         * scripts/sysd-rules.awk: ... this new script.
26840         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26841         than a glob-style pattern.
26843 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26845         * math/test-misc.c (main): Do not treat incorrectly rounded
26846         conversions as failure unless ROUNDING_TESTS passes.
26848 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26850         [BZ #15631]
26851         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26852         restore exception state around main square root computation, then
26853         check for inexactness explicitly.
26855         * math/libm-test.inc (fma_test_data): Add another test.
26857 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26859         * manual/threads.texi (Non-POSIX Extensions): New document
26860         node.  Document pthread_getattr_default_np and
26861         pthread_setattr_default_np.
26863         * Versions.def (libpthread): Add GLIBC_2.18.
26864         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26866         Likewise.
26867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26868         Likewise.
26869         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26870         Likewise.
26871         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26872         Likewise.
26873         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26874         Likewise.
26875         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26876         Likewise.
26877         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26878         Likewise.
26879         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26880         Likewise.
26881         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26882         Likewise.
26884 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26886         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26887         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26889 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26890             H.J. Lu  <hjl.tools@gmail.com>
26892         [BZ #15627]
26893         * sysdeps/x86_64/rtld-memset.c: Remove file.
26894         * sysdeps/x86_64/rtld-memset.S: New file.
26896 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26898         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26899         (test_in_one_mode): Take arguments for whether the rounding mode
26900         is supported for each floating-point type.
26901         (do_test): Pass new arguments to test_in_one_mode using
26902         ROUNDING_TESTS.
26904 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26906         * posix/tst-waitid.c (do_test): Distinguish different instances of
26907         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26908         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26909         before entering the kernel for waitpid.
26911 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26913         * NEWS: Fix note on clock function precision.  Text by Roland
26914         McGrath.
26916 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26918         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26919         it into place only when and if the sanity check passes.
26921 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26923         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26924         output for whether conversion result is exact.  Take argument
26925         indicating whether type is IBM long double.
26926         (round_for_all): Change need_exact field to ibm_ld.
26927         * stdlib/tst-strtod-round.c (struct exactness): New type.
26928         (struct test): Change bool ld_ok field to struct exactness exact.
26929         (TEST): Update all definitions for change to field.
26930         (tests): Regenerate array contents.
26931         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26932         field value.  Check for IBM long double here.
26933         (do_test): Update calls to test_in_one_mode.
26935 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26937         [BZ #12515]
26938         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26939         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26941 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26943         [BZ #15605]
26944         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26945         generated by the compiler on loop optimizations.
26946         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26947         general definitions.
26949 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26951         * math/bug-nextafter.c: Include <math-tests.h>.
26952         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26953         the relevant type.
26954         * math/bug-nexttoward.c: Include <math-tests.h>.
26955         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26956         the relevant type.
26957         * math/test-misc.c: Include <math-tests.h>.
26958         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26959         the relevant type.
26961 2013-06-12  Andreas Jaeger  <aj@suse.de>
26963         * po/ia.po: Update Interlingua translation from translation
26964         project.
26966 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26968         * include/fenv.h: Include stdbool.h.
26969         (struct rm_ctx): New structure.
26970         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26971         Define macro.
26972         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26973         (SET_RESTORE_ROUNDF): Likewise.
26974         (SET_RESTORE_ROUNDL): Likewise.
26975         (SET_RESTORE_ROUND_NOEX): Likewise.
26976         (SET_RESTORE_ROUND_NOEXF): Likewise.
26977         (SET_RESTORE_ROUND_NOEXL): Likewise.
26978         (SET_RESTORE_ROUND_53BIT): Likewise.
26979         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26980         (libc_feresetround_noexf_ctx): Likewise.
26981         (libc_feresetround_noexl_ctx): Likewise.
26982         (libc_feholdsetround_53bit_ctx): Likewise.
26983         (libc_feresetround_53bit_ctx): Likewise.
26984         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26985         (libc_feholdexcept_setround_sse_ctx): New function.
26986         (libc_fesetenv_sse_ctx): Likewise.
26987         (libc_feupdateenv_sse_ctx): Likewise.
26988         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26989         (libc_feholdexcept_setround_387_ctx): Likewise.
26990         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26991         (libc_feholdsetround_387_prec_ctx): Likewise.
26992         (libc_feholdsetround_387_ctx): Likewise.
26993         (libc_feholdsetround_387_53bit_ctx): Likewise.
26994         (libc_feholdsetround_sse_ctx): Likewise.
26995         (libc_feresetround_sse_ctx): Likewise.
26996         (libc_feresetround_387_ctx): Likewise.
26997         (libc_feupdateenv_387_ctx): Likewise.
26998         (libc_feholdexcept_setroundf_ctx): Define macro.
26999         (libc_fesetenvf_ctx): Likewise.
27000         (libc_feupdateenvf_ctx): Likewise.
27001         (libc_feholdsetroundf_ctx): Likewise.
27002         (libc_feresetroundf_ctx): Likewise.
27003         (libc_feholdexcept_setround_ctx): Likewise.
27004         (libc_fesetenv_ctx): Likewise.
27005         (libc_feupdateenv_ctx): Likewise.
27006         (libc_feholdsetround_ctx): Likewise.
27007         (libc_feresetround_ctx): Likewise.
27008         (libc_feholdexcept_setroundl_ctx): Likewise.
27009         (libc_feupdateenvl_ctx): Likewise.
27010         (libc_feholdsetroundl_ctx): Likewise.
27011         (libc_feresetroundl_ctx): Likewise.
27012         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27013         (libc_feresetround_53bit_ctx): Likewise.
27015 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27017         * locale/iso-639.def: Convert to UTF-8.
27019 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27021         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27022         (EXCEPTION_TESTS_double): Likewise.
27023         (EXCEPTION_TESTS_long_double): Likewise.
27024         (EXCEPTION_TESTS): Likewise.
27025         * math/libm-test.inc (test_exceptions): Only test exceptions if
27026         EXCEPTION_TESTS (FLOAT).
27028 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27030         * benchtests/Makefile (string-bench): Add strcpy_chk and
27031         stpcpy_chk.
27032         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27033         * benchtests/bench-stpcpy_chk.c: New file.
27034         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27035         * benchtests/bench-strcpy_chk.c: New file.
27036         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27037         code.
27038         (do_test): Likewise.
27040 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27042         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27043         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27044         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27045         with tabs where appropriate.
27046         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27047         dl-procinfo.h.
27048         [PPC_PLATFORM_PPC440]: Likewise.
27049         [PPC_PLATFORM_PPC464]: Likewise.
27050         [PPC_PLATFORM_PPC476]: Likewise.
27051         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27052         ppc464, and ppc476 platform strings merging from ports/
27053         dl-procinfo.h.
27055 2013-06-11  Andreas Schwab  <schwab@suse.de>
27057         [BZ #14991]
27058         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27059         (from_ucs4_idx): Regenerate.
27060         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27061         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27062         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27063         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27064         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27065         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27066         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27067         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27068         from FROM_LOOP and TO_LOOP specific macros.
27069         (BODY): Handle combining characters.
27070         * iconvdata/BIG5HKSCS.irreversible: Update.
27071         * iconvdata/BIG5HKSCS.precomposed: New file.
27072         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27073         characters.
27074         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27076 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27078         * include/sys/time.h: Fix indentation and add copyright header.
27080         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27081         (do_test): Likewise.
27082         * string/test-memchr.c (do_one_test): Likewise.
27083         (do_test): Likewise.
27084         * string/test-memcmp.c (do_one_test): Likewise.
27085         (do_test): Likewise.
27086         * string/test-memcpy.c (do_one_test): Likewise.
27087         (do_test): Likewise.
27088         * string/test-memmem.c (do_one_test): Likewise.
27089         (do_test): Likewise.
27090         (do_random_tests): Likewise.
27091         * string/test-memmove.c (do_one_test): Likewise.
27092         (do_test): Likewise.
27093         * string/test-memset.c (do_one_test): Likewise.
27094         (do_test): Likewise.
27095         * string/test-rawmemchr.c (do_one_test): Likewise.
27096         (do_test): Likewise.
27097         * string/test-strcasecmp.c (do_one_test): Likewise.
27098         (do_test): Likewise.
27099         * string/test-strcasestr.c (do_one_test): Likewise.
27100         (do_test): Likewise.
27101         * string/test-strcat.c (do_one_test): Likewise.
27102         (do_test): Likewise.
27103         * string/test-strchr.c (do_one_test): Likewise.
27104         (do_test): Likewise.
27105         * string/test-strcmp.c (do_one_test): Likewise.
27106         (do_test): Likewise.
27107         * string/test-strcpy.c (do_one_test): Likewise.
27108         (do_test): Likewise.
27109         * string/test-string.h: Likewise.
27110         (test_init): Likewise.
27111         * string/test-strlen.c (do_one_test): Likewise.
27112         (do_test): Likewise.
27113         * string/test-strncasecmp.c (do_one_test): Likewise.
27114         (do_test): Likewise.
27115         * string/test-strncat.c (do_one_test): Likewise.
27116         (do_test): Likewise.
27117         * string/test-strncmp.c (do_one_test): Likewise.
27118         (do_test_limit): Likewise.
27119         (do_test): Likewise.
27120         * string/test-strncpy.c (do_one_test): Likewise.
27121         (do_test): Likewise.
27122         * string/test-strnlen.c (do_one_test): Likewise.
27123         (do_test): Likewise.
27124         * string/test-strpbrk.c (do_one_test): Likewise.
27125         (do_test): Likewise.
27126         * string/test-strrchr.c (do_one_test): Likewise.
27127         (do_test): Likewise.
27128         * string/test-strspn.c (do_one_test): Likewise.
27129         (do_test): Likewise.
27130         * string/test-strstr.c (do_one_test): Likewise.
27131         (do_test): Likewise.
27133         * benchtests/Makefile (string-bench): Add string benchmarks.
27134         * benchtests/bench-bcopy-ifunc.c: New file.
27135         * benchtests/bench-bcopy.c: New file.
27136         * benchtests/bench-bzero-ifunc.c: New file.
27137         * benchtests/bench-bzero.c: New file.
27138         * benchtests/bench-memccpy-ifunc.c: New file.
27139         * benchtests/bench-memccpy.c: New file.
27140         * benchtests/bench-memchr-ifunc.c: New file.
27141         * benchtests/bench-memchr.c: New file.
27142         * benchtests/bench-memcmp-ifunc.c: New file.
27143         * benchtests/bench-memcmp.c: New file.
27144         * benchtests/bench-memmem-ifunc.c: New file.
27145         * benchtests/bench-memmem.c: New file.
27146         * benchtests/bench-memmove-ifunc.c: New file.
27147         * benchtests/bench-memmove.c: New file.
27148         * benchtests/bench-mempcpy-ifunc.c: New file.
27149         * benchtests/bench-mempcpy.c: New file.
27150         * benchtests/bench-memset-ifunc.c: New file.
27151         * benchtests/bench-memset.c: New file.
27152         * benchtests/bench-rawmemchr-ifunc.c: New file.
27153         * benchtests/bench-rawmemchr.c: New file.
27154         * benchtests/bench-stpcpy-ifunc.c: New file.
27155         * benchtests/bench-stpcpy.c: New file.
27156         * benchtests/bench-stpncpy-ifunc.c: New file.
27157         * benchtests/bench-stpncpy.c: New file.
27158         * benchtests/bench-strcasecmp-ifunc.c: New file.
27159         * benchtests/bench-strcasecmp.c: New file.
27160         * benchtests/bench-strcasestr-ifunc.c: New file.
27161         * benchtests/bench-strcasestr.c: New file.
27162         * benchtests/bench-strcat-ifunc.c: New file.
27163         * benchtests/bench-strcat.c: New file.
27164         * benchtests/bench-strchr-ifunc.c: New file.
27165         * benchtests/bench-strchr.c: New file.
27166         * benchtests/bench-strchrnul-ifunc.c: New file.
27167         * benchtests/bench-strchrnul.c: New file.
27168         * benchtests/bench-strcmp-ifunc.c: New file.
27169         * benchtests/bench-strcmp.c: New file.
27170         * benchtests/bench-strcpy-ifunc.c: New file.
27171         * benchtests/bench-strcpy.c: New file.
27172         * benchtests/bench-strcspn-ifunc.c: New file.
27173         * benchtests/bench-strcspn.c: New file.
27174         * benchtests/bench-strlen-ifunc.c: New file.
27175         * benchtests/bench-strlen.c: New file.
27176         * benchtests/bench-strncasecmp-ifunc.c: New file.
27177         * benchtests/bench-strncasecmp.c: New file.
27178         * benchtests/bench-strncat-ifunc.c: New file.
27179         * benchtests/bench-strncat.c: New file.
27180         * benchtests/bench-strncmp-ifunc.c: New file.
27181         * benchtests/bench-strncmp.c: New file.
27182         * benchtests/bench-strncpy-ifunc.c: New file.
27183         * benchtests/bench-strncpy.c: New file.
27184         * benchtests/bench-strnlen-ifunc.c: New file.
27185         * benchtests/bench-strnlen.c: New file.
27186         * benchtests/bench-strpbrk-ifunc.c: New file.
27187         * benchtests/bench-strpbrk.c: New file.
27188         * benchtests/bench-strrchr-ifunc.c: New file.
27189         * benchtests/bench-strrchr.c: New file.
27190         * benchtests/bench-strspn-ifunc.c: New file.
27191         * benchtests/bench-strspn.c: New file.
27192         * benchtests/bench-strstr-ifunc.c: New file.
27193         * benchtests/bench-strstr.c: New file.
27195         * benchtests/Makefile: Disable parallel execution of targets.
27196         (string-bench): Add memcpy.
27197         (benchset): New variable to store a list of benchmark sets.
27198         (bench-func): Renamed from bench.
27199         (bench-set): New target.
27200         (bench): Depend on bench-func and bench-set.
27201         * benchtests/README: Add section on benchmark sets.
27202         * benchtests/bench-memcpy-ifunc.c: New file.
27203         * benchtests/bench-memcpy.c: New file.
27204         * benchtests/bench-string.h: New file.
27206 2013-06-11  Andreas Schwab  <schwab@suse.de>
27208         [BZ #15577]
27209         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27210         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27211         values in the triple.
27212         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27213         terminator in the group key.
27215 2013-06-11  Andreas Jaeger  <aj@suse.de>
27217         * po/zh_TW.po: Update Chinese (traditional) translation from
27218         translation project.
27220 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27222         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27223         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27224         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27225         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27226         (clock_getcpuclockid): Likewise.
27227         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27228         Add weak_alias and libc_hidden_def.
27229         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27230         * rt/clock_gettime.c (clock_gettime): Rename to
27231         __clock_gettime.  Add weak_alias and libc_hidden_def.
27232         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27233         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27234         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27235         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27236         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27237         Likewise.
27238         * rt/clock_settime.c (clock_settime): Rename to
27239         __clock_settime.  Add weak_alias and libc_hidden_def.
27240         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27242 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27244         * mach/err_boot.sub: Remove trailing whitespace.
27245         * mach/err_ipc.sub: Likewise.
27246         * mach/err_mach.sub: Likewise.
27248         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27249         (ROUNDING_TESTS_double): Likewise.
27250         (ROUNDING_TESTS_long_double): Likewise.
27251         (ROUNDING_TESTS): Likewise.
27252         * math/libm-test.inc: Include <math-tests.h>.
27253         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27254         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27255         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27256         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27258 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27260         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27261         of assigning.
27263 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27265         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27266         otherwise empty TRANS lines.
27267         * sysdeps/gnu/errlist.c: Regenerated.
27269         * catgets/gencat.c (error_print): Use (void) in function
27270         definition.
27271         * crypt/crypt_util.c (__init_des): Likewise.
27272         * crypt/speeds.c (Stop): Likewise.
27273         (main): Likewise.
27274         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27275         * inet/ruserpass.c (token): Likewise.
27276         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27277         * intl/localealias.c (extend_alias_table): Likewise.
27278         * intl/plural-exp.c (init_germanic_plural): Likewise.
27279         * libio/fcloseall.c (__fcloseall): Likewise.
27280         * libio/genops.c (_IO_flush_all): Likewise.
27281         (_IO_flush_all_linebuffered): Likewise.
27282         (_IO_cleanup): Likewise.
27283         (_IO_iter_begin): Likewise.
27284         (_IO_iter_end): Likewise.
27285         (_IO_list_lock): Likewise.
27286         (_IO_list_unlock): Likewise.
27287         (_IO_list_resetlock): Likewise.
27288         * libio/getchar.c (getchar): Likewise.
27289         * libio/getchar_u.c (getchar_unlocked): Likewise.
27290         * libio/getwchar.c (getwchar): Likewise.
27291         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27292         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27293         * login/getpt.c (__getpt): Likewise.
27294         * login/tst-utmp.c (main): Likewise.
27295         * malloc/hooks.c (__malloc_check_init): Likewise.
27296         * malloc/malloc.c (__malloc_stats): Likewise.
27297         * malloc/mtrace.c (tr_break): Likewise.
27298         (mtrace): Likewise.
27299         (muntrace): Likewise.
27300         * misc/fstab.c (endfsent): Likewise.
27301         * misc/getclktck.c (__getclktck): Likewise.
27302         * misc/getdtsz.c (__getdtablesize): Likewise.
27303         * misc/gethostid.c (gethostid): Likewise.
27304         * misc/getpagesize.c (__getpagesize): Likewise.
27305         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27306         (__get_nprocs): Likewise.
27307         (__get_phys_pages): Likewise.
27308         (__get_avphys_pages): Likewise.
27309         * misc/getttyent.c (getttyent): Likewise.
27310         (setttyent): Likewise.
27311         (endttyent): Likewise.
27312         * misc/getusershell.c (getusershell): Likewise.
27313         (endusershell): Likewise.
27314         (setusershell): Likewise.
27315         (initshells): Likewise.
27316         * misc/hsearch.c (__hdestroy): Likewise.
27317         * misc/sync.c (sync): Likewise.
27318         * misc/syslog.c (closelog_internal): Likewise.
27319         (closelog): Likewise.
27320         * misc/ttyslot.c (ttyslot): Likewise.
27321         * misc/vhangup.c (vhangup): Likewise.
27322         * posix/fork.c (__fork): Likewise.
27323         * posix/getegid.c (__getegid): Likewise.
27324         * posix/geteuid.c (__geteuid): Likewise.
27325         * posix/getgid.c (__getgid): Likewise.
27326         * posix/getpid.c (__getpid): Likewise.
27327         * posix/getppid.c (__getppid): Likewise.
27328         * posix/getuid.c (__getuid): Likewise.
27329         * posix/pause.c (pause): Likewise.
27330         * posix/setpgrp.c (setpgrp): Likewise.
27331         * posix/setsid.c (__setsid): Likewise.
27332         * posix/test-vfork.c (noop): Likewise.
27333         * resolv/gethnamaddr.c (_endhtent): Likewise.
27334         (_gethtent): Likewise.
27335         (ht_endhostent): Likewise.
27336         (gethostent): Likewise.
27337         (dns_service): Likewise.
27338         * stdlib/drand48.c (drand48): Likewise.
27339         * stdlib/lrand48.c (lrand48): Likewise.
27340         * stdlib/mrand48.c (mrand48): Likewise.
27341         * stdlib/rand.c (rand): Likewise.
27342         * stdlib/random.c (__random): Likewise.
27343         * stdlib/setenv.c (clearenv): Likewise.
27344         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27345         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27346         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27347         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27348         (__get_nprocs): Likewise.
27349         (__get_phys_pages): Likewise.
27350         (__get_avphys_pages): Likewise.
27351         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27352         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27353         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27354         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27355         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27356         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27357         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27358         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27359         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27360         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27361         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27362         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27363         * sysdeps/posix/clock.c (clock): Likewise.
27364         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27365         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27366         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27367         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27368         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27369         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27370         (__get_nprocs_conf): Likewise.
27371         (__get_phys_pages): Likewise.
27372         (__get_avphys_pages): Likewise.
27373         * time/clock.c (clock): Likewise.
27374         * time/tzset.c (__tzname_max): Likewise.
27376 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27378         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27379         (__bswap_32): Do not use "register".
27380         * crypt/crypt.c (_ufc_doit_r): Likewise.
27381         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27382         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27383         * gmon/gmon.c (__monstartup): Likewise.
27384         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27385         * hurd/hurdmalloc.c (more_memory): Likewise.
27386         (malloc): Likewise.
27387         (free): Likewise.
27388         (realloc): Likewise.
27389         (malloc_fork_prepare): Likewise.
27390         (malloc_fork_parent): Likewise.
27391         (malloc_fork_child): Likewise.
27392         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27393         (_svcauth_des): Likewise.
27394         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27395         * inet/inet_net.c (inet_network): Likewise.
27396         * inet/inet_netof.c (inet_netof): Likewise.
27397         * inet/rcmd.c (__validuser2_sa): Likewise.
27398         * io/fts.c (fts_open): Likewise.
27399         (fts_load): Likewise.
27400         (fts_close): Likewise.
27401         (fts_read): Likewise.
27402         (fts_children): Likewise.
27403         (fts_build): Likewise.
27404         (fts_stat): Likewise.
27405         (fts_sort): Likewise.
27406         (fts_alloc): Likewise.
27407         (fts_lfree): Likewise.
27408         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27409         (_IO_file_xsgetn): Likewise.
27410         (_IO_file_xsgetn_mmap): Likewise.
27411         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27412         (_IO_cookie_write): Likewise.
27413         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27414         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27415         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27416         * malloc/obstack.c (_obstack_begin): Likewise.
27417         (_obstack_begin_1): Likewise.
27418         (_obstack_newchunk): Likewise.
27419         (_obstack_allocated_p): Likewise.
27420         (obstack_free): Likewise.
27421         (_obstack_memory_used): Likewise.
27422         * misc/getttyent.c (getttynam): Likewise.
27423         (getttyent): Likewise.
27424         (skip): Likewise.
27425         (value): Likewise.
27426         * misc/getusershell.c (initshells): Likewise.
27427         * misc/syslog.c (__vsyslog_chk): Likewise.
27428         * misc/ttyslot.c (ttyslot): Likewise.
27429         * nis/nis_hash.c (__nis_hash): Likewise.
27430         * posix/fnmatch_loop.c (FCT): Likewise.
27431         * posix/getconf.c (print_all): Likewise.
27432         (main): Likewise.
27433         * posix/getopt.c (exchange): Likewise.
27434         * posix/glob.c (globfree): Likewise.
27435         (prefix_array): Likewise.
27436         (__glob_pattern_type): Likewise.
27437         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27438         (NS_GET32): Likewise.
27439         (NS_PUT16): Likewise.
27440         (NS_PUT32): Likewise.
27441         * resolv/gethnamaddr.c (getanswer): Likewise.
27442         (gethostbyname2): Likewise.
27443         (gethostbyaddr): Likewise.
27444         (_gethtent): Likewise.
27445         (_gethtbyname2): Likewise.
27446         (_gethtbyaddr): Likewise.
27447         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27448         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27449         * resolv/res_init.c (__res_vinit): Likewise.
27450         (net_mask): Likewise.
27451         * resolv/res_mkquery.c (outchar): Likewise.
27452         (PRINT): Likewise.
27453         * stdio-common/printf_fp.c (outchar): Likewise.
27454         (PRINT): Likewise.
27455         * stdio-common/printf_fphex.c (outchar): Likewise.
27456         (PRINT): Likewise.
27457         * stdio-common/printf_size.c (outchar): Likewise.
27458         (PRINT): Likewise.
27459         * stdio-common/test_rdwr.c (main): Likewise.
27460         * stdio-common/tfformat.c (matches): Likewise.
27461         * stdio-common/vfprintf.c (outchar): Likewise.
27462         (printf_unknown): Likewise.
27463         (buffered_vfprintf): Likewise.
27464         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27465         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27466         (ReadFile): Likewise.
27467         * stdlib/qsort.c (SWAP): Likewise.
27468         (_quicksort): Likewise.
27469         * stdlib/setenv.c (__add_to_environ): Likewise.
27470         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27471         * stdlib/strtol_l.c (__strtol_l): Likewise.
27472         * stdlib/tst-strtod.c (main): Likewise.
27473         * stdlib/tst-strtol.c (main): Likewise.
27474         * stdlib/tst-strtoll.c (main): Likewise.
27475         * string/bits/string2.h (__strcmp_cc): Likewise.
27476         (__strcmp_cg): Likewise.
27477         (__strcspn_c1): Likewise.
27478         (__strcspn_c2): Likewise.
27479         (__strcspn_c3): Likewise.
27480         (__strspn_c1): Likewise.
27481         (__strspn_c2): Likewise.
27482         (__strspn_c3): Likewise.
27483         (__strsep_1c): Likewise.
27484         (__strsep_2c): Likewise.
27485         (__strsep_3c): Likewise.
27486         * string/memccpy.c (__memccpy): Likewise.
27487         * string/stpcpy.c (__stpcpy): Likewise.
27488         * string/strcmp.c (strcmp): Likewise.
27489         * string/strrchr.c (strrchr): Likewise.
27490         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27491         Likewise.
27492         * sysdeps/mach/hurd/getcwd.c
27493         (_hurd_canonicalize_directory_name_internal): Likewise.
27494         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27495         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27496         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27497         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27498         Likewise, in both definitions.
27499         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27500         definitions.
27501         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27502         64] (__bswap_64): Likewise.
27503         * time/test_time.c (main): Likewise.
27504         * time/tzfile.c (__tzfile_read): Likewise.
27505         (__tzfile_compute): Likewise.
27506         * time/tzset.c (__tzset_parse_tz): Likewise.
27507         (tzset_internal): Likewise.
27508         (compute_change): Likewise.
27509         * wcsmbs/wcscat.c (__wcscat): Likewise.
27510         * wcsmbs/wcschr.c (wcschr): Likewise.
27511         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27512         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27513         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27514         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27515         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27516         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27517         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27518         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27519         * wcsmbs/wmemset.c (wmemset): Likewise.
27521 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27523         * scripts/config.guess: Update to version 2013-05-16.
27524         * scripts/config.sub: Update to version 2013-04-24.
27525         * scripts/install-sh: Update to version 2011-11-20.07.
27526         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27527         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27529 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27531         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27532         * elf/sln.c: Likewise.
27533         * hurd/hurd/ioctl.h: Likewise.
27534         * hurd/hurdmalloc.c: Likewise.
27535         * hurd/xattr.c: Likewise.
27536         * include/shlib-compat.h: Likewise.
27537         * inet/ruserpass.c: Likewise.
27538         * libio/iofgets_u.c: Likewise.
27539         * libio/iofgetws_u.c: Likewise.
27540         * locale/programs/ld-identification.c: Likewise.
27541         * locale/programs/ld-time.c: Likewise.
27542         * mach/msg-destroy.c: Likewise.
27543         * nss/nss_files/files-netgrp.c: Likewise.
27544         * resolv/res_data.c: Likewise.
27545         * soft-fp/op-1.h: Likewise.
27546         * soft-fp/op-2.h: Likewise.
27547         * soft-fp/op-4.h: Likewise.
27548         * soft-fp/op-common.h: Likewise.
27549         * stdio-common/printf_fphex.c: Likewise.
27550         * stdlib/strtod_l.c: Likewise.
27551         * sunrpc/rpc/clnt.h: Likewise.
27552         * sysdeps/generic/framestate.c: Likewise.
27553         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27554         * sysdeps/i386/bsd-setjmp.S: Likewise.
27555         * sysdeps/i386/__longjmp.S: Likewise.
27556         * sysdeps/i386/setjmp.S: Likewise.
27557         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27558         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27559         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27560         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27561         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27562         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27563         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27564         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27565         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27566         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27567         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27568         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27569         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27570         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27571         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27572         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27573         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27574         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27575         * sysdeps/ieee754/support.c: Likewise.
27576         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27577         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27578         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27579         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27580         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27581         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27582         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27583         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27584         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27585         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27586         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27587         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27588         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27589         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27590         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27591         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27592         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27595 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27597         * posix/transbug.c: Remove executable mode.
27599 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27601         * crypt/speeds.c: Remove trailing whitespace.
27602         * dlfcn/default.c: Likewise.
27603         * elf/ifuncdep2.c: Likewise.
27604         * elf/ifuncmain1.c: Likewise.
27605         * elf/ifuncmain1vis.c: Likewise.
27606         * elf/testobj.h: Likewise.
27607         * elf/tst-stackguard1.c: Likewise.
27608         * gmon/sys/gmon.h: Likewise.
27609         * hurd/hurdmsg.c: Likewise.
27610         * hurd/new-fd.c: Likewise.
27611         * hurd/ports-get.c: Likewise.
27612         * iconvdata/ibm1008_420.c: Likewise.
27613         * inet/tst-getni1.c: Likewise.
27614         * inet/tst-getni2.c: Likewise.
27615         * libio/ioungetc.c: Likewise.
27616         * libio/wfiledoalloc.c: Likewise.
27617         * manual/libm-err-tab.pl: Likewise.
27618         * math/w_dremf.c: Likewise.
27619         * misc/ftruncate.c: Likewise.
27620         * posix/bug-glob2.c: Likewise.
27621         * posix/tst-pcre.c: Likewise.
27622         * posix/wait4.c: Likewise.
27623         * resolv/README: Likewise.
27624         * resolv/res_debug.h: Likewise.
27625         * resolv/tst-inet_ntop.c: Likewise.
27626         * setjmp/bug269-setjmp.c: Likewise.
27627         * soft-fp/extended.h: Likewise.
27628         * soft-fp/op-1.h: Likewise.
27629         * soft-fp/op-2.h: Likewise.
27630         * soft-fp/op-4.h: Likewise.
27631         * soft-fp/op-8.h: Likewise.
27632         * soft-fp/testit.c: Likewise.
27633         * stdio-common/bug16.c: Likewise.
27634         * stdlib/random.c: Likewise.
27635         * sunrpc/rpcsvc/rquota.x: Likewise.
27636         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27637         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27638         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27639         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27640         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27641         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27642         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27643         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27644         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27645         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27646         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27647         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27648         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27649         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27650         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27651         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27652         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27653         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27654         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27655         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27656         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27657         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27658         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27659         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27660         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27661         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27662         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27663         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27664         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27665         * sysdeps/ieee754/s_lib_version.c: Likewise.
27666         * sysdeps/mach/hurd/check_fds.c: Likewise.
27667         * sysdeps/mach/hurd/getsockname.c: Likewise.
27668         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27669         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27670         * sysdeps/powerpc/bits/link.h: Likewise.
27671         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27672         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27673         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27674         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27675         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27676         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27677         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27678         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27679         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27680         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27681         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27682         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27683         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27684         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27685         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27686         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27687         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27688         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27689         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27690         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27691         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27692         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27693         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27694         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27695         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27696         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27697         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27698         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27699         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27700         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27701         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27702         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27703         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27704         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27705         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27706         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27707         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27708         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27709         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27710         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27711         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27712         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27713         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27714         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27715         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27716         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27717         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27718         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27719         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27720         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27721         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27722         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27723         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27724         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27725         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27726         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27727         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27728         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27729         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27730         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27731         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27732         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27733         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27734         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27735         * sysdeps/powerpc/sysdep.h: Likewise.
27736         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27737         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27738         * sysdeps/sh/dl-trampoline.S: Likewise.
27739         * sysdeps/sh/memset.S: Likewise.
27740         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27741         * sysdeps/sh/strlen.S: Likewise.
27742         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27743         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27744         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27745         * sysdeps/sparc/sparc32/rem.S: Likewise.
27746         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27747         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27748         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27749         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27750         * sysdeps/sparc/sparc32/urem.S: Likewise.
27751         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27752         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27753         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27754         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27755         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27756         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27757         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27758         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27759         * sysdeps/unix/bsd/times.c: Likewise.
27760         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27761         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27765         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27766         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27767         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27768         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27769         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27770         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27771         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27772         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27773         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27774         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27775         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27776         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27777         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27778         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27779         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27780         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27781         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27782         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27783         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27784         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27785         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27786         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27787         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27788         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27789         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27790         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27791         * sysdeps/x86_64/strcspn.S: Likewise.
27793 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27795         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27796         generated file.  Regenerate properly from gen-translit.pl.
27797         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27798         locale/C-translit.h.
27800 2013-06-05  Andreas Schwab  <schwab@suse.de>
27802         [BZ #15100]
27803         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27804         week as 6 instead of -1.
27805         * time/tst-strptime.c (day_tests): Add test case.
27807 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27809         * sysdeps/generic/math_private.h
27810         (libc_feholdexcept_setround_53bit): Replace with
27811         libc_feholdsetround_53bit.
27812         (libc_feupdateenv_53bit): Replace with
27813         libc_feresetround_53bit.
27814         (SET_RESTORE_ROUND_53BIT): Adjust.
27816 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27818         * string/test-strchrnul.c: Add copyright header.
27820         * posix/tst-getaddrinfo4.c: Increase test timeout.
27822 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27824         [BZ #15536]
27825         * math/libm-test.inc (MAX_EXP): Remove
27826         (MIN_EXP): Define.
27827         (ulp): Use MIN_EXP - MANT_DIG.
27828         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27830 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27832         * po/be.po: Revert last change.
27833         * po/zh_CN.po: Likewise.
27834         * po/header.pot: Likewise.
27836 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27838         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27839         link-libc-deps to empty as target-specific variable.
27840         * Makerules (link-libc-args): New variable.
27841         (libc-for-link): Likewise.
27842         (link-libc-deps): Likewise.
27843         (lib%.so): Depend on $(link-libc-deps).  Link with
27844         $(link-libc-args).
27845         (build-module): Link with $(link-libc-args).
27846         (build-module-asneeded): Likewise.
27847         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27848         list of objects.
27849         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27850         target-specific variable.
27851         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27852         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27853         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27854         libc.
27855         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27856         libc and ld.so.
27857         ($(objpfx)libpcprofile.so): Likewise.
27858         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27859         libc_nonshared.a.
27860         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27861         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27862         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27863         $(link-libc-deps).
27864         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27865         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27866         * login/Makefile ($(objpfx)libutil.so): Likewise.
27867         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27868         * math/Makefile ($(objpfx)libm.so): Likewise.
27869         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27870         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27871         variable instead of depending directly on libc.
27872         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27873         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27874         $(link-libc-deps).
27875         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27876         libc.
27877         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27878         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27879         ($(objpfx)libanl.so): Likewise.
27880         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27881         ld.so.
27882         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27883         $(link-libc-deps).
27884         * sysdeps/i386/fpu/Makefile: Remove file.
27885         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27886         ($(objpfx)libm.so): Remove dependency on ld.so.
27888 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27890         [BZ # 15553]
27891         * nis/yp_xdr.c (XDRMAXNAME): Define.
27892         (XDRMAXRECORD): Define.
27893         (xdr_domainname): Use XDRMAXNAME.
27894         (xdr_mapname): Likewise.
27895         (xdr_peername): Likewise.
27896         (xdr_keydat): Use XDRMAXRECORD.
27897         (xdr_valdat): Likewise.
27899 2013-05-30  Jeff Law  <law@redhat.com>
27901         [BZ #14256]
27902         * manual/errno.texi (ESTALE): Update to account for more than
27903         just NFS file systems.
27904         * sysdeps/gnu/errlist.c: Regenerated.
27906 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27908         [BZ #15465]
27909         * elf/Makefile (tests): Add tst-null-argv.
27910         (modules-names):  Add tst-null-argv-lib.
27911         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27912         (tst-null-argv-ENV): Set environment for tst-null-argv.
27913         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27914         (RTLD_PROGNAME): New macro.
27915         * elf/tst-null-argv.c: New test case.
27916         * elf/tst-null-argv-lib.c: Library for test case.
27917         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27918         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27919         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27920         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27921         * elf/dl-init.c (call_init): Likewise.
27922         (_dl_init): Likewise.
27923         * elf/dl-load.c (print_search_path): Likewise.
27924         (_dl_map_object): Likewise.
27925         * elf/dl-lookup.c (do_lookup_x): Likewise.
27926         (add_dependency): Likewise.
27927         (_dl_lookup_symbol_x): Likewise.
27928         (_dl_debug_bindings): Likewise.
27929         * elf/dl-open.c (_dl_show_scope): Likewise.
27930         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27931         * elf/dl-version.c (match_symbol): Likewise.
27932         (_dl_check_map_versions): Likewise.
27933         * elf/rtld.c (dl_main): Likewise.
27934         (print_unresolved): Use RTLD_PROGNAME.
27935         (print_missing_version): Likewise.
27936         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27937         (elf_machine_rela): Likewise.
27938         * sysdeps/powerpc/powerpc32/dl-machine.c
27939         (__process_machine_rela): Likewise.
27940         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27941         Likewise.
27942         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27943         Likewise.
27944         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27945         Likewise.
27946         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27947         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27948         Likewise.
27949         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27950         Likewise.
27951         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27953 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27955         * po/be.po: Add descriptive title.
27956         * po/zh_CN.po: Likewise.
27957         * po/header.pot: Likewise.
27959 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27961         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27962         error message.
27963         (enlarge_archive): Likewise.
27965 2013-05-28  Ben North  <ben@redfrontdoor.org>
27967         * manual/arith.texi (frexp): It is the magnitude of the return
27968         value which lies in [0.5, 1), not the return value itself.
27970 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27972         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27974 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27976         * stdio-common/bug26.c (main): Correct fscanf template.
27978         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27979         declare _dl_skip_args.
27981         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27982         Don't declare.
27984         * manual/platform.texi: Add missing @end deftypefun.
27986 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27988         [BZ #15529]
27989         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27990         bit of mantissa of 2^16382.
27991         * math/libm-test.inc (hypot_test_data): Add more tests.
27993         * math/libm-test.inc: Add drem and pow10 to list of tested
27994         functions.
27995         (pow10_test): New function.
27996         (drem_test): Likewise.
27997         (drem_test_tonearest): Likewise.
27998         (drem_test_towardzero): Likewise.
27999         (drem_test_downward): Likewise.
28000         (drem_test_upward): Likewise.
28001         (main): Call the new functions.
28003         * math/libm-test.inc (finite_test_data): Remove.
28004         (finite_test): Run tests from isfinite_test_data.
28005         (gamma_test_data): Remove.
28006         (gamma_test): Run tests from lgamma_test_data.
28007         * sysdeps/i386/fpu/libm-test-ulps: Update.
28008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28010 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28012         * manual/platform.texi: Add PowerPC PPR function set documentation.
28013         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28014         implementation.
28016 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28018         * math/libm-test.inc (MAX_EXP): Define.
28019         (ULPDIFF): Define.
28020         (ulp): New function.
28021         (check_float_internal): Use ULPDIFF.
28022         (cpow_test): Disable failing test.
28023         (check_ulp): Test ulp() implemetnation.
28024         (main): Call check_ulp before starting tests.
28026 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28028         * math/gen-libm-test.pl (generate_testfile): Do not handle
28029         START_DATA and END_DATA.
28030         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28031         END_DATA.
28032         (acos_tonearest_test_data): Likewise.
28033         (acos_towardzero_test_data): Likewise.
28034         (acos_downward_test_data): Likewise.
28035         (acos_upward_test_data): Likewise.
28036         (acosh_test_data): Likewise.
28037         (asin_test_data): Likewise.
28038         (asin_tonearest_test_data): Likewise.
28039         (asin_towardzero_test_data): Likewise.
28040         (asin_downward_test_data): Likewise.
28041         (asin_upward_test_data): Likewise.
28042         (asinh_test_data): Likewise.
28043         (atan_test_data): Likewise.
28044         (atanh_test_data): Likewise.
28045         (atan2_test_data): Likewise.
28046         (cabs_test_data): Likewise.
28047         (cacos_test_data): Likewise.
28048         (cacosh_test_data): Likewise.
28049         (carg_test_data): Likewise.
28050         (casin_test_data): Likewise.
28051         (casinh_test_data): Likewise.
28052         (catan_test_data): Likewise.
28053         (catanh_test_data): Likewise.
28054         (cbrt_test_data): Likewise.
28055         (ccos_test_data): Likewise.
28056         (ccosh_test_data): Likewise.
28057         (ceil_test_data): Likewise.
28058         (cexp_test_data): Likewise.
28059         (cimag_test_data): Likewise.
28060         (clog_test_data): Likewise.
28061         (clog10_test_data): Likewise.
28062         (conj_test_data): Likewise.
28063         (copysign_test_data): Likewise.
28064         (cos_test_data): Likewise.
28065         (cos_tonearest_test_data): Likewise.
28066         (cos_towardzero_test_data): Likewise.
28067         (cos_downward_test_data): Likewise.
28068         (cos_upward_test_data): Likewise.
28069         (cosh_test_data): Likewise.
28070         (cosh_tonearest_test_data): Likewise.
28071         (cosh_towardzero_test_data): Likewise.
28072         (cosh_downward_test_data): Likewise.
28073         (cosh_upward_test_data): Likewise.
28074         (cpow_test_data): Likewise.
28075         (cproj_test_data): Likewise.
28076         (creal_test_data): Likewise.
28077         (csin_test_data): Likewise.
28078         (csinh_test_data): Likewise.
28079         (csqrt_test_data): Likewise.
28080         (ctan_test_data): Likewise.
28081         (ctan_tonearest_test_data): Likewise.
28082         (ctan_towardzero_test_data): Likewise.
28083         (ctan_downward_test_data): Likewise.
28084         (ctan_upward_test_data): Likewise.
28085         (ctanh_test_data): Likewise.
28086         (ctanh_tonearest_test_data): Likewise.
28087         (ctanh_towardzero_test_data): Likewise.
28088         (ctanh_downward_test_data): Likewise.
28089         (ctanh_upward_test_data): Likewise.
28090         (erf_test_data): Likewise.
28091         (erfc_test_data): Likewise.
28092         (exp_test_data): Likewise.
28093         (exp_tonearest_test_data): Likewise.
28094         (exp_towardzero_test_data): Likewise.
28095         (exp_downward_test_data): Likewise.
28096         (exp_upward_test_data): Likewise.
28097         (exp10_test_data): Likewise.
28098         (exp2_test_data): Likewise.
28099         (expm1_test_data): Likewise.
28100         (fabs_test_data): Likewise.
28101         (fdim_test_data): Likewise.
28102         (finite_test_data): Likewise.
28103         (floor_test_data): Likewise.
28104         (fma_test_data): Likewise.
28105         (fma_towardzero_test_data): Likewise.
28106         (fma_downward_test_data): Likewise.
28107         (fma_upward_test_data): Likewise.
28108         (fmax_test_data): Likewise.
28109         (fmin_test_data): Likewise.
28110         (fmod_test_data): Likewise.
28111         (fpclassify_test_data): Likewise.
28112         (frexp_test_data): Likewise.
28113         (gamma_test_data): Likewise.
28114         (hypot_test_data): Likewise.
28115         (ilogb_test_data): Likewise.
28116         (isfinite_test_data): Likewise.
28117         (isgreater_test_data): Likewise.
28118         (isgreaterequal_test_data): Likewise.
28119         (isinf_test_data): Likewise.
28120         (isless_test_data): Likewise.
28121         (islessequal_test_data): Likewise.
28122         (islessgreater_test_data): Likewise.
28123         (isnan_test_data): Likewise.
28124         (isnormal_test_data): Likewise.
28125         (issignaling_test_data): Likewise.
28126         (isunordered_test_data): Likewise.
28127         (j0_test_data): Likewise.
28128         (j1_test_data): Likewise.
28129         (jn_test_data): Likewise.
28130         (ldexp_test_data): Likewise.
28131         (lgamma_test_data): Likewise.
28132         (lrint_test_data): Likewise.
28133         (lrint_tonearest_test_data): Likewise.
28134         (lrint_towardzero_test_data): Likewise.
28135         (lrint_downward_test_data): Likewise.
28136         (lrint_upward_test_data): Likewise.
28137         (llrint_test_data): Likewise.
28138         (llrint_tonearest_test_data): Likewise.
28139         (llrint_towardzero_test_data): Likewise.
28140         (llrint_downward_test_data): Likewise.
28141         (llrint_upward_test_data): Likewise.
28142         (log_test_data): Likewise.
28143         (log10_test_data): Likewise.
28144         (log1p_test_data): Likewise.
28145         (log2_test_data): Likewise.
28146         (logb_test_data): Likewise.
28147         (logb_downward_test_data): Likewise.
28148         (lround_test_data): Likewise.
28149         (llround_test_data): Likewise.
28150         (modf_test_data): Likewise.
28151         (nearbyint_test_data): Likewise.
28152         (nextafter_test_data): Likewise.
28153         (nexttoward_test_data): Likewise.
28154         (pow_test_data): Likewise.
28155         (pow_tonearest_test_data): Likewise.
28156         (pow_towardzero_test_data): Likewise.
28157         (pow_downward_test_data): Likewise.
28158         (pow_upward_test_data): Likewise.
28159         (remainder_test_data): Likewise.
28160         (remainder_tonearest_test_data): Likewise.
28161         (remainder_towardzero_test_data): Likewise.
28162         (remainder_downward_test_data): Likewise.
28163         (remainder_upward_test_data): Likewise.
28164         (remquo_test_data): Likewise.
28165         (rint_test_data): Likewise.
28166         (rint_tonearest_test_data): Likewise.
28167         (rint_towardzero_test_data): Likewise.
28168         (rint_downward_test_data): Likewise.
28169         (rint_upward_test_data): Likewise.
28170         (round_test_data): Likewise.
28171         (scalb_test_data): Likewise.
28172         (scalbn_test_data): Likewise.
28173         (scalbln_test_data): Likewise.
28174         (signbit_test_data): Likewise.
28175         (sin_test_data): Likewise.
28176         (sin_tonearest_test_data): Likewise.
28177         (sin_towardzero_test_data): Likewise.
28178         (sin_downward_test_data): Likewise.
28179         (sin_upward_test_data): Likewise.
28180         (sincos_test_data): Likewise.
28181         (sinh_test_data): Likewise.
28182         (sinh_tonearest_test_data): Likewise.
28183         (sinh_towardzero_test_data): Likewise.
28184         (sinh_downward_test_data): Likewise.
28185         (sinh_upward_test_data): Likewise.
28186         (sqrt_test_data): Likewise.
28187         (tan_test_data): Likewise.
28188         (tan_tonearest_test_data): Likewise.
28189         (tan_towardzero_test_data): Likewise.
28190         (tan_downward_test_data): Likewise.
28191         (tan_upward_test_data): Likewise.
28192         (tanh_test_data): Likewise.
28193         (tgamma_test_data): Likewise.
28194         (trunc_test_data): Likewise.
28195         (y0_test_data): Likewise.
28196         (y1_test_data): Likewise.
28197         (yn_test_data): Likewise.
28198         (significand_test_data): Likewise.
28200         * math/gen-libm-test.pl (@functions): Remove variable.
28201         (generate_testfile): Don't handle START and END lines.
28202         * math/libm-test.inc (START): New macro.
28203         (END): Likewise.
28204         (END_COMPLEX): Likewise.
28205         (acos_test): Use END macro without arguments.
28206         (acos_test_tonearest): Likewise.
28207         (acos_test_towardzero): Likewise.
28208         (acos_test_downward): Likewise.
28209         (acos_test_upward): Likewise.
28210         (acosh_test): Likewise.
28211         (asin_test): Likewise.
28212         (asin_test_tonearest): Likewise.
28213         (asin_test_towardzero): Likewise.
28214         (asin_test_downward): Likewise.
28215         (asin_test_upward): Likewise.
28216         (asinh_test): Likewise.
28217         (atan_test): Likewise.
28218         (atanh_test): Likewise.
28219         (atan2_test): Likewise.
28220         (cabs_test): Likewise.
28221         (cacos_test): Use END_COMPLEX macro without arguments.
28222         (cacosh_test): Likewise.
28223         (carg_test): Use END macro without arguments.
28224         (casin_test): Use END_COMPLEX macro without arguments.
28225         (casinh_test): Likewise.
28226         (catan_test): Likewise.
28227         (catanh_test): Likewise.
28228         (cbrt_test): Use END macro without arguments.
28229         (ccos_test): Use END_COMPLEX macro without arguments.
28230         (ccosh_test): Likewise.
28231         (ceil_test): Use END macro without arguments.
28232         (cexp_test): Use END_COMPLEX macro without arguments.
28233         (cimag_test): Use END macro without arguments.
28234         (clog_test): Use END_COMPLEX macro without arguments.
28235         (clog10_test): Likewise.
28236         (conj_test): Likewise.
28237         (copysign_test): Use END macro without arguments.
28238         (cos_test): Likewise.
28239         (cos_test_tonearest): Likewise.
28240         (cos_test_towardzero): Likewise.
28241         (cos_test_downward): Likewise.
28242         (cos_test_upward): Likewise.
28243         (cosh_test): Likewise.
28244         (cosh_test_tonearest): Likewise.
28245         (cosh_test_towardzero): Likewise.
28246         (cosh_test_downward): Likewise.
28247         (cosh_test_upward): Likewise.
28248         (cpow_test): Use END_COMPLEX macro without arguments.
28249         (cproj_test): Likewise.
28250         (creal_test): Use END macro without arguments.
28251         (csin_test): Use END_COMPLEX macro without arguments.
28252         (csinh_test): Likewise.
28253         (csqrt_test): Likewise.
28254         (ctan_test): Likewise.
28255         (ctan_test_tonearest): Likewise.
28256         (ctan_test_towardzero): Likewise.
28257         (ctan_test_downward): Likewise.
28258         (ctan_test_upward): Likewise.
28259         (ctanh_test): Likewise.
28260         (ctanh_test_tonearest): Likewise.
28261         (ctanh_test_towardzero): Likewise.
28262         (ctanh_test_downward): Likewise.
28263         (ctanh_test_upward): Likewise.
28264         (erf_test): Use END macro without arguments.
28265         (erfc_test): Likewise.
28266         (exp_test): Likewise.
28267         (exp_test_tonearest): Likewise.
28268         (exp_test_towardzero): Likewise.
28269         (exp_test_downward): Likewise.
28270         (exp_test_upward): Likewise.
28271         (exp10_test): Likewise.
28272         (exp2_test): Likewise.
28273         (expm1_test): Likewise.
28274         (fabs_test): Likewise.
28275         (fdim_test): Likewise.
28276         (finite_test): Likewise.
28277         (floor_test): Likewise.
28278         (fma_test): Likewise.
28279         (fma_test_towardzero): Likewise.
28280         (fma_test_downward): Likewise.
28281         (fma_test_upward): Likewise.
28282         (fmax_test): Likewise.
28283         (fmin_test): Likewise.
28284         (fmod_test): Likewise.
28285         (fpclassify_test): Likewise.
28286         (frexp_test): Likewise.
28287         (gamma_test): Likewise.
28288         (hypot_test): Likewise.
28289         (ilogb_test): Likewise.
28290         (isfinite_test): Likewise.
28291         (isgreater_test): Likewise.
28292         (isgreaterequal_test): Likewise.
28293         (isinf_test): Likewise.
28294         (isless_test): Likewise.
28295         (islessequal_test): Likewise.
28296         (islessgreater_test): Likewise.
28297         (isnan_test): Likewise.
28298         (isnormal_test): Likewise.
28299         (issignaling_test): Likewise.
28300         (isunordered_test): Likewise.
28301         (j0_test): Likewise.
28302         (j1_test): Likewise.
28303         (jn_test): Likewise.
28304         (ldexp_test): Likewise.
28305         (lgamma_test): Likewise.
28306         (lrint_test): Likewise.
28307         (lrint_test_tonearest): Likewise.
28308         (lrint_test_towardzero): Likewise.
28309         (lrint_test_downward): Likewise.
28310         (lrint_test_upward): Likewise.
28311         (llrint_test): Likewise.
28312         (llrint_test_tonearest): Likewise.
28313         (llrint_test_towardzero): Likewise.
28314         (llrint_test_downward): Likewise.
28315         (llrint_test_upward): Likewise.
28316         (log_test): Likewise.
28317         (log10_test): Likewise.
28318         (log1p_test): Likewise.
28319         (log2_test): Likewise.
28320         (logb_test): Likewise.
28321         (logb_test_downward): Likewise.
28322         (lround_test): Likewise.
28323         (llround_test): Likewise.
28324         (modf_test): Likewise.
28325         (nearbyint_test): Likewise.
28326         (nextafter_test): Likewise.
28327         (nexttoward_test): Likewise.
28328         (pow_test): Likewise.
28329         (pow_test_tonearest): Likewise.
28330         (pow_test_towardzero): Likewise.
28331         (pow_test_downward): Likewise.
28332         (pow_test_upward): Likewise.
28333         (remainder_test): Likewise.
28334         (remainder_test_tonearest): Likewise.
28335         (remainder_test_towardzero): Likewise.
28336         (remainder_test_downward): Likewise.
28337         (remainder_test_upward): Likewise.
28338         (remquo_test): Likewise.
28339         (rint_test): Likewise.
28340         (rint_test_tonearest): Likewise.
28341         (rint_test_towardzero): Likewise.
28342         (rint_test_downward): Likewise.
28343         (rint_test_upward): Likewise.
28344         (round_test): Likewise.
28345         (scalb_test): Likewise.
28346         (scalbn_test): Likewise.
28347         (scalbln_test): Likewise.
28348         (signbit_test): Likewise.
28349         (sin_test): Likewise.
28350         (sin_test_tonearest): Likewise.
28351         (sin_test_towardzero): Likewise.
28352         (sin_test_downward): Likewise.
28353         (sin_test_upward): Likewise.
28354         (sincos_test): Likewise.
28355         (sinh_test): Likewise.
28356         (sinh_test_tonearest): Likewise.
28357         (sinh_test_towardzero): Likewise.
28358         (sinh_test_downward): Likewise.
28359         (sinh_test_upward): Likewise.
28360         (sqrt_test): Likewise.
28361         (tan_test): Likewise.
28362         (tan_test_tonearest): Likewise.
28363         (tan_test_towardzero): Likewise.
28364         (tan_test_downward): Likewise.
28365         (tan_test_upward): Likewise.
28366         (tanh_test): Likewise.
28367         (tgamma_test): Likewise.
28368         (trunc_test): Likewise.
28369         (y0_test): Likewise.
28370         (y1_test): Likewise.
28371         (yn_test): Likewise.
28372         (significand_test): Likewise.
28374 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28376         [BZ #15381]
28377         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28379 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28381         [BZ #14894]
28382         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28383         __ppc_mdoio and __ppc_mdoom.
28384         * manual/platform.texi: Document new functions __ppc_yield,
28385         __ppc_mdoio and __ppc_mdoom.
28387 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28389         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28390         (main): Mention "tls" pseudo-hwcap is legacy.
28391         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28393 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28395         * math/gen-libm-test.pl (parse_args): Output only string of
28396         arguments as text for test name, not full call or descriptions of
28397         tests for extra outputs.
28398         (generate_testfile): Do not pass function name to parse_args.
28399         Generate this_func variable from START.
28400         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28401         field to arg_str.
28402         (struct test_ff_f_data): Likewise.
28403         (test_ff_f_data_nexttoward): Likewise.
28404         (struct test_fi_f_data): Likewise.
28405         (struct test_fl_f_data): Likewise.
28406         (struct test_if_f_data): Likewise.
28407         (struct test_fff_f_data): Likewise.
28408         (struct test_c_f_data): Likewise.
28409         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28410         (struct test_fF_f1_data): Likewise.
28411         (struct test_ffI_f1_data): Likewise.
28412         (struct test_c_c_data): Rename test_name field to arg_str.
28413         (struct test_cc_c_data): Likewise.
28414         (struct test_f_i_data): Likewise.
28415         (struct test_ff_i_data): Likewise.
28416         (struct test_f_l_data): Likewise.
28417         (struct test_f_L_data): Likewise.
28418         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28419         and extra2_name.
28420         (COMMON_TEST_SETUP): New macro.
28421         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28422         (COMMON_TEST_CLEANUP): Likewise.
28423         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28424         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28425         macros.
28426         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28427         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28428         macros.
28429         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28430         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28431         cleanup macros.
28432         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28433         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28434         macros.
28435         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28436         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28437         macros.
28438         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28439         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28440         cleanup macros.
28441         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28442         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28443         cleanup macros.
28444         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28445         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28446         cleanup macros.
28447         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28448         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28449         macros.
28450         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28451         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28452         macros.
28453         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28454         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28455         macros.
28456         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28457         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28458         cleanup macros.
28459         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28460         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28461         cleanup macros.
28462         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28463         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28464         macros.
28465         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28466         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28467         cleanup macros.
28468         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28469         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28470         macros.
28471         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28472         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28473         macros.
28474         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28475         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28476         cleanup macros.
28477         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28479 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28481         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28482         to _sifields.sigfault.
28483         (si_addr_lsb): Define new macro.
28484         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28485         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28486         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28488 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28490         [BZ #15441]
28491         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28492         returns -1.
28493         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28494         null return -1.
28495         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28496         loading the domain.
28498 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28500         * math/gen-libm-test.pl (parse_args): Do not include expected
28501         result in test name.
28502         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28503         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28504         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28505         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28506         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28509 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28511         * benchtests/Makefile: Sort function entries.
28513         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28514         tanh, asinh, acosh, atanh.
28515         * benchtests/acos-inputs: New file.
28516         * benchtests/acosh-inputs: New file.
28517         * benchtests/asin-inputs: New file.
28518         * benchtests/asinh-inputs: New file.
28519         * benchtests/atanh-inputs: New file.
28520         * benchtests/cosh-inputs: New file.
28521         * benchtests/log-inputs: New file.
28522         * benchtests/sinh-inputs: New file.
28523         * benchtests/tanh-inputs: New file.
28525 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28527         [BZ #15339]
28528         * posix/tst-getaddrinfo4.c: New test.
28529         * posix/Makefile (tests): Add it.
28531 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28533         [BZ #15339]
28534         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28535         when no services were used.
28536         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28537         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28539 2013-05-21  Andreas Schwab  <schwab@suse.de>
28541         [BZ #15014]
28542         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28543         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28544         successful.
28545         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28546         redundant variable declarations and reallocation of buffer when
28547         parsing as IPv6 address.  Always set NSS status when called from
28548         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28549         buffer too small.  Correct computation of needed size.
28550         * nss/Makefile (tests): Add test-digits-dots.
28551         * nss/test-digits-dots.c: New test.
28553 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28555         * benchtests/Makefile: Remove instructions for adding
28556         benchmark tests.
28557         * benchtests/README: New file to explain how to execute and
28558         enhance the benchmark tests.
28560 2013-05-21  Andreas Schwab  <schwab@suse.de>
28562         [BZ #15493]
28563         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28564         * setjmp/tst-sigsetjmp.c: New test.
28566 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28568         * sysdeps/x86_64/memset.S (memset): New implementation.
28569         (__bzero): Likewise.
28570         (__memset_tail): New function.
28572 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28574         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28575         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28576         __memcpy_sse2_unaligned ifunc selection.
28577         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28578         Add memcpy-sse2-unaligned.S.
28579         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28580         Add: __memcpy_sse2_unaligned.
28582 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28584         [BZ #15490]
28585         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28586         math_force_eval before restoring floating-point envrionment.
28587         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28588         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28589         Likewise.
28590         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28591         <math_private.h>.
28592         (__nearbyintl): Use math_force_eval before restoring
28593         floating-point environment.
28594         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28596         * math/gen-libm-test.pl (special_functions): Remove.
28597         (parse_args): Don't handle TEST_extra.  Handle functions with no
28598         return value.
28599         * math/libm-test.inc (struct test_sincos_data): Replace with
28600         struct test_fFF_11_data.
28601         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28602         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28603         (sincos_test_data): Change element type to struct
28604         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28605         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28606         RUN_TEST_LOOP_sincos.
28607         * math/README.libm-test: Don't mention special handling of
28608         individual functions.
28609         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28610         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28611         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28612         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28613         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28616         * math/gen-libm-test.pl (get_variable): Remove function.
28617         (parse_args): Don't show pointer parameters to call in test
28618         names.  Use "extra output N" in test names for extra outputs
28619         rather than naming variables.
28621 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28623         [BZ #15488]
28624         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28625         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28626         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28627         double tests.
28628         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28629         disable.
28630         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28631         check_long_double.
28633         * math/gen-libm-test.pl (@tests): Remove variable.
28634         ($count): Likewise.
28635         (new_test): Remove function.
28636         (show_exceptions): New function.
28637         (special_functions): Use show_exceptions instead of new_test.
28638         (parse_args): Likewise.
28639         (generate_testfile): Pass only function name in generated call to
28640         print_max_error or print_complex_max_error.
28641         (get_ulps): Do not handle complex tests specially.
28642         (output_test): Rename to ...
28643         (get_all_ulps_for_test): ... this.  Return a string rather than
28644         printing to a file.  Require ulps to be present.
28645         (output_ulps): Generate arrays rather than #defines.
28646         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28647         (struct ulp_data): New type.
28648         (BUILD_COMPLEX_ULP): Remove macro.
28649         (compare_ulp_data): New function.
28650         (find_ulps): Likewise.
28651         (find_test_ulps): Likewise.
28652         (find_function_ulps): Likewise.
28653         (find_complex_function_ulps): Likewise.
28654         (print_max_error): Determine allowed ulps using
28655         find_function_ulps.
28656         (print_complex_max_error): Determine allowed ulps using
28657         find_complex_function_ulps.
28658         (check_float_internal): Determine max ulps using find_test_ulps.
28659         (check_float): Do not take max_ulp parameter.  Update call to
28660         check_float_internal.
28661         (check_complex): Likewise.
28662         (check_int): Do not take max_ulp parameter.
28663         (check_long): Likewise.
28664         (check_bool): Likewise.
28665         (check_longlong): Likewise.
28666         (struct test_f_f_data): Remove max_ulp field.
28667         (struct test_ff_f_data): Likewise.
28668         (struct test_ff_f_data_nexttoward): Likewise.
28669         (struct test_fi_f_data): Likewise.
28670         (struct test_fl_f_data): Likewise.
28671         (struct test_if_f_data): Likewise.
28672         (struct test_fff_f_data): Likewise.
28673         (struct test_c_f_data): Likewise.
28674         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28675         (struct test_fF_f1_data): Likewise.
28676         (struct test_ffI_f1_data): Likewise.
28677         (struct test_c_c_data): Remove max_ulp field.
28678         (struct test_cc_c_data): Likewise.
28679         (struct test_f_i_data): Likewise.
28680         (struct test_ff_i_data): Likewise.
28681         (struct test_f_l_data): Likewise.
28682         (struct test_f_L_data): Likewise.
28683         (struct test_sincos_data): Likewise.
28684         (RUN_TEST_f_f): Do not handle ulps.
28685         (RUN_TEST_LOOP_f_f): Likewise.
28686         (RUN_TEST_2_f): Likewise.
28687         (RUN_TEST_LOOP_2_f): Likewise.
28688         (RUN_TEST_fff_f): Likewise.
28689         (RUN_TEST_LOOP_fff_f): Likewise.
28690         (RUN_TEST_c_f): Likewise.
28691         (RUN_TEST_LOOP_c_f): Likewise.
28692         (RUN_TEST_f_f1): Likewise.
28693         (RUN_TEST_LOOP_f_f1): Likewise.
28694         (RUN_TEST_fF_f1): Likewise.
28695         (RUN_TEST_LOOP_fF_f1): Likewise.
28696         (RUN_TEST_fI_f1): Likewise.
28697         (RUN_TEST_LOOP_fI_f1): Likewise.
28698         (RUN_TEST_ffI_f1): Likewise.
28699         (RUN_TEST_LOOP_ffI_f1): Likewise.
28700         (RUN_TEST_c_c): Likewise.
28701         (RUN_TEST_LOOP_c_c): Likewise.
28702         (RUN_TEST_cc_c): Likewise.
28703         (RUN_TEST_LOOP_cc_c): Likewise.
28704         (RUN_TEST_f_i): Likewise.
28705         (RUN_TEST_LOOP_f_i): Likewise.
28706         (RUN_TEST_f_i_tg): Likewise.
28707         (RUN_TEST_LOOP_f_i_tg): Likewise.
28708         (RUN_TEST_ff_i_tg): Likewise.
28709         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28710         (RUN_TEST_f_b): Likewise.
28711         (RUN_TEST_LOOP_f_b): Likewise.
28712         (RUN_TEST_f_b_tg): Likewise.
28713         (RUN_TEST_LOOP_f_b_tg): Likewise.
28714         (RUN_TEST_f_l): Likewise.
28715         (RUN_TEST_LOOP_f_l): Likewise.
28716         (RUN_TEST_f_L): Likewise.
28717         (RUN_TEST_LOOP_f_L): Likewise.
28718         (RUN_TEST_sincos): Likewise.
28719         (RUN_TEST_LOOP_sincos): Likewise.
28721 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28723         [BZ #15480]
28724         [BZ #15485]
28725         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28726         main case of finite arguments, set rounding mode to FE_TONEAREST
28727         and discard exceptions.
28728         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28729         exceptions.
28730         (remainder_tonearest_test_data): New variable.
28731         (remainder_test_tonearest): New function.
28732         (remainder_towardzero_test_data): New variable.
28733         (remainder_test_towardzero): New function.
28734         (remainder_downward_test_data): New variable.
28735         (remainder_test_downward): New function.
28736         (remainder_upward_test_data): New variable.
28737         (remainder_test_upward): New function.
28738         (main): Call the new test functions.
28740         * math/libm-test.inc (struct test_f_f1_data): Remove field
28741         extra_init.
28742         (struct test_fF_f1_data): Likewise.
28743         (struct test_ffI_f1_data): Likewise.
28744         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28745         based on value of EXTRA_EXPECTED.
28746         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28747         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28748         EXTRA_VAR based on value of EXTRA_EXPECTED.
28749         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28750         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28751         EXTRA_VAR based on value of EXTRA_EXPECTED.
28752         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28753         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28754         EXTRA_VAR based on value of EXTRA_EXPECTED.
28755         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28756         * math/gen-libm-test.pl (parse_args): Don't output initializers
28757         for extra output values.
28759         * math/libm-test.inc (check_int): Expect result to be exactly
28760         equal to expected value and do not handle ulps.
28761         (check_long): Likewise.
28762         (check_longlong): Likewise.
28764         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28765         exceptions.
28766         (cimag_test_data): Likewise.
28767         (conj_test_data): Likewise.
28768         (copysign_test_data): Likewise.
28769         (cproj_test_data): Likewise.
28770         (creal_test_data): Likewise.
28771         (fabs_test_data): Likewise.
28772         (fdim_test_data): Likewise.
28773         (finite_test_data): Likewise.
28774         (floor_test_data): Likewise.
28775         (fmax_test_data): Likewise.
28776         (fmin_test_data): Likewise.
28777         (fmod_test_data): Likewise.
28778         (fpclassify_test_data): Likewise.
28779         (frexp_test_data): Likewise.
28780         (ilogb_test_data): Likewise.
28781         (isfinite_test_data): Likewise.
28782         (isgreater_test_data): Likewise.
28783         (isgreaterequal_test_data): Likewise.
28784         (isinf_test_data): Likewise.
28785         (isless_test_data): Likewise.
28786         (islessequal_test_data): Likewise.
28787         (islessgreater_test_data): Likewise.
28788         (isnan_test_data): Likewise.
28789         (isnormal_test_data): Likewise.
28790         (issignaling_test_data): Likewise.
28791         (isunordered_test_data): Likewise.
28792         (ldexp_test_data): Likewise.
28793         (lrint_test_data): Likewise.
28794         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28795         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28796         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28797         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28798         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28799         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28800         test input.
28801         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28802         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28803         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28804         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28805         that test input.
28806         (lrint_downward_test_data): Test for "inexact" exceptions.
28807         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28808         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28809         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28810         test input.
28811         (lrint_upward_test_data): Test for "inexact" exceptions.
28812         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28813         test input.
28814         (llrint_test_data): Test for "inexact" exceptions.
28815         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28816         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28817         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28818         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28819         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28820         (llrint_downward_test_data): Test for "inexact" exceptions.
28821         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28822         (llrint_upward_test_data): Test for "inexact" exceptions.
28823         (logb_test_data): Likewise.
28824         (logb_downward_test_data): Likewise.
28825         (nextafter_test_data): Likewise.
28826         (nexttoward_test_data): Likewise.
28827         (remainder_test_data): Likewise.
28828         (remquo_test_data): Likewise.
28829         (scalbn_test_data): Likewise.
28830         (scalbln_test_data): Likewise.
28831         (signbit_test_data): Likewise.
28832         (sqrt_test_data): Likewise.
28833         (significand_test_data): Likewise.
28835 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28837         [BZ #15424]
28838         * benchtests/bench-modf.c (struct args): Mark arg0 as
28839         volatile.
28840         * scripts/bench.pl: Mark members of struct args as volatile.
28842 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28844         [BZ # 15497]
28845         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28846         negative infinity on POWER6 or lower.
28847         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28849 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28851         [BZ #15442]
28852         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28853         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28854         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28855         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28856         (_FP_SETQNAN): New macro.
28857         (_FP_SETQNAN_SEMIRAW): Likewise.
28858         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28859         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28860         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28861         (FP_EXTEND): Use _FP_FRAC_SNANP.
28862         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28863         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28864         into account.
28865         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28866         New macro.
28867         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28868         Likewise.
28870 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28872         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28873         with DIVIDE_BY_ZERO_EXCEPTION.
28874         (gamma_test_data): Likewise.
28875         (lgamma_test_data): Likewise.
28876         (log_test_data): Likewise.
28877         (log10_test_data): Likewise.
28878         (log2_test_data): Likewise.
28879         (tgamma_test_data): Likewise.
28881         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28882         (acos_test_tonearest): Likewise.
28883         (acos_test_towardzero): Likewise.
28884         (acos_test_downward): Likewise.
28885         (acos_test_upward): Likewise.
28886         (acosh_test): Likewise.
28887         (asin_test): Likewise.
28888         (asin_test_tonearest): Likewise.
28889         (asin_test_towardzero): Likewise.
28890         (asin_test_downward): Likewise.
28891         (asin_test_upward): Likewise.
28892         (asinh_test): Likewise.
28893         (atan_test): Likewise.
28894         (atanh_test): Likewise.
28895         (atan2_test): Likewise.
28896         (cabs_test): Likewise.
28897         (cacos_test): Likewise.
28898         (cacosh_test): Likewise.
28899         (casin_test): Likewise.
28900         (casinh_test): Likewise.
28901         (catan_test): Likewise.
28902         (catanh_test): Likewise.
28903         (cbrt_test): Likewise.
28904         (ccos_test): Likewise.
28905         (ccosh_test): Likewise.
28906         (cexp_test): Likewise.
28907         (clog_test): Likewise.
28908         (clog10_test): Likewise.
28909         (cos_test): Likewise.
28910         (cos_test_tonearest): Likewise.
28911         (cos_test_towardzero): Likewise.
28912         (cos_test_downward): Likewise.
28913         (cos_test_upward): Likewise.
28914         (cosh_test): Likewise.
28915         (cosh_test_tonearest): Likewise.
28916         (cosh_test_towardzero): Likewise.
28917         (cosh_test_downward): Likewise.
28918         (cosh_test_upward): Likewise.
28919         (cpow_test): Likewise.
28920         (csin_test): Likewise.
28921         (csinh_test): Likewise.
28922         (csqrt_test): Likewise.
28923         (ctan_test): Likewise.
28924         (ctan_test_tonearest): Likewise.
28925         (ctan_test_towardzero): Likewise.
28926         (ctan_test_downward): Likewise.
28927         (ctan_test_upward): Likewise.
28928         (ctanh_test): Likewise.
28929         (ctanh_test_tonearest): Likewise.
28930         (ctanh_test_towardzero): Likewise.
28931         (ctanh_test_downward): Likewise.
28932         (ctanh_test_upward): Likewise.
28933         (erf_test): Likewise.
28934         (erfc_test): Likewise.
28935         (exp_test): Likewise.
28936         (exp_test_tonearest): Likewise.
28937         (exp_test_towardzero): Likewise.
28938         (exp_test_downward): Likewise.
28939         (exp_test_upward): Likewise.
28940         (exp10_test): Likewise.
28941         (exp2_test): Likewise.
28942         (expm1_test): Likewise.
28943         (fmod_test): Likewise.
28944         (gamma_test): Likewise.
28945         (hypot_test): Likewise.
28946         (j0_test): Likewise.
28947         (j1_test): Likewise.
28948         (jn_test): Likewise.
28949         (lgamma_test): Likewise.
28950         (log_test): Likewise.
28951         (log10_test): Likewise.
28952         (log1p_test): Likewise.
28953         (log2_test): Likewise.
28954         (logb_test_downward): Likewise.
28955         (pow_test): Likewise.
28956         (pow_test_tonearest): Likewise.
28957         (pow_test_towardzero): Likewise.
28958         (pow_test_downward): Likewise.
28959         (pow_test_upward): Likewise.
28960         (remainder_test): Likewise.
28961         (remquo_test): Likewise.
28962         (sin_test): Likewise.
28963         (sin_test_tonearest): Likewise.
28964         (sin_test_towardzero): Likewise.
28965         (sin_test_downward): Likewise.
28966         (sin_test_upward): Likewise.
28967         (sincos_test): Likewise.
28968         (sinh_test): Likewise.
28969         (sinh_test_tonearest): Likewise.
28970         (sinh_test_towardzero): Likewise.
28971         (sinh_test_downward): Likewise.
28972         (sinh_test_upward): Likewise.
28973         (sqrt_test): Likewise.
28974         (tan_test): Likewise.
28975         (tan_test_tonearest): Likewise.
28976         (tan_test_towardzero): Likewise.
28977         (tan_test_downward): Likewise.
28978         (tan_test_upward): Likewise.
28979         (tanh_test): Likewise.
28980         (tgamma_test): Likewise.
28981         (y0_test): Likewise.
28982         (y1_test): Likewise.
28983         (yn_test): Likewise.
28985         * math/gen-libm-test.pl (adjust_arg): Remove function.
28986         (special_function): Remove argument $in_func.  Only handle
28987         generating output for tables of tests, not inside functions.
28988         (parse_args): Likewise.
28989         (generate_testfile): Remove variable $in_func.  Update call to
28990         parse_args.
28991         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28992         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28993         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28994         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28995         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28996         (MAX_VALUE_INIT): Rename macro to max_value.
28997         (MIN_VALUE_INIT): Rename macro to min_value.
28998         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28999         (plus_zero): Remove variable.
29000         (minus_zero): Likewise.
29001         (plus_infty): Likewise.
29002         (minus_infty): Likewise.
29003         (qnan_value): Likewise.
29004         (max_value): Likewise.
29005         (min_value): Likewise.
29006         (min_subnorm_value): Likewise.
29008 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29010         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29011         uint64_t or uint32_t usage.
29012         * crypt/sha256-block.c: Likewise.
29013         * crypt/sha256-crypt.c: Likewise.
29014         * crypt/sha256.c: Likewise.
29015         * crypt/sha512-block.c: Likewise.
29016         * crypt/sha512-crypt.c: Likewise.
29017         * crypt/sha512.c: Likewise.
29018         * debug/backtrace-tst.c: Likewise.
29019         * debug/pcprofiledump.c: Likewise.
29020         * elf/cache.c: Likewise.
29021         * elf/dl-cache.c: Likewise.
29022         * elf/dl-misc.c: Likewise.
29023         * elf/dl-profile.c: Likewise.
29024         * elf/dl-support.c: Likewise.
29025         * elf/ldconfig.c: Likewise.
29026         * elf/sprof.c: Likewise.
29027         * iconv/dummy-repertoire.c: Likewise.
29028         * iconv/iconv_charmap.c: Likewise.
29029         * iconv/skeleton.c: Likewise.
29030         * iconvdata/8bit-generic.c: Likewise.
29031         * iconvdata/cp737.h: Likewise.
29032         * iconvdata/cp775.h: Likewise.
29033         * iconvdata/ibm1008.h: Likewise.
29034         * iconvdata/ibm1025.h: Likewise.
29035         * iconvdata/ibm1046.h: Likewise.
29036         * iconvdata/ibm1097.h: Likewise.
29037         * iconvdata/ibm1112.h: Likewise.
29038         * iconvdata/ibm1122.h: Likewise.
29039         * iconvdata/ibm1123.h: Likewise.
29040         * iconvdata/ibm1124.h: Likewise.
29041         * iconvdata/ibm1129.h: Likewise.
29042         * iconvdata/ibm1130.h: Likewise.
29043         * iconvdata/ibm1132.h: Likewise.
29044         * iconvdata/ibm1133.h: Likewise.
29045         * iconvdata/ibm1137.h: Likewise.
29046         * iconvdata/ibm1140.h: Likewise.
29047         * iconvdata/ibm1141.h: Likewise.
29048         * iconvdata/ibm1142.h: Likewise.
29049         * iconvdata/ibm1143.h: Likewise.
29050         * iconvdata/ibm1144.h: Likewise.
29051         * iconvdata/ibm1145.h: Likewise.
29052         * iconvdata/ibm1146.h: Likewise.
29053         * iconvdata/ibm1147.h: Likewise.
29054         * iconvdata/ibm1148.h: Likewise.
29055         * iconvdata/ibm1149.h: Likewise.
29056         * iconvdata/ibm1153.h: Likewise.
29057         * iconvdata/ibm1154.h: Likewise.
29058         * iconvdata/ibm1155.h: Likewise.
29059         * iconvdata/ibm1156.h: Likewise.
29060         * iconvdata/ibm1157.h: Likewise.
29061         * iconvdata/ibm1158.h: Likewise.
29062         * iconvdata/ibm1160.h: Likewise.
29063         * iconvdata/ibm1161.h: Likewise.
29064         * iconvdata/ibm1162.h: Likewise.
29065         * iconvdata/ibm1163.h: Likewise.
29066         * iconvdata/ibm1164.h: Likewise.
29067         * iconvdata/ibm1166.h: Likewise.
29068         * iconvdata/ibm1167.h: Likewise.
29069         * iconvdata/ibm12712.h: Likewise.
29070         * iconvdata/ibm1390.h: Likewise.
29071         * iconvdata/ibm1399.h: Likewise.
29072         * iconvdata/ibm16804.h: Likewise.
29073         * iconvdata/ibm4517.h: Likewise.
29074         * iconvdata/ibm4899.h: Likewise.
29075         * iconvdata/ibm4909.h: Likewise.
29076         * iconvdata/ibm4971.h: Likewise.
29077         * iconvdata/ibm5347.h: Likewise.
29078         * iconvdata/ibm803.h: Likewise.
29079         * iconvdata/ibm856.h: Likewise.
29080         * iconvdata/ibm901.h: Likewise.
29081         * iconvdata/ibm902.h: Likewise.
29082         * iconvdata/ibm9030.h: Likewise.
29083         * iconvdata/ibm9066.h: Likewise.
29084         * iconvdata/ibm921.h: Likewise.
29085         * iconvdata/ibm922.h: Likewise.
29086         * iconvdata/ibm9448.h: Likewise.
29087         * iconvdata/isiri-3342.h: Likewise.
29088         * iconvdata/jis0201.h: Likewise.
29089         * include/link.h: Likewise.
29090         * include/netdb.h: Likewise.
29091         * inet/check_native.c: Likewise.
29092         * inet/check_pf.c: Likewise.
29093         * inet/getipv4sourcefilter.c: Likewise.
29094         * inet/getnameinfo.c: Likewise.
29095         * inet/getsourcefilter.c: Likewise.
29096         * inet/htonl.c: Likewise.
29097         * inet/setipv4sourcefilter.c: Likewise.
29098         * inet/setsourcefilter.c: Likewise.
29099         * inet/test-inet6_opt.c: Likewise.
29100         * inet/tst-network.c: Likewise.
29101         * locale/C-collate.c: Likewise.
29102         * locale/C-ctype.c: Likewise.
29103         * locale/C-time.c: Likewise.
29104         * locale/C-translit.h: Likewise.
29105         * locale/loadarchive.c: Likewise.
29106         * locale/programs/3level.h: Likewise.
29107         * locale/programs/charmap.c: Likewise.
29108         * locale/programs/charmap.h: Likewise.
29109         * locale/programs/ld-address.c: Likewise.
29110         * locale/programs/ld-collate.c: Likewise.
29111         * locale/programs/ld-ctype.c: Likewise.
29112         * locale/programs/ld-identification.c: Likewise.
29113         * locale/programs/ld-measurement.c: Likewise.
29114         * locale/programs/ld-messages.c: Likewise.
29115         * locale/programs/ld-monetary.c: Likewise.
29116         * locale/programs/ld-name.c: Likewise.
29117         * locale/programs/ld-numeric.c: Likewise.
29118         * locale/programs/ld-paper.c: Likewise.
29119         * locale/programs/ld-telephone.c: Likewise.
29120         * locale/programs/ld-time.c: Likewise.
29121         * locale/programs/linereader.c: Likewise.
29122         * locale/programs/locale.c: Likewise.
29123         * locale/programs/locarchive.c: Likewise.
29124         * locale/programs/locfile.h: Likewise.
29125         * locale/programs/repertoire.c: Likewise.
29126         * locale/programs/simple-hash.c: Likewise.
29127         * locale/programs/simple-hash.h: Likewise.
29128         * malloc/memusage.c: Likewise.
29129         * malloc/memusagestat.c: Likewise.
29130         * nis/nis_defaults.c: Likewise.
29131         * nis/nis_hash.c: Likewise.
29132         * nis/nis_print.c: Likewise.
29133         * nis/nis_xdr.c: Likewise.
29134         * nscd/connections.c: Likewise.
29135         * nscd/hstcache.c: Likewise.
29136         * nscd/nscd_gethst_r.c: Likewise.
29137         * nscd/nscd_getserv_r.c: Likewise.
29138         * nscd/nscd_helper.c: Likewise.
29139         * nscd/servicescache.c: Likewise.
29140         * nss/makedb.c: Likewise.
29141         * nss/nss_db/db-XXX.c: Likewise.
29142         * nss/nss_db/db-initgroups.c: Likewise.
29143         * nss/nss_db/db-netgrp.c: Likewise.
29144         * nss/nss_files/files-network.c: Likewise.
29145         * nss/nss_files/files-parse.c: Likewise.
29146         * posix/bug-regex5.c: Likewise.
29147         * posix/fnmatch_loop.c: Likewise.
29148         * posix/regcomp.c: Likewise.
29149         * posix/regexec.c: Likewise.
29150         * posix/tst-rfc3484-2.c: Likewise.
29151         * posix/tst-rfc3484-3.c: Likewise.
29152         * posix/tst-rfc3484.c: Likewise.
29153         * resolv/nss_dns/dns-canon.c: Likewise.
29154         * resolv/nss_dns/dns-network.c: Likewise.
29155         * resolv/res_init.c: Likewise.
29156         * resolv/res_mkquery.c: Likewise.
29157         * resolv/tst-aton.c: Likewise.
29158         * stdlib/cxa_atexit.c: Likewise.
29159         * stdlib/cxa_finalize.c: Likewise.
29160         * stdlib/gen-fpioconst.c: Likewise.
29161         * stdlib/strtol_l.c: Likewise.
29162         * string/tst-endian.c: Likewise.
29163         * sunrpc/auth_des.c: Likewise.
29164         * sunrpc/clnt_udp.c: Likewise.
29165         * sunrpc/rtime.c: Likewise.
29166         * sunrpc/svcauth_des.c: Likewise.
29167         * sunrpc/xdr.c: Likewise.
29168         * sunrpc/xdr_intXX_t.c: Likewise.
29169         * sunrpc/xdr_rec.c: Likewise.
29170         * sysdeps/generic/ldconfig.h: Likewise.
29171         * sysdeps/generic/ldsodefs.h: Likewise.
29172         * sysdeps/generic/memusage.h: Likewise.
29173         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29174         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29175         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29176         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29177         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29178         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29179         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29180         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29181         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29182         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29183         * sysdeps/posix/getaddrinfo.c: Likewise.
29184         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29185         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29186         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29187         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29188         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29189         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29190         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29191         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29192         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29193         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29194         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29195         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29196         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29197         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29198         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29199         * sysdeps/x86_64/dl-tls.h: Likewise.
29200         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29201         * time/alt_digit.c: Likewise.
29202         * time/era.c: Likewise.
29203         * wcsmbs/tst-c16c32-1.c: Likewise.
29205 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29207         * math/libm-test.inc (struct test_sincos_data): New type.
29208         (RUN_TEST_LOOP_sincos): New macro.
29209         (sincos_test_data): New variable.
29210         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29212 2013-05-16  Richard Henderson  <rth@redhat.com>
29214         * math/atest-exp2.c (LIMB64): New macro.
29215         (CONSTSZ): New macro.
29216         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29217         (hexdig): Move ...
29218         (print_mpn_fp): ... to function scope.
29219         (read_mpn_hex): Remove.
29220         (get_log2): Remove.
29221         (exp2_mpn): Use mp_log2.
29222         (main): Use mp_exp1.
29224 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29226         * math/libm-test.inc: Remove comment about not testing "inexact"
29227         exceptions.
29228         (INEXACT_EXCEPTION): New macro.
29229         (NO_INEXACT_EXCEPTION): Likewise.
29230         (INVALID_EXCEPTION_OK): Update value.
29231         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29232         (OVERFLOW_EXCEPTION_OK): Likewise.
29233         (UNDERFLOW_EXCEPTION_OK): Likewise.
29234         (IGNORE_ZERO_INF_SIGN): Likewise.
29235         (ERRNO_UNCHANGED): Likewise.
29236         (ERRNO_EDOM): Likewise.
29237         (ERRNO_ERANGE): Likewise.
29238         (test_exceptions): Handle testing "inexact" exceptions.
29239         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29240         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29241         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29242         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29243         INEXACT_EXCEPTION.
29244         (rint_towardzero_test_data): Likewise.
29245         (rint_downward_test_data): Likewise.
29246         (rint_upward_test_data): Likewise.
29248         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29249         with OVERFLOW_EXCEPTION.
29250         (exp10_test_data): Likewise.
29251         (exp2_test_data): Likewise.
29252         (expm1_test_data): Likewise.
29253         (lgamma_test_data): Likewise.
29254         (pow_test_data): Likewise.
29255         (tgamma_test_data): Likewise.
29256         (yn_test_data): Remove duplicate test of overflow.
29258         * math/libm-test.inc (struct test_cc_c_data): New type.
29259         (RUN_TEST_LOOP_cc_c): New macro.
29260         (cpow_test_data): New variable.
29261         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29263         * math/libm-test.inc (struct test_f_L_data): New type.
29264         (RUN_TEST_LOOP_f_L): New macro.
29265         (llrint_test_data): New variable.
29266         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29267         (llrint_tonearest_test_data): New variable.
29268         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29269         (llrint_towardzero_test_data): New variable.
29270         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29271         (llrint_downward_test_data): New variable.
29272         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29273         (llrint_upward_test_data): New variable.
29274         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29275         (llround_test_data): New variable.
29276         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29278 2013-05-13  Peter Collingbourne  <pcc@google.com>
29280         * math/atest-exp2.c (get_log2): Remove const attribute.
29282 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29284         * math/libm-test.inc (struct test_f_l_data): New type.
29285         (RUN_TEST_LOOP_f_l): New macro.
29286         (lrint_test_data): New variable.
29287         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29288         (lrint_tonearest_test_data): New variable.
29289         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29290         (lrint_towardzero_test_data): New variable.
29291         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29292         (lrint_downward_test_data): New variable.
29293         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29294         (lrint_upward_test_data): New variable.
29295         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29296         (lround_test_data): New variable.
29297         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29299 2013-05-15  Peter Collingbourne  <pcc@google.com>
29301         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29302         (EXTRACT_WORDS64) Use where appropriate.
29303         (INSERT_WORDS64) Likewise.
29305         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29306         constraints with x constraints.
29307         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29309         * malloc/obstack.c (_obstack_compat): Add initializer.
29311 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29313         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29314         si_trapno and add si_addr_lsb to _sifields.sigfault.
29315         (si_trapno): Remove macro.
29316         (si_addr_lsb): Define new macro.
29317         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29319 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29321         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29322         instead of TEST_f_l.
29323         (llrint_test_tonearest): Likewise.
29324         (llrint_test_towardzero): Likewise.
29325         (llrint_test_downward): Likewise.
29326         (llrint_test_upward): Likewise.
29327         (llround_test): Likewise.
29329         * math/libm-test.inc (struct test_f_i_data): Add comment.
29330         (RUN_TEST_LOOP_f_b): New macro.
29331         (RUN_TEST_LOOP_f_b_tg): Likewise.
29332         (finite_test_data): New variable.
29333         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29334         (isfinite_test_data): New variable.
29335         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29336         (isinf_test_data): New variable.
29337         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29338         (isnan_test_data): New variable.
29339         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29340         (isnormal_test_data): New variable.
29341         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29342         (issignaling_test_data): New variable.
29343         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29344         (signbit_test_data): New variable.
29345         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29347         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29348         with INVALID_EXCEPTION.
29349         (acosh_test_data): Likewise.
29350         (asin_test_data): Likewise.
29351         (atanh_test_data): Likewise.
29352         (fmod_test_data): Likewise.
29353         (log_test_data): Likewise.
29354         (log10_test_data): Likewise.
29355         (log2_test_data): Likewise.
29356         (pow_test_data): Likewise.
29357         (sqrt_test_data): Likewise.
29358         (y0_test_data): Likewise.
29359         (y1_test_data): Likewise.
29360         (yn_test_data): Likewise.
29362         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29363         function contents.
29365         * math/libm-test.inc (struct test_ff_i_data): New type.
29366         (RUN_TEST_LOOP_ff_i_tg): New macro.
29367         (isgreater_test_data): New variable.
29368         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29369         (isgreaterequal_test_data): New variable.
29370         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29371         (isless_test_data): New variable.
29372         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29373         (islessequal_test_data): New variable.
29374         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29375         (islessgreater_test_data): New variable.
29376         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29377         (isunordered_test_data): New variable.
29378         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29380 2013-05-14  David S. Miller  <davem@davemloft.net>
29382         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29384 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29386         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29388         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29389         extra_test to int.
29390         (struct test_f_i_data): Change type of max_ulp to int.
29392         * math/libm-test.inc (test_ffI_f1_data): New type.
29393         (RUN_TEST_LOOP_ffI_f1): New macro.
29394         (remquo_test_data): New variable.
29395         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29397         * setjmp/tst-setjmp-fp.c: New file.
29398         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29399         (link-libm): New variable.
29400         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29402         * math/libm-test.inc (struct test_f_i_data): New type.
29403         (RUN_TEST_LOOP_f_i): New macro.
29404         (RUN_TEST_LOOP_f_i_tg): Likewise.
29405         (fpclassify_test_data): New variable.
29406         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29407         (ilogb_test_data): New variable.
29408         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29410         * math/libm-test.inc (scalbln_test): Correct function name in END
29411         call.
29413         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29414         (RUN_TEST_LOOP_fI_f1): New macro.
29415         (frexp_test_data): New variable.
29416         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29418         * math/libm-test.inc (struct test_fF_f1_data): New type.
29419         (RUN_TEST_LOOP_fF_f1): New macro.
29420         (modf_test_data): New variable.
29421         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29423         * math/libm-test.inc (struct test_f_f1_data): New type.
29424         (RUN_TEST_LOOP_f_f1): New macro.
29425         (gamma_test_data): New variable.
29426         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29427         (lgamma_test_data): New variable.
29428         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29430 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29432         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29433         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29434         (main): Comment "tls" pseudo-hwcap.
29436 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29438         * math/libm-test.inc (struct test_fl_f_data): New type.
29439         (RUN_TEST_LOOP_fl_f): New variable.
29440         (scalbln_test_data): New variable.
29441         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29443         * math/libm-test.inc (struct test_fi_f_data): New type.
29444         (RUN_TEST_LOOP_fi_f): New macro.
29445         (ldexp_test_data): New variable.
29446         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29447         (scalbn_test_data): New variable.
29448         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29450         * math/libm-test.inc (struct test_c_f_data): New type.
29451         (RUN_TEST_LOOP_c_f): New macro.
29452         (cabs_test_data): New variable.
29453         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29454         (carg_test_data): New variable.
29455         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29456         (cimag_test_data): New variable.
29457         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29458         (creal_test_data): New variable.
29459         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29461         * math/libm-test.inc (struct test_if_f_data): New type.
29462         (RUN_TEST_LOOP_if_f): New macro.
29463         (jn_test_data): New variable.
29464         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29465         (yn_test_data): New variable.
29466         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29468         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29470 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29472         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29473         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29475 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29477         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29478         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29479         (bench-deps): Add bench-timing.h.
29480         * benchtests-bench-skeleton.c: Include bench-timing.h.
29481         (main): Use TIMING_* macros instead of clock_gettime.
29482         * benchtests/bench-timing.h: New file.
29484         [BZ #14582]
29485         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29486         Renamed from _LIB_VERSION.
29487         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29489 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29491         * math/libm-test.inc (struct test_fff_f_data): New type.
29492         (RUN_TEST_LOOP_fff_f): New macro.
29493         (fma_test_data): New variable.
29494         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29495         (fma_towardzero_test_data): New variable.
29496         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29497         (fma_downward_test_data): New variable.
29498         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29499         (fma_upward_test_data): New variable.
29500         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29502         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29503         (struct test_c_c_data): New type.
29504         (RUN_TEST_LOOP_c_c): New macro.
29505         (cacos_test_data): New variable.
29506         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29507         (cacosh_test_data): New variable.
29508         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29509         (casin_test_data): New variable.
29510         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29511         (casinh_test_data): New variable.
29512         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29513         (catan_test_data): New variable.
29514         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29515         (catanh_test_data): New variable.
29516         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29517         (ccos_test_data): New variable.
29518         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29519         (ccosh_test_data): New variable.
29520         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29521         (cexp_test_data): New variable.
29522         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29523         (clog_test_data): New variable.
29524         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29525         (clog10_test_data): New variable.
29526         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29527         (conj_test_data): New variable.
29528         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29529         (cproj_test_data): New variable.
29530         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29531         (csin_test_data): New variable.
29532         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29533         (csinh_test_data): New variable.
29534         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29535         (csqrt_test_data): New variable.
29536         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29537         (ctan_test_data): New variable.
29538         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29539         (ctan_tonearest_test_data): New variable.
29540         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29541         (ctan_towardzero_test_data): New variable.
29542         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29543         (ctan_downward_test_data): New variable.
29544         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29545         (ctan_upward_test_data): New variable.
29546         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29547         (ctanh_test_data): New variable.
29548         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29549         (ctanh_tonearest_test_data): New variable.
29550         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29551         (ctanh_towardzero_test_data): New variable.
29552         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29553         (ctanh_downward_test_data): New variable.
29554         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29555         (ctanh_upward_test_data): New variable.
29556         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29557         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29558         of BUILD_COMPLEX.
29560         * math/libm-test.inc (struct test_ff_f_data): New type.
29561         (struct test_ff_f_data_nexttoward): Likewise.
29562         (RUN_TEST_LOOP_2_f): New macro.
29563         (RUN_TEST_LOOP_ff_f): Likewise.
29564         (atan2_test_data): New variable.
29565         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29566         (copysign_test_data): New variable.
29567         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29568         (fdim_test_data): New variable.
29569         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29570         (fmax_test_data): New variable.
29571         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29572         (fmin_test_data): New variable.
29573         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29574         (fmod_test_data): New variable.
29575         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29576         (hypot_test_data): New variable.
29577         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29578         (nextafter_test_data): New variable.
29579         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29580         (nexttoward_test_data): New variable.
29581         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29582         (pow_test_data): New variable.
29583         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29584         (pow_tonearest_test_data): New variable.
29585         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29586         (pow_towardzero_test_data): New variable.
29587         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29588         (pow_downward_test_data): New variable.
29589         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29590         (pow_upward_test_data): New variable.
29591         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29592         (remainder_test_data): New variable.
29593         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29594         (scalb_test_data): New variable.
29595         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29596         * sysdeps/i386/fpu/libm-test-ulps: Update.
29598 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29600         * math/libm-test.inc (fma_test): Use max_value instead of local
29601         variable fltmax.
29602         (nextafter_test): Likewise.
29604         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29605         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29606         (acos_downward_test_data): New variable.
29607         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29608         (acos_upward_test_data): New variable.
29609         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29610         (acosh_test_data): New variable.
29611         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29612         (asin_test_data): New variable.
29613         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29614         (asin_tonearest_test_data): New variable.
29615         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29616         (asin_towardzero_test_data): New variable.
29617         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29618         (asin_downward_test_data): New variable.
29619         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29620         (asin_upward_test_data): New variable.
29621         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29622         (asinh_test_data): New variable.
29623         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29624         (atan_test_data): New variable.
29625         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29626         (atanh_test_data): New variable.
29627         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29628         (cbrt_test_data): New variable.
29629         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29630         (ceil_test_data): New variable.
29631         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29632         (cos_test_data): New variable.
29633         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29634         (cos_tonearest_test_data): New variable.
29635         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29636         (cos_towardzero_test_data): New variable.
29637         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29638         (cos_downward_test_data): New variable.
29639         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29640         (cos_upward_test_data): New variable.
29641         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29642         (cosh_test_data): New variable.
29643         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29644         (cosh_tonearest_test_data): New variable.
29645         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29646         (cosh_towardzero_test_data): New variable.
29647         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29648         (cosh_downward_test_data): New variable.
29649         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29650         (cosh_upward_test_data): New variable.
29651         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29652         (erf_test_data): New variable.
29653         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29654         (erfc_test_data): New variable.
29655         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29656         (exp_test_data): New variable.
29657         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29658         (exp_tonearest_test_data): New variable.
29659         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29660         (exp_towardzero_test_data): New variable.
29661         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29662         (exp_downward_test_data): New variable.
29663         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29664         (exp_upward_test_data): New variable.
29665         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29666         (exp10_test_data): New variable.
29667         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29668         (exp2_test_data): New variable.
29669         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29670         (expm1_test_data): New variable.
29671         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29672         (fabs_test_data): New variable.
29673         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29674         (floor_test_data): New variable.
29675         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29676         (j0_test_data): New variable.
29677         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29678         (j1_test_data): New variable.
29679         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29680         (log_test_data): New variable.
29681         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29682         (log10_test_data): New variable.
29683         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29684         (log1p_test_data): New variable.
29685         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29686         (log2_test_data): New variable.
29687         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29688         (logb_test_data): New variable.
29689         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29690         (logb_downward_test_data): New variable.
29691         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29692         (nearbyint_test_data): New variable.
29693         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29694         (rint_test_data): New variable.
29695         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29696         (rint_tonearest_test_data): New variable.
29697         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29698         (rint_towardzero_test_data): New variable.
29699         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29700         (rint_downward_test_data): New variable.
29701         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29702         (rint_upward_test_data): New variable.
29703         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29704         (round_test_data): New variable.
29705         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29706         (sin_test_data): New variable.
29707         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29708         (sin_tonearest_test_data): New variable.
29709         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29710         (sin_towardzero_test_data): New variable.
29711         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29712         (sin_downward_test_data): New variable.
29713         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29714         (sin_upward_test_data): New variable.
29715         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29716         (sinh_test_data): New variable.
29717         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29718         (sinh_tonearest_test_data): New variable.
29719         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29720         (sinh_towardzero_test_data): New variable.
29721         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29722         (sinh_downward_test_data): New variable.
29723         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29724         (sinh_upward_test_data): New variable.
29725         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29726         (sqrt_test_data): New variable.
29727         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29728         (tan_test_data): New variable.
29729         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29730         (tan_tonearest_test_data): New variable.
29731         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29732         (tan_towardzero_test_data): New variable.
29733         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29734         (tan_downward_test_data): New variable.
29735         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29736         (tan_upward_test_data): New variable.
29737         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29738         (tanh_test_data): New variable.
29739         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29740         (tgamma_test_data): New variable.
29741         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29742         (trunc_test_data): New variable.
29743         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29744         (y0_test_data): New variable.
29745         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29746         (y1_test_data): New variable.
29747         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29748         (significand_test_data): New variable.
29749         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29751 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29753         [BZ #12387]
29754         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29756 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29758         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29760 2013-05-10  Andreas Jaeger  <aj@suse.de>
29762         [BZ #15448]
29763         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29764         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29766 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29768         * math/gen-libm-test.pl (adjust_arg): New function.
29769         (special_functions): Handle generating output in both functions
29770         and arrays.
29771         (parse_args): Likewise.
29772         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29773         $in_func argument to parse_args.
29774         * math/libm-test.inc (struct test_f_f_data): New type.
29775         (IF_ROUND_INIT_): New macro.
29776         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29777         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29778         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29779         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29780         (ROUND_RESTORE_): Likewise.
29781         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29782         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29783         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29784         (ROUND_RESTORE_FE_UPWARD): Likewise.
29785         (RUN_TEST_LOOP_f_f): New macro.
29786         (acos_test_data): New variable.
29787         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29788         (acos_tonearest_test_data): New variable.
29789         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29791 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29793         * benchtests/bench-skeleton.c (startup): Fix coding style.
29795 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29797         [BZ #6809]
29798         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29799         negative infinity argument.
29800         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29801         negative infinity argument.
29802         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29803         negative infinity argument.
29804         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29805         domain errors.
29807 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29809         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29810         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29811         * iconv/iconv_prog.c (main): Likewise.
29812         * locale/programs/charmap-dir.c (charmap_readdir)
29813         (fopen_uncompressed): Likewise.
29814         * locale/programs/locfile.c (siblings_uncached)
29815         (write_locale_data): Use lstat64 instead of lstat.
29816         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29817         stat.
29819 2013-05-10  Andreas Jaeger  <aj@suse.de>
29821         [BZ #15395]
29822         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29823         localization.
29824         Include <locale.h>.
29826 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29828         * elf/dl-close.c (_dl_close_worker): Add comments.
29830 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29832         [BZ #15359]
29833         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29834         high part of pi/2.
29835         (__ieee754_rem_pio2l): Update comments.
29837         [BZ #15429]
29838         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29839         high part of pi/2.
29840         (__ieee754_rem_pio2l): Update comments.
29842         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29843         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29845         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29846         M_PI_4l.
29848         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29849         (M_PI_34_LOG10El): Likewise.
29850         (M_PI2_LOG10El): Likewise.
29851         (M_PI4_LOG10El): Likewise.
29852         (M_PI_LOG10El): Likewise.
29854 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29856         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29858 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29860         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29861         (MINUS_ZERO_INIT): Likewise.
29862         (PLUS_INFTY_INIT): Likewise.
29863         (MINUS_INFTY_INIT): Likewise.
29864         (QNAN_VALUE_INIT): Likewise.
29865         (MAX_VALUE_INIT): Likewise.
29866         (MIN_VALUE_INIT): Likewise.
29867         (MIN_SUBNORM_VALUE_INIT): Likewise.
29868         (plus_zero): Initialize with PLUS_ZERO_INIT.
29869         (minus_zero): Initialize with MINUS_ZERO_INIT.
29870         (plus_infty): Initialize with PLUS_INFTY_INIT.
29871         (minus_infty): Initialize with MINUS_INFTY_INIT.
29872         (qnan_value): Initialize with QNAN_VALUE_INIT.
29873         (max_value): Initialize with MAX_VALUE_INIT.
29874         (min_value): Initialize with MIN_VALUE_INIT.
29875         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29877         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29878         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29879         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29880         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29882         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29883         (RUN_TEST_2_f): Likewise.
29884         (RUN_TEST_ff_f): Likewise.
29885         (RUN_TEST_fi_f): Likewise.
29886         (RUN_TEST_fl_f): Likewise.
29887         (RUN_TEST_fff_f): Likewise.
29888         (RUN_TEST_c_f): Likewise.
29889         (RUN_TEST_f_f1): Likewise.
29890         (RUN_TEST_fF_f1): Likewise.
29891         (RUN_TEST_fI_f1): Likewise.
29892         (RUN_TEST_ffI_f1): Likewise.
29893         (RUN_TEST_c_c): Likewise.
29894         (RUN_TEST_cc_c): Likewise.
29895         (RUN_TEST_f_i): Likewise.
29896         (RUN_TEST_f_i_tg): Likewise.
29897         (RUN_TEST_ff_i_tg): Likewise.
29898         (RUN_TEST_f_b): Likewise.
29899         (RUN_TEST_f_b_tg): Likewise.
29900         (RUN_TEST_f_l): Likewise.
29901         (RUN_TEST_f_L): Likewise.
29902         (RUN_TEST_sincos): Likewise.
29903         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29904         whether to show exceptions.  Do not include ");\n" in return
29905         value.
29906         (special_functions): Output call to RUN_TEST_sincos instead of
29907         check_float calls.  Update calls to new_test.
29908         (parse_args): Output call to single RUN_TEST_* macro instead of
29909         check_* calls and other assignments.  Update calls to new_test.
29911         [BZ #2546]
29912         [BZ #2560]
29913         [BZ #5159]
29914         [BZ #15426]
29915         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29916         input to result for tgamma overflow.
29917         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29918         (gamma_coeff): New variable.
29919         (NCOEFF): New macro.
29920         (gamma_positive): New function.
29921         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29922         underflow here.  Use gamma_positive instead of exp (lgamma) for
29923         other arguments.
29924         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29925         (gamma_coeff): New variable.
29926         (NCOEFF): New macro.
29927         (gammaf_positive): New function.
29928         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29929         underflow here.  Use gamma_positive instead of exp (lgamma) for
29930         other arguments.
29931         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29932         (gamma_coeff): New variable.
29933         (NCOEFF): New macro.
29934         (gammal_positive): New function.
29935         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29936         underflow here.  Use gamma_positive instead of exp (lgamma) for
29937         other arguments.
29938         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29939         (gamma_coeff): New variable.
29940         (NCOEFF): New macro.
29941         (gammal_positive): New function.
29942         (__ieee754_gammal_r): Handle positive infinity, overflow and
29943         underflow here.  Handle NaN the same as positive infinity.  Remove
29944         check x < 0xffffffff for negative integers.  Use gamma_positive
29945         instead of exp (lgamma) for other arguments.
29946         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29947         (gamma_coeff): New variable.
29948         (NCOEFF): New macro.
29949         (gammal_positive): New function.
29950         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29951         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29952         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29953         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29954         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29955         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29956         * sysdeps/generic/math_private.h (__gamma_productf): New
29957         prototype.
29958         (__gamma_product): Likewise.
29959         (__gamma_productl): Likewise.
29960         * math/Makefile (libm-calls): Add gamma_product.
29961         * math/libm-test.inc (tgamma_test): Add more tests.
29962         * sysdeps/i386/fpu/libm-test-ulps: Update.
29963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29965 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29967         * benchtests/bench-skeleton.c (main): Preheat CPU.
29969 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29971         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29973 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29975         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29976         and _dl_skip_args_internal.
29978 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29980         * manual/message.texi (Message Translation): Talk about users.
29981         Message to key mapping impacts design.
29983 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29985         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29987         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29989         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29990         * sysdeps/wordsize-64/glob64.c: ... here.
29992         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29993         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29994         New macros.
29996         * debug/getlogin_r_chk.c: Moved to ...
29997         * login/getlogin_r_chk.c: ... here.
29998         * debug/Makefile (routines): Move getlogin_r_chk to ...
29999         * login/Makefile (routines): ... here.
30000         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30001         * login/Versions (libc: GLIBC_2.4): ... here.
30003         * io/poll.c (__poll): Renamed from poll.
30004         Add libc_hidden_def.
30005         (poll): Define as weak alias.
30007         * debug/ptsname_r_chk.c: Moved to ...
30008         * login/ptsname_r_chk.c: ... here.
30009         * debug/Makefile (routines): Move ptsname_r_chk to ...
30010         * login/Makefile (routines): ... here.
30011         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30012         * login/Versions (libc: GLIBC_2.4): ... here.
30014         * posix/getlogin.c: Moved to ...
30015         * login/getlogin.c: ... here.
30016         * posix/getlogin_r.c: Moved to ...
30017         * login/getlogin_r.c: ... here.
30018         * posix/getlogin_r.c: Moved to ...
30019         * login/getlogin_r.c: ... here.
30020         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30021         * login/Makefile (routines): ... here.
30022         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30023         * login/Versions (libc: GLIBC_2.0): ... here.
30025         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30026         (setrlimit): Define as weak alias.
30028         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30029         Call __ names for open, ftruncate, and close.
30030         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30031         (truncate): Define as weak alias.
30033 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30035         * math/gen-libm-test.pl (parse_args): Initialize x before each
30036         test of frexp, modf and remquo.
30038         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30039         test signgam value.
30041 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30043         [BZ #15418]
30044         [BZ #15419]
30045         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30046         internal tests.
30047         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30049 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30051         * elf/dl-writev.h: New file.
30052         * elf/dl-misc.c: Include it.
30053         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30054         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30056 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30058         * math/libm-test.inc (noXFails): Remove variable.
30059         (noXPasses): Likewise.
30060         (BUILD_COMPLEX_INT): Remove macro.
30061         (print_screen): Remove xfail argument.
30062         (print_screen_max_error): Likewise.
30063         (update_stats): Likewise.
30064         (print_max_error): Likewise.  Update calls to other affected
30065         functions.
30066         (print_complex_max_error): Likewise.
30067         (test_single_exception): Update calls to print_screen.
30068         (test_single_errno): Likewise.
30069         (check_float_internal): Remove xfail argument.  Update calls to
30070         other affected functions.
30071         (check_float): Likewise.
30072         (check_complex): Likewise.
30073         (check_int): Likewise.
30074         (check_long): Likewise.
30075         (check_bool): Likewise.
30076         (check_longlong): Likewise.
30077         (main): Don't print noXFails and noXPasses.
30078         * math/gen-libm-test.pl (top level): Don't mention expected
30079         failure handling in comment.
30080         (new_test): Don't handle expected failures.
30081         (parse_args): Don't mention expected failure handling in comment.
30082         (generate_testfile): Don't handle expected failures.
30083         (parse_ulps): Likewise.
30084         (print_ulps_file): Likewise.
30085         (get_failure): Remove function.
30086         (output_test): Don't handle expected failures.
30087         * make/README.libm-test: Don't mention expected failure handling.
30089         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30090         (minus_zero): Likewise.
30091         (plus_infty): Likewise.
30092         (minus_infty): Likewise.
30093         (qnan_value): Likewise.
30094         (max_value): Likewise.
30095         (min_value): Likewise.
30096         (min_subnorm_value): Likewise.
30097         (initialize): Do not initialize those variables dynamically.
30099 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30101         * io/open.c (__open_2): Moved to ...
30102         * io/open_2.c: ... this new file.
30103         * io/open64.c (__open64_2): Moved to ...
30104         * io/open64_2.c: ... this new file.
30105         * io/openat.c (__openat_2): Moved to ...
30106         * io/openat_2.c: ... this new file.
30107         * io/openat64.c (__openat64_2): Moved to ...
30108         * io/openat64_2.c: ... this new file.
30109         * io/Makefile (routines): Add them.
30110         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30111         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30112         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30113         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30114         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30115         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30116         (__openat64): Add hidden_ver.
30117         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30118         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30120         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30121         Separately conditionalize setting of GLRO(dl_sysinfo) so
30122         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30123         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30125 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30127         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30128         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30129         definition.
30130         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30131         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30132         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30133         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30134         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30136 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30138         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30139         test signgam value.
30141         * math/libm-test.inc (hypot_test): Do not use
30142         IGNORE_ZERO_INF_SIGN.
30144 2013-05-03  Andreas Jaeger  <aj@suse.de>
30146         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30147         Linux 3.9.
30148         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30149         (PF_MAX): Adjust for VSOCK change.
30151 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30153         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30155 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30157         [BZ #15264]
30158         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30159         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30160         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30162 2013-05-02  David S. Miller  <davem@davemloft.net>
30164         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30166 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30168         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30170 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30172         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30174 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30176         [BZ #14952]
30177         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30178         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30179         Use __attribute__ ((__gnu_inline__)).
30180         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30181         Don't use __attribute__ ((__gnu_inline__)).
30183 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30185         [BZ #15423]
30186         * math/s_catan.c (__catan): Handle small real or imaginary part of
30187         input specially to avoid spurious underflow.
30188         * math/s_catanf.c (__catanf): Likewise.
30189         * math/s_catanh.c (__catanh): Likewise.
30190         * math/s_catanhf.c (__catanhf): Likewise.
30191         * math/s_catanhl.c (__catanhl): Likewise.
30192         * math/s_catanl.c (__catanl): Likewise.
30193         * math/libm-test.inc (catan_test): Add more tests.
30194         (catanh_test): Likewise.
30195         * sysdeps/i386/fpu/libm-test-ulps: Update.
30196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30198 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30200         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30202 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30204         [BZ #15416]
30205         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30206         accurately for denominator in atan2.
30207         * math/s_catanf.c (__catanf): Likewise.
30208         * math/s_catanh.c (__catanh): Likewise.
30209         * math/s_catanhf.c (__catanhf): Likewise.
30210         * math/s_catanhl.c (__catanhl): Likewise.
30211         * math/s_catanl.c (__catanl): Likewise.
30212         * math/libm-test.inc (catan_test): Add more tests.
30213         (catanh_test): Likewise.
30214         * sysdeps/i386/fpu/libm-test-ulps: Update.
30215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30217 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30219         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30221         * benchtests/Makefile (bench): Remove slow benchmarks.
30222         * benchtests/atan-inputs: Add slow benchmark inputs.
30223         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30224         (BENCH_FUNC): Accept variant offset.
30225         (VARIANT): Define.
30226         * benchtests/bench-skeleton.c (main): Run benchmark for each
30227         variant.
30228         * benchtests/cos-inputs: Add slow benchmark inputs.
30229         * benchtests/exp-inputs: Likewise.
30230         * benchtests/pow-inputs: Likewise.
30231         * benchtests/sin-inputs: Likewise.
30232         * benchtests/slowatan-inputs: Remove.
30233         * benchtests/slowatan.c: Remove.
30234         * benchtests/slowcos-inputs: Remove.
30235         * benchtests/slowcos.c: Remove.
30236         * benchtests/slowexp-inputs: Remove.
30237         * benchtests/slowexp.c: Remove.
30238         * benchtests/slowpow-inputs: Remove.
30239         * benchtests/slowpow.c: Remove.
30240         * benchtests/slowsin-inputs: Remove.
30241         * benchtests/slowsin.c: Remove.
30242         * benchtests/slowtan-inputs: Remove.
30243         * benchtests/slowtan.c: Remove.
30244         * benchtests/tan-inputs: Add slow benchmark inputs.
30245         * scripts/bench.pl: Parse comments and directives.
30247         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30248         in CPPFLAGS.
30249         ($(objpfx)bench-%.c): Remove *-ITER.
30250         * benchtests/bench-modf.c: Remove definition of ITER.
30251         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30252         (main): Loop for DURATION seconds instead of fixed number of
30253         iterations.
30254         * scripts/bench.pl: Don't expect iterations in parameters.
30256 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30258         * io/fchdir.c (__fchdir): Renamed from fchdir.
30259         (fchdir): Define as weak alias.
30261 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30263         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30264         (ERRNO_EDOM): Likewise.
30265         (ERRNO_ERANGE): Likewise.
30266         (noErrnoTests): New variable.
30267         (init_max_error): Set errno to 0.
30268         (test_single_errno): New function.
30269         (test_errno): Likewise.
30270         (check_float_internal): Call test_errno.  Set errno to 0.
30271         (check_complex): Refer to errno tests in comment.
30272         (check_int): Call test_errno.  Set errno to 0.
30273         (check_long): Likewise.
30274         (check_bool): Likewise.
30275         (check_longlong): Likewise.
30276         (cos_test): Use ERRNO_* flags for errno tests instead of
30277         check_int.
30278         (expm1_test): Likewise.
30279         (fmod_test): Likewise.
30280         (ilogb_test): Likewise.
30281         (lgamma_test): Likewise.
30282         (pow_test): Likewise.
30283         (remainder_test): Likewise.
30284         (sin_test): Likewise.
30285         (tan_test): Likewise.
30286         (yn_test): Likewise.
30287         (initialize): Set errno to 0.
30288         (main): Print number of errno tests.
30289         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30291 2013-04-29  Andreas Jaeger  <aj@suse.de>
30293         [BZ #15084]
30294         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30295         and RES_USEVC.
30297         [BZ #15085]
30298         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30299         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30300         unimplemented.
30302         [BZ #15380]
30303         * stdlib/random.c (__initstate): Return NULL if
30304         __initstate fails.
30306         [BZ #15086]
30307         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30308         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30309         RES_SNGLKUPREOP.
30311 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30313         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30315 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30317         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30318         of individual tests.
30319         (casin_test): Likewise.
30320         (casinh_test): Likewise.
30322 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30324         [BZ #15409]
30325         * math/s_catan.c (__catan): Handle arguments with large real or
30326         imaginary part separately without squaring.
30327         * math/s_catanf.c (__catanf): Likewise.
30328         * math/s_catanh.c (__catanh): Likewise.
30329         * math/s_catanhf.c (__catanhf): Likewise.
30330         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30331         and redefine.
30332         (__catanhl): Handle arguments with large real or imaginary part
30333         separately without squaring.
30334         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30335         and redefine.
30336         (__catanl): Handle arguments with large real or imaginary part
30337         separately without squaring.
30338         * math/libm-test.inc (catan_test): Add more tests.
30339         (catanh_test): Likewise.
30340         * sysdeps/i386/fpu/libm-test-ulps: Update.
30341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30343 2013-04-27  Andreas Jaeger  <aj@suse.de>
30345         [BZ #15007]
30346         * stdlib/stdlib.h: Update guards for qecvt.
30347         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30348         <stdlib.h>.
30350 2013-04-27  Allan McRae  <allan@archlinux.org>
30352         * sysdeps/i386/fpu/libm-test-ulps: Update.
30354 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30356         [BZ #15406]
30357         * math/s_catan.c: Include <float.h>.
30358         (__catan): Ensure underflow exception occurs for underflowed
30359         result.
30360         * math/s_catanf.c: Include <float.h>.
30361         (__catanf): Ensure underflow exception occurs for underflowed
30362         result.
30363         * math/s_catanh.c: Include <float.h>.
30364         (__catanh): Ensure underflow exception occurs for underflowed
30365         result.
30366         * math/s_catanhf.c: Include <float.h>.
30367         (__catanhf): Ensure underflow exception occurs for underflowed
30368         result.
30369         * math/s_catanhl.c: Include <float.h>.
30370         (__catanhl): Ensure underflow exception occurs for underflowed
30371         result.
30372         * math/s_catanl.c: Include <float.h>.
30373         (__catanl): Ensure underflow exception occurs for underflowed
30374         result.
30375         * math/libm-test.inc (catan_test): Add more tests.
30376         (catanh_test): Likewise.
30378         [BZ #15405]
30379         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30380         underflowed result.
30381         * math/s_ccoshf.c (__ccoshf): Likewise.
30382         * math/s_ccoshl.c (__ccoshl): Likewise.
30383         * math/s_csin.c (__csin): Likewise.
30384         * math/s_csinf.c (__csinf): Likewise.
30385         * math/s_csinh.c (__csinh): Likewise.
30386         * math/s_csinhf.c (__csinhf): Likewise.
30387         * math/s_csinhl.c (__csinhl): Likewise.
30388         * math/s_csinl.c (__csinl): Likewise.
30389         * math/libm-test.inc (ccos_test): Add more tests.
30390         (ccosh_test): Likewise.
30391         (csin_test): Likewise.
30392         (csinh_test): Likewise.
30394 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30396         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30397         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30398         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30399         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30400         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30401         powerpc/power5+/fpu folders.
30402         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30405 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30407         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30409 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30411         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30412         additions to variable.
30413         [$(config-machine) = x86_64] (modules-names): Likewise.
30414         ($(objpfx)tst-audit3): Remove dependency.
30415         ($(objpfx)tst-audit3.out): Likewise.
30416         ($(objpfx)tst-audit4): Likewise.
30417         ($(objpfx)tst-audit4.out): Likewise.
30418         ($(objpfx)tst-audit5): Likewise.
30419         ($(objpfx)tst-audit5.out): Likewise.
30420         ($(objpfx)tst-audit6): Likewise.
30421         ($(objpfx)tst-audit6.out): Likewise.
30422         ($(objpfx)tst-audit7): Likewise.
30423         ($(objpfx)tst-audit7.out): Likewise.
30424         (tst-audit3-ENV): Remove variable.
30425         (tst-audit4-ENV): Likewise.
30426         (tst-audit5-ENV): Likewise.
30427         (tst-audit6-ENV): Likewise.
30428         (tst-audit7-ENV): Likewise.
30429         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30430         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30431         addition to variable.
30432         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30433         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30434         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30435         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30436         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30437         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30438         tst-audit3, tst-audit4 and tst-audit5.
30439         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30440         tst-audit6 and tst-audit7.
30441         [$(subdir) = elf] (modules-names): Add audit modules for those
30442         tests.
30443         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30444         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30445         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30446         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30447         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30448         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30449         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30450         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30451         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30452         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30453         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30454         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30455         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30456         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30457         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30458         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30459         Likewise.
30460         [$(subdir) = elf && $(config-cflags-avx) = yes]
30461         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30462         [$(subdir) = elf && $(config-cflags-avx) = yes]
30463         (CFLAGS-tst-auditmod4a.c): Likewise.
30464         [$(subdir) = elf && $(config-cflags-avx) = yes]
30465         (CFLAGS-tst-auditmod4b.c): Likewise.
30466         [$(subdir) = elf && $(config-cflags-avx) = yes]
30467         (CFLAGS-tst-auditmod6b.c): Likewise.
30468         [$(subdir) = elf && $(config-cflags-avx) = yes]
30469         (CFLAGS-tst-auditmod6c.c): Likewise.
30470         [$(subdir) = elf && $(config-cflags-avx) = yes]
30471         (CFLAGS-tst-auditmod7b.c): Likewise.
30472         * elf/tst-audit3.c: Move to ...
30473         * sysdeps/x86_64/tst-audit3.c: ... here.
30474         * elf/tst-audit4.c: Move to ...
30475         * sysdeps/x86_64/tst-audit4.c: ... here.
30476         * elf/tst-audit5.c: Move to ...
30477         * sysdeps/x86_64/tst-audit5.c: ... here.
30478         * elf/tst-audit6.c: Move to ...
30479         * sysdeps/x86_64/tst-audit6.c: ... here.
30480         * elf/tst-audit7.c: Move to ...
30481         * sysdeps/x86_64/tst-audit7.c: ... here.
30482         * elf/tst-auditmod3a.c: Move to ...
30483         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30484         * elf/tst-auditmod3b.c: Move to ...
30485         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30486         * elf/tst-auditmod4a.c: Move to ...
30487         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30488         * elf/tst-auditmod4b.c: Move to ...
30489         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30490         * elf/tst-auditmod5a.c: Move to ...
30491         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30492         * elf/tst-auditmod5b.c: Move to ...
30493         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30494         * elf/tst-auditmod6a.c: Move to ...
30495         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30496         * elf/tst-auditmod6b.c: Move to ...
30497         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30498         * elf/tst-auditmod6c.c: Move to ...
30499         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30500         * elf/tst-auditmod7a.c: Move to ...
30501         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30502         * elf/tst-auditmod7b.c: Move to ...
30503         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30505 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30507         [BZ #15366]
30508         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30509         define unconditionally.
30510         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30511         define unconditionally.
30512         (INT8_C, INT16_C, etc.): Likewise.
30514 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30516         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30517         __ehdr_start with hidden visibility.
30519         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30521 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30523         * math/libm-test.inc (cos_test): Use accurate hex constants.
30524         (sincost_test): Likewise.
30526 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30528         * math/libm-test.inc (catan_test): Add more tests.
30529         (catanh_test): Likewise.
30531         * math/s_catanf.c (__catanf): Use suffixed floating-point
30532         constants.
30533         * math/s_catanhf.c (__catanhf): Likewise.
30534         * math/s_catanhl.c (__catanhl): Likewise.
30535         * math/s_catanl.c (__catanl): Likewise.
30537         [BZ #15394]
30538         * math/s_catan.c (__catan): Calculate imaginary part of result
30539         with log1p not log unless computing log of number close to 0.
30540         * math/s_catanf.c (__catanf): Likewise.
30541         * math/s_catanl.c (__catanl): Likewise.
30542         * math/s_catanh.c (__catanh): Calculate real part of result with
30543         log1p not log unless computing log of number close to 0.
30544         * math/s_catanhf.c (__catanhf): Likewise.
30545         * math/s_catanhl.c (__catanhl): Likewise.
30546         * math/libm-test.inc (catan_test): Add more tests.
30547         (catanh_test): Likewise.
30548         * sysdeps/i386/fpu/libm-test-ulps: Update.
30549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30551 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30553         * benchtests/Makefile: Mention files in which fast and slow
30554         paths of math functions are implemented.
30556 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30558         * sysdeps/posix/timespec_get.c: New file.
30560 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30562         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30563         POWER.
30564         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30565         for POWER.
30566         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30567         powerpc/power5/fpu folders.
30568         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30569         * benchtests/Makefile: Add modf testcase.
30570         * benchtests/bench-modf.c: New file: Benchmark test for mo
30572 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30574         [BZ #14888]
30575         * time/Makefile (tests): Add tst-strptime-whitespace.
30576         * time/strptime_l.c (get_number): Use ISSPACE.
30577         (__strptime_internal): Likewise.
30578         * time/tst-strptime-whitespace.c: New test case.
30580 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30582         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30583         member.
30584         (_nss_files_init): Set it here.
30586 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30588         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30589         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30590         unsigned.
30592 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30594         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30596 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30598         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30599         size just once.
30601 2013-04-21  David S. Miller  <davem@davemloft.net>
30603         * po/ru.po: Update Russion translation from translation project.
30605 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30607         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30608         and setfsgid.
30610 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30612         * configure.in: Remove i386 configure warning. Remove i386 case.
30613         * configure: Regenerate.
30614         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30615         Add example to error message.
30616         * sysdeps/i386/configure: Regenerate.
30618 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30620         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30621         slowtan.
30622         * benchtests/cos-inputs: New file.
30623         * benchtests/slowcos-inputs: New file.
30624         * benchtests/slowcos.c: New file.
30625         * benchtests/slowtan-inputs: New file.
30626         * benchtests/slowtan.c: New file.
30627         * benchtests/tan-inputs: New file.
30629 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30631         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30632         considered kosher.
30634 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30636         * benchtests/Makefile: Include cppflags-iterator.mk to add
30637         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30639         * Makefile.in (bench-clean): New target.
30640         * benchtests/Makefile (bench-clean): Likewise.
30642 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30644         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30646 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30648         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30650 2013-04-15  Andreas Schwab  <schwab@suse.de>
30652         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30653         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30654         * nscd/pwdcache.c (cache_addpw): Likewise.
30655         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30656         more than recsize.
30658 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30660         * benchtests/Makefile (bench): Write all output to
30661         bench-out.tmp together.
30663 2013-04-15  Andreas Schwab  <schwab@suse.de>
30665         * nscd/nscd.c (main): Don't fork again after closing files.
30667 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30669         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30671         * benchtests/Rules (bench-deps): Collect dependencies into a
30672         single variable.  Add Makefile to dependencies.
30673         ($(objpfx)bench-%.c): Depend on bench-deps.
30675 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30676             Xavier Roche  <roche+kml2@exalead.com>
30678         [BZ #15361]
30679         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30680         just that it's a file descriptor.
30681         * manual/llio.texi (Synchronizing AIO Operations): Update description
30682         for EBADF error from aio_fsync.
30684 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30686         * Rules (bench): Move target definition...
30687         * benchtests/Makefile: ... here.
30689 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30691         * math/libm-test.inc (cos_test): Fix PI/2 test.
30692         (sincos_test): Likewise.
30693         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30694         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30696 2013-04-11  Andreas Schwab  <schwab@suse.de>
30698         [BZ #13988]
30699         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30700         accept exponent character only when digits were seen.
30701         * stdio-common/Makefile (tests): Add bug26.
30702         * stdio-common/bug26.c: New file.
30704         [BZ #14293]
30705         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30706         non-freeable.
30708 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30710         * Makeconfig (rtld-prefix): Define built linker prefix.
30711         * Rules (run-bench): Use it.
30712         * math/Makefile (run-regen-ulps): Likewise.
30714         * Rules (bench): Remove eval.
30716 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30717             Roland McGrath  <roland@hack.frob.com>
30718             Ondrej Bilka  <neleai@seznam.cz>
30720         [BZ #15346]
30721         * time/getdate.c: Include ctype.h and alloca.h.
30722         (__getdate_r): Trim leading and trailing spaces of input.
30723         * time/tst-getdate.c (tests): Add tests with leading and
30724         trailing spaces.
30726 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30728         [BZ #14280]
30729         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30730         when computing value.
30732 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30734         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30735         Use testrun.sh to run libm tests.
30737         [BZ #15309]
30738         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30740 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30742         [BZ #15264]
30743         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30745 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30747         * Makefile.in (regen-ulps): New target.
30748         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30749         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30750         [ifneq (no,$(PERL)] (regen-ulps): New target.
30751         [ifeq (no,$(PERL)] (regen-ulps): New target.
30752         * math/libm-test.inc (ulps_file_name): Define.
30753         (output_dir): New variable.
30754         (options): Add "output-dir" option.
30755         (parse_opt): Handle 'o' case.
30756         (main): If output_dir is non-NULL use it as a prefix
30757         otherwise use "".
30758         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30760 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30762         [BZ #10060, #10062]
30763         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30764         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30765         fail configure if __sync_val_compare_and_swap is not inlined.
30766         * sysdeps/i386/configure: Regenerate.
30767         * configure.in: Build for i686 when configured for i386.
30768         * configure: Regenerate.
30769         * README: Remove i386 reference.
30771 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30773         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30774         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30776 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30778         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30779         (lmsnanval): New variables.
30780         (F): Add conversion tests.
30781         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30782         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30784         * stdio-common/tstdiomisc.c (F): Properly collect individual
30785         tests' results.
30787         [BZ #14686, #15336]
30788         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30789         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30790         Instead, use input NaN values or generate a qNaN by arithmetic
30791         operation.  Also fix bugs to comply with the standard.
30792         * math/libm-test.inc (remainder_test): Add more tests.
30794         [BZ #15335, #15342]
30795         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30796         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30797         input NaN values or generate a qNaN by arithmetic operation.
30799         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30800         unreachable code.
30802         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30803         definitions.
30805 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30807         [BZ #14478]
30808         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30809         underflowed result.
30810         * math/s_cexpf.c (__cexpf): Likewise.
30811         * math/s_cexpl.c (__cexpl): Likewise.
30812         * math/libm-test.inc (cexp_test): Add more tests.
30814 2013-04-03  Andreas Schwab  <schwab@suse.de>
30816         [BZ #15330]
30817         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30818         order arrays from heap if bigger than alloca cutoff.
30820 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30822         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30823         (SNAN_TESTS_double): Refer to GCC PR56831.
30824         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30825         GCC PR56828.
30827 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30829         * Rules (bench): Move bench.out after the run is complete.
30831         * Rules (bench): Echo currently running benchmark.
30833         * benchtests/Makefile (bench): Add atan and slowatan.
30834         * benchtests/atan-inputs: New file.
30835         * benchtests/slowatan-inputs: New file.
30836         * benchtests/slowatan.c: New file.
30838         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30839         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30840         its value.
30842         [BZ #15305]
30843         * sysdeps/unix/sysv/linux/kernel-features.h
30844         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30845         __ASSUME_XFS_RESTRICTED_CHOWN.
30846         * sysdeps/unix/sysv/linux/pathconf.c
30847         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30848         Save and restore errno.
30850 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30852         [BZ #15327]
30853         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30854         arguments using __kernel_casinh.
30855         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30856         arguments using __kernel_casinhf.
30857         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30858         arguments using __kernel_casinhl.
30859         * math/libm-test.inc (cacosh_test): Add more tests.
30860         * sysdeps/i386/fpu/libm-test-ulps: Update.
30861         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30863 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30865         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30866         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30868         * bench/Makefile (bench): Add sin and slowsin.
30869         * benchtests/sin-inputs: New file.
30870         * benchtests/slowsin-inputs: New file.
30871         * benchtests/slowsin.c: New file.
30873         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30874         (bench): Add slowexp and slowpow.
30875         (exp-ITER): Increase iterations.
30876         (pow-ITER): Likewise.
30877         * benchtests/exp-inputs: Change input.
30878         * benchtests/pow-inputs: Likewise.
30879         * benchtests/slowexp-inputs: New file.
30880         * benchtests/slowexp.c: New file.
30881         * benchtests/slowpow-inputs: New file.
30882         * benchtests/slowpow.c: New file.
30884 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30886         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30887         instructions.
30888         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30889         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30890         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30891         * benchtests/Makefile: Add rint benchtest.
30892         * benchtests/rint-inputs: Input for rint benchtest.
30894 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30896         * Versions.def (libm): Add GLIBC_2.18.
30897         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30898         hidden libm prototypes.
30899         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30900         * math/Makefile (libm-calls): Add s_issignaling.
30901         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30902         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30903         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30904         declaration.
30905         * math/math.h [__USE_GNU] (issignaling): New macro.
30906         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30907         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30908         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30909         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30910         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30911         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30912         * manual/arith.texi (issignaling): New section.
30913         * manual/libm-err-tab.pl (@all_functions): Update comment.
30914         * math/gen-libm-test.pl (parse_args): Apply special handling for
30915         issignaling.
30916         * math/libm-test.inc (print_float, issignaling_test): New
30917         functions.
30918         (check_float_internal): Add issignaling checks.
30919         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30920         default definition.
30921         * sysdeps/powerpc/math-tests.h: New file.
30922         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30923         tests.
30924         * math/test-snan.c (TEST_FUNC): Likewise.
30926 2013-03-30  David S. Miller  <davem@davemloft.net>
30928         * po/de.po: Update from translation team.
30930 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30932         [BZ #10357]
30933         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30934         imaginary part less than 1.0 and real part less than 0.5
30935         specially.
30936         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30937         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30938         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30939         (cacos_test): Add more tests.
30940         (casin_test): Likewise.
30941         (casinh_test): Likewise.
30942         * sysdeps/i386/fpu/libm-test-ulps: Update.
30943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30945 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30947         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30948         ONE with its value.
30950         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30951         (__pow_mp): Replace ONE and MONE with their values.
30952         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30953         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30954         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30955         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30956         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30957         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30959         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30961         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30962         (__pow_mp): Replace ZERO and MZERO with their values.
30963         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30964         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30965         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30966         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30967         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30968         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30969         (__sqr): Likewise.
30971         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30973         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30975 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30977         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30978         Declare with __attribute__ ((weak)).
30979         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30980         Call __call_tls_dtors only if it's not NULL.
30982 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30984         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30985         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30986         magic __ehdr_start linker symbol if it's defined.
30987         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30988         them up here if it was already done.
30990         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30991         (_dl_aux_init): Use const in cast when setting it.
30992         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30993         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30994         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30996         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30997         Declare them here.
30998         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30999         * csu/libc-tls.c: Nor here.
31000         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31002         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31003         (__libc_message): Never call vsyslog.
31005 2013-03-28  Alan Modra  <amodra@gmail.com>
31007         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31008         Define as empty.
31009         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31010         Likewise.
31012 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31014         [BZ #15214]
31015         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31016         underflow.
31017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31019 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31021         [BZ #15304]
31022         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31023         Don't add gid passed as argument.
31025         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31027 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31029         [BZ #15307]
31030         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31031         imaginary part between 1.0 and 1.5 and real part less than 0.5
31032         specially.
31033         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31034         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31035         * math/libm-test.inc (cacos_test): Add more tests.
31036         (casin_test): Likewise.
31037         (casinh_test): Likewise.
31038         * sysdeps/i386/fpu/libm-test-ulps: Update.
31039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31041 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31043         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31044         constants.
31045         (norm): Likewise.
31046         (denorm): Likewise.
31047         (__dbl_mp): Likewise.
31048         (add_magnitudes): Likewise.
31049         (sub_magnitudes): Likewise.
31050         (__add): Likewise.
31051         (__sub): Likewise.
31052         (__mul): Likewise.
31053         (__sqr): Likewise.
31054         (__inv): Likewise.
31055         (__dvd): Likewise.
31057         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31058         commented code.
31059         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31060         (__dubcos): Likewise.
31061         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31062         (__ieee754_acos): Likewise.
31063         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31064         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31065         (__exp1): Likewise.
31066         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31067         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31068         (log1): Likewise.
31069         (my_log2): Likewise.
31070         (checkint): Likewise.
31071         * sysdeps/ieee754/dbl-64/e_remainder.c
31072         (__ieee754_remainder): Likewise.
31073         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31074         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31075         (bsloww): Likewise.
31076         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31078         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31079         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31080         MANTISSA_STORE_T to store computations on mantissa.  Use
31081         macros for rounding and division.
31082         (denorm): Likewise.
31083         (__dbl_mp): Likewise.
31084         (add_magnitudes): Likewise.
31085         (sub_magnitudes): Likewise.
31086         (__mul): Likewise.
31087         (__sqr): Likewise.
31088         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31089         powers of two in terms of TWOPOW macro.
31090         (mp_no): Make type of mantissa as MANTISSA_T.
31091         [!RADIXI]: Define RADIXI.
31092         [!TWO52]: Define TWO52.
31093         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31095 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31097         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31098         llroundl symbol when building for PPC32.
31100 2013-03-24  Mark H Weaver  <mhw@netris.org>
31102         * manual/arith.texi (Normalization Functions): Fix prototypes for
31103         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31105 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31107         [BZ #13889]
31108         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31109         high value to check if expl overflow.
31110         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31111         to check for underflow and overflow.
31112         * math/libm-test.inc: Add exp test.
31114 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31116         [BZ #11120]
31117         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31118         with NOT_IN_libc.
31120 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31122         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31123         symbol.
31125 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31127         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31128         wrap blocks consisting of several statements.
31130         * sysdeps/generic/math-tests.h: New file.
31131         * sysdeps/i386/fpu/math-tests.h: Likewise.
31132         * math/test-snan.c: Include it.
31133         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31135 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31137         [BZ #15285]
31138         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31139         (__ieee754_j0l): Do not improve calculations using cos of twice
31140         input for inputs above LDBL_MAX / 2.0L.
31141         (__ieee754_y0l): Likewise.
31142         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31143         (__ieee754_j1l): Do not improve calculations using cos of twice
31144         input for inputs above LDBL_MAX / 2.0L.
31145         (__ieee754_y1l): Likewise.
31146         * math/libm-test.inc (j0_test): Add another test.
31147         (j1_test): Likewise.
31148         (y0_test): Likewise.
31149         (y1_test): Likewise.
31150         * sysdeps/i386/fpu/libm-test-ulps: Update.
31152 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31154         * Rules ($(objpfx)bench-%.c): Include code from a C source
31155         file.
31157 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31159         [BZ #15287]
31160         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31161         imaginary part 1.0 and real part less than 0.5 specially.
31162         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31163         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31164         * math/libm-test.inc (cacos_test): Add more tests.
31165         (casin_test): Likewise.
31166         (casinh_test): Likewise.
31167         * sysdeps/i386/fpu/libm-test-ulps: Update.
31168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31170 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31172         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31173         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31175 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31177         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31178         * config.make.in (config-cflags-sse4): Remove variable.
31179         (config-cflags-avx): Likewise.
31180         (config-cflags-sse2avx): Likewise.
31181         (config-cflags-novzeroupper): Likewise.
31182         (config-asflags-i686): Likewise.
31183         (have-mfma4): Likewise.
31184         (have-as-vis3): Likewise.
31185         (MIG): Likewise.
31186         * configure.in (MIG): Do not AC_SUBST.
31187         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31188         (libc_cv_cc_sse4): Do not AC_SUBST.
31189         (libc_cv_cc_avx): Likewise.
31190         (libc_cv_cc_sse2avx): Likewise.
31191         (libc_cv_cc_novzeroupper): Likewise.
31192         (libc_cv_cc_fma4): Likewise.
31193         (libc_cv_as_i686): Likewise.
31194         (libc_cv_sparc_as_vis3): Likewise.
31195         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31196         LIBC_CONFIG_VAR.
31197         (config-asflags-i686): Likewise.
31198         (config-cflags-avx): Likewise.
31199         (config-cflags-sse2avx): Likewise.
31200         (have-mfma4): Likewise.
31201         (config-cflags-novzeroupper): Likewise.
31202         * sysdeps/mach/configure.in (MIG): Likewise.
31203         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31204         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31205         LIBC_CONFIG_VAR.
31206         (config-cflags-avx): Likewise.
31207         (config-cflags-sse2avx): Likewise.
31208         (have-mfma4): Likewise.
31209         (config-cflags-novzeroupper): Likewise.
31210         * configure: Regenerated.
31211         * sysdeps/i386/configure: Likewise.
31212         * sysdeps/mach/configure: Likewise.
31213         * sysdeps/sparc/configure: Likewise.
31214         * sysdeps/x86_64/configure: Likewise.
31216 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31218         [BZ #14812]
31219         * locale/programs/localedef.c (options): Put N_ translation marker
31220         on argument names, not just descriptions.
31222 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31224         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31226 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31228         [BZ #14176]
31229         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31231 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31233         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31234         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31235         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31236         [!BEFORE_ABORT] (before_abort): New function.
31237         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31238         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31239         (writev_for_fatal): New function.
31240         (WRITEV_FOR_FATAL): New macro; call that.
31241         (backtrace_and_maps): New function.
31242         (BEFORE_ABORT): New macro; call that.
31243         (struct str_list): Type removed.
31244         (__libc_message, __libc_fatal): Functions removed.
31245         Include <sysdeps/posix/libc_fatal.c> instead.
31247 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31249         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31250         constants.
31251         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31252         double constants.
31254 2013-03-19  Andreas Schwab  <schwab@suse.de>
31256         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31257         * sysdeps/gnu/configure: Regenerate.
31259         * configure.in: Substitute libc_cv_rtlddir.
31260         * configure: Regenerate.
31261         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31262         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31263         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31264         * elf/Makefile (install-others, CFLAGS-interp.c)
31265         (ldso_install, common-ldd-rewrite): Likewise.
31266         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31267         $(inst_slibdir)/$(rtld-installed-name).
31268         * scripts/rellns-sh: Add -p option.
31269         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31270         for source.
31272 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31274         * manual/nptl.texi: Renamed to ...
31275         * manual/threads.texi: ... this.
31276         * manual/Makefile (chapters): Update.
31278 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31280         [BZ #14812]
31281         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31282         on argument names, not just descriptions.
31283         * malloc/memusagestat.c (options): Likewise.
31284         * nss/getent.c (options): Likewise.
31286 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31288         [BZ #14812]
31289         * iconv/iconv_prog.c (options): Put N_ translation marker
31290         on argument names, not just descriptions.
31291         * iconv/iconvconfig.c (options): Likewise.
31293 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31295         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31296         implementation which is faster on all x86_64 architectures.
31297         Tested on AMD, Intel Nehalem, SNB, IVB.
31298         * sysdeps/x86_64/strnlen.S: Likewise.
31300         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31301         Remove all multiarch strlen and strnlen versions.
31302         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31303         Remove strlen and strnlen related parts.
31305         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31306         Inline strlen part.
31307         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31309         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31310         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31311         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31312         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31313         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31314         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31316 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31318         * manual/memory.texi (Malloc Tunable Parameters):
31319         Sort parameters alphabetically. Add comments for missing entries.
31321 2013-03-17  David S. Miller  <davem@davemloft.net>
31323         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31325 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31327         [BZ #15283]
31328         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31329         for arguments at most half maximum finite value.
31330         * math/libm-test.inc (j0_test): Add more tests.
31331         (j1_test): Likewise.
31332         (y0_test): Likewise.
31333         (y1_test): Likewise.
31334         * sysdeps/i386/fpu/libm-test-ulps: Update.
31335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31337         [BZ #14155]
31338         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31339         1 / x and functions P and Q for arguments above 0x1p256L.
31340         (__ieee754_y0l): Likewise.
31341         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31342         (__ieee754_y1l): Likewise.
31343         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31344         (j1_test): Likewise.
31345         (y0_test): Likewise.
31346         (y1_test): Likewise.
31348 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31350         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31351         variable.
31353 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31355         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31356         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31357         zero since it's initialized to EXEC_PAGESIZE.
31359         * sysdeps/unix/sysv/linux/ldsodefs.h
31360         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31361         * sysdeps/generic/ldsodefs.h: ... here.
31363 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31365         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31367         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31368         math/test-snan.c.
31369         * math/test-snan.c: Renamed from
31370         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31371         * math/Makefile (tests): Add test-snan.
31372         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31373         test-powerpc-snan.
31375         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31376         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31377         functions.
31378         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31379         __builtin_nan family of functions.
31380         * math/libm-test.inc (initialize): Initialize qnan_value with
31381         __builtin_nan family of functions.
31382         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31383         Remove variables.
31384         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31385         Remove functions.
31386         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31387         storage class.  Initialize qNaN_var and sNaN_var with
31388         __builtin_nan and __builtin_nans families of functions,
31389         respectively.
31391         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31392         (sqrt_test): Remove duplicate test with qNaN input.
31393         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31394         (round_test, signbit_test, significand_test): Note missing +/-Inf
31395         as well as qNaN tests.
31397         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31398         qNaN_var.  Fix a few strings, too.
31399         * math/libm-test.inc (nan_value): Rename to qnan_value.
31400         * math/gen-libm-test.pl (%beautify): Adjust to that.
31401         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31402         * math/test-misc.c (main): Likewise.
31403         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31404         to __qnan_bytes, and __qnan_union, respectively.
31405         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31406         Likewise.
31407         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31408         and lqnanval, respectively.
31409         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31410         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31411         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31412         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31414         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31415         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31416         doubles.
31418         * math/test-misc.c (main): Fix copy'n'pastos.
31419         * misc/tst-efgcvt.c (special): Likewise.
31421         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31422         Remove declarations.
31424 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31426         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31427         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31428         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31429         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31431 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31433         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31434         macro to return vdso values correctly in IFUNC implementations.
31435         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31436         Optimization by using IFUNC.
31438 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31439             Richard Henderson  <rth@redhat.com>
31440             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31442         * Makefile.in (bench): New target.
31443         * NEWS: Mention the benchmark framework.
31444         * Rules (bench): Likewise.
31445         (binaries-bench): Generate binaries for functions to
31446         benchmark.
31447         * benchtests/Makefile: New makefile for benchmark tests.
31448         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31449         programs.
31450         * benchtests/exp-inputs: New input file for EXP function.
31451         * benchtests/pow-inputs: New input file for POW function.
31452         * scripts/bench.pl: New script to generate source files for
31453         benchmark programs.
31455 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31457         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31458         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31459         computations on mantissa.  Use macros for rounding and
31460         division.
31461         (denorm): Likewise.
31462         (__dbl_mp): Likewise.
31463         (add_magnitudes): Likewise.
31464         (sub_magnitudes): Likewise.
31465         (__mul): Likewise.
31466         (__sqr): Likewise.
31467         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31468         powers of two in terms of TWOPOW macro.
31469         (mp_no): Make type of mantissa as MANTISSA_T.
31470         [!RADIXI]: Define RADIXI.
31471         [!TWO52]: Define TWO52.
31472         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31474         * manual/nptl.texi (cindex): Modify threads to pthreads.
31476 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31478         * sysdeps/x86_64/preconfigure: Regenerated.
31480 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31482         [BZ #14155]
31483         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31484         0x1p28 and above.
31485         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31486         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31487         0x1p28 and above.
31488         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31489         * math/libm-test.inc (j0_test): Do not allow one spurious
31490         underflow exception.
31491         (y1_test): Likewise.
31493 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31495         * manual/Makefile (chapters): Add nptl.
31496         * manual/debug.texi (Debugging Support): Add link to Threads
31497         chapter.
31498         * manual/nptl.texi: New file.
31500         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31502 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31504         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31505         for non-NULL pointer before the memory validity test. Pointed
31506         out by Holger Brunck <holger.brunck@keymile.com>.
31508 2013-03-13  Andreas Schwab  <schwab@suse.de>
31510         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31511         instead of .os.
31513 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31515         * timezone/zic.c: Update from tzcode 2013b.
31517 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31519         * manual/install.texi (Configuring and compiling):
31520         Mention i686 and i586.
31521         * INSTALL: Regenerate.
31523 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31525         * sysdeps/init_array/elf-init.c: New file.
31526         * csu/elf-init.c
31527         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31528         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31530         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31531         __gmon_start__ as global, but as static with a .preinit_array pointer.
31532         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31533         * sysdeps/init_array/crti.S: New file, empty except for comments.
31534         * sysdeps/init_array/crtn.S: Likewise.
31536 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31538         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31539         definining bcopy.
31540         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31541         Remove Prefer_SSE_for_memop.
31542         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31543         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31544         HAS_PREFER_SSE_FOR_MEMOP.
31545         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31546         memset-x86-64.
31547         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31548         Remove bzero, memset ifunc support.
31549         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31550         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31551         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31552         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31554 2013-03-11  Andreas Schwab  <schwab@suse.de>
31556         [BZ #15234]
31557         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31558         by SHLIB_COMPAT.
31559         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31560         (GLIBC_2.16): Remove pthread_atfork.
31562 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31564         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31565         (ptestcases.h): Likewise.
31567 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31569         * Makeconfig ($(common-objpfx)config.status): Depend on
31570         sysdeps/*/preconfigure{,.in} too.
31572 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31574         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31575         (__free_hook): Use void * instead of __malloc_ptr_t.
31576         (__malloc_hook): Likewise.
31577         (__realloc_hook): Likewise.
31578         (__memalign_hook): Likewise.
31579         (__after_morecore_hook): Likewise.
31580         * malloc/arena.c (save_malloc_hook): Likewise.
31581         (save_free_hook): Likewise.
31582         * malloc/hooks.c (malloc_hook_ini): Likewise.
31583         (realloc_hook_ini): Likewise.
31584         (memalign_hook_ini): Likewise.
31585         * malloc/malloc.c (malloc_hook_ini): Likewise.
31586         (realloc_hook_ini): Likewise.
31587         (memalign_hook_ini): Likewise.
31588         (__free_hook): Likewise.
31589         (__malloc_hook): Likewise.
31590         (__realloc_hook): Likewise.
31591         (__memalign_hook): Likewise.
31592         (__libc_malloc): Likewise.
31593         (__libc_free): Likewise.
31594         (__libc_realloc): Likewise.
31595         (__libc_memalign): Likewise.
31596         (__libc_valloc): Likewise.
31597         (__libc_pvalloc): Likewise.
31598         (__libc_calloc): Likewise.
31599         (__posix_memalign): Likewise.
31600         * malloc/morecore.c (__sbrk): Likewise.
31601         (__default_morecore): Likewise.
31603         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31605         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31606         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31607         __malloc_ptrdiff_t.
31609         * malloc/malloc.h (__malloc_size_t): Remove macro.
31610         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31611         __malloc_size_t.
31612         (old_memalign_hook): Likewise.
31613         (old_realloc_hook): Likewise.
31614         (struct hdr): Likewise.
31615         (flood): Likewise.
31616         (mallochook): Likewise.
31617         (memalignhook): Likewise.
31618         (reallochook): Likewise.
31619         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31620         (tr_old_realloc_hook): Likewise.
31621         (tr_old_memalign_hook): Likewise.
31622         (tr_mallochook): Likewise.
31623         (tr_reallochook): Likewise.
31624         (tr_memalignhook): Likewise.
31626 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31628         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31629         default_ldbl_pack and using as default implementation.
31630         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31631         implementation.
31632         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31633         redundant definition.
31634         (ldbl_insert_mantissa): Likewise.
31635         (ldbl_canonicalize): Likewise.
31636         (ldbl_nearbyint): Likewise.
31637         (ldbl_pack): Rename to ldbl_pack_ppc.
31638         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31639         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31640         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31642 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31644         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31645         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31646         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31647         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31648         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31649         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31650         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31651         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31653 2013-03-07  Andreas Jaeger  <aj@suse.de>
31655         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31656         bits/mman-linux.h.
31658 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31660         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31661         Include mpa.h and declare __MPEXP.
31662         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31663         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31664         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31665         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31666         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31667         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31668         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31670         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31671         (__slowpow): Use long double EXPL and LOGL functions to
31672         compute POW.
31673         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31674         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31675         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31676         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31677         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31678         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31680         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31681         intermediate variable to calculate exponent.
31682         (__sqr): Likewise.
31683         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31684         Likewise.
31685         (__sqr): Likewise.
31687         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31688         [!NO__SQR]: Define __sqr.
31689         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31690         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31691         sysdeps/ieee754/dbl-64/mpa.c.
31692         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31694         [BZ #12723]
31695         * posix/Makefile (tests): Add tst-pathconf.
31696         * posix/tst-pathconf.c: New test case.
31697         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31698         _PC_PIPE_BUF.
31699         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31701 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31703         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31705 2013-03-06  Andreas Jaeger  <aj@suse.de>
31707         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31708         definition via __MAP_ANONYMOUS.
31710         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31711         it's not part of Linux headers.
31713         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31714         (MAP_HUGE_MASK): Define.
31716         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31717         Define.
31718         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31719         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31720         Define.
31721         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31722         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31723         Define.
31724         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31725         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31726         Define.
31727         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31729         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31730         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31731         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31732         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31733         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31734         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31736         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31737         Handle f2fs.
31739         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31740         Handle f2fs and efivarfs.
31742         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31743         f2fs.
31745         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31746         (EFIVARFS_MAGIC): Add.
31747         (F2FS_LINK_MAX): Add.
31749 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31751         * stdio-common/vfprintf.c: Replace __builtin_expect with
31752         __glibc_unlikely.
31754 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31756         [BZ #13550]
31757         * sysdeps/generic/bp-sym.h: Remove file.
31758         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31759         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31760         <bp-sym.h> and <bp-asm.h>.
31761         (__longjmp): Don't use BP_SYM.
31762         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31763         and <bp-asm.h>.
31764         (memcpy): Don't use BP_SYM.
31765         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31766         <bp-sym.h> and <bp-asm.h>.
31767         (memcpy): Don't use BP_SYM.
31768         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31769         <bp-asm.h>.
31770         (memcpy): Don't use BP_SYM.
31771         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31772         <bp-asm.h>.
31773         (memset): Don't use BP_SYM.
31774         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31775         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31776         (__bzero): Don't use BP_SYM.
31777         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31778         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31779         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31780         <bp-sym.h> and <bp-asm.h>.
31781         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31782         pointers.
31783         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31784         <bp-sym.h> and <bp-asm.h>.
31785         (memcpy): Don't use BP_SYM.
31786         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31787         <bp-sym.h> and <bp-asm.h>.
31788         (memset): Don't use BP_SYM.
31789         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31790         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31791         (__bzero): Don't use BP_SYM.
31792         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31793         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31794         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31795         <bp-sym.h> and <bp-asm.h>.
31796         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31797         pointers.
31798         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31799         <bp-sym.h> and <bp-asm.h>.
31800         (memcpy): Don't use BP_SYM.
31801         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31802         <bp-sym.h> and <bp-asm.h>.
31803         (memset): Don't use BP_SYM.
31804         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31805         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31806         (__bzero): Don't use BP_SYM.
31807         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31808         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31809         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31810         <bp-sym.h> and <bp-asm.h>.
31811         (__memchr): Don't use BP_SYM.
31812         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31813         <bp-sym.h> and <bp-asm.h>.
31814         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31815         pointers.
31816         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31817         <bp-sym.h> and <bp-asm.h>.
31818         (memcpy): Don't use BP_SYM.
31819         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31820         <bp-sym.h> and <bp-asm.h>.
31821         (__mempcpy): Don't use BP_SYM.
31822         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31823         <bp-sym.h> and <bp-asm.h>.
31824         (__memrchr): Don't use BP_SYM.
31825         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31826         <bp-sym.h> and <bp-asm.h>.
31827         (memset): Don't use BP_SYM.
31828         (__bzero): Likewise.
31829         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31830         <bp-sym.h> and <bp-asm.h>.
31831         (__rawmemchr): Don't use BP_SYM.
31832         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31833         <bp-sym.h> and <bp-asm.h>.
31834         (__STRCMP): Don't use BP_SYM.
31835         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31836         <bp-sym.h> and <bp-asm.h>.
31837         (strchr): Don't use BP_SYM.
31838         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31839         <bp-sym.h> and <bp-asm.h>.
31840         (__strchrnul): Don't use BP_SYM.
31841         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31842         <bp-sym.h> and <bp-asm.h>.
31843         (strlen): Don't use BP_SYM.
31844         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31845         <bp-sym.h> and <bp-asm.h>.
31846         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31847         pointers.
31848         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31849         <bp-sym.h> and <bp-asm.h>.
31850         (__strnlen): Don't use BP_SYM.
31851         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31852         <bp-sym.h> and <bp-asm.h>.
31853         (__GI__setjmp): Don't use BP_SYM.
31854         (_setjmp): Likewise.
31855         (__sigsetjmp): Likewise.
31856         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31857         (L(start_addresses)): Don't use BP_SYM.
31858         (_start): Likewise.
31859         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31860         <bp-asm.h>.
31861         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31862         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31863         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31864         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31865         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31866         <bp-asm.h>.
31867         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31868         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31869         about bounded pointers.
31870         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31871         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31872         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31873         <bp-asm.h>.
31874         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31875         about bounded pointers.  Remove GKM FIXME comments.
31876         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31877         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31878         <bp-asm.h>.
31879         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31880         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31881         Remove GKM FIXME comments.
31882         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31883         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31884         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31885         <bp-asm.h>.
31886         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31887         about bounded pointers.  Remove GKM FIXME comment.
31888         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31889         and <bp-asm.h>.
31890         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31891         pointers.
31892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31893         <bp-sym.h> and <bp-asm.h>.
31894         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31896         <bp-sym.h> and <bp-asm.h>.
31897         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31898         comment.
31900 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31902         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31903         call free(NULL).
31905 2013-03-05  David S. Miller  <davem@davemloft.net>
31907         * po/es.po: Update from translation team.
31909 2013-03-05  Andreas Jaeger  <aj@suse.de>
31911         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31912         <bits/mman-linux.h>.
31913         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31914         is fine.
31915         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31916         <bits/mman-linux.h> to end of file.
31917         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31918         is fine.
31919         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31920         <bits/mman-linux.h> to end of file.
31921         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31922         is fine.
31923         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31924         <bits/mman-linux.h> to end of file.
31926         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31927         (MCL_CURRENT, MCL_FUTURE): Define here.
31929 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31931         [BZ #15232]
31932         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31933         attribute_hidden.
31934         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31936 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31938         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31939         fourth parameter needed for rt_sigprocmask syscall.
31940         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31941         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31942         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31943         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31944         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31945         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31947 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31949         [BZ #13550]
31950         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31951         comment about bounded pointers.
31952         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31953         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31955 2013-03-04  Andreas Jaeger  <aj@suse.de>
31957         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31958         common definitions.
31960         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31961         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31962         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31963         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31964         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31965         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31967 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31969         [BZ #15055]
31970         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31971         __ieee754_sqrl instead of __sqrl.
31973 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31975         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31976         * sysdeps/powerpc/fpu_control.h: ... here.
31977         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31978         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31979         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31980         * sysdeps/powerpc/bits/mathinline.h: ... here.
31982 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31984         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31985         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31986         to just [NEED_DL_SYSINFO_DSO].
31987         * elf/dl-support.c: Likewise.
31988         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31989         * elf/rtld.c (dl_main): Likewise.
31990         * elf/setup-vdso.h (setup_vdso): Likewise.
31991         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31992         * sysdeps/unix/sysv/linux/dl-sysdep.c
31993         (_dl_discover_osversion): Likewise.
31995 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31997         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31998         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32000 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32002         * NEWS: Mention libm performance improvements and non-x86 PI
32003         futex support.
32005         * csu/libc-start.c (__pthread_initialize_minimal): Change
32006         function arguments.
32007         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32009 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32011         [BZ #13550]
32012         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32013         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32014         <bp-sym.h> and <bp-asm.h>.
32015         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32016         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32017         and <bp-asm.h>.
32018         (memcpy): Don't use BP_SYM.
32019         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32020         <bp-asm.h>.
32021         (__mpn_add_n): Don't use BP_SYM.
32022         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32023         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32024         and <bp-asm.h>.
32025         (__mpn_addmul_1): Don't use BP_SYM.
32026         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32027         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32028         <bp-sym.h>.
32029         (_setjmp): Don't use BP_SYM.
32030         (__novmx_setjmp): Likewise.
32031         (__GI__setjmp): Likewise.
32032         (__vmx_setjmp): Likewise.
32033         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32034         <bp-sym.h>.
32035         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32036         (__bzero): Don't use BP_SYM.
32037         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32038         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32039         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32040         <bp-sym.h> and <bp-asm.h>.
32041         (memcpy): Don't use BP_SYM.
32042         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32043         <bp-sym.h> and <bp-asm.h>.
32044         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32045         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32046         <bp-sym.h> and <bp-asm.h>.
32047         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32048         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32049         <bp-asm.h>.
32050         (__mpn_lshift): Don't use BP_SYM.
32051         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32052         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32053         <bp-asm.h>.
32054         (memset): Don't use BP_SYM.
32055         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32056         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32057         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32058         <bp-asm.h>.
32059         (__mpn_mul_1): Don't use BP_SYM.
32060         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32061         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32062         <bp-sym.h> and <bp-asm.h>.
32063         (memcmp): Don't use BP_SYM.
32064         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32065         <bp-sym.h> and <bp-asm.h>.
32066         (memcpy): Don't use BP_SYM.
32067         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32068         <bp-sym.h> and <bp-asm.h>.
32069         (memset): Don't use BP_SYM.
32070         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32071         <bp-sym.h> and <bp-asm.h>.
32072         (strncmp): Don't use BP_SYM.
32073         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32074         <bp-sym.h> and <bp-asm.h>.
32075         (memcpy): Don't use BP_SYM.
32076         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32077         <bp-sym.h> and <bp-asm.h>.
32078         (memset): Don't use BP_SYM.
32079         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32080         <bp-sym.h> and <bp-asm.h>.
32081         (__memchr): Don't use BP_SYM.
32082         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32083         <bp-sym.h> and <bp-asm.h>.
32084         (memcmp): Don't use BP_SYM.
32085         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32086         <bp-sym.h> and <bp-asm.h>.
32087         (memcpy): Don't use BP_SYM.
32088         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32089         <bp-sym.h> and <bp-asm.h>.
32090         (__mempcpy): Don't use BP_SYM.
32091         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32092         <bp-sym.h> and <bp-asm.h>.
32093         (__memrchr): Don't use BP_SYM.
32094         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32095         <bp-sym.h> and <bp-asm.h>.
32096         (memset): Don't use BP_SYM.
32097         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32098         <bp-sym.h> and <bp-asm.h>.
32099         (__rawmemchr): Don't use BP_SYM.
32100         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32101         <bp-sym.h> and <bp-asm.h>.
32102         (__STRCMP): Don't use BP_SYM.
32103         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32104         <bp-sym.h> and <bp-asm.h>.
32105         (strchr): Don't use BP_SYM.
32106         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32107         <bp-sym.h> and <bp-asm.h>.
32108         (__strchrnul): Don't use BP_SYM.
32109         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32110         <bp-sym.h> and <bp-asm.h>.
32111         (strlen): Don't use BP_SYM.
32112         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32113         <bp-sym.h> and <bp-asm.h>.
32114         (strncmp): Don't use BP_SYM.
32115         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32116         <bp-sym.h> and <bp-asm.h>.
32117         (__strnlen): Don't use BP_SYM.
32118         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32119         <bp-asm.h>.
32120         (__mpn_rshift): Don't use BP_SYM.
32121         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32122         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32123         <bp-sym.h> and <bp-asm.h>.
32124         (__sigsetjmp): Don't use BP_SYM.
32125         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32126         (L(start_addresses)): Don't use BP_SYM.
32127         (_start): Likewise.
32128         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32129         <bp-asm.h>.
32130         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32131         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32132         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32133         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32134         <bp-asm.h>.
32135         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32136         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32137         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32138         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32139         <bp-asm.h>.
32140         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32141         comments.
32142         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32143         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32144         <bp-asm.h>.
32145         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32146         FIXME comments.
32147         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32148         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32149         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32150         <bp-asm.h>.
32151         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32152         comment.
32153         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32154         and <bp-asm.h>.
32155         (strncmp): Don't use BP_SYM,
32156         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32157         <bp-asm.h>.
32158         (__mpn_sub_n): Don't use BP_SYM.
32159         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32160         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32161         and <bp-asm.h>.
32162         (__mpn_submul_1): Don't use BP_SYM.
32163         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32165         <bp-sym.h> and <bp-asm.h>.
32166         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32168         <bp-sym.h> and <bp-asm.h>.
32169         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32170         comment.
32172 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32174         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32175         Use ZK to minimize writes to Z.
32176         (sub_magnitudes): Simplify code a bit.
32177         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32178         Use ZK to minimize writes to Z.
32179         (sub_magnitudes): Simplify code a bit.
32181 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32183         * csu/gmon-start.c: Add special exception to license text.
32185 2013-02-27  Richard Henderson  <rth@redhat.com>
32187         * scripts/config.guess: Update from config.git.
32188         * scripts/config.sub: Likewise.
32190 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32192         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32194         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32196         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32198         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32200         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32202 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32204         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32205         [$(build-shared = yes].
32207 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32209         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32210         (__mul): Reduce iterations for calculating mantissa.
32212         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32213         MPTWO.
32214         (__mpranred): Likewise.
32216         [BZ #15160]
32217         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32218         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32220 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32222         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32223         Define __attribute__.
32225 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32227         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32228         unused.
32229         * posix/regex_internal.h (__attribute): Remove.
32230         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32231         (re_string_context_at): Likewise.
32232         (bitset_not): Use __attribute__ and mark function as possibly
32233         unused.
32234         (bitset_merge): Likewise.
32235         (bitset_mask): Likewise.
32236         (re_string_char_size_at): Likewise.
32237         (re_string_wchar_at): Likewise.
32238         (re_string_elem_size_at): Likewise.
32240 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32242         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32243         code.
32244         (cc32): Likewise.
32246         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32247         (__acr): Likewise.
32248         (__cpy): Likewise.
32249         (norm): Likewise.
32250         (denorm): Likewise.
32251         (__dbl_mp): Likewise.
32252         (add_magnitudes): Likewise.
32253         (sub_magnitudes): Likewise.
32254         (__mul): Likewise.
32255         (__inv): Likewise.
32257         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32258         style.
32260         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32261         style.
32263         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32264         code.
32266         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32267         up changes with default code.
32268         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32269         Likewise.
32271 2013-02-24  Allan McRae  <allan@archlinux.org>
32273         * manual/socket.texi (The Internet Namespace): Order menu items
32274         to match that in the file.
32276         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32277         node listing of the info page menu.
32279 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32281         [BZ #13550]
32282         * sysdeps/i386/bp-asm.h: Remove file.
32283         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32284         (PARMS): Do not use macros from bp-asm.h.
32285         (S1): Likewise.
32286         (S2): Likewise.
32287         (SIZE): Likewise.
32288         (__mpn_add_n): Do not use BP_SYM
32289         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32290         "bp-asm.h".
32291         (PARMS): Do not use macros from bp-asm.h.
32292         (S1): Likewise.
32293         (SIZE): Likewise.
32294         (__mpn_addmul_1): Do not use BP_SYM
32295         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32296         "bp-asm.h".
32297         (PARMS): Do not use macros from bp-asm.h.
32298         (SIGMSK): Likewise.
32299         (_setjmp): Likewise.  Do not use BP_SYM.
32300         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32301         "bp-asm.h".
32302         (PARMS): Do not use macros from bp-asm.h.
32303         (SIGMSK): Likewise.
32304         (setjmp): Likewise.  Do not use BP_SYM.
32305         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32306         "bp-asm.h".
32307         (PARMS): Do not use macros from bp-asm.h.
32308         (__frexp): Do not use BP_SYM.
32309         (frexp): Likewise.
32310         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32311         "bp-asm.h".
32312         (PARMS): Do not use macros from bp-asm.h.
32313         (__frexpf): Do not use BP_SYM.
32314         (frexpf): Likewise.
32315         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32316         "bp-asm.h".
32317         (PARMS): Do not use macros from bp-asm.h.
32318         (__frexpl): Do not use BP_SYM.
32319         (frexpl): Likewise.
32320         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32321         "bp-asm.h".
32322         (PARMS): Do not use macros from bp-asm.h.
32323         (__remquo): Do not use BP_SYM.
32324         (remquo): Likewise.
32325         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32326         "bp-asm.h".
32327         (PARMS): Do not use macros from bp-asm.h.
32328         (__remquof): Do not use BP_SYM.
32329         (remquof): Likewise.
32330         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32331         "bp-asm.h".
32332         (PARMS): Do not use macros from bp-asm.h.
32333         (__remquol): Do not use BP_SYM.
32334         (remquol): Likewise.
32335         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32336         "bp-asm.h".
32337         (PARMS): Do not use macros from bp-asm.h.
32338         (DEST): Likewise.
32339         (SRC): Likewise.
32340         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32341         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32342         "bp-asm.h".
32343         (PARMS): Do not use macros from bp-asm.h.
32344         (strlen): Do not use BP_SYM.
32345         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32346         "bp-asm.h".
32347         (PARMS): Do not use macros from bp-asm.h.
32348         (S1): Likewise.
32349         (S2): Likewise.
32350         (SIZE): Likewise.
32351         (__mpn_add_n): Do not use BP_SYM.
32352         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32353         "bp-asm.h".
32354         (PARMS): Do not use macros from bp-asm.h.
32355         (S1): Likewise.
32356         (SIZE): Likewise.
32357         (__mpn_addmul_1): Do not use BP_SYM.
32358         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32359         weak_alias.
32360         (bzero): Likewise.
32361         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32362         "bp-asm.h".
32363         (PARMS): Do not use macros from bp-asm.h.
32364         (S): Likewise.
32365         (SIZE): Likewise.
32366         (__mpn_lshift): Do not use BP_SYM.
32367         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32368         "bp-asm.h".
32369         (PARMS): Do not use macros from bp-asm.h.
32370         (DEST): Likewise.
32371         (SRC): Likewise.
32372         (LEN): Likewise.
32373         (memcpy): Likewise.  Do not use BP_SYM.
32374         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32375         libc_hidden_def and weak_alias.
32376         (mempcpy): Do not use BP_SYM in weak_alias.
32377         * sysdeps/i386/i586/memset.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         (LEN): Likewise.
32382         [!BZERO_P] (CHR): Likewise.
32383         (memset): Likewise.  Do not use BP_SYM.
32384         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32385         "bp-asm.h".
32386         (PARMS): Do not use macros from bp-asm.h.
32387         (S1): Likewise.
32388         (SIZE): Likewise.
32389         (__mpn_mul_1): Do not use BP_SYM.
32390         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32391         "bp-asm.h".
32392         (PARMS): Do not use macros from bp-asm.h.
32393         (S): Likewise.
32394         (SIZE): Likewise.
32395         (__mpn_rshift): Do not use BP_SYM.
32396         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32397         "bp-asm.h".
32398         (PARMS): Do not use macros from bp-asm.h.
32399         (STR): Likewise.
32400         (CHR): Likewise.
32401         (strchr): Likewise.  Do not use BP_SYM.
32402         (index): Do not use BP_SYM in weak_alias.
32403         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32404         "bp-asm.h".
32405         (PARMS): Do not use macros from bp-asm.h.
32406         (DEST): Likewise.
32407         (SRC): Likewise.
32408         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32409         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32410         "bp-asm.h".
32411         (PARMS): Do not use macros from bp-asm.h.
32412         (strlen): Do not use BP_SYM.
32413         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32414         "bp-asm.h".
32415         (PARMS): Do not use macros from bp-asm.h.
32416         (S1): Likewise.
32417         (S2): Likewise.
32418         (SIZE): Likewise.
32419         (__mpn_sub_n): Do not use BP_SYM.
32420         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32421         "bp-asm.h".
32422         (PARMS): Do not use macros from bp-asm.h.
32423         (S1): Likewise.
32424         (SIZE): Likewise.
32425         (__mpn_submul_1): Do not use BP_SYM.
32426         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32427         "bp-asm.h".
32428         (PARMS): Do not use macros from bp-asm.h.
32429         (S1): Likewise.
32430         (S2): Likewise.
32431         (SIZE): Likewise.
32432         (__mpn_add_n): Do not use BP_SYM.
32433         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32434         weak_alias.
32435         (bzero): Likewise.
32436         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32437         "bp-asm.h".
32438         (PARMS): Do not use macros from bp-asm.h.
32439         (BLK2): Likewise.
32440         (LEN): Likewise.
32441         (memcmp): Do not use BP_SYM.
32442         (bcmp): Do not use BP_SYM in weak_alias.
32443         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32444         "bp-asm.h".
32445         (PARMS): Do not use macros from bp-asm.h.
32446         (DEST): Likewise.
32447         (SRC): Likewise.
32448         (LEN): Likewise.
32449         (memcpy): Likewise.  Do not use BP_SYM.
32450         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32451         "bp-asm.h".
32452         (PARMS): Do not use macros from bp-asm.h.
32453         (DEST): Likewise.
32454         (SRC): Likewise.
32455         (LEN): Likewise.
32456         (memmove): Likewise.  Do not use BP_SYM.
32457         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32458         "bp-asm.h".
32459         (PARMS): Do not use macros from bp-asm.h.
32460         (DEST): Likewise.
32461         (SRC): Likewise.
32462         (LEN): Likewise.
32463         (__mempcpy): Likewise.  Do not use BP_SYM.
32464         (mempcpy): Do not use BP_SYM in weak_alias.
32465         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32466         "bp-asm.h".
32467         (PARMS): Do not use macros from bp-asm.h.
32468         (DEST): Likewise.
32469         (LEN): Likewise.
32470         [!BZERO_P] (CHR): Likewise.
32471         (memset): Likewise.  Do not use BP_SYM.
32472         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32473         "bp-asm.h".
32474         (PARMS): Do not use macros from bp-asm.h.
32475         (STR2): Likewise.
32476         (strcmp): Do not use BP_SYM.
32477         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32478         "bp-asm.h".
32479         (PARMS): Do not use macros from bp-asm.h.
32480         (STR): Likewise.
32481         (DELIM): Likewise.
32482         [USE_AS_STRTOK_R] (SAVE): Likewise.
32483         (FUNCTION): Likewise.  Do not use BP_SYM.
32484         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32485         aliases.
32486         (strtok_r): Likewise.
32487         (__GI___strtok_r): Likewise.
32488         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32489         (PARMS): Do not use macros from bp-asm.h.
32490         (S): Likewise.
32491         (SIZE): Likewise.
32492         (__mpn_lshift): Do not use BP_SYM.
32493         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32494         (PARMS): Do not use macros from bp-asm.h.
32495         (STR): Likewise.
32496         (CHR): Likewise.
32497         (__memchr): Do not use BP_SYM.
32498         (memchr): Do not use BP_SYM in weak_alias.
32499         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32500         (PARMS): Do not use macros from bp-asm.h.
32501         (BLK2): Likewise.
32502         (LEN): Likewise.
32503         (memcmp): Do not use BP_SYM.
32504         (bcmp): Do not use BP_SYM in weak_alias.
32505         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32506         (PARMS): Do not use macros from bp-asm.h.
32507         (S1): Likewise.
32508         (SIZE): Likewise.
32509         (__mpn_mul_1): Do not use BP_SYM.
32510         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32511         "bp-asm.h".
32512         (PARMS): Do not use macros from bp-asm.h.
32513         (STR): Likewise.
32514         (CHR): Likewise.
32515         (__rawmemchr): Do not use BP_SYM.
32516         (rawmemchr): Do not use BP_SYM in weak_alias.
32517         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32518         (PARMS): Do not use macros from bp-asm.h.
32519         (S): Likewise.
32520         (SIZE): Likewise.
32521         (__mpn_rshift): Do not use BP_SYM.
32522         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32523         (PARMS): Do not use macros from bp-asm.h.
32524         (SIGMSK): Likewise.
32525         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32526         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32527         (_start): Do not use BP_SYM.
32528         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32529         (PARMS): Do not use macros from bp-asm.h.
32530         (DEST): Likewise.
32531         (SRC): Likewise.
32532         (__stpcpy): Likewise.  Do not use BP_SYM.
32533         (stpcpy): Do not use BP_SYM in weak_alias.
32534         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32535         "bp-asm.h".
32536         (PARMS): Do not use macros from bp-asm.h.
32537         (DEST): Likewise.
32538         (SRC): Likewise.
32539         (LEN): Likewise.
32540         (__stpncpy): Likewise.  Do not use BP_SYM.
32541         (stpncpy): Do not use BP_SYM in weak_alias.
32542         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32543         (PARMS): Do not use macros from bp-asm.h.
32544         (STR): Likewise.
32545         (CHR): Likewise.
32546         (strchr): Likewise.  Do not use BP_SYM.
32547         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32548         "bp-asm.h".
32549         (PARMS): Do not use macros from bp-asm.h.
32550         (STR): Likewise.
32551         (CHR): Likewise.
32552         (__strchrnul): Likewise.  Do not use BP_SYM.
32553         (strchrnul): Do not use BP_SYM in weak_alias.
32554         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32555         "bp-asm.h".
32556         (PARMS): Do not use macros from bp-asm.h.
32557         (STOP): Likewise.
32558         (strcspn): Do not use BP_SYM.
32559         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32560         "bp-asm.h".
32561         (PARMS): Do not use macros from bp-asm.h.
32562         (STR): Likewise.
32563         (STOP): Likewise.
32564         (strpbrk): Likewise.  Do not use BP_SYM.
32565         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32566         "bp-asm.h".
32567         (PARMS): Do not use macros from bp-asm.h.
32568         (STR): Likewise.
32569         (CHR): Likewise.
32570         (strrchr): Likewise.  Do not use BP_SYM.
32571         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32572         (PARMS): Do not use macros from bp-asm.h.
32573         (SKIP): Likewise.
32574         (strspn): Do not use BP_SYM.
32575         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32576         (PARMS): Do not use macros from bp-asm.h.
32577         (STR): Likewise.
32578         (DELIM): Likewise.
32579         (SAVE): Likewise.
32580         (FUNCTION): Likewise.  Do not use BP_SYM.
32581         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32582         aliases.
32583         (strtok_r): Likewise.
32584         (__GI___strtok_r): Likewise.
32585         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32586         (PARMS): Do not use macros from bp-asm.h.
32587         (S1): Likewise.
32588         (S2): Likewise.
32589         (SIZE): Likewise.
32590         (__mpn_sub_n): Do not use BP_SYM.
32591         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32592         "bp-asm.h".
32593         (PARMS): Do not use macros from bp-asm.h.
32594         (S1): Likewise.
32595         (SIZE): Likewise.
32596         (__mpn_submul_1): Do not use BP_SYM.
32597         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32598         <bp-sym.h>.
32599         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32600         and <bp-asm.h>.
32601         (PARMS): Do not use macros from bp-asm.h.
32602         (FLAGS): Likewise.
32603         (PTID): Likewise.
32604         (TLS): Likewise.
32605         (CTID): Likewise.
32606         (__clone): Do not use BP_SYM.
32607         (clone): Do not use BP_SYM in weak_alias.
32608         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32609         and <bp-asm.h>.
32610         (PARMS): Do not use macros from bp-asm.h.
32611         (LEN): Likewise.
32612         (__mmap64): Do not use BP_SYM.
32613         (mmap64): Do not use BP_SYM in weak_alias.
32614         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32615         <bp-sym.h> and <bp-asm.h>.
32616         (PARMS): Do not use macros from bp-asm.h.
32617         (__posix_fadvise64_l64): Do not use BP_SYM.
32618         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32619         (PARMS): Do not use macros from bp-asm.h.
32620         (NSOPS): Likewise.
32621         (semtimedop): Do not use BP_SYM.
32622         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32623         and <bp-asm.h>.
32625 2013-02-21  Allan McRae  <allan@archlinux.org>
32627         * manual/message.texi (Charset conversion in gettext):
32628         Move @end statement to beginning of line.
32630 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32632         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32633         static.
32634         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32635         Likewise.
32637         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32638         (denorm): Likewise.
32639         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32640         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32642 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32644         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32645         tail-call to the resolved function if pltexit isn't needed.
32647 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32649         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32650         or Y being zero as being unlikely.
32651         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32652         Likewise.
32654 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32656         * manual/nss.texi (System Databases and Name Service Switch):
32657         Remove frobnicate @pxref.
32659 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32661         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32662         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32664 2013-02-20  Petr Machata  <pmachata@redhat.com>
32666         * elf/elf.h (R_ARM_TARGET1): New macro.
32667         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32668         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32669         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32670         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32671         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32672         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32673         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32674         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32675         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32676         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32677         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32678         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32679         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32680         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32681         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32682         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32683         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32684         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32685         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32686         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32687         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32688         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32689         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32690         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32691         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32692         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32693         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32694         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32695         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32696         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32697         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32698         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32699         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32700         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32701         (R_ARM_THM_GOT_BREL12): Likewise.
32702         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32703         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32704         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32705         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32706         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32707         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32708         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32709         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32710         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32712 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32714         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32715         __attribute_used__ to __attribute__ ((unused)).
32717 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32719         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32720         powerpc mpa.c.
32721         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32722         comment formatting.
32723         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32725 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32727         [BZ #13550]
32728         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32729         Remove macro.
32730         (ENTER): Remove both macro definitions.
32731         (LEAVE): Likewise.
32732         (CHECK_BOUNDS_LOW): Likewise.
32733         (CHECK_BOUNDS_HIGH): Likewise.
32734         (CHECK_BOUNDS_BOTH): Likewise.
32735         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32736         (RETURN_BOUNDED_POINTER): Likewise.
32737         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32738         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32739         (POP_ERRNO_LOCATION_RETURN): Likewise.
32740         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32741         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32742         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32743         macros.
32744         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32745         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32746         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32747         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32748         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32749         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32750         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32751         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32752         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32753         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32754         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32755         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32756         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32757         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32758         removed macros.
32759         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32760         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32761         macros.
32762         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32763         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32764         * sysdeps/i386/i586/memset.S (memset): Likewise.
32765         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32766         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32767         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32768         macros.
32769         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32770         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32771         Change uses of L(2) to L(out).
32772         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32773         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32774         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32775         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32776         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32777         removed macros.
32778         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32779         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32780         macros.
32781         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32782         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32783         (RETURN): Do not use macro LEAVE.
32784         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32785         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32786         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32787         * sysdeps/i386/i686/memset.S (memset): Likewise.
32788         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32789         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32790         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32791         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32792         Likewise.
32793         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32794         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32795         L(1_2) and L(1_3) into L(1).
32796         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32797         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32798         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32799         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32800         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32801         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32802         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32803         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32804         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32805         macros.
32806         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32807         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32808         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32809         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32810         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32811         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32812         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32813         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32814         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32815         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32816         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32817         * sysdeps/i386/strspn.S (strspn): Likewise.
32818         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32819         conditional code.
32820         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32821         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32822         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32823         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32824         L(1_3) into L(1_1).
32825         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32826         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32827         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32828         macros.
32829         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32831 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32833         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32834         macro.
32836 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32838         * math/atest-exp.c (exp_mpn): Remove ROUND.
32839         * math/atest-exp2.c (exp_mpn): Likewise.
32840         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32842         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32843         * stdlib/tst-tls-atexit-lib.c: Likewise.
32844         * stdlib/tst-tls-atexit.c: Likewise.
32846 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32848         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32849         and __attribute_alloc_size__.
32851 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32853         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32854         __attribute_alloc_size__.
32855         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32856         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32858 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32860         * include/programs/xmalloc.h: New file.
32861         * catgets/gencat.c: Include it.
32862         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32863         * elf/pldd.c: Likewise.
32864         * iconv/iconv_charmap.c: Likewise.
32865         * iconv/iconvconfig.c: Likewise.
32866         * iconv/strtab.c: Likewise.
32867         * locale/programs/locale.c: Likewise.
32868         * locale/programs/localedef.h: Likewise.
32869         * locale/programs/simple-hash.c: Likewise.
32870         * nscd/nscd.h: Likewise.
32871         * nss/makedb.c: Likewise.
32872         * sysdeps/generic/ldconfig.h: Likewise.
32874 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32876         * Versions.def: Add GLIBC_2.18.
32877         * include/link.h (struct link_map): New member l_tls_dtor_count.
32878         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32879         (__call_tls_dtors): Likewise.
32880         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32881         __cxa_thread_atexit_impl.
32882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32883         Likewise.
32884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32885         Likewise.
32886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32887         Likewise.
32888         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32889         Likewise.
32890         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32891         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32892         Likewise.
32893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32894         Likewise.
32895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32896         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32897         Likewise.
32898         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32899         (tests): Add test case tst-tls-atexit.
32900         (modules-names): Add shared library for tst-tls-atexit.
32901         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32902         (GLIBC_PRIVATE): Add __call_tls_dtors.
32903         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32904         for libstdc++.
32905         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32906         * stdlib/tst-tls-atexit.c: New test case.
32907         * stdlib/tst-tls-atexit-lib.c: New test case.
32909         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32911         * elf/Versions (ld): Add _dl_find_dso_for_object.
32912         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32913         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32914         (dl_open_worker): Use _dl_find_dso_for_object.
32915         * elf/dl-sym.c (do_sym): Likewise.
32916         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32918 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32920         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32921         Syntactic changes only.
32922         (_dl_runtime_profile): Do a tail-call to the resolved function.
32924 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32926         [BZ #13550]
32927         * sysdeps/x86_64/bp-asm.h: Remove file.
32928         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32929         <bp-sym.h> and <bp-asm.h>.
32930         (__clone): Do not use BP_SYM.
32931         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32932         <bp-sym.h> and <bp-asm.h>.
32933         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32934         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32935         "bp-asm.h".
32936         (_setjmp): Do not use BP_SYM.
32937         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32938         "bp-asm.h".
32939         (setjmp): Do not use BP_SYM.
32940         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32941         libc_hidden_def.
32942         (mempcpy): Do not use BP_SYM in weak_alias.
32943         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32944         "bp-asm.h".
32945         (strchr): Do not use BP_SYM.
32946         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32947         "bp-asm.h".
32948         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32949         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32950         (_start): Do not use BP_SYM.
32951         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32952         "bp-asm.h".
32953         (strcat): Do not use BP_SYM.
32954         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32955         "bp-asm.h".
32956         (STRCMP): Do not use BP_SYM.
32957         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32958         "bp-asm.h".
32959         (STRCPY): Do not use BP_SYM.
32960         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32961         "bp-asm.h".
32962         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32963         "bp-asm.h".
32964         (FUNCTION): Do not use BP_SYM.
32965         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32966         weak_alias.
32967         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32969 2013-02-17  Andreas Jaeger  <aj@suse.de>
32971         * time/Versions: Sort entries.
32972         * string/Versions: Likewise.
32973         * resolv/Versions: Likewise.
32974         * posix/Versions: Likewise.
32975         * iconv/Versions: Likewise.
32976         * elf/Versions: Likewise.
32977         * wcsmbs/Versions: Likewise.
32979 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32981         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32982         loop termination condition.
32984         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32985         variable to calculate EZ.
32986         (__sqr): Likewise.
32988         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32989         the lower precision input.
32991 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32993         [BZ #13550]
32994         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32995         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32996         (run-via-rtld-prefix): Do not handle %-bp tests.
32997         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32998         (all-object-suffixes): Remove .ob.
32999         (bppfx): Remove variable.
33000         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33001         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33002         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33003         [$(build-bounded) = yes] (libtype.ob): Likewise.
33004         * Makerules (elide-routines.ob): Remove variable.
33005         (do-tests-clean): Do not handle *-bp.out.
33006         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33007         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33008         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33009         (tests): Do not include $(tests-bp.out).
33010         (xtests): Do not include $(xtests-bp.out).
33011         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33012         [$(build-bounded) = yes] ($(addprefix
33013         $(objpfx),$(binaries-bounded))): Remove rule.
33014         ($(objpfx)%-bp.out): Remove rule.
33015         * config.make.in (build-bounded): Remove variable.
33016         * crypt/Makefile [$(build-bounded) = yes]
33017         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33018         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33019         append to variable.
33020         [$(build-bounded) = yes] (install-lib): Likewise.
33021         [$(build-bounded) = yes] (generated): Likewise.
33022         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33023         Remove rule.
33024         * intl/Makefile [$(build-bounded) = yes]
33025         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33026         * math/Makefile [$(build-bounded) = yes]
33027         ($(tests:%=$(objpfx)%-bp): Likewise.
33028         * misc/Makefile [$(build-bounded) = yes]
33029         ($(objpfx)tst-tsearch-bp): Likewise.
33030         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33031         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33032         Remove dependency.
33033         * string/Makefile (o-objects.ob): Remove variable.
33034         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33035         (CFLAGS-.ob): Remove variable.
33036         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33037         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33038         both definitions of variable.
33039         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33040         (ASFLAGS-.ob): Remove variable.
33042 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33044         [BZ #13550]
33045         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33046         Remove __BOUNDED_POINTERS__ from condition.
33047         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33048         * string/bits/string2.h [!__NO_STRING_INLINES &&
33049         !__BOUNDED_POINTERS__]: Likewise.
33050         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33051         Likewise.
33052         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33053         Remove conditional code.
33054         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33055         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33056         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33057         condition.
33059         [BZ #13550]
33060         * csu/libc-start.c: Do not include <bp-sym.h>.
33061         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33062         * elf/dl-open.c: Do not include <bp-sym.h>.
33063         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33064         * math/fegetenv.c: Do not include <bp-sym.h>.
33065         (fegetenv): Do not use BP_SYM in versioned symbols.
33066         * nptl/sysdeps/pthread/bits/libc-lockP.h
33067         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33068         <bp-sym.h>.
33069         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33070         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33071         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33072         (__pthread_mutex_destroy): Likewise.
33073         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33074         (__pthread_mutex_lock): Likewise.
33075         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33076         (__pthread_mutex_trylock): Likewise.
33077         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33078         (__pthread_mutex_unlock): Likewise.
33079         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33080         (__pthread_mutexattr_init): Likewise.
33081         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33082         (__pthread_mutexattr_destroy): Likewise.
33083         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33084         (__pthread_mutexattr_settype): Likewise.
33085         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33086         (__pthread_rwlock_init): Likewise.
33087         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33088         (__pthread_rwlock_destroy): Likewise.
33089         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33090         (__pthread_rwlock_rdlock): Likewise.
33091         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33092         (__pthread_rwlock_tryrdlock): Likewise.
33093         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33094         (__pthread_rwlock_wrlock): Likewise.
33095         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33096         (__pthread_rwlock_trywrlock): Likewise.
33097         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33098         (__pthread_rwlock_unlock): Likewise.
33099         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33100         (__pthread_key_create): Likewise.
33101         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33102         (__pthread_setspecific): Likewise.
33103         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33104         (__pthread_getspecific): Likewise.
33105         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33106         Likewise.
33107         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33108         (_pthread_cleanup_push_defer): Likewise.
33109         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33110         (_pthread_cleanup_pop_restore): Likewise.
33111         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33112         (pthread_setcancelstate): Likewise.
33113         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33114         <bp-sym.h>.
33115         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33116         (memchr): Do not use BP_SYM in weak_alias.
33117         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33118         (fegetenv): Do not use BP_SYM in versioned symbols.
33119         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33120         (fesetenv): Do not use BP_SYM in versioned symbols.
33121         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33122         (feupdateenv): Do not use BP_SYM in versioned symbols.
33123         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33124         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33125         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33126         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33127         (open64): Do not use BP_SYM in weak_alias.
33128         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33129         (fegetenv): Do not use BP_SYM in versioned symbols.
33130         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33131         (fesetenv): Do not use BP_SYM in versioned symbols.
33132         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33133         (feupdateenv): Do not use BP_SYM in versioned symbols.
33134         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33135         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33136         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33137         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33138         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33139         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33140         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33141         <bp-sym.h>.
33142         (__libc_start_main): Do not use BP_SYM.
33144 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33146         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33147         redundant return line.
33148         (norm): Likewise.
33149         (denorm): Likewise.
33150         (dbl_mp): Likewise.
33151         (sub_magnitudes): Likewise.
33152         (__add): Likewise.
33153         (__sub): Likewise.
33154         (__mul): Likewise.
33155         (__inv): Likewise.
33156         (__dvd): Likewise.
33157         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
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.
33168         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33169         instead of __mul.
33170         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33171         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33172         (cc32): Likewise.
33174         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33175         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33176         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33177         of __mul for squares.
33178         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33179         function
33180         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33181         Likewise.
33182         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33183         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33185 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33187         [BZ #13550]
33188         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33189         code.
33190         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33191         prototype or function definition.  Rename ubp_* variables and
33192         parameters.  Remove argv definitions conditional on
33193         [__BOUNDED_POINTERS__].
33194         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33195         * elf/dl-runtime.c (_dl_fixup): Likewise.
33196         * include/set-hooks.h (RUN_HOOK): Likewise.
33197         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33198         definition.
33199         * string/strcpy.c (strcpy): Do not use __unbounded.
33200         * sysdeps/generic/frame.h (struct layout): Likewise.
33201         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33202         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33203         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33204         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33205         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33206         (__backtrace): Likewise.
33207         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33208         use __ptrvalue.
33209         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33210         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33211         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33212         Likewise.
33213         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33214         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33215         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33216         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33217         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33218         Do not use __unbounded.
33219         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33220         Rename __unboundedrlimits parameter to rlimits in prototype.
33221         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33222         Do not use __unbounded.
33223         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33224         not use __ptrvalue.
33225         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33226         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33227         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33228         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33229         __ptrvalue or __unbounded.
33230         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33231         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33232         use __unbounded.
33233         (__new_msgctl): Do not use __ptrvalue.
33234         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33235         __unbounded.
33236         (__libc_msgrcv): Do not use __ptrvalue.
33237         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33238         startup_info): Do not use __unbounded.
33239         (__libc_start_main): Likewise.  Rename ubp_* variables and
33240         parameters.  Remove argv definitions conditional on
33241         [__BOUNDED_POINTERS__].
33242         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33243         __ptrvalue.
33244         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33245         use __unbounded.
33246         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33247         or __ptrvalue.
33248         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33249         use __unbounded.
33250         (__new_shmctl): Do not use __ptrvalue.
33251         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33252         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33253         Likewise.
33254         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33255         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33256         (__libc_sigaction): Likewise.
33257         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33258         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33259         Likewise.
33260         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33262 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33264         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33266         * string/mempcpy.c: Implement by calling memcpy.
33268 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33270         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33272         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33273         evaluation.
33275         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33276         values in the mantissa.
33278         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33279         minimize writes to Z.
33280         (sub_magnitudes): Simplify code a bit.
33282 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33284         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33285         from the message.  The linker prefixes all warnings with that already.
33287 2013-02-12  Andreas Schwab  <schwab@suse.de>
33289         [BZ #15078]
33290         * posix/regexec.c (extend_buffers): Add parameter min_len.
33291         (check_matching): Pass minimum needed length.
33292         (clean_state_log_if_needed): Likewise.
33293         (get_subexp): Likewise.
33294         * posix/Makefile (tests): Add bug-regex34.
33295         (bug-regex34-ENV): Define.
33296         * posix/bug-regex34.c: New file.
33298         [BZ #11561]
33299         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33300         elements compare against the byte sequence of it, not its name.
33301         * posix/Makefile (tests): Add bug-regex35.
33302         (bug-regex35-ENV): Define.
33303         * posix/bug-regex35.c: New file.
33305 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33307         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33308         comment.
33309         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33310         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33311         (CHECK_EOL): Add undef.
33313 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33315         * bits/stdlib-bsearch.h: New file.
33316         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33317         * stdlib/stdlib.h: Likewise.
33319 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33321         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33322         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33323         declaration.
33324         * manual/search.texi (Array Search Function): Add missing const in
33325         lfind prototype.
33326         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33327         declaration to use rlim_t.
33328         (Basic Scheduling Functions): Remove erroneous const from
33329         sched_getparam prototype.  Remove erroneous * from
33330         sched_get_priority_max and sched_get_priority_min prototypes.
33331         (Resource Usage): Fix summary @comment on vtimes to refer to
33332         sys/vtimes.h rather than vtimes.h.
33333         Add missing *s in vtimes prototype.
33334         (Limits on Resources): Fix ulimit prototype to return long int.
33335         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33336         prototypes to use long int rather than double.
33337         (BSD Random): Fix initstate and setstate to use char *, not void *.
33338         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33339         prototype to make second argument 'struct aiocb64 *const[]'.
33340         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33341         (Status of AIO Operations): Remove erroneous const in aio_return and
33342         aio_return64 prototypes.
33343         (Synchronizing I/O): Fix sync prototype to return void.
33344         * manual/startup.texi (Suboptions): Remove an erroneous const in
33345         getsubopt prototype.
33346         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33347         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33348         use size_t rather than int.
33349         (Scanning All Users): Likewise for getpwent_r.
33350         (Setting Groups): Add missing const to setgroups prototype.
33351         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33352         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33353         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33354         'const void *' rather than 'const char *'.
33355         (Host Address Functions): Likewise for inet_ntop.
33356         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33357         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33358         ssize_t for return value.
33359         (Sending Data): Likewise for send, sendto, sendmsg.
33360         (Socket Option Functions): Add a missing const in setsockopt prototype.
33361         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33362         use wchar_t for the argument.
33363         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33364         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33365         take no arguments.
33366         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33367         double/float/long double for second argument.
33368         Fix return types of significand, significandf, significandl.
33369         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33370         argument in fchmod prototype.
33371         (File Owner): Use uid_t and gid_t in fchown prototype.
33372         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33373         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33374         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33375         use 'const struct dirent **' as argument types to CMP function pointer
33376         argument.
33377         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33378         (File Times): Fix summary magic @comment for struct utimbuf and utime
33379         to refer to utime.h, not time.h.
33380         * manual/string.texi (Argz Functions): Add missing const in
33381         argz_extract and argz_next prototypes.
33382         (Finding Tokens in a String): Likewise for basename.
33383         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33384         (Copying and Concatenation): Fix typo in wmemmove prototype.
33385         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33386         (Signal Stack): Remove erroneous const in sigstack prototype.
33387         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33388         prototype.
33389         (Simple Calendar Time): Likewise for stime.
33390         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33391         prototype.
33392         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33393         say sys/sysctl.h instead.
33394         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33395         and vsyslog prototypes.
33397 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33399         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33400         Remove.
33402 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33404         * misc/sys/mman.h: Fix typo in mremap comment.
33406 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33408         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33409         the '\0' terminator.
33411 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33413         [BZ #13550]
33414         * debug/segfault.c: Don't include <bp-checks.h>.
33415         * sysdeps/generic/bp-checks.h: Remove file.
33416         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33417         (__GETDENTS): Don't use CHECK_N.
33418         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33419         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33420         (__getgroups): Don't use CHECK_N.
33421         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33422         (setgroups): Don't use CHECK_N.
33423         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33424         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33425         (__libc_msgrcv): Don't use CHECK_N.
33426         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33427         (__libc_msgsnd): Don't use CHECK_N.
33428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33429         <bp-checks.h>.
33430         (__libc_pread): Don't use CHECK_N.
33431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33432         include <bp-checks.h>.
33433         (__libc_pread64): Don't use CHECK_N.
33434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33435         include <bp-checks.h>.
33436         (__libc_pwrite): Don't use CHECK_N.
33437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33438         include <bp-checks.h>.
33439         (__libc_pwrite64): Don't use CHECK_N.
33440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33441         <bp-checks.h>.
33442         (__libc_pread): Don't use CHECK_N.
33443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33444         include <bp-checks.h>.
33445         (__libc_pread64): Don't use CHECK_N.
33446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33447         include <bp-checks.h>.
33448         (__libc_pwrite): Don't use CHECK_N.
33449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33450         include <bp-checks.h>.
33451         (__libc_pwrite64): Don't use CHECK_N.
33452         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33453         (do_pread): Don't use CHECK_N.
33454         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33455         (do_pread64): Don't use CHECK_N.
33456         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33457         (do_pwrite): Don't use CHECK_N.
33458         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33459         (do_pwrite64): Don't use CHECK_N.
33460         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33461         (__libc_readv): Don't use CHECK_N.
33462         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33463         (semop): Don't use CHECK_N.
33464         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33465         <bp-checks.h>.
33466         (semtimedop): Don't use CHECK_N.
33467         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33468         (__libc_pread): Don't use CHECK_N.
33469         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33470         <bp-checks.h>.
33471         (__libc_pread64): Don't use CHECK_N.
33472         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33473         <bp-checks.h>.
33474         (__libc_pwrite): Don't use CHECK_N.
33475         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33476         <bp-checks.h>.
33477         (__libc_pwrite64): Don't use CHECK_N.
33478         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33479         <bp-checks.h>.
33480         (__libc_msgrcv): Don't use CHECK_N.
33481         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33482         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33483         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33484         (__libc_writev): Don't use CHECK_N.
33486 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33488         * string/strcpy.c: Removed unused variable.
33490         * Makeconfig (+sysdep-includes): Define with := rather than =.
33491         Use an existing include/ subdir of each sysdeps dir before it.
33493 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33495         * nscd/connection.c (register_traced_file): Comment function.
33496         [HAVE_INOTIFY] (union __inev): Define.
33497         [HAVE_INOTIFY] (inotify_check_files): New function.
33498         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33499         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33500         clear_db_cache.
33501         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33503 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33505         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33506         loaded if not already and that a failure is permanent.
33508 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33510         [BZ #15006]
33511         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33512         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33514 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33516         [BZ #13550]
33517         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33518         (CHECK_1_NULL_OK): Likewise.
33519         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33520         (__fxstat): Do not use CHECK_1.
33521         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33522         <bp-checks.h>.
33523         (___fxstat64): Do not use CHECK_1.
33524         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33525         <bp-checks.h>.
33526         (__fxstatat): Do not use CHECK_1.
33527         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33528         <bp-checks.h>.
33529         (__fxstatat64): Do not use CHECK_1.
33530         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33531         <bp-checks.h>.
33532         (__fxstat): Do not use CHECK_1.
33533         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33534         <bp-checks.h>.
33535         (__fxstatat): Do not use CHECK_1.
33536         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33537         <bp-checks.h>.
33538         (__getresgid): Do not use CHECK_1.
33539         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33540         <bp-checks.h>.
33541         (__getresuid): Do not use CHECK_1.
33542         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33543         <bp-checks.h>.
33544         (__lxstat): Do not use CHECK_1.
33545         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33546         <bp-checks.h>.
33547         (__old_msgctl): Do not use CHECK_1.
33548         (__new_msgctl): Likewise.
33549         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33550         <bp-checks.h>.
33551         (__new_setrlimit): Do not use CHECK_1.
33552         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33553         <bp-checks.h>.
33554         (__old_shmctl): Do not use CHECK_1.
33555         (__new_shmctl): Likewise.
33556         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33557         <bp-checks.h>.
33558         (__xstat): Do not use CHECK_1.
33559         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33560         (__lxstat): Do not use CHECK_1.
33561         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33562         <bp-checks.h>.
33563         (___lxstat64): Do not use CHECK_1.
33564         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33565         (__old_msgctl): Do not use CHECK_1.
33566         (__new_msgctl): Likewise.
33567         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33568         <bp-checks.h>.
33569         (__gettimeofday): Do not use CHECK_1.
33570         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33571         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33572         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33573         <bp-checks.h>.
33574         (__gettimeofday): Do not use CHECK_1.
33575         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33576         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33577         (__new_shmctl): Do not use CHECK_1.
33578         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33579         <bp-checks.h>.
33580         (do_sigtimedwait): Do not use CHECK_1.
33581         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33582         <bp-checks.h>.
33583         (do_sigwaitinfo): Do not use CHECK_1.
33584         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33585         <bp-checks.h>.
33586         (msgctl): Do not use CHECK_1.
33587         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33588         <bp-checks.h>.
33589         (shmctl): Do not use CHECK_1.
33590         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33591         (ustat): Do not use CHECK_1.
33592         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33593         <bp-checks.h>.
33594         (__fxstat): Do not use CHECK_1.
33595         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33596         <bp-checks.h>.
33597         (__fxstatat): Do not use CHECK_1.
33598         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33599         <bp-checks.h>.
33600         (__lxstat): Do not use CHECK_1.
33601         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33602         <bp-checks.h>.
33603         (__xstat): Do not use CHECK_1.
33604         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33605         (__xstat): Do not use CHECK_1.
33606         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33607         (___xstat64): Do not use CHECK_1.
33609         [BZ #13550]
33610         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33611         definitions.
33612         (CHECK_BOUNDS_HIGH): Likewise.
33613         * string/strcpy.c: Do not include <bp-checks.h>.
33614         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33616 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33618         * nscd/nscd-client.h (__nscd_drop_map_ref):
33619         Add __attribute__ ((unused)).
33620         * nis/nss-nisplus.h (niserr2nss): Likewise.
33622         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33623         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33625         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33626         Remove inline keyword.
33627         * include/rounding-mode.h (round_away): Likewise.
33628         * libio/wfileops.c (adjust_wide_data): Likewise.
33629         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33630         (__m128i_strloadu_tolower): Likewise.
33631         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33632         (__m128i_strloadu_tolower): Likewise.
33633         * time/mktime.c (ydhms_diff): Likewise.
33634         * locale/elem-hash.h (elem_hash): Likewise.
33635         * locale/setlocale.c (setdata): Likewise.
33636         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33637         (re_string_wchar_at): Likewise.
33638         (bitset_not, bitset_merge, bitset_mask): Likewise.
33639         [!(__GNUC__ > 3)] (inline): Remove macro.
33640         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33641         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33642         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33643         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33644         * string/memcmp.c (memcmp_bytes): Likewise.
33645         * locale/programs/locarchive.c (compute_hashval): Likewise.
33646         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33647         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33648         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33649         * nss/getent.c (print_rpc, print_protocols): Likewise.
33650         (print_passwd, print_group, print_aliases): Likewise.
33651         * nis/nss-nisplus.h (niserr2nss): Likewise.
33652         * nscd/connections.c (restart_p): Likewise.
33653         Change return type to bool.
33655 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33657         * Makeconfig (all-Depend-files): Add existing
33658         $(sorted-subdirs:=/Depend) files.
33659         (all-subdirs): Remove nss.
33660         * sysdeps/unix/inet/Subdirs: Add it here instead.
33661         * hesiod/Depend: New file.
33663         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33664         instead of calling alloca.
33666         * io/lseek.c (__lseek): Rename to __libc_lseek.
33667         Define __lseek as an alias.
33669         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33671 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33673         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33674         else clause and remove check for non-standard endianness.
33676 2013-02-04  David S. Miller  <davem@davemloft.net>
33678         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33680 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33682         [BZ #13550]
33683         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33684         (__ubp_memchr): Remove prototype.
33685         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33686         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33687         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33688         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33689         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33690         Remove alias.
33691         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33692         (__ubp_memchr): Likewise.
33693         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33694         (__ubp_memchr): Likewise.
33695         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33696         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33697         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33698         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33699         CHECK_STRING.
33700         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33701         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33702         (__getcwd): Do not use CHECK_STRING.
33703         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33704         <bp-checks.h>.
33705         (__real_chown): Do not use CHECK_STRING.
33706         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33707         <bp-checks.h>.
33708         (fchownat): Do not use CHECK_STRING.
33709         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33710         CHECK_STRING.
33711         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33712         <bp-checks.h>.
33713         (__lchown): Do not use CHECK_STRING.
33714         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33715         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33716         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33717         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33719         include <bp-checks.h>.
33720         (truncate64): Do not use CHECK_STRING.
33721         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33722         <bp-checks.h>.
33723         (__real_chown): Do not use CHECK_STRING.
33724         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33725         <bp-checks.h>.
33726         (__lchown): Do not use CHECK_STRING.
33727         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33728         <bp-checks.h>.
33729         (__chown): Do not use CHECK_STRING.
33730         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33731         <bp-checks.h>.
33732         (truncate64): Do not use CHECK_STRING.
33733         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33734         Likewise.
33735         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33736         (__xmknod): Do not use CHECK_STRING.
33737         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33738         <bp-checks.h>.
33739         (__xmknodat): Do not use CHECK_STRING.
33740         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33741         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33743 2013-02-04  Andreas Schwab  <schwab@suse.de>
33745         [BZ #14142]
33746         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33747         * include/netdb.h: Likewise for h_errno.
33748         * elf/tst-stackguard1.c: Include <tls.h>.
33750 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33752         * elf/link.h (struct link_map): Extend the l_addr comment.
33753         * include/link.h (struct link_map): Likewise.
33755 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33757         [BZ #13550]
33758         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33759         (BOUNDED_1): Remove macro.
33760         * debug/backtrace.c: Don't include <bp-checks.h>.
33761         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33762         (__backtrace): Likewise.
33763         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33764         <bp-checks.h>.
33765         (__backtrace): Don't use BOUNDED_1.
33766         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33767         <bp-checks.h>.
33768         (__backtrace): Don't use BOUNDED_1.
33769         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33770         (__backtrace): Don't use BOUNDED_1.
33771         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33772         (shmat): Don't use BOUNDED_N.
33774 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33776         [BZ #13550]
33777         * sysdeps/generic/bp-start.h: Remove file.
33778         * csu/libc-start.c: Don't include <bp-start.h>.
33779         (LIBC_START_MAIN): Set up __environ directly instead of using
33780         INIT_ARGV_and_ENVIRON.
33781         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33782         <bp-start.h>.
33784         [BZ #13550]
33785         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33786         definitions.
33787         (CHECK_FCNTL): Likewise.
33788         (CHECK_N_PAGES): Likewise.
33790         [BZ #13550]
33791         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33792         definitions.
33793         (CHECK_SIGSET_NULL_OK): Likewise.
33794         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33795         <bp-checks.h>.
33796         (sigpending): Don't use CHECK_SIGSET.
33797         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33798         <bp-checks.h>.
33799         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33800         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33801         <bp-checks.h>.
33802         (do_sigsuspend): Don't use CHECK_SIGSET.
33803         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33804         use CHECK_SIGSET.
33805         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33806         (do_sigwait): Don't use CHECK_SIGSET.
33807         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33808         use CHECK_SIGSET.
33809         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33810         include <bp-checks.h>.
33811         (sigpending): Don't use CHECK_SIGSET.
33812         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33813         include <bp-checks.h>.
33814         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33815         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33816         <bp-checks.h>.
33817         (sigpending): Don't use CHECK_SIGSET.
33818         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33819         <bp-checks.h>.
33820         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33822         [BZ #13550]
33823         * sysdeps/generic/bp-semctl.h: Remove file.
33824         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33825         <bp-checks.h> and <bp-semctl.h>.
33826         (__old_semctl): Don't use CHECK_SEMCTL.
33827         (__new_semctl): Likewise.
33828         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33829         and <bp-semctl.h>.
33830         (__old_semctl): Don't use CHECK_SEMCTL.
33831         (__new_semctl): Likewise.
33832         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33833         <bp-checks.h> and <bp-semctl.h>.
33834         (__old_semctl): Don't use CHECK_SEMCTL.
33835         (__new_semctl): Likewise.
33836         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33837         <bp-checks.h> and <bp-semctl.h>.
33838         (semctl): Don't use CHECK_SEMCTL.
33840         [BZ #13550]
33841         * Makerules (elide-bp-thunks): Remove variable.
33842         (elide-routines.oS): Don't use $(elide-bp-thunks).
33843         (elide-routines.os): Likewise.
33844         (elide-routines.o): Likewise.
33845         (elide-routines.op): Likewise.
33846         (elide-routines.og): Likewise.
33847         (objects): Don't use $(bp-thunks).
33848         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33849         include.
33850         (common-generated): Do not add s-proto-bp.d.
33851         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33852         (int): Likewise.
33853         (typ): Likewise.
33854         Do not generate makefile rules for bounded-pointer thunks.
33855         * sysdeps/generic/bp-thunks.h: Remove file.
33856         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33857         * sysdeps/unix/s-proto-bp.S: Likewise.
33859         [BZ #15062]
33860         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33861         parts of result separately when argument is not close to line from
33862         -i to i and one part of argument is small.
33863         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33864         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33865         * math/libm-test.inc (cacos_test): Add more tests.
33866         (casin_test): Likewise.
33867         (casinh_test): Likewise.
33868         * sysdeps/i386/fpu/libm-test-ulps: Update.
33869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33871 2013-01-31  David S. Miller  <davem@davemloft.net>
33873         * po/de.po: Update from translation team.
33875 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33877         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33879 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33881         * configure.in (_AC_PROG_CC_C89): New definition.
33882         * configure: Regenerate.
33884         * configure.in (AC_PROG_CPP): New definition.
33885         * configure: Regenerate.
33887 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33889         * debug/tst-backtrace.h: New file.
33890         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33891         (ret): Remove variable.
33892         (x): Likewise.
33893         (FAIL): Remove macro.
33894         (NO_INLINE): Likewise.
33895         (fn1): Use match function instead of strstr.
33896         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33897         (ret): Remove variable.
33898         (x): Likewise.
33899         (FAIL): Remove macro.
33900         (NO_INLINE): Likewise.
33901         (fn): Use match function instead of strstr.
33902         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33903         (ret): Remove variable.
33904         (x): Likewise.
33905         (FAIL): Remove macro.
33906         (NO_INLINE): Likewise.
33907         (handle_signal): Use match function instead of strstr.
33908         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33909         (ret): Remove variable.
33910         (x): Likewise.
33911         (FAIL): Remove macro.
33912         (NO_INLINE): Likewise.
33913         (handle_signal): Use match function instead of strstr.
33915 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33917         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33919 2013-01-23  David S. Miller  <davem@davemloft.net>
33921         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33922         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33923         argument of CAS if possible.
33924         * sysdeps/sparc/sparc64/bits/atomic.h
33925         (__arch_compare_and_exchange_val_32_acq): Likewise.
33926         (__arch_compare_and_exchange_val_64_acq): Likewise.
33928 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33930         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33931         * sysdeps/posix/ulimit.c: ... this.
33932         Include <limits.h>.
33933         * sysdeps/unix/bsd/ulimit.c: Remove file.
33935 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33937         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33938         (LDFLAGS-tst-array5): Likewise.
33940 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33942         [BZ #15036]
33943         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33944         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33945         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33946         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33948 2013-01-21  David S. Miller  <davem@davemloft.net>
33950         * sysdeps/sparc/backtrace.c: New file.
33951         * sysdeps/sparc/sparc32/backtrace.h: New file.
33952         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33953         * sysdeps/sparc/sparc64/backtrace.h: New file.
33954         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33955         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33956         -funwind-tables.
33958 2013-01-21  Andreas Schwab  <schwab@suse.de>
33960         [BZ #15020]
33961         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33962         closed its stdout.
33964 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33966         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33967         "mpa2.h".
33968         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33970 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33971             Mark Mitchell  <mark@codesourcery.com>
33972             Tom de Vries  <tom@codesourcery.com>
33973             Paul Pluzhnikov  <ppluzhnikov@google.com>
33975         * debug/tst-backtrace2.c: New file.
33976         * debug/tst-backtrace3.c: Likewise.
33977         * debug/tst-backtrace4.c: Likewise.
33978         * debug/tst-backtrace5.c: Likewise.
33979         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33980         (CFLAGS-tst-backtrace3.c): Likewise.
33981         (CFLAGS-tst-backtrace4.c): Likewise.
33982         (CFLAGS-tst-backtrace5.c): Likewise.
33983         (LDFLAGS-tst-backtrace2): Likewise.
33984         (LDFLAGS-tst-backtrace3): Likewise.
33985         (LDFLAGS-tst-backtrace4): Likewise.
33986         (LDFLAGS-tst-backtrace5): Likewise.
33987         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33988         tst-backtrace4 and tst-backtrace5.
33990 2013-01-18  Anton Blanchard  <anton@samba.org>
33991             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33993         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33994         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33995         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33996         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33998         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33999         "+r" and remove output regs list as redundant.  Add explicit inline
34000         asm to specify register of return val to work around compiler codegen
34001         bug.  Remove (int) cast on return value.  Add return type parameter to
34002         use in macro so that this macro does not truncate return value for
34003         64-bit values.
34004         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34005         pass to INTERNAL_VSYSCALL_NCS.
34006         (INLINE_VSYSCALL): Add 'long int' as return type to
34007         INTERNAL_VSYSCALL_NCS macro invocation.
34008         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34009         INTERNAL_VSYSCALL_NCS macro invocation.
34010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34012 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34014         [BZ #14496]
34015         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34016         Fix application of SIMD FP exception mask.
34018         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34019         mp_no from a power of two.
34020         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34021         __mpexp_twomm1.  Use __pow_mp.
34023         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34024         multiplication.
34026 2013-01-17  David S. Miller  <davem@davemloft.net>
34028         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34030 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34032         [BZ #15023]
34033         * include/complex.h: Condition contents on [!_COMPLEX_H].
34034         (__kernel_casinhf): New prototype.
34035         (__kernel_casinh): Likewise.
34036         (__kernel_casinhl): Likewise.
34037         * math/Makefile (libm_calls): Add k_casinh.
34038         * math/k_casinh.c: New file.
34039         * math/k_casinhf.c: Likewise.
34040         * math/k_casinhl.c: Likewise.
34041         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34042         finite nonzero arguments.
34043         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34044         finite nonzero arguments.
34045         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34046         finite nonzero arguments.
34047         * math/s_casinh.c: Do not include <float.h>.
34048         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34049         * math/s_casinhf.c: Do not include <float.h>.
34050         (__casinhf): Move code for finite nonzero arguments to
34051         k_casinhf.c.
34052         * math/s_casinhl.c: Do not include <float.h>.
34053         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34054         redefine.
34055         (__casinhl): Move code for finite nonzero arguments to
34056         k_casinhl.c.
34057         * math/libm-test.inc (cacos_test): Add more tests.
34058         * sysdeps/i386/fpu/libm-test-ulps: Update.
34059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34061 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34063         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34064         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34065         [!HAVE_MREMAP]: Remove [defined linux] case.
34066         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34068 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34070         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34072 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34074         * elf/elf.h (R_386_SIZE32): New relocation.
34075         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34076         R_386_SIZE32.
34077         (elf_machine_rela): Likewise.
34078         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34079         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34081 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34083         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34084         (FP_FAST_FMA): Do not define.
34085         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34086         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34087         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34088         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34089         !_SOFT_FLOAT]: Likewise.
34090         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34091         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34092         value.
34093         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34094         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34095         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34096         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34097         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34098         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34099         file.
34101 2013-01-16  Andreas Schwab  <schwab@suse.de>
34103         [BZ #14327]
34104         * include/stdlib.h (__mktemp): Add declaration.
34105         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34106         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34108 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34110         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34111         definitions.
34112         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34113         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34114         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34115         definitions here.
34116         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34117         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34118         definitions.
34119         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34120         and ONE.
34121         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34122         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34123         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34124         definitions.
34125         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34126         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34127         definitions.
34128         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34130         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34132 2013-01-15  David S. Miller  <davem@davemloft.net>
34134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34135         trunc{,f} to libm-sysdep_routes.
34136         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34138         file.
34139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34141         file.
34142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34143         file.
34144         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34145         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34146         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34147         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34148         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34149         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34150         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34151         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34154         nearbyint{,f} to libm-sysdep_routes.
34155         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34157         New file.
34158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34159         file.
34160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34161         New file.
34162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34163         file.
34164         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34165         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34166         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34167         file.
34168         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34169         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34170         file.
34171         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34172         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34173         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34175         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34176         libc_feholdexcept and libc_fesetenv.
34178 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34180         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34182 2013-01-14  David S. Miller  <davem@davemloft.net>
34184         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34185         (SPARC_ASM_VIS2_IFUNC): Likewise.
34186         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34188         use of 'siam' instruction.
34189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34190         Likewise.
34191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34192         Likewise.
34193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34194         Likewise.
34195         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34196         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34197         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34198         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34200         file.
34201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34202         file.
34203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34204         file.
34205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34206         file.
34207         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34208         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34209         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34210         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34212         new VIS2 routines.
34213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34216         Likewise.
34217         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34218         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34219         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34220         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34222         routines to libm-sysdep_routines.
34223         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34226         fdim/fdimf to libm-sysdep_routines.
34227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34228         file.
34229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34231         file.
34232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34233         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34234         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34235         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34236         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34237         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34238         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34240 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34242         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34243         to optimize copies.
34245         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34246         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34247         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34249         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34250         local variable MPTWO.
34251         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34252         Likewise.
34254 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34256         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34257         GLOB_NOESCAPE.
34259 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34261         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34263 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34265         * manual/pattern.texi (glob_t): Document gl_flags.
34266         (glob64_t): Likewise.
34268 2013-01-11  David S. Miller  <davem@davemloft.net>
34270         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34271         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34272         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34273         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34274         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34275         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34276         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34277         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34278         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34279         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34280         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34281         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34282         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34284         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34285         sparc V9 rather than using V8 code.
34286         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34287         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34289         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34290         Move to...
34291         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34292         Here.
34294 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34296         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34297         not in the main loop.
34298         * configure: Regenerated.
34300 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34302         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34303         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34304         to just #else.
34305         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34306         [!__GLIBC_HAVE_LONG_LONG] case.
34307         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34308         condition to just #else.
34309         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34310         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34311         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34312         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34313         unconditional.
34314         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34315         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34316         #elif condition to just #else.
34317         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34318         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34319         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34320         #elif condition to just #else.
34322 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34324         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34325         (EF_MIPS_ARCH_64): Fix value.
34326         (EF_MIPS_ARCH_32R2): New.
34327         (EF_MIPS_ARCH_64R2): New.
34329 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34331         * Makeconfig (+link-pie-before-libc): New.
34332         (+link-pie-after-libc): Likewise.
34333         (+link-pie-tests): Likewise.
34334         (+link-pie): Rewritten.
34335         (link-before-libc): Remove $(config-LDFLAGS).
34336         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34337         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34338         (config-LDFLAGS): Renamed to ...
34339         (rtld-LDFLAGS): This.
34340         (rtld-tests-LDFLAGS): New macro.
34341         (link-libc-rpath-link): Likewise.
34342         (link-libc-tests-rpath-link): Likewise.
34343         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34344         (link-libc): Prepand $(link-libc-rpath-link).
34345         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34346         (test-program-prefix): New macro.
34347         (test-via-rtld-prefix): Likewise.
34348         (test-program-cmd): Likewise.
34349         (host-test-program-cmd): Likewise.
34350         * Makefile ($(common-objpfx)testrun.sh): Replace
34351         $(run-program-prefix) with $(test-program-prefix).
34352         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34353         $(rtld-LDFLAGS).
34354         ($(common-objpfx)shlib.lds): Likewise.
34355         (build-module-helper): Likewise.
34356         ($(common-objpfx)format.lds): Likewise.
34357         * Rules (binaries-pie-tests): New.
34358         (binaries-pie-notests): Likewise.
34359         (binaries-pie): Rewritten.
34360         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34361         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34362         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34363         (make-test-out): Replace $(host-built-program-cmd) with
34364         $(host-test-program-cmd).
34365         * config.make.in (build-hardcoded-path-in-tests): New variable.
34366         * configure.in (--enable-hardcoded-path-in-tests): New configure
34367         option.
34368         (hardcoded_path_in_tests): New AC_SUBST.
34369         * configure: Regenerated.
34370         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34371         $(built-program-cmd) with $(test-program-cmd).
34372         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34373         (test_program_cmd): This.
34374         * elf/Makefile ($(objpfx)order.out): Run test with
34375         $(test-program-prefix).
34376         ($(objpfx)order2.out): Likewise.
34377         ($(objpfx)tst-initorder.out): Likewise.
34378         ($(objpfx)tst-initorder2.out): Likewise.
34379         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34380         $(test-program-cmd).
34381         ($(objpfx)tst-array1-static.out): Likewise.
34382         ($(objpfx)tst-array2.out): Likewise.
34383         ($(objpfx)tst-array3.out): Likewise.
34384         ($(objpfx)tst-array4.out): Likewise.
34385         ($(objpfx)tst-array5.out): Likewise.
34386         ($(objpfx)tst-array5-static.out): Likewise.
34387         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34388         $(test-program-cmd).
34389         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34390         $(run-program-prefix) with $(test-program-prefix).
34391         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34392         (test_program_prefix): This.
34393         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34394         $(run-program-prefix) with $(test-program-prefix).
34395         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34396         (test_program_prefix): This.
34397         * iconvdata/tst-tables.sh: Likewise.
34398         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34399         $(run-program-prefix) with $(test-program-prefix).
34400         ($(objpfx)tst-translit.out): Likewise.
34401         ($(objpfx)tst-gettext2.out): Likewise.
34402         ($(objpfx)tst-gettext4.out): Likewise.
34403         ($(objpfx)tst-gettext6.out): Likewise.
34404         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34405         (test_program_prefix): This.
34406         * intl/tst-gettext2.sh: Likewise.
34407         * intl/tst-gettext4.sh  Likewise.
34408         * intl/tst-gettext6.sh: Likewise.
34409         * intl/tst-translit.sh: Likewise.
34410         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34411         with $(test-program-cmd).
34412         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34413         $(run-program-prefix) with $(test-program-prefix).
34414         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34415         (test_program_prefix): This.
34416         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34417         $(run-program-prefix) with $(test-program-prefix).
34418         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34419         (test_program_prefix): This.
34420         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34421         * posix/Makefile ($(objpfx)globtest.out): Replace
34422         $(run-via-rtld-prefix) and $(test-wrapper) with
34423         $(test-program-prefix) and $(test-via-rtld-prefix).
34424         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34425         $(test-program-prefix).
34426         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34427         $(host-test-program-cmd).
34428         (tst-spawn-ARGS): Likewise.
34429         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34430         $(test-program-prefix).
34431         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34432         (test_via_rtld_prefix): This.
34433         (test_wrapper): Renamed to ...
34434         (test_program_prefix): This.
34435         (run_program_prefix): Replaced by test_program_prefix.
34436         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34437         (test_program_prefix): This.
34438         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34439         with $(host-test-program-cmd).
34440         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34441         $(run-program-prefix) with $(test-program-prefix).
34442         ($(objpfx)tst-printf.out): Likewise.
34443         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34444         $(test-program-cmd).
34445         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34446         (test_program_prefix): This.
34447         * stdio-common/tst-unbputc.sh: Likewise.
34448         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34449         $(run-program-prefix) with $(test-program-prefix).
34450         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34451         (test_program_prefix): This.
34452         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34453         $(built-program-cmd) with $(test-program-cmd).
34455 2013-01-11  Andreas Jaeger  <aj@suse.de>
34457         [BZ #15003]
34458         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34459         value. Sync with Linux 3.7.
34461 2013-01-10  David S. Miller  <davem@davemloft.net>
34463         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34464         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34465         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34467 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34469         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34470         never set.
34471         * configure: Regenerated.
34473 2013-01-10  David S. Miller  <davem@davemloft.net>
34475         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34476         sparc V9 rather than using V8 code.
34477         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34478         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34480 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34482         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34483         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34484         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34485         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34486         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34487         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34488         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34489         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34490         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34491         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34492         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34493         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34494         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34495         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34496         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34497         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34498         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34499         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34500         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34501         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34502         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34503         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34504         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34505         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34506         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34507         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34508         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34510 2013-01-10  David S. Miller  <davem@davemloft.net>
34512         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34514 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34516         * posix/Makefile (tests-static): New variable.
34517         (tests): Add $(tests-static).
34518         (tst-exec-static-ARGS): New variable.
34519         (tst-spawn-static-ARGS): Likewise.
34520         * posix/tst-exec-static.c: New file.
34521         * posix/tst-spawn-static.c: Likewise.
34522         * posix/tst-exec.c: Support run directly.
34523         * posix/tst-spawn.c: Likewise.
34525 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34527         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34528         long.
34529         * math/bits/mathcalls.h (llrint): Likewise.
34530         (llround): Likewise.
34531         * stdlib/stdlib.h (struct drand48_data): Likewise.
34532         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34533         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34534         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34535         Likewise.
34536         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34537         Likewise.
34538         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34539         (elf_greg_t): Likewise.
34540         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34541         (__jmp_buf): Likewise.
34542         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34543         definitions.
34544         (llrint): Likewise, for all definitions.
34545         (llrintl): Likewise.
34547         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34548         Remove [__GNUC__] condition.
34549         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34550         condition to just [__USE_ISOC99].
34551         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34553 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34555         [BZ #14200]
34556         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34557         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34558         defined.
34559         (_POSIX_V6_ILP32_OFF32): Likewise.
34560         (_XBS5_ILP32_OFF32): Likewise.
34561         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34562         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34564 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34566         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34568         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34569         doubles __mpexp_twomm1.  Adjust usage.
34570         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34571         Remove.
34573 2013-01-10  Andreas Schwab  <schwab@suse.de>
34575         [BZ #14964]
34576         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34577         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34579 2013-01-09  David S. Miller  <davem@davemloft.net>
34581         [BZ #15003]
34582         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34583         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34584         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34585         (TCP_FASTOPEN): Define.
34586         (tcp_repair_opt): New structure.
34587         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34588         enum values.
34589         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34590         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34591         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34592         (tcp_cookie_transactions): New structure.
34594 2013-01-09  Anton Blanchard  <anton@samba.org>
34596         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34597         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34598         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34599         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34601 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34603         * include/features.h (__USE_ANSI): Remove.
34605 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34607         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34609         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34611 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34613         * sysdeps/s390/fpu/libm-test-ulps: Update.
34615         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34617         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34618         (__acr): Likewise.
34619         (__cpy): Likewise.
34620         (norm): Likewise.
34621         (denorm): Likewise.
34622         (__mp_dbl): Likewise.
34623         (__dbl_mp): Likewise.
34624         (add_magnitudes): Likewise.
34625         (sub_magnitudes): Likewise.
34626         (__add): Likewise.
34627         (__sub): Likewise.
34628         (__mul): Likewise.
34629         (__inv): Likewise.
34630         (__dvd): Likewise.
34631         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34632         (__acr): Likewise.
34633         (__cpy): Likewise.
34634         (norm): Likewise.
34635         (denorm): Likewise.
34636         (__mp_dbl): Likewise.
34637         (__dbl_mp): Likewise.
34638         (add_magnitudes): Likewise.
34639         (sub_magnitudes): Likewise.
34640         (__add): Likewise.
34641         (__sub): Likewise.
34642         (__mul): Likewise.
34643         (__inv): Likewise.
34644         (__dvd): Likewise.
34645         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34646         (__acr): Likewise.
34647         (__cpy): Likewise.
34648         (norm): Likewise.
34649         (denorm): Likewise.
34650         (__mp_dbl): Likewise.
34651         (__dbl_mp): Likewise.
34652         (add_magnitudes): Likewise.
34653         (sub_magnitudes): Likewise.
34654         (__add): Likewise.
34655         (__sub): Likewise.
34656         (__mul): Likewise.
34657         (__inv): Likewise.
34658         (__dvd): Likewise.
34660 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34662         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34663         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34664         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34665         2 && __USE_EXTERN_INLINES]: Likewise.
34667 2013-01-08  Andreas Jaeger  <aj@suse.de>
34669         [BZ# 14985]
34670         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34671         Remove.
34672         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34673         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34675 2013-01-07  Anton Blanchard  <anton@samba.org>
34677         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34678         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34679         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34680         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34681         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34682         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34683         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34684         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34685         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34686         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34687         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34688         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34689         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34690         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34691         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34692         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34693         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34694         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34695         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34696         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34697         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34698         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34699         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34700         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34701         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34702         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34703         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34704         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34705         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34706         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34707         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34708         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34709         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34710         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34711         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34712         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34713         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34714         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34715         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34716         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34717         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34718         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34719         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34721 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34723         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34724         (__MALLOC_PMT): Likewise.
34725         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34726         [__GNUC__], only on [_LIBC].
34727         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34728         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34729         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34730         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34731         forward declaration.
34732         (realloc_hook_ini): Likewise.
34733         (memalign_hook_ini): Likewise.
34734         (__libc_memalign): Do not use __MALLOC_PMT in variable
34735         declaration.
34736         (__libc_valloc): Likewise.
34737         (__libc_pvalloc): Likewise.
34738         (__libc_calloc): Likewise.
34739         (__posix_memalign): Likewise.
34741         [BZ #14996]
34742         * math/s_casinh.c: Include <float.h>.
34743         (__casinh): Do not do computation with squaring and square root
34744         for large arguments.
34745         * math/s_casinhf.c: Include <float.h>.
34746         (__casinhf): Do not do computation with squaring and square root
34747         for large arguments.
34748         * math/s_casinhl.c: Include <float.h>.
34749         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34750         (__casinhl): Do not do computation with squaring and square root
34751         for large arguments.
34752         * math/libm-test.inc (casin_test): Add more tests.
34753         (casinh_test): Likewise.
34754         * sysdeps/i386/fpu/libm-test-ulps: Update.
34755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34757 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34759         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34760         (__x86_64_raw_data_cache_size): Likewise.
34761         (__x86_64_data_cache_size_half): Likewise.
34762         (__x86_64_raw_data_cache_size_half): Likewise.
34763         (__x86_64_shared_cache_size): Likewise.
34764         (__x86_64_raw_shared_cache_size): Likewise.
34765         (__x86_64_shared_cache_size_half): Likewise.
34766         (__x86_64_raw_shared_cache_size_half): Likewise.
34767         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34768         to ...
34769         (__x86_data_cache_size): This.
34770         (__x86_64_raw_data_cache_size): Renamed to ...
34771         (__x86_raw_data_cache_size): This.
34772         (__x86_64_data_cache_size_half): Renamed to ...
34773         (__x86_data_cache_size_half): This.
34774         (__x86_64_raw_data_cache_size_half): Renamed to ...
34775         (__x86_raw_data_cache_size_half): This.
34776         (__x86_64_shared_cache_size): Renamed to ...
34777         (__x86_shared_cache_size): This.
34778         (__x86_64_raw_shared_cache_size): Renamed to ...
34779         (__x86_raw_shared_cache_size): This.
34780         (__x86_64_shared_cache_size_half): Renamed to ...
34781         (__x86_shared_cache_size_half): This.
34782         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34783         (__x86_raw_shared_cache_size_half): This.
34784         * sysdeps/x86_64/memcpy.S: Updated.
34785         * sysdeps/x86_64/memset.S: Likewise.
34786         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34787         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34788         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34790 2013-01-04  David S. Miller  <davem@davemloft.net>
34792         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34794 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34796         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34797         1 to avoid redefinition warning.
34798         (__USE_GNU): Don't define.
34799         (init_signaling_nan): Protoize.
34801         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34803 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34805         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34806         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34807         (__cpymn): Likewise.
34808         (norm): Remove commented code.
34809         (denorm): Likewise.
34810         (__mp_dbl): Likewise.
34811         (__inv): Likewise.
34812         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34813         (__cpymn): Likewise.
34814         (norm): Remove commented code.
34815         (denorm): Likewise.
34816         (__mp_dbl): Likewise.
34817         (__inv): Likewise.
34819         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34820         mp_no value for 1.0 and 2.0.
34821         (norm): Use RADIXI instead of radixi.d.
34822         (denorm): Likewise.
34823         (__mul): Use 0.0 instead of zero.d.
34824         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34825         mp_no value for 1.0 and 2.0.
34826         (norm): Use RADIXI instead of radixi.d.
34827         (denorm): Likewise.
34828         (__mul): Use 0.0 instead of zero.d.
34830 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34832         [BZ #14994]
34833         * math/s_casinh.c (__casinh): Reduce finite argument to first
34834         quadrant then set signs of results at the end.
34835         * math/s_casinhf.c (__casinhf): Likewise.
34836         * math/s_casinhl.c (__casinhl): Likewise.
34837         * math/libm-test.inc (casin_test): Add more tests.
34838         (casinh_test): Likewise.
34839         * sysdeps/i386/fpu/libm-test-ulps: Update.
34840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34842 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34844         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34846         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34848         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34849         declarations.
34850         (denorm): Likewise.
34851         (__mp_dbl): Likewise.
34852         (__inv): Likewise.
34854         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34855         and adjust the header comment.
34857         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34858         variable name from declaration.
34860 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34862         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34863         Initialize COMMON_CPUID_INDEX_7 element.
34864         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34865         (CPUID_RTM): Likewise.
34866         (HAS_RTM): Likewise.
34867         (COMMON_CPUID_INDEX_7): New enum.
34869 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34871         [BZ #14981]
34872         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34873         size is zero, record memory as freed.
34875 2013-01-03  Andreas Jaeger  <aj@suse.de>
34877         * po/ia.po: Add new Interlingua translation.
34879 2012-01-03  Allan McRae  <allan@archlinux.org>
34881         * locale/programs/localedef.c: Fix description of '--posix' flag.
34883 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34885         * NEWS: Update dates in second copyright notice.
34886         * README: Update copyright dates in example.
34887         * manual/libc.texinfo: Update copyright dates.
34888         * scripts/test-installation.pl: Update copyright date in --version
34889         output.
34891         * hurd/ctty-input.c: Fix copyright notice formatting.
34892         * hurd/ctty-output.c: Likewise.
34893         * hurd/dtable.c: Likewise.
34894         * hurd/hurd-raise.c: Likewise.
34895         * hurd/hurdprio.c: Likewise.
34896         * hurd/msgportdemux.c: Likewise.
34897         * misc/sys/file.h: Likewise.
34898         * misc/sys/ioctl.h: Likewise.
34899         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34900         * sysdeps/mach/hurd/chdir.c: Likewise.
34901         * sysdeps/mach/hurd/fchdir.c: Likewise.
34902         * sysdeps/mach/hurd/rename.c: Likewise.
34903         * sysdeps/mach/hurd/rmdir.c: Likewise.
34904         * sysdeps/mach/hurd/seekdir.c: Likewise.
34905         * sysdeps/mach/hurd/setsid.c: Likewise.
34906         * sysdeps/posix/wait3.c: Likewise.
34908         * All files with FSF copyright notices: Update copyright dates
34909         using scripts/update-copyrights.
34910         * intl/plural.c: Regenerated.
34911         * locale/programs/charmap-kw.h: Likewise.
34912         * locale/programs/locfile-kw.h: Likewise.
34914 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34916         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34917         four values.
34919         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34920         calculation loop and add branch prediction.
34922         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34923         check access beyond bounds of m1np.
34925         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34926         MPTWO.
34927         (__inv): Remove local variable MPTWO to use the global
34928         constant.
34929         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34930         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34931         variable MPTWO.
34932         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34933         MP3HALFS static const.
34935 2013-01-01  David S. Miller  <davem@davemloft.net>
34937         * po/ca.po: Update from translation team.
34939 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34941         * scripts/update-copyrights: New file.
34942         * Makeconfig: Reformat copyright notice.
34943         * ctype/ctype.h: Likewise.
34944         * debug/swprintf_chk.c: Likewise.
34945         * elf/dl-cache.c: Likewise.
34946         * elf/dl-debug.c: Likewise.
34947         * elf/dl-object.c: Likewise.
34948         * grp/initgroups.c: Likewise.
34949         * hurd/Makefile: Likewise.
34950         * hurd/hurd/signal.h: Likewise.
34951         * hurd/hurdfault.c: Likewise.
34952         * hurd/hurdioctl.c: Likewise.
34953         * hurd/hurdlookup.c: Likewise.
34954         * hurd/intr-msg.c: Likewise.
34955         * iconv/gconv_open.c: Likewise.
34956         * libio/swprintf.c: Likewise.
34957         * locale/lc-ctype.c: Likewise.
34958         * locale/nl_langinfo.c: Likewise.
34959         * mach/Machrules: Likewise.
34960         * mach/Makefile: Likewise.
34961         * malloc/obstack.h: Likewise.
34962         * manual/Makefile: Likewise.
34963         * manual/tsort.awk: Likewise.
34964         * misc/bits/stab.def: Likewise.
34965         * nis/nis_print_group_entry.c: Likewise.
34966         * nis/nis_table.c: Likewise.
34967         * nis/nss_compat/compat-pwd.c: Likewise.
34968         * nis/nss_compat/compat-spwd.c: Likewise.
34969         * po/Makefile: Likewise.
34970         * posix/fnmatch.c: Likewise.
34971         * posix/regex.h: Likewise.
34972         * resolv/Makefile: Likewise.
34973         * resolv/nss_dns/dns-network.c: Likewise.
34974         * resolv/res_hconf.c: Likewise.
34975         * scripts/gen-sorted.awk: Likewise.
34976         * soft-fp/soft-fp.h: Likewise.
34977         * stdio-common/printf.h: Likewise.
34978         * stdlib/monetary.h: Likewise.
34979         * stdlib/random.c: Likewise.
34980         * stdlib/random_r.c: Likewise.
34981         * sysdeps/generic/Makefile: Likewise.
34982         * sysdeps/gnu/Makefile: Likewise.
34983         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34984         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34985         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34986         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34987         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34988         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34989         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34990         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34991         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34992         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34993         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34994         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34995         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34996         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34997         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34998         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34999         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35000         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35001         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35002         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35003         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35004         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35005         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35006         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35007         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35008         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35009         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35010         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35011         * sysdeps/mach/hurd/errnos.awk: Likewise.
35012         * sysdeps/mach/hurd/fork.c: Likewise.
35013         * sysdeps/mach/hurd/getcwd.c: Likewise.
35014         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35015         * sysdeps/mach/hurd/mmap.c: Likewise.
35016         * sysdeps/mach/hurd/utimes.c: Likewise.
35017         * sysdeps/mach/hurd/xmknod.c: Likewise.
35018         * sysdeps/posix/profil.c: Likewise.
35019         * sysdeps/posix/readdir_r.c: Likewise.
35020         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35021         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35022         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35023         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35024         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35025         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35026         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35027         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35028         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35029         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35030         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35031         * sysdeps/pthread/lio_listio.c: Likewise.
35032         * sysdeps/sparc/dl-procinfo.h: Likewise.
35033         * sysdeps/unix/i386/sysdep.S: Likewise.
35034         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35035         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35036         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35037         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35039         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35040         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35041         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35042         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35043         * sysdeps/wordsize-32/divdi3.c: Likewise.
35044         * time/sys/time.h: Likewise.
35045         * wcsmbs/Makefile: Likewise.
35047 2013-01-01  David S. Miller  <davem@davemloft.net>
35049         * po/fr.po: Update from translation team.
35051         * catgets/gencat.c: Update copyright year.
35052         * csu/version.c: Likewise.
35053         * debug/catchsegv.sh: Likewise.
35054         * debug/pcprofiledump.c: Likewise.
35055         * debug/xtrace.sh: Likewise.
35056         * elf/ldconfig.c: Likewise.
35057         * elf/ldd.bash.in: Likewise.
35058         * elf/pldd.c: Likewise.
35059         * elf/sotruss.ksh: Likewise.
35060         * elf/sprof.c: Likewise.
35061         * iconv/iconv_prog.c: Likewise.
35062         * iconv/iconvconfig.c: Likewise.
35063         * locale/programs/locale.c: Likewise.
35064         * locale/programs/localedef.c: Likewise.
35065         * login/programs/pt_chown.c: Likewise.
35066         * malloc/memusage.sh: Likewise.
35067         * malloc/memusagestat.c: Likewise.
35068         * malloc/mtrace.pl: Likewise.
35069         * nscd/nscd.c: Likewise.
35070         * nss/getent.c: Likewise.
35071         * nss/makedb.c: Likewise.
35072         * posix/getconf.c: Likewise.
35074 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35076         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35077         numbers.
35079 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35081         * math/bits/mathcalls.h (modf): Use __nonnull.
35083 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35085         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35086         (split): Use macro CN instead of the bare value.
35087         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35088         could be used.
35089         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35090         instead of the bare value.
35091         (power1): Likewise.
35093 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35095         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35096         __ATAN_TWOM.
35097         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35099         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35100         their values.
35101         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35102         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35103         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35104         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35106 2012-12-28  Andreas Jaeger  <aj@suse.de>
35108         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35109         values are from Linux 3.7.
35111         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35112         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35114 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35116         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35117         TRUE case.
35119         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35120         (norm): Likewise.
35121         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35122         variables with preprocessor constants.
35123         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35124         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35125         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35127 2012-12-27  Bruno Haible  <bruno@clisp.org>
35129         [BZ #14317]
35130         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35131         only if needed.
35133 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35135         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35136         and use variable directly.
35137         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35139         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35140         MPONE.
35141         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35142         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35143         variable MPONE.
35144         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35145         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35146         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35147         include directive.  Remove local variable MPONE.
35148         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35149         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35150         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35152 2012-12-25  David S. Miller  <davem@davemloft.net>
35154         * version.h (RELEASE): Set to "development".
35155         (VERSION): Set to "2.17.90".
35156         * NEWS: Add 2.18 section.
35158 2012-12-21  David S. Miller  <davem@davemloft.net>
35160         * po/hr.po: Update from translation team.
35162 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35164         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35166 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35168         * NEWS:  Mention new memcpy for MIPS.
35170 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35172         * manual/contrib.texi (Contributors): Spelling correction.
35174 2012-12-15  David S. Miller  <davem@davemloft.net>
35176         * po/ru.po: Update from translation team.
35178 2012-12-13  David S. Miller  <davem@davemloft.net>
35180         * NEWS: Mention IFUNC testsuite enhancements.
35182         * po/pl.po: Update from translation team.
35183         * po/bg.po: Likewise.
35185         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35186         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35188 2012-12-11  David S. Miller  <davem@davemloft.net>
35190         * po/sv.po: Update from translation team.
35192         * po/vi.po: Update from translation team.
35194         * po/cs.po: Update from translation team.
35196         * po/de.po: Update from translation team.
35197         * po/eo.po: Likewise.
35198         * po/nl.po: Likewise.
35200 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35202         [BZ #14246]
35203         * manual/argp.texi (Argp Helper Functions): Move node to follow
35204         Argp Parsing State.
35206         [BZ #14872]
35207         * manual/conf.texi (Limits on File System Capacity): Mention if
35208         terminating null is included in the max size.
35210 2012-12-10  Andreas Jaeger  <aj@suse.de>
35212         * po/cs.po: Update from translation team.
35214 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35216         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35217         void pointer and cast to uintptr_t.
35218         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35219         path.
35220         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35221         * sysdeps/s390/s390-64/memset.S: Likewise.
35223 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35225         [BZ #14833]
35226         * menual/message.texi (Message Translation): Fix typos.
35227         (Helper programs for gettext): Likewise.
35229 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35231         [BZ #14898]
35232         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35233         Change to -1.
35235 2012-12-07  David S. Miller  <davem@davemloft.net>
35237         * po/libc.pot: Update.
35239 2012-12-07  Richard Henderson  <rth@redhat.com>
35241         [BZ #10114]
35242         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35243         normal/normal case to before the switch.
35244         (_FP_DIV): Likewise.
35246 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35247             Mike Frysinger  <vapier@gentoo.org>
35249         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35250         check for __NR_fadvise64_64.
35252 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35254         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35255         0, not just to plain "0" as a statement.
35256         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35257         with cw.
35259 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35261         * NEWS: Use sourceware.org in Bugzilla URL.
35263 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35266         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35268         * stdio-common/tst-put-error.c (do_test): Add newline to the
35269         padded test to ensure flush.
35271 2012-12-05  Jeff Law  <law@redhat.com>
35273         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35275 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35277         * README: Don't refer to ports add-on as distributed separately.
35278         Mention AArch64 in list of systems supported in the ports add-on.
35280         * LICENSES: Add more non-FSF copyright and license notices.
35282         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35283         ((unused)).
35285         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35287         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35288         10000 as width of padded output.
35290 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35292         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35294         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35295         variable LX with __attribute__ ((unused)).
35296         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35297         Likewise.
35298         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35299         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35300         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35301         with __attribute__ ((unused)).
35303 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35305         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35307 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35309         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35310         (CFLAGS-nldbl-acos.c): New variable.
35311         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35312         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35313         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35314         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35315         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35316         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35317         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35318         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35319         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35320         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35321         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35322         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35323         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35324         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35325         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35326         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35327         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35328         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35329         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35330         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35331         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35332         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35333         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35334         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35335         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35336         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35337         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35338         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35339         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35340         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35341         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35342         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35343         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35344         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35345         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35346         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35347         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35348         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35349         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35350         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35351         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35352         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35353         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35354         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35355         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35356         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35357         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35358         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35359         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35360         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35361         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35362         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35363         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35364         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35365         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35366         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35367         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35368         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35369         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35370         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35371         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35372         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35373         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35374         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35375         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35376         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35377         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35378         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35379         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35380         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35381         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35382         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35383         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35384         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35385         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35386         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35387         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35388         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35389         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35390         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35391         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35392         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35393         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35394         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35395         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35396         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35397         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35398         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35399         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35400         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35401         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35402         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35403         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35404         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35405         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35406         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35407         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35410         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35412         [BZ #14914]
35413         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35414         whole low double instead of just low 47 bits when splitting values
35415         into two parts.
35417 2012-12-03  Allan McRae  <allan@archlinux.org>
35419         * manual/stdio.texi (Predefined Printf Handlers): Remove
35420         @hsep and @vsep usage.
35422 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35424         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35425         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35427 2012-12-03  Jeff Law  <law@redhat.com>
35429         * time/sys/time.h (settimeofday): Do not mark TV argument
35430         as __nonnull.
35432 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35434         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35435         when currently writing and seek to current position when not.
35436         * libio/Makefile (tests): Remove bug-fclose1.
35437         * libio/bug-fclose1.c: Delete.
35439 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35441         * manual/arith.texi (feenableexcept): Fix typo.
35442         (fedisableexcept): Likewise.
35444 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35446         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35447         second, differently-typed declaration, rather than a cast.
35449 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35451         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35452         * include/rpc/svc.h: ... here.
35454 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35456         [BZ #13013]
35457         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35458         depending n and resplen2 to catch cases where answer
35459         equals answerp2.
35461 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35463         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35464         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35466 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35468         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35470 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35472         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35474 2012-11-28  Jeff Law  <law@redhat.com>
35476         [BZ #13761]
35477         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35478         dataset_temporary.  Track alloca usage into alloca_used.
35479         If dataset is large allocate and release it via malloc/free.
35481 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35483         [BZ #14197]
35484         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35486 2012-11-28  David S. Miller  <davem@davemloft.net>
35488         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35490 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35492         [BZ #14803]
35493         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35494         of pi/2 rounded to nearest to 64 bits.
35495         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35496         nearest to 64 bits.
35497         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35498         bits.
35500 2012-11-28  Jeff Law <law@redhat.com>
35501             Martin Osvald <mosvald@redhat.com>
35503         [BZ #14889]
35504         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35505         * sunrpc/svc.c: Include time.h.
35506         (__svc_accept_failed): New function.
35507         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35508         any reason other than EINTR, call __svc_accept_failed.
35509         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35510         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35512 2012-11-28  Andreas Schwab  <schwab@suse.de>
35514         * scripts/abilist.awk: Also handle indirect functions in .opd
35515         section.
35517 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35519         [BZ #13881]
35520         * sysdeps/x86/fpu/powl_helper.c: New file.
35521         * sysdeps/x86/fpu/Makefile: Likewise.
35522         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35523         (p3): New object.
35524         (__ieee754_powl): Use __powl_helper for finite arguments except
35525         integer exponents below 8.
35526         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35527         (p3): New object.
35528         (__ieee754_powl): Use __powl_helper for finite arguments except
35529         integer exponents below 8.
35530         * math/libm-test.inc (pow_test): Add more tests and enable some
35531         previously disabled tests.
35532         * sysdeps/i386/fpu/libm-test-ulps: Update.
35533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35535 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35536             Carlos O'Donell  <carlos_odonell@mentor.com>
35538         * nss/makedb.c (is_prime): Assert that input is odd and greater
35539         than 4.  Note that fact in a comment too.
35540         (next_prime): Add 4 to input.
35542 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35544         [BZ #11741]
35545         * libio/Makefile (tests): Add test case tst-fwrite-error.
35546         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35547         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35548         * libio/tst-fwrite-error.c: New test case.
35550 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35552         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35553         before casting to void *.
35554         * include/libc-internal.h (__pointer_type): New macro.
35555         (__integer_if_pointer_type_sub): Likewise.
35556         (__integer_if_pointer_type): Likewise.
35557         (cast_to_integer): Likewise.
35558         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35559         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35560         before casting to atomic64_t.
35561         (atomic_exchange_acq): Likewise.
35562         (__arch_exchange_and_add_body): Likewise.
35563         (__arch_add_body): Likewise.
35564         (atomic_add_negative): Likewise.
35565         (atomic_add_zero): Likewise.
35567 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35569         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35570         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35571         (add_fdes): Likewise.
35572         (linear_search_fdes): Likewise.
35573         (binary_search_unencoded_fdes): Likewise.
35575 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35577         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35579 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35581         * configure.in: Autodetect C++ header directories.
35582         * configure: Regenerated.
35584 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35586         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35588 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35590         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35592 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35594         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35595         LDBL_MANT_DIG == 106]: Disable some tests.
35596         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35597         Likewise.
35598         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35599         Likewise.
35601         [BZ #14871]
35602         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35603         input for small inputs.  Return +/- pi/2 for large inputs.
35604         * math/libm-test.inc (atan_test): Add more tests.
35606         * sysdeps/generic/unwind-dw2-fde-glibc.c
35607         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35608         __attribute__ ((unused)).
35610         [BZ #14645]
35611         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35612         x * y if x and y are nonzero and z is zero.
35614         [BZ #14811]
35615         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35616         nonzero exponents with absolute value below 0x1p-117 to +/-
35617         0x1p-117.
35619         [BZ #14869]
35620         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35621         up arguments below 2**-450, not just those below 2**-500.
35622         * math/libm-test.inc (hypot_test): Add another test.
35624         [BZ #14868]
35625         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35626         Return a+b for ratio over 2**120, not 2**60.
35627         * math/libm-test.inc (hypot_test): Add another test.
35629         * math/libm-test.inc (clog_test): Use
35630         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35631         (clog10_test): Likewise.
35633         [BZ #6778]
35634         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35636 2012-11-22  Andreas Schwab  <schwab@suse.de>
35638         * sysdeps/i386/fpu/libm-test-ulps: Update.
35640 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35642         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35643         printf output with newline.
35645 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35647         [BZ #14865]
35648         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35649         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35650         -z nodlopen, -z initfirst and -z execstack support.
35651         * configure: Regenerated.
35653         * elf/elf.h (DF_1_NODIRECT): New macro.
35654         (DF_1_IGNMULDEF): Likewise.
35655         (DF_1_NOKSYMS): Likewise.
35656         (DF_1_NOHDR): Likewise.
35657         (DF_1_EDITED): Likewise.
35658         (DF_1_NORELOC): Likewise.
35659         (DF_1_SYMINTPOSE): Likewise.
35660         (DF_1_GLOBAUDIT): Likewise.
35661         (DF_1_SINGLETON): Likewise.
35662         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35663         DT_1_SUPPORTED_MASK bits.
35664         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35666 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35668         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35670 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35672         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35673         macro.
35675         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35676         (sendmmsg): Move declarations...
35677         * socket/sys/socket.h: ... here.
35678         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35679         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35680         include it from...
35681         * socket/recvmmsg.c: ... this new file.
35682         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35683         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35684         definition of __sendmmsg hidden.
35685         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35686         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35687         Move ENOSYS stub into and include it from...
35688         * socket/sendmmsg.c: ... this new file.
35689         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35690         (sysdep_routines): Move recvmmsg and sendmmsg...
35691         * socket/Makefile (routines): ... here.
35692         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35693         (GLIBC_PRIVATE): Add __sendmmsg.
35694         * include/sys/socket.h (__sendmmsg): Add declarations.
35695         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35696         sendmmsg.
35698 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35700         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35701         variable I1 with __attribute__ ((unused)).
35702         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35704 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35706         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35707         DUMMY variables with __attribute__ ((unused)).
35709         * bits/byteswap.h: Include <bits/types.h>.
35710         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35712 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35714         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35715         string_t.  Do not manually set errno.
35716         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35717         length with __strnlen.  Make sure to both set errno and return it on
35718         failure.
35720 2012-11-19  David S. Miller  <davem@davemloft.net>
35722         With help from Joseph Myers.
35723         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35724         very large arguments properly.
35725         * math/libm-test.inc (atan_test): New tests.
35726         (atan2_test): New tests.
35727         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35728         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35730 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35732         [BZ #14856]
35733         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35734         Define to 3.
35736         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35737         [POSIX] (EADDRNOTAVAIL): Likewise.
35738         [POSIX] (EAFNOSUPPORT): Likewise.
35739         [POSIX] (EALREADY): Likewise.
35740         [POSIX] (ECONNABORTED): Likewise.
35741         [POSIX] (ECONNREFUSED): Likewise.
35742         [POSIX] (ECONNRESET): Likewise.
35743         [POSIX] (EDESTADDRREQ): Likewise.
35744         [POSIX] (EDQUOT): Likewise.
35745         [POSIX] (EHOSTUNREACH): Likewise.
35746         [POSIX] (EIDRM): Likewise.
35747         [POSIX] (EISCONN): Likewise.
35748         [POSIX] (ELOOP): Likewise.
35749         [POSIX] (EMULTIHOP): Likewise.
35750         [POSIX] (ENETDOWN): Likewise.
35751         [POSIX] (ENETUNREACH): Likewise.
35752         [POSIX] (ENOBUFS): Likewise.
35753         [POSIX] (ENODATA): Likewise.
35754         [POSIX] (ENOLINK): Likewise.
35755         [POSIX] (ENOMSG): Likewise.
35756         [POSIX] (ENOPROTOOPT): Likewise.
35757         [POSIX] (ENOSR): Likewise.
35758         [POSIX] (ENOSTR): Likewise.
35759         [POSIX] (ENOTCONN): Likewise.
35760         [POSIX] (ENOTSOCK): Likewise.
35761         [POSIX] (EOPNOTSUPP): Likewise.
35762         [POSIX] (EOVERFLOW): Likewise.
35763         [POSIX] (EPROTO): Likewise.
35764         [POSIX] (EPROTONOSUPPORT): Likewise.
35765         [POSIX] (EPROTOTYPE): Likewise.
35766         [POSIX] (ESTALE): Likewise.
35767         [POSIX] (ETIME): Likewise.
35768         [POSIX] (ETXTBSY): Likewise.
35769         [POSIX] (EWOULDBLOCK): Likewise.
35770         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35771         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35772         [POSIX] (SEEK_CUR): Likewise.
35773         [POSIX] (SEEK_END): Likewise.
35774         [POSIX || UNIX98] (mode_t): Do not require.
35775         [POSIX] (off_t): Likewise.
35776         [POSIX] (pid_t): Likewise.
35777         [POSIX] (sys/stat.h): Do not allow header.
35778         [POSIX] (unistd.h): Likewise.
35779         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35780         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35781         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35782         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35783         require.
35784         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35785         sigevent): Specify elements.
35786         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35787         entry.
35788         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35789         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35791         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35792         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35793         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35794         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35795         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35796         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35797         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35798         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35799         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35800         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35801         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35802         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35803         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35804         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35805         Likewise.
35806         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35807         Likewise.
35808         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35809         Likewise.
35810         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35811         Likewise.
35812         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35813         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35814         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35815         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35816         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35817         Specify lower bound on value.
35818         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35819         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35820         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35821         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35822         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35823         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35824         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35825         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35826         value.
35827         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35828         as optional.
35829         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35830         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35831         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35832         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35833         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35834         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35835         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35836         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35837         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35838         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35839         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35840         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35841         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35842         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35843         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35844         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35845         entry.
35846         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35847         optional.
35848         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35849         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35850         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35851         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35852         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35853         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35854         Likewise.
35855         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35856         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35857         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35858         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35859         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35860         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35861         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35862         as optional.
35863         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35864         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35865         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35866         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35867         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35868         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35869         specify as optional.
35870         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35871         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35872         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35873         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35874         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35875         [XPG3] (NL_LANGMAX): Likewise.
35876         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35877         [POSIX || XPG3] (NL_NMAX): Likewise.
35878         [POSIX || XPG3] (NL_SETMAX): Likewise.
35879         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35880         [XPG3] (NZERO): Likewise.
35881         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35882         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35883         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35884         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35885         (REG_ERANGE): Expect.
35886         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35887         optional-constant.
35888         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35889         Use (void) in prototype.
35890         [POSIX] (*_t): Allow.
35891         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35892         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35893         (WRDE_BADVAL): Expect.
35895         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35896         expect.
35897         [XPG3 || XPG4] (O_RSYNC): Likewise.
35898         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35899         Likewise.
35900         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35901         [XPG3 || XPG4] (sigqueue): Likewise.
35902         [XPG3 || XPG4] (sigtimedwait): Likewise.
35903         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35904         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35905         [XPG3 || XPG4] (vsnprintf): Likewise.
35906         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35907         Likewise.
35908         [XPG3 || XPG4] (blksize_t): Likewise.
35909         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35910         Likewise.
35911         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35912         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35913         [XPG3 || XPG4] (struct itimerspec): Likewise.
35914         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35915         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35916         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35917         [XPG3 || XPG4] (clockid_t): Likewise.
35918         [XPG3 || XPG4] (timer_t): Likewise.
35919         [XPG3 || XPG4] (clock_getres): Likewise.
35920         [XPG3 || XPG4] (clock_gettime): Likewise.
35921         [XPG3 || XPG4] (clock_settime): Likewise.
35922         [XPG3 || XPG4] (nanosleep): Likewise.
35923         [XPG3 || XPG4] (timer_create): Likewise.
35924         [XPG3 || XPG4] (timer_delete): Likewise.
35925         [XPG3 || XPG4] (timer_gettime): Likewise.
35926         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35927         [XPG3 || XPG4] (timer_settime): Likewise.
35928         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35929         [XPG3 || XPG4] (getlogin_r): Likewise.
35930         [XPG3 || XPG4] (pread): Likewise.
35931         [XPG3 || XPG4] (pthread_atfork): Likewise.
35932         [XPG3 || XPG4] (pwrite): Likewise.
35934         [BZ #14835]
35935         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35936         <bits/siginfo.h>.
35938 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35940         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35941         finalizing MALLSTREAM.
35943         * sysdeps/mach/hurd/syncfs.c: New file.
35945 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35947         [BZ #14719]
35948         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35949         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35950         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35951         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35952         (_nss_dns_gethostbyname4_r): Likewise.
35953         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35954         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35956 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35958         [BZ #13763]
35959         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35961 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35963         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35964         * elf/cache.c (print_entry): Print ",AArch64" for
35965         FLAG_AARCH64_LIB64
35967         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35968         * elf/cache.c (print_entry): Print ",hard-float" for
35969         FLAG_ARM_LIBHF.
35971 2012-11-18  David S. Miller  <davem@davemloft.net>
35973         With help from Joseph Myers.
35974         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35975         cutoff to 2**-13.
35976         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35977         cutoff to 2**-25.
35978         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35979         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35980         small.
35981         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35982         * math/libm-test.inc (y0_test): New tests.
35983         (y1_test): New tests.
35984         * sysdeps/i386/fpu/libm-test-ulps: Update.
35985         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35986         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35988 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35990         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35991         64-bit targets.
35992         * configure: Regenerated.
35994 2012-11-17  David S. Miller  <davem@davemloft.net>
35996         [BZ #14811]
35997         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35998         nonzero exponents with absolute value below 0x1p-128 to +/-
35999         0x1p-128.
36001 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36003         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36005         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36007         * posix/getconf-speclist.c: New file.
36008         * posix/posix-envs.def: Likewise.
36009         * posix/confstr.c (START_ENV_GROUP): New macro.
36010         (END_ENV_GROUP): Likewise.
36011         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36012         (KNOWN_PRESENT_ENV_STRING): Likewise.
36013         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36014         (UNKNOWN_ENVIRONMENT): Likewise.
36015         (confstr): Include posix-envs.def instead of handling
36016         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36017         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36018         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36019         (END_ENV_GROUP): Likewise.
36020         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36021         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36022         (UNKNOWN_ENVIRONMENT): Likewise.
36023         (__sysconf): Include posix-envs.def instead of handling associated
36024         cases directly here.
36025         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36026         preprocessing getconf-speclist.c rather than running getconf or
36027         generating empty file.
36029 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36031         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36033 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36035         [BZ #14672]
36036         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36038 2012-11-16  David S. Miller  <davem@davemloft.net>
36040         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36041         smaller than LDBL_EPSILON/2.0L, just return xm1.
36043 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36045         * elf/tst-array1.c (init): Set constructor priority to 1000.
36046         (fini): Set destructor priority to 1000.
36047         * elf/tst-array2dep.c: Likewise.
36049 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36051         [BZ #11741]
36052         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36053         (_IO_new_file_xsputn): Also return EOF if none of the input
36054         data was written when overflow failed.
36055         * libio/iopadn.c (_IO_padn): Likewise.
36056         * libio/iowpadn.c (_IO_wpadn): Likewise.
36057         * stdio-common/tst-put-error.c: Add copyright notice.
36058         (do_test): Add case for printing padded string.
36059         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36060         _IO_padn returned error.
36061         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36062         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36063         return EOF.
36065 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36067         * libio/libioP.h: Add comment note that the references to C++
36068         bits are now obsolete.
36070 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36072         * math/libm-test.inc (check_complex): Use asprintf.
36074 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36076         * debug/pcprofiledump.c (print_version): Update copyright year.
36077         * malloc/memusagestat.c (print_version): Likewise.
36079 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36081         [BZ #14831]
36082         * elf/Makefile (tests): Add tst-audit8.
36083         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36084         ($(objpfx)tst-audit8.out): New target.
36085         (tst-audit8-ENV): New variable.
36086         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36087         audit if l_reloc_result is NULL.
36088         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36089         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36090         * elf/tst-audit8.c: New file.
36092 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36094         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36095         * misc/Makefile (CFLAGS-select.c): Define.
36096         * posix/Makefile (CFLAGS-pause.c): Define.
36098 2012-11-13  David S. Miller  <davem@davemloft.net>
36100         * crypt/Makefile: Move test targets after toplevel Rules
36101         inclusion.  Grab any necessary sysdep routines when linking.
36102         * crypt/md5.c (md5_process_block): Remove define, we will always
36103         name it __md5_process_block.
36104         (md5_finish_ctx): Update md5_process_block call.
36105         (md5_stream): Likewise.
36106         (md5_process_bytes): Likewise.
36107         (md5_process_block): Rename to __md5_process_block and move to ...
36108         * crypt/md5-block.c: ... here.
36109         * crypt/sha256.c (sha256_process_block): Move to ...
36110         * crypt/sha256-block.c: ... here.
36111         * crypt/sha512.c (sha512_process_block): Move to ...
36112         * crypt/sha512-block.c: ... here.
36113         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36114         path.
36115         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36116         * sysdeps/sparc/sparc64/multiarch/Makefile
36117         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36118         crypt subdir.
36119         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36120         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36121         multiarch changes.
36122         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36123         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36124         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36125         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36126         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36127         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36128         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36129         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36130         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36131         file.
36132         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36133         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36134         file.
36135         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36137 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36139         * timezone/tzselect.ksh: Update from tzcode git revision
36140         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36141         * timezone/zdump.c: Likewise.
36142         * timezone/zic.c: Likewise.
36143         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36144         in TZVERSION setting, not $(PKGVERSION).
36145         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36146         REPORT_BUGS_TO settings.
36148         [BZ #14838]
36149         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36150         macro.
36152 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36154         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36155         detection to immediately after _FP_ROUND().
36156         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36157         bits are 0.
36159 2012-11-11  David S. Miller  <davem@davemloft.net>
36161         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36162         inttypes.h
36163         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36164         __close rather than their public counterparts.
36166 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36168         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36169         file.
36170         [UNIX98] (sem_timedwait): Do not expect.
36171         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36172         [XPG4 || UNIX98] (sockatmark): Do not expect.
36173         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36174         (clock_getcpuclockid): Do not expect.
36175         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36176         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36177         Do not expect.
36178         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36179         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36180         [UNIX98] (vwscanf): Likewise.
36181         [UNIX98] (vswscanf): Likewise.
36183 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36185         * timezone/version.h: Remove file.
36186         * timezone/README: Do not refer to version.h.
36187         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36188         $(objpfx)version.h.
36189         ($(objpfx)zdump.o): Likewise.
36190         ($(objpfx)version.h): New target.
36192         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36193         2012i.
36194         * timezone/README: Don't mention modification to tzselect.ksh.
36195         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36196         work on unmodified tzselect.ksh.  Substitute version numbers in
36197         tzselect.ksh.
36199         * Makefile (format-me): Remove.
36200         (INSTALL): Adjust indentation.  Use commands directly instead of
36201         using $(format-me).
36203         * aclocal.m4 (ACX_PKGVERSION): New macro.
36204         (ACX_BUGURL): Likewise.
36205         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36206         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36207         (REPORT_BUGS_TO): Likewise.
36208         * configure: Regenerated.
36209         * config.h.in (PKGVERSION): New macro.
36210         (REPORT_BUGS_TO): Likewise.
36211         * config.make.in (PKGVERSION): New variable.
36212         (PKGVERSION_TEXI): Likewise.
36213         (REPORT_BUGS_TO): Likewise.
36214         (REPORT_BUGS_TEXI): Likewise.
36215         * Makefile (format-me): Use -I$(common-objpfx)manual.
36216         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36217         ($(common-objpfx)manual/%): New target.
36218         (manual/%): Remove target.
36219         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36220         (print_version): Use PKGVERSION.
36221         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36222         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36223         and REPORT_BUGS_TO.
36224         ($(objpfx)xtrace): Likewise.
36225         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36226         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36227         (print_version): Use PKGVERSION.
36228         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36229         (do_version): Use PKGVERSION.
36230         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36231         REPORT_BUGS_TO.
36232         (common-ldd-rewrite): Likewise.
36233         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36234         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36235         (print_version): Use PKGVERSION.
36236         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36237         * elf/pldd.c (argp_program_bug_address): Remove variable.
36238         (more_help): New function.
36239         (argp): Use more_help.
36240         (print_version): Use PKGVERSION.
36241         * elf/sln.c (main): Use PKGVERSION.
36242         (usage): Use REPORT_BUGS_TO.
36243         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36244         (top level): Use PKGVERSION.
36245         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36246         (print_version): Use PKGVERSION.
36247         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36248         (print_version): Use PKGVERSION.
36249         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36250         (print_version): Use PKGVERSION.
36251         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36252         (print_version): Use PKGVERSION.
36253         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36254         (print_version): Use PKGVERSION.
36255         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36256         (print_version): Use PKGVERSION.
36257         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36258         and BUGURL.
36259         ($(objpfx)memusage): Likewise.
36260         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36261         (do_version): Use PKGVERSION.
36262         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36263         (print_version): Use PKGVERSION.
36264         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36265         ($PKGVERSION): New variable.
36266         ($REPORT_BUGS_TO): Likewise.
36267         (usage): Use $REPORT_BUGS_TO.
36268         (top level): Use $PKGVERSION.
36269         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36270         ($(objpfx)pkgvers.texi): New rule.
36271         ($(objpfx)stamp-pkgvers): Likewise.
36272         * manual/install.texi: Include pkgvers.texi.
36273         (--with-pkgversion): Document new configure option.
36274         (--with-bugurl): Likewise.
36275         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36276         than necessarily for this particular distribution.  Use
36277         REPORT_BUGS_TO for where to report bugs.
36278         * INSTALL: Regenerated.
36279         * manual/libc.texinfo: Include pkgvers.texi.
36280         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36281         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36282         (print_version): Use PKGVERSION.
36283         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36284         (print_version): Use PKGVERSION.
36285         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36286         (print_version): Use PKGVERSION.
36287         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36288         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36289         macro.
36290         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36291         (print_version): Use PKGVERSION.
36292         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36293         (print_version): Use PKGVERSION.
36294         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36295         and PKGVERSION.
36297         * timezone/checktab.awk: Update from tzcode 2012i.
36298         * timezone/ialloc.c: Likewise.
36299         * timezone/private.h: Likewise.
36300         * timezone/scheck.c: Likewise.
36301         * timezone/tzfile.h: Likewise.
36302         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36303         (TZVERSION): Hardcode tzcode version number.
36304         * timezone/zdump.c: Update from tzcode 2012i.
36305         * timezone/zic.c: Likewise.
36306         * timezone/version.h: New file.
36307         * timezone/README: Describe version.h.  Update upstream location.
36309         [BZ #14824]
36310         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36311         (mktemp): Enable declaration.
36312         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36313         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36314         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36315         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36316         Likewise.
36317         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36318         Likewise.
36319         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36320         Likewise.
36321         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36322         Likewise.
36323         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36324         Likewise.
36325         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36326         Likewise.
36328         [BZ #14821]
36329         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36330         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36331         for copies of such integer values.
36332         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36333         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36335 2012-11-09  Andreas Jaeger  <aj@suse.de>
36337         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36338         definitions and declarations that are provided by
36339         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36341 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36343         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36344         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36345         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36346         definition.
36348 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36350         * elf/elf.h: Update comment before AArch64 relocations.
36352 2012-11-07  David S. Miller  <davem@davemloft.net>
36354         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36355         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36356         (__start_context): Declare.
36357         (__makecontext_ret): Delete.
36358         (__makecontext): Hook up __start_context instead of
36359         __makecontext_ret.
36360         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36361         (sysdep_routines): Add __start_context when in stdlib.
36363 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36365         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36366         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36367         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36368         hardcoded "nm".
36369         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36370         (READELF): New variable.  Use it instead of hardcoded "readelf".
36372 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36374         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36375         * sysdeps/x86/Makefile: Here.
36376         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36377         * sysdeps/x86/tst-xmmymm.sh: This.
36379 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36381         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36382         expectations.
36383         [UNIX98] (pthread_barrier_t): Do not expect.
36384         [UNIX98] (pthread_barrierattr_t): Likewise.
36385         [UNIX98] (pthread_spinlock_t): Likewise.
36386         [UNIX98] (pthread_barrier_destroy): Likewise.
36387         [UNIX98] (pthread_barrier_init): Likewise.
36388         [UNIX98] (pthread_barrier_wait): Likewise.
36389         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36390         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36391         [UNIX98] (pthread_barrierattr_init): Likewise.
36392         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36393         [UNIX98] (pthread_getcpuclockid): Likewise.
36394         [UNIX98] (pthread_mutex_timedlock): Likewise.
36395         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36396         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36397         [UNIX98] (pthread_sigmask): Likewise.
36398         [UNIX98] (pthread_spin_destroy): Likewise.
36399         [UNIX98] (pthread_spin_init): Likewise.
36400         [UNIX98] (pthread_spin_lock): Likewise.
36401         [UNIX98] (pthread_spin_trylock): Likewise.
36402         [UNIX98] (pthread_spin_unlock): Likewise.
36403         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36404         Do not expect.
36405         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36406         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36407         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36408         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36409         [XPG3 || XPG4] (pthread_key_t): Likewise.
36410         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36411         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36412         [XPG3 || XPG4] (pthread_once_t): Likewise.
36413         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36414         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36415         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36416         [XPG3 || XPG4] (pthread_t): Likewise.
36418         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36419         not expect.
36420         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36422         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36423         Change function return type to int.
36425         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36426         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36427         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36428         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36429         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36430         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36431         [!POSIX] (posix_madvise): Likewise.
36432         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36433         && !UNIX98].
36434         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36435         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36436         (mode_t): Likewise.
36437         (posix_mem_offset): Likewise.
36438         (posix_typed_mem_get_info): Likewise.
36439         (posix_typed_mem_open): Likewise.
36441         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36442         Change condition to [XOPEN2K8].
36444         * conform/conformtest.pl: Preprocess allow-header data with -x c
36445         instead of from stdin.
36446         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36447         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36448         [C99-based standards] (cerfc): Likewise.
36449         [C99-based standards] (cexp2): Likewise.
36450         [C99-based standards] (cexpm1): Likewise.
36451         [C99-based standards] (clog10): Likewise.
36452         [C99-based standards] (clog1p): Likewise.
36453         [C99-based standards] (clog2): Likewise.
36454         [C99-based standards] (clgamma): Likewise.
36455         [C99-based standards] (ctgamma): Likewise.
36456         [C99-based standards] (cerff): Likewise.
36457         [C99-based standards] (cerfcf): Likewise.
36458         [C99-based standards] (cexp2f): Likewise.
36459         [C99-based standards] (cexpm1f): Likewise.
36460         [C99-based standards] (clog10f): Likewise.
36461         [C99-based standards] (clog1pf): Likewise.
36462         [C99-based standards] (clog2f): Likewise.
36463         [C99-based standards] (clgammaf): Likewise.
36464         [C99-based standards] (ctgammaf): Likewise.
36465         [C99-based standards] (cerfl): Likewise.
36466         [C99-based standards] (cerfcl): Likewise.
36467         [C99-based standards] (cexp2l): Likewise.
36468         [C99-based standards] (cexpm1l): Likewise.
36469         [C99-based standards] (clog10l): Likewise.
36470         [C99-based standards] (clog1pl): Likewise.
36471         [C99-based standards] (clog2l): Likewise.
36472         [C99-based standards] (clgammal): Likewise.
36473         [C99-based standards] (ctgammal): Likewise.
36474         * conform/data/inttypes.h-data [C99-based standards]: Include
36475         stdint.h-data.  Remove all expectations for stdint.h contents.
36476         [C99-based standards] (PRI*): Do not allow.
36477         [C99-based standards] (SCN*): Likewise.
36478         [C99-based standards] (*_t): Likewise.
36479         [C99-based-standards] (PRId8): Expect macro.
36480         [C99-based-standards] (PRIi8): Likewise.
36481         [C99-based-standards] (PRIo8): Likewise.
36482         [C99-based-standards] (PRIu8): Likewise.
36483         [C99-based-standards] (PRIx8): Likewise.
36484         [C99-based-standards] (PRIX8): Likewise.
36485         [C99-based-standards] (SCNd8): Likewise.
36486         [C99-based-standards] (SCNi8): Likewise.
36487         [C99-based-standards] (SCNo8): Likewise.
36488         [C99-based-standards] (SCNu8): Likewise.
36489         [C99-based-standards] (SCNx8): Likewise.
36490         [C99-based-standards] (PRIdLEAST8): Likewise.
36491         [C99-based-standards] (PRIiLEAST8): Likewise.
36492         [C99-based-standards] (PRIoLEAST8): Likewise.
36493         [C99-based-standards] (PRIuLEAST8): Likewise.
36494         [C99-based-standards] (PRIxLEAST8): Likewise.
36495         [C99-based-standards] (PRIXLEAST8): Likewise.
36496         [C99-based-standards] (SCNdLEAST8): Likewise.
36497         [C99-based-standards] (SCNiLEAST8): Likewise.
36498         [C99-based-standards] (SCNoLEAST8): Likewise.
36499         [C99-based-standards] (SCNuLEAST8): Likewise.
36500         [C99-based-standards] (SCNxLEAST8): Likewise.
36501         [C99-based-standards] (PRIdFAST8): Likewise.
36502         [C99-based-standards] (PRIiFAST8): Likewise.
36503         [C99-based-standards] (PRIoFAST8): Likewise.
36504         [C99-based-standards] (PRIuFAST8): Likewise.
36505         [C99-based-standards] (PRIxFAST8): Likewise.
36506         [C99-based-standards] (PRIXFAST8): Likewise.
36507         [C99-based-standards] (SCNdFAST8): Likewise.
36508         [C99-based-standards] (SCNiFAST8): Likewise.
36509         [C99-based-standards] (SCNoFAST8): Likewise.
36510         [C99-based-standards] (SCNuFAST8): Likewise.
36511         [C99-based-standards] (SCNxFAST8): Likewise.
36512         [C99-based-standards] (PRId16): Likewise.
36513         [C99-based-standards] (PRIi16): Likewise.
36514         [C99-based-standards] (PRIo16): Likewise.
36515         [C99-based-standards] (PRIu16): Likewise.
36516         [C99-based-standards] (PRIx16): Likewise.
36517         [C99-based-standards] (PRIX16): Likewise.
36518         [C99-based-standards] (SCNd16): Likewise.
36519         [C99-based-standards] (SCNi16): Likewise.
36520         [C99-based-standards] (SCNo16): Likewise.
36521         [C99-based-standards] (SCNu16): Likewise.
36522         [C99-based-standards] (SCNx16): Likewise.
36523         [C99-based-standards] (PRIdLEAST16): Likewise.
36524         [C99-based-standards] (PRIiLEAST16): Likewise.
36525         [C99-based-standards] (PRIoLEAST16): Likewise.
36526         [C99-based-standards] (PRIuLEAST16): Likewise.
36527         [C99-based-standards] (PRIxLEAST16): Likewise.
36528         [C99-based-standards] (PRIXLEAST16): Likewise.
36529         [C99-based-standards] (SCNdLEAST16): Likewise.
36530         [C99-based-standards] (SCNiLEAST16): Likewise.
36531         [C99-based-standards] (SCNoLEAST16): Likewise.
36532         [C99-based-standards] (SCNuLEAST16): Likewise.
36533         [C99-based-standards] (SCNxLEAST16): Likewise.
36534         [C99-based-standards] (PRIdFAST16): Likewise.
36535         [C99-based-standards] (PRIiFAST16): Likewise.
36536         [C99-based-standards] (PRIoFAST16): Likewise.
36537         [C99-based-standards] (PRIuFAST16): Likewise.
36538         [C99-based-standards] (PRIxFAST16): Likewise.
36539         [C99-based-standards] (PRIXFAST16): Likewise.
36540         [C99-based-standards] (SCNdFAST16): Likewise.
36541         [C99-based-standards] (SCNiFAST16): Likewise.
36542         [C99-based-standards] (SCNoFAST16): Likewise.
36543         [C99-based-standards] (SCNuFAST16): Likewise.
36544         [C99-based-standards] (SCNxFAST16): Likewise.
36545         [C99-based-standards] (PRId32): Likewise.
36546         [C99-based-standards] (PRIi32): Likewise.
36547         [C99-based-standards] (PRIo32): Likewise.
36548         [C99-based-standards] (PRIu32): Likewise.
36549         [C99-based-standards] (PRIx32): Likewise.
36550         [C99-based-standards] (PRIX32): Likewise.
36551         [C99-based-standards] (SCNd32): Likewise.
36552         [C99-based-standards] (SCNi32): Likewise.
36553         [C99-based-standards] (SCNo32): Likewise.
36554         [C99-based-standards] (SCNu32): Likewise.
36555         [C99-based-standards] (SCNx32): Likewise.
36556         [C99-based-standards] (PRIdLEAST32): Likewise.
36557         [C99-based-standards] (PRIiLEAST32): Likewise.
36558         [C99-based-standards] (PRIoLEAST32): Likewise.
36559         [C99-based-standards] (PRIuLEAST32): Likewise.
36560         [C99-based-standards] (PRIxLEAST32): Likewise.
36561         [C99-based-standards] (PRIXLEAST32): Likewise.
36562         [C99-based-standards] (SCNdLEAST32): Likewise.
36563         [C99-based-standards] (SCNiLEAST32): Likewise.
36564         [C99-based-standards] (SCNoLEAST32): Likewise.
36565         [C99-based-standards] (SCNuLEAST32): Likewise.
36566         [C99-based-standards] (SCNxLEAST32): Likewise.
36567         [C99-based-standards] (PRIdFAST32): Likewise.
36568         [C99-based-standards] (PRIiFAST32): Likewise.
36569         [C99-based-standards] (PRIoFAST32): Likewise.
36570         [C99-based-standards] (PRIuFAST32): Likewise.
36571         [C99-based-standards] (PRIxFAST32): Likewise.
36572         [C99-based-standards] (PRIXFAST32): Likewise.
36573         [C99-based-standards] (SCNdFAST32): Likewise.
36574         [C99-based-standards] (SCNiFAST32): Likewise.
36575         [C99-based-standards] (SCNoFAST32): Likewise.
36576         [C99-based-standards] (SCNuFAST32): Likewise.
36577         [C99-based-standards] (SCNxFAST32): Likewise.
36578         [C99-based-standards] (PRId64): Likewise.
36579         [C99-based-standards] (PRIi64): Likewise.
36580         [C99-based-standards] (PRIo64): Likewise.
36581         [C99-based-standards] (PRIu64): Likewise.
36582         [C99-based-standards] (PRIx64): Likewise.
36583         [C99-based-standards] (PRIX64): Likewise.
36584         [C99-based-standards] (SCNd64): Likewise.
36585         [C99-based-standards] (SCNi64): Likewise.
36586         [C99-based-standards] (SCNo64): Likewise.
36587         [C99-based-standards] (SCNu64): Likewise.
36588         [C99-based-standards] (SCNx64): Likewise.
36589         [C99-based-standards] (PRIdLEAST64): Likewise.
36590         [C99-based-standards] (PRIiLEAST64): Likewise.
36591         [C99-based-standards] (PRIoLEAST64): Likewise.
36592         [C99-based-standards] (PRIuLEAST64): Likewise.
36593         [C99-based-standards] (PRIxLEAST64): Likewise.
36594         [C99-based-standards] (PRIXLEAST64): Likewise.
36595         [C99-based-standards] (SCNdLEAST64): Likewise.
36596         [C99-based-standards] (SCNiLEAST64): Likewise.
36597         [C99-based-standards] (SCNoLEAST64): Likewise.
36598         [C99-based-standards] (SCNuLEAST64): Likewise.
36599         [C99-based-standards] (SCNxLEAST64): Likewise.
36600         [C99-based-standards] (PRIdFAST64): Likewise.
36601         [C99-based-standards] (PRIiFAST64): Likewise.
36602         [C99-based-standards] (PRIoFAST64): Likewise.
36603         [C99-based-standards] (PRIuFAST64): Likewise.
36604         [C99-based-standards] (PRIxFAST64): Likewise.
36605         [C99-based-standards] (PRIXFAST64): Likewise.
36606         [C99-based-standards] (SCNdFAST64): Likewise.
36607         [C99-based-standards] (SCNiFAST64): Likewise.
36608         [C99-based-standards] (SCNoFAST64): Likewise.
36609         [C99-based-standards] (SCNuFAST64): Likewise.
36610         [C99-based-standards] (SCNxFAST64): Likewise.
36611         [C99-based-standards] (PRIdMAX): Likewise.
36612         [C99-based-standards] (PRIiMAX): Likewise.
36613         [C99-based-standards] (PRIoMAX): Likewise.
36614         [C99-based-standards] (PRIuMAX): Likewise.
36615         [C99-based-standards] (PRIxMAX): Likewise.
36616         [C99-based-standards] (PRIXMAX): Likewise.
36617         [C99-based-standards] (SCNdMAX): Likewise.
36618         [C99-based-standards] (SCNiMAX): Likewise.
36619         [C99-based-standards] (SCNoMAX): Likewise.
36620         [C99-based-standards] (SCNuMAX): Likewise.
36621         [C99-based-standards] (SCNxMAX): Likewise.
36622         [C99-based-standards] (PRIdPTR): Likewise.
36623         [C99-based-standards] (PRIiPTR): Likewise.
36624         [C99-based-standards] (PRIoPTR): Likewise.
36625         [C99-based-standards] (PRIuPTR): Likewise.
36626         [C99-based-standards] (PRIxPTR): Likewise.
36627         [C99-based-standards] (PRIXPTR): Likewise.
36628         [C99-based-standards] (SCNdPTR): Likewise.
36629         [C99-based-standards] (SCNiPTR): Likewise.
36630         [C99-based-standards] (SCNoPTR): Likewise.
36631         [C99-based-standards] (SCNuPTR): Likewise.
36632         [C99-based-standards] (SCNxPTR): Likewise.
36633         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36634         allow.
36635         * conform/data/stdint.h-data: Update comments to clarify
36636         requirements.
36637         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36638         type.
36639         [C99-based standards] (INT8_MAX): Likewise.
36640         [C99-based standards] (INT16_MIN): Likewise.
36641         [C99-based standards] (INT16_MAX): Likewise.
36642         [C99-based standards] (INT32_MIN): Likewise.
36643         [C99-based standards] (INT32_MAX): Likewise.
36644         [C99-based standards] (INT64_MIN): Likewise.
36645         [C99-based standards] (INT64_MAX): Likewise.
36646         [C99-based standards] (UINT8_MAX): Likewise.
36647         [C99-based standards] (UINT16_MAX): Likewise.
36648         [C99-based standards] (UINT32_MAX): Likewise.
36649         [C99-based standards] (UINT64_MAX): Likewise.
36650         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36651         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36652         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36653         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36654         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36655         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36656         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36657         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36658         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36659         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36660         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36661         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36662         [C99-based standards] (INT_FAST8_MIN): Likewise.
36663         [C99-based standards] (INT_FAST8_MAX): Likewise.
36664         [C99-based standards] (INT_FAST16_MIN): Likewise.
36665         [C99-based standards] (INT_FAST16_MAX): Likewise.
36666         [C99-based standards] (INT_FAST32_MIN): Likewise.
36667         [C99-based standards] (INT_FAST32_MAX): Likewise.
36668         [C99-based standards] (INT_FAST64_MIN): Likewise.
36669         [C99-based standards] (INT_FAST64_MAX): Likewise.
36670         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36671         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36672         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36673         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36674         [C99-based standards] (INTPTR_MIN): Likewise.
36675         [C99-based standards] (INTPTR_MAX): Likewise.
36676         [C99-based standards] (UINTPTR_MAX): Likewise.
36677         [C99-based standards] (INTMAX_MIN): Likewise.
36678         [C99-based standards] (INTMAX_MAX): Likewise.
36679         [C99-based standards] (UINTMAX_MAX): Likewise.
36680         [C99-based standards] (PTRDIFF_MIN): Likewise.
36681         [C99-based standards] (PTRDIFF_MAX): Likewise.
36682         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36683         [C99-based standards] (SIZE_MAX): Likewise.
36684         [C99-based standards] (WCHAR_MAX): Likewise.
36685         [C99-based standards] (WINT_MAX): Likewise.
36686         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36687         constraint on value.
36688         [C99-based standards] (WCHAR_MIN): Likewise.
36689         [C99-based standards] (WINT_MIN): Likewise.
36690         [C99-based standards] (*_t): Allow.
36691         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36692         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36693         Include math.h-data and complex.h-data.  Remove all expectations
36694         of math.h and complex.h contents.
36695         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36696         at end of line.
36697         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36698         (struct tm): Expect tag.
36699         [C99-based-standards] (wcstof): Expect function.
36700         [C99-based-standards] (wcstold): Likewise.
36701         [C99-based-standards] (wcstoll): Likewise.
36702         [C99-based-standards] (wcstoull): Likewise.
36703         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36704         macro-int-constant.  Specify type.
36705         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36706         constraint on value.
36707         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36708         Specify type.
36709         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36710         Specify value.
36711         [ISO C standards]: Do not allow headers.
36712         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36713         wcs[abcdefghijklmnopqrstuvwxyz]*.
36714         [ISO C standards] (*_t): Do not allow.
36715         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36716         Expect function.
36717         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36718         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36719         Specify type.
36720         [ISO C standards]: Do not allow headers.
36721         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36722         is[abcdefghijklmnopqrstuvwxyz]*.
36723         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36724         to[abcdefghijklmnopqrstuvwxyz]*.
36725         [ISO C standards] (*_t): Do not allow.
36726         * conform/data/stdalign.h-data: New file.
36727         * conform/data/stdbool.h-data: Likewise.
36728         * conform/data/stdnoreturn.h-data: Likewise.
36730 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36732         [BZ #14815]
36733         * manual/filesys.texi (Directory Entries): Typo fix.
36734         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36736 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36738         * elf/elf.h (EM_AARCH64): New macro.
36739         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36740         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36741         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36742         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36743         (R_AARCH64_TLSDESC): Likewise.
36744         (NT_ARM_TLS): Likewise.
36745         (NT_ARM_HW_BREAK): Likewise.
36746         (NT_ARM_HW_WATCH): Likewise.
36748 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36750         [BZ #14811]
36751         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36752         (__ieee754_powl): Saturate nonzero exponents with absolute value
36753         below 0x1p-79 to +/- 0x1p-79.
36754         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36755         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36756         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36757         nonzero exponents with absolute value below 0x1p-32 to +/-
36758         0x1p-32.
36759         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36760         (__ieee754_powl): Saturate nonzero exponents with absolute value
36761         below 0x1p-79 to +/- 0x1p-79.
36762         * math/libm-test.inc (pow_test): Add more tests.
36764 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36766         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36767         _dl_s390_cap_flags with kernel. Increase string length.
36768         (_dl_s390_platforms): Add z196 and zEC12.
36770 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36772         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36773         Change XOPEN21K to XOPEN2K.
36775 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36777         * string/memmove.c: Use memcpy when possible.
36779 2012-11-06  Andreas Jaeger  <aj@suse.de>
36781         * po/eo.po: Update from translation team.
36783 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36785         [BZ #14793]
36786         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36787         exponent and small x and y exponents, scale x or y up.  Increase
36788         by 2 the exponent used in scaling up.
36789         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36790         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36791         * math/libm-test.inc (fma_test): Add more tests.
36792         (fma_test_towardzero): Likewise.
36793         (fma_test_downward): Likewise.
36794         (fma_test_upward): Likewise.
36796 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36798         [BZ #14805]
36799         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36800         fenv_t *.
36802         [BZ #14801]
36803         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36804         namespace for names of struct fields.
36805         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36806         fenv_t fields.
36807         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36808         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36810 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36812         [BZ #3665]
36813         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36815 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36817         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36818         PTR_DEMANGLE.
36820         [BZ #5246]
36821         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36822         PTR_DEMANGLE.
36824 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36826         [BZ #14797]
36827         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36828         definitely overflow as x * y not x * y + z.
36829         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36830         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36831         * math/libm-test.inc (fma_test): Add more tests.
36832         (fma_test_towardzero): Likewise.
36833         (fma_test_downward): Likewise.
36834         (fma_test_upward): Likewise.
36836 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36838         [BZ #157]
36840         * include/stub-tag.h: Remove file.
36841         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36842         '#include' of it.
36843         * manual/maint.texi (Porting): Don't reference it.
36844         * Makerules ($(objpfx)stubs): Likewise.
36845         * dirent/closedir.c: Don't include <stub-tag.h>.
36846         * dirent/dirfd.c: Likewise.
36847         * dirent/fdopendir.c: Likewise.
36848         * dirent/getdents.c: Likewise.
36849         * dirent/getdents64.c: Likewise.
36850         * dirent/opendir.c: Likewise.
36851         * dirent/readdir.c: Likewise.
36852         * dirent/readdir64.c: Likewise.
36853         * dirent/readdir64_r.c: Likewise.
36854         * dirent/readdir_r.c: Likewise.
36855         * dirent/rewinddir.c: Likewise.
36856         * dirent/seekdir.c: Likewise.
36857         * dirent/telldir.c: Likewise.
36858         * gmon/profil.c: Likewise.
36859         * grp/setgroups.c: Likewise.
36860         * inet/if_index.c: Likewise.
36861         * io/access.c: Likewise.
36862         * io/chdir.c: Likewise.
36863         * io/chmod.c: Likewise.
36864         * io/chown.c: Likewise.
36865         * io/close.c: Likewise.
36866         * io/dup.c: Likewise.
36867         * io/dup2.c: Likewise.
36868         * io/dup3.c: Likewise.
36869         * io/euidaccess.c: Likewise.
36870         * io/faccessat.c: Likewise.
36871         * io/fchdir.c: Likewise.
36872         * io/fchmod.c: Likewise.
36873         * io/fchmodat.c: Likewise.
36874         * io/fchown.c: Likewise.
36875         * io/fchownat.c: Likewise.
36876         * io/fcntl.c: Likewise.
36877         * io/flock.c: Likewise.
36878         * io/fstatfs.c: Likewise.
36879         * io/fstatfs64.c: Likewise.
36880         * io/fstatvfs.c: Likewise.
36881         * io/fstatvfs64.c: Likewise.
36882         * io/futimens.c: Likewise.
36883         * io/fxstat.c: Likewise.
36884         * io/fxstat64.c: Likewise.
36885         * io/fxstatat.c: Likewise.
36886         * io/fxstatat64.c: Likewise.
36887         * io/getcwd.c: Likewise.
36888         * io/isatty.c: Likewise.
36889         * io/lchmod.c: Likewise.
36890         * io/lchown.c: Likewise.
36891         * io/link.c: Likewise.
36892         * io/linkat.c: Likewise.
36893         * io/lseek.c: Likewise.
36894         * io/lseek64.c: Likewise.
36895         * io/lxstat64.c: Likewise.
36896         * io/mkdir.c: Likewise.
36897         * io/mkdirat.c: Likewise.
36898         * io/mkfifo.c: Likewise.
36899         * io/mkfifoat.c: Likewise.
36900         * io/open.c: Likewise.
36901         * io/open64.c: Likewise.
36902         * io/openat.c: Likewise.
36903         * io/openat64.c: Likewise.
36904         * io/pipe.c: Likewise.
36905         * io/pipe2.c: Likewise.
36906         * io/poll.c: Likewise.
36907         * io/posix_fadvise.c: Likewise.
36908         * io/posix_fadvise64.c: Likewise.
36909         * io/posix_fallocate.c: Likewise.
36910         * io/posix_fallocate64.c: Likewise.
36911         * io/read.c: Likewise.
36912         * io/readlink.c: Likewise.
36913         * io/readlinkat.c: Likewise.
36914         * io/rmdir.c: Likewise.
36915         * io/sendfile.c: Likewise.
36916         * io/sendfile64.c: Likewise.
36917         * io/statfs.c: Likewise.
36918         * io/statfs64.c: Likewise.
36919         * io/statvfs.c: Likewise.
36920         * io/statvfs64.c: Likewise.
36921         * io/symlink.c: Likewise.
36922         * io/symlinkat.c: Likewise.
36923         * io/ttyname.c: Likewise.
36924         * io/ttyname_r.c: Likewise.
36925         * io/umask.c: Likewise.
36926         * io/unlink.c: Likewise.
36927         * io/unlinkat.c: Likewise.
36928         * io/utime.c: Likewise.
36929         * io/utimensat.c: Likewise.
36930         * io/write.c: Likewise.
36931         * io/xmknod.c: Likewise.
36932         * io/xmknodat.c: Likewise.
36933         * io/xstat.c: Likewise.
36934         * io/xstat64.c: Likewise.
36935         * login/getpt.c: Likewise.
36936         * login/grantpt.c: Likewise.
36937         * login/unlockpt.c: Likewise.
36938         * math/e_acoshl.c: Likewise.
36939         * math/e_acosl.c: Likewise.
36940         * math/e_asinl.c: Likewise.
36941         * math/e_atan2l.c: Likewise.
36942         * math/e_atanhl.c: Likewise.
36943         * math/e_coshl.c: Likewise.
36944         * math/e_expl.c: Likewise.
36945         * math/e_fmodl.c: Likewise.
36946         * math/e_gammal_r.c: Likewise.
36947         * math/e_hypotl.c: Likewise.
36948         * math/e_j0l.c: Likewise.
36949         * math/e_j1l.c: Likewise.
36950         * math/e_jnl.c: Likewise.
36951         * math/e_lgammal_r.c: Likewise.
36952         * math/e_log10l.c: Likewise.
36953         * math/e_log2l.c: Likewise.
36954         * math/e_logl.c: Likewise.
36955         * math/e_powl.c: Likewise.
36956         * math/e_rem_pio2l.c: Likewise.
36957         * math/e_sinhl.c: Likewise.
36958         * math/e_sqrtl.c: Likewise.
36959         * math/fclrexcpt.c: Likewise.
36960         * math/fedisblxcpt.c: Likewise.
36961         * math/feenablxcpt.c: Likewise.
36962         * math/fegetenv.c: Likewise.
36963         * math/fegetexcept.c: Likewise.
36964         * math/fegetround.c: Likewise.
36965         * math/feholdexcpt.c: Likewise.
36966         * math/fesetenv.c: Likewise.
36967         * math/fesetround.c: Likewise.
36968         * math/feupdateenv.c: Likewise.
36969         * math/fgetexcptflg.c: Likewise.
36970         * math/fraiseexcpt.c: Likewise.
36971         * math/fsetexcptflg.c: Likewise.
36972         * math/ftestexcept.c: Likewise.
36973         * math/k_cosl.c: Likewise.
36974         * math/k_rem_pio2l.c: Likewise.
36975         * math/k_sinl.c: Likewise.
36976         * math/k_tanl.c: Likewise.
36977         * math/s_asinhl.c: Likewise.
36978         * math/s_atanl.c: Likewise.
36979         * math/s_cbrtl.c: Likewise.
36980         * math/s_erfl.c: Likewise.
36981         * math/s_expm1l.c: Likewise.
36982         * math/s_log1pl.c: Likewise.
36983         * math/s_tanhl.c: Likewise.
36984         * misc/acct.c: Likewise.
36985         * misc/brk.c: Likewise.
36986         * misc/chflags.c: Likewise.
36987         * misc/chroot.c: Likewise.
36988         * misc/fchflags.c: Likewise.
36989         * misc/fgetxattr.c: Likewise.
36990         * misc/flistxattr.c: Likewise.
36991         * misc/fremovexattr.c: Likewise.
36992         * misc/fsetxattr.c: Likewise.
36993         * misc/fsync.c: Likewise.
36994         * misc/ftruncate.c: Likewise.
36995         * misc/futimes.c: Likewise.
36996         * misc/futimesat.c: Likewise.
36997         * misc/getdomain.c: Likewise.
36998         * misc/getdtsz.c: Likewise.
36999         * misc/gethostid.c: Likewise.
37000         * misc/gethostname.c: Likewise.
37001         * misc/getloadavg.c: Likewise.
37002         * misc/getpagesize.c: Likewise.
37003         * misc/getsysstats.c: Likewise.
37004         * misc/getxattr.c: Likewise.
37005         * misc/gtty.c: Likewise.
37006         * misc/ioctl.c: Likewise.
37007         * misc/lgetxattr.c: Likewise.
37008         * misc/listxattr.c: Likewise.
37009         * misc/llistxattr.c: Likewise.
37010         * misc/lremovexattr.c: Likewise.
37011         * misc/lsetxattr.c: Likewise.
37012         * misc/lutimes.c: Likewise.
37013         * misc/madvise.c: Likewise.
37014         * misc/mincore.c: Likewise.
37015         * misc/mlock.c: Likewise.
37016         * misc/mlockall.c: Likewise.
37017         * misc/mmap.c: Likewise.
37018         * misc/mprotect.c: Likewise.
37019         * misc/msync.c: Likewise.
37020         * misc/munlock.c: Likewise.
37021         * misc/munlockall.c: Likewise.
37022         * misc/munmap.c: Likewise.
37023         * misc/preadv.c: Likewise.
37024         * misc/preadv64.c: Likewise.
37025         * misc/ptrace.c: Likewise.
37026         * misc/pwritev.c: Likewise.
37027         * misc/pwritev64.c: Likewise.
37028         * misc/readv.c: Likewise.
37029         * misc/reboot.c: Likewise.
37030         * misc/remap_file_pages.c: Likewise.
37031         * misc/removexattr.c: Likewise.
37032         * misc/revoke.c: Likewise.
37033         * misc/select.c: Likewise.
37034         * misc/setdomain.c: Likewise.
37035         * misc/setegid.c: Likewise.
37036         * misc/seteuid.c: Likewise.
37037         * misc/sethostid.c: Likewise.
37038         * misc/sethostname.c: Likewise.
37039         * misc/setregid.c: Likewise.
37040         * misc/setreuid.c: Likewise.
37041         * misc/setxattr.c: Likewise.
37042         * misc/sstk.c: Likewise.
37043         * misc/stty.c: Likewise.
37044         * misc/swapoff.c: Likewise.
37045         * misc/swapon.c: Likewise.
37046         * misc/sync.c: Likewise.
37047         * misc/syncfs.c: Likewise.
37048         * misc/syscall.c: Likewise.
37049         * misc/truncate.c: Likewise.
37050         * misc/ualarm.c: Likewise.
37051         * misc/usleep.c: Likewise.
37052         * misc/ustat.c: Likewise.
37053         * misc/utimes.c: Likewise.
37054         * misc/vhangup.c: Likewise.
37055         * misc/writev.c: Likewise.
37056         * posix/_exit.c: Likewise.
37057         * posix/alarm.c: Likewise.
37058         * posix/execve.c: Likewise.
37059         * posix/fexecve.c: Likewise.
37060         * posix/fork.c: Likewise.
37061         * posix/fpathconf.c: Likewise.
37062         * posix/getaddrinfo.c: Likewise.
37063         * posix/getegid.c: Likewise.
37064         * posix/geteuid.c: Likewise.
37065         * posix/getgid.c: Likewise.
37066         * posix/getgroups.c: Likewise.
37067         * posix/getlogin.c: Likewise.
37068         * posix/getlogin_r.c: Likewise.
37069         * posix/getpgid.c: Likewise.
37070         * posix/getpid.c: Likewise.
37071         * posix/getppid.c: Likewise.
37072         * posix/getresgid.c: Likewise.
37073         * posix/getresuid.c: Likewise.
37074         * posix/getsid.c: Likewise.
37075         * posix/getuid.c: Likewise.
37076         * posix/glob64.c: Likewise.
37077         * posix/nanosleep.c: Likewise.
37078         * posix/pathconf.c: Likewise.
37079         * posix/pause.c: Likewise.
37080         * posix/posix_madvise.c: Likewise.
37081         * posix/pread.c: Likewise.
37082         * posix/pread64.c: Likewise.
37083         * posix/pwrite.c: Likewise.
37084         * posix/pwrite64.c: Likewise.
37085         * posix/sched_getaffinity.c: Likewise.
37086         * posix/sched_getp.c: Likewise.
37087         * posix/sched_gets.c: Likewise.
37088         * posix/sched_primax.c: Likewise.
37089         * posix/sched_primin.c: Likewise.
37090         * posix/sched_rr_gi.c: Likewise.
37091         * posix/sched_setaffinity.c: Likewise.
37092         * posix/sched_setp.c: Likewise.
37093         * posix/sched_sets.c: Likewise.
37094         * posix/sched_yield.c: Likewise.
37095         * posix/setgid.c: Likewise.
37096         * posix/setlogin.c: Likewise.
37097         * posix/setpgid.c: Likewise.
37098         * posix/setresgid.c: Likewise.
37099         * posix/setresuid.c: Likewise.
37100         * posix/setsid.c: Likewise.
37101         * posix/setuid.c: Likewise.
37102         * posix/sleep.c: Likewise.
37103         * posix/spawni.c: Likewise.
37104         * posix/sysconf.c: Likewise.
37105         * posix/times.c: Likewise.
37106         * posix/wait.c: Likewise.
37107         * posix/wait3.c: Likewise.
37108         * posix/wait4.c: Likewise.
37109         * posix/waitpid.c: Likewise.
37110         * resolv/gai_sigqueue.c: Likewise.
37111         * resource/getpriority.c: Likewise.
37112         * resource/getrlimit.c: Likewise.
37113         * resource/getrusage.c: Likewise.
37114         * resource/nice.c: Likewise.
37115         * resource/setpriority.c: Likewise.
37116         * resource/setrlimit.c: Likewise.
37117         * resource/ulimit.c: Likewise.
37118         * rt/aio_cancel.c: Likewise.
37119         * rt/aio_fsync.c: Likewise.
37120         * rt/aio_read.c: Likewise.
37121         * rt/aio_sigqueue.c: Likewise.
37122         * rt/aio_suspend.c: Likewise.
37123         * rt/aio_write.c: Likewise.
37124         * rt/clock_getres.c: Likewise.
37125         * rt/clock_gettime.c: Likewise.
37126         * rt/clock_nanosleep.c: Likewise.
37127         * rt/clock_settime.c: Likewise.
37128         * rt/lio_listio.c: Likewise.
37129         * rt/mq_close.c: Likewise.
37130         * rt/mq_getattr.c: Likewise.
37131         * rt/mq_notify.c: Likewise.
37132         * rt/mq_open.c: Likewise.
37133         * rt/mq_receive.c: Likewise.
37134         * rt/mq_send.c: Likewise.
37135         * rt/mq_setattr.c: Likewise.
37136         * rt/mq_timedreceive.c: Likewise.
37137         * rt/mq_timedsend.c: Likewise.
37138         * rt/mq_unlink.c: Likewise.
37139         * rt/shm_open.c: Likewise.
37140         * rt/shm_unlink.c: Likewise.
37141         * rt/timer_create.c: Likewise.
37142         * rt/timer_delete.c: Likewise.
37143         * rt/timer_getoverr.c: Likewise.
37144         * rt/timer_gettime.c: Likewise.
37145         * rt/timer_settime.c: Likewise.
37146         * setjmp/__longjmp.c: Likewise.
37147         * setjmp/setjmp.c: Likewise.
37148         * signal/kill.c: Likewise.
37149         * signal/killpg.c: Likewise.
37150         * signal/raise.c: Likewise.
37151         * signal/sigaction.c: Likewise.
37152         * signal/sigaltstack.c: Likewise.
37153         * signal/sigblock.c: Likewise.
37154         * signal/sigignore.c: Likewise.
37155         * signal/sigintr.c: Likewise.
37156         * signal/signal.c: Likewise.
37157         * signal/sigpause.c: Likewise.
37158         * signal/sigpending.c: Likewise.
37159         * signal/sigqueue.c: Likewise.
37160         * signal/sigreturn.c: Likewise.
37161         * signal/sigset.c: Likewise.
37162         * signal/sigsetmask.c: Likewise.
37163         * signal/sigstack.c: Likewise.
37164         * signal/sigsuspend.c: Likewise.
37165         * signal/sigtimedwait.c: Likewise.
37166         * signal/sigvec.c: Likewise.
37167         * signal/sigwait.c: Likewise.
37168         * signal/sigwaitinfo.c: Likewise.
37169         * signal/sysv_signal.c: Likewise.
37170         * socket/accept.c: Likewise.
37171         * socket/accept4.c: Likewise.
37172         * socket/bind.c: Likewise.
37173         * socket/connect.c: Likewise.
37174         * socket/getpeername.c: Likewise.
37175         * socket/getsockname.c: Likewise.
37176         * socket/getsockopt.c: Likewise.
37177         * socket/isfdtype.c: Likewise.
37178         * socket/listen.c: Likewise.
37179         * socket/recv.c: Likewise.
37180         * socket/recvfrom.c: Likewise.
37181         * socket/recvmsg.c: Likewise.
37182         * socket/send.c: Likewise.
37183         * socket/sendmsg.c: Likewise.
37184         * socket/sendto.c: Likewise.
37185         * socket/setsockopt.c: Likewise.
37186         * socket/shutdown.c: Likewise.
37187         * socket/sockatmark.c: Likewise.
37188         * socket/socket.c: Likewise.
37189         * socket/socketpair.c: Likewise.
37190         * stdio-common/ctermid.c: Likewise.
37191         * stdio-common/cuserid.c: Likewise.
37192         * stdio-common/remove.c: Likewise.
37193         * stdio-common/rename.c: Likewise.
37194         * stdio-common/renameat.c: Likewise.
37195         * stdio-common/tempname.c: Likewise.
37196         * stdlib/getcontext.c: Likewise.
37197         * stdlib/makecontext.c: Likewise.
37198         * stdlib/setcontext.c: Likewise.
37199         * stdlib/swapcontext.c: Likewise.
37200         * stdlib/system.c: Likewise.
37201         * streams/fattach.c: Likewise.
37202         * streams/fdetach.c: Likewise.
37203         * streams/getmsg.c: Likewise.
37204         * streams/getpmsg.c: Likewise.
37205         * streams/putmsg.c: Likewise.
37206         * streams/putpmsg.c: Likewise.
37207         * sysdeps/unix/bsd/getpt.c: Likewise.
37208         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37209         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37210         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37212         Likewise.
37213         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37214         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37215         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37216         * sysvipc/msgctl.c: Likewise.
37217         * sysvipc/msgget.c: Likewise.
37218         * sysvipc/msgrcv.c: Likewise.
37219         * sysvipc/msgsnd.c: Likewise.
37220         * sysvipc/semctl.c: Likewise.
37221         * sysvipc/semget.c: Likewise.
37222         * sysvipc/semop.c: Likewise.
37223         * sysvipc/semtimedop.c: Likewise.
37224         * sysvipc/shmat.c: Likewise.
37225         * sysvipc/shmctl.c: Likewise.
37226         * sysvipc/shmdt.c: Likewise.
37227         * sysvipc/shmget.c: Likewise.
37228         * termios/tcdrain.c: Likewise.
37229         * termios/tcflow.c: Likewise.
37230         * termios/tcflush.c: Likewise.
37231         * termios/tcgetattr.c: Likewise.
37232         * termios/tcgetpgrp.c: Likewise.
37233         * termios/tcsendbrk.c: Likewise.
37234         * termios/tcsetattr.c: Likewise.
37235         * termios/tcsetpgrp.c: Likewise.
37236         * time/adjtime.c: Likewise.
37237         * time/clock.c: Likewise.
37238         * time/getitimer.c: Likewise.
37239         * time/gettimeofday.c: Likewise.
37240         * time/setitimer.c: Likewise.
37241         * time/settimeofday.c: Likewise.
37242         * time/stime.c: Likewise.
37243         * time/time.c: Likewise.
37245 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37247         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37248         /usr/old/bin.
37250         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37251         instead of spaces.
37252         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37254 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37256         [BZ #14796]
37257         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37258         FE_TONEAREST before applying Dekker multiplication and Knuth
37259         addition.  Clear inexact exceptions and check for exact zero
37260         results afterwards.
37261         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37262         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37263         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37264         * math/libm-test.inc (fma_test): Add more tests.
37265         (fma_test_towardzero): Likewise.
37266         (fma_test_downward): Likewise.
37267         (fma_test_upward): Likewise.
37268         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37269         function.
37270         (libc_fesetround): New macro.
37271         (libc_fesetroundf): Likewise.
37272         (libc_fesetroundl): Likewise.
37273         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37274         function.
37275         (libc_fesetround_387): Likewise.
37276         (libc_fesetroundf): New macro.
37277         (libc_fesetround): Likewise.
37278         (libc_fesetroundl): Likewise.
37279         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37280         function.
37281         (libc_fesetroundf): New macro.
37282         (libc_fesetround): Likewise.
37283         (libc_fesetroundl): Likewise.
37284         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37285         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37286         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37287         libm_hidden_ver.
37288         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37289         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37290         libm_hidden_def.
37291         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37292         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37293         libm_hidden_ver.
37294         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37295         libm_hidden_def.
37297         [BZ #3439]
37298         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37299         integer constant usable in #if and use that to give value to enum
37300         constant.
37301         (FE_DIVBYZERO): Likewise.
37302         (FE_UNDERFLOW): Likewise.
37303         (FE_OVERFLOW): Likewise.
37304         (FE_INVALID): Likewise.
37305         (FE_INVALID_SNAN): Likewise.
37306         (FE_INVALID_ISI): Likewise.
37307         (FE_INVALID_IDI): Likewise.
37308         (FE_INVALID_ZDZ): Likewise.
37309         (FE_INVALID_IMZ): Likewise.
37310         (FE_INVALID_COMPARE): Likewise.
37311         (FE_INVALID_SOFTWARE): Likewise.
37312         (FE_INVALID_SQRT): Likewise.
37313         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37314         (FE_TONEAREST): Likewise.
37315         (FE_TOWARDZERO): Likewise.
37316         (FE_UPWARD): Likewise.
37317         (FE_DOWNWARD): Likewise.
37318         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37319         (FE_DIVBYZERO): Likewise.
37320         (FE_OVERFLOW): Likewise.
37321         (FE_UNDERFLOW): Likewise.
37322         (FE_INEXACT): Likewise.
37323         (FE_TONEAREST): Likewise.
37324         (FE_DOWNWARD): Likewise.
37325         (FE_UPWARD): Likewise.
37326         (FE_TOWARDZERO): Likewise.
37327         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37328         (FE_UNDERFLOW): Likewise.
37329         (FE_OVERFLOW): Likewise.
37330         (FE_DIVBYZERO): Likewise.
37331         (FE_INVALID): Likewise.
37332         (FE_TONEAREST): Likewise.
37333         (FE_TOWARDZERO): Likewise.
37334         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37335         (FE_OVERFLOW): Likewise.
37336         (FE_UNDERFLOW): Likewise.
37337         (FE_DIVBYZERO): Likewise.
37338         (FE_INEXACT): Likewise.
37339         (FE_TONEAREST): Likewise.
37340         (FE_TOWARDZERO): Likewise.
37341         (FE_UPWARD): Likewise.
37342         (FE_DOWNWARD): Likewise.
37343         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37344         (FE_DIVBYZERO): Likewise.
37345         (FE_OVERFLOW): Likewise.
37346         (FE_UNDERFLOW): Likewise.
37347         (FE_INEXACT): Likewise.
37348         (FE_TONEAREST): Likewise.
37349         (FE_DOWNWARD): Likewise.
37350         (FE_UPWARD): Likewise.
37351         (FE_TOWARDZERO): Likewise.
37353 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37355         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37357 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37359         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37360         commands.  Quote $PWD.
37361         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37362         -x" by "export".
37363         (remove_newlines): Remove.
37365 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37367         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37368         * stdlib/stdlib.h (atof): Moved to ...
37369         * include/bits/stdlib-float.h: Here.  New file.
37370         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37371         * stdlib/bits/stdlib-float.h: New file.
37372         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37373         -mno-sse -mno-mmx.
37374         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37375         <xmmintrin.h>.
37377 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37379         * conform/conformtest.pl (@headers): Add fenv.h.
37380         * conform/data/fenv.h-data: New file.
37381         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37382         include of <math/fenv.h>.
37384         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37385         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37386         && !UNIX98].  Enables tests for XOPEN2K8.
37387         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37388         POSIX2008]: Likewise.
37390         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37391         (struct rusage): Do not expect type or its members.
37393         [BZ #3439]
37394         * math/math.h (FP_NAN): Define macro to integer constant usable in
37395         #if and use that to give value to enum constant.
37396         (FP_INFINITE): Likewise.
37397         (FP_ZERO): Likewise.
37398         (FP_SUBNORMAL): Likewise.
37399         (FP_NORMAL): Likewise.
37401 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37403         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37404         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37405         arguments.
37407 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37409         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37410         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37411         autoconf-time if not.
37412         * configure.in: Remove AC_PREREQ.
37414 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37416         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37417         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37418         of the internal implementation.
37420 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37422         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37423         except include of <misc/sys/syslog.h>.
37425 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37428         function returns with a NULL context exit with zero.
37430 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37432         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37434 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37436         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37437         (run_program_cmd): This.
37438         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37439         (tst_langinfo): New variable.  Use it.
37441 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37443         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37444         floating point opcodes.
37446 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37448         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37449         variable.
37451         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37453         * sysdeps/mach/hurd/powerpc: Remove directory.
37454         * sysdeps/mach/powerpc: Likewise.
37456 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37458         * scripts/check-local-headers.sh: Ignore c++ headers.
37460 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37462         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37463         __libc_cleanup_region_start argument.
37465 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37467         [BZ #14784]
37468         [BZ #14785]
37469         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37470         x * y using scaling, not as x * y + z.
37471         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37472         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37473         * math/libm-test.inc (fma_test): Add more tests.
37474         (fma_test_towardzero): Likewise.
37475         (fma_test_downward): Likewise.
37476         (fma_test_upward): Likewise.
37478 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37480         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37482 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37484         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37485         New variable.
37487 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37489         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37491 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37494         Fix sort order.
37495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37496         Likewise.
37498 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37501         Fix the order of the list for glibc 2.17.
37502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37503         Likewise.
37505 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37507         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37509 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37511         [BZ #14610]
37512         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37513         for low part of x being zero before using __atanl (y).
37514         * math/libm-test.inc (atan2_test): Add another test.
37516         * manual/install.texi (Configuring and compiling): Document
37517         general use of test-wrapper and test-wrapper-env.
37518         * INSTALL: Regenerated.
37520         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37521         (__fma): Do not extract and scale down low bits on after-rounding
37522         systems when result rounded to normal precision would have normal
37523         exponent.
37524         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37525         (__fmal): Do not extract and scale down low bits on after-rounding
37526         systems when result rounded to normal precision would have normal
37527         exponent.
37528         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37529         (__fmal): Do not extract and scale down low bits on after-rounding
37530         systems when result rounded to normal precision would have normal
37531         exponent.
37532         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37533         macro.
37534         (fma_test): Add more tests.
37535         (fma_test_towardzero): Likewise.
37536         (fma_test_downward): Likewise.
37537         (fma_test_upward): Likewise.
37539 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37541         * sysdeps/i386/tininess.h: Renamed to ...
37542         * sysdeps/x86/tininess.h: This.
37543         * sysdeps/x86_64/tininess.h: Removed.
37545 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37547         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37548         input.  Use $(build-program-cmd).
37549         ($(objpfx)tst-array1-static.out): Likewise.
37550         ($(objpfx)tst-array2.out): Likewise.
37551         ($(objpfx)tst-array3.out): Likewise.
37552         ($(objpfx)tst-array4.out): Likewise.
37553         ($(objpfx)tst-array5.out): Likewise.
37554         ($(objpfx)tst-array5-static.out): Likewise.
37556 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37558         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37559         if defined.
37561         * nss/nsswitch.h (nss_interface_function): Provide new
37562         macro for use with NSS functions.
37563         * grp/initgroups.c: Use new macro.
37564         * nss/getXXbyYY.c: Likewise.
37565         * nss/getXXbyYY_r.c: Likewise.
37566         * nss/getXXent.c: Likewise.
37567         * nss/getXXent_r.c: Likewise.
37568         * sysdeps/posix/getaddrinfo.c: Likewise.
37570 2012-10-30  Andreas Jaeger  <aj@suse.de>
37572         * po/ru.po: Update Russion translation from translation project.
37574 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37576         [BZ #14152]
37577         [BZ #14783]
37578         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37579         result and shift together with sticky bit instead of replicating
37580         round-to-nearest rounding.
37581         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37582         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37583         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37584         missing underflow exceptions.
37585         (fma_test_towardzero): Add more tests.
37586         (fma_test_downward): Likewise.
37587         (fma_test_upward): Likewise.
37589         [BZ #14047]
37590         * sysdeps/generic/tininess.h: New file.
37591         * sysdeps/i386/tininess.h: Likewise.
37592         * sysdeps/sh/tininess.h: Likewise.
37593         * sysdeps/x86_64/tininess.h: Likewise.
37594         * stdlib/tst-strtod-underflow.c: Likewise.
37595         * stdlib/tst-tininess.c: Likewise.
37596         * stdlib/strtod_l.c: Include <tininess.h>.
37597         (round_and_return): Do not set errno for exact underflow cases.
37598         Force an underflow exception when setting errno for underflow.
37599         Determine underflow based on rounding to normal precision if
37600         TININESS_AFTER_ROUNDING.
37601         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37602         ERANGE for exact underflow cases.
37603         * stdlib/Makefile (tests): Add tst-tininess and
37604         tst-strtod-underflow.
37605         ($(objpfx)tst-tininess): Use $(link-libm).
37606         ($(objpfx)tst-strtod-underflow): Likewise.
37608 2012-10-30  Andreas Jaeger  <aj@suse.de>
37610         [BZ#14767]
37611         * elf/Makefile (tests): Remove conditional for have-initfini-array
37612         since this is now always required and the variable does not exist
37613         anymore.
37614         (tests-static): Likewise.
37615         (modules-names): Likewise.
37617         * po/eo.po: Add Esperanto translation from translation project.
37619         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37620         merged with constructor/destructor.
37621         (init_array): Likewise.
37622         * elf/tst-array2dep.c (fini_array): Likewise.
37623         (init_array): Likewise.
37625 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37627         * manual/message.texi: Delete @cartouche tags.
37629 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37631         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37632         EOPNOTSUPP.
37633         * sysdeps/mach/hurd/fsync.c: Likewise.
37635         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37636         [_POSIX_REALTIME_SIGNALS]: Change condition to
37637         [_POSIX_REALTIME_SIGNALS > 0].
37639 2012-10-27  Andreas Jaeger  <aj@suse.de>
37641         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37642         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37643         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37644         [__WORDSIZE != 64]: Likewise.
37646 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37648         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37649         *  iconvdata/tst-tables.sh: Likewise.
37651 2012-10-25  David S. Miller  <davem@davemloft.net>
37653         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37654         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37655         of strtoull.
37657         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37658         ifunc-impl-list.c
37659         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37660         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37661         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37662         file.
37664 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37666         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37667         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37668         __getdirentries.
37670 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37671             Jim Blandy  <jimb@codesourcery.com>
37673         * scripts/cross-test-ssh.sh: New file.
37674         * manual/install.texi (Configuring and compiling): Document use of
37675         cross-test-ssh.sh.
37676         * INSTALL: Regenerated.
37678 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37680         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37681         EOPNOTSUPP.
37683 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37685         * Makeconfig (run-program-prefix): Fix comment.
37687 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37688             Jim Blandy  <jimb@codesourcery.com>
37690         * Makeconfig (test-wrapper): New variable,
37691         (test-wrapper-env): Likewise.
37692         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37693         (run-built-tests): Define to yes.
37694         (run-program-prefix): Use $(test-wrapper).
37695         (built-program-cmd): Likewise.
37696         * Rules (make-test-out): Use $(test-wrapper-env) and
37697         $(host-built-program-cmd).
37698         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37699         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37700         tst-pathopt.sh.
37701         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37702         $(test-wrapper-env) to tst-rtld-load-self.sh.
37703         ($(objpfx)order2.out): Use $(test-wrapper).
37704         ($(objpfx)tst-initorder.out): Likewise.
37705         ($(objpfx)tst-initorder2.out): Likewise.
37706         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37707         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37708         (test_wrapper_env): New variable.  Use it to run ld.so.
37709         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37710         Use it to run ld.so.
37711         (test_wrapper_env): Likewise.
37712         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37713         $(test-wrapper) to run-iconv-test.sh.
37714         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37715         (ICONV): Use $test_wrapper.
37716         * posix/Makefile ($(objpfx)globtest.out): Pass
37717         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37718         globtest.sh, not $(run-program-prefix).
37719         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37720         (test_wrapper): Likewise.
37721         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37722         set together with run_via_rtld_prefix.
37723         (run_program_prefix): Define in terms of test_wrapper and
37724         run_via_rtld_prefix.
37726 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37728         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37729         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37730         Targets removed.
37732         [BZ #14743]
37733         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37734         Declare __clock_getres, __clock_gettime, __clock_settime,
37735         __clock_nanosleep, and __clock_getcpuclockid.
37736         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37737         Remove librt_hidden_def (clock_gettime).
37738         * sysdeps/unix/clock_gettime.c: Likewise.
37739         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37740         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37741         * rt/clock_getres.c: Define __clock_getres as an alias.
37742         * sysdeps/posix/clock_getres.c: Likewise.
37743         * rt/clock_settime.c: Define __clock_settime as an alias.
37744         * sysdeps/unix/clock_settime.c: Likewise.
37745         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37746         * sysdeps/unix/clock_nanosleep.c: Likewise.
37747         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37748         * rt/clock-compat.c: New file.
37749         * rt/Makefile (librt-routines): Add clock-compat and move
37750         $(clock-routines) to ...
37751         (routines): ... here, new variable.
37752         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37753         Don't add get_clockfreq here.
37754         * rt/Versions (libc: GLIBC_2.17): New version set.
37755         Add clock_* symbols here.
37756         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37757         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37758         (GLIBC_2.17): Add clock_* symbols.
37759         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37760         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37761         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37763         Likewise.
37764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37765         Likewise.
37766         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37767         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37769         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37770         * NEWS: Mention the move.
37772         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37773         Use __open, __read, __close rather than their public counterparts.
37774         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37775         (__get_clockfreq_via_cpuinfo): Likewise.
37776         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37777         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37779         * config.h.in (HAVE_IFUNC): New #undef.
37780         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37781         was successful.
37782         * configure: Regenerated.
37784 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37786         * configure.in: Move READELF check to start of file.
37787         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37788         libc_cv_asm_gnu_indirect_function in the process.
37789         * configure: Regenerated.
37791 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37793         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37794         send the output to /dev/null.
37795         (libc_cv_cc_with_libunwind): Likewise.
37796         (libc_cv_as_noexecstack): Likewise.
37797         * configure: Regenerate.
37799 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37801         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37803         * posix/globtest.sh (TMPDIR): Do not set.
37804         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37805         (testout): Likewise.
37807 2012-10-24  Andreas Jaeger  <aj@suse.de>
37809         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37810         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37811         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37812         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37813         posix_fadvise64, posix_fallocate64.
37815         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37816         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37817         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37818         Likewise.
37819         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37820         Likewise.
37821         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37823         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37824         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37825         <bits/fcntl-linux.h>.
37826         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37828         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37829         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37830         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37831         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37832         [__WORDSIZE != 64]: Likewise.
37834 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37836         * Makeconfig (run-built-tests): New variable.
37837         * Rules [$(cross-compiling) = yes]: Change condition to
37838         [$(run-built-tests) = no].
37839         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37840         to [$(run-built-tests) = yes].
37841         * elf/Makefile [$(cross-compiling) = no]: Likewise
37842         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37843         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37844         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37845         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37846         * io/Makefile [$(cross-compiling) = no]: Likewise.
37847         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37848         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37849         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37850         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37851         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37852         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37853         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37854         * string/Makefile [$(cross-compiling) = no]: Likewise.
37856         * posix/Makefile ($(objpfx)globtest.out): Pass
37857         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37858         $(rtld-installed-name).
37859         * posix/globtest.sh (elf_objpfx): Remove variable.
37860         (rtld_installed_name): Likewise.
37861         (library_path): Likewise.
37862         (run_program_prefix): New variable.  Use for running globtest
37863         binary.
37865 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37866             Joseph Myers  <joseph@codesourcery.com>
37868         * Makeconfig (host-built-program-cmd): New variable.
37869         * elf/Makefile (tst-stackguard1-ARGS): Use
37870         $(host-built-program-cmd).
37871         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37872         (tst-spawn-ARGS): Likewise.
37873         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37875 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37876             Jim Blandy  <jimb@codesourcery.com>
37878         * Makeconfig (run-via-rtld-prefix): New variable.
37879         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37880         (built-program-cmd): Likewise.
37882 2012-10-22  Andreas Jaeger  <aj@suse.de>
37884         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37885         __O_RSYNC if it exists, otherwise to O_SYNC.
37887 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37888             Joseph Myers  <joseph@codesourcery.com>
37890         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37891         /dev/null.
37892         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37893         from /dev/null
37894         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37895         /dev/null.
37897 2012-10-22  Andreas Jaeger  <aj@suse.de>
37899         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37900         Define always.
37901         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37903         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37904         bits/fcntl-linux.h.
37906         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37907         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37909         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37910         to __O_LARGEFILE.
37911         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37912         to __O_LARGEFILE.
37914 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37915             Joseph Myers  <joseph@codesourcery.com>
37917         * config.make.in (NM): New variable.
37919 2012-10-21  Andreas Jaeger  <aj@suse.de>
37921         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37922         definitions and declarations that are provided by
37923         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37925 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37927         [BZ #14683]
37928         * elf/Makefile (tests-static): Add tst-leaks1-static.
37929         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37930         ($(objpfx)tst-leaks1-static): New rule.
37931         ($(objpfx)tst-leaks1-static-mem): Likewise.
37932         (tst-leaks1-static-ENV): New macro.
37933         * elf/dl-open.c (dl_open_worker): Check the main application
37934         only if SHARED is defined.
37935         * elf/tst-leaks1-static.c: New file.
37937 2012-10-20  Andreas Jaeger  <aj@suse.de>
37939         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37940         generic values for Linux.
37941         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37942         and declarations that are provided by <bits/fcntl-linux.h> and
37943         include <bits/fcntl-linux.h>.
37944         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37945         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37947 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37949         * io/fcntl.h: Move include of <bits/types.h> to the top and
37950         include it unconditionally.
37952 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37954         * wcsmbs/Makefile (tests-ifunc): New variable.
37955         (tests): Add $(tests-ifunc).
37956         * wcsmbs/test-wcschr-ifunc.c: New file.
37957         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37958         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37959         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37960         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37961         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37963         * string/Makefile (tests-ifunc): New variable.
37964         (tests): Add $(tests-ifunc).
37965         * string/test-memccpy.c (TEST_NAME): New macro.
37966         * string/test-memchr.c (TEST_NAME): Likewise.
37967         * string/test-memcmp.c (TEST_NAME): Likewise.
37968         * string/test-memcpy.c (TEST_NAME): Likewise.
37969         * string/test-memmem.c (TEST_NAME): Likewise.
37970         * string/test-memmove.c (TEST_NAME): Likewise.
37971         * string/test-memset.c (TEST_NAME): Likewise.
37972         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37973         * string/test-stpcpy.c (TEST_NAME): Likewise.
37974         * string/test-stpncpy.c (TEST_NAME): Likewise.
37975         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37976         * string/test-strcasestr.c (TEST_NAME): Likewise.
37977         * string/test-strcat.c (TEST_NAME): Likewise.
37978         * string/test-strchr.c (TEST_NAME): Likewise.
37979         * string/test-strcmp.c(TEST_NAME): Likewise.
37980         * string/test-strcpy.c (TEST_NAME): Likewise.
37981         * string/test-strcspn.c (TEST_NAME): Likewise.
37982         * string/test-strlen.c (TEST_NAME): Likewise.
37983         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37984         * string/test-strncmp.c (TEST_NAME): Likewise.
37985         * string/test-strncpy.c (TEST_NAME): Likewise.
37986         * string/test-strnlen.c (TEST_NAME): Likewise.
37987         * string/test-strpbrk.c (TEST_NAME): Likewise.
37988         * string/test-strrchr.c (TEST_NAME): Likewise.
37989         * string/test-strspn.c (TEST_NAME): Likewise.
37990         * string/test-strstr.c (TEST_NAME): Likewise.
37991         * string/test-bcopy-ifunc.c: New file.
37992         * string/test-bzero-ifunc.c: Likewise.
37993         * string/test-memccpy-ifunc.c: Likewise.
37994         * string/test-memchr-ifunc.c: Likewise.
37995         * string/test-memcmp-ifunc.c: Likewise.
37996         * string/test-memcpy-ifunc.c: Likewise.
37997         * string/test-memmem-ifunc.c: Likewise.
37998         * string/test-memmove-ifunc.c: Likewise.
37999         * string/test-mempcpy-ifunc.c: Likewise.
38000         * string/test-memset-ifunc.c: Likewise.
38001         * string/test-rawmemchr-ifunc.c: Likewise.
38002         * string/test-stpcpy-ifunc.c: Likewise.
38003         * string/test-stpncpy-ifunc.c: Likewise.
38004         * string/test-strcasecmp-ifunc.c: Likewise.
38005         * string/test-strcasestr-ifunc.c: Likewise.
38006         * string/test-strcat-ifunc.c: Likewise.
38007         * string/test-strchr-ifunc.c: Likewise.
38008         * string/test-strchrnul-ifunc.c: Likewise.
38009         * string/test-strcmp-ifunc.c: Likewise.
38010         * string/test-strcpy-ifunc.c: Likewise.
38011         * string/test-strcspn-ifunc.c: Likewise.
38012         * string/test-strlen-ifunc.c: Likewise.
38013         * string/test-strncasecmp-ifunc.c: Likewise.
38014         * string/test-strncat-ifunc.c: Likewise.
38015         * string/test-strncmp-ifunc.c: Likewise.
38016         * string/test-strncpy-ifunc.c: Likewise.
38017         * string/test-strnlen-ifunc.c: Likewise.
38018         * string/test-strpbrk-ifunc.c: Likewise.
38019         * string/test-strrchr-ifunc.c: Likewise.
38020         * string/test-strspn-ifunc.c: Likewise.
38021         * string/test-strstr-ifunc.c: Likewise.
38023         * debug/Makefile (tests-ifunc): New variable.
38024         (tests): Add $(tests-ifunc).
38025         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38026         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38027         * debug/test-stpcpy_chk-ifunc.c: New file.
38028         * debug/test-strcpy_chk-ifunc.c: Likewise.
38030 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38032         [BZ #13601]
38033         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38034         header is not read in.
38036 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38038         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38039         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38040         directly.  Pass built executable to script as
38041         $(built-program-cmd).
38042         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38043         $testprogram without using LD_LIBRARY_PATH and $ldso.
38045         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38046         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38047         $(rtld-installed-name).
38048         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38049         (rtld_installed_name): Likewise.
38050         (library_path): Likewise.
38051         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38052         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38053         $(run-program-prefix) to tst-tables.sh.
38054         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38055         it to run tst-table-from and tst-table-to.
38056         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38057         Pass it to tst-table.sh.
38058         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38059         $(run-program-prefix) to tst-gettext.sh.
38060         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38061         tst-translit.sh.
38062         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38063         tst-gettext2.sh.
38064         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38065         to run tst-gettext.
38066         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38067         to run tst-gettext2.
38068         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38069         to run tst-translit.
38070         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38071         $(run-program-prefix) to tst-mtrace.sh.
38072         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38073         to run tst-mtrace.
38074         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38075         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38076         $(rtld-installed-name).
38077         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38078         (rtld_installed_name): Likewise.
38079         (run_program_prefix): New variable.  Use it to run wordexp-test.
38081         * Makeconfig (ARCH): Remove all definitions.
38082         (machine): Likewise.
38083         [ARCH]: Remove conditional code.
38084         [!objdir]: Give error.
38085         [!objdir] (objpfx): Remove.
38086         [!objdir] (common-objpfx): Likewise.
38087         [!objdir] (common-objdir): Likewise.
38088         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38089         AC_CONFIG_FILES call.
38090         * configure: Regenerated.
38092         [BZ #13888]
38093         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38094         or TMPDIR.
38095         (testout): Likewise.
38097         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38098         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38099         $(rtld-installed-name).
38100         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38101         (rtld_installed_name): Likwise.
38102         (runit): Remove function.
38103         (run_getconf): New variable,  Use it for running getconf binary.
38105 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38107         [BZ #14716]
38108         * string/test-memmem.c (check_result): New function.
38109         (do_one_test): Use it.
38110         (check1): New function.
38111         (test_main): Use it.
38113 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38115         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38117 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38119         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38120         (_G_LSEEK64): Likewise.
38121         (_G_MMAP64): Likewise.
38122         (_G_FSTAT64): Likewise.
38123         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38124         (_G_LSEEK64): Likewise.
38125         (_G_MMAP64): Likewise.
38126         (_G_FSTAT64): Likewise.
38127         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38128         unconditional.  Call __mmap64 directly.
38129         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38130         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38131         __lseek64 directly.
38132         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38133         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38134         __mmap64 directly.
38135         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38136         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38137         __lseek64 directly.
38138         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38139         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38140         __lseek64 directly.
38141         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38142         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38143         __lseek64 directly.
38144         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38145         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38146         __fxstat64 directly.
38147         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38148         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38149         unconditional.
38150         (freopen64) [!_G_OPEN64]: Remove conditional code.
38151         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38152         unconditional.
38153         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38154         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38155         unconditional.
38156         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38157         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38158         unconditional.
38159         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38160         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38161         unconditional.
38162         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38163         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38164         unconditional.
38165         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38166         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38167         unconditional.
38168         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38169         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38170         unconditional.
38171         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38173 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38175         [BZ #12140]
38176         * manual/memory.texi (Malloc Tunable Parameters): Add note
38177         about free list pointers overwriting some perturb bytes.
38178         Wording suggested by Roland McGrath.
38180 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38182         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38183         (lgamma_test): Likewise.
38184         (tgamma_test): Likewise.
38186 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38188         [BZ #14700]
38189         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38190         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38192 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38194         * NEWS: Mention BZ #14716.
38195         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38196         when removing AVAILABLE1_USES_J macro.
38198 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38200         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38201         (__bswap_64): __uint64_t for unsigned 64-bit int.
38203 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38205         * include/string.h (memmem): Declare libc hidden alias.
38206         * string/memmem.c (memmem): Define libc hidden alias.
38207         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38208         __read, __close instead of open, read, close.
38210 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38212         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38213         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38214         global and hidden.
38215         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38216         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38217         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38218         Likewise.
38219         (__rawmemchr_sse2): Likewise.
38220         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38221         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38222         (__strchr_sse2): Likewise.
38223         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38224         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38225         (__strcasecmp_sse2): Likewise.
38226         (__strncasecmp_sse2): Likewise.
38227         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38228         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38229         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38230         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38231         (__strrchr_sse2): Likewise.
38232         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38233         ifunc-impl-list.c.
38234         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38235         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38236         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38237         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38238         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38239         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38240         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38241         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38242         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38243         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38244         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38245         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38246         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38247         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38248         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38249         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38250         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38251         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38252         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38253         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38254         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38255         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38256         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38257         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38258         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38259         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38260         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38261         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38262         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38263         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38265         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38266         global and hidden.
38267         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38268         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38269         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38270         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38271         Likewise.
38272         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38273         Likewise.
38274         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38275         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38276         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38277         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38278         ifunc-impl-list.c.
38279         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38280         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38281         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38282         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38283         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38284         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38285         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38286         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38287         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38288         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38289         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38290         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38291         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38292         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38293         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38294         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38295         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38296         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38297         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38298         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38299         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38300         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38301         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38302         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38303         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38304         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38305         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38306         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38307         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38308         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38309         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38310         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38311         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38312         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38313         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38314         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38315         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38316         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38317         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38318         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38319         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38321         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38322         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38323         * include/ifunc-impl-list.h: New file.
38324         * misc/ifunc-impl-list.c: Likewise.
38325         * misc/Makefile (routines): Add ifunc-impl-list.
38326         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38327         * string/test-string.h: Include <ifunc-impl-list.h>.
38328         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38329         TEST_NAME]: New variables.
38330         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38331         are defined.
38332         (test_init): Call __libc_ifunc_impl_list to initialize
38333         func_list if TEST_IFUNC and TEST_NAME are defined.
38335         * string/Makefile (strop-tests): Add bcopy and bzero.
38336         * string/test-bcopy.c: New file.
38337         * string/test-bzero.c: Likewise.
38338         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38339         defined.
38340         * string/test-memset.c: Support bzero test if TEST_BZERO is
38341         defined.
38342         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38343         __libc_memmove.
38344         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38345         __libc_memset.
38346         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38347         of memset.
38349 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38351         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38352         * configure: Regenerated.
38354         * Makeconfig (+link-static-before-libc): Don't include
38355         $(link-static-libc).
38357         * libio/libio.h (_IO_pos_t): Remove.
38359 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38361         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38362         McGrath.
38364 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38366         * crypt/crypt-entry.c: Include fips-private.h.
38367         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38368         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38369         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38370         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38372 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38374         * crypt/crypt-private.h: Include stdbool.h.
38375         (_ufc_setup_salt_r): Return bool.
38376         * crypt/crypt-entry.c: Include errno.h.
38377         (__crypt_r): Return NULL with EINVAL for bad salt.
38378         * crypt/crypt_util.c (bad_for_salt): New.
38379         (_ufc_setup_salt_r): Check that salt is long enough and within
38380         the specified alphabet.
38381         * crypt/badsalttest.c: New file.
38382         * crypt/Makefile (tests): Add it.
38383         ($(objpfx)badsalttest): New.
38385 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38387         * NEWS: Add entry for BZ #14602.
38389 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38391         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38392         type-generic.
38393         * math/libm-test.inc: Update comment listing what functions and
38394         macros are tested.
38395         (isgreater_test): New function.
38396         (isgreaterequal_test): Likewise.
38397         (isless_test): Likewise.
38398         (islessequal_test): Likewise.
38399         (islessgreater_test): Likewise.
38400         (isunordered_test): Likewise.
38401         (main): Call the new functions.
38403 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38405         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38406         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38407         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38408         * sysdeps/i386/configure: Regenerated.
38409         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38410         * sysdeps/mach/configure: Regenerated.
38411         * sysdeps/mach/hurd/configure: Regenerated.
38412         * sysdeps/powerpc/configure: Regenerated.
38413         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38414         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38415         * sysdeps/s390/s390-32/configure: Regenerated.
38416         * sysdeps/s390/s390-64/configure: Regenerated.
38417         * sysdeps/sh/configure: Regenerated.
38418         * sysdeps/sparc/configure: Regenerated.
38419         * sysdeps/unix/sysv/linux/configure: Regenerated.
38420         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38421         * sysdeps/x86_64/configure: Regenerated.
38423         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38424         defined.  Don't check if MAP is NULL.
38426 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38428         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38429         (_G_stat64): Likewise.
38430         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38431         (_G_stat64): Likewise.
38432         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38433         instead of struct _G_stat64.
38434         * libio/fileops.c (mmap_remap_check): Likewise.
38435         (decide_maybe_mmap): Likewise.
38436         (_IO_new_file_seekoff): Likewise.
38437         (_IO_file_stat): Likewise.
38438         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38439         _G_off64_t.
38440         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38441         instead of struct _G_stat64.
38442         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38444 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38446         [BZ #14602]
38447         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38448         Replace with ...
38449         (CHECK_EOL): New macro.
38450         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38451         CHECK_EOL.
38452         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38453         Replace with CHECK_EOL.
38454         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38455         Replace with CHECK_EOL.
38457 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38459         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38460         type-generic.
38461         * math/libm-test.inc: Update comment listing what functions and
38462         macros are tested.
38463         (finite_test): New function.
38464         (isinf_test): Likewise.
38465         (isnan_test): Likewise.
38466         (fpclassify_test): Test subnormal input.
38467         (isfinite_test): Likewise.
38468         (isnormal_test): Likewise.
38469         (main): Call the new functions.
38471 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38473         [BZ #14660]
38474         * Makerules (%.dynsym): Force C locale when running
38475         $(OBJDUMP) --dynamic-syms.
38477 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38479         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38480         <stdint.h>.
38482 2012-10-06  David S. Miller  <davem@davemloft.net>
38484         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38485         upper 32-bits of the length value in %o2 since we use branch-on-register
38486         tests which consider the entire 64-bit register.
38488 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38490         * string/test-strstr.c (check2): Add a test for page boundary.
38492 2012-10-05  David S. Miller  <davem@davemloft.net>
38494         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38495         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38496         file.
38497         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38498         sysdep_routines.
38499         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38500         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38501         and bzero when HWCAP_SPARC_CRYPTO is present.
38503 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38505         [BZ #14602]
38506         * string/test-strstr.c (check2): New function.
38507         (test_main): Call check2.
38509         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38510         and bug-strchr1.
38511         * string/bug-strcasestr1.c (do_test): Moved to ...
38512         * string/test-strcasestr.c (check1): Here.  New function.
38513         (do_one_test): Break out result checking code into ...
38514         (check_result): This.  New function.
38515         (do_one_test): Call check_result.
38516         (test_main): Call check1.
38517         * string/bug-strchr1.c (do_test): Moved to ...
38518         * string/test-strchr.c (check1): Here.  New function.
38519         (do_one_test): Break out result checking code into ...
38520         (check_result): This.  New function.
38521         (do_one_test): Call check_result.
38522         (test_main): Call check1.
38523         * string/bug-strstr1.c (main): Moved to ...
38524         * string/test-strstr.c (check1): Here.  New function.
38525         (do_one_test): Break out result checking code into ...
38526         (check_result): This.  New function.
38527         (do_one_test): Call check_result.
38528         (test_main): Call check1.
38529         * string/bug-strcasestr1.c: Removed.
38530         * string/bug-strchr1.c: Likewise.
38531         * string/bug-strstr1.c: Likewise.
38533         * elf/Makefile (dl-routines): Add hwcaps.
38534         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38535         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38536         (_dl_important_hwcaps): Moved to ...
38537         * elf/dl-hwcaps.c: Here.  New file.
38538         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38540         [BZ #14557]
38541         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38542         if IS_IN_rtld isn't defined.
38544         * elf/dl-support.c (_dl_sysinfo_map): New.
38545         Include "get-dynamic-info.h" and "setup-vdso.h".
38546         (_dl_non_dynamic_init): Call setup_vdso.
38547         * elf/dynamic-link.h: Don't include <assert.h>.
38548         (elf_get_dynamic_info): Moved to ...
38549         * elf/get-dynamic-info.h: Here.  New file.
38550         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38551         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38552         * elf/setup-vdso.h: Here.  New file.
38553         * elf/rtld.c: Include "setup-vdso.h".
38554         (dl_main): Call setup_vdso.
38556 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38558         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38559         creal in comment listing functions tested.  List finite, isinf,
38560         isnan, isless, islessequal, isgreater, isgreaterequal,
38561         islessgreater, isunordered, lgamma_r and pow10 as functions and
38562         macros not tested.  Mention which functions not tested are aliases
38563         for other functions.  Fix typo.  Note that signs of NaNs are not
38564         tested.
38566         * scripts/config.guess: Update from config.git.
38567         * scripts/config.sub: Likewise.
38569 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38571         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38572         * misc/madvise.c (madvise): Renamed to __madvise.
38573         Make madvise a weak alias.
38574         * include/sys/mman.h: Declare __madvise.
38575         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38576         * sysdeps/unix/syscalls.list
38577         (madvise): Make __madvise the strong name, and madvise a weak alias.
38578         * sysdeps/unix/sysv/linux/syscalls.list
38579         (madvise, mmap): Remove redundant entries.
38580         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38581         * malloc/malloc.c (mtrim): Likewise.
38582         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38584 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38586         * sysdeps/mach/hurd/dl-cache.c: File removed.
38587         * config.h.in (USE_LDCONFIG): New #undef.
38588         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38589         * configure: Regenerated.
38590         * elf/Makefile (dl-routines): Add dl-cache only under
38591         [$(use-ldconfig) = yes].
38592         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38593         cache on [USE_LDCONFIG].
38594         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38595         [USE_LDCONFIG].
38596         * elf/rtld.c (dl_main): Likewise.
38598 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38600         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38601         _SC_LEVEL4_CACHE_LINESIZE.
38603 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38605         * sysdeps/unix/bsd/confstr.h: File removed.
38607 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38609         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38610         sys/sdt-config.h.
38612 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38614         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38615         Make 'mapoff' field ElfW(Off) rather than off_t.
38617 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38619         * nscd/Makefile: Remove nscd-cflags and all its users.
38620         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38621         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38623         [BZ #10631]
38624         * malloc.c (malloc_printerr): Clarify error message.
38626 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38628         [BZ #14648]
38629         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38630         Set bit_FMA_Usable if FMA is supported.
38631         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38632         macro.
38633         (bit_FMA4_Usable): Updated.
38634         (index_FMA_Usable): New macro.
38635         (CPUID_FMA): Likewise
38636         (HAS_FMA): Defined with bit_FMA_Usable.
38638 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38640         * bits/types.h (__swblk_t): Type removed.
38641         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38642         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38643         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38644         (__SWBLK_T_TYPE): Likewise.
38645         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38646         (__SWBLK_T_TYPE): Likewise.
38647         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38648         (__SWBLK_T_TYPE): Likewise.
38649         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38650         (__SWBLK_T_TYPE): Likewise.
38652 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38653             Honza Horak <hhorak@redhat.com>
38655         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38656         (xdr_mapname): Use YPMAXMAP as maxsize.
38657         (xdr_peername): Use YPMAXPEER as maxsize.
38658         (xdr_keydat): Use YPAXRECORD as maxsize.
38659         (xdr_valdat): Use YPMAXRECORD as maxsize.
38661 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38663         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38665         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38666         * csu/init-first.c: ... here.
38667         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38668         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38669         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38670         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38671         * sysdeps/i386/init-first.c: File removed.
38672         * sysdeps/sh/init-first.c: File removed.
38674 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38676         [BZ #14645]
38677         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38678         if x * y might underflow to zero and z is zero.
38679         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38680         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38681         * math/libm-test.inc (min_subnorm_value): New variable.
38682         (fma_test): Add more tests.
38683         (fma_test_towardzero): Likewise.
38684         (fma_test_downward): Likewise
38685         (fma_test_upward): Likewise.
38686         (initialize): Set min_subnorm_value.
38688 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38690         [BZ #14638]
38691         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38692         0 + 0.
38693         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38694         mode for addition resulting in exact zero.
38695         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38696         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38697         exact 0 + 0.
38698         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38699         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38700         * math/libm-test.inc (fma_test): Add more tests.
38701         (fma_test_towardzero): New function.
38702         (fma_test_downward): Likewise.
38703         (fma_test_upward): Likewise.
38704         (main): Call the new functions.
38706 2012-09-28  David S. Miller  <davem@davemloft.net>
38708         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38710 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38712         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38713         instead of SIGALRM.
38715         * sysdeps/gnu/_G_config.h: Moved to ...
38716         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38717         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38718         * sysdeps/generic/_G_config.h: ... here.
38720         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38722         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38724         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38725         Conditionalize target on [libnss_test1.so-version].
38727         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38729         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38730         (elfobjdir): Move out of conditionals.
38732         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38733         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38734         (__nss_lookup_function): Conditionalize label remove_from_tree on
38735         [!DO_STATIC_NSS || SHARED], matching its only use.
38737 2012-09-28  David S. Miller  <davem@davemloft.net>
38739         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38740         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38741         file.
38742         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38743         sysdep_routines.
38744         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38745         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38746         when HWCAP_SPARC_CRYPTO is present.
38748 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38750         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38752 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38754         [BZ #6530]
38755         * stdio-common/vfprintf.c (process_string_arg): Revert
38756         2000-07-22 change.
38758 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38760         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38761         for testcase.
38762         * stdio-common/tst-sprintf.c: Include <locale.h>
38763         (main): Test sprintf's handling of incomplete multibyte
38764         characters.
38766 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38768         * elf/dl-runtime.c (VERSYMIDX): Removed.
38769         * elf/dl-version.c (VERSYMIDX): Likewise.
38770         * elf/do-rel.h (VERSYMIDX): Likewise.
38771         (VALIDX): Likewise.
38772         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38773         * elf/rtld.c (VALIDX): Likewise.
38774         (ADDRIDX): Likewise.
38775         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38776         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38777         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38778         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38779         (VALIDX): Likewise.
38780         (ADDRIDX): Likewise.
38782 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38784         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38786 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38788         [BZ #11438]
38789         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38790         to global scope.
38791         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38792         addresses are in the same scope as 192.0.2/24.
38793         * posix/gai.conf: Document new scope table defaults.
38795 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38797         [BZ #5298]
38798         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38799         for ftell.  Compute offsets from write pointers instead.
38800         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38802 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38804         [BZ #14543]
38805         * libio/Makefile (tests): New test case tst-fseek.
38806         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38807         combination works in wide mode.
38808         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38809         state when the external buffer state changes.
38811 2012-09-27  David S. Miller  <davem@davemloft.net>
38813         [BZ #14376]
38814         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38815         pass reloc->r_addend in as the 'high' argument to
38816         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38818         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38820 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38822         * rt/tst-aio2.c: Include <pthread.h>.
38823         * rt/tst-aio3.c: Likewise.
38825 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38827         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38829 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38831         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38832         contents on [SHARED].
38834 2012-09-26  Marek Polacek  <polacek@redhat.com>
38836         [BZ #14530]
38837         [BZ #13741]
38838         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38839         for C++ and GCC <4.3 as well as for non GCC compilers.
38841 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38843         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38845 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38847         * Makefile.in (all, install): Declare with .PHONY.
38848         Reported by Michael Hope <michael.hope@linaro.org>.
38850 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38852         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38853         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38854         system header.
38855         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38856         Likewise.
38857         (sydep_routines): Add the new and the internal functions.
38858         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38859         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38861         (GLIBC_2.17): Add the new function.
38862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38863         (GLIBC_2.17): Likewise.
38864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38865         (GLIBC_2.17): Likewise.
38866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38867         (GLIBC_2.17): Likewise.
38868         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38870 2012-09-25  Alan Modra  <amodra@gmail.com>
38872         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38873         Add release barrier before setting once_control to say
38874         initialisation is done.  Add hints on lwarx.  Use macro in
38875         place of isync.
38876         (clear_once_control): Add release barrier.
38878 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38880         [BZ #13629]
38881         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38882         specially.
38883         * math/s_clog10.c (__clog10): Likewise.
38884         * math/s_clog10f.c (__clog10f): Likewise.
38885         * math/s_clog10l.c (__clog10l): Likewise.
38886         * math/s_clogf.c (__clogf): Likewise.
38887         * math/s_clogl.c (__clogl): Likewise.
38888         * math/Makefile (libm-calls): Add x2y2m1.
38889         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38890         (__x2y2m1): Likewise.
38891         (__x2y2m1l): Likewise.
38892         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38893         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38894         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38895         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38896         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38897         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38898         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38899         * sysdeps/i386/fpu/libm-test-ulps: Update.
38900         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38902         [BZ #14621]
38903         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38904         int as type of variable DEPTH.
38905         (glob): Use size_t instead of int as type of variables NEWCOUNT
38906         and OLD_PATHC.
38908 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38910         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38911         Add s_sincosf-sse2.
38912         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38913         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38914         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38915         macros for using routine as __sincosf_ia32.
38916         Use macro for function declaration and weak_alias.
38917         * sysdeps/i386/fpu/libm-test-ulps: Update.
38919         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38920         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38922         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38923         subnormal argument.
38924         * math/s_cexpf.c (__cexpf): Likewise.
38925         * math/s_csinf.c (__csinf): Likewise.
38926         * math/s_csinhf.c (__csinhf): Likewise.
38927         * math/s_ctanf.c (__ctanf): Likewise.
38928         * math/s_ctanhf.c (__ctanhf): Likewise.
38929         * math/s_ccosh.c (__ccoshf): Likewise.
38930         * math/s_cexp.c (__cexpl): Likewise.
38931         * math/s_csin.c (__csin): Likewise.
38932         * math/s_csinh.c (__csinh): Likewise.
38933         * math/s_ctan.c (__ctan): Likewise.
38934         * math/s_ctanh.c (ctanh): Likewise.
38935         * math/s_ccoshl.c (__ccoshl): Likewise.
38936         * math/s_cexpl.c (__cexpl): Likewise.
38937         * math/s_csinl.c (__csinl): Likewise.
38938         * math/s_csinhl.c (__csinhl): Likewise.
38939         * math/s_ctanl.c (__ctanl): Likewise.
38940         * math/s_ctanhl.c (__ctanhl): Likewise.
38942 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38944         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38945         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38946         (_IO_off_t): Define to __off_t, not _G_off_t.
38947         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38948         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38949         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38950         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38951         type of __dummy and __dummy2 fields.
38952         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38953         (_G_ssize_t): Likewise.
38954         (_G_off_t): Likewise.
38955         (_G_pid_t): Likewise.
38956         (_G_uid_t): Likewise.
38957         (_G_wchar_t): Likewise.
38958         (_G_wint_t): Likewise.
38959         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38960         (_G_ssize_t): Likewise.
38961         (_G_off_t): Likewise.
38962         (_G_pid_t): Likewise.
38963         (_G_uid_t): Likewise.
38964         (_G_wchar_t): Likewise.
38965         (_G_wint_t): Likewise.
38966         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38967         (_G_ssize_t): Likewise.
38968         (_G_off_t): Likewise.
38969         (_G_pid_t): Likewise.
38970         (_G_uid_t): Likewise.
38971         (_G_wchar_t): Likewise.
38972         (_G_wint_t): Likewise.
38974 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38976         * malloc/arena.c: Include malloc-sysdep.h.
38977         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38978         is sufficient to shrink the heap or an unmap is needed.
38979         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38980         new function check_may_shrink_heap.
38981         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38982         new function check_may_shrink_heap.
38984 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38986         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38987         comments.
38989 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38991         * catgets/test-gencat.sh: Add "set -e".
38992         * elf/tst-pathopt.sh: Likewise.
38993         * grp/tst_fgetgrent.sh: Likewise.
38994         * iconvdata/run-iconv-test.sh: Likewise.
38995         * intl/tst-gettext.sh: Likewise.
38996         * intl/tst-gettext2.sh: Likewise.
38997         * intl/tst-gettext4.sh: Likewise.
38998         * intl/tst-gettext6.sh: Likewise.
38999         * intl/tst-translit.sh: Likewise.
39000         * io/ftwtest-sh: Likewise.
39001         * libio/test-freopen.sh: Likewise.
39002         * malloc/tst-mtrace.sh: Likewise.
39003         * posix/globtest.sh: Likewise.
39004         * posix/tst-getconf.sh: Likewise.
39005         * posix/wordexp-tst.sh: Likewise.
39006         * stdio-common/tst-printf.sh: Likewise.
39007         * stdio-common/tst-unbputc.sh: Likewise.
39008         * stdlib/tst-fmtmsg.sh: Likewise.
39009         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39010         * catgets/Makefile: Do not specify -e option when running
39011         testsuite shell scripts.
39012         * elf/Makefile: Likewise.
39013         * grp/Makefile: Likewise.
39014         * iconvdata/Makefile: Likewise.
39015         * intl/Makefile: Likewise.
39016         * io/Makefile: Likewise.
39017         * libio/Makefile: Likewise.
39018         * malloc/Makefile: Likewise.
39019         * posix/Makefile: Likewise.
39020         * stdio-common/Makefile: Likewise.
39021         * stdlib/Makefile: Likewise.
39022         * sysdeps/x86_64/Makefile: Likewise.
39024         * io/ftwtest-sh: Add copyright header.
39025         * posix/globtest.sh: Likewise.
39026         * posix/tst-getconf.sh: Likewise.
39027         * posix/wordexp-tst.sh: Likewise.
39028         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39030 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39032         [BZ #13679]
39033         * Makeconfig (+link): Defined as $(+link-static) if
39034         $(build-shared) isn't yes.
39035         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39036         isn't yes.
39037         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39039         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39041         [BZ #14562]
39042         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39043         new chunk size with MALLOC_ALIGN_MASK.
39045 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39047         [BZ #5044]
39048         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39049         <rounding-mode.h>.
39050         (__printf_fphex): Determine rounding using get_rounding_mode and
39051         round_away.
39052         * stdio-common/tst-printf-round.c (struct hex_test): New
39053         structure.
39054         (hex_tests): New variable.
39055         (test_hex_in_one_mode): New function.
39056         (do_test): Also run tests for hex float output.
39058 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39060         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39061         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39062         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39063         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39064         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39065         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39066         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39067         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39069 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39071         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39072         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39073         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39074         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39076 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39078         [BZ #14579]
39079         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39080         mode only.
39081         * elf/tst-rtld-load-self.sh: New test.
39082         * elf/Makefile: Run it.
39084 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39086         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39087         (tst-writev-ENV): Remove.
39088         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39090 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39092         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39094 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39096         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39097         unconditional.
39098         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39099         Likewise.
39100         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39101         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39102         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39103         Likewise.
39105 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39107         [BZ #14587]
39108         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39109         * config.make.in (have-cpp-asm-debuginfo): Removed.
39110         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39111         * configure: Regenerated.
39113 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39115         [BZ #5044]
39116         * stdio-common/printf_fp.c: Include <stdbool.h> and
39117         <rounding-mode.h>.
39118         (___printf_fp): Determine rounding using get_rounding_mode and
39119         round_away.
39120         * stdio-common/tst-printf-round.c: New file.
39121         * stdio-common/Makefile (tests): Add tst-printf-round.
39122         (link-libm): New variable.
39123         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39125 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39127         [BZ #14576]
39128         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39129         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39130         Likewise.
39131         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39132         Likewise.
39134 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39136         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39137         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39138         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39139         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39141 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39143         [BZ #14518]
39144         * include/rounding-mode.h: New file.
39145         * sysdeps/generic/get-rounding-mode.h: Likewise.
39146         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39147         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39148         (MAX_VALUE): New macro.
39149         (MIN_VALUE): Likewise.
39150         (overflow_value): New function.
39151         (underflow_value): Likewise.
39152         (round_and_return): Use overflow_value and underflow_value to
39153         determine return values in overflow and underflow cases.  Use
39154         round_away to determine rounding depending on rounding mode.
39155         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39156         determine return values in overflow and underflow cases.
39157         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39158         (struct test_results): New structure.
39159         (struct test): Use struct test_results to store expected results
39160         for all rounding modes.
39161         (TEST): Include expected results for all rounding modes.
39162         (test_in_one_mode): New function.
39163         (do_test): Use test_in_one_mode to compute and check results.
39164         Check results for all rounding modes.
39165         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39166         $(link-libm).
39168 2012-12-09  Allan McRae  <allan@archlinux.org>
39170         * sysdeps/i386/fpu/libm-test-ulps: Update
39172 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39174         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39175         (_G_int32_t): Likewise.
39176         (_G_uint16_t): Likewise.
39177         (_G_uint32_t): Likewise.
39178         (_G_HAVE_BOOL): Likewise.
39179         (_G_HAVE_ATEXIT): Likewise.
39180         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39181         (_G_HAVE_IO_FILE_OPEN): Likewise.
39182         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39183         (_G_int32_t): Likewise.
39184         (_G_uint16_t): Likewise.
39185         (_G_uint32_t): Likewise.
39186         (_G_HAVE_BOOL): Likewise.
39187         (_G_HAVE_ATEXIT): Likewise.
39188         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39189         (_G_HAVE_IO_FILE_OPEN): Likewise.
39190         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39191         (_G_int32_t): Likewise.
39192         (_G_uint16_t): Likewise.
39193         (_G_uint32_t): Likewise.
39194         (_G_HAVE_BOOL): Likewise.
39195         (_G_HAVE_ATEXIT): Likewise.
39196         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39197         (_G_HAVE_IO_FILE_OPEN): Likewise.
39199 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39201         * csu/libc-tls.c: Update copyright years.
39203 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39205         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39206         [!_G_USING_THUNKS]: Remove conditional code.
39207         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39208         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39210         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39211         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39212         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39213         (_G_VTABLE_LABEL_PREFIX): Likewise.
39214         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39215         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39216         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39217         (_G_VTABLE_LABEL_PREFIX): Likewise.
39218         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39219         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39220         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39221         (_G_VTABLE_LABEL_PREFIX): Likewise.
39222         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39224 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39226         * libio/Makefile: Include ../Makeconfig before tests.
39227         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39228         only if $(build-shared) is yes.
39230         * iconv/gconv_db.c: Update copyright years.
39232 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39234         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39235         unwind info if defined PIC. Fix special cases description.
39236         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39238         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39239         DP_HI_MASK entry.
39240         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39242 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39244         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39246         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39247         is NULL.
39249         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39250         (LDLIBS-tst-chk4): This.
39251         (LDFLAGS-tst-chk5): Renamed to ...
39252         (LDLIBS-tst-chk5): This.
39253         (LDFLAGS-tst-chk6): Renamed to ...
39254         (LDLIBS-tst-chk6): This.
39255         (LDFLAGS-tst-lfschk4): Renamed to ...
39256         (LDLIBS-tst-lfschk4): This.
39257         (LDFLAGS-tst-lfschk5): Renamed to ...
39258         (LDLIBS-tst-lfschk5): This.
39259         (LDFLAGS-tst-lfschk6): Renamed to ...
39260         (LDLIBS-tst-lfschk6): This.
39262         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39263         on $(common-objpfx)soversions.mk.
39265 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39267         [BZ #10014]
39268         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39269         example host name.
39271 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39273         * malloc/arena.c (arena_get_retry): New function that gets
39274         another arena for the caller to try its request on.
39275         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39276         current arena cannot fulfill the request.
39277         (__libc_memalign): Likewise.
39278         (__libc_memalign): Likewise.
39279         (__libc_pvalloc): Likewise.
39280         (__libc_calloc): Likewise.
39282 2012-09-05  John Tobey  <john.tobey@gmail.com>
39284         [BZ #13542]
39285         * manual/arith.texi (Operations on Complex): Fix description
39286         of carg branch cut.
39288 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39290         [BZ #10014]
39291         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39292         host name.
39294         [BZ #10038]
39295         * manual/memory.texi (Memory): Make order of menu items match
39296         order of sections.
39298 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39300         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39301         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39302         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39304 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39306         * csu/libc-tls.c (static_dtv): Renamed to ...
39307         (_dl_static_dtv): This.  Make it global.
39308         (_dl_initial_dtv): Removed.
39309         (__libc_setup_tls): Updated.
39310         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39311         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39312         DL_INITIAL_DTV.
39314 2012-09-06  Petr Machata  <pmachata@redhat.com>
39316         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39317         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39318         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39319         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39321 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39323         [BZ #14545]
39324         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39325         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39326         freeing dtv[-1].
39328 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39330         [BZ #14544]
39331         * Makeconfig (link-static-before-libc): Replace $(+prector)
39332         with $(+prectorT).
39333         (link-static-after-libc): Replace $(+postctor) with
39334         $(+postctorT).
39335         (link-bounded): Replace $(+prector)/$(+postctor) with
39336         $(+prectorT)/$(+postctorT).
39337         (+prectorT): New macro.
39338         (+postctorT): Likewise.
39340 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39342         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39343         (round_str): Handle values above the maximum for IBM long double
39344         as inexact.
39345         * stdlib/tst-strtod-round.c (tests): Regenerated.
39347 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39349         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39350         assembler flag.
39351         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39352         zarch_nohighgprs around the zarch optimized routines.
39353         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39354         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39355         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39356         for zarch.
39358 2012-09-05  David S. Miller  <davem@davemloft.net>
39360         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39362         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39363         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39364         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39365         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39366         entries.
39368 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39370         * malloc/arena.c: Fold copyright years.
39371         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39373 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39375         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39377 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39379         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39381 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39383         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39384         change internal state upon failure.
39386 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39388         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39389         * malloc/memusage.c (mmap): Likewise.
39390         (mmap64, mremap): Likewise.  Adjust name in comment.
39392 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39394         * libio/fileops.c: Fix typos in comments.
39395         * libio/oldfileops.c: Likewise.
39396         * libio/wfileops.c: Likewise.
39398 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39400         [BZ #1349]
39401         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39402         (tst-malloc-usable-ENV): Set environment for test case.
39403         * malloc/hooks.c (malloc_check_get_size): New function to get
39404         requested size.
39405         * malloc/malloc.c (musable): Use malloc_check_get_size.
39406         * malloc/tst-malloc-usable.c: New test case.
39408 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39410         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39412 2012-09-05  Allan McRae  <allan@archlinux.org>
39414         [BZ #13966]
39415         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39416         determine header location.
39417         * configure: Regenerated.
39419 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39421         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39422         float format.
39423         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39424         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39425         format.
39426         (test): Regenerate.
39428 2012-09-04  David S. Miller  <davem@davemloft.net>
39430         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39431         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39432         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39434 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39436         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39437         failures.
39439         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39441 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39443         [BZ #9914]
39444         * libio/iogetdelim.c: Include <limits.h>.
39445         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39446         + len + 1 would overflow.
39448 2012-09-03  Andreas Jaeger  <aj@suse.de>
39450         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39451         * sysdeps/i386/fpu/libm-test-ulps: Update.
39453 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39455         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39456         Add s_sinf-sse2, s_conf-sse2.
39458         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39459         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39460         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39461         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39463         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39464         for using routine as __sinf_ia32.
39465         Use macro for function declaration and weak_alias.
39466         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39467         for using routine as __cosf_ia32.
39468         Use macro for function declaration and weak_alias.
39470         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39471         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39473         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39474         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39475         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39477         * math/libm-test.inc (cos_test): Add more test cases.
39478         (sin_test): Likewise.
39479         (sincos_test): Likewise.
39481 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39483         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39484         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39485         hidden.
39486         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39488 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39490         [BZ #14538]
39491         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39492         first element of the GOT.
39493         (elf_machine_load_address): Return the difference between
39494         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39496 2012-09-01  Allan McRae  <allan@archlinux.org>
39498         [BZ #13412]
39499         * configure.in (AWK): Require gawk version 3.0 or later.
39500         * configure: Regenerated.
39502 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39504         * sysdeps/unix/sysv/linux/kernel-features.h
39505         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39506         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39507         [__NR_clock_getres]: Make code unconditional.
39508         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39509         (clock_getcpuclockid): Remove code left unreachable by removal of
39510         conditionals.
39511         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39512         code unconditional.
39513         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39514         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39515         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39516         Make code unconditional.
39517         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39518         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39519         * sysdeps/unix/sysv/linux/clock_settime.c
39520         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39521         conditional code.
39522         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39523         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39525 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39527         [BZ #14476]
39528         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39529         scripts/test-installation.pl.
39531         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39532         and $ld_so_version if it is set.
39534 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39536         [BZ #14516]
39537         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39538         failure if reading from procfs failed.
39539         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39541 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39543         * sysdeps/unix/sysv/linux/kernel-features.h
39544         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39545         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39546         Remove conditional code.
39547         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39548         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39549         Remove conditional code.
39550         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39551         * sysdeps/unix/sysv/linux/i386/fxstat.c
39552         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39553         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39554         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39555         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39556         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39557         * sysdeps/unix/sysv/linux/i386/lxstat.c
39558         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39559         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39560         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39561         Remove conditional code.
39562         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39563         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39564         Remove conditional code.
39565         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39566         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39567         <kernel-features.h>.
39568         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39569         Remove.
39570         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39571         Remove conditional code.
39572         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39573         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39574         Remove conditional.
39576 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39578         [BZ #5400]
39579         * NEWS: Add fixed bug number.
39581 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39583         [BZ #14519]
39584         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39585         underflowing exponent in case of negative sign.
39586         * stdlib/tst-strtod-round-data: Add more tests.
39587         * stdlib/tst-strtod-round.c (tests): Regenerated.
39589         [BZ #3479]
39590         * stdlib/strtod_l.c (NDIG): Remove.
39591         (HEXNDIG): Likewise.
39592         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39593         smallest representable value.
39594         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39595         lie within an exact representation of 1/2 ulp of the result.
39596         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39597         unconditionally.
39598         (TENS_P9_IDX): Define unconditionally.
39599         (TENS_P9_SIZE): Likewise.
39600         (TENS_P10_IDX): Likewise.
39601         (TENS_P10_SIZE): Likewise.
39602         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39603         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39604         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39605         entries for 10^2^13 and 10^2^14.
39606         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39607         (TENS_P13_IDX): Define.
39608         (TENS_P13_SIZE): Likewise.
39609         (TENS_P14_IDX): Likewise.
39610         (TENS_P14_SIZE): Likewise.
39611         (_fpioconst_pow10): Change array size to
39612         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39613         unconditional.
39614         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39615         1024]: Add entries for 10^2^13 and 10^2^14.
39616         [LAST_POW10 > _LAST_POW10]: Remove #error.
39617         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39618         (_fpioconst_pow10): Change array size to
39619         FPIOCONST_POW10_ARRAY_SIZE.
39620         * stdlib/gen-fpioconst.c: New file.
39621         * stdlib/gen-tst-strtod-round.c: Likewise.
39622         * stdlib/tst-strtod-round-data: Likewise.
39623         * stdlib/tst-strtod-round.c: Likewise.
39624         * stdlib/Makefile (tests): Add tst-strtod-round.
39626         [BZ #14459]
39627         * stdlib/strtod_l.c: Include <stdint.h>.
39628         (NDEBUG): Do not define.
39629         (round_and_return): Change EXPONENT parameter to type intmax_t.
39630         Rearrange calculations to avoid internal overflow possibilities.
39631         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39632         Rearrange calculations to avoid internal overflow possibilities.
39633         Assert that number fits inside MPNSIZE limbs.
39634         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39635         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39636         calculations and add assertions to avoid internal overflow
39637         possibilities.  Add casts to avoid signed/unsigned operations.
39638         * stdlib/tst-strtod-overflow.c: New file.
39639         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39641 2012-08-25  Marek Polacek  <polacek@redhat.com>
39643         * time/time.h: Fix some typos in comments.
39645 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39647         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39648         * posix/tst-rfc3484-2.c: Likewise.
39649         * posix/tst-rfc3484-3.c: Likewise.
39651 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39653         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39654         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39656 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39658         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39659         #include of fxstatat64.c.
39661 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39663         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39664         * shadow/getspent_r.c: Likewise.
39665         * shadow/getspnam.c: Likewise.
39666         * shadow/getspnam_r.c: Likewise.
39667         * gshadow/getsgent.c: Likewise.
39668         * gshadow/getsgent_r.c: Likewise.
39669         * gshadow/getsgnam.c: Likewise.
39670         * gshadow/getsgnam_r.c: Likewise.
39671         * inet/getnetbyad.c: Likewise.
39672         * inet/getnetbyad_r.c: Likewise.
39673         * inet/getnetbynm.c: Likewise.
39674         * inet/getnetbynm_r.c: Likewise.
39675         * inet/getnetent.c: Likewise.
39676         * inet/getnetent_r.c: Likewise.
39677         * inet/getproto.c: Likewise.
39678         * inet/getproto_r.c: Likewise.
39679         * inet/getprtent.c: Likewise.
39680         * inet/getprtent_r.c: Likewise.
39681         * inet/getprtname.c: Likewise.
39682         * inet/getprtname_r.c: Likewise.
39683         * inet/getrpcbyname.c: Likewise.
39684         * inet/getrpcbyname_r.c: Likewise.
39685         * inet/getrpcbynumber.c: Likewise.
39686         * inet/getrpcbynumber_r.c: Likewise.
39687         * inet/getrpcent.c: Likewise.
39688         * inet/getrpcent_r.c: Likewise.
39689         * inet/getaliasent.c: Likewise.
39690         * inet/getaliasent_r.c: Likewise.
39691         * inet/getaliasname.c: Likewise.
39692         * inet/getaliasname_r.c: Likewise.
39693         * nscd/getgrgid_r.c: Likewise.
39694         * nscd/getgrnam_r.c: Likewise.
39695         * nscd/gethstbyad_r.c: Likewise.
39696         * nscd/gethstbynm3_r.c: Likewise.
39697         * nscd/getpwnam_r.c: Likewise.
39698         * nscd/getpwuid_r.c: Likewise.
39699         * nscd/getsrvbynm_r.c: Likewise.
39700         * nscd/getsrvbypt_r.c: Likewise.
39701         * nscd/gai.c: Likewise.
39703         * configure.in (build_nscd): New substituted variable, set
39704         by --disable-build-nscd and defaults to $use_nscd.
39705         * configure: Regenerated.
39706         * config.make.in (build-nscd): New substituted variable.
39707         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39708         Change conditional to require [$(build-nscd) = yes] as well.
39709         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39711         [BZ# 13696]
39712         * configure.in (use_nscd): New substituted variable, set by
39713         --disable-nscd.  If enabled, define USE_NSCD.
39714         * configure: Regenerated.
39715         * config.h.in: Add USE_NSCD.
39716         * config.make.in (use-nscd): New substituted variable.
39717         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39718         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39719         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39720         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39721         (CFLAGS-getgrnam_r.c): Likewise.
39722         (CFLAGS-initgroups.c): Likewise.
39723         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39724         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39725         Variables removed.
39726         * inet/getnetgrent_r.c
39727         (nscd_setnetgrent): New function, broken out of ...
39728         (setnetgrent): ... here.  Call it.
39729         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39730         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39731         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39732         * nscd/Makefile (routines, aux): Move definitions after include of
39733         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39734         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39735         Conditionalize on [USE_NSCD].
39736         (is_nscd, nscd_init_cb): Likewise.
39737         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39738         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39739         * nss/nss_db/db-init.c: Likewise.
39740         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39741         [USE_NSCD].
39742         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39743         (make_request): Use it.
39744         (cache_valid_p): New function.
39745         (__check_pf): Use it.
39746         * NEWS: Add item for --disable-nscd.
39748 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39750         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39751         to support sed >= 4.2.1-20-ga9bf076.
39752         * configure: Regenerated.
39754 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39756         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39757         Conditionalize whole body on [IREL].
39759 2012-08-22  Jeff Law <law@redhat.com>
39761         [BZ #14505]
39762         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39763         if the family is PF_UNSPEC.
39765 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39767         * Makerules (lib-version): Rename from V.
39768         (install-lib-nosubdir): Change V to lib-version.
39770 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39772         [BZ #14252]
39773         * powerpc32/power6/wcschr.c: New file.
39774         * powerpc32/power6/wcscpy.c: New file.
39775         * powerpc32/power6/wcsrchr.c: New file.
39776         * powerpc64/power6/wcschr.c: New file.
39777         * powerpc64/power6/wcscpy.c: New file.
39778         * powerpc64/power6/wcsrchr.c: New file.
39780 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39782         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39783         (two_way_short_needle): Use it.
39784         * string/strstr.c (AVAILABLE1_USES_J): Define.
39785         * string/strcasestr.c: Likewise.
39787         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39788         array references.
39789         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39791         [BZ #11607]
39792         * NEWS: Add an entry.
39793         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39794         define their defaults.
39795         (two_way_short_needle): Detect end-of-string on-the-fly.
39796         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39797         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39798         * string/bug-strcasestr1.c: New test.
39799         * string/Makefile: Run it.
39801 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39803         [BZ #11607]
39804         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39805         the first character.
39807 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39809         * csu/elf-init.c (__libc_csu_irel): Function removed.
39810         * csu/libc-start.c (apply_irel): New function.
39811         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39813 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39815         * sysdeps/unix/sysv/linux/kernel-features.h
39816         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39817         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39818         <kernel-features.h>.
39819         [__NR_fadvise64_64]: Make code unconditional.
39820         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39821         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39822         !__NR_fadvise64_64)]: Likewise.
39823         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39824         !__NR_fadvise64_64))]: Likewise.
39825         [__NR_fadvise64]: Make code unconditional.
39826         [!__NR_fadvise64]: Remove conditional code.
39827         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39828         <kernel-features.h>.
39829         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39830         unconditional.
39831         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39832         conditional code.
39833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39834         not include <kernel-features.h>.
39835         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39836         unconditional.
39837         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39838         conditional code.
39839         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39840         include <kernel-features.h>.
39841         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39842         unconditional.
39843         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39844         conditional code.
39846 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39848         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39849         slight instruction rearrangements per scrollpipe analysis.
39850         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39852 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39854         * manual/syslog.texi (syslog; vsyslog, closelog):
39855         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39856         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39858         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39859         DSOCAPS to match condition on defining it.
39861 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39863         * sysdeps/unix/sysv/linux/kernel-features.h
39864         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39866         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39867         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39869         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39870         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39872         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39873         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39875         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39876         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39878         * sysdeps/unix/sysv/linux/kernel-features.h
39879         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39880         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39881         unconditional.
39882         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39883         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39884         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39885         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39886         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39887         Make code unconditional.
39888         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39889         (__mmap64) [!__NR_mmap2]: Likewise.
39890         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39891         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39892         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39893         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39894         [__NR_mmap2]: Make code unconditional.
39895         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39896         (__mmap64) [!__NR_mmap2]: Likewise.
39898 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39900         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39902 2012-08-18  Andreas Jaeger  <aj@suse.de>
39904         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39906 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39908         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39909         * include/unistd.h (__have_sock_cloexec): Likewise.
39910         (__have_pipe2): Likewise.
39911         (__have_dup3): Likewise.
39913 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39915         [BZ #9685]
39916         * include/unistd.h (__have_pipe2): Change define into an extern int.
39917         (__have_dup3): Likewise.
39918         * socket/have_sock_cloexec.c: Include fcntl.h.
39919         (__have_pipe2): New variable.
39920         (__have_dup3): Likewise.
39922 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39924         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39926 2012-08-17  Marek Polacek  <polacek@redhat.com>
39928         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39929         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39931 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39933         * configure.in: Add AC_SUBST for sysheaders.
39934         * configure: Regenerated.
39935         * config.make.in (sysheaders): New substituted variable.
39937         * sysdeps/unix/mkfifo.c: Moved ...
39938         * sysdeps/posix/mkfifo.c: ... here.
39939         * sysdeps/unix/mkfifoat.c: Moved ...
39940         * sysdeps/posix/mkfifoat.c: ... here.
39942         * sysdeps/unix/utime.c: Moved ...
39943         * sysdeps/posix/utime.c: ... here.
39945         * sysdeps/unix/time.c: Moved ...
39946         * sysdeps/posix/time.c: ... here.
39947         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39948         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39950         * sysdeps/unix/nice.c: Moved ...
39951         * sysdeps/posix/nice.c: ... here.
39953         * sysdeps/unix/alarm.c: Moved ...
39954         * sysdeps/posix/alarm.c: ... here.
39956         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39958 2012-08-17  Jeff Law <law@redhat.com>
39960         * intl/Makefile (codeset_mo): New variable.
39961         ($(codeset_mo)): New target.
39962         (tst-codeset.out): Depend on that.  Remove explicit rule.
39963         (tst-gettext3.out, tst-gettext5.out): Likewise.
39964         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39965         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39966         * intl/tst-codeset.sh: Remove.
39967         * intl/tst-gettext3.sh: Likewise.
39968         * intl/tst-gettext5.sh: Likewise.
39970 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39972         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39973         * sysdeps/unix/syscalls.list: ... here.
39975         * sysdeps/posix/getaddrinfo.c
39976         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39977         (gaiconf_init, gaiconf_reload): Use them.
39978         [!_STATBUF_ST_NSEC]
39979         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39980         Define using time_t rather than struct timespec.
39982         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39983         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39984         Macros removed.
39985         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39986         [!NO_THREADS].
39987         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39988         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39989         Likewise.
39991         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39992         __libc_cleanup_push argument.
39994         * bits/param.h: New file.
39995         * misc/sys/param.h: New file.
39996         * include/sys/param.h: New file.
39997         * misc/Makefile (headers): Add bits/param.h.
39998         * sysdeps/generic/sys/param.h: File removed.
39999         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40000         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40001         * sysdeps/mach/hurd/bits/param.h: New file.
40002         * sysdeps/mach/hurd/sys/param.h: File removed.
40004         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40005         last change.
40007         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40008         [_IO_MTSAFE_IO].
40009         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40010         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40011         New macros.
40013         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40014         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40015         rather than -D_IO_MTSAFE_IO conditionally.
40016         * stdio-common/Makefile (CPPFLAGS): Likewise.
40017         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40018         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40019         Use $(libio-mtsafe).
40020         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40021         of -D_IO_MTSAFE_IO.
40022         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40023         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40024         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40025         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40026         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40027         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40028         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40029         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40030         (CFLAGS-fread_u_chk.c): Likewise.
40031         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40032         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40033         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40034         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40035         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40036         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40037         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40038         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40039         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40041         * libio/Makefile: Test [$(libc-reentrant) = yes]
40042         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40044         * Makeconfig
40045         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40046         * sysdeps/pthread/configure: File removed.
40047         * sysdeps/pthread/Makeconfig: New file.
40048         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40049         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40051 2012-08-16  Gary Benson  <gbenson@redhat.com>
40053         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40054         unmapping the first object in a namespace.
40056 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40058         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40059         (__internal_setnetgrent): ... this.  Add internal_function to
40060         definition.  Add libc_hidden_def.
40061         (setnetgrent): Update caller.
40062         (internal_endnetgrent): Renamed to ...
40063         (__internal_endnetgrent): ... this.  Add internal_function to
40064         definition.  Add libc_hidden_def.
40065         (endnetgrent): Update caller.
40066         (internal_getnetgrent_r): Renamed to ...
40067         (__internal_getnetgrent_r): ... this.  Add internal_function to
40068         definition.  Add libc_hidden_def.
40069         (__getnetgrent_r): Update caller.
40070         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40072 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40074         * stdlib/longlong.h: Update from GCC.
40076 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40078         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40079         on _QL, which is set by umul_ppmm but never used.
40080         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40081         variables, which are set by GMP macros but never used.
40082         * stdio-common/_itowa.c (_itowa): Likewise.
40083         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40084         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40086 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40088         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40089         struct La_sh_regs is not constant.
40090         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40091         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40092         and struct La_sparc64_regs are not constant.
40094 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40096         * sysdeps/unix/sysv/linux/kernel-features.h
40097         (__ASSUME_POSIX_TIMERS): Remove.
40098         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40099         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40100         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40101         Make code unconditional.
40102         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40103         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40104         Make code unconditional.
40105         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40106         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40107         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40108         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40109         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40110         Make code unconditional.
40111         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40112         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40113         (__libc_missing_posix_timers): Remove.
40115 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40117         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40118         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40120         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40122         * elf/dl-sym.c: Include <stdlib.h>.
40124         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40125         constants, which avoids warnings in 32-bit builds.
40127         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40128         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40130         * misc/lseek.c: File moved to ...
40131         * io/lseek.c: ... here.
40133         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40135         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40136         shifting LEN more than 31 bits at once.
40138 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40140         [BZ #14195]
40141         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40142         segmentation fault for a case of two empty input strings.
40143         * string/test-strncasecmp.c (check1): Renamed to...
40144         (bz12205): ...this.
40145         (bz14195): Add new testcase for two empty input strings and N > 0.
40146         (test_main): Call new testcase, adapt for renamed function.
40148 2012-08-15  Andreas Jaeger  <aj@suse.de>
40150         [BZ #14090]
40151         * crypt/md5test2.c: New test, based on test supplied by Serge
40152         Belyshev <belyshev@depni.sinp.msu.ru>.
40153         * crypt/Makefile (xtests): Add md5test-giant..
40154         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40156 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40158         [BZ #14090]
40159         * crypt/md5.c (md5_process_block): Don't assume the buffer
40160         length is less than 2**32.
40161         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40162         length is less than 2**64.
40164 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40166         * string/str-two-way.h: Include <sys/param.h>.
40167         (MAX): Macro removed.
40169         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40170         Move #define and #undef of memmove to just before and after
40171         including <string.h>.
40173         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40174         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40175         and after including <string.h>.  Move declarations of
40176         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40177         to before #include "string/memmove.c".
40179         * include/dirent.h: Declare __getdirentries.
40181         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40182         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40184 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40186         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40187         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40188         * sysdeps/i386/configure: Regenerated.
40189         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40190         STABS_CURRENT_FILE, and STABS_FUN.
40191         (END): Remove call to STABS_FUN_END.
40192         (STABS_CURRENT_FILE1): Delete.
40193         (STABS_CURRENT_FILE): Likewise.
40194         (STABS_FUN): Likewise.
40195         (STABS_FUN_END): Likewise.
40196         (STABS_FUN2): Likewise.
40197         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40198         * sysdeps/x86_64/configure: Regenerated.
40200 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40202         * elf/dl-open.c: Include <atomic.h>.
40203         * elf/dl-lookup.c: Likewise.
40205 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40207         * sysdeps/unix/sysv/linux/kernel-features.h
40208         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40209         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40210         unconditionally.
40211         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40212         unconditionally.
40213         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40214         condition on __ASSUME_CLONE_THREAD_FLAGS.
40216 2012-08-14  Andreas Jaeger  <aj@suse.de>
40218         * sysdeps/i386/fpu/libm-test-ulps: Update.
40220 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40222         * include/atomic.h (atomic_exchange_and_add): Split into ...
40223         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40224         New atomic macros.
40226 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40228         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40230 2012-08-13  Jeff Law <law@redhat.com>
40232         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40233         null byte in the output string.
40235 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40237         * sysdeps/unix/sysv/linux/kernel-features.h
40238         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40239         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40240         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40241         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40242         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40243         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40244         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40246 2012-08-09  Jeff Law <law@redhat.com>
40248         [BZ #13939]
40249         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40250         When avoid_arena is set, don't retry in the that arena.  Pick the
40251         next one, whatever it might be.
40252         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40253         (arena_lock): Pass in new parameter to arena_get2.
40254         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40255         arena_get2.
40256         (__libc_malloc): Unify retrying after main arena failure with
40257         __libc_memalign version.
40258         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40260 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40262         [BZ #14166]
40263         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40264         to __redirect_strstr.
40265         (__strstr_sse42): Use typeof __redirect_strstr.
40266         (__strstr_ia32): Likewise.
40267         (__libc_strstr): New prototype.
40268         (strstr): Renamed to ...
40269         (__libc_strstr): This.
40270         (strstr): New strong alias of __libc_strstr.
40271         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40272         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40273         __redirect_time.
40274         Include <time.h>.
40275         (__libc_time): New prototype.
40276         (time_ifunc): Replace time with __libc_time.
40277         (time): New strong alias and hidden definition of __libc_time.
40278         (__GI_time): Remove strong alias.
40279         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40280         Include <stddef.h>.
40281         (memmove): Redefined to __redirect_memmove.
40282         (__memmove_sse2): Use typeof __redirect_memmove.
40283         (__memmove_ssse3): Likewise.
40284         (__memmove_ssse3_back): Likewise.
40285         (__libc_memmove): New prototype.
40286         (memmove): Renamed to ...
40287         (__libc_memmove): This.
40288         (memmove): New strong alias of __libc_memmove.
40290 2012-08-08  Mark Salter  <msalter@redhat.com>
40292         * elf/elf.h
40293         (R_MN10300_TLS_GD): Define.
40294         (R_MN10300_TLS_LD): Likewise.
40295         (R_MN10300_TLS_LDO): Likewise.
40296         (R_MN10300_TLS_GOTIE): Likewise.
40297         (R_MN10300_TLS_IE): Likewise.
40298         (R_MN10300_TLS_LE): Likewise.
40299         (R_MN10300_TLS_DTPMOD): Likewise.
40300         (R_MN10300_TLS_DTPOFF): Likewise.
40301         (R_MN10300_TLS_TPOFF): Likewise.
40302         (R_MN10300_SYM_DIFF): Likewise.
40303         (R_MN10300_ALIGN): Likewise.
40304         (R_MN10300_NUM): Update.
40306 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40308         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40309         Remove.
40311 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40313         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40315         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40316         sysdeps/unix -> sysdeps/posix move.
40317         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40319 2012-08-07      Allan McRae     <allan@archlinux.org>
40321         [BZ #14303]
40322         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40323         (SUNOS_CPP): Likewise.
40324         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40325         not found.
40326         (open_input): Call CPP using execvp.
40328 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40330         * sysdeps/unix/sysv/linux/kernel-features.h
40331         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40332         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40333         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40334         (__ASSUME_WAITID_SYSCALL): Likewise.
40335         * sysdeps/unix/sysv/linux/dl-execstack.c
40336         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40337         code unconditional.
40338         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40339         conditional code.
40340         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40341         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40342         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40343         code.
40344         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40345         unconditional.
40346         [__ASSUME_WAITID_SYSCALL]: Likewise.
40347         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40349 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40351         * sysdeps/unix/closedir.c: Renamed to ...
40352         * sysdeps/posix/closedir.c: ... here.
40353         * sysdeps/unix/dirfd.c: Renamed to ...
40354         * sysdeps/posix/dirfd.c: ... here.
40355         * sysdeps/unix/dirstream.h: Renamed to ...
40356         * sysdeps/posix/dirstream.h: ... here.
40357         * sysdeps/unix/fdopendir.c: Renamed to ...
40358         * sysdeps/posix/fdopendir.c: ... here.
40359         * sysdeps/unix/opendir.c: Renamed to ...
40360         * sysdeps/posix/opendir.c: ... here.
40361         * sysdeps/unix/readdir.c: Renamed to ...
40362         * sysdeps/posix/readdir.c: ... here.
40363         * sysdeps/unix/readdir_r.c: Renamed to ...
40364         * sysdeps/posix/readdir_r.c: ... here.
40365         * sysdeps/unix/rewinddir.c: Renamed to ...
40366         * sysdeps/posix/rewinddir.c: ... here.
40367         * sysdeps/unix/seekdir.c: Renamed to ...
40368         * sysdeps/posix/seekdir.c: ... here.
40369         * sysdeps/unix/telldir.c: Renamed to ...
40370         * sysdeps/posix/telldir.c: ... here.
40371         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40372         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40373         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40374         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40376         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40377         * bits/fcntl.h: ... here.
40379         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40380         not 0.
40381         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40382         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40383         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40384         (struct flock): Move l_start, l_len to the beginning.
40385         Use __pid_t for l_pid.
40386         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40387         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40388         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40389         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40390         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40391         [__USE_LARGEFILE64] (struct flock64): New type.
40392         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40394         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40395         * bits/dirent.h: ... here.
40397         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40398         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40400 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40402         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40403         Change from 2.6.0 to 2.6.16.
40404         * sysdeps/unix/sysv/linux/configure: Regenerated.
40405         * sysdeps/unix/sysv/linux/kernel-features.h
40406         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40407         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40408         version.
40409         (__ASSUME_UTIMES): Likewise.
40410         (__ASSUME_CLONE_STOPPED): Remove.
40411         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40412         architectures, not kernel version.
40413         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40414         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40415         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40416         (__ASSUME_WAITID_SYSCALL): Likewise.
40417         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40418         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40419         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40420         refer to older versions.
40422 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40424         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40425         Define alphasort64 as an alias.
40426         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40427         Define versionsort64 as an alias.
40428         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40429         Define scandir64 as an alias.
40430         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40431         Define scandirat64 as an alias.
40432         * dirent/alphasort64.c (alphasort64):
40433         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40434         * dirent/versionsort64.c: Likewise.
40435         * dirent/scandir64.c: Likewise.
40436         * dirent/scandirat64.c: Likewise.
40437         * sysdeps/wordsize-64/alphasort.c: File removed.
40438         * sysdeps/wordsize-64/alphasort64.c: File removed.
40439         * sysdeps/wordsize-64/scandir.c: File removed.
40440         * sysdeps/wordsize-64/scandir64.c: File removed.
40441         * sysdeps/wordsize-64/scandirat.c: File removed.
40442         * sysdeps/wordsize-64/scandirat64.c: File removed.
40443         * sysdeps/wordsize-64/versionsort.c: File removed.
40444         * sysdeps/wordsize-64/versionsort64.c: File removed.
40445         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40446         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40447         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40448         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40449         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40450         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40451         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40452         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40454         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40455         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40456         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40457         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40458         [defined __arch64__ || defined __sparcv9]
40459         (__INO_T_MATCHES_INO64_T): New macro.
40460         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40461         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40462         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40463         * sysdeps/unix/sysv/linux/bits/dirent.h
40464         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40465         (_DIRENT_MATCHES_DIRENT64): New macro.
40467         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40468         Define lockf64 as an alias.
40469         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40470         Define fseeko64 as an alias.
40471         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40472         Define ftello64 as an alias.
40473         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40474         Define _IO_fgetpos64 and fgetpos64 as aliases.
40475         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40476         Define _IO_fsetpos64 and fsetpos64 as aliases.
40477         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40478         Conditionalize body on this.
40479         * libio/fseeko64.c: Likewise.
40480         * libio/ftello64.c: Likewise.
40481         * libio/iofgetpos64.c: Likewise.
40482         * libio/iofsetpos64.c: Likewise.
40483         * sysdeps/wordsize-64/lockf.c: File removed.
40484         * sysdeps/wordsize-64/lockf64.c: File removed.
40485         * sysdeps/wordsize-64/fseeko.c: File removed.
40486         * sysdeps/wordsize-64/fseeko64.c: File removed.
40487         * sysdeps/wordsize-64/ftello.c: File removed.
40488         * sysdeps/wordsize-64/ftello64.c: File removed.
40489         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40490         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40491         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40492         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40493         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40494         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40495         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40496         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40497         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40498         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40499         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40500         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40501         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40502         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40504         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40505         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40506         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40507         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40508         [defined __arch64__ || defined __sparcv9]
40509         (__OFF_T_MATCHES_OFF64_T): New macro.
40510         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40511         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40512         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40513         (__OFF_T_MATCHES_OFF64_T): New macro.
40515 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40517         * stdlib/secure-getenv.c (__secure_getenv): Replace
40518         GLIBC_2_16 with GLIBC_2_17.
40520 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40522         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40523         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40525 2012-08-03  David S. Miller  <davem@davemloft.net>
40527         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40529 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40531         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40532         Remove.
40533         (__ASSUME_CORRECT_SI_PID): Likewise.
40534         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40535         (__ASSUME_TMPFS_NAME): Likewise.
40536         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40537         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40538         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40539         (HAVE_AUX_SECURE): Make definition unconditional.
40540         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40541         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40543 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40545         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40546         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40547         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40548         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40549         __eloop_threshold instead of SYMLOOP_MAX.
40551         * sysdeps/generic/eloop-threshold.h: New file.
40552         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40553         of MAXSYMLINKS.
40554         * elf/chroot_canon.c (chroot_canon): Likewise.
40556 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40558         [BZ #13717]
40559         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40560         Change to 2.6.0 everywhere.
40561         * sysdeps/unix/sysv/linux/configure: Regenerated.
40562         * sysdeps/unix/sysv/linux/kernel-features.h
40563         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40564         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40565         kernel versions.
40566         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40567         (__ASSUME_FUTEX_REQUEUE): Remove.
40568         (__ASSUME_STATFS64): Define unconditionally.
40569         (__ASSUME_AT_SECURE): Likewise.
40570         (__ASSUME_CORRECT_SI_PID): Likewise.
40571         (__ASSUME_TGKILL): Define without depending on kernel version for
40572         i386.
40573         (__ASSUME_UTIMES): Likewise.
40574         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40575         kernel version.
40576         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40577         (__ASSUME_TMPFS_NAME): Likewise.
40578         * README: Update reference to Linux kernel versions.
40580 2012-08-02  Marek Polacek  <polacek@redhat.com>
40582         [BZ# 14150]
40583         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40584         libc_cv_asm_type_prefix with %.
40585         * configure: Regenerated.
40586         * include/libc-symbols.h: Remove comment about
40587         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40588         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40589         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40590         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40591         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40592         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40593         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40594         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40595         * elf/tst-unique2mod1.c: Likewise.
40596         * elf/tst-unique1mod2.c: Likewise.
40597         * elf/tst-unique1mod1.c: Likewise.
40598         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40599         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40600         Replace ASM_TYPE_DIRECTIVE with .type.
40601         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40602         * sysdeps/i386/sysdep.h: Likewise.
40603         * sysdeps/x86_64/sysdep.h: Likewise.
40604         * sysdeps/sh/sysdep.h: Likewise.
40605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40606         Do not define ASM_TYPE_DIRECTIVE.
40607         * sysdeps/powerpc/sysdep.h: Likewise.
40608         * sysdeps/powerpc/powerpc32/sysdep.h:
40609         Replace ASM_TYPE_DIRECTIVE with .type.
40610         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40611         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40612         * sysdeps/i386/fpu/e_powf.S: Likewise.
40613         * sysdeps/i386/fpu/e_expl.S: Likewise.
40614         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40615         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40616         * sysdeps/i386/fpu/e_pow.S: Likewise.
40617         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40618         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40619         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40620         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40621         * sysdeps/i386/fpu/e_log2.S: Likewise.
40622         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40623         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40624         * sysdeps/i386/fpu/e_powl.S: Likewise.
40625         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40626         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40627         * sysdeps/i386/fpu/e_logl.S: Likewise.
40628         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40629         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40630         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40631         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40632         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40633         * sysdeps/i386/fpu/e_log.S: Likewise.
40634         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40635         * sysdeps/i386/fpu/e_logf.S: Likewise.
40636         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40637         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40638         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40639         * sysdeps/i386/fpu/e_log10.S: Likewise.
40640         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40641         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40642         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40643         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40644         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40645         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40646         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40647         * sysdeps/i386/i686/strtok.S: Likewise.
40648         * sysdeps/i386/i386-mcount.S: Likewise.
40649         * sysdeps/i386/strtok.S: Likewise.
40650         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40651         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40652         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40653         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40654         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40655         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40656         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40657         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40658         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40659         * sysdeps/x86_64/_mcount.S: Likewise.
40660         * sysdeps/x86_64/strtok.S: Likewise.
40661         * sysdeps/sh/_mcount.S: Likewise.
40663 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40665         * libio/iofopen.c: Include <fcntl.h>.
40666         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40667         (_IO_fopen64, fopen64): Define as aliases.
40668         * libio/iofopen64.c: Include <fcntl.h>.
40669         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40670         Conditionalize body on this.
40671         * sysdeps/wordsize-64/iofopen.c: File removed.
40672         * sysdeps/wordsize-64/iofopen64.c: File removed.
40674 2012-08-01  Marek Polacek  <polacek@redhat.com>
40676         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40677         Use dlfcn directly instead of a variable.
40678         (binfmt-subdir): Do not define.
40679         (dlfcn): Likewise.
40681 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40683         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40684         Remove all definitions.
40685         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40686         <kernel-features.h>.
40687         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40688         (miss_F_GETOWN_EX): Remove all definitions.
40689         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40690         macro definition.
40691         [!__ASSUME_FCNTL64]: Remove conditional code.
40692         [__ASSUME_FCNTL64]: Make code unconditional.
40693         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40694         <kernel-features.h>.
40695         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40696         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40697         (lockf64) [__NR_fcntl64]: Make code unconditional.
40698         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40700         * sysdeps/unix/sysv/linux/kernel-features.h
40701         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40702         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40703         Make code unconditional.
40704         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40705         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40707         [__NR_vfork]: Make code unconditional.
40708         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40709         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40711         [__NR_vfork]: Make code unconditional.
40712         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40713         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40715 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40717         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40718         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40720         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40721         Define mkstemp64 as an alias.
40722         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40723         Define mkstemps64 as an alias.
40724         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40725         Define mkostemp64 as an alias.
40726         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40727         Define mkostemps64 as an alias.
40728         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40729         Conditionalize body on this.
40730         * misc/mkostemp64.c: Likewise.
40731         * misc/mkostemps64.c: Likewise.
40732         * misc/mkstemps64.c: Likewise.
40733         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40734         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40735         * sysdeps/wordsize-64/mkostemp.c: File removed.
40736         * sysdeps/wordsize-64/mkstemp.c: File removed.
40737         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40738         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40739         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40740         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40742         [BZ #14138]
40743         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40744         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40745         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40746         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40748         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40749         compat_symbol macros from <shlib-compat.h> rather than the underlying
40750         default_symbol_version and symbol_version macros, so that DEFAULT
40751         lines in shlib-versions are respected.
40752         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40754 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40756         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40757         Declare with warn_unused_result.
40758         (setgid, setregid, setegid, setresgid): Likewise.
40759         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40760         Likewise.
40761         * WUR-REPORT: Remove set*id functions.
40763 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40765         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40767 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40769         [BZ #10191]
40770         * include/sys/socket.h (__libc_accept, __libc_accept4):
40771         Add attribute_hidden.
40772         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40774         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40775         use of PTR_MANGLE.
40776         * inet/getnetgrent_r.c (setup): Likewise.
40778         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40780 2012-07-31  David S. Miller  <davem@davemloft.net>
40782         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40784 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40786         [BZ #13629]
40787         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40788         value between 1.0 and 2.0 and smaller part has absolute value less
40789         than 1.0.
40790         * math/s_clog10.c (__clog10): Likewise.
40791         * math/s_clog10f.c (__clog10f): Likewise.
40792         * math/s_clog10l.c (__clog10l): Likewise.
40793         * math/s_clogf.c (__clogf): Likewise.
40794         * math/s_clogl.c (__clogl): Likewise.
40795         * math/libm-test.inc (clog_test): Add more tests.
40796         (clog10_test): Likewise.
40797         * sysdeps/i386/fpu/libm-test-ulps: Update.
40798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40800 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40802         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40803         Exit with zero in case no suitable GID is found, and write a
40804         message to standard error.
40806 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40808         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40809         rather than to 1.
40810         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40811         (MAXPATHLEN): Removed.
40812         (NOGROUP, NODEV): New macros.
40813         (setbit, clrbit, isset, isclr): New macros.
40814         (howmany, roundup, powerof2): New macros.
40815         (DEV_BSIZE): New macro.
40817         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40818         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40820         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40821         definition on [!__NO_LONG_DOUBLE_MATH].
40823         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40824         PTR_MANGLE and PTR_DEMANGLE.
40826         * socket/accept4.c (accept4): Rename to __libc_accept4.
40827         Define accept4 as a weak alias.
40829         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40830         on [_DIRENT_HAVE_D_TYPE].
40831         * io/ftw.c (ftw_dir): Likewise.
40833         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40835         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40837         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40838         Use the BSD numbers rather than the arbitrary ones we had.
40839         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40840         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40841         (SIGXCPU, SIGXFSZ): New macros.
40842         (_NSIG): Now 32.
40844         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40845         initializer on [_LIBC_REENTRANT].
40847         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40848         definitions inside [_POSIX_MAPPED_FILES].
40850         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40852         * dirent/opendir.c: Include <fcntl.h>.
40854         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40855         (__libc_getspecific): Likewise.
40856         (__libc_key_create): Likewise.
40858         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40859         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40860         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40861         (tmpfile64): Define as alias.
40862         * sysdeps/wordsize-64/tmpfile.c: File removed.
40863         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40864         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40865         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40867         * stdio-common/vfscanf.c: Include <stdbool.h>.
40868         * nss/makedb.c: Likewise.
40869         * stdio-common/_i18n_number.h: Likewise.
40870         * argp/argp-help.c: Likewise.
40871         * posix/wordexp.c: Likewise.
40872         * sysdeps/posix/spawni.c: Likewise.
40873         * nss/nss_files/files-initgroups.c: Likewise.
40874         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40875         * nss/nss_files/files-initgroups.c: Likewise.
40876         * nss/nss_db/db-netgrp.c: Likewise.
40877         * nss/nss_db/db-initgroups.c: Likewise.
40878         * io/fchmodat.c: Include <sys/stat.h>.
40880         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40881         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40883         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40884         [HAVE_MMAP].
40886         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40887         Add multiple inclusion protection.
40889 2012-07-27  David S. Miller  <davem@davemloft.net>
40891         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40893 2012-07-27  Gary Benson  <gbenson@redhat.com>
40895         [BZ #14298]
40896         * elf/rtld.c: Include <stap-probe.h>.
40897         (dl_main): Added static probes "init_start" and "init_complete".
40898         * elf/dl-load.c: Include <stap-probe.h>.
40899         (lose): Take new parameter "nsid".
40900         Added static probe "map_failed".
40901         (_dl_map_object_from_fd): Pass namespace id to lose.
40902         Added static probe "map_start".
40903         (open_verify): Pass namespace id to lose.
40904         * elf/dl-open.c: Include <stap-probe.h>.
40905         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40906         and "reloc_complete".
40907         * elf/dl-close.c: Include <stap-probe.h>.
40908         (_dl_close_worker): Added static probes "unmap_start" and
40909         "unmap_complete".
40910         * elf/rtld-debugger-interface.txt: New file documenting the above.
40912 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40914         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40915         rather than a string variable.
40916         * sunrpc/rpc_main.c (h_output): Likewise.
40917         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40919 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40921         * inet/check_native.c: New file.
40923 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40925         [BZ #13629]
40926         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40927         if larger part has absolute value 1.0.
40928         * math/s_clog10.c (__clog10): Likewise.
40929         * math/s_clog10f.c (__clog10f): Likewise.
40930         * math/s_clog10l.c (__clog10l): Likewise.
40931         * math/s_clogf.c (__clogf): Likewise.
40932         * math/s_clogl.c (__clogl): Likewise.
40933         * math/libm-test.inc (clog_test): Add more tests.
40934         (clog10_test): Likewise.
40935         * sysdeps/i386/fpu/libm-test-ulps: Update.
40936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40938         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40939         (pltexit): Likewise.
40940         (La_regs): Likewise.
40941         (La_retval): Likewise.
40942         (int_retval): Likewise.
40943         Update #error for removed macros to refer only to definitions in
40944         tst-audit.h.
40945         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40946         macro.
40947         (pltexit): Likewise.
40948         (La_regs): Likewise.
40949         (La_retval): Likewise.
40950         (int_retval): Likewise.
40951         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40952         macro.
40953         (pltexit): Likewise.
40954         (La_regs): Likewise.
40955         (La_retval): Likewise.
40956         (int_retval): Likewise.
40957         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40958         macro.
40959         (pltexit): Likewise.
40960         (La_regs): Likewise.
40961         (La_retval): Likewise.
40962         (int_retval): Likewise.
40963         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40964         macro.
40965         (pltexit): Likewise.
40966         (La_regs): Likewise.
40967         (La_retval): Likewise.
40968         (int_retval): Likewise.
40969         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40970         macro.
40971         (pltexit): Likewise.
40972         (La_regs): Likewise.
40973         (La_retval): Likewise.
40974         (int_retval): Likewise.
40975         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40976         macro.
40977         (pltexit): Likewise.
40978         (La_regs): Likewise.
40979         (La_retval): Likewise.
40980         (int_retval): Likewise.
40981         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40982         macro definitions in tst-audit.h.
40983         * sysdeps/i386/tst-audit.h: New file.
40984         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40985         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40986         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40987         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40988         * sysdeps/sh/tst-audit.h: Likewise.
40989         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40990         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40991         * sysdeps/x86_64/tst-audit.h: Likewise.
40993 2012-07-26  Andreas Jaeger  <aj@suse.de>
40995         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40996         ptrace.
40998         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40999         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41000         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41001         PTRACE_O_MASK.
41002         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41003         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41004         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41006         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41007         value.
41009         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41010         _sigsys.
41011         (si_call_addr, si_syscall, si_arch): Define new macro.
41012         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41013         _sigsys.
41014         (si_call_addr, si_syscall, si_arch): Define new marcro.
41015         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41016         _sigsys.
41017         (si_call_addr, si_syscall, si_arch): Define new macro.
41018         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41019         _sigsys.
41020         (si_call_addr, si_syscall, si_arch): Define new macro.
41022 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41024         [BZ #13717]
41025         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41026         Change to 2.4.21 where previously 2.4.1.
41027         * sysdeps/unix/sysv/linux/configure: Regenerated.
41028         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41029         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41030         Linux kernel version.
41031         (__ASSUME_STD_AUXV): Remove.
41032         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41033         kernel version.
41034         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41035         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41036         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41037         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41038         (__ASSUME_NETLINK_SUPPORT): Likewise.
41039         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41040         (__no_netlink_support): Remove conditional definition.
41041         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41042         Remove.
41043         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41044         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41045         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41046         (if_nameindex_ioctl): Remove.
41047         (if_nameindex_netlink): Do not handle __no_netlink_support.
41048         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41049         code.
41050         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41051         Remove conditional code.
41052         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41053         code.
41054         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41055         unconditional.
41056         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41057         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41058         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41059         Remove.
41060         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41061         [!__ASSUME_STD_AUXV]: Remove conditional code.
41062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41063         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41064         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41066         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41067         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41068         code.
41069         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41071         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41072         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41073         conditional code.
41074         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41076         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41077         code.
41078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41079         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41080         conditional code.
41081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41082         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41083         code unconditional.
41084         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41085         conditional code.
41086         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41087         unconditional.
41088         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41089         conditional code.
41090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41091         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41092         unconditional.
41093         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41094         conditional code.
41095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41096         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41097         code unconditional.
41098         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41099         conditional code.
41100         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41101         unconditional.
41102         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41103         conditional code.
41104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41105         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41106         code unconditional.
41107         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41108         conditional code.
41109         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41110         unconditional.
41111         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41112         conditional code.
41114 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41116         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41117         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41118         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41119         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41120         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41121         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41122         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41123         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41124         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41125         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41126         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41127         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41128         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41129         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41130         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41131         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41132         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41133         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41134         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41135         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41136         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41137         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41138         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41140 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41142         * Versions.def: Add GLIBC_2.17.
41143         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41144         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41145         Introduce __libc_secure_getenv.
41146         * stdlib/Versions (2.17): Add secure_getenv
41147         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41148         * stdlib/secure-getenv.c: Rename __secure_getenv to
41149         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41150         symbol __secure_getenv for GLIBC_2.0.
41151         * stdlib/tst-secure-getenv.c: New.
41152         * stdlib/Makefile (tests): Add testcase.
41153         * manual/startup.texi (Environment Access): Document
41154         secure_getenv.
41155         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41156         __libc_secure_getenv.
41157         * inet/ruserpass.c (ruserpass): Likewise.
41158         * malloc/mtrace.c (mtrace): Likewise.
41159         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41160         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41161         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41162         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41163         HAVE_SECURE_GETENV.
41164         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41165         __secure_getenv to __libc_secure_getenv.
41166         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41168         Likewise.
41169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41170         Likewise.
41171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41172         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41173         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41174         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41175         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41176         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41177         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41179 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41181         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41182         (struct La_i86_retval): Likewise.
41183         (struct La_x86_64_regs): Likewise.
41184         (struct La_x86_64_retval): Likewise.
41185         (struct La_x32_regs): Likewise.
41186         (struct La_x32_retval): Likewise.
41187         (struct La_ppc32_regs): Likewise.
41188         (struct La_ppc32_retval): Likewise.
41189         (struct La_ppc64_regs): Likewise.
41190         (struct La_ppc64_retval): Likewise.
41191         (struct La_sh_regs): Likewise.
41192         (struct La_sh_retval): Likewise.
41193         (struct La_s390_32_regs): Likewise.
41194         (struct La_s390_32_retval): Likewise.
41195         (struct La_s390_64_regs): Likewise.
41196         (struct La_s390_64_retval): Likewise.
41197         (struct La_sparc32_regs): Likewise.
41198         (struct La_sparc32_retval): Likewise.
41199         (struct La_sparc64_regs): Likewise.
41200         (struct La_sparc64_retval): Likewise.
41201         (struct audit_ifaces): Remove architecture-specific pltenter and
41202         pltexit members.
41203         * sysdeps/i386/ldsodefs.h: New file.
41204         * sysdeps/powerpc/ldsodefs.h: Likewise.
41205         * sysdeps/s390/ldsodefs.h: Likewise.
41206         * sysdeps/sh/ldsodefs.h: Likewise.
41207         * sysdeps/sparc/ldsodefs.h: Likewise.
41208         * sysdeps/x86_64/ldsodefs.h: Likewise.
41210 2012-07-25  Marek Polacek  <polacek@redhat.com>
41212         [BZ #6808]
41213         * math/libm-test.inc (yn_test): Add another test.
41214         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41215         to ERANGE when the result is +-Inf.
41216         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41217         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41218         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41219         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41221 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41223         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41224         equal to 0.
41225         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41226         clock_t.
41227         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41229 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41231         * configure.in <sysdeps resolving>: Correct printing
41232         Implies_before.
41233         * configure: Regenerate.
41235 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41237         * math/w_ilogb.c: Include <limits.h>.
41238         * math/w_ilogbl.c: Likewise.
41240 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41242         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41243         va_copy.  Document allowing for unavailable va_copy only as
41244         pre-C99 compatibility.
41245         * manual/string.texi (Copying and Concatenation): Use va_copy
41246         instead of __va_copy in concat example.
41248 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41250         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41251         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41252         it if not null.
41254         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41255         with O_NOLINK passed to __file_name_lookup.
41257         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41258         with O_NOLINK passed to __file_name_lookup.
41260         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41261         negative N or less than NGIDS.
41263         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41264         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41265         enough.  Use memcpy instead of strncpy.
41267 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41269         * elf/Makefile (check-data): Remove.
41270         (localplt.data): New vpath directive.
41271         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41272         instead of $(check-data).
41273         * scripts/data/localplt-generic.data: Move to ...
41274         * sysdeps/generic/localplt.data: ... here.
41275         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41276         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41277         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41279         ... here.
41280         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41282         ... here.
41283         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41284         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41285         ... here.
41286         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41288         ... here.
41289         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41290         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41291         ... here.
41292         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41293         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41294         ... here.
41296 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41298         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41299         PPC32 and PPC64 files.
41300         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41301         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41303 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41305         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41306         __makecontext_ret to ...
41307         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41308         ... here and call exit if uc_link is NULL.  New file.
41309         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41310         __makecontext_ret.S.
41311         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41312         __makecontext_ret to ...
41313         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41314         ... here and call exit if uc_link is NULL.  New file.
41315         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41316         __makecontext_ret.S.
41318 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41320         * elf/elf.h (R_390_IRELATIVE): New definition.
41321         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41322         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41323         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41324         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41325         (elf_machine_lazy_rel): Likewise.
41326         * sysdeps/s390/dl-irel.h: New file.
41327         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41328         * sysdeps/s390/s390-64/memset.S: New asm code.
41329         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41330         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41331         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41332         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41333         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41334         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41335         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41336         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41337         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41338         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41339         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41340         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41341         * sysdeps/s390/s390-32/memset.S: New asm code.
41342         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41344 2012-07-17  Marek Polacek  <polacek@redhat.com>
41346         [BZ #14349]
41347         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41348         * sysdeps/s390/s390-64/configure.in: Likewise.
41349         * sysdeps/sparc/configure.in: Likewise.
41350         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41351         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41352         * sysdeps/i386/configure.in: Likewise.
41353         * sysdeps/x86_64/configure.in: Likewise.
41354         * sysdeps/sh/configure.in: Likewise.
41355         * sysdeps/s390/s390-32/configure: Regenerated.
41356         * sysdeps/s390/s390-64/configure: Likewise.
41357         * sysdeps/x86_64/configure: Likewise.
41358         * sysdeps/sh/configure: Likewise.
41359         * sysdeps/powerpc/powerpc64/configure: Likewise.
41360         * sysdeps/powerpc/powerpc32/configure: Likewise.
41361         * sysdeps/sparc/configure: Likwise.
41362         * sysdeps/i386/configure: Likewise.
41364         * elf/dl-open.c: Comment fixes.
41366 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41368         * Makefile [CXX] (check-data): Remove.
41369         [CXX] (c++-types.data): New vpath directive.
41370         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41371         vpath.  Do not allow for C++ type data being missing.
41372         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41373         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41374         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41375         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41376         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41377         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41378         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41380         ... here.
41381         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41383         ... here.
41384         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41386         ... here.
41387         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41389         ... here.
41390         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41391         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41392         ... here.
41393         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41395         ... here.
41396         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41397         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41398         ... here.
41399         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41400         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41402         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41403         definitions to architecture-specific files.
41404         (TLS_IE): Likewise.
41405         (TLS_LD): Likewise.
41406         (TLS_GD): Likewise.
41407         * sysdeps/i386/tls-macros.h: New file.
41408         * sysdeps/powerpc/tls-macros.h: Likewise.
41409         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41410         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41411         * sysdeps/sh/tls-macros.h: Likewise.
41412         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41413         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41414         * sysdeps/x86_64/tls-macros.h: Likewise.
41416 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41418         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41419         zero value for regular exit case.
41421         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41422         (__start_context): Preserve zero value for regular exit case.
41424 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41425             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41427         * manual/setjmp.texi (setcontext): Clarify normal process
41428         termination when uc_link is the null pointer.
41429         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41430         exit call.
41432 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41434         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41435         preprocessor.  Test for each exception mask separately.
41437 2012-07-16  Andreas Jaeger  <aj@suse.de>
41439         * po/ru.po: Update from translation team.
41441 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41443         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41444         equal to 0.
41445         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41446         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41447         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41448         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41449         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41451 2012-07-13  Andreas Jaeger  <aj@suse.de>
41453         * po/fr.po: Update from translation team.
41455 2012-07-12  Marek Polacek  <polacek@redhat.com>
41457         [BZ #14173]
41458         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41459         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41460         loop condition.
41462 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41464         [BZ #13717]
41465         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41466         Change to 2.4.1 where previously 2.4.0.
41467         * sysdeps/unix/sysv/linux/configure: Regenerated.
41468         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41469         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41470         version.
41471         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41472         (__ASSUME_AT_CLKTCK): Remove.
41473         (__ASSUME_AT_PAGESIZE): Likewise.
41474         (__ASSUME_AT_XID): Likewise.
41475         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41476         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41477         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41478         unconditionally.
41479         (HAVE_AUX_PAGESIZE): Likewise.
41480         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41481         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41482         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41484 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41486         [BZ #14307]
41487         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41488         the temporary buffer used to invoke __gethostbyname2_r,
41489         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41490         host_data / struct gaih_addrtuple.
41491         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41492         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41493         header file nss/nsswitch.h.
41494         * nss/nsswitch.h (global scope): Add definition of implementation
41495         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41496         resolv/nss_dns/dns-host.c).
41498 2012-07-11  Andreas Jaeger  <aj@suse.de>
41500         * po/fr.po: Update from translation team.
41502         * po/sv.po: Update from translation team
41503         * po/fr.po: Another update from translation team.
41505 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41507         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41508         for subnormals or multiply small sinh result by itself.
41509         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41510         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41512 2012-07-11  David S. Miller  <davem@davemloft.net>
41514         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41516 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41518         [BZ #14347]
41519         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41520         (INTERNAL_MARK): Shift it here.
41522 2012-07-10  Marek Polacek  <polacek@redhat.com>
41524         [BZ #14151]
41525         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41526         libc_cv_asm_global_directive with .globl.
41527         * configure: Regenerated.
41528         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41529         with .globl.
41530         * sysdeps/i386/configure: Regenerated.
41531         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41532         with .globl.
41533         * sysdeps/x86_64/configure: Regenerated.
41534         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41535         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41536         * elf/tst-unique2mod2.c: Likewise.
41537         * elf/tst-unique2mod1.c: Likewise.
41538         * elf/tst-unique1mod2.c: Likewise.
41539         * elf/tst-unique1mod1.c: Likewise.
41540         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41541         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41542         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41543         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41544         * sysdeps/mach/sysdep.h: Likewise.
41545         * sysdeps/i386/sysdep.h: Likewise.
41546         * sysdeps/i386/i386-mcount.S: Likewise.
41547         * sysdeps/x86_64/_mcount.S: Likewise.
41548         * sysdeps/x86_64/sysdep.h: Likewise.
41549         * sysdeps/sh/_mcount.S: Likewise.
41550         * sysdeps/sh/sysdep.h: Likewise.
41551         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41552         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41553         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41554         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41555         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41556         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41557         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41558         * locale/localeinfo.h: Likewise.
41559         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41560         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41562 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41564         [BZ #14336]
41565         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41566         system".
41567         * manual/message.texi (The Uniforum approach): Likewise.
41568         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41569         (glibc iconv Implementation): Likewise.
41571 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41573         [BZ #14337]
41574         * math/s_clog.c (__clog): Avoid scaling a value down where that
41575         could result in underflow.
41576         * math/s_clog10.c (__clog10): Likewise.
41577         * math/s_clog10f.c (__clog10f): Likewise.
41578         * math/s_clog10l.c (__clog10l): Likewise.
41579         * math/s_clogf.c (__clogf): Likewise.
41580         * math/s_clogl.c (__clogl): Likewise.
41581         * math/libm-test.inc (clog_test): Add more tests.
41582         (clog10_test): Likewise.
41583         * sysdeps/i386/fpu/libm-test-ulps: Update.
41584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41586 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41588         [BZ #14283]
41589         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41590         by 7 not 8 to examine high bit of fractional part.
41592         [BZ #14042]
41593         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41594         for call to __mcount_internal.
41595         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41596         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41597         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41599 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41601         [BZ #14154]
41602         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41603         approximation for values within 0x1p-13f of an odd multiple of
41604         pi/4.
41605         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41606         exception.  Add more tests.
41607         * sysdeps/i386/fpu/libm-test-ulps: Update.
41609         [BZ #6778]
41610         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41611         inputs and return -1 for them.  Do not check for +Inf in case not
41612         reachable for +Inf.
41613         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41614         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41615         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41616         and return -1 for them.  Do not check for +Inf in case not
41617         reachable for +Inf.
41618         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41619         define.
41620         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41621         and return -1 for them.  Do not check for +Inf in case not
41622         reachable for +Inf.
41623         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41624         spurious underflow.
41625         * sysdeps/i386/fpu/libm-test-ulps: Update.
41626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41628 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41630         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41632 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41634         [BZ #14157]
41635         [BZ #14331]
41636         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41637         could result in spurious underflow.  Scale down values above
41638         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41639         * math/s_csqrtf.c (__csqrtf): Likewise.
41640         * math/s_csqrtl.c (__csqrtl): Likewise.
41641         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41642         spurious underflow.
41643         * sysdeps/i386/fpu/libm-test-ulps: Update.
41644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41646 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41648         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41649         xopen-msg.sed.
41650         * catgets/xopen-msg.awk: New file.
41651         * catgets/xopen-msg.sed: Removed.
41653         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41654         po2text.sed.
41655         * intl/po2test.awk: New file.
41656         * intl/po2test.sed: Removed.
41658 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41660         [BZ #14328]
41661         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41662         or multiply small sinh result by itself.
41663         * math/s_ctanf.c (__ctanf): Likewise.
41664         * math/s_ctanh.c (__ctanh): Likewise.
41665         * math/s_ctanhf.c (__ctanhf): Likewise.
41666         * math/s_ctanhl.c (__ctanhl): Likewise.
41667         * math/s_ctanl.c (__ctanl): Likewise.
41668         * math/libm-test.inc (ctan_test_tonearest): New function.
41669         (ctan_test_towardzero): Likewise.
41670         (ctan_test_downward): Likewise.
41671         (ctan_test_upward): Likewise.
41672         (ctanh_test_tonearest): Likewise.
41673         (ctanh_test_towardzero): Likewise.
41674         (ctanh_test_downward): Likewise.
41675         (ctanh_test_upward): Likewise.
41676         (main): Call these new functions.
41677         * sysdeps/i386/fpu/libm-test-ulps: Update.
41678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41680 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41682         * .gitignore: Delete /ports entry.
41684 2012-07-03  Andreas Jaeger  <aj@suse.de>
41686         * po/bg.po: Update from translation team.
41687         * po/cs.po: Likewise.
41688         * po/de.po: Likewise.
41689         * po/hr.po: Likewise.
41690         * po/nl.pl: Likewise.
41691         * po/pl.po: Likewise.
41692         * po/vi.po: Likewise.
41694 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41696         * Makeconfig [!+link] (+link-before-libc): New variable.
41697         [!+link] (+link-after-libc): Likewise.
41698         [!+link] (+link-tests): Likewise.
41699         [!+link] (+link): Define in terms of $(+link-before-libc) and
41700         $(+link-after-libc).
41701         [!+link-static] (+link-static-before-libc): New variable.
41702         [!+link-static] (+link-static-after-libc): Likewise.
41703         [!+link-static] (+link-static-tests): Likewise.
41704         [!+link-static] (+link-static): Define in terms of
41705         $(+link-static-before-libc) and $(+link-static-after-libc).
41706         [build-shared] (link-libc-before-gnulib): New variable.
41707         [build-shared] (link-libc-tests): Likewise.
41708         [build-shared] (link-libc): Define in terms of
41709         $(link-libc-before-gnulib).
41710         [!build-shared] (link-libc-tests): New variable.
41711         (link-libc-static-tests): New variable.
41712         [!gnulib] (gnulib-arch): New variable.
41713         [!gnulib] (gnulib-tests): Likewise.
41714         [!gnulib] (static-gnulib-arch): Likewise.
41715         [!gnulib] (static-gnulib-tests): Likewise.
41716         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41717         Define with "=" instead of ":=".
41718         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41719         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41720         * Rules (binaries-all-notests): New variable.
41721         (binaries-all-tests): Likewise.
41722         (binaries-static-notests): Likewise.
41723         (binaries-static-tests): Likewise.
41724         (binaries-all): Define using $(binaries-all-notests) and
41725         $(binaries-all-tests).
41726         (binaries-static): Define using $(binaries-static-notests) and
41727         $(binaries-static-tests).
41728         (binaries-shared-tests): New variable.
41729         (binaries-shared-notests): Likewise.
41730         (binaries-shared): Remove variable.
41731         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41732         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41733         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41734         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41735         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41736         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41737         * elf/Makefile (sln-modules): New variable.
41738         (extra-objs): Add $(sln-modules:=.o).
41739         (ldconfig-modules): Add static-stubs.
41740         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41741         * elf/static-stubs.c: New file.
41743         [BZ #14283]
41744         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41745         by 7 not 8 to examine high bit of fractional part.  Use volatile
41746         variables when splitting into final array of floats if
41747         __FLT_EVAL_METHOD__ != 0.
41748         * math/libm-test.inc (cos_test): Add another test.
41749         (sin_test): Likewise.
41750         * sysdeps/i386/fpu/libm-test-ulps: Update.
41752         [BZ #14273]
41753         * math/libm-test.inc (cosh_test): Add more tests.
41755         * version.h (RELEASE): Set to "development".
41756         (VERSION): Set to "2.16.90".
41758 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41760         * NEWS: Update copyright. Remove last-updated date.
41761         Mention math library bug fixes and timezone data changes.
41762         * README: Mention GNU/Hurd, x32, and HPPA support status.
41764 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41766         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41768 2012-06-27  Andreas Jaeger  <aj@suse.de>
41770         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41772 2012-06-25  Andreas Jaeger  <aj@suse.de>
41774         * sysdeps/s390/fpu/libm-test-ulps: Update.
41776 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41777             Thomas Schwinge  <thomas@codesourcery.com>
41779         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41780         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41781         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41782         fanotify_mark.
41784 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41786         * sysdeps/mach/start.c: Remove file.
41787         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41788         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41789         * sysdeps/sh/init-first.c: Likewise.
41791         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41792         registers for frame unwinding purposes, add CFI directives.
41793         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41794         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41795         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41796         Likewise.
41798         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41799         __fortify_fail returning.
41800         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41802         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41803         sysdeps/sh/____longjmp_chk.S.
41804         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41805         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41806         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41807         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41809         * sysdeps/sh/abort-instr.h: New file.
41810         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41811         process in case exit returns.
41813         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41814         initialize the GOT register before use.
41816         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41817         calculation of ARGC > 4.
41819         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41820         meaningful names to some local labels.
41822 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41823             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41825         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41826         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41827         (__arch_compare_and_exchange_val_16_acq): Likewise.
41828         (__arch_compare_and_exchange_val_32_acq): Likewise.
41829         (atomic_exchange_and_add): Fix gUSA sequence.
41830         (atomic_add): Likewise.
41831         (atomic_add_negative): Likewise.
41832         (atomic_add_zero): Likewise.
41833         (atomic_bit_test_set): Likewise.
41835 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41837         [BZ #13579]
41838         * include/link.h (struct link_map): Add l_free_initfini.
41839         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41840         l_initfini.
41841         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41842         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41843         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41844         set.
41846 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41848         * configure.in: Use AC_LANG_SOURCE.
41849         * configure: Regenerate.
41851 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41853         * configure.in (libc_cv_localstatedir): New substituted variable.
41854         * configure: Regenerated.
41855         * config.make.in (localstatedir): New variable, substituted from
41856         libc_cv_localstatedir.
41857         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41858         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41859         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41860         * sysdeps/gnu/configure: Regenerated.
41862 2012-06-21  Jeff Law  <law@redhat.com>
41864         [BZ #14277]
41865         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41866         free.  Simplify list management for _LIBC case.
41868 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41870         [BZ #14273]
41871         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41872         Clear sign bit of 64-bit integer value before comparing against
41873         overflow value.
41875         * sysdeps/mach/configure: Regenerated.
41877 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41879         [BZ #14278]
41880         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41882 2012-06-21  Jeff Law  <law@redhat.com>
41884         [BZ #13882]
41885         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41886         uint16_t for elements in the "seen" array to avoid char overflows.
41887         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41888         * elf/dl-open.c (dl_open_worker): Likewise.
41890 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41892         * scripts/list-sources.sh: Scan PORTS for translations.
41893         * po/libc.pot: Regenerated.
41895 2012-06-21  Andreas Jaeger  <aj@suse.de>
41897         [BZ #12194]
41898         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41899         warning.
41900         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41901         * bits/byteswap-16.h (__bswap_16): Likewise.
41902         * bits/byteswap.h (__bswap_constant_16): Likewise.
41904 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41906         [BZ #14117]
41907         * sysdeps/i386/fpu_control.h: Removed.
41908         * sysdeps/x86_64/fpu_control.h: Moved to ...
41909         * sysdeps/x86/fpu_control.h: Here.
41911         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41912         (_FPU_SETCW): Likewise.
41914 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41916         [BZ #14117]
41917         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41918         * sysdeps/x86/fpu/bits/mathinline.h: This.
41919         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41921         [BZ #14050]
41922         [BZ #14117]
41923         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41924         functions if __x86_64__ is defined.
41926 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41928         * string/endian.h: Add !__ASSEMBLER__ condition for including
41929         conversion interfaces.
41931 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41933         [BZ #14241]
41934         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41935         of ABS(x) in calculating zero to negative powers other than odd
41936         integers.
41937         * math/libm-test.inc (pow_test): Add more tests.
41939 2012-06-15  Andreas Jaeger  <aj@suse.de>
41941         * manual/contrib.texi (Contributors): Update entry of Liubov
41942         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41943         Machado Filho.
41945 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41947         * string/string.h: Add __wur to GNU version of strerror_r.
41949 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41951         [BZ #14229]
41952         * string/Makefile (tests): Add tst-strtok_r.
41953         * string/tst-strtok_r.c: New file.
41954         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41955         RAX_LP/RDX_LP on SAVE_PTR.
41957 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41959         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41961 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41963         * libm_test.inc (csqrt_test): Allow more spurious underflow
41964         exceptions.
41965         (j0_test): Likewise.
41966         (j1_test): Likewise.
41967         (y0_test): Likewise.
41968         (y1_test): Likewise.
41970 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41972         * po/Makefile (libc.pot): Use UTF-8 charset.
41974 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41976         [BZ #14210]
41977         Suppress sign-conversion warning from FD_SET.
41978         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41979         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41980         not unsigned long int.
41981         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41983 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41985         [BZ #14050]
41986         [BZ #14117]
41987         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41988         __extern_always_inline instead of __extern_inline.
41989         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41990         (__signbit): Likewise.
41991         (__signbitl): Support C++ namespace.
41992         (lrintf): New inline function.
41993         (lrint): Likewise.
41994         (llrintf): Likewise.
41995         (llrint): Likewise.
41996         (fmaxf): Likewise.
41997         (fmax): Likewise.
41998         (fminf): Likewise.
41999         (fmin): Likewise.
42000         (rint): Likewise.
42001         (rintf): Likewise.
42002         (ceil): Likewise.
42003         (ceilf): Likewise.
42004         (floor): Likewise.
42005         (floorf): Likewise.
42006         (nearbyint): Likewise.
42007         (nearbyintf): Likewise.
42009 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42011         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42012         non-default versions.
42014 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42016         [BZ #14218]
42017         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42019 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42021         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42022         (FE_UPWARD, FE_DOWNWARD): Don't define.
42023         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42024         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42026         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42027         reading it.
42028         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42029         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42031 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42033         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42034         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42035         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42036         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42038 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42040         [BZ #14117]
42041         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42042         * sysdeps/i386/fpu/Implies: New file.
42043         * sysdeps/x86_64/fpu/Implies: Likewise.
42044         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42045         * sysdeps/x86/fpu/bits/fenv.h: This.
42047         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42048         __SSE_MATH__.
42050 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42052         [BZ #14134]
42053         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42054         character 0xffff that matches the last element of the
42055         conversion table.
42057 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42059         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42060         fmodl commit.
42062 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42064         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42065         values higher than 25.6283.
42067 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42069         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42070         subnormal exponent extraction and add some __builtin_expect.
42071         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42072         Fix for subnormal mantissa calculation.
42074 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42076         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42077         cpu2 is -1 and errno is not ENOSYS.
42079 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42081         [BZ #14117]
42082         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42083         * sysdeps/x86/bits/string.h: This.
42084         * sysdeps/x86_64/bits/string.h: Removed.
42086         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42087         if not compiling for x86-64, but compiling for >= i486.
42089         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42090         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42092         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42093         New macro from Linux kernel 3.4.0.
42094         (FP_XSTATE_MAGIC2): Likewise.
42095         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42096         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42097         (struct _fpx_sw_bytes): New struct.
42098         (struct _xsave_hdr): Likewise.
42099         (struct _ymmh_state): Likewise.
42100         (struct _xstate): Likewise.
42102         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42103         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42104         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42105         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42106         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42107         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42109         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42110         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42111         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42112         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42113         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42114         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42116 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42118         [BZ #13743]
42119         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42120         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42121         (sysdep_headers): Include sys/platform/ppc.h.
42122         * sysdeps/powerpc/test-gettimebase.c: Test for
42123         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42124         * manual/Makefile (appendices): Include platform.texi.
42125         * manual/contrib.texi (Contributors): Update @node pointers.
42126         * manual/maint.texi (Maintenance): Likewise.
42127         (Platform): New node.
42128         * manual/platform.texi: New file.  Document the new features.
42130 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42131             Jakub Jelinek  <jakub@redhat.com>
42133         [BZ #14188]
42134         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42135         where __builtin_expect is unavailable.
42137 2012-06-03  David S. Miller  <davem@davemloft.net>
42139         * stdlib/longlong.h: Updated from GCC.
42141 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42143         [BZ #14042]
42144         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42145         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42146         __mcount_internal.
42147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42148         (GLIBC_2.16): Likewise.
42150 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42152         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42154 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42157         (default-abi): New variable.
42158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42159         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42160         variable.
42161         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42162         Likewise.
42163         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42164         Likewise.
42165         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42166         Likewise.
42168         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42169         definition.  Document in comment.
42171 2012-06-01  David S. Miller  <davem@davemloft.net>
42173         * stdlib/longlong.h: Updated from GCC.
42175 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42177         [BZ #14117]
42178         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42179         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42180         sys/debugreg.h sys/io.h here.
42181         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42182         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42183         sys/io.h.
42184         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42185         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42186         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42187         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42188         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42189         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42191         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42192         Define only if __x86_64__ is defined.
42194 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42196         [BZ #14048]
42197         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42198         Use int64_t for variable i.
42199         * math/libm-test.inc (fmod_test): Add more tests.
42201         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42202         z computation is not scheduled after fetestexcept.
42203         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42204         Use math_force_eval instead of asm to ensure calculation scheduled
42205         before exception test.
42206         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42207         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42209 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42211         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42212         computation is not scheduled after fetestexcept.
42214 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42216         [BZ #14117]
42217         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42218         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42220 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42222         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42223         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42225 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42227         [BZ #14117]
42228         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42229         <bits/wordsize.h>.
42230         (__WCHAR_MIN): Support __WORDSIZE == 64.
42231         (__WCHAR_MAX): Likewise.
42233         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42234         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42236         [BZ #14183]
42237         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42238         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42240         [BZ #14117]
42241         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42242         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42244         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42245         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42247         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42248         Defined to 1 if __x86_64__ isn't defined.
42249         (_STAT_VER_LINUX_OLD): New.
42250         (st_atime): Remove duplicate.
42251         (st_mtime): Likewise.
42252         (st_ctime): Likewise.
42254 2012-05-31  David S. Miller  <davem@davemloft.net>
42256         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42257         entries.
42259 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42261         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42262         gen-libm-test.pl.
42264         [BZ #14132]
42265         * elf/dl-reloc.c: Include <_itoa.h>.
42266         (_dl_reloc_bad_type): Remove use of INTUSE.
42267         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42268         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42269         * stdio-common/psiginfo.c (psiginfo): Likewise.
42270         * stdio-common/psignal.c (psignal): Likewise.
42271         * string/strsignal.c (strsignal): Likewise.
42272         * include/signal.h (_sys_siglist): Declare hidden proto.
42273         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42274         INTVARDEF with libc_hidden_data_def.
42275         * stdio-common/itoa-udigits.c: Likewise.
42276         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42277         (_itoa_lower_digits_internal): Remove declaration.
42278         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42279         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42280         (_sys_sigabbrev_internal): Remove aliases.
42281         (_sys_siglist): Define hidden alias.
42283 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42285         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42286         bits/sysctl.h.
42288 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42290         [BZ #14117]
42291         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42292         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42294         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42295         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42296         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42297         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42298         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42299         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42301         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42302         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42303         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42305         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42306         with __addr.
42307         (insw): Likewise.
42308         (insl): Likewise.
42309         (outsb): Likewise.
42310         (outsw): Likewise.
42311         (outsl): Likewise.
42313         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42314         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42315         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42317         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42318         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42319         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42320         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42321         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42322         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42324         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42325         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42327         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42328         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42330         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42331         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42332         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42334         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42335         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42336         to ...
42337         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42339         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42340         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42341         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42343         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42344         for x86-64.
42345         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42347 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42349         * math/math.h (M_El): Use two more decimal places.
42350         (M_LOG2El): Likewise.
42351         (M_LOG10El): Likewise.
42352         (M_LN2l): Likewise.
42353         (M_LN10l): Likewise.
42354         (M_PIl): Likewise.
42355         (M_PI_2l): Likewise.
42356         (M_PI_4l): Likewise.
42357         (M_1_PIl): Likewise.
42358         (M_2_PIl): Likewise.
42359         (M_2_SQRTPIl): Likewise.
42360         (M_SQRT2l): Likewise.
42361         (M_SQRT1_2l): Likewise.
42363 2012-05-31  David S. Miller  <davem@davemloft.net>
42365         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42366         values between float registers.
42367         * sysdeps/sparc/sparc64/memset.S: Likewise.
42368         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42370 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42372         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42373         -D_FORTIFY_SOURCE=1.
42374         (CPPFLAGS-tst-longjmp_chk.c): Define.
42375         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42376         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42377         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42378         CFLAGS-tst-wchar-h.c.
42380 2012-05-31  Marek Polacek  <polacek@redhat.com>
42382         [BZ #14132]
42383         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42384         __endmntent_internal): Remove declaration.
42385         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42386         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42387         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42389 2012-05-30  David S. Miller  <davem@davemloft.net>
42391         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42392         (___Q_simulate_exceptions): Use real FP ops rather than writing
42393         into the %fsr.
42394         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42395         Likewise.
42397 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42399         [BZ #14117]
42400         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42401         * sysdeps/x86/bits/xtitypes.h: This.
42403         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42404         * sysdeps/x86/bits/wordsize.h: This.
42406         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42407         * sysdeps/x86/bits/huge_vall.h: This.
42409         * sysdeps/i386/bits/select.h: Removed.
42410         * sysdeps/x86_64/bits/select.h: Renamed to ...
42411         * sysdeps/x86/bits/select.h: This.
42413         * sysdeps/i386/bits/setjmp.h: Removed.
42414         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42415         * sysdeps/x86/bits/setjmp.h: This.
42417         * sysdeps/i386/bits/mathdef.h: Removed.
42418         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42419         * sysdeps/x86/bits/mathdef.h: This.
42421 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42423         [BZ #14132]
42424         * include/sys/socket.h (__connect_internal)
42425         (__libc_sa_len_internal): Remove declaration.
42426         (__connect, __libc_sa_len): Declare hidden_proto.
42427         (SA_LEN): Remove use of INTUSE.
42428         * socket/connect.c: Add libc_hidden_def.
42429         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42430         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42431         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42432         alias.
42433         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42434         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42435         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42436         of adding _internal alias.
42438 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42440         [BZ #14117]
42441         * sysdeps/i386/bits/link.h: Removed.
42442         * sysdeps/i386/bits/linkmap.h: Likewise.
42443         * sysdeps/x86_64/bits/link.h: Renamed to ...
42444         * sysdeps/x86/bits/link.h: This.
42445         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42446         * sysdeps/x86/bits/linkmap.h: This.
42448         * sysdeps/i386/bits/endian.h: Removed.
42449         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42450         * sysdeps/x86/bits/endian.h: This.
42452         * sysdeps/i386/bits/byteswap.h: Removed.
42453         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42454         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42455         * sysdeps/x86/bits/byteswap.h: This.
42456         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42457         * sysdeps/x86/bits/byteswap-16.h: This.
42458         * sysdeps/i386/Implies: Add x86.
42459         * sysdeps/x86_64/Implies: Likewise.
42461 2012-05-30  David S. Miller  <davem@davemloft.net>
42463         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42464         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42465         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42466         (FP_TRAPPING_EXCEPTIONS): Define.
42467         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42468         (FP_TRAPPING_EXCEPTIONS): Define.
42469         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42470         subnormals only when inexact has been signalled or underflow
42471         exceptions are enabled.
42472         (_FP_PACK_CANONICAL): Likewise.
42474 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42476         [BZ #14183]
42477         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42478         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42480 2012-05-30  Richard Henderson  <rth@twiddle.net>
42482         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42483         with #ifndef NOT_IN_libc.
42485         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42486         marked to avoid plt entry.
42488 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42490         [BZ #14112]
42491         * Makeconfig (default-abi): New macro.
42492         (abi-includes): Likewise.
42493         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42494         $(abi-$(default-abi)-lib-soname) for soname if defined.
42495         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42496         abi-variants.
42497         * Makefile (installed-stubs): Likewise.
42498         * include/stubs-biarch.h: Removed.
42499         * scripts/lib-names.awk: Only handle one library at a time.
42500         * scripts/soversions.awk: Remove WORDSIZE support.
42501         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42502         entries.
42503         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42504         Removed.
42505         (syscall-list-default-condition): Likewise.
42506         (syscall-list-default-condition): Likewise.
42507         (syscall-list-includes): Likewise.
42508         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42509         syscall-list-* with abi-*.  Handle undefined abi-variants.
42510         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42511         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42512         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42513         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42514         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42515         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42516         Removed.
42517         (syscall-list-32-options): Likewise.
42518         (syscall-list-32-condition): Likewise.
42519         (syscall-list-64-options): Likewise.
42520         (syscall-list-64-condition): Likewise.
42521         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42522         macro.
42523         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42524         Renamed to ...
42525         (abi-*): This.
42526         (abi-64-ld-soname): New macro.
42527         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42528         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42529         Renamed to ...
42530         (abi-*): This.
42531         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42532         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42534 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42536         * sysdeps/unix/sysv/linux/kernel-features.h
42537         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42538         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42539         include <kernel-features.h>.
42540         [!__NR_ftruncate64]: Remove conditional code.
42541         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42542         [__NR_ftruncate64]: Make code unconditional.
42543         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42544         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42545         include <kernel-features.h>.
42546         [!__NR_ftruncate64]: Remove conditional code.
42547         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42548         [__NR_ftruncate64]: Make code unconditional.
42549         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42551         include <kernel-features.h>.
42552         [!__NR_ftruncate64]: Remove conditional code.
42553         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42554         [__NR_ftruncate64]: Make code unconditional.
42555         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42557         include <kernel-features.h>.
42558         [!__NR_ftruncate64]: Remove conditional code.
42559         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42560         [__NR_ftruncate64]: Make code unconditional.
42561         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42563         * configure.in (libc_cv_fpie): Weaken to a compile test using
42564         LIBC_TRY_CC_OPTION.
42565         * configure: Regenerated.
42567 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42570         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42572         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42573         Refreshed.
42574         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42575         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42576         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42577         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42578         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42579         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42580         Refreshed.
42582 2012-05-27  David S. Miller  <davem@davemloft.net>
42584         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42585         (___Q_zero): New.
42586         (__Q_simulate_exceptions): Return void.  Change to simulate
42587         exceptions by writing into the %fsr.
42588         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42589         (__Qp_handle_exceptions): Likewise.
42590         (numbers): Delete.
42591         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42592         __Qp_handle_exceptions.
42593         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42594         __Qp_handle_exceptions.
42595         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42596         as unused and give dummy FP_RND_NEAREST initializer.
42597         (FP_INHIBIT_RESULTS): Define.
42598         (___Q_simulate_exceptions): Update declaration.
42599         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42600         formatting.
42601         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42602         as unused and give dummy FP_RND_NEAREST initializer.
42603         (__Qp_handle_exceptions): Update declaration.
42604         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42605         formatting.
42607 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42609         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42610         the temporary FPU control word.
42611         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42612         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42613         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42614         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42615         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42616         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42617         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42618         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42619         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42620         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42621         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42623 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42625         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42626         fields.
42628 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42630         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42631         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42632         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42633         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42634         Likewise.
42635         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42636         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42637         Likewise.
42639 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42641         * po/h.po: Update from translation team.
42643 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42645         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42647         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42648         handling of denormals.
42649         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42650         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42651         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42652         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42653         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42654         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42655         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42656         Likewise.
42658 2012-05-26  Marek Polacek  <polacek@redhat.com>
42660         [BZ #14152]
42661         * math/libm-test.inc (fma_test): Don't always expect underflow
42662         exception.
42664 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42666         [BZ #12416]
42667         * elf/tst-execstack.c: Include stackinfo.h.
42668         (do_test): Adjust test case to ensure that pthread_getattr_np
42669         behaviour remains the same after marking stack executable.
42671 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42673         * sysdeps/unix/sysv/linux/kernel-features.h
42674         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42675         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42676         kernel-features.h.
42677         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42678         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42679         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42680         kernel-features.h.
42681         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42682         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42684 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42686         * configure.in: Define the default includes to being none.
42687         * configure: Regenerated.
42689 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42691         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42692         * sysdeps/x86_64/setjmp.S: Likewise.
42693         * sysdeps/i386/bsd-setjmp.S: Likewise.
42694         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42695         * sysdeps/i386/setjmp.S: Likewise.
42696         * sysdeps/i386/__longjmp.S: Likewise.
42697         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42698         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42700         * include/stap-probe.h: New file.
42701         * configure.in: Handle --enable-systemtap.
42702         * configure: Regenerated.
42703         * config.h.in (USE_STAP_PROBE): New #undef.
42704         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42705         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42706         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42708 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42710         [BZ #13717]
42711         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42712         to 2.4.0 where earlier.
42713         * sysdeps/unix/sysv/linux/configure: Regenerated.
42714         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42715         <kernel-features.h>.
42716         [__ASSUME_32BITUIDS]: Make code unconditional.
42717         [!__ASSUME_32BITUIDS]: Remove conditional code.
42718         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42719         <kernel-features.h>.
42720         [__ASSUME_32BITUIDS]: Make code unconditional.
42721         [!__ASSUME_32BITUIDS]: Remove conditional code.
42722         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42723         [__ASSUME_32BITUIDS]: Make code unconditional.
42724         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42725         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42726         <kernel-features.h>.
42727         [__ASSUME_32BITUIDS]: Make code unconditional.
42728         [!__ASSUME_32BITUIDS]: Remove conditional code.
42729         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42730         <kernel-features.h>.
42731         [__ASSUME_32BITUIDS]: Make code unconditional.
42732         [!__ASSUME_32BITUIDS]: Remove conditional code.
42733         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42734         <kernel-features.h>.
42735         [__ASSUME_32BITUIDS]: Make code unconditional.
42736         [!__ASSUME_32BITUIDS]: Remove conditional code.
42737         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42738         <kernel-features.h>.
42739         [__ASSUME_32BITUIDS]: Make code unconditional.
42740         [!__ASSUME_32BITUIDS]: Remove conditional code.
42741         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42742         <kernel-features.h>.
42743         [__ASSUME_32BITUIDS]: Make code unconditional.
42744         [!__ASSUME_32BITUIDS]: Remove conditional code.
42745         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42746         <kernel-features.h>.
42747         [__ASSUME_32BITUIDS]: Make code unconditional.
42748         [!__ASSUME_32BITUIDS]: Remove conditional code.
42749         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42750         <kernel-features.h>.
42751         [__ASSUME_32BITUIDS]: Make code unconditional.
42752         [!__ASSUME_32BITUIDS]: Remove conditional code.
42753         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42754         <kernel-features.h>.
42755         [__ASSUME_32BITUIDS]: Make code unconditional.
42756         [!__ASSUME_32BITUIDS]: Remove conditional code.
42757         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42758         <kernel-features.h>.
42759         [__ASSUME_32BITUIDS]: Make code unconditional.
42760         [!__ASSUME_32BITUIDS]: Remove conditional code.
42761         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42762         <kernel-features.h>.
42763         [__ASSUME_32BITUIDS]: Make code unconditional.
42764         [!__ASSUME_32BITUIDS]: Remove conditional code.
42765         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42766         <kernel-features.h>.
42767         [__NR_setresgid] (__setresgid): Do not declare.
42768         [__ASSUME_32BITUIDS]: Make code unconditional.
42769         [!__ASSUME_32BITUIDS]: Remove conditional code.
42770         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42771         <kernel-features.h>.
42772         [__NR_setresuid] (__setresuid): Do not declare.
42773         [__ASSUME_32BITUIDS]: Make code unconditional.
42774         [!__ASSUME_32BITUIDS]: Remove conditional code.
42775         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42776         <kernel-features.h>.
42777         [__ASSUME_32BITUIDS]: Make code unconditional.
42778         [!__ASSUME_32BITUIDS]: Remove conditional code.
42779         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42780         <kernel-features.h>.
42781         [__ASSUME_32BITUIDS]: Make code unconditional.
42782         [!__ASSUME_32BITUIDS]: Remove conditional code.
42783         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42784         <kernel-features.h>.
42785         [__ASSUME_32BITUIDS]: Make code unconditional.
42786         [!__ASSUME_32BITUIDS]: Remove conditional code.
42787         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42788         <kernel-features.h>.
42789         [__ASSUME_32BITUIDS]: Make code unconditional.
42790         [!__ASSUME_32BITUIDS]: Remove conditional code.
42791         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42792         <kernel-features.h>.
42793         [__ASSUME_32BITUIDS]: Make code unconditional.
42794         [!__ASSUME_32BITUIDS]: Remove conditional code.
42795         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42796         <kernel-features.h>.
42797         [__ASSUME_32BITUIDS]: Make code unconditional.
42798         [!__ASSUME_32BITUIDS]: Remove conditional code.
42799         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42800         <kernel-features.h>.
42801         [__ASSUME_32BITUIDS]: Make code unconditional.
42802         [!__ASSUME_32BITUIDS]: Remove conditional code.
42803         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42804         <kernel-features.h>.
42805         [__ASSUME_32BITUIDS]: Make code unconditional.
42806         [!__ASSUME_32BITUIDS]: Remove conditional code.
42807         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42808         <kernel-features.h>.
42809         [__ASSUME_32BITUIDS]: Make code unconditional.
42810         [!__ASSUME_32BITUIDS]: Remove conditional code.
42811         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42812         <kernel-features.h>.
42813         [__ASSUME_32BITUIDS]: Make code unconditional.
42814         [!__ASSUME_32BITUIDS]: Remove conditional code.
42815         * sysdeps/unix/sysv/linux/kernel-features.h
42816         (__ASSUME_SETRESUID_SYSCALL): Remove.
42817         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42818         (__ASSUME_32BITUIDS): Likewise.
42819         (__ASSUME_LDT_WORKS): Likewise.
42820         (__ASSUME_O_DIRECTORY): Likewise.
42821         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42822         architecture but not kernel version.
42823         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42824         (__ASSUME_MMAP2_SYSCALL): Likewise.
42825         (__ASSUME_STAT64_SYSCALL): Likewise.
42826         (__ASSUME_IPC64): Likewise.
42827         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42828         <kernel-features.h>.
42829         [__ASSUME_32BITUIDS]: Make code unconditional.
42830         [!__ASSUME_32BITUIDS]: Remove conditional code.
42831         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42832         <kernel-features.h>.
42833         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42834         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42835         132096]: Remove conditional code.
42836         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42837         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42838         <kernel-features.h>.
42839         [__ASSUME_32BITUIDS]: Make code unconditional.
42840         [!__ASSUME_32BITUIDS]: Remove conditional code.
42841         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42842         <kernel-features.h>.
42843         [__ASSUME_32BITUIDS]: Make code unconditional.
42844         [!__ASSUME_32BITUIDS]: Remove conditional code.
42845         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42846         <kernel-features.h>.
42847         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42848         unconditional.
42849         (__setresgid): Do not declare.
42850         [__ASSUME_32BITUIDS]: Make code unconditional.
42851         [!__ASSUME_32BITUIDS]: Remove conditional code.
42852         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42853         <kernel-features.h>.
42854         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42855         unconditional.
42856         (__setresuid): Do not declare.
42857         [__ASSUME_32BITUIDS]: Make code unconditional.
42858         [!__ASSUME_32BITUIDS]: Remove conditional code.
42859         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42860         <kernel-features.h>.
42861         [__ASSUME_32BITUIDS]: Make code unconditional.
42862         [!__ASSUME_32BITUIDS]: Remove conditional code.
42863         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42864         <kernel-features.h>.
42865         [__ASSUME_32BITUIDS]: Make code unconditional.
42866         [!__ASSUME_32BITUIDS]: Remove conditional code.
42868 2012-05-25  Richard Henderson  <rth@twiddle.net>
42870         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42871         dl_hwcap to ifunc resolver.
42872         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42873         elf_ifunc_invoke.
42874         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42875         dl_hwcap to ifunc resolver.
42876         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42878 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42880         [BZ #14153]
42881         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42882         for |x| <= 2**-26, not 2**-57.
42883         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42884         exception.
42886 2012-05-24  Jeff Law  <law@redhat.com>
42888         * stdio-common/Makefile (tests): Add bug25.
42889         * stdio-common/bug25.c: New test.
42891 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42893         [BZ #13576]
42894         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42895         multiple of MALLOC_ALIGNMENT in size.
42896         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42898 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42900         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42901         Require >= 256.
42902         (FILENAME_MAX): Use macro-int-constant.
42903         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42904         (_IOFBF): Use macro-int-constant.
42905         (_IOLBF): Likewise.
42906         (_IONBF): Likewise.
42907         (SEEK_CUR): Likewise.
42908         (SEEK_END): Likewise.
42909         (SEEK_SET): Likewise.
42910         (TMP_MAX): Likewise.
42911         (EOF): Use macro-int-constant.  Require < 0.
42912         (NULL): Use macro-constant.  Require == 0.
42913         (stdin): Require type to be FILE *.
42914         (stdout): Likewise.
42915         (stderr): Likewise.
42916         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42917         macro-int-constant.
42918         (EXIT_SUCCESS): Likewise.
42919         (NULL): Use macro-constant.  Require == 0.
42920         (RAND_MAX): Use macro-int-constant.
42921         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42922         [C99-based standards] (strtof): Require function.
42923         [C99-based standards] (strtold): Likewise.
42924         [C99-based standards] (strtoll): Likewise.
42925         [C99-based standards] (strtoull): Likewise.
42926         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42927         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42928         [ISO || ISO99 || ISO11] (math.h): Likewise.
42929         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42930         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42931         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42933 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42935         [BZ #14132]
42936         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42937         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42938         * intl/dgettext.c (DCGETTEXT): Likewise.
42939         * intl/gettext.c (DCGETTEXT): Likewise.
42940         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42941         * posix/regex_internal.h (gettext): Likewise.
42942         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42943         Remove declaration.
42944         * include/argz.h (__argz_count_internal)
42945         (__argz_stringify_internal): Remove declaration.
42946         (__argz_count, __argz_stringify): Declare hidden proto.
42947         * intl/dcgettext.c: Remove use of INTDEF.
42948         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42949         * string/argz-stringify.c: Likewise.
42950         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42951         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42952         Declare hidden proto.
42953         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42954         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42955         Declare hidden proto.
42956         * include/stdio.h (__asprintf_internal): Don't declare.
42957         (__asprintf): Don't define as macro.  Declare hidden proto.
42958         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42959         (__fsetlocking): Declare hidden proto.
42960         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42961         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42962         hidden proto.
42963         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42964         (_IO_setlinebuf): Remove use of INTUSE.
42965         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42966         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42967         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42968         Remove declaration.
42969         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42970         (_IO_do_flush): Remove use of INTUSE.
42971         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42972         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42973         (_IO_adjust_column, _IO_least_wmarker)
42974         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42975         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42976         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42977         (_IO_default_doallocate, _IO_wdefault_doallocate)
42978         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42979         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42980         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42981         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42982         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42983         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42984         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42985         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42986         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42987         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42988         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42989         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42990         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42991         proto.
42992         (_IO_flush_all_internal, _IO_adjust_column_internal)
42993         (_IO_default_uflow_internal, _IO_default_finish_internal)
42994         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42995         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42996         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42997         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42998         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42999         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43000         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43001         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43002         (_IO_file_close_internal, _IO_file_close_it_internal)
43003         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43004         (_IO_file_init_internal, _IO_file_attach_internal)
43005         (_IO_file_fopen_internal, _IO_file_read_internal)
43006         (_IO_file_sync_internal, _IO_file_seek_internal)
43007         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43008         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43009         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43010         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43011         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43012         (_IO_list_all_internal, _IO_link_in_internal)
43013         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43014         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43015         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43016         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43017         (_IO_do_write_internal, _IO_padn_internal)
43018         (_IO_getline_info_internal, _IO_getline_internal)
43019         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43020         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43021         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43022         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43023         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43024         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43025         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43026         with libc_hidden_ver, remove use of INTUSE.
43027         * libio/genops.c: Likewise.
43028         * libio/freopen.c: Likewise.
43029         * libio/freopen64.c: Likewise.
43030         * libio/iofclose.c: Likewise.
43031         * libio/iofdopen.c: Likewise.
43032         * libio/iofflush.c: Likewise.
43033         * libio/iofflush_u.c: Likewise.
43034         * libio/iofgets.c: Likewise.
43035         * libio/iofgets_u.c: Likewise.
43036         * libio/iofopen.c: Likewise.
43037         * libio/iofopncook.c: Likewise.
43038         * libio/iofread.c: Likewise.
43039         * libio/iofread_u.c: Likewise.
43040         * libio/ioftell.c: Likewise.
43041         * libio/iofwrite.c: Likewise.
43042         * libio/iogetline.c: Likewise.
43043         * libio/iogets.c: Likewise.
43044         * libio/iogetwline.c: Likewise.
43045         * libio/iopadn.c: Likewise.
43046         * libio/iopopen.c: Likewise.
43047         * libio/ioseekoff.c: Likewise.
43048         * libio/ioseekpos.c: Likewise.
43049         * libio/iosetbuffer.c: Likewise.
43050         * libio/iosetvbuf.c: Likewise.
43051         * libio/ioungetc.c: Likewise.
43052         * libio/ioungetwc.c: Likewise.
43053         * libio/iovdprintf.c: Likewise.
43054         * libio/iovsprintf.c: Likewise.
43055         * libio/iovsscanf.c: Likewise.
43056         * libio/memstream.c: Likewise.
43057         * libio/obprintf.c: Likewise.
43058         * libio/oldfileops.c: Likewise.
43059         * libio/oldiofclose.c: Likewise.
43060         * libio/oldiofdopen.c: Likewise.
43061         * libio/oldiofopen.c: Likewise.
43062         * libio/oldiopopen.c: Likewise.
43063         * libio/oldstdfiles.c: Likewise.
43064         * libio/putc.c: Likewise.
43065         * libio/setbuf.c: Likewise.
43066         * libio/setlinebuf.c: Likewise.
43067         * libio/stdfiles.c: Likewise.
43068         * libio/strops.c: Likewise.
43069         * libio/vasprintf.c: Likewise.
43070         * libio/vscanf.c: Likewise.
43071         * libio/vsnprintf.c: Likewise.
43072         * libio/vswprintf.c: Likewise.
43073         * libio/wfiledoalloc.c: Likewise.
43074         * libio/wfileops.c: Likewise.
43075         * libio/wgenops.c: Likewise.
43076         * libio/wmemstream.c: Likewise.
43077         * libio/wstrops.c: Likewise.
43078         * libio/__fpurge.c: Likewise.
43079         * libio/__fsetlocking.c: Likewise.
43080         * assert/assert.c: Likewise.
43081         * debug/fgets_chk.c: Likewise.
43082         * debug/fgets_u_chk.c: Likewise.
43083         * debug/fread_chk.c: Likewise.
43084         * debug/fread_u_chk.c: Likewise.
43085         * debug/gets_chk.c: Likewise.
43086         * debug/obprintf_chk.c: Likewise.
43087         * debug/vasprintf_chk.c: Likewise.
43088         * debug/vdprintf_chk.c: Likewise.
43089         * debug/vsnprintf_chk.c: Likewise.
43090         * debug/vsprintf_chk.c: Likewise.
43091         * malloc/mtrace.c: Likewise.
43092         * misc/error.c: Likewise.
43093         * misc/syslog.c: Likewise.
43094         * stdio-common/asprintf.c: Likewise.
43095         * stdio-common/fxprintf.c: Likewise.
43096         * stdio-common/getw.c: Likewise.
43097         * stdio-common/isoc99_fscanf.c: Likewise.
43098         * stdio-common/isoc99_scanf.c: Likewise.
43099         * stdio-common/isoc99_vfscanf.c: Likewise.
43100         * stdio-common/isoc99_vscanf.c: Likewise.
43101         * stdio-common/isoc99_vsscanf.c: Likewise.
43102         * stdio-common/printf-prs.c: Likewise.
43103         * stdio-common/printf_fp.c: Likewise.
43104         * stdio-common/printf_fphex.c: Likewise.
43105         * stdio-common/printf_size.c: Likewise.
43106         * stdio-common/putw.c: Likewise.
43107         * stdio-common/scanf.c: Likewise.
43108         * stdio-common/sprintf.c: Likewise.
43109         * stdio-common/tmpfile.c: Likewise.
43110         * stdio-common/vfprintf.c: Likewise.
43111         * stdio-common/vfscanf.c: Likewise.
43112         * stdlib/strfmon_l.c: Likewise.
43113         * sunrpc/openchild.c: Likewise.
43114         * sunrpc/xdr_stdio.c: Likewise.
43115         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43116         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43118 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43120         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43122         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43123         in the third column, to generate for the shared library an IFUNC
43124         that uses _dl_vdso_vsym.
43125         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43126         * Makeconfig (object-suffixes-noshared): New variable.
43128         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43129         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43130         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43131         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43133         [BZ #14132]
43134         * include/sys/time.h (__gettimeofday): Remove macro.
43135         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43136         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43137         Remove INTDEF.
43138         (__gettimeofday): Add libc_hidden_def.
43139         (gettimeofday): Add libc_hidden_weak.
43140         * sysdeps/mach/gettimeofday.c: Likewise.
43141         * sysdeps/posix/gettimeofday.c: Likewise.
43142         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43143         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43144         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43145         (__gettimeofday_internal): Remove strong_alias.
43146         (__gettimeofday): Add libc_hidden_def.
43147         (gettimeofday): Add libc_hidden_weak.
43148         * sysdeps/unix/syscalls.list (gettimeofday):
43149         Remove __gettimeofday_internal alias.
43151 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43152             H.J. Lu  <hongjiu.lu@intel.com>
43154         [BZ #12495]
43155         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43156         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43157         (largebin_index_32_big): New.
43158         (largebin_index): Use it for 16-byte alignment.
43159         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43160         correction with front_misalign.
43162 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43166         Likewise.
43167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43168         Likewise.
43169         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43170         Likewise.
43171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43172         Likewise.
43173         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43174         Likewise.
43175         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43176         Likewise.
43177         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43178         Likewise.
43179         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43180         Likewise.
43181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43182         Likewise.
43183         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43184         Likewise.
43185         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43186         Likewise.
43187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43188         Likewise.
43190         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43191         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43193 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43195         [BZ #10846]
43196         [BZ #14036]
43197         * math/libm-test.inc (exp_test): Add test from bug 14036.
43198         (pow_test): Add test from bug 10846.
43200         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43201         and other flags.
43202         (special_function): Do not include flags in test name.
43203         (parse_args): Likewise.
43204         * sysdeps/i386/fpu/libm-test-ulps: Update.
43205         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43206         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43207         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43210         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43211         exceptions.
43212         * math/libm-test.inc ("Philosophy"): Update comment about
43213         exception testing.
43214         (UNDERFLOW_EXCEPTION): New macro.
43215         (UNDERFLOW_EXCEPTION_OK): Likewise.
43216         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43217         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43218         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43219         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43220         (INVALID_EXCEPTION_OK): Update value.
43221         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43222         (OVERFLOW_EXCEPTION_OK): Likewise.
43223         (IGNORE_ZERO_INF_SIGN): Likewise.
43224         (test_exceptions): Handle underflow exceptions.
43225         (acos_test): Update for underflow exception expectations.
43226         (cexp_test): Likewise.
43227         (clog_test): Likewise.
43228         (clog10_test): Likewise.
43229         (csqrt_test): Likewise.
43230         (ctan_test): Likewise.
43231         (ctanh_test): Likewise.
43232         (exp_test): Likewise.
43233         (exp10_test): Likewise.
43234         (exp2_test): Likewise.
43235         (expm1_test): Likewise.
43236         (fma_test): Likewise.
43237         (j0_test): Likewise.
43238         (jn_test): Likewise.
43239         (nexttoward_test): Likewise.
43240         (pow_test): Likewise.
43241         (scalbn_test): Likewise.
43242         (scalbln_test): Likewise.
43243         (tan_test): Likewise.
43244         (y1_test): Likewise.
43245         * sysdeps/i386/fpu/libm-test-ulps: Update.
43246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43248 2012-05-23  David S. Miller  <davem@davemloft.net>
43250         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43251         (__libc_sigaction): Remove unused local variables.
43253 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43255         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43257 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43259         mktime: avoid signed integer overflow
43260         * time/mktime.c (__mktime_internal): Do not mishandle the case
43261         where diff == INT_MIN.
43263         mktime: simplify computation of average
43264         * time/mktime.c (ranged_convert): Use new time_t_avg function
43265         instead of rolling our own (probably-slower) code.
43267         mktime: do not assume signed right shift propagates sign bit
43268         * time/mktime.c (isdst_differ): New static function.
43269         (__mktime_internal): No need to normalize tm_isdst now.
43270         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43271         tm_isdst values.
43273         mktime: merge another wrapv change from gnulib
43274         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43275         from some compilers.
43277         mktime: remove incorrect attempt at unusual arithmetics
43278         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43279         The code didn't really work on such machines anyway.
43280         (TYPE_MINIMUM): Assume two's complement.
43281         (twos_complement_arithmetic): Verify that long_int and time_t
43282         are two's complement (or unsigned, in the latter case).
43284         mktime: check signed shifts on long_int and time_t, too
43285         * time/mktime.c (SHR): Check that shifts work as desired
43286         on the types long_int and time_t too, as SHR is used on
43287         such types.
43289         mktime: do not assume 'long' is wide enough
43290         * time/mktime.c (verify): Move decl up.
43291         (long_int): New type.
43292         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43293         to remove assumption in the code that 'long' is wide enough to
43294         store year values.  This assumption is not true on x32 and on
43295         some non-glibc platforms.
43297         mktime: merge wrapv change from gnulib
43298         * time/mktime.c (WRAPV): New macro.
43299         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43300         (guess_time_tm, __mktime_internal): Do not assume that signed
43301         integer overflow wraps around; modern compilers generate code
43302         where this assumption is no longer valid.
43304 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43306         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43307         Replace "jmp L(pseudo_end)" with "ret".
43308         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43309         Likewise.
43311 2012-05-23  Andreas Jaeger  <aj@suse.de>
43313         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43314         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43316 2012-05-23  Andreas Jaeger  <aj@suse.de>
43317             Maximilian Attems  <max@stro.at>
43319         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43320         New macros.
43322 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43324         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43325         code so that pseudo_end is just ret and the stack pointer is
43326         correct also for static library in error case.
43328 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43330         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43331         move to syscalls.list.
43332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43337         * manual/install.texi (Running make install): Do not mention Linux
43338         kernel version for which pt_chown is not needed.
43339         (Linux): Do not mention problems with nscd with 2.0 kernels.
43340         * INSTALL: Regenerated.
43342 2012-05-23  Andreas Jaeger  <aj@suse.de>
43344         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43345         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43346         macro.
43347         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43348         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43349         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43350         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43351         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43352         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43353         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43354         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43355         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43356         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43357         * sysdeps/unix/sysv/linux/bits/in.h
43358         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43360 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43362         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43363         (PREPARE_VERSION): Just use assert instead, it will be elided
43364         under [NDEBUG] anyway.
43366 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43368         * sysdeps/unix/sysv/linux/Makefile: Include
43369         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43370         (sysdep_routines): Remove sysctl.
43371         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43372         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43373         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43374         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43375         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43377 2012-05-22  Andreas Jaeger  <aj@suse.de>
43379         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43380         that pseudo_end is just ret and the stack pointer is correct also
43381         for static library in error case.
43383 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43385         [BZ #14122]
43386         * nss/nsswitch.c (defconfig_entries): New variable.
43387         (__nss_database_lookup): Don't leak defconfig entries.
43388         (nss_parse_service_list): Don't leak on error paths.
43389         (free_database_entries): New function.
43390         (free_defconfig): New function.
43391         (free_mem): Move common code to free_database_entries.
43393 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43395         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43396         Add arch_prctl.
43397         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43399         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43400         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43401         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43402         New macro.
43403         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43404         (INTERNAL_SYSCALL_TYPES): Likewise.
43405         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43406         (LOAD_REGS_TYPES_[1-6]): Likewise.
43407         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43408         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43410 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43412         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43413         copysignl for GLIBC_2_0.
43414         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43415         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43416         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43417         logbl for GLIBC_2_0.
43418         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43419         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43421 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43423         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43424         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43426         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43427         Use "neg %eax".
43429         * time/mktime.c: Update copyright years.
43431 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43433         mktime: merge comment-quoting-style change from gnulib
43434         * time/mktime.c: Quote 'like this' in comments.
43435         The GNU coding standards suggest that we no longer quote `like this',
43436         as "`" and "'" are typically rendered asymmetrically nowadays.
43437         The typical gnulib style is to quote 'like this' when quoting
43438         code, and "like this" when quoting English.
43440         * time/mktime.c (compile-command): Add "-I.".
43442         mktime: merge mktime-internal.h change from gnulib
43443         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43445         mktime: merge time_r change from gnulib
43446         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43448         mktime: merge DEBUG change from gnulib
43449         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43450         case system <time.h> has a #define.
43452         mktime: merge <sys/types.h> change from gnulib
43453         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43454         since <time.t> is now guaranteed to define time_t.
43456         mktime: merge HAVE_CONFIG_H change from gnulib
43457         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43459 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43461         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43462         Use "neg %eax".
43464         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43465         __rlim_t cast.
43466         (struct rusage): Use anonymous union to pad each field to
43467         __syscall_slong_t.
43469 2012-05-21  David S. Miller  <davem@davemloft.net>
43471         * Makefules (o-iterator): Remove .s cases.
43472         (compile-command.s): Delete.
43473         (COMPILE.s): Delete.
43474         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43476 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43478         * configure.in (libc_cv_predef_stack_protector): Only consider
43479         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43480         * configure: Regenerated.
43482 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43484         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43485         New macro.  Use R*LP on int and pointer.
43486         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43487         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43488         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43489         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43491         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43492         [__WORDSIZE_TIME64_COMPAT32] instead of
43493         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43494         (struct utmp): Likewise.
43495         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43496         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43497         Renamed to ...
43498         (__WORDSIZE_TIME64_COMPAT32): This.
43499         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43500         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43501         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43502         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43503         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43504         (__WORDSIZE_TIME64_COMPAT32): New macro.
43506 2012-05-21  Andreas Jaeger  <aj@suse.de>
43508         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43509         only if [SHARED]. Add prototype for __wcschr_ia32.
43511 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43513         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43514         of %rbp unmolested in the jmp_buf while mangling the low bits.
43515         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43516         unmolested high bits of %rbp while demangling the low bits.
43517         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43519 2012-05-21  Andreas Jaeger  <aj@suse.de>
43521         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43522         * sunrpc/svc_simple.c: Use it for registerrpc.
43523         * sunrpc/xcrypt.c: Use it for passwd2des.
43525         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43527 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43529         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43530         Don't define if [__SYSCALL_WORDSIZE != 32].
43531         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43532         New macro.
43534 2012-05-21  Bruno Haible  <bruno@clisp.org>
43535             Andreas Jaeger  <aj@suse.de>
43537         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43538         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43539         inptr and inend for must_buffer_ch.
43540         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43541         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43542         * stdio-common/Makefile (tests): Remove bug15.
43543         (bug15-ENV): Remove macro.
43544         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43545         anymore.
43547 2012-05-19  Andreas Jaeger  <aj@suse.de>
43548             Roland McGrath  <roland@hack.frob.com>
43550         * manual/contrib.texi: Completely rewritten. It contains now an
43551         alphabetical list of contributors and their contributions.
43553 2012-05-21  Richard Henderson  <rth@twiddle.net>
43555         * misc/getauxval.c (__getauxval): Use unsigned long int.
43556         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43557         (getauxval): Use unsigned long int.
43559 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43561         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43563 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43565         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43566         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43567         __alignof__ (long double).
43569 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43573 2012-05-20  Richard Henderson  <rth@twiddle.net>
43575         * misc/getauxval.c: New file.
43576         * misc/sys/auxv.h: New file.
43577         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43578         (routines): Add getauxval.
43579         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43580         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43581         * elf/dl-sysdep.c (_dl_auxv): Remove.
43582         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43583         * elf/dl-support.c (_dl_auxv): New variable.
43584         (_dl_aux_init): Initialize it.
43585         * manual/startup.texi (Auxiliary Vector): New node.
43586         * sysdeps/generic/bits/hwcap.h: New file.
43587         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43588         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43589         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43590         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43591         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43592         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43594         Update.
43595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43596         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43598         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43599         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43600         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43601         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43604 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43606         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43608 2012-05-19  David S. Miller  <davem@davemloft.net>
43610         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43612 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43614         [BZ #14123]
43615         * math/s_ccosh.c: Include <float.h>
43616         (__ccosh): Avoid internal overflow calculating sinh and cosh
43617         values before multiplying by sin and cos values.
43618         * math/s_ccoshf.c: Likewise.
43619         * math/s_ccoshl.c: Likewise.
43620         * math/s_csin.c: Likewise.
43621         * math/s_csinf.c: Likewise.
43622         * math/s_csinl.c: Likewise.
43623         * math/s_csinh.c: Likewise.
43624         * math/s_csinhf.c: Likewise.
43625         * math/s_csinhl.c: Likewise.
43626         * math/libm-test.inc (ccos_test): Add more tests.
43627         (ccosh_test): Likewise.
43628         (csin_test): Likewise.
43629         (csinh_test): Likewise.
43630         * sysdeps/i386/fpu/libm-test-ulps: Update.
43631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43633 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43635         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43636         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43638         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43640 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43642         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43643         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43644         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43645         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43646         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43647         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43648         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43649         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43650         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43651         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43652         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43653         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43654         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43655         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43656         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43657         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43658         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43659         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43660         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43661         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43662         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43663         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43664         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43665         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43666         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43667         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43668         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43669         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43670         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43671         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43672         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43674 2012-05-18  Andreas Jaeger  <aj@suse.de>
43676         * csu/.gitignore: Delete.
43678 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43680         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43681         (timex): Use __syscall_slong_t.
43683 2012-05-18  Andreas Jaeger  <aj@suse.de>
43684             Carlos O'Donell  <carlos_odonell@mentor.com>
43686         * manual/install.texi (Configuring and compiling): Update
43687         description about files modified in the source directory.
43688         * INSTALL: Regenerated.
43690 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43692         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43693         value.  Use "or" to set return value to -1.
43694         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43695         negate return value.
43697 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43699         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43700         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43701         failure if the compiler has Graphite support disabled.
43702         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43703         Likewise.
43704         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43705         (CFLAGS-memmove.c): Likewise.
43706         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43707         Likewise.
43709 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43711         * sysdeps/x86_64/x32/_itoa.h: New file.
43713         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43714         getdents system call only if kernel and user dirents have the
43715         same d_ino and d_off.
43717         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43718         LLONG_MAX != LONG_MAX.
43719         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43720         (_fitoa_word): Likewise.
43722         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43723         years.
43724         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43725         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43726         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43728         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43729         include <bits/wordsize.h>.  Check __x86_64__ instead of
43730         __WORDSIZE.
43731         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43732         if __x86_64__ is defined.  Use anonymous union on fpstate.
43734         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43735         anonymous union.
43737 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43739         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43740         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43741         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43742         Refer to _rtld_local_ro instead of _rtld_global_ro.
43743         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43744         Likewise.
43745         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43746         Likewise.
43747         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43748         Likewise.
43749         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43750         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43751         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43753         * sysdeps/powerpc/powerpc32/dl-machine.c
43754         (__elf_machine_runtime_setup) [PROF]: Don't reference
43755         _dl_prof_resolve.
43757 2012-05-18  Andreas Jaeger  <aj@suse.de>
43759         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43760         function only available for GCCs before 3.4 since GCC 3.4
43761         introduced a builtin.
43762         (lrint): Likewise.
43763         (llrintf): Likewise.
43764         (llrint): Likewise.
43765         (fmaxf): Likewise.
43766         (fmax): Likewise.
43767         (fminf): Likewise.
43768         (fmin): Likewise.
43769         (rint): Likewise.
43770         (rintf): Likewise.
43771         (nearbyint): Likewise.
43772         (nearbyintf): Likewise.
43773         (ceil): Likewise.
43774         (ceilf): Likewise.
43775         (floor): Likewise.
43776         (floorf): Likewise.
43778 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43780         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43781         on both fields and cast pointer to __syscall_ulong_t.
43783         * bits/types.h (__fsword_t): New type.
43784         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43785         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43786         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43787         (__FSWORD_T_TYPE): Likewise.
43788         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43789         (__FSWORD_T_TYPE): Likewise.
43790         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43791         (__FSWORD_T_TYPE): Likewise.
43792         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43793         (__FSWORD_T_TYPE): Likewise.
43794         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43795         __SWORD_TYPE with __fsword_t.
43796         (statfs64): Likewise.
43798 2012-05-17  David S. Miller  <davem@davemloft.net>
43800         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43802 2012-05-17  Andreas Jaeger  <aj@suse.de>
43804         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43805         warning.
43807 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43809         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43811 2012-05-17  Andreas Jaeger  <aj@suse.de>
43813         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43814         when it is used.
43816 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43818         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43820 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43822         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43823         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43825 2012-05-17  Andreas Jaeger  <aj@suse.de>
43826             Carlos O'Donell  <carlos_odonell@mentor.com>
43828         [BZ #14059]
43829         * sysdeps/x86_64/multiarch/init-arch.h
43830         (bit_YMM_Usable): Rename to...
43831         (bit_AVX_Usable): ... this.
43832         (bit_FMA4_Usable): New macro.
43833         (bit_XMM_state): New macro.
43834         (bit_YMM_state): New macro.
43835         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43836         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43837         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43838         (CPUID_OSXSAVE): New macro.
43839         (CPUID_AVX): New macro.
43840         (CPUID_FMA4): New macro.
43841         (index_YMM_Usable): Rename to...
43842         (index_AVX_Usable): ... this.
43843         (HAS_AVX): Use HAS_ARCH_FEATURE.
43844         (HAS_FMA4): Likewise.
43845         (HAS_YMM_USABLE): Remove.
43846         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43847         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43848         are present.
43849         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43850         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43851         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43852         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43853         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43855 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43857         * math/libm-test.c: Support platforms without multiple rounding modes.
43858         * math/bug-nextafter.c: Support platforms without FP exceptions.
43859         * math/bug-nexttoward.c: Likewise.
43860         * math/test-fenv.c: Likewise.
43861         * math/test-misc.c: Likewise.
43862         * stdlib/bug-getcontext.c: Likewise.
43864 2012-05-17  Andreas Jaeger  <aj@suse.de>
43866         * manual/examples/search.c (critter_cmp): Change signature to
43867         avoid warnings.
43868         * manual/string.texi (Collation Functions): Likewise.
43870 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43872         * bits/types.h: Fold copyright years.
43873         * bits/typesizes.h: Likewise.
43874         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43875         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43876         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43877         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43878         * time/time.h: Likewise.
43880 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43882         [BZ #208]
43883         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43884         in instead of returning them.  Return void.
43885         (__libc_mallinfo): Accumulate over all arenas.
43886         (__malloc_stats): Adjust for change in int_mallinfo interface.
43888 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43890         [BZ #10375]
43891         * configure.in (NM): Add AC_CHECK_TOOL for it.
43892         (libc_extra_cflags): New substituted variable.
43893         Check for -fstack-protector being used implicitly.
43894         * configure: Regenerated.
43895         * config.make.in (config-extra-cflags): New variable,
43896         gets @libc_extra_cflags@.
43897         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43899         [BZ #10375]
43900         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43901         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43902         * configure: Regenerated.
43903         * config.make.in (CPPUNDEFS): New substituted variable.
43904         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43905         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43906         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43908 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43910         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43911         (mq_attr): Use __syscall_slong_t.
43913 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43915         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43916         Check __x86_64__ instead of __WORDSIZE.
43917         (_STAT_VER_LINUX): Likewise.
43918         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43919         __syscall_ulong_t and __syscall_slong_t.
43920         (stat64): Likewise.
43922 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43924         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43926 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43928         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43930 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43932         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43933         __syscall_ulong_t.
43935         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43936         include <bits/wordsize.h>.  Check __x86_64__ instead of
43937         __WORDSIZE.
43938         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43939         defined.
43940         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43942         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43943         include <bits/wordsize.h>.  Check __x86_64__ instead of
43944         __WORDSIZE.
43945         (user_regs_struct): Use "__extension__ unsigned long long"
43946         instead of "unsigned long" if __x86_64__ is defined.
43947         (user): Likewise.  Pad after pointer field if __ILP32__ is
43948         defined.
43950 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43952         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43953         versions 5 to 9.
43954         * configure: Regenerated.
43955         * manual/install.texi (texinfo): Increase version requirement to
43956         4.5 or later.
43957         * INSTALL: Regenerated.
43959         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43961 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43963         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43965         * sysdeps/x86_64/x32/ffs.c: New file.
43967         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43968         __syscall_ulong_t.
43969         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43970         defined.  Use __syscall_ulong_t.
43971         (shminfo): Use __syscall_ulong_t.
43972         (shm_info): Likewise.
43974         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43975         __syscall_ulong_t.
43977         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43978         <bits/wordsize.h>.
43979         (msgqnum_t): Use __syscall_ulong_t.
43980         (msglen_t): Likewise.
43981         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43982         __syscall_ulong_t.
43984         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43985         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43987         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43989         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43990         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43992         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43993         __syscall_slong_t.
43995         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43996         include <bits/wordsize.h>.  Check __x86_64__ instead of
43997         __WORDSIZE.
43999         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44000         "unsigned long long int" if __x86_64__ is defined.
44001         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44003         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44004         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44005         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44007         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44008         <stdint.h>.
44009         (GET_PC): Cast to uintptr_t first.
44010         (GET_FRAME): Likewise.
44011         (GET_STACK): Likewise.
44013         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44014         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44015         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44016         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44017         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44018         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44019         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44020         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44021         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44022         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44023         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44024         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44025         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44026         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44027         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44028         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44029         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44030         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44031         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44032         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44033         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44034         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44035         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44036         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44037         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44038         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44039         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44040         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44041         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44043 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44045         * Makerules (+depfiles): Also collect depfiles from .oS in
44046         $(extra-objs).
44047         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44048         .oS, $(libnldbl-routines)).
44050         * Makerules (native-compile-mkdep-flags): Define.
44051         * sunrpc/Makefile (extra-objs): Add $(addprefix
44052         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44053         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44054         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44055         calling $(make-target-directory).
44057 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44059         * bits/types.h (__snseconds_t): Removed.
44060         * time/time.h (struct timespec): Replace __snseconds_t with
44061         __syscall_slong_t.
44062         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44063         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44064         Likewise.
44065         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44066         (__SNSECONDS_T_TYPE): Likewise.
44067         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44068         (__SNSECONDS_T_TYPE): Likewise.
44069         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44070         (__SNSECONDS_T_TYPE): Likewise.
44072 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44074         * sysdeps/mach/hurd/bits/typesizes.h
44075         (__SYSCALL_SLONG_TYPE): New macro.
44076         (__SYSCALL_ULONG_TYPE): Likewise.
44078 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44080         * bits/types.h (__syscall_slong_t): New type.
44081         (__syscall_ulong_t): Likewise.
44083         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44084         (__SYSCALL_ULONG_TYPE): Likewise.
44085         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44086         (__SYSCALL_SLONG_TYPE): Likewise.
44087         (__SYSCALL_ULONG_TYPE): Likewise.
44088         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44089         (__SYSCALL_SLONG_TYPE): Likewise.
44090         (__SYSCALL_ULONG_TYPE): Likewise.
44091         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44092         (__SYSCALL_SLONG_TYPE): Likewise.
44093         (__SYSCALL_ULONG_TYPE): Likewise.
44095 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44097         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44098         Add sigaltstack-offsets.sym.
44099         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44100         <sigaltstack-offsets.h>.
44101         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44102         longjmp_msg pointer.
44103         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44104         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44105         signal stack.
44106         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44108 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44110         * elf/stackguard-macros.h: Remove file.
44111         * sysdeps/generic/stackguard-macros.h: New file.
44112         * sysdeps/i386/stackguard-macros.h: Likewise.
44113         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44114         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44115         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44116         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44117         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44118         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44119         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44120         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44121         <elf/stackguard-macros.h>.
44123         [BZ #14109]
44124         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44125         __aligned__ in attribute.
44126         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44127         (gregset_t): Likewise.
44129 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44131         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44132         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44133         * sysdeps/x86_64/x32/Implies-after: New file.
44135 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44137         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44138         and access return value for _dl_profile_fixup.  Use R10_LP to
44139         load frame size.
44141 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44143         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44145 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44147         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44148         * sysdeps/x86_64/x32/sysdep.h: New file.
44150 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44152         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44153         * sysdeps/x86_64/setjmp.S: Likewise.
44155 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44157         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44158         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44159         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44160         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44161         remove unused global constant.
44163 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44165         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44166         include of <not-cancel.h>.
44168 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44170         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44172 2012-05-15  Jeff Law  <law@redhat.com>
44173             Andreas Jaeger  <aj@suse.de>
44175         [BZ #13594]
44176         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44177         out from...
44178         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44179         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44180         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44181         code changing __hst_map_handle.map.
44183 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44185         * configure.in (sysnames): Look for Implies-before and Implies-after
44186         files.
44187         * configure: Regenerated.
44189 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44191         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44192         8-byte data alignment with LP_SIZE alignment.
44194 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44196         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44197         into R10_LP.
44199 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44201         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44203 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44205         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44206         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44207         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44208         Likewise.
44209         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44211 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44213         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44214         (stackinfo_sub_sp): Likewise.
44216 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44218         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44219         RAX_LP.
44221 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44223         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44224         into R*_LP.
44226 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44228         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44229         sizes into R*_LP.
44231 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44233         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44235 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44237         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44238         into R11_LP and load __x86_64_shared_cache_size_half into
44239         R8_LP.
44241 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44243         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44244         R8_LP.
44246 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44248         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44249         logb for POWER7.
44250         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44251         logbf for POWER7.
44252         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44253         logbl for POWER7.
44254         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44255         powerpc32/power7/fpu/s_logb.c via #include.
44256         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44257         powerpc32/power7/fpu/s_logbf.c via #include.
44258         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44259         powerpc32/power7/fpu/s_logbl.c via #include.
44261 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44263         * README.libm: Remove file.
44265 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44267         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44268         count for x32.  Use R*_LP and omit operand-size suffix.
44270 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44272         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44273         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44274         * sysdeps/x86_64/x32/shlib-versions: New file.
44276 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44278         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44279         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44280         Use _dl_fatal_printf instead.
44282 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44284         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44285         set if not set by the user.  Do not allow for being unset.
44286         * sysdeps/unix/sysv/linux/configure: Regenerated.
44288 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44290         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44291         the `q' suffix from lea and replace .quad with ASM_ADDR.
44293 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44295         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44296         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44297         instead of $17.
44298         (PTR_DEMANGLE): Likewise.
44300 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44302         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44303         (LP_OP): Likewise.
44304         (ASM_ADDR): Likewise.
44305         (RAX_LP): Likewise.
44306         (RBP_LP): Likewise.
44307         (RBX_LP): Likewise.
44308         (RCX_LP): Likewise.
44309         (RDI_LP): Likewise.
44310         (RSI_LP): Likewise.
44311         (RSP_LP): Likewise.
44312         (R8_LP): Likewise.
44313         (R9_LP): Likewise.
44314         (R10_LP): Likewise.
44315         (R10_LP): Likewise.
44316         (R11_LP): Likewise.
44317         (R12_LP): Likewise.
44318         (R13_LP): Likewise.
44319         (R14_LP): Likewise.
44320         (R15_LP): Likewise.
44322 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44324         * sysdeps/x86_64/x32/dl-machine.h: New file.
44326 2012-05-14  Andreas Jaeger  <aj@suse.de>
44328         * manual/Makefile (subdir): Remove export of subdir.
44329         (all): Remove target.
44330         (.PHONY): Remove all from list.
44331         (mkinstalldirs): Remove.
44332         (.PHONY): Remove installdirs from list.
44333         ($(inst_infodir)/libc.info): Use make-target-directory.
44334         (installdirs): Remove.
44335         (subdir_%): Remove.
44336         (glibc-targets): Remove.
44337         (lib): Remove.
44338         (stubs): Remove.
44339         ($(objpfx)stubs ../po/manual.pot): Remove.
44340         ($(objpfx)stamp%): Remove.
44341         (make-target-directory): Remove.
44342         (subdir_install): Remove.
44343         (routines): Remove.
44344         (aux): Remove.
44345         (sources): Remove.
44346         (objects): Remove.
44347         (headers): Remove.
44349         [BZ #13750]
44350         * manual/.gitignore: Remove, it's not needed anymore.
44351         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44352         all files in it.
44353         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44354         directory.
44355         (texis): Renamed to $(objpfx)texis.
44356         (texis-path): New, contains path to generated files.
44357         (chapters.%): Use texis-path for complete path, add extra argument
44358         libc-texinfo.sh.
44359         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44360         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44361         (summary,texi, stamp-summary): Use complete path of
44362         files. Generate files in build dir.
44363         (dir-add.texi): Build in build dir.
44364         (libm-err.texi,stamp-libm-err): Likewise.
44365         (version.texi, stamp-version): Likewise.
44366         (.%c.texi): Likewise.
44367         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44368         (mostlyclean): Remove target.
44369         (realclean): Remove target.
44370         (generated): Add new variable with contents from mostlyclean and
44371         realclean, remove entries duplicated in common-mostlyclean, add
44372         stamp-libm-err and stamp-version.
44373         (generated-dirs): Add libc directory.
44374         ($(inst_infodir)/libc.info): Install files from build dir.
44376         * manual/install.texi (Configuring and compiling): Adjust since
44377         the info files are not part of the tar ball anymore.
44379 2012-05-14  Andreas Jaeger  <aj@suse.de>
44381         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44382         variable.
44384 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44386         [BZ #13717]
44387         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44388         to 2.2.0 where earlier.
44389         * sysdeps/unix/sysv/linux/configure: Regenerated.
44390         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44391         Remove conditional code.
44392         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44393         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44394         Remove conditional code.
44395         [!__NR_lchown]: Likewise.
44396         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44397         [__NR_lchown]: Likewise.
44398         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44399         comment referencing __ASSUME_LCHOWN_SYSCALL.
44400         * sysdeps/unix/sysv/linux/i386/sigaction.c
44401         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44402         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44403         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44404         Remove conditional code.
44405         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44406         (__protocol_available): Remove #if 0 code.
44407         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44408         conditional code.
44409         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44410         * sysdeps/unix/sysv/linux/kernel-features.h
44411         (__ASSUME_GETCWD_SYSCALL): Don't define.
44412         (__ASSUME_REALTIME_SIGNALS): Likewise.
44413         (__ASSUME_PREAD_SYSCALL): Likewise.
44414         (__ASSUME_PWRITE_SYSCALL): Likewise.
44415         (__ASSUME_POLL_SYSCALL): Likewise.
44416         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44417         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44418         non-SPARC.
44419         (__ASSUME_SIOCGIFNAME): Don't define.
44420         (__ASSUME_MSG_NOSIGNAL): Likewise.
44421         (__ASSUME_SENDFILE): Define unconditionally.
44422         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44423         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44424         conditional code.
44425         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44426         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44427         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44428         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44429         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44430         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44431         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44433         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44434         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44436         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44437         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44439         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44440         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44442         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44443         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44445         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44446         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44448         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44449         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44451         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44452         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44454         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44455         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44456         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44457         Remove conditional code.
44458         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44459         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44460         Remove conditional code.
44461         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44462         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44463         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44464         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44465         Remove conditional code.
44466         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44467         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44468         Remove conditional code.
44469         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44470         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44471         Remove conditional code.
44472         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44473         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44474         Remove conditional code.
44475         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44476         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44477         Remove conditional code.
44478         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44479         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44480         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44481         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44482         * sysdeps/unix/sysv/linux/sigaction.c
44483         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44484         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44485         * sysdeps/unix/sysv/linux/sigpending.c
44486         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44487         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44488         * sysdeps/unix/sysv/linux/sigprocmask.c
44489         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44490         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44491         * sysdeps/unix/sysv/linux/sigsuspend.c
44492         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44493         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44494         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44495         (__libc_missing_rt_sigs): Remove.
44496         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44497         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44498         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44499         Remove conditional code.
44500         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44501         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44502         return 1.
44503         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44504         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44505         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44506         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44508 2012-05-14  Andreas Jaeger  <aj@suse.de>
44510         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44511         it's not used in glibc.
44512         (__coshm1): Likewise.
44513         (__acosh1p): Likewise.
44514         (__sgn): Likewise.
44516         * manual/string.texi (Copying and Concatenation): Add missing
44517         variable in concat example.
44518         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44520 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44522         [BZ #14103]
44523         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44524         __builtin_clzl with __builtin_clzll.
44526 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44528         [BZ #14104]
44529         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44530         libc_freeres_ptr.
44532 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44534         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44535         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44536         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44537         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44539 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44541         * NEWS: Update ia64 info.
44543 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44545         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44546         used as bcopy.
44548 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44550         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44551         * sysdeps/unix/syscalls.list (dup3): Likewise.
44552         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44553         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44555 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44557         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44558         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44560 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44562         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44563         thread pointer.
44564         (TLS_IE): Use mov/add instead of movq/addq to load thread
44565         pointer.
44566         (TLS_GD_PREFIX): New.
44567         (TLS_GD): Use it.
44569 2012-05-11  David S. Miller  <davem@davemloft.net>
44571         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44572         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44573         (_FPU_SETCW): Likewise.
44575 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44577         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44578         is 32-byte aligned.
44580 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44582         [BZ #11837]
44583         * iconvdata/gb18030.c: Update tables.
44584         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44585         characters specially.
44586         (BODY for TO_LOOP): Add encoding of missing ranges.
44588 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44590         [BZ #13673]
44591         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44592         * sysdeps/mach/hurd/dup3.c: Likewise.
44593         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44594         * sysdeps/powerpc/memmove.c:: Likewise.
44596 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44598         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44599         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44601 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44603         * elf/elf.h (R_X86_64_RELATIVE64): New.
44604         (R_X86_64_NUM): Updated.
44605         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44606         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44607         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44608         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44609         tst-quad1pie tst-quad2pie
44610         (modules-names): Add tst-quadmod1 tst-quadmod2.
44611         ($(objpfx)tst-quad1): New dependency.
44612         ($(objpfx)tst-quad2): Likewise.
44613         ($(objpfx)tst-quad1pie): Likewise.
44614         ($(objpfx)tst-quad2pie): Likewise.
44615         * sysdeps/x86_64/tst-quad1.c: New file.
44616         * sysdeps/x86_64/tst-quad1pie.c: New file.
44617         * sysdeps/x86_64/tst-quad2.c: Likewise.
44618         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44619         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44620         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44621         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44622         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44624 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44626         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44627         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44628         * streams/stropts.h (t_scalar_t): Define type.
44630         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44631         (_PATH_PRESERVE): Set to "/var/lib".
44632         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44634         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44635         instead of int.
44637         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44638         if __dir_mkfile succeeded.
44640         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44641         checking for _hurd_dtablesize.  Unlock it right after having
44642         finished _hurd_dtable allocation.
44644 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44646         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44647         * sysdeps/mach/hurd/configure: Regenerated.
44648         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44649         special-casing to...
44650         * sysdeps/gnu/configure.in: ... this new file.
44651         * sysdeps/unix/sysv/linux/configure: Regenerated.
44652         * sysdeps/gnu/configure: New generated file.
44654         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44655         for Linux: use nsec instead of usec, as well as:
44656         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44657         members of type struct timespec.
44658         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44659         New macros.
44660         (struct stat64): Likewise.
44661         (_STATBUF_ST_NSEC): New macro.
44662         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44664         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44665         __strtoul_internal rather than strtoul.
44667 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44669         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44670         and reject them.
44672 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44674         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44675         which preserves existing values.
44676         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44678 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44680         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44681         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44682         greater than FD_SETSIZE.
44684 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44686         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44687         allocated, call __vm_protect to finish enabling the existing space, and
44688         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44689         allocate the remainder.
44691 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44693         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44694         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44696 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44698         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44699         sysdeps/mach/hurd/readlink.c.
44701         * posix/tst-sysconf.c (posix_options): Only use
44702         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44703         _POSIX_SYNCHRONIZED_IO when they are defined
44704         * sysdeps/mach/hurd/bits/posix_opt.h:
44705         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44706         (_XOPEN_REALTIME): Undefine macro.
44707         (_XOPEN_REALTIME_THREADS): Undefine macro.
44708         (_XOPEN_SHM): Undefine macro.
44709         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44710         macro to -1.
44711         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44712         macro to -1.
44713         (_POSIX_ASYNC_IO): Undefine macro.
44714         (_POSIX_PRIORITIZED_IO): Undefine macro.
44715         (_POSIX_SPIN_LOCKS): Define macro to -1.
44717         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44718         SA_NODEFER, SA_RESETHAND.
44719         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44720         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44721         F_DUPFD_CLOEXEC.
44723 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44725         * elf/Makefile (pldd-modules): Define unconditionally.
44727 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44729         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44731 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44733         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44734         Return ENOENT when name is empty.
44735         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44737 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44739         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44741         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44743 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44745         Fix mlock in all cases except non-readable pages.
44746         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44747         instead of VM_PROT_ALL as parameter to __vm_wire function.
44749         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44750         (__mkdir): When path is `/', just fail with EEXIST.
44751         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44753 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44755         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44756         <sys/uio.h> (for writev).
44757         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44758         and <sys/param.h> (for MIN).
44760 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44762         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44763         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44764         if interrupted.
44766 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44768         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44769         Depend on against $(link-rpcuserlibs).
44771 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44773         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44774         (__libc_stack_end): Do not use attribute_relro.
44775         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44776         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44777         to libthread-provided value.
44778         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44779         attribute_relro.
44781 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44783         [BZ #3748]
44784         * bits/libc-lock.h (__libc_once_get): New macro.
44785         * sysdeps/mach/bits/libc-lock.h: Likewise.
44786         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44787         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44788         instead of using implementation details.
44790         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44791         * libio/freopen.c: Likewise.
44792         * libio/freopen64.c: Likewise.
44793         * misc/syslog.c: Likewise.
44794         * nscd/connections.c: Likewise.
44795         * nscd/netgroupcache.c: Likewise.
44796         * sysdeps/posix/getcwd.c: Likewise.
44798 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44800         * math/w_ilogbf.c: Add #include <limits.h>.
44802 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44804         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44805         path instead of returning without unlocking.
44807         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44808         immediate-write ioctls.
44809         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44811 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44813         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44814         __builtin_frame_address instead of making assumptions about the
44815         location of the return address relative to DATA.  Force early load of
44816         the return address.
44817         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44818         __builtin_frame_address.
44820         dup3 for GNU Hurd.
44821         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44822         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44823         implement dup3 and do some further code clean-ups.
44824         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44825         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44827 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44829         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44831         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44832         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44833         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44834         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44835         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44836         d->port.lock.
44838         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44839         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44840         when handler == SIG_ERR, not when handler != SIG_ERR.
44842 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44844         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44845         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44846         definitions.
44848         accept4 for GNU Hurd.
44849         * include/sys/socket.h (__libc_accept4): New prototype.
44850         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44851         to implement __libc_accept4.
44852         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44853         __libc_accept4.
44854         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44856         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44857         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44858         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44859         signal-defines.sym.
44861 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44863         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44865 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44867         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44868         assertion on O_CLOEXEC flag.
44869         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44870         * hurd/intern-fd.c: Likewise.
44871         * hurd/port2fd.c: Likewise.
44873 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44875         [BZ #3906]
44876         * bits/in.h (IPV6_PKTINFO): Define new macro.
44877         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44879 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44881         [BZ #13954]
44882         [BZ #13955]
44883         [BZ #13956]
44884         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44885         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44886         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44887         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44888         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44889         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44890         * math/libm-test.inc (logb_test) : Additional logb tests.
44892 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44893             Andreas Jaeger  <aj@suse.de>
44895         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44896         * configure: Regenerated.
44897         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44898         * config.make.in (link-obsolete-rpc): New substituted variable.
44899         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44900         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44901         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44902         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44903         so that libc.a contains the symbols.
44904         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44905         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44906         * sunrpc/auth_none.c: Likewise.
44907         * sunrpc/auth_unix.c: Likewise.
44908         * sunrpc/authdes_prot.c: Likewise.
44909         * sunrpc/authuxprot.c: Likewise.
44910         * sunrpc/clnt_gen.c: Likewise.
44911         * sunrpc/clnt_perr.c: Likewise.
44912         * sunrpc/clnt_raw.c: Likewise.
44913         * sunrpc/clnt_simp.c: Likewise.
44914         * sunrpc/clnt_tcp.c: Likewise.
44915         * sunrpc/clnt_udp.c: Likewise.
44916         * sunrpc/clnt_unix.c: Likewise.
44917         * sunrpc/des_crypt.c: Likewise.
44918         * sunrpc/des_soft.c: Likewise.
44919         * sunrpc/get_myaddr.c: Likewise.
44920         * sunrpc/key_call.c: Likewise.
44921         * sunrpc/key_prot.c: Likewise.
44922         * sunrpc/netname.c: Likewise.
44923         * sunrpc/pm_getmaps.c: Likewise.
44924         * sunrpc/pm_getport.c: Likewise.
44925         * sunrpc/pmap_clnt.c: Likewise.
44926         * sunrpc/pmap_prot.c: Likewise.
44927         * sunrpc/pmap_prot2.c: Likewise.
44928         * sunrpc/pmap_rmt.c: Likewise.
44929         * sunrpc/publickey.c: Likewise.
44930         * sunrpc/rpc_cmsg.c: Likewise.
44931         * sunrpc/rpc_common.c: Likewise.
44932         * sunrpc/rpc_dtable.c: Likewise.
44933         * sunrpc/rpc_prot.c: Likewise.
44934         * sunrpc/rpc_thread.c: Likewise.
44935         * sunrpc/rtime.c: Likewise.
44936         * sunrpc/svc.c: Likewise.
44937         * sunrpc/svc_auth.c: Likewise.
44938         * sunrpc/svc_raw.c: Likewise.
44939         * sunrpc/svc_run.c: Likewise.
44940         * sunrpc/svc_tcp.c: Likewise.
44941         * sunrpc/svc_udp.c: Likewise.
44942         * sunrpc/svc_unix.c: Likewise.
44943         * sunrpc/svcauth_des.c: Likewise.
44944         * sunrpc/xcrypt.c: Likewise.
44945         * sunrpc/xdr.c: Likewise.
44946         * sunrpc/xdr_array.c: Likewise.
44947         * sunrpc/xdr_float.c: Likewise.
44948         * sunrpc/xdr_intXX_t.c: Likewise.
44949         * sunrpc/xdr_mem.c: Likewise.
44950         * sunrpc/xdr_rec.c: Likewise.
44951         * sunrpc/xdr_ref.c: Likewise.
44952         * sunrpc/xdr_sizeof.c: Likewise.
44953         * sunrpc/xdr_stdio.c: Likewise.
44955 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44957         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44958         change.  Update copyright years.
44960 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44962         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44964 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44965             Joseph Myers  <joseph@codesourcery.com>
44966             Paul Pluzhnikov  <ppluzhnikov@google.com>
44968         [BZ #14012]
44969         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44970         requiring rpcgen.
44971         [cross-compiling] (extra-libs): Likewise.
44972         [cross-compiling] (extra-libs-others): Likewise.
44973         [cross-compiling] (librpcsvc-routines): Likewise.
44974         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44975         [cross-compiling] (omit-deps): Likewise.
44976         (sunrpc-CPPFLAGS): New variable.
44977         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44978         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44979         (cross-rpcgen-objs): New variable.
44980         (extra-objs): Append $(cross-rpcgen-objs).
44981         ($(cross-rpcgen-objs)): New rule.
44982         ($(objpfx)cross-rpcgen): Likewise.
44983         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44984         comment.
44985         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44986         ($(objpfx)x%.stmp): Likewise.
44987         * sunrpc/proto.h [IS_IN_build] (_): Define.
44988         [IS_IN_build] (_libc_intl_domainname): Likewise.
44990 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44992         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44993         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44994         and R_X86_64_TPOFF64.
44996 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44998         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44999         sysdeps/unix/sysv/syscalls.list.
45000         (stime): Likewise.
45001         (utime): Likewise.
45002         * sysdeps/unix/sysv/syscalls.list: Remove file.
45004 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45006         [BZ #3440]
45007         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45008         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45009         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45010         (__LC_IDENTIFICATION): Make these macros useful in #if
45011         expressions, as required by C99.
45013 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45015         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45016         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45017         after this.
45019 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45021         * stdlib/longlong.h: Updated from GCC.
45023 2012-05-09  Andreas Jaeger  <aj@suse.de>
45025         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45026         default is first entry.
45027         (run_mode): Set type.
45028         (main): Remove informal message about syslog.
45029         (options): Fix typo.
45031         [BZ #14053]
45032         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45033         to asm.
45034         (lrint): Likewise.
45035         (llrintf): Likewise.
45036         (llrint): Likewise.
45037         (rint): Likewise.
45038         (rintf): Likewise.
45039         (nearbyint): Likewise.
45040         (nearbyintf): Likewise.
45042 2012-05-09  Andreas Jaeger  <aj@suse.de>
45043             Pedro Alves  <palves@redhat.com>
45045         * nscd/nscd.c (run_mode): Use enum.
45046         (main): Cleanup coding style issue.
45048 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45049             Andreas Jaeger  <aj@suse.de>
45051         * nscd/nscd.c (go_background): Replaced with...
45052         (run_mode): ... this.
45053         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45054         (options): Add -F --foreground.
45055         (main): Implement it.
45056         (parse_opt): Parse it.
45058 2012-05-09  Andreas Jaeger  <aj@suse.de>
45060         [BZ #14083]
45061         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45062         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45063         -Wconversion warning.
45064         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45065         Likewise.
45067 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45069         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45070         == 0.
45071         (LC_ALL): Use macro-int-constant.
45072         (LC_COLLATE): Likewise.
45073         (LC_CTYPE): Likewise.
45074         (LC_MESSAGES): Likewise.
45075         (LC_MONETARY): Likewise.
45076         (LC_NUMERIC): Likewise.
45077         (LC_TIME): Likewise.
45078         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45079         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45080         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45081         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45082         Specify type.
45083         [C99-based standards] (float_t): Expect type.
45084         [C99-based standards] (double_t): Expect type.
45085         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45086         type.
45087         [C99-based standards] (HUGE_VALL): Likewise.
45088         [C99-based standards] (INFINITY): Likewise.
45089         [C99-based standards] (NAN): Likewise.
45090         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45091         [C99-based standards] (FP_NAN): Likewise.
45092         [C99-based standards] (FP_NORMAL): Likewise.
45093         [C99-based standards] (FP_SUBNORMAL): Likewise.
45094         [C99-based standards] (FP_ZERO): Likewise.
45095         [C99-based standards] (FP_FAST_FMA): Use
45096         optional-macro-int-constant.  Specify type.  Require == 1.
45097         [C99-based standards] (FP_FAST_FMAF): Likewise.
45098         [C99-based standards] (FP_FAST_FMAL): Likewise.
45099         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45100         [C99-based standards] (FP_ILOGBNAN): Likewise.
45101         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45102         Specify type.
45103         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45104         [C99-based standards] (math_errhandling): Specify type.
45105         [ISO99 || ISO11] (signgam): Do not allow.
45106         [non-C99-based standards] (copysignf): Do not allow.
45107         [non-C99-based standards] (exp2f): Likewise.
45108         [non-C99-based standards] (log2f): Likewise.
45109         [non-C99-based standards] (modff): Allow.
45110         [non-C99-based standards] (erff): Do not allow.
45111         [non-C99-based standards] (erfcf): Likewise.
45112         [non-C99-based standards] (gammaf): Likewise.
45113         [non-C99-based standards] (hypotf): Likewise.
45114         [non-C99-based standards] (j0f): Likewise.
45115         [non-C99-based standards] (j1f): Likewise.
45116         [non-C99-based standards] (jnf): Likewise.
45117         [non-C99-based standards] (lgammaf): Likewise.
45118         [non-C99-based standards] (tgammaf): Likewise.
45119         [non-C99-based standards] (y0f): Likewise.
45120         [non-C99-based standards] (y1f): Likewise.
45121         [non-C99-based standards] (ynf): Likewise.
45122         [non-C99-based standards] (isnanf): Likewise.
45123         [non-C99-based standards] (acoshf): Likewise.
45124         [non-C99-based standards] (asinhf): Likewise.
45125         [non-C99-based standards] (atanhf): Likewise.
45126         [non-C99-based standards] (cbrtf): Likewise.
45127         [non-C99-based standards] (expm1f): Likewise.
45128         [non-C99-based standards] (ilogbf): Likewise.
45129         [non-C99-based standards] (log1pf): Likewise.
45130         [non-C99-based standards] (logbf): Likewise.
45131         [non-C99-based standards] (nextafterf): Likewise.
45132         [non-C99-based standards] (remainderf): Likewise.
45133         [non-C99-based standards] (rintf): Likewise.
45134         [non-C99-based standards] (scalbf): Likewise.
45135         [non-C99-based standards] (copysignl): Likewise.
45136         [non-C99-based standards] (exp2l): Likewise.
45137         [non-C99-based standards] (log2l): Likewise.
45138         [non-C99-based standards] (modfl): Allow.
45139         [non-C99-based standards] (erfl): Do not allow.
45140         [non-C99-based standards] (erfcl): Likewise.
45141         [non-C99-based standards] (gammal): Likewise.
45142         [non-C99-based standards] (hypotl): Likewise.
45143         [non-C99-based standards] (j0l): Likewise.
45144         [non-C99-based standards] (j1l): Likewise.
45145         [non-C99-based standards] (jnl): Likewise.
45146         [non-C99-based standards] (lgammal): Likewise.
45147         [non-C99-based standards] (tgammal): Likewise.
45148         [non-C99-based standards] (y0l): Likewise.
45149         [non-C99-based standards] (y1l): Likewise.
45150         [non-C99-based standards] (ynl): Likewise.
45151         [non-C99-based standards] (isnanl): Likewise.
45152         [non-C99-based standards] (acoshl): Likewise.
45153         [non-C99-based standards] (asinhl): Likewise.
45154         [non-C99-based standards] (atanhl): Likewise.
45155         [non-C99-based standards] (cbrtl): Likewise.
45156         [non-C99-based standards] (expm1l): Likewise.
45157         [non-C99-based standards] (ilogbl): Likewise.
45158         [non-C99-based standards] (log1pl): Likewise.
45159         [non-C99-based standards] (logbl): Likewise.
45160         [non-C99-based standards] (nextafterl): Likewise.
45161         [non-C99-based standards] (remainderl): Likewise.
45162         [non-C99-based standards] (rintl): Likewise.
45163         [non-C99-based standards] (scalbl): Likewise.
45164         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45165         [non-C99-based standards] (FP_*): Do not allow.
45166         [C99-based standards] (FP_*): Change to
45167         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45168         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45169         allow.
45170         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45171         (SIG_ERR): Likewise.
45172         [X/Open-based standards] (SIG_HOLD): Likewise.
45173         (SIG_IGN): Likewise.
45174         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45175         positive value.
45176         (SIGFPE): Likewise.
45177         (SIGILL): Likewise.
45178         (SIGINT): Likewise.
45179         (SIGSEGV): Likewise.
45180         (SIGTER): Likewise.
45181         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45182         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45183         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45184         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45185         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45186         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45187         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45188         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45189         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45190         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45191         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45192         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45193         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45194         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45195         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45196         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45197         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45198         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45199         [X/Open-based standards] (SIGTRAP): Likewise.
45200         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45201         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45202         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45203         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45204         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45205         allow.
45207 2012-05-08  Ian Wienand  <ianw@vmware.com>
45209         [BZ #14080]
45210         * time/tzset.c (__tzset_parse_tz): Update default rules for
45211         daylight time changes in the Energy Policy Act of 2005.
45213 2012-05-09  Andreas Jaeger  <aj@suse.de>
45215         [BZ #13983]
45216         * elf/ldconfig.c (parse_conf): Change string to make clear that
45217         ldconfig only issued a warning if ld.so.conf does not exist.
45219 2012-05-08  David S. Miller  <davem@davemloft.net>
45221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45222         movxtod instead of popping the value on the stack.
45224         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45226 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45228         * config.h.in: Add HAVE_ARM_PCS_VFP.
45230 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45232         [BZ #13979]
45233         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45234         checking but the checks are disabled for any reason.
45236 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45238         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45239         and ELF64_R_TYPE with ELFW(R_TYPE).
45241 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45243         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45244         (ulimit): Likewise.
45246         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45247         (settimeofday): Likewise.
45249 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45251         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45252         a struct th_u2 inside the union, and move tu_block/tu_code into
45253         a new th_u3 union of tu_block/tu_code inside of that.  Move
45254         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45255         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45256         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45257         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45258         (th_stuff): Change to th_u1.tu_stuff.
45259         (th_data): Define.
45260         (th_msg): Change to th_u1.th_u2.tu_data.
45262 2012-05-07  David S. Miller  <davem@davemloft.net>
45264         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45266         [BZ #14074]
45267         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45268         (SETUP_PIC_REG): Use it.
45269         (SETUP_PIC_REG_LEAF): Use it.
45271 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45273         [BZ #13885]
45274         [BZ #13923]
45275         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45276         USE_AS_EXPM1L.
45277         (EXPL_FINITE): Likewise.
45278         (FLDLOG): Likewise.
45279         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45280         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45281         e_expl.S.
45282         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45283         USE_AS_EXPM1L.
45284         (EXPL_FINITE): Likewise.
45285         (FLDLOG): Likewise.
45286         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45287         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45288         e_expl.S.
45289         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45290         test of -max_value argument for long double.
45291         * sysdeps/i386/fpu/libm-test-ulps: Update.
45292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45294 2012-05-06  David S. Miller  <davem@davemloft.net>
45296         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45297         quad soft-float symbols whose references which are compiler
45298         generated.
45299         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45301 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45303         [BZ #13884]
45304         [BZ #13914]
45305         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45306         USE_AS_EXP10L.
45307         (EXPL_FINITE): Likewise.
45308         (FLDLOG): Likewise.
45309         (c0): Likewise.
45310         (c1): Likewise.
45311         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45312         Adjust comments for base varying.
45313         (__expl_finite): Change alias to EXPL_FINITE.
45314         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45315         e_expl.S.
45316         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45317         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45318         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45319         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45320         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45321         USE_AS_EXP10L.
45322         (EXPL_FINITE): Likewise.
45323         (FLDLOG): Likewise.
45324         (c0): Likewise.
45325         (c1): Likewise.
45326         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45327         Adjust comments for base varying.
45328         (__expl_finite): Change alias to EXPL_FINITE.
45329         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45330         tests for bugs.
45331         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45333         [BZ #14064]
45334         * math/libm-test.inc (check_float_internal): Correct ulp
45335         calculation for subnormal expected results.
45337 2012-05-06  Andreas Jaeger  <aj@suse.de>
45339         * Makeconfig (+math-flags): New, set to -frounding-math.
45340         (+cflags): Add +math-flags so that all of glibc gets compiled with
45341         it.
45343         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45345 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45347         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45348         Disable one test.
45350         [BZ #13787]
45351         [BZ #13922]
45352         [BZ #14036]
45353         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45354         (__ieee754_expl): Allow for and saturate large arguments.
45355         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45356         (u_threshold): Likewise.
45357         (__exp): Call __ieee754_exp before checking for overflow and
45358         underflow.
45359         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45360         (u_threshold): Likewise.
45361         (__expf): Call __ieee754_expf before checking for overflow and
45362         underflow.
45363         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45364         (u_threshold): Likewise.
45365         (__expl): Call __ieee754_expl before checking for overflow and
45366         underflow.
45367         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45368         (__ieee754_expl): Allow for and saturate large arguments.
45369         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45370         missing overflow exception on overflow.
45371         (expm1_test): Do not allow missing overflow exception on overflow.
45373         * sysdeps/i386/fpu/e_expl.c: Move to ...
45374         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45375         rather than using inline asm.
45376         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45377         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45378         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45380         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45381         (nice): Likewise.
45382         (poll): Likewise.
45383         (signal): Likewise.
45384         (time): Likewise.
45385         (times): Likewise.
45387 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45389         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45390         sysdeps/unix/common/syscalls.list.
45391         (fchmod): Likewise.
45392         (fchown): Likewise.
45393         (ftruncate): Likewise.
45394         (getrusage): Likewise.
45395         (gettimeofday): Likewise.
45396         (setpgid): Likewise.
45397         (setregid): Likewise.
45398         (setreuid): Likewise.
45399         (sigaction): Likewise.
45400         (truncate): Likewise.
45401         (vhangup): Likewise.
45402         * sysdeps/unix/common/syscalls.list: Remove file.
45403         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45404         * sysdeps/unix/sysv/linux/Implies: Likewise.
45406 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45408         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45409         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45410         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45411         Moved to ...
45412         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45413         Here.
45414         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45415         to ...
45416         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45417         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45418         to ...
45419         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45420         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45421         to ...
45422         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45423         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45424         to ...
45425         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45426         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45427         to ...
45428         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45429         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45430         to ...
45431         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45432         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45433         to ...
45434         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45435         Here.
45436         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45437         to ...
45438         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45439         Here.
45440         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45441         to ...
45442         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45443         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45444         Moved to ...
45445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45446         Here.
45447         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45448         to ...
45449         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45451 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45453         * sysdeps/unix/common/bits/dirent.h: Remove file.
45454         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45456         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45457         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45458         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45459         * sysdeps/unix/bsd/isatty.c: Likewise.
45460         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45461         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45462         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45464 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45466         [BZ #13563]
45467         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45468         long double comparison inaccuracies.
45469         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45470         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45472 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45474         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45475         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45477 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45479         [BZ #14049]
45480         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45481         nonzero digits before rounding a hex value.
45482         * stdlib/tst-strtod.c (tests): Add another test.
45484 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45486         * sysdeps/s390/fpu/libm-test-ulps: Update.
45488 2012-05-03  Andreas Jaeger  <aj@suse.de>
45490         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45491         does not get optimized out.
45492         (malloc_opt_barrier): New.
45494 2012-05-03  Andreas Jaeger  <aj@suse.de>
45495             Roland McGrath  <roland@hack.frob.com>
45497         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45498         intermediate file deletion.
45499         (generated): Add .symlist files.
45501 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45503         [BZ #13775]
45504         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45505         Redirect under this condition.
45506         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45507         [__USE_GNU] (__dprintf_chk): Not under this condition.
45508         [__USE_GNU] (__vdprintf_chk): Likewise.
45509         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45510         under this condition.
45511         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45512         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45513         [__USE_XOPEN2K8] (vdprintf): Likewise.
45514         [__USE_GNU] (__dprintf_chk): Not under this condition.
45515         [__USE_GNU] (__vdprintf_chk): Likewise.
45516         [__USE_GNU] (dprintf): Likewise.
45517         [__USE_GNU] (vdprintf): Likewise.
45519 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45521         * elf/Makefile (common-generated): Set this instead of generated for
45522         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45523         $(all-built-dso)-derived lists.
45525 2012-05-03  Andreas Jaeger  <aj@suse.de>
45527         * sysdeps/i386/fpu/libm-test-ulps: Update.
45529         * FAQ: Removed.
45530         * FAQ.in: Likewise.
45531         * scripts/gen-FAQ.pl: Likewise.
45532         * manual/install.texi (Installation): Point to online location of
45533         FAQ.
45534         * Makefile (files-for-dist): Remove FAQ.
45535         (FAQ): Remove.
45537 2012-05-02  Allan McRae  <allan@archlinux.org>
45539         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45540         (LDFLAGS-reldepmod5.so): Likewise.
45541         (LDFLAGS-reldep6mod1.so): Likewise.
45542         (LDFLAGS-reldep6mod4.so): Likewise.
45543         (LDFLAGS-reldep8mod3.so): Likewise.
45544         (LDFLAGS-unload4mod1.so): Likewise.
45545         (LDFLAGS-unload4mod2.so): Likewise.
45546         (LDFLAGS-tst-initorder): Likewise.
45547         (LDFLAGS-tst-initordera2.so): Likewise.
45548         (LDFLAGS-tst-initordera3.so): Likewise.
45549         (LDFLAGS-tst-initordera4.so): Likewise.
45550         (LDFLAGS-tst-initorderb2.so): Likewise.
45551         (LDFLAGS-noload): Likewise.
45552         (LDFLAGS-next): Likewise.
45553         (LDFLAGS-order2mod1.so): Likewise.
45554         (LDFLAGS-order2mod2.so): Likewise.
45555         (LDFLAGS-tst-initorder2): Likewise.
45556         (LDFLAGS-tst-initorder2a.so): Likewise.
45557         (LDFLAGS-tst-initorder2b.so): Likewise.
45558         (LDFLAGS-tst-initorder2c.so): Likewise.
45559         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45561 2012-05-02  David S. Miller  <davem@davemloft.net>
45563         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45565 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45567         [BZ #14055]
45568         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45570 2012-05-02  Andreas Jaeger  <aj@suse.de>
45572         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45573         since we manipulate rounding mode.
45574         (CPPFLAGS-test-idouble.c): Likewise.
45575         (CPPFLAGS-test-ifloat.c): Likewise.
45576         (CFLAGS-test-ldouble.c): Likewise.
45577         (CFLAGS-test-double.c): Likewise.
45578         (CFLAGS-test-float.c): Likewise.
45579         (CFLAGS-test-misc.c): Likewise.
45580         (CFLAGS-test-test-fenv.c): Likewise.
45582 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45584         [BZ #2550]
45585         [BZ #2570]
45586         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45587         comparisons to determine direction to adjust input.
45589 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45591         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45592         output to the target.
45594         * scripts/localplt.awk: New file.
45595         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45596         (check-localplt-CFLAGS): Variable removed.
45597         ($(all-built-dso:=.jmprel)): New static pattern rule.
45598         (generated): Add those targets.
45599         (localplt-built-dso): New variable.
45600         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45602         * elf/check-localplt.c: File removed.
45604         * scripts/check-execstack.awk: New file.
45605         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45606         (check-execstack-CFLAGS): Variable removed.
45607         ($(objpfx)check-execstack.h): Target removed.
45608         ($(objpfx)execstack-default): New target.
45609         (generated): Add that instead of check-execstack.h.
45610         ($(all-built-dso:=.phdr)): New static pattern rule.
45611         (generated): Add those targets.
45612         * elf/check-execstack.c: File removed.
45614         * scripts/check-textrel.awk: New file.
45615         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45616         (check-textrel-CFLAGS): Variable removed.
45617         (all-built-dso): Use := to define.o
45618         ($(all-built-dso:=.dyn)): New static pattern rule.
45619         (generated): Add those targets.
45620         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45621         * config.make.in (READELF): New substituted variable.
45622         * elf/check-textrel.c: File removed.
45624 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45626         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45627         allow.
45628         * conform/data/ctype.h-data [C99-based standards] (isblank):
45629         Expect function.
45630         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45631         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45632         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45633         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45634         Specify type.  Require positive value.
45635         (EILSEQ): Likewise.
45636         (ERANGE): Likewise.
45637         [ISO || POSIX] (EILSEQ): Do not expect.
45638         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45639         Specify type.  Require positive value.
45640         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45641         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45642         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45643         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45644         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45645         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45646         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45647         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45648         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45649         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45650         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45651         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45652         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45653         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45654         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45655         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45656         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45657         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45658         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45659         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45660         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45661         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45662         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45663         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45664         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45665         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45666         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45667         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45668         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45669         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45670         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45671         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45672         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45673         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45674         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45675         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45676         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45677         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45678         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45679         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45680         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45681         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45682         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45683         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45684         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45685         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45686         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45687         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45688         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45689         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45690         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45691         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45692         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45693         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45694         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45695         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45696         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45697         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45698         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45699         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45700         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45701         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45702         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45703         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45704         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45705         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45706         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45707         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45708         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45709         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45710         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45711         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45712         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45713         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45714         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45715         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45716         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45717         Require >= 2.
45718         (FLT_ROUNDS): Expect as macro, not constant.
45719         (FLT_MANT_DIG): Use macro-int-constant.
45720         (DBL_MANT_DIG): Likewise.
45721         (LDBL_MANT_DIG): Likewise.
45722         (FLT_DIG): Likewise.
45723         (DBL_DIG): Likewise.
45724         (LDBL_DIG): Likewise.
45725         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45726         (DBL_MIN_EXP): Likewise.
45727         (LDBL_MIN_EXP): Likewise.
45728         (FLT_MAX_EXP): Use macro-int-constant.
45729         (DBL_MAX_EXP): Likewise.
45730         (LDBL_MAX_EXP): Likewise.
45731         (FLT_MAX_10_EXP): Likewise.
45732         (DBL_MAX_10_EXP): Likewise.
45733         (LDBL_MAX_10_EXP): Likewise.
45734         (FLT_MAX): Use macro-constant.
45735         (DBL_MAX): Likewise.
45736         (LDBL_MAX): Likewise.
45737         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45738         (DBL_EPSILON): Likewise.
45739         (LDBL_EPSILON): Likewise.
45740         (FLT_MIN): Likewise.
45741         (DBL_MIN): Likewise.
45742         (LDBL_MIN): Likewise.
45743         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45744         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45745         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45746         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45747         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45748         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45749         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45750         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45751         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45752         [ISO11] (FLT_TRUE_MIN): Likewise.
45753         [ISO11] (LDBL_TRUE_MIN): Likewise.
45754         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45755         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45756         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45757         (SCHAR_MAX): Likewise.
45758         (UCHAR_MAX): Likewise.
45759         (CHAR_MIN): Likewise.
45760         (CHAR_MAX): Likewise.
45761         (MB_LEN_MAX): Use macro-int-constant.
45762         (SHRT_MIN): Use macro-int-constant.  Specify type.
45763         (SHRT_MAX): Likewise.
45764         (USHRT_MAX): Likewise.
45765         (INT_MAX): Likewise.
45766         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45767         bound negative.
45768         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45769         bound with "U".
45770         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45771         bound with "L".
45772         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45773         bound negative.  Suffix upper bound with "L".
45774         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45775         bound with "UL".
45776         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45777         Specify type.
45778         [C99-based standards] (LLONG_MAX): Likewise.
45779         [C99-based standards] (ULLONG_MAX): Likewise.
45780         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45781         == 0.
45782         [ISO11] (max_align_t): Require type.
45783         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45785         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45786         from $CFLAGS, without defining away __attribute__ calls.
45787         (checknamespace): Use $CFLAGS_namespace.
45789         * conform/conformtest.pl (@keywords): Only include C99 keywords
45790         for standards based on C99 or C11.
45792         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45793         Disable tests.
45794         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45795         UNIX98]: Likewise.
45797         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45798         usability of symbols in #if.
45800         * conform/conformtest.pl: If macro or constant types start
45801         "promoted:", expect the symbol to be of the following type
45802         promoted by the integer promotions.
45804         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45805         in one place.  Also handle "macro-constant".
45807         * conform/conformtest.pl: Only accept expected macro values with
45808         "==".  Parse all "macro" lines in one place.
45809         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45811         * conform/conformtest.pl: Handle braced types on "constant" lines
45812         instead of handling "typed-constant".
45813         * conform/data/signal.h-data: Use "constant" instead of
45814         "typed-constant".
45816         * conform/conformtest.pl: Handle "optional-" at start of lines in
45817         one place rather than duplicating several cases.  Handle each
45818         format of "macro" line with initial "optional-".
45820         * conform/conformtest.pl: Only accept expected constant or
45821         optional-constant values with "==".  Parse all "constant" lines in
45822         one place.  Parse all "optional-constant" lines in one place.
45823         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45824         * conform/data/fmtmsg.h-data: Likewise.
45825         * conform/data/netinet/in.h-data: Likewise.
45826         * conform/data/tar.h-data: Likewise.
45827         * conform/data/limits.h-data: Use "==" form on "constant" and
45828         "optional-constant" lines.
45830         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45831         Use -std=c99 for XOPEN2K.
45832         (@knownproblems): Remove.
45833         (newtoken): Don't check %isknown.
45835         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45836         Do not expect macro.
45837         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45838         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45839         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45840         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45841         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45842         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45843         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45844         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45845         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45846         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45847         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45848         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45849         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45850         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45851         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45852         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45853         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45854         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45855         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45856         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45857         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45858         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45859         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45860         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45861         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45862         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45863         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45864         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45865         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45866         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45867         [XPG3] (acosh): Likewise.
45868         [XPG3] (asinh): Likewise.
45869         [XPG3] (atanh): Likewise.
45870         [XPG3] (cbrt): Likewise.
45871         [XPG3] (expm1): Likewise.
45872         [XPG3] (ilogb): Likewise.
45873         [XPG3] (log1p): Likewise.
45874         [XPG3] (logb): Likewise.
45875         [XPG3] (nextafter): Likewise.
45876         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45877         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45878         [XPG3] (remainder): Likewise.
45879         [XPG3] (rint): Likewise.
45880         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45881         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45882         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45883         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45884         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45885         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45886         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45887         [UNIX98 || XOPEN2K] (scalb): Expect.
45888         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45889         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45890         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45891         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45892         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45893         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45894         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45895         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45896         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45897         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45898         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45899         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45900         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45901         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45902         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45903         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45904         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45905         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45906         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45907         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45908         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45909         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45910         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45911         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45912         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45913         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45914         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45915         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45916         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45917         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45918         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45919         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45920         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45921         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45922         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45923         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45924         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45925         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45926         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45927         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45928         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45929         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45930         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45931         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45932         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45933         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45934         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45935         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45936         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45937         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45938         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45939         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45940         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45941         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45942         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45943         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45944         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45945         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45946         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45947         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45948         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45949         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45950         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45951         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45952         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45953         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45954         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45955         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45956         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45957         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45958         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45959         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45960         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45961         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45962         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45963         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45964         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45965         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45966         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45967         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45968         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45969         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45970         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45971         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45972         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45973         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45974         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45975         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45976         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45977         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45978         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45979         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45980         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45981         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45982         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45983         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45984         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45985         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45986         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45987         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45988         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45989         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45990         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45991         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45992         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45993         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45994         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45995         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45996         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45997         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45998         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45999         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46000         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46001         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46002         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46003         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46004         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46005         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46006         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46007         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46008         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46009         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46010         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46011         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46012         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46013         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46014         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46015         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46016         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46017         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46018         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46019         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46020         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46021         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46022         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46023         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46024         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46026         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46027         _XOPEN_SOURCE_EXTENDED for XPG4.
46029         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46031         * Makeconfig (localtime): Remove variable.
46032         (inst_localtime-file): Likewise.
46034 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46037         Update.
46038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46039         Update.
46040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46041         Update.
46042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46043         Update.
46044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46045         Update.
46046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46047         Update.
46048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46049         Update.
46050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46051         Update.
46052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46053         Update.
46055 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46057         [BZ #2550]
46058         [BZ #2570]
46059         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46060         comparisons to determine direction to adjust input.
46061         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46062         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46063         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46064         Likewise.
46065         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46066         Likewise.
46067         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46068         Likewise.
46069         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46070         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46071         Likewise.
46072         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46073         Likewise.
46074         * math/libm-test.inc (nexttoward_test): Add more tests.
46076 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46078         [BZ #14040]
46079         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46080         in version GLIBC_2.1, not GLIBC_2.0.
46081         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46082         Likewise.
46084 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46086         [BZ #13942]
46087         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46088         (1 - x) * (1 + x).
46089         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46090         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46091         * math/libm-test.inc (acos_test): Add more tests.
46092         (asin_test): Likewise.
46093         * sysdeps/i386/fpu/libm-test-ulps: Update.
46094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46096         [BZ #14034]
46097         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46098         of square root.
46099         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46100         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46101         * math/libm-test.inc (acos_test_tonearest): New function.
46102         (acos_test_towardzero): Likewise.
46103         (acos_test_downward): Likewise.
46104         (acos_test_upward): Likewise.
46105         (asin_test_tonearest): Likewise.
46106         (asin_test_towardzero): Likewise.
46107         (asin_test_downward): Likewise.
46108         (asin_test_upward): Likewise.
46109         (main): Call the new functions.
46110         * sysdeps/i386/fpu/libm-test-ulps: Update.
46111         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46113         [BZ #13884]
46114         [BZ #13924]
46115         * math/e_exp10.c: Include <float.h>.
46116         (__ieee754_exp10): Handle underflow here rather than multiplying
46117         large negative argument by M_LN10.
46118         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46119         of __ieee754_expf.
46120         * math/e_exp10l.c: Include <float.h>.
46121         (__ieee754_exp10l): Handle underflow here rather than multiplying
46122         large negative argument by M_LN10l.
46123         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46124         spurious overflow exception on underflow.
46126 2012-04-29  Marek Polacek  <polacek@redhat.com>
46128         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46129         (__fortify_function): New macro.
46130         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46131         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46132         __extern_always_inline.
46133         * libio/bits/stdio2.h: Likewise.
46134         * libio/bits/stdio.h: Likewise.
46135         * string/string.h: Likewise.
46136         * string/bits/string3.h: Likewise.
46137         * include/stdio.h: Likewise.
46138         * stdlib/bits/stdlib.h: Likewise.
46139         * stdlib/stdlib.h: Likewise.
46140         * rt/bits/mqueue2.h: Likewise.
46141         * rt/mqueue.h: Likewise.
46142         * posix/bits/unistd.h: Likewise.
46143         * posix/unistd.h: Likewise.
46144         * io/bits/poll2.h: Likewise.
46145         * io/bits/fcntl2.h: Likewise.
46146         * io/fcntl.h: Likewise.
46147         * io/sys/poll.h: Likewise.
46148         * misc/bits/syslog.h: Likewise.
46149         * misc/bits/syslog-ldbl.h: Likewise.
46150         * misc/sys/syslog.h: Likewise.
46151         * socket/bits/socket2.h: Likewise.
46152         * socket/sys/socket.h: Likewise.
46153         * debug/tst-chk1.c: Likewise.
46154         * wcsmbs/bits/wchar2.h: Likewise.
46155         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46156         * wcsmbs/wchar.h: Likewise.
46158 2012-04-29  Andreas Jaeger  <aj@suse.de>
46160         * Makerules (tests): Remove enable-check-abi protection.
46161         (check-abi-warn): Remove.
46162         (check-abi-%): Remove check-abi-warn usage.
46164         * configure.in: Remove check-abi configure option.
46165         * configure: Regenerated.
46166         * config.make.in (enable-check-abi): Remove.
46168 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46170         [BZ #14033]
46171         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46172         double functions to double *_finite functions.
46174         [BZ #13941]
46175         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46176         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46177         LDBL_MIN_EXP.
46178         * stdio-common/Makefile (tests): Add tst-sprintf3.
46179         * stdio-common/tst-sprintf3.c: New file.
46181         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46182         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46184 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46186         * conform/conformtest.pl: Remove duplicate typed-constant
46187         handling.
46189 2012-04-28  David S. Miller  <davem@davemloft.net>
46191         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46192         (check-abi-%): Remove AWK script prerequisite and explicit
46193         abilist directory.
46194         (check-abi): Rewrite to just diff the symlist with the abilist.
46195         (config-tls, config-abi-config): Delete, no longer used.
46196         (update-abi-%): Remove AWK script and explicit abilist directory.
46197         (update-abi): Rewrite to simply compare and conditionally copy the
46198         symlist and the sysdep abilist file.  Remove update-abi-config
46199         checks.
46200         * abilist/ld.abilist: Remove.
46201         * abilist/libBrokenLocale.abilist: Remove.
46202         * abilist/libanl.abilist: Remove.
46203         * abilist/libcrypt.abilist: Remove.
46204         * abilist/libdl.abilist: Remove.
46205         * abilist/librt.abilist: Remove.
46206         * abilist/libthread_db.abilist: Remove.
46207         * abilist/libutil.abilist: Remove.
46208         * scripts/extract-abilist.awk: Remove.
46209         * scripts/merge-abilist.awk: Remove.
46210         * sysdeps/generic/libcidn.abilist: New file.
46211         * sysdeps/generic/libnss_compat.abilist: New file.
46212         * sysdeps/generic/libnss_db.abilist: New file.
46213         * sysdeps/generic/libnss_dns.abilist: New file.
46214         * sysdeps/generic/libnss_files.abilist: New file.
46215         * sysdeps/generic/libnss_hesiod.abilist: New file.
46216         * sysdeps/generic/libnss_nis.abilist: New file.
46217         * sysdeps/generic/libnss_nisplus.abilist: New file.
46218         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46219         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46220         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46221         file.
46222         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46223         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46224         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46225         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46226         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46227         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46228         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46229         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46230         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46231         file.
46232         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46233         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46234         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46235         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46236         file.
46237         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46238         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46239         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46240         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46241         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46242         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46243         file.
46244         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46245         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46246         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46247         file.
46248         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46249         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46250         New file.
46251         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46252         New file.
46253         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46254         New file.
46255         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46256         New file.
46257         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46258         New file.
46259         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46260         New file.
46261         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46262         New file.
46263         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46264         New file.
46265         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46266         New file.
46267         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46268         New file.
46269         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46270         New file.
46271         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46272         New file.
46273         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46274         New file.
46275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46276         file.
46277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46278         New file.
46279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46280         New file.
46281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46282         file.
46283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46284         New file.
46285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46286         New file.
46287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46288         file.
46289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46290         New file.
46291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46292         New file.
46293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46294         New file.
46295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46296         New file.
46297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46298         New file.
46299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46300         New file.
46301         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46302         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46303         file.
46304         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46305         New file.
46306         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46307         file.
46308         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46309         file.
46310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46311         file.
46312         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46313         file.
46314         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46315         file.
46316         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46317         New file.
46318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46319         file.
46320         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46321         file.
46322         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46323         New file.
46324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46325         file.
46326         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46327         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46328         file.
46329         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46330         New file.
46331         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46332         file.
46333         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46334         file.
46335         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46336         file.
46337         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46338         file.
46339         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46340         file.
46341         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46342         New file.
46343         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46344         file.
46345         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46346         file.
46347         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46348         New file.
46349         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46350         file.
46351         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46352         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46353         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46354         file.
46355         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46356         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46357         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46358         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46359         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46360         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46361         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46362         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46363         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46364         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46365         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46366         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46367         file.
46368         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46369         New file.
46370         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46371         file.
46372         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46373         file.
46374         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46375         file.
46376         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46377         file.
46378         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46379         file.
46380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46381         New file.
46382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46383         New file.
46384         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46385         file.
46386         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46387         New file.
46388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46389         file.
46390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46392         file.
46393         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46394         New file.
46395         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46396         file.
46397         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46398         file.
46399         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46400         file.
46401         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46402         file.
46403         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46404         file.
46405         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46406         New file.
46407         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46408         New file.
46409         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46410         file.
46411         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46412         New file.
46413         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46414         file.
46416 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46418         * conform/conformtest.pl: Fix typo in handling typed-constant from
46419         allow-header.
46421 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46423         * README: Cut down references to pre-2.6 Linux kernels and
46424         Linuxthreads.  Update lists of configurations in libc and ports
46425         and sort alphabetically.  Say "or newer" with Linux kernel version
46426         requirements.
46428         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46430 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46432         [BZ #887]
46433         * math/libm-test.inc (logb_test_downward): New test to expose
46434         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46435         rounding mode.
46437 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46439         [BZ #14027]
46440         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46441         to be done.
46442         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46443         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46445 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46447         * sysdeps/unix/i386/brk.S: Remove file.
46448         * sysdeps/unix/i386/dl-brk.S: Likewise.
46449         * sysdeps/unix/i386/pipe.S: Likewise.
46450         * sysdeps/unix/i386/sigreturn.S: Likewise.
46451         * sysdeps/unix/i386/syscall.S: Likewise.
46452         * sysdeps/unix/i386/vfork.S: Likewise.
46453         * sysdeps/unix/i386/wait.S: Likewise.
46455         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46456         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46458         * configure.in (arm*-none*): Do not allow without
46459         --enable-hacker-mode.
46460         (netbsd*): Remove case setting base_os.
46461         (386bsd*): Likewise.
46462         (freebsd*): Likewise.
46463         (bsdi*): Likewise.
46464         (osf*): Likewise.
46465         (sunos*): Likewise.
46466         (ultrix*): Likewise.
46467         (newsos*): Likewise.
46468         (dynix*): Likewise.
46469         (*bsd*): Likewise.
46470         (sysv*): Likewise.
46471         (isc*): Likewise.
46472         (esix*): Likewise.
46473         (sco*): Likewise.
46474         (minix*): Likewise.
46475         (irix4*): Likewise.
46476         (irix6*): Likewise.
46477         (solaris[2-9]*): Likewise.
46478         (none): Likewise.
46479         * configure: Regenerated.
46481 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46483         [BZ #11521]
46484         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46485         overflow or cancellation in calculating denominator.
46486         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46487         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46488         down expression to avoid unexpected rounding in newer GCCs.
46489         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46491 2012-04-26  David S. Miller  <davem@davemloft.net>
46493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46494         long-double compat symbols.
46495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46500         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46501         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46502         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46503         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46504         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46505         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46506         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46507         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46509 2012-04-25  David S. Miller  <davem@davemloft.net>
46511         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46512         HWCAP_* values only after the memory barriers have been defined.
46513         (atomic_full_barrier): Define.
46514         (atomic_read_barrier): Define.
46515         (atomic_write_barrier): Define.
46517 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46519         * shlib-versions: Add libgcc_s version information.
46520         * sysdeps/generic/libgcc_s.h: Remove.
46521         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46522         libgcc_s.h.
46523         * sysdeps/gnu/unwind-resume.c: Likewise.
46524         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46526 2012-04-25  David S. Miller  <davem@davemloft.net>
46528         * sysdeps/unix/sparc/brk.S: Delete.
46529         * sysdeps/unix/sparc/dl-brk.S: Delete.
46530         * sysdeps/unix/sparc/pipe.S: Delete.
46531         * sysdeps/unix/sparc/sysdep.S: Delete.
46532         * sysdeps/unix/sparc/sysdep.h: Delete.
46533         * sysdeps/unix/sparc/vfork.S: Delete.
46534         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46535         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46536         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46537         (ret_ERRVAL, r0, r1, MOVE): Define.
46538         (JUMPTARGET): Remove.
46539         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46540         sysdeps/unix/sparc/sysdep.h
46541         (ENTRY, END): Remove.
46542         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46544 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46546         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46547         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46548         -DIS_IN_build.
46550         * timezone/README: Update upstream location and email address for
46551         tzcode and tzdata.
46552         * timezone/zdump.c: Update from tzcode 2012b.
46553         * timezone/zic.c: Likewise.
46555         * configure.in (libc_cv_as_needed): Remove test.
46556         * configure: Regenerated.
46557         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46558         conditional definition.
46559         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46560         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46561         * config.make.in (have-as-needed): Remove variable.
46563 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46564             Paul Pluzhnikov  <ppluzhnikov@google.com>
46566         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46567         strings correctly.
46569 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46571         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46572         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46573         * sysdeps/sh/strlen.S: Likewise.
46575 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46577         * sysdeps/unix/fork.S: Remove file.
46578         * sysdeps/unix/i386/fork.S: Likewise.
46579         * sysdeps/unix/sparc/fork.S: Likewise.
46581         * sysdeps/unix/system.c: Remove file.
46582         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46584         * sysdeps/unix/getegid.S: Remove file.
46585         * sysdeps/unix/geteuid.S: Likewise.
46587 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46589         * scripts/check-localplt.awk: New file.
46590         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46591         of diff.
46592         * scripts/data/localplt-generic.data: Add a comment.
46594         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46595         NODE when __dir_mkfile failed.
46596         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46597         Reported by Ludovic Courtès <ludo@gnu.org>.
46599 2012-04-24  Andreas Jaeger  <aj@suse.de>
46601         * Makerules (common-clean): Also remove gen-as-const-headers
46602         files.
46604 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46606         * Makerules (native-compile): Do not change working directory for
46607         build.  Use $(OUTPUT_OPTION) in command.
46608         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46610 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46612         [BZ #13886]
46613         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46614         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46615         * math/libm-test.inc (floor_test): Add more tests.
46616         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46618 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46620         * sysdeps/unix/getdents.c: Remove file.
46621         * sysdeps/unix/sysv/getdents.c: Likewise.
46622         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46624         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46625         sysdeps/unix/mman/syscalls.list.
46626         (mmap): Likewise.
46627         (mprotect): Likewise.
46628         (msync): Likewise.
46629         (munmap): Likewise.
46630         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46631         * sysdeps/unix/mman/syscalls.list: Remove.
46632         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46634         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46635         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46636         * configure: Regenerated.
46637         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46638         $(libgcc_s_suffix).
46639         * config.make.in (libgcc_s_suffix): Remove variable.
46641 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46643         * sysdeps/unix/sysv/gethostname.c: Move to ...
46644         * sysdeps/posix/gethostname.c: ... here.
46646         * sysdeps/unix/execve.S: Remove file.
46648         * sysdeps/unix/_exit.S: Remove file.
46650 2012-04-23  Andreas Jaeger  <aj@suse.de>
46652         [BZ #13739]
46653         * manual/Makefile: Remove make dist support, there's no
46654         need for a stand-alone documentation tar ball.
46655         (TEXI2DVI): Define always, it's not in Makeconfig.
46656         (dist): Removed.
46657         (tar-it): Removed.
46658         (edition): Removed.
46659         (glibc-doc-$(edition).tar): Removed
46660         (%.Z): Removed.
46661         (%.gz): Removed.
46662         (%.uu): Removed.
46663         (ETAGS): Remove, it's in Makeconfig.
46664         (move-if-change): Remove, it's in Makeconfig.
46666 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46668         [BZ #13970]
46669         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46670         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46671         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46672         (strtod_l, strtof_l, strtold_l): Remove __wur.
46673         It is not necessarily an error to ignore strtol's return value.
46674         One can reliably look at the stored endptr to decide whether
46675         the number had valid syntax.
46677 2012-04-21  Andreas Jaeger  <aj@suse.de>
46679         [BZ #13739]
46680         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46682 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46684         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46685         * sysdeps/unix/sysv/Versions: Remove file.
46687 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46689         [BZ #13927]
46690         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46692 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46694         [BZ #7064]
46695         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46696         version from __vm86.
46698 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46700         * sysdeps/unix/common/lxstat.c: Remove file.
46701         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46703         * sysdeps/unix/sysv/Makefile: Remove file.
46705         * sysdeps/unix/sysv/direct.h: Remove file.
46707         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46708         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46709         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46710         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46711         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46712         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46713         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46715         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46717         * sysdeps/unix/xmknod.c: Remove file.
46718         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46720         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46722         * sysdeps/unix/sysv/i386/time.S: Remove file.
46724         * sysdeps/unix/fxstat.c: Remove file.
46725         * sysdeps/unix/xstat.c: Likewise.
46726         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46728         * sysdeps/unix/sysv/sigaction.c: Remove file.
46730         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46731         (sysdep_headers): Remove variable.
46732         [termio.h not in sysdep_headers] (generated): Likewise.
46733         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46734         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46735         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46736         * sysdeps/unix/sysv/tcflow.c: Likewise.
46737         * sysdeps/unix/sysv/tcflush.c: Likewise.
46738         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46739         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46740         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46741         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46742         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46744         * sysdeps/unix/siglist.c: Remove file.
46746         * sysdeps/unix/getppid.S: Remove file.
46748         * sysdeps/unix/mkdir.c: Remove file.
46749         * sysdeps/unix/rmdir.c: Likewise.
46751 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46753         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46754         ERR_MAX value.
46755         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46756         errlist-compat value.
46758 2012-04-18  David S. Miller  <davem@davemloft.net>
46760         * sysdeps/generic/memcopy.h (reg_char): Delete.
46761         * debug/strcat_chk.c: Use char, not reg_char.
46762         * debug/strcpy_chk.c: Likewise.
46763         * debug/strncat_chk.c: Likewise.
46764         * debug/strncpy_chk.c: Likewise.
46765         * string/memchr.c: Likewise.
46766         * string/memrchr.c: Likewise.
46767         * string/rawmemchr.c: Likewise.
46768         * string/strcat.c: Likewise.
46769         * string/strchr.c: Likewise.
46770         * string/strchrnul.c: Likewise.
46771         * string/strcmp.c: Likewise.
46772         * string/strcpy.c: Likewise.
46773         * string/strncat.c: Likewise.
46774         * string/strncmp.c: Likewise.
46775         * string/strncpy.c: Likewise.
46777 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46779         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46780         __builtin_memcopy is called when src and dest ranges are known to not
46781         overlap.
46783 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46785         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46786         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46787         fwd_align_merge macro call.
46788         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46789         bwd_align_merge macro call.
46790         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46792 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46794         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46795         bwd_align_merge macros.
46796         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46797         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46798         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46800 2012-04-18  David S. Miller  <davem@davemloft.net>
46802         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46804 2012-04-18  Andreas Jaeger  <aj@suse.de>
46806         [BZ# 6794]
46807         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46808         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46809         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46811         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46812         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46813         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46815         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46816         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46817         Adjust for changed ldbl-128 files.
46819         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46820         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46821         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46823 2012-04-17  David S. Miller  <davem@davemloft.net>
46825         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46827 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46829         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46830         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46831         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46832         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46833         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46834         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46836 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46838         [BZ #6794]
46839         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46840         * math/libm-test.inc: Add ilogb errno and exception tests.
46841         * math/w_ilogb.c: New file: ilogb wrapper.
46842         * math/w_ilogbf.c: New file: ilogbf wrapper.
46843         * math/w_ilogbl.c: New file: ilogbl wrapper.
46844         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46845         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46846         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46847         exception being thrown with 0.0 as argument.
46848         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46849         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46850         exception being thrown with 0.0 as argument.
46851         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46852         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46853         exception being thrown with 0.0 as argument.
46854         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46855         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46856         exception being thrown with 0.0 as argument.
46857         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46858         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46859         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46860         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46861         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46862         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46863         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46864         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46865         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46867 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46869         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46870         with altivec.
46872 2012-04-16  Marek Polacek  <polacek@redhat.com>
46874         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46876 2012-04-16  Marek Polacek  <polacek@redhat.com>
46878         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46879         operands of fdivp instruction.
46881 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46883         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46884         * elf/tst-auditmod3b.c: Likewise.
46885         * elf/tst-auditmod4b.c: Likewise.
46886         * elf/tst-auditmod5b.c: Likewise.
46887         * elf/tst-auditmod6b.c: Likewise.
46888         * elf/tst-auditmod6c.c: Likewise.
46889         * elf/tst-auditmod7b.c: Likewise.
46890         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46891         * sysdeps/x86_64/preconfigure.in: Likewise.
46892         * sysdeps/x86_64/preconfigure: Regenerated.
46894 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46896         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46897         __ILP32__.
46899 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46901         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46902         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46904 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46906         [BZ #13973]
46907         * locale/iso-639.def: Fix gl language name. Spotted by
46908         Yaron Shahrabani.
46910 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46912         [BZ #2074]
46913         * libio/libio.h (__io_write_fn): Update comment.
46915 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46917         [BZ #2074]
46918         * stdio.texi (Hook Functions): The user provided writer function
46919         is not allowed to return -1.
46921 2012-04-11  David S. Miller  <davem@davemloft.net>
46923         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46925 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46927         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46928         Add a leading slash to rtkaio.
46930 2012-04-11  Jim Meyering  <meyering@redhat.com>
46932         [BZ #11959]
46933         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46934         It is not necessarily an error to ignore fwrite's return
46935         value.  One can reliably use ferror to test for errors after
46936         the fact.
46938 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46940         * bits/types.h (__snseconds_t): New type.
46941         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46943         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46944         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46945         (__SNSECONDS_T_TYPE): Likewise.
46946         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46947         (__SNSECONDS_T_TYPE): Likewise.
46948         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46949         (__SNSECONDS_T_TYPE): Likewise.
46951 2012-04-10  Andreas Jaeger  <aj@suse.de>
46953         [BZ #2636]
46954         * manual/time.texi (Processor Time): Return type of times is
46955         elapsed real time since an arbitrary point in the past.
46956         (CPU Time): Move CLK_TCK from here...
46957         (Processor Time): ...to here.  Correct description.
46958         * manual/conf.texi (Constants for Sysconf): Correct description of
46959         _SC_CLK_TCK.
46961 2012-04-10  David S. Miller  <davem@davemloft.net>
46963         [BZ #13967]
46964         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46965         where the is a gap between DT_REL(A) and DT_JMPREL.
46967 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46969         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46970         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46971         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46973 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46975         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46976         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46977         (dl_main): Handle --inhibit-cache.
46978         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46979         _dl_inhibit_cache.
46980         * elf/dl-load.c (_dl_map_object): Use it.
46981         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46983 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46985         [BZ #13872]
46986         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46987         (__ieee754_powl): Saturate large exponents rather than testing for
46988         overflow of y*log2(x).
46989         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46990         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46991         exceptions.
46993         [BZ #11521]
46994         * math/s_ctan.c: Include <float.h>.
46995         (__ctan): Avoid internal overflow or cancellation in calculating
46996         denominator.
46997         * math/s_ctanf.c: Likewise.
46998         * math/s_ctanl.c: Likewise.
46999         * math/s_ctanh.c: Likewise.
47000         * math/s_ctanhf.c: Likewise.
47001         * math/s_ctanhl.c: Likewise.
47002         * math/libm-test.inc (ctan_test): Add more tests.
47003         (ctanh_test): Likewise.
47004         * sysdeps/i386/fpu/libm-test-ulps: Update.
47005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47007 2012-04-09  Andreas Jaeger  <aj@suse.de>
47009         [BZ #6894]
47010         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47011         is an optional BSD extension.
47013         [BZ #10254]
47014         * manual/stdio.texi (Opening Streams): Document additional fopen
47015         parameters.
47017 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47019         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47020         %eax without telling the compiler.
47022 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47024         [BZ # 13963]
47025         * manual/install.texi: Use sourceware.org.
47027 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47029         [BZ #13873]
47030         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47031         (__ieee754_pow): Generate overflow and underflow using huge*huge
47032         and tiny*tiny rather than just returning constant infinity or zero
47033         for large exponents.
47034         * math/libm-test.inc (pow_test): Require overflow exceptions for
47035         applicable cases of large exponents.
47037         [BZ #706]
47038         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47039         (__ieee754_pow): Use iterative multiplication algorithm only for
47040         integer exponents with absolute value below 1024.  Check for odd
47041         integer exponents when using algorithm for real exponents.
47042         * math/libm-test.inc (pow_test): Add more tests.
47043         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47045 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47047         [BZ #13705]
47048         * math/libm-test.inc (exp_test): Do not allow overflow exception
47049         on underflow test.
47051 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47053         [BZ #13705]
47054         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47055         instead of __kernel_standard_f.
47057 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47059         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47060         * sysdeps/x86_64/memset_chk.S: Likewise.
47062 2012-04-08  Andreas Jaeger  <aj@suse.de>
47064         [BZ #10153]
47065         * manual/startup.texi (Environment Access): Describe return value
47066         for putenv and setenv.
47068         [BZ #6895]
47069         * manual/filesys.texi (Directory Entries): Add description for
47070         DT_LNK.
47072         [BZ #6890]
47073         * manual/filesys.texi (Directory Entries): Clarify that it's file
47074         system not operating system in the description of DT_UNKNOWN.
47076         [BZ #6578]
47077         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47079 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47081         [BZ #6649]
47082         * manual/llio.texi (Opening and Closing Files): Add cross
47083         reference to explain mode argument.
47085 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47087         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47088         * sysdeps/x86_64/memset_chk.S: Likewise.
47090 2012-04-07  David S. Miller  <davem@davemloft.net>
47092         * elf/elf.h (R_SPARC_WDISP10): Define.
47093         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47094         R_SPARC_SIZE32.
47095         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47096         R_SPARC_SIZE64 and R_SPARC_H34.
47098 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47100         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47101         conditions and remove no longer applicable assertion.
47103 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47105         * bits/byteswap.h: Include <features.h>.
47106         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47107         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47109 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47111         * bits/byteswap.h (__bswap_16): Removed.
47112         Include <bits/byteswap-16.h> to get __bswap_16.
47113         * sysdeps/i386/bits/byteswap.h: Likewise.
47114         * sysdeps/s390/bits/byteswap.h: Likewise.
47115         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47116         * bits/byteswap-16.h: New file.
47117         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47118         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47119         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47120         * string/Makefile (headers): Add bits/byteswap-16.h.
47122 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47124         [BZ #13895]
47125         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47126         extra indirection.
47127         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47128         * nss/tst-nss-static.c: New.
47130 2012-04-06  Robert Millan  <rmh@gnu.org>
47132         [BZ #6486]
47133         * manual/llio.texi (File Position Primitive): lseek
47134         refers to WHENCE when it really means OFFSET.
47136 2012-04-06  Andreas Jaeger  <aj@suse.de>
47138         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47139         strncmp declarations.
47141         * abilist/libc.abilist: Add __poll and __ppoll.
47143 2012-04-05  David S. Miller  <davem@davemloft.net>
47145         * scripts/check-local-headers.sh: Accept a host triplet in the
47146         path matched by the exclude regexp.
47148         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47149         definition.
47150         * sysdeps/powerpc/powerpc32/dl-machine.h
47151         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47152         * sysdeps/s390/s390-32/dl-machine.h
47153         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47154         * sysdeps/sparc/sparc32/dl-machine.h
47155         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47156         * sysdeps/sparc/sparc64/dl-machine.h
47157         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47159         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47160         lazy binding.
47161         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47162         undefined symbol errors.
47164         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47165         DT_NEEDED entries.
47167 2012-04-05  Michael Matz  <matz@suse.de>
47169         [BZ #13592]
47170         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47172 2012-04-05  Andreas Jaeger  <aj@suse.de>
47174         [BZ #13908]
47175         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47176         comment.
47178 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47180         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47181         which ROUND is no valid rounding mode.
47183 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47185         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47186         read again.
47187         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47189 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47191         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47192         an exception using FPU order intentionally.
47194 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47196         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47197         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47198         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47199         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47201 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47203         [BZ #12340]
47204         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47205         EINVAL when BUFLEN is too smal.
47207 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47209         [BZ #13553]
47210         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47211         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47213 2012-04-03  Andreas Jaeger  <aj@suse.de>
47215         [BZ #13938]
47216         * manual/setjmp.texi (System V contexts): Fix sentence.
47218         [BZ #13926]
47219         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47220         New macro for this case.
47221         [!__GNUC__] (__bswap_64): New inline function for this case.
47222         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47223         * bits/byteswap.h: Likewise.
47224         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47225         ull, guard with __GLIBC_HAVE_LONG_LONG.
47227         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47228         __GLIBC_HAVE_LONG_LONG.
47230         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47231         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47233 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47235         [BZ #13691]
47236         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47237         inptr and inend, rather than using last_ch.
47239 2012-04-02  David S. Miller  <davem@davemloft.net>
47241         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47242         * stdio-common/printf-parse.h (read_int): Change return type to
47243         'int', return -1 on INT_MAX overflow.
47244         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47245         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47246         overflows INT_MAX.  Check for overflow of in-format-string precision
47247         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47248         SIZE_MAX not INT_MAX for integer overflow test.
47249         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47250         skip the construct in the format string but do not record anything.
47251         * stdio-common/bug22.c: Adjust to test both width/prevision
47252         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47253         explicitly for proper errno values.
47255 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47257         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47258         CHAR_MAX.
47259         * string/test-strcmp.c [! WIDE]: Likewise.
47260         * time/tst-mktime2.c: Likewise for INT_MAX.
47261         * string/test-string.h: #include <sys/param.h> for MIN.
47263         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47264         * sysdeps/i386/init-first.c (init): Likewise.
47265         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47266         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47267         * sysdeps/sh/init-first.c (init): Likewise.
47269 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47271         * po/ru.po: Update from translation team.
47272         * po/vi.po: Likewise.
47274 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47276         * resolv/nss_dns/dns-host.c: Merge copyright years.
47278 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47280         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47281         Optimize memcpy with prefetch if
47282         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47283         src, dst pointers have unequal 16 byte alignments.
47285 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47287         [BZ #13928]
47288         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47289         from a CNAME entry and return the minimum ttl for the query.
47290         (gaih_getanswer_slice): Likewise.
47292 2012-03-30  Jeff Law  <law@redhat.com>
47294         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47295         due to long keys.
47296         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47297         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47299         * resolv/nss_dns/dns-host.c: Update copyright year.
47301 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47303         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47304         requests to save a system call.  Fix check that all bytes are sent.
47306         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47307         comments for sendmmsg.
47309 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47311         [BZ #13691]
47312         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47313         with only 1 character between 0x0041 and 0x01b0.
47314         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47315         * wcsmbs/tst-mbsnrtowcs.c: New file.
47317 2012-03-29  David S. Miller  <davem@davemloft.net>
47319         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47320         small copies by hand.
47322 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47324         [BZ #13761]
47325         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47326         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47327         group memberships.
47329 2012-03-28  David S. Miller  <davem@davemloft.net>
47331         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47332         that branches into memcpy.
47333         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47334         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47335         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47336         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47337         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47338         bits.
47339         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47340         implementation too.
47341         * sysdeps/sparc/mempcpy.S: New file.
47343         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47344         the IFUNC routine in the libc case.
47345         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47347         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47348         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47349         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47350         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47351         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47352         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47353         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47354         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47356         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47357         loop to 256 bytes instead of 64 bytes and fix test signedness.
47359         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47360         * sysdeps/sparc/sparc32/Makefile: rather than here...
47361         * sysdeps/sparc/sparc64/Makefile: and here.
47363 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47365         * malloc/mallocbug.c: Avoid warnings about unused variables.
47367 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47369         [BZ #13760]
47370         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47371         in the right place. Discard and retry query if response is
47372         larger than input buffer size.
47374 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47376         [BZ #369]
47377         [BZ #2678]
47378         [BZ #3866]
47379         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47380         x for large integer exponent.
47381         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47382         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47383         sign of result as needed afterwards.
47384         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47385         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47386         result for underflowing pow the same as for overflow.
47387         (__kernel_standard_l): Handle powl overflow and underflow here
47388         rather than calling __kernel_standard.
47389         * math/libm-test.inc (pow_test): Add more tests.
47391         [BZ #3868]
47392         [BZ #13879]
47393         [BZ #13910]
47394         [BZ #13911]
47395         [BZ #13912]
47396         [BZ #13913]
47397         [BZ #13915]
47398         [BZ #13916]
47399         [BZ #13917]
47400         [BZ #13918]
47401         [BZ #13919]
47402         [BZ #13920]
47403         [BZ #13921]
47404         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47405         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47406         (__kernel_standard_l): New function.
47407         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47408         __kernel_standard.
47409         * math/w_acosl.c (__acosl): Likewise.
47410         * math/w_asinl.c (__asinl): Likewise.
47411         * math/w_atan2l.c (__atan2l): Likewise.
47412         * math/w_atanhl.c (__atanhl): Likewise.
47413         * math/w_coshl.c (__coshl): Likewise.
47414         * math/w_exp10l.c (__exp10l): Likewise.
47415         * math/w_exp2l.c (__exp2l): Likewise.
47416         * math/w_fmodl.c (__fmodl): Likewise.
47417         * math/w_hypotl.c (__hypotl): Likewise.
47418         * math/w_j0l.c (__j0l, __y0l): Likewise.
47419         * math/w_j1l.c (__j1l, __y1l): Likewise.
47420         * math/w_jnl.c (__jnl, __ynl): Likewise.
47421         * math/w_lgammal.c (__lgammal): Likewise.
47422         * math/w_log10l.c (__log10l): Likewise.
47423         * math/w_log2l.c (__log2l): Likewise.
47424         * math/w_logl.c (__logl): Likewise.
47425         * math/w_powl.c (__powl): Likewise.
47426         * math/w_remainderl.c (__remainderl): Likewise.
47427         * math/w_scalbl.c (sysv_scalbl): Likewise.
47428         * math/w_sinhl.c (__sinhl): Likewise.
47429         * math/w_sqrtl.c (__sqrtl): Likewise.
47430         * math/w_tgammal.c (__tgammal): Likewise.
47431         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47432         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47433         * math/libm-test.inc (acos_test): Add more tests.
47434         (acosh_test): Likewise.
47435         (asin_test): Likewise.
47436         (atanh_test): Likewise.
47437         (exp_test): Likewise.
47438         (exp10_test): Likewise.
47439         (exp2_test): Likewise.
47440         (expm1_test): Likewise.
47441         (lgamma_test): Likewise.
47442         (log_test): Likewise.
47443         (log10_test): Likewise.
47444         (log1p_test): Likewise.
47445         (log2_test): Likewise.
47446         (pow_test): Do not allow some spurious overflow exceptions.
47447         (sqrt_test): Add more tests.
47448         (tgamma_test): Likewise.
47449         (y0_test): Likewise.
47450         (y1_test): Likewise.
47451         (yn_test): Likewise.
47453 2012-03-27  Anton Blanchard  <anton@samba.org>
47455         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47456         MAP_HUGETLB.
47457         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47458         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47459         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47461 2012-03-27  David S. Miller  <davem@davemloft.net>
47463         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47465         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47466         have-as-vis3 check.
47468 2012-03-27  Andreas Jaeger  <aj@suse.de>
47470         * sysdeps/x86_64/elf/configure.in: Moved to ...
47471         * sysdeps/x86_64/configure.in: ... here.
47472         * sysdeps/x86_64/elf/start.S: Moved to ...
47473         * sysdeps/x86_64/start.S: ... here.
47474         * sysdeps/x86_64/elf/configure: Delete.
47476         * sysdeps/x86_64/configure.in: Merge contents from
47477         sysdeps/i386/configure.in (without i686 check).
47479         * sysdeps/i386/elf/Versions: Merge into ...
47480         * sysdeps/i386/Versions: ... this.
47481         * sysdeps/i386/elf/Versions: Delete file.
47482         * sysdeps/i386/elf/start.S: Moved to ...
47483         * sysdeps/i386/start.S: ...here.
47484         * sysdeps/i386/elf/configure.in: Merge into...
47485         * sysdeps/i386/configure.in: ...here.
47486         * sysdeps/i386/elf/configure.in: Delete file.
47487         * sysdeps/i386/elf/configure: Delete file.
47489         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47490         * debug/backtracesyms.c: ... here.
47491         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47492         * debug/backtracesymsfd.c: ... here.
47493         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47494         * sysdeps/generic/ifunc-sel.h: ... here.
47496         * sysdeps/unix/i386/start.c: Delete file.
47497         * sysdeps/unix/sparc/start.c: Delete file.
47498         * sysdeps/unix/start.c: Delete file.
47500         * sysdeps/sh/elf/configure.in: Moved to ...
47501         * sysdeps/sh/configure.in: ... here.
47502         * sysdeps/sh/elf/start.S: Moved to ...
47503         * sysdeps/sh/start.S: ... here.
47504         * sysdeps/sh/elf/configure: Delete file.
47506         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47507         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47508         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47509         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47510         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47511         * sysdeps/powerpc/powerpc64/start.S: here.
47512         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47513         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47514         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47515         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47516         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47518         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47519         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47520         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47521         * sysdeps/powerpc/powerpc32/start.S: ... here.
47522         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47523         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47524         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47526         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47527         * sysdeps/powerpc/ifunc-sel.h: ... here.
47528         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47529         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47531         * sysdeps/sparc/elf/configure.in: Moved to ...
47532         * sysdeps/sparc/configure.in: ... here.
47533         * sysdeps/sparc/elf/configure: Delete file.
47534         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47535         * sysdeps/sparc/sparc32/start.S: ... here.
47536         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47537         * sysdeps/sparc/sparc64/start.S: ... here.
47538         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47539         * sysdeps/sparc/sparc32/Makefile: ... this.
47540         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47541         * sysdeps/sparc/sparc64/Makefile: ... this.
47543         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47544         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47545         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47546         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47547         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47548         * sysdeps/s390/s390-32/setjmp.S: ... here.
47549         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47550         * sysdeps/s390/s390-32/configure.in: ... here.
47551         * sysdeps/s390/s390-32/elf/configure: Delete file.
47552         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47553         * sysdeps/s390/s390-32/start.S: ... here.
47555         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47556         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47557         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47558         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47559         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47560         * sysdeps/s390/s390-64/setjmp.S: ... here.
47561         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47562         * sysdeps/s390/s390-64/configure.in: ... here
47563         * sysdeps/s390/s390-64/elf/configure: Delete file.
47564         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47565         * sysdeps/s390/s390-64/start.S: ... here.
47566         * sysdeps/s390/s390-64/elf/configure: Delete.
47568         * configure.in: Remove support for elf directories in sysdeps.
47570         * configure: Regenerated.
47571         * sysdeps/i386/configure: Regenerated.
47572         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47573         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47574         * sysdeps/s390/s390-32/configure: Regenerated.
47575         * sysdeps/s390/s390-64/configure: Regenerated.
47576         * sysdeps/sh/configure: Regenerated.
47577         * sysdeps/sparc/configure: Regenerated.
47578         * sysdeps/x86_64/configure: Regenerated.
47580 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47584         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47585         denormal result into account.
47587 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47589         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47590         Reported by Allan McRae <allan@archlinux.org>.
47592 2012-03-23  Jeff Law  <law@redhat.com>
47594         * nss/getnssent.c (__nss_getent): Fix typo.
47596 2012-03-23  David S. Miller  <davem@davemloft.net>
47598         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47600 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47602         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47603         to pad to uint64_t for each field.
47604         (dl_tls_index): Replace unsigned long with uint64_t.
47606 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47607         Paul Pluzhnikov  <ppluzhnikov@google.com>
47609         [BZ #6528]
47610         * grp/Makefile (otherlibs): Don't set it.
47611         * inet/Makefile (otherlibs): Likewise.
47612         * login/Makefile (otherlibs): Likewise.
47613         * nscd/Makefile (otherlibs): Likewise.
47614         * posix/Makefile (otherlibs): Likewise.
47615         * pwd/Makefile (otherlibs): Likewise.
47616         * rt/Makefile (otherlibs): Likewise.
47617         * sunrpc/Makefile (otherlibs): Likewise.
47618         * nss/Makefile (otherlibs): Likewise.
47619         Add libnss_files to routines and static-only-routines.
47620         ($(objpfx)getent): Remove rule.
47621         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47622         static-only-routines.
47624 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47626         [BZ #13892]
47627         * math/s_cexp.c: Include <float.h>.
47628         (__cexp): Handle exp result overflowing not necessarily
47629         overflowing both real and imaginary parts of result.
47630         * math/s_cexpf.c: Likewise.
47631         * math/s_cexpl.c: Likewise.
47632         * math/libm-test.inc (cexp_test): Add more tests.
47633         * sysdeps/i386/fpu/libm-test-ulps: Update.
47634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47636 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47638         * include/link.h (ELFW): New macro.
47639         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47640         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47642 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47644         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47645         with uint64_t.
47647 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47649         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47650         declaration.
47651         (struct La_x32_retval): Likewise.
47653 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47655         * sysdeps/x86_64/preconfigure.in: New file.
47656         * sysdeps/x86_64/preconfigure: New generated file.
47658 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47660         [BZ #13824]
47661         * math/e_exp2l.c: Include <float.h>.
47662         (__ieee754_exp2l): Handle overflow and underflow cases
47663         separately.  Only pass fractional part of argument to
47664         __ieee754_expl.
47665         * math/libm-test.inc (exp2_test): Add more tests.
47667         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47668         negating x to take absolute value.
47669         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47670         Likewise.
47671         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47672         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47673         Likewise.
47674         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47675         computing low part if x was negated.
47676         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47678 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47680         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47681         la_x32_gnu_pltexit.
47682         (pltexit): Cast int_retval to ptrdiff_t.
47683         * elf/tst-auditmod3b.c: Likewise.
47684         * elf/tst-auditmod4b.c: Likewise.
47685         * elf/tst-auditmod5b.c: Likewise.
47686         * elf/tst-auditmod6b.c: Likewise.
47687         * elf/tst-auditmod6c.c: Likewise.
47688         * elf/tst-auditmod7b.c: Likewise.
47690         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47691         and x32_gnu_pltexit.
47693         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47694         __ELF_NATIVE_CLASS.
47695         (La_x32_regs): New macro.
47696         (La_x32_retval): Likewise.
47697         (la_x32_gnu_pltenter): New function prototype.
47698         (la_x32_gnu_pltexit): Likewise.
47700 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47702         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47703         exponent.
47705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47707         * configure.in (libc_cv_cc_nofma): Check for option to disable
47708         generation of FMA instructions.
47709         * configure: Regenerate.
47710         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47711         * sysdeps/ieee754/dbl-64/Makefile: New file.
47712         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47713         Remove brandred-fma4.
47714         (CFLAGS-brandred-fma4.c): Remove.
47715         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47716         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47717         define.
47718         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47719         define.
47721 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47723         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47724         LLONG_MAX != LONG_MAX.
47725         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47726         (_fitoa_word): Likewise.
47727         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47728         LLONG_MAX != LONG_MAX.
47729         * stdio-common/_itowa.h: Include <_itoa.h>.
47730         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47731         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47732         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47733         only if not defined.
47734         (_ITOA_WORD_TYPE): Likewise.
47735         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47736         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47738 2012-03-21  David S. Miller  <davem@davemloft.net>
47740         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47742 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47744         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47745         of x86_64 when setting libc_cv_slibdir, libdir and
47746         libc_cv_localedir.
47747         * sysdeps/unix/sysv/linux/configure: Regenerated.
47749 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47751         * manual/lang.texi (Old Varargs): Remove section.
47752         (How Variadic): Update menu.
47753         (va_start): Do not mention varargs.h.
47755 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47756             Joseph Myers  <joseph@codesourcery.com>
47758         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47759         link test.
47760         * configure: Regenerated.
47762 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47764         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47765         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47766         conformtest.pl
47768 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47770         * NOTES: Remove.
47771         * Makefile (files-for-dist): Remove NOTES.
47772         (NOTES): Remove rule.
47773         * README: Don't refer to NOTES.
47774         * manual/creature.texi: Don't include macros.texi.
47775         * manual/intro.texi (creature.texi): Remove comment referring to
47776         NOTES.
47778         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47779         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47780         * configure: Regenerated.
47781         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47782         LIBC_TRY_CC_OPTION.
47783         (libc_cv_as_i686): Likewise.
47784         (libc_cv_cc_avx): Likewise.
47785         (libc_cv_cc_sse2avx): Likewise.
47786         (libc_cv_cc_fma4): Likewise.
47787         (libc_cv_cc_novzeroupper): Likewise.
47788         * sysdeps/i386/configure: Regenerated.
47790         [BZ #13883]
47791         * sysdeps/i386/fpu/s_cexp.S: Remove.
47792         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47793         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47794         * math/libm-test.inc (cexp_test): Add more tests.
47795         * sysdeps/i386/fpu/libm-test-ulps: Update.
47796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47798 2012-03-21  Allan McRae  <allan@archlinux.org>
47800         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47802 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47804         [BZ #13871]
47805         * math/w_exp2.c: Do not include <float.h>.
47806         (o_threshold, u_threshold): Remove.
47807         (__exp2): Calculate result before checking finiteness and calling
47808         __kernel_standard.
47809         * math/w_exp2f.c: Likewise.
47810         * math/w_exp2l.c: Likewise.
47811         * math/libm-test.inc (exp2_test): Require overflow exception for
47812         1e6 input.
47814         [BZ #3866]
47815         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47816         range of signed 64-bit integers before using fistpll.  Remove
47817         checks for whether integers fit in mantissa bits.
47818         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47819         the range of signed 32-bit integers before using fistpl.  Remove
47820         checks for whether integers fit in mantissa bits.
47821         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47822         (__ieee754_powl): Test for y outside the range of signed 64-bit
47823         integers before using fistpll.  Reduce 64-bit values to 63-bit
47824         ones as needed.
47825         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47826         divide-by-zero is raised for zero to large negative powers.
47827         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47828         (__ieee754_powl): Test for y outside the range of signed 64-bit
47829         integers before using fistpll.  Reduce 64-bit values to 63-bit
47830         ones as needed.
47831         * math/libm-test.inc (pow_test): Add more tests.
47833 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47835         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47836         <stdio-common/_itoa.h>.
47837         * debug/segfault.c: Likewise.
47838         * elf/dl-cache.c: Likewise.
47839         * elf/dl-minimal.c: Likewise.
47840         * elf/dl-misc.c: Likewise.
47841         * elf/dl-sysdep.c: Likewise.
47842         * elf/dl-version.c: Likewise.
47843         * elf/rtld.c: Likewise.
47844         * hurd/hurdsock.c: Likewise.
47845         * hurd/lookup-retry.c: Likewise.
47846         * malloc/malloc.c: Likewise.
47847         * malloc/mtrace.c: Likewise.
47848         * nscd/nscd_getgr_r.c: Likewise.
47849         * nscd/nscd_getpw_r.c: Likewise.
47850         * nscd/nscd_getserv_r.c: Likewise.
47851         * posix/getopt_init.c: Likewise.
47852         * posix/wordexp.c: Likewise.
47853         * stdio-common/_itoa.c: Likewise.
47854         * stdio-common/printf_fphex.c: Likewise.
47855         * stdio-common/vfprintf.c: Likewise.
47856         * string/_strerror.c: Likewise.
47857         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47858         * sysdeps/i386/i686/hp-timing.h: Likewise.
47859         * sysdeps/mach/_strerror.c: Likewise.
47860         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47861         * sysdeps/mach/hurd/sethostid.c: Likewise.
47862         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47863         * sysdeps/mach/xpg-strerror.c: Likewise.
47864         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47865         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47866         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47867         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47868         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47869         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47870         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47871         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47872         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47873         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47874         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47875         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47876         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47877         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47878         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47879         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47880         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47881         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47882         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47883         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47884         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47886         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47888         * stdio-common/_itoa.h: Moved to ...
47889         * sysdeps/generic/_itoa.h: Here.
47891         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47893         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47894         instead of "_itoa.h" and "_itowa.h".
47895         * stdio-common/vfprintf.: Likewise.
47897 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47899         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47900         <bits/wordsize.h>.
47901         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47902         (__signbit): Likwise.
47903         (llrintf): Likwise.
47904         (llrint): Likwise.
47906 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47908         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47909         __WORDSIZE != 64.
47911 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47913         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47914         OVERFLOW_EXCEPTION_OK.
47915         * math/libm-test.inc ("Philosophy"): Update comment about
47916         exception testing.
47917         (OVERFLOW_EXCEPTION): Define.
47918         (OVERFLOW_EXCEPTION_OK): Likewise.
47919         (INVALID_EXCEPTION_OK): Renumber.
47920         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47921         (IGNORE_ZERO_INF_SIGN): Likewise.
47922         (test_exceptions): Handle FE_OVERFLOW.
47923         (exp10_test): Expect overflow exceptions.
47924         (exp2_test): Likewise.
47925         (expm1_test): Likewise.
47926         (nextafter_test): Likewise.
47927         (pow_test): Likewise.
47928         (scalbn_test): Likewise.
47929         (scalbln_test): Likewise.
47931 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47933         * sysdeps/x86_64/bits/atomic.h
47934         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47935         64bit integer.
47936         (atomic_exchange_acq): Likewise.
47937         (__arch_exchange_and_add_body): Likewise.
47938         (__arch_add_body): Likewise.
47939         (atomic_add_negative): Likewise.
47940         (atomic_add_zero): Likewise.
47942 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47944         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47945         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47947 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47949         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47950         Check __x86_64__ instead of __WORDSIZE.
47952 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47954         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47956 2012-03-19  David S. Miller  <davem@davemloft.net>
47958         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47960         * sysdeps/sparc/fpu/fenv_private.h: New file.
47961         * sysdeps/sparc/fpu/math_private.h: Use it.
47962         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47963         Remove.
47964         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47965         (libc_feholdexcept_setroundl): Remove.
47966         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47967         Remove.
47968         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47969         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47971 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47973         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47974         int64_t instead of long int.
47975         (INSERT_WORDS64): Likwise.
47977 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47979         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47980         _Unwind_GetCFA return to _Unwind_Ptr first.
47982 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47984         [BZ #13629]
47985         * math/s_clog.c: Include <float.h>.
47986         (__clog): Scale large or subnormal inputs.
47987         * math/s_clogf.c: Likewise.
47988         * math/s_clogl.c: Likewise.
47989         * math/s_clog10.c: Include <float.h>.
47990         (M_LOG10_2): Define.
47991         (__clog10): Scale large or subnormal inputs.
47992         * math/s_clog10f.c: Likewise.
47993         * math/s_clog10l.c: Likewise.
47994         * math/libm-test.inc (clog_test): Add more tests.
47995         (clog10_test): Likewise.
47996         * sysdeps/i386/fpu/libm-test-ulps: Update.
47997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47999         [BZ #11451]
48000         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48001         x and y.
48002         * math/libm-test.inc (atan2_test): Add another test.
48004         * Makerules (common-objdir-compile): Remove.
48005         * sysdeps/unix/Makefile (config-generated): Do not add
48006         $(unix-generated) to variable.
48007         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48008         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48009         Remove rule.
48010         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48011         Likewise.
48012         [generic bits/local_lim.h] (before-compile): Do not append to
48013         variable.
48014         [generic bits/local_lim.h] (common-generated): Likewise.
48015         [generic sys/param.h] (before-compile): Do not append to variable.
48016         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48017         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48018         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48019         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48020         include.
48021         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48022         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48023         [generic sys/param.h] ($(addprefix
48024         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48025         [generic sys/param.h] (common-generated): Do not append to
48026         variable.
48027         [generic sys/param.h] (sysdep_headers): Likewise.
48028         [generic bits/errno.h] (before-compile): Do not append to
48029         variable.
48030         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48031         rule.
48032         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48033         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48034         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48035         [generic bits/errno.h] (common-generated): Do not append to
48036         variable.
48037         [generic bits/ioctls.h] (before-compile): Do not append to
48038         variable.
48039         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48040         rule.
48041         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48042         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48043         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48044         rule.
48045         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48046         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48047         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48048         [generic bits/ioctls.h] (common-generated): Do not append to
48049         variable.
48050         [generic sys/syscall.h] (syscall.h): Remove variable.
48051         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48052         rule.
48053         [generic sys/syscall.h] (before-compile): Do not append to
48054         variable.
48055         [generic sys/syscall.h] (common-generated): Likewise.
48056         * sysdeps/unix/errnos-tmpl.c: Remove file.
48057         * sysdeps/unix/errnos.awk: Likewise.
48058         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48059         * sysdeps/unix/ioctls.awk: Likewise.
48060         * sysdeps/unix/mk-local_lim.c: Likewise.
48061         * sysdeps/unix/snarf-ioctls: Likewise.
48063 2012-03-19  Richard Henderson  <rth@twiddle.net>
48065         * sysdeps/i386/fpu/fenv_private.h: New file.
48066         * sysdeps/i386/fpu/math_private.h: Use it.
48067         (math_opt_barrier, math_force_eval): Remove.
48068         (libc_feholdexcept_setround_53bit): Remove.
48069         (libc_feupdateenv_53bit): Remove.
48070         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48071         (math_opt_barrier, math_force_eval): Remove.
48072         (libc_feholdexcept): Remove.
48073         (libc_feholdexcept_setround): Remove.
48074         (libc_fetestexcept, libc_fesetenv): Remove.
48075         (libc_feupdateenv_test): Remove.
48076         (libc_feupdateenv, libc_feholdsetround): Remove.
48077         (libc_feresetround): Remove.
48079         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48080         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48082         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48083         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48084         (libc_feupdateenv_testl): New.
48085         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48086         (libc_feupdateenv_testf): New.
48087         (libc_feupdateenv): Use libc_feupdateenv_test.
48088         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48089         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48091         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48092         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48093         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48094         (libc_feresetround_noex): New.
48095         (libc_feresetround_noexf): New.
48096         (libc_feresetround_noexl): New.
48097         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48098         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48099         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48100         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48101         SET_RESTORE_ROUND.
48102         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48103         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48104         (__cos): Likewise.
48105         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48106         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48107         SET_RESTORE_ROUND_NOEX.
48108         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48109         SET_RESTORE_ROUND_NOEXF.
48110         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48111         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48112         (libc_feholdsetroundf): New.
48113         (libc_feresetround, libc_feresetroundf): New.
48115         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48116         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48117         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48119         * sysdeps/generic/math_private.h: Include <fenv.h>.
48120         (default_libc_feholdexcept): New.
48121         (default_libc_feholdexcept_setround): New.
48122         (default_libc_fesetenv, default_libc_feupdateenv): New.
48123         (libc_feholdexcept): Only define if undefined.
48124         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48125         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48126         (libc_feholdexcept_setroundl): Likewise.
48127         (libc_feholdexcept_setround_53bit): Likewise.
48128         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48129         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48130         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48131         (libc_feupdateenv_53bit): Likewise.
48132         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48133         (libc_feholdexcept): Convert from macro to inline function.
48134         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48135         (libc_fesetenv, libc_feupdateenv): Likewise.
48137         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48138         not previously defined.
48139         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48140         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48141         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48142         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48143         * sysdeps/ieee754/flt-32/math_private.h: New file.
48144         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48145         math_private.h below SET_FLOAT_WORD.
48146         (__isnan, __isinf_ns, __finite): Remove.
48147         (__isnanf, __isinf_nsf, __finitef): Remove.
48149 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48153 2012-03-17  David S. Miller  <davem@davemloft.net>
48155         [BZ #6471]
48156         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48157         for 2.16.
48159 2012-03-16  David S. Miller  <davem@davemloft.net>
48161         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48162         warnings.
48164         [BZ #6471]
48165         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48166         properly.
48167         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48168         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48169         sysdep_routines when subdir is sysvipc.
48170         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48171         __getshmlba helper.
48173         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48175 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48177         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48178         [__LP64__].
48180 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48182         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48183         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48184         (__lround): Renamed to ...
48185         (__llround): This.  Replace long int with long long int.
48186         Define lround functions as aliases of llround functions.
48187         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48189 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48191         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48192         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48193         adresses to uintptr_t.  Replace "long int" and "unsigned long
48194         int" with "greg_t" on va_arg.
48196 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48198         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48199         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48201         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48202         Move e_machine check before EI_CLASS check.  Handle x32
48203         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48204         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48205         SKIP_EM_IA_64 and include
48206         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48208         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48209         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48210         (add_system_dir): New macro.
48212         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48213         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48215 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48217         [BZ #2551]
48218         [BZ #2552]
48219         [BZ #2553]
48220         [BZ #2554]
48221         [BZ #2562]
48222         [BZ #2563]
48223         [BZ #2565]
48224         [BZ #2566]
48225         [BZ #2576]
48226         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48227         (y0): Likewise.
48228         * math/w_j0f.c (j0f): Likewise.
48229         (y0f): Likewise.
48230         * math/w_j0l.c (__j0l): Likewise.
48231         (__y0l): Likewise.
48232         * math/w_j1.c (j1): Likewise.
48233         (y1): Likewise.
48234         * math/w_j1f.c (j1f): Likewise.
48235         (y1f): Likewise.
48236         * math/w_j1l.c (__j1l): Likewise.
48237         (__y1l): Likewise.
48238         * math/w_jn.c (jn): Likewise.
48239         (yn): Likewise.
48240         * math/w_jnf.c (jnf): Likewise.
48241         (ynf): Likewise.
48242         * math/w_jnl.c (__jnl): Likewise.
48243         (__ynl): Likewise.
48244         * math/libm-test.inc (j0_test): Add more tests.
48245         (j1_test): Likewise.
48246         (jn_test): Likewise.  Add trailing semicolon to existing test.
48247         (y0_test): Likewise.
48248         (y1_test): Likewise.
48249         * sysdeps/i386/fpu/libm-test-ulps: Update.
48250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48252         [BZ #13851]
48253         [BZ #13854]
48254         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48255         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48256         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48257         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48258         (__tanl): Set errno for infinite argument.
48259         * sysdeps/i386/fpu/mptan.c: Remove.
48260         * sysdeps/i386/fpu/s_tan.S: Likewise.
48261         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48262         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48263         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48264         * math/libm-test.inc (tan_test): Add more tests and enable more
48265         tests for double and long double.
48266         * sysdeps/i386/fpu/libm-test-ulps: Update.
48267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48269 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48271         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48272         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48274 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48276         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48277         * configure.in: Use it for both main tree and add-ons.
48278         * configure: Regenerated.
48280 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48282         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48284 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48286         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48287         in comment.
48289         [BZ #13851]
48290         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48291         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48292         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48293         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48294         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48295         infinite argument.
48296         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48297         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48298         != 0 for prec == 2.
48299         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48300         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48301         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48302         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48303         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48304         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48305         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48306         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48307         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48308         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48309         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48310         * math/libm-test.inc (cos_test): Add more tests and enable more
48311         tests for long double.
48312         (sin_test): Likewise.
48313         (sincos_test): Likewise.
48314         * sysdeps/i386/fpu/libm-test-ulps: Update.
48315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48317 2012-03-16  David S. Miller  <davem@davemloft.net>
48319         * sysdeps/sparc/fpu/math_private.h: New file.
48321 2012-03-15  David S. Miller  <davem@davemloft.net>
48323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48324         file.
48325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48327         file.
48328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48329         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48330         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48331         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48332         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48333         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48334         sysdep routines.
48335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48337         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48338         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48340         * sysdeps/sparc/sparc-ifunc.h: New file.
48341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48342         sparc-ifunc.h
48343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48345         Likewise.
48346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48347         Likewise.
48348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48352         Likewise.
48353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48358         Likewise.
48359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48360         Likewise.
48361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48365         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48366         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48367         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48368         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48369         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48370         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48371         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48372         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48373         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48374         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48375         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48376         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48377         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48378         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48379         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48380         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48381         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48382         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48383         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48384         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48386 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48388         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48389         scaling.
48390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48392 2012-03-15  Andreas Jaeger  <aj@suse.de>
48394         [BZ #13852]
48395         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48396         ieee754/flt-32 implementation for sin, cos and sincos.
48397         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48398         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48399         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48400         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48401         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48402         ieee754/flt-32 implementation for tan.
48404         * math/libm-test.inc (cos_test): Enable some large input tests for
48405         float as well
48406         (sin_test): Likewise.
48407         (sincos_test): Likewise.
48408         (tan_test): Add tests for large input.
48410         * sysdeps/i386/fpu/libm-test-ulps: Update.
48412 2012-03-15  Andreas Jaeger  <aj@suse.de>
48414         [BZ #13658]
48415         * math/libm-test.inc (cos_test): Add more test cases.
48416         (sin_test): Likewise.
48417         (sincos_test): Likewise.
48419 2012-03-15  Andreas Jaeger  <aj@suse.de>
48421         [BZ #13837]
48422         * math/libm-test.inc (cos_test): Add a test case for large input
48423         value.
48424         (sin_test): Likewise.
48425         (sincos_test): Likewise.
48427 2012-03-15  Andreas Jaeger  <aj@suse.de>
48428             Joseph Myers  <joseph@codesourcery.com>
48430         [BZ #13658]
48431         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48432         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48433         * sysdeps/i386/fpu/branred.c: Likewise.
48434         * sysdeps/i386/fpu/dosincos.c: Likewise.
48435         * sysdeps/i386/fpu/mpa.c: Likewise.
48436         * sysdeps/i386/fpu/s_cos.S: Likewise.
48437         * sysdeps/i386/fpu/s_sin.S: Likewise.
48438         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48439         * sysdeps/i386/fpu/sincos32.c: Likewise.
48441         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48442         Define.
48443         (libc_feupdateenv_53bit): Define.
48444         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48445         Define.
48446         (libc_feupdateenv_53bit): Define.
48448         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48449         53 bit (without extend i386 double precision).
48451         * math/libm-test.inc (sincos_test): Add tests for large input.
48452         (sin): Likewise.
48453         (cos): Likewise.
48455         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48457 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48461 2012-03-15  David S. Miller  <davem@davemloft.net>
48463         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48464         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48465         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48466         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48467         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48468         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48469         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48470         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48471         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48472         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48473         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48474         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48475         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48476         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48477         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48479         file.
48480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48482         file.
48483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48485         file.
48486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48488         file.
48489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48490         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48491         fmin/fmax sysdep routines.
48492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48494 2012-03-14  David S. Miller  <davem@davemloft.net>
48496         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48497         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48498         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48499         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48500         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48501         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48502         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48503         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48504         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48505         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48506         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48507         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48508         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48509         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48510         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48511         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48512         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48513         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48514         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48515         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48516         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48517         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48518         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48519         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48520         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48521         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48522         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48523         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48524         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48525         routines.
48526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48527         file.
48528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48530         file.
48531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48533         file.
48534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48536         file.
48537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48539         file.
48540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48542         file.
48543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48544         file.
48545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48546         file.
48547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48548         file.
48549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48550         New file.
48551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48552         file.
48553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48554         file.
48555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48557         file.
48558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48559         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48560         file.
48561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48562         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48563         file.
48564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48566         VIS3 routines.
48568         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48569         New file.
48571         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48573         * sysdeps/sparc/configure.in: New file.
48574         * sysdeps/sparc/configure: Generate.
48575         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48576         * configure: Regenerate.
48577         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48578         * config.make.in (have-as-vis3): New.
48579         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48580         available use -Av9d instead of -Av9a.
48581         * sysdeps/sparc/sparc64/Makefile: Likewise.
48582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48584         New file.
48585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48586         file.
48587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48588         New file.
48589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48590         file.
48591         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48592         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48593         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48594         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48595         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48597         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48598         fzeros/fnegs to load 0x80000000 into a float register instead of
48599         using the stack.
48600         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48602 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48604         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48605         bits/syscall.h.
48606         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48607         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48608         ($(inst_includedir)/bits/syscall.h): Remove rule.
48609         ($(objpfx)bits/syscall.d): Include instead of
48610         $(objpfx)syscall-list.d.
48611         (generated): Change syscall-list.h and syscall-list.d to
48612         bits/syscall.h and bits/syscall.d.
48614 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48616         [BZ #13846]
48617         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48619 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48621         [BZ #13841]
48622         * math/s_csqrt.c: Include <float.h>.
48623         (__csqrt): Scale large or subnormal inputs.
48624         * math/s_csqrtf.c: Likewise.
48625         * math/s_csqrtl.c: Likewise.
48626         * math/libm-test.inc (csqrt_test): Add more tests.
48627         * sysdeps/i386/fpu/libm-test-ulps: Update.
48628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48630         [BZ #13840]
48631         * math/libm-test.inc (hypot_test): Add more tests.
48633 2012-03-13  David S. Miller  <davem@davemloft.net>
48635         [BZ #13840]
48636         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48637         double-precision for the calculation instead of scaling.
48639 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48641         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48642         manipulate bits before adding and subtracting TWO52[sx].
48643         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48644         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48645         Likewise.
48646         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48648 2012-03-13  David S. Miller  <davem@davemloft.net>
48650         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48651         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48652         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48653         rtld-global-offsets.h
48654         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48656         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48657         large parameters.
48659         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48661         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48662         'err' in the ifdef scope in which it is actually used.
48664         * nss/nss_db/db-init.c: Include string.h
48666 2012-03-12  David S. Miller  <davem@davemloft.net>
48668         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48669         masking out of the most significant byte of random value used.
48670         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48671         Fix coding style in previous change.
48673         * sysdeps/unix/sysv/linux/kernel-features.h
48674         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48675         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48676         expression.
48677         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48678         later.
48680 2012-03-11  David S. Miller  <davem@davemloft.net>
48682         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48683         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48684         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48685         for 'resultvar' otherwise things get truncated on 64-bit.
48687         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48688         Fix masking out of the most significant byte of random value used.
48690         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48692 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48696 2012-03-09  David S. Miller  <davem@davemloft.net>
48698         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48699         variables with appropriate CPP guards.
48700         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48701         from the frame pointer, not the stack pointer.  Correct layout
48702         comments.  Fix test on resulting framesize and the management of
48703         the outregs buffer for pltexit.  Preserve floating point return
48704         values across _dl_call_pltexit call.
48705         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48706         framesize and the management of the outregs buffer for pltexit.
48707         Preserve floating point return values across _dl_call_pltexit
48708         call.
48709         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48710         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48711         (la_sparc64_gnu_pltexit): New functions.
48712         (print_exit): Fix format string for return register value.
48714 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48716         * sunrpc/Makefile (others): Add rpcgen.
48717         ($(objpfx)rpcgen): Remove special build rule and dependency on
48718         libc.
48719         * sunrpc/rpcgen.c: New file.
48721 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48723         [BZ #13673]
48724         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48725         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48726         * sysdeps/i386/crti.S: Likewise.
48727         * sysdeps/i386/crtn.S: Likewise.
48728         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48729         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48730         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48731         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48732         * sysdeps/sh/crti.S: Likewise.
48733         * sysdeps/sh/crtn.S: Likewise.
48734         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48736         [BZ #13673]
48737         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48738         with URL.
48739         * locale/programs/locfile-kw.gperf: Likewise.
48740         * locale/programs/charmap-kw.h: Regenerated.
48741         * locale/programs/locfile-kw.h: Likewise.
48743         [BZ #13673]
48744         * intl/plural.y: Replace FSF snail mail address with URL.
48745         * intl/plural.c: Regenerated.
48747 2012-03-09  Richard Henderson  <rth@twiddle.net>
48749         * include/math_private.h: Remove file.
48750         * math/math_private.h: Move file ...
48751         * sysdeps/generic/math_private.h: ... here.
48753         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48754         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48755         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48757         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48758         and <math_private.h>.
48759         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48760         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48761         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48762         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48763         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48764         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48765         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48766         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48767         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48768         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48769         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48770         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48771         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48772         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48773         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48774         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48775         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48776         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48777         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48779         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48780         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48781         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48782         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48783         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48784         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48785         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48786         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48787         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48788         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48789         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48790         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48791         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48792         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48793         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48794         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48795         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48796         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48797         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48798         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48799         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48800         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48801         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48802         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48803         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48804         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48805         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48806         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48807         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48808         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48809         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48810         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48811         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48812         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48813         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48814         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48815         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48816         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48817         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48818         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48819         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48820         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48821         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48822         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48823         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48824         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48825         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48826         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48827         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48828         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48829         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48830         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48831         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48832         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48833         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48834         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48835         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48836         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48837         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48838         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48839         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48840         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48841         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48842         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48843         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48844         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48845         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48846         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48847         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48848         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48849         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48850         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48851         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48852         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48853         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48854         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48855         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48856         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48857         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48858         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48859         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48860         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48861         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48862         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48863         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48864         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48865         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48866         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48867         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48868         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48869         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48870         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48871         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48872         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48873         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48874         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48875         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48876         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48877         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48878         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48879         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48880         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48881         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48882         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48883         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48884         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48885         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48886         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48887         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48888         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48889         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48890         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48891         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48892         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48893         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48894         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48895         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48896         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48897         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48898         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48899         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48900         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48901         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48902         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48903         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48904         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48905         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48906         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48907         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48908         * sysdeps/ieee754/k_standard.c: Likewise.
48909         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48910         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48911         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48912         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48913         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48914         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48915         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48916         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48917         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48918         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48919         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48920         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48921         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48922         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48923         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48924         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48925         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48926         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48927         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48928         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48929         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48930         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48931         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48932         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48933         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48934         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48935         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48936         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48937         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48939         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48940         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48941         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48942         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48943         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48944         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48945         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48946         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48947         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48948         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48949         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48950         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48951         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48952         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48953         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48954         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48955         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48956         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48957         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48958         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48959         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48960         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48961         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48962         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48963         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48964         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48966         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48968         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48969         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48970         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48971         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48972         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48973         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48974         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48975         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48976         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48977         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48978         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48979         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48980         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48981         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48982         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48983         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48985         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48986         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48987         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48988         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48989         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48990         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48991         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48992         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48993         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48994         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48995         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48996         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48997         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48998         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48999         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49000         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49001         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49002         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49003         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49004         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49006         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49007         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49008         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49009         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49010         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49011         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49012         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49013         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49014         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49015         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49016         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49017         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49018         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49019         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49020         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49021         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49022         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49023         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49024         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49025         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49026         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49027         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49028         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49029         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49030         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49031         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49032         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49033         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49034         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49035         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49036         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49037         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49038         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49039         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49040         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49041         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49042         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49043         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49044         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49045         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49046         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49047         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49048         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49049         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49050         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49051         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49052         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49053         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49054         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49055         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49056         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49057         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49058         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49059         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49060         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49061         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49062         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49063         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49064         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49065         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49066         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49067         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49068         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49069         * sysdeps/ieee754/s_lib_version.c: Likewise.
49070         * sysdeps/ieee754/s_matherr.c: Likewise.
49071         * sysdeps/ieee754/s_signgam.c: Likewise.
49072         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49073         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49074         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49075         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49076         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49077         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49078         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49079         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49080         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49081         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49082         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49083         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49084         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49085         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49086         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49087         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49088         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49089         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49090         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49091         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49092         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49094 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49096         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49097         * sunrpc/rpc_main.c: Likewise.
49098         * sunrpc/rpc_svcout.c: Likewise.
49100 2012-03-09  David S. Miller  <davem@davemloft.net>
49102         * include/math_private.h: New file.
49104 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49106         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49107         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49108         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49109         from <bits/socket_type.h>.
49110         (enum __socket_type): Don't define here.
49111         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49112         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49113         bits/socket_type.h.
49115         [BZ #13566]
49116         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49117         checking __USE_GNU.
49119         * Makerules ($(inst_includedir)/%.h): New rule.
49120         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49121         (install-others): Remove variable setting.
49122         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49124 2012-03-08  Richard Henderson  <rth@twiddle.net>
49126         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49127         from macro to inline function; merge with the
49128         !__LIBC_INTERNAL_MATH_INLINES version.
49129         (__ieee754_sqrtf): Likewise.
49131         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49132         to inline function.
49133         (__rintf, __floor, __floorf): Likewise.
49135         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49136         macro to inline function.
49137         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49139         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49140         not <math/math_private.h>.
49142 2012-03-08  David S. Miller  <davem@davemloft.net>
49144         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49145         copyright year.
49146         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49148 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49150         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49151         normalization.
49152         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49153         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49155 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49157         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49158         be defined individually, they must be defined as a block.  Define
49159         S for printing a string instead of hidint the different by using a
49160         macro for adding the 'l'.
49161         * stdio-common/tst-fphex-wide.c: Adjust.
49163 2012-03-07  Marek Polacek  <polacek@redhat.com>
49165         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49167 2012-03-08  Marek Polacek  <polacek@redhat.com>
49169         [BZ #13806]
49170         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49171         * stdio-common/tst-fphex.c: Define a few macros to make the
49172         test reusable.  Use them.
49173         * stdio-common/tst-fphex-wide.c: New file.
49175 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49177         [BZ #6911]
49178         * manual/macros.texi (gnusystems): New macro.
49179         (nongnusystems): Likewise.
49180         (gnulinuxhurdsystems): Likewise.
49181         (gnuhurdsystems): Likewise..
49182         (gnulinuxsystems): Likewise.
49183         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49184         variants of the GNU system, not "GNU system".
49185         * manual/conf.texi: Likewise.
49186         * manual/errno.texi: Likewise.  Update example of errno macro
49187         expansion.
49188         * manual/filesys.texi: Likewise.
49189         (getumask): Document as specific to GNU/Hurd.
49190         * manual/install.texi: Likewise.  Reword some references to
49191         GNU/Linux.
49192         * manual/intro.texi: Likewise.
49193         * manual/io.texi: Likewise.
49194         (File Name Portability): Detail which constraints are inapplicable
49195         to all GNU systems and which are only inapplicable to GNU/Hurd.
49196         * manual/job.texi: Likewise.
49197         * manual/llio.texi: Likewise.
49198         (O_NOCTTY): Document as present on GNU/Linux.
49199         * manual/maint.texi: Likewise.
49200         * manual/memory.texi: Likewise.
49201         * manual/pattern.texi: Likewise.
49202         * manual/pipe.texi: Likewise.
49203         * manual/process.texi: Likewise.
49204         * manual/resource.texi: Likewise.
49205         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49206         child on GNU/Hurd.
49207         * manual/setjmp.texi: Likewise.
49208         * manual/signal.texi: Likewise.
49209         * manual/startup.texi: Likewise.
49210         * manual/stdio.texi: Likewise.
49211         * manual/terminal.texi: Likewise.
49212         (ONLCR): Document as POSIX.
49213         (OXTABS): Document availability on GNU/Linux as XTABS.
49214         (ONOEOT): Document availability separately from other bits.
49215         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49216         * manual/time.texi: Likewise.
49217         * manual/users.texi: Likewise.
49218         * INSTALL: Regenerated.
49219         * sysdeps/gnu/errlist.c: Regenerated.
49221         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49222         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49223         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49224         puts.
49225         * configure: Regenerated.
49227 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49229         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49230         default includes instead of AC_HEADER_CHECK.
49231         * sysdeps/i386/configure: Regenerated.
49233         [BZ #10716]
49234         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49235         * math/s_cacoshf.c (__cacoshf): Likewise.
49236         * math/s_cacoshl.c (__cacoshl): Likewise.
49237         * math/s_casinh.c (__casinh): Set signs of result from argument.
49238         * math/s_casinhf.c (__casinhf): Likewise.
49239         * math/s_casinhl.c (__casinhl): Likewise.
49240         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49241         (casinh_test): Add more tests.
49242         * sysdeps/i386/fpu/libm-test-ulps: Update.
49243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49245 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49247         * po/zh_TW.po: Update from translation team.
49249         * login/Makefile (distribute): Remove variable.
49250         * catgets/Makefile: Likewise.
49251         * mach/Makefile: Likewise.
49252         * malloc/Makefile: Likewise.
49253         * misc/Makefile: Likewise.
49254         * iconv/Makefile: Likewise.
49255         * nscd/Makefile: Likewise.
49256         * hurd/Makefile: Likewise.
49257         * manual/Makefile: Likewise.
49258         * locale/Makefile: Likewise.
49259         * intl/Makefile: Likewise.
49260         * conform/Makefile: Likewise.
49261         * nss/Makefile: Likewise.
49262         * time/Makefile: Likewise.
49263         * soft-fp/Makefile: Likewise.
49264         * dirent/Makefile: Likewise.
49265         * gmon/Makefile: Likewise.
49266         * po/Makefile: Likewise.
49267         * rt/Makefile: Likewise.
49268         * socket/Makefile: Likewise.
49269         * math/Makefile: Likewise.
49270         * signal/Makefile: Likewise.
49271         * debug/Makefile: Likewise.
49272         * elf/Makefile: Likewise.
49273         * timezone/Makefile: Likewise.
49274         * stdlib/Makefile: Likewise.
49275         * iconvdata/Makefile: Likewise.
49276         * sunrpc/Makefile: Likewise.
49277         * io/Makefile: Likewise.
49278         * argp/Makefile: Likewise.
49279         * inet/Makefile: Likewise.
49280         * hesiod/Makefile: Likewise.
49281         * grp/Makefile: Likewise.
49282         * csu/Makefile: Likewise.
49283         * wctype/Makefile: Likewise.
49284         * crypt/Makefile: Likewise.
49285         * libio/Makefile: Likewise.
49286         * string/Makefile: Likewise.
49287         * nis/Makefile: Likewise.
49288         * resolv/Makefile: Likewise.
49289         * stdio-common/Makefile: Likewise.
49290         * wcsmbs/Makefile: Likewise.
49291         * dlfcn/Makefile: Likewise.
49292         * posix/Makefile: Likewise.
49294         [BZ #6959]
49295         * timezone/Makefile: Don't install timezone files, just the programs
49296         and scripts.
49298 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49300         * nss/databases.def: Add missing gshadow entry.
49302         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49304 2012-03-06  Marek Polacek  <polacek@redhat.com>
49306         [BZ #13726]
49307         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49308         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49309         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49310         * stdio-common/tst-long-dbl-fphex.c: New file.
49312 2012-03-06  David S. Miller  <davem@davemloft.net>
49314         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49315         (set_obp_int): New function.
49316         (get_obp_int): New function.
49317         (__get_clockfreq_via_dev_openprom): Likewise.
49318         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49319         Avoid unused variable warnings on 'val' and use builtin_expect.
49320         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49321         __builtin_expect.
49322         (INLINE_CLONE_SYSCALL): Likewise.
49324 2012-03-05  David S. Miller  <davem@davemloft.net>
49326         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49328 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49330         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49332         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49333         only for |x| >= 40.
49334         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49336 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49338         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49339         Replace gettimeofday with __vdso_gettimeofday.
49341         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49342         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49343         __vdso_clock_gettime and __vdso_getcpu.
49345         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49346         time with __vdso_time.
49348 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49350         * manual/lang.texi (size_t): Note types to which size_t may be
49351         equivalent with the GNU C Library, but do not describe when
49352         differences between them are significant.
49354 2012-03-05  Andreas Jaeger  <aj@suse.de>
49356         * sysdeps/i386/fpu/libm-test-ulps: Update.
49358 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49360         [BZ #3976]
49361         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49362         (__ieee754_pow): Save and restore rounding mode and use
49363         round-to-nearest for main computations.
49364         * math/libm-test.inc (pow_test_tonearest): New function.
49365         (pow_test_towardzero): Likewise.
49366         (pow_test_downward): Likewise.
49367         (pow_test_upward): Likewise.
49368         (main): Call the new functions.
49369         * sysdeps/i386/fpu/libm-test-ulps: Update.
49370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49372         [BZ #3976]
49373         * math/libm-test.inc (cosh_test_tonearest): New function.
49374         (cosh_test_towardzero): Likewise.
49375         (cosh_test_downward): Likewise.
49376         (cosh_test_upward): Likewise.
49377         (sinh_test_tonearest): Likewise.
49378         (sinh_test_towardzero): Likewise.
49379         (sinh_test_downward): Likewise.
49380         (sinh_test_upward): Likewise.
49381         (main): Call the new functions.
49382         * sysdeps/i386/fpu/libm-test-ulps: Update.
49383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49385 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49387         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49388         default stack guard is set in last bytes.
49389         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49391 2012-03-05  Kees Cook  <keescook@chromium.org>
49393         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49395         [BZ #13656]
49396         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49397         possibly allocate from heap instead of stack.
49398         * stdio-common/bug-vfprintf-nargs.c: New file.
49399         * stdio-common/Makefile (tests): Add nargs overflow test.
49401 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49403         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49405 2012-03-03  Marek Polacek  <polacek@redhat.com>
49407         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49408         * math/math_private.h: Likewise.
49409         * stdlib/tst-strtod.c: Likewise.
49410         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49411         * sysdeps/x86_64/bits/atomic.h: Likewise.
49413 2012-03-02  David S. Miller  <davem@davemloft.net>
49415         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49416         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49417         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49419         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49420         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49421         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49422         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49424 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49426         [BZ #13792]
49427         * manual/examples/README: New file, says the example source files
49428         can be used under GPL>=2.
49429         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49430         line containing just "*/".
49431         * manual/examples/add.c: Add copyright header (GPL>=2).
49432         * manual/examples/argp-ex1.c: Likewise.
49433         * manual/examples/argp-ex2.c: Likewise.
49434         * manual/examples/argp-ex3.c: Likewise.
49435         * manual/examples/argp-ex4.c: Likewise.
49436         * manual/examples/atexit.c: Likewise.
49437         * manual/examples/db.c: Likewise.
49438         * manual/examples/dir.c: Likewise.
49439         * manual/examples/dir2.c: Likewise.
49440         * manual/examples/execinfo.c: Likewise.
49441         * manual/examples/filecli.c: Likewise.
49442         * manual/examples/filesrv.c: Likewise.
49443         * manual/examples/fmtmsgexpl.c: Likewise.
49444         * manual/examples/genpass.c: Likewise.
49445         * manual/examples/inetcli.c: Likewise.
49446         * manual/examples/inetsrv.c: Likewise.
49447         * manual/examples/isockad.c: Likewise.
49448         * manual/examples/longopt.c: Likewise.
49449         * manual/examples/memopen.c: Likewise.
49450         * manual/examples/memstrm.c: Likewise.
49451         * manual/examples/mkfsock.c: Likewise.
49452         * manual/examples/mkisock.c: Likewise.
49453         * manual/examples/mygetpass.c: Likewise.
49454         * manual/examples/pipe.c: Likewise.
49455         * manual/examples/popen.c: Likewise.
49456         * manual/examples/rprintf.c: Likewise.
49457         * manual/examples/search.c: Likewise.
49458         * manual/examples/select.c: Likewise.
49459         * manual/examples/setjmp.c: Likewise.
49460         * manual/examples/sigh1.c: Likewise.
49461         * manual/examples/sigusr.c: Likewise.
49462         * manual/examples/stpcpy.c: Likewise.
49463         * manual/examples/strdupa.c: Likewise.
49464         * manual/examples/strftim.c: Likewise.
49465         * manual/examples/strncat.c: Likewise.
49466         * manual/examples/subopt.c: Likewise.
49467         * manual/examples/swapcontext.c: Likewise.
49468         * manual/examples/termios.c: Likewise.
49469         * manual/examples/testopt.c: Likewise.
49470         * manual/examples/testpass.c: Likewise.
49471         * manual/examples/timeval_subtract.c: Likewise.
49473         [BZ #13792]
49474         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49475         function to ...
49476         * manual/timeval_subtract.c.texi: ... here, new file.
49478 2012-03-02  David S. Miller  <davem@davemloft.net>
49480         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49482 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49484         [BZ #3976]
49485         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49486         (__sin): Save and restore rounding mode and use round-to-nearest
49487         for all computations.
49488         (__cos): Save and restore rounding mode and use round-to-nearest
49489         for all computations.
49490         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49491         <fenv.h>.
49492         (tan): Save and restore rounding mode and use round-to-nearest for
49493         all computations.
49494         * math/libm-test.inc (cos_test_tonearest): New function.
49495         (cos_test_towardzero): Likewise.
49496         (cos_test_downward): Likewise.
49497         (cos_test_upward): Likewise.
49498         (sin_test_tonearest): Likewise.
49499         (sin_test_towardzero): Likewise.
49500         (sin_test_downward): Likewise.
49501         (sin_test_upward): Likewise.
49502         (tan_test_tonearest): Likewise.
49503         (tan_test_towardzero): Likewise.
49504         (tan_test_downward): Likewise.
49505         (tan_test_upward): Likewise.
49506         (main): Call the new functions.
49507         * sysdeps/i386/fpu/libm-test-ulps: Update.
49508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49510         [BZ #10135]
49511         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49512         small n, then large n, before computing and testing k+n.
49513         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49514         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49515         Likewise.
49516         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49517         Likewise.
49518         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49519         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49520         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49521         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49522         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49523         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49524         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49525         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49526         * math/libm-test.inc (scalbn_test): Add more tests.
49527         (scalbln_test): Likewise.
49529         * manual/filesys.texi (mode_t): Describe constraints on size and
49530         signedness, not exact equivalence to a particular type.
49531         (ino_t): Likewise.
49532         (ino64_t): Likewise.
49533         (dev_t): Likewise.
49534         (nlink_t): Likewise.
49535         (blkcnt_t): Likewise.
49536         (blkcnt64_t): Likewise.
49537         * manual/llio.texi (off_t): Likewise.
49539         [BZ #3976]
49540         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49541         (__ieee754_exp): Save and restore rounding mode and use
49542         round-to-nearest for all computations.
49543         * math/libm-test.inc (exp_test_tonearest): New function.
49544         (exp_test_towardzero): Likewise.
49545         (exp_test_downward): Likewise.
49546         (exp_test_upward): Likewise.
49547         (main): Call the new functions.
49548         * sysdeps/i386/fpu/libm-test-ulps: Update.
49549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49551 2012-03-01  Chris Demetriou  <cgd@google.com>
49553         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49554         have predictable order.
49556 2012-03-01  David S. Miller  <davem@davemloft.net>
49558         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49560         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49561         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49562         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49563         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49565         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49566         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49567         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49568         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49569         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49570         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49571         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49572         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49573         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49575         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49577         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49578         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49579         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49581         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49582         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49583         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49584         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49585         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49586         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49587         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49588         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49589         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49590         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49591         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49592         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49593         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49594         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49595         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49596         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49597         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49598         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49599         * sysdeps/sparc/elf/configure: Regenerated.
49601 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49603         * configure.in (AS, LD): Require binutils 2.20 or later.
49604         * configure: Regenerated.
49605         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49606         as required minimum version.
49607         * INSTALL: Regenerated.
49609         [BZ #2541]
49610         [BZ #4108]
49611         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49612         before squaring exponent.
49613         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49614         bottom long double and 27 bits of top long double before squaring
49615         exponent.
49616         * math/libm-test.inc (erfc_test): Add more tests.
49617         * sysdeps/i386/fpu/libm-test-ulps: Update.
49618         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49621 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49623         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49624         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49625         containing bit-fields.
49626         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49627         * soft-fp/single.h (_FP_UNION_S): Likewise.
49628         * soft-fp/double.h (_FP_UNION_D): Likewise.
49630 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49632         [BZ #13786]
49633         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49634         not include ../strcmp.S.
49635         [USE_AS_STRNCASECMP_L]: Likewise.
49636         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49637         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49638         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49639         (__strncasecmp_l_ia32): Define as alias to
49640         __strncasecmp_l_nonascii.
49642         [BZ #5794]
49643         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49644         * sysdeps/i386/fpu/libm-test-ulps: Update.
49645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49647         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49650 2012-02-29  Jeff Law  <law@redhat.com>
49652         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49653         out of bounds read.
49655 2012-02-29  Marek Polacek  <polacek@redhat.com>
49657         [BZ #13706]
49658         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49659         * elf/Makefile: Add rules to run tst-unused-dep.out.
49661 2012-02-28  David S. Miller  <davem@davemloft.net>
49663         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49664         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49665         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49666         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49667         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49668         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49670 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49672         * math/libm-test.inc (llround_test): Move one test from
49673         lround_test.  Use TEST_f_L in moved test.
49674         (lround_test): Move misplaced test to llround_test.  Add testcase
49675         from bug 2561.
49677 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49679         * sysdeps/x86_64/fpu/e_expf.S: New file.
49680         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49682 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49684         [BZ #13637]
49685         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49686         of remain_len that may cause incomplete multi-byte character and
49687         false match.
49688         * posix/bug-regex33.c: New file.
49689         * posix/Makefile (tests): Add bug-regex33.
49691 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49693         * manual/macros.texi: New file.
49694         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49695         * manual/libc.texinfo: Include macros.texi.
49696         * manual/creatute.texi: Likewise.
49697         * manual/install.texi: Likewise.
49698         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49699         @glibcadj{} in references to the GNU C Library.
49700         * manual/charset.texi: Likewise.
49701         * manual/conf.texi: Likewise.
49702         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49703         when not using those macros.
49704         * manual/creature.texi: Likewise.
49705         * manual/crypt.texi: Likewise.
49706         * manual/errno.texi: Likewise.
49707         * manual/filesys.texi: Likewise.
49708         * manual/header.texi: Likewise.
49709         * manual/install.texi: Likewise.
49710         * manual/intro.texi: Likewise.
49711         * manual/io.texi: Likewise.
49712         * manual/job.texi: Likewise.
49713         * manual/lang.texi: Likewise.
49714         * manual/libc.texiinfo: Likewise.
49715         * manual/llio.texi: Likewise.
49716         * manual/locale.texi: Likewise.
49717         * manual/maint.texi: Likewise.
49718         * manual/math.texi: Likewise.
49719         * manual/memory.texi: Likewise.
49720         * manual/message.texi: Likewise.
49721         * manual/nss.texi: Likewise.
49722         * manual/pattern.texi: Likewise.
49723         * manual/process.texi: Likewise.
49724         * manual/resource.texi: Likewise.
49725         * manual/search.texi: Likewise.
49726         * manual/setjmp.texi: Likewise.
49727         * manual/signal.texi: Likewise.
49728         * manual/socket.texi: Likewise.
49729         * manual/startup.texi: Likewise.
49730         * manual/stdio.texi: Likewise.
49731         * manual/string.texi: Likewise.
49732         * manual/sysinfo.texi: Likewise.
49733         * manual/syslog.texi: Likewise.
49734         * manual/terminal.texi: Likewise.
49735         * manual/time.texi: Likewise.
49736         * manual/users.texi: Likewise.
49737         * INSTALL: Regenerated.
49738         * NOTES: Regenerated.
49739         * sysdeps/gnu/errlist.c: Regenerated.
49741 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49743         * include/dirent.h: Include <dirstream.h> before
49744         <dirent/dirent.h>.
49746 2012-02-28  David S. Miller  <davem@davemloft.net>
49748         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49749         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49750         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49751         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49753 2012-02-27  David S. Miller  <davem@davemloft.net>
49755         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49756         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49757         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49758         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49760         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49761         frame pointer instead of stack pointer relative arg slot.
49762         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49763         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49764         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49766 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49768         [BZ #3992]
49769         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49771 2012-02-27  David S. Miller  <davem@davemloft.net>
49773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49774         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49775         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49776         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49777         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49778         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49779         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49780         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49782 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49784         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49785         later.  Allow versions 5-9.
49786         * configure: Regenerated.
49787         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49788         required minimum version and 4.6 as recommended version.  Do not
49789         mention bugs in GCC 2.7 and 2.8.
49790         * INSTALL: Regenerated.
49792 2012-02-27  David S. Miller  <davem@davemloft.net>
49794         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49795         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49796         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49797         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49798         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49799         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49800         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49801         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49803         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49804         manipulate bits before adding and subtracting TWO112[sx].
49805         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49807 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49809         [BZ #13775]
49810         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49811         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49812         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49813         being in POSIX, because they are in 1003.1-2008.
49815         * rt/tst-aio.c: Include <fcntl.h>.
49816         * rt/tst-aio7.c: Likewise.
49817         * rt/tst-aio64.c: Likewise.
49819         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49821 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49823         * manual/install.texi (--with-headers): Describe headers as
49824         interface headers, not private headers.
49825         (Specific advice for GNU/Linux systems): Describe use of headers
49826         from "make headers_install", not private headers from older
49827         kernels.
49828         * INSTALL: Regenerated.
49829         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49830         Change to 2.6.19.
49831         * sysdeps/unix/sysv/linux/configure: Regenerated.
49833         * manual/llio.texi (fclean): Remove documentation.
49835         * manual/Makefile (libc-texi-generated): New variable.  Include
49836         version.texi.
49837         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49838         $(libc-texi-generated), not duplicated list of files.
49839         (version.texi, stamp-version): New rules.
49840         (realclean): Remove $(libc-texi-generated), not individual files
49841         from that list.  Do not remove dir-add.texinfo.
49842         * manual/libc.texinfo: Comment out uses of edition numbers and
49843         references to printed manual.  Remove last-updated dates.
49844         (EDITION): Comment out.
49845         (ISBN): Likewise.
49846         (VERSION, UPDATED): Remove.
49847         (version.texi): Include.
49849 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49851         * sysdeps/posix/spawni.c: Include <signal.h>.
49852         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49853         * sysdeps/pthread/aio_fsync.c: Likewise.
49855 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49857         * conform/Makefile (tests): Run only when not cross-compiling and
49858         when fast-check is not defined.
49860         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49861         * conform/data/limits.h-data: Fixes for POSIX2008.
49862         * conform/run-conformtest.sh: Run all tests.
49863         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49864         headers.
49865         * include/bits/dlfcn.h: Likewise.
49866         * include/langinfo.h: Likewise.
49867         * include/monetary.h: Likewise.
49868         * include/sys/poll.h: Likewise.
49870         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49871         for __USE_GNU.
49872         * posix/spawn.h: Define __need_sigset_t.
49873         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49874         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49875         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49876         to get sigevent_t only.
49877         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49878         only for __USE_GNU.
49879         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49880         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49881         process_vm_writev only for __USE_GNU.
49882         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49884         * conform/Makefile: For now ignore errors from run-conformtest.
49885         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49886         POSIX to avoid namespace pollution.  Don't prepend headers.
49887         * conform/data/aio.h-data: Fixes for POSIX testing.
49888         * conform/data/fcntl.h-data: Likewise.
49889         * conform/data/glob.h-data: Likewise.
49890         * conform/data/grp.h-data: Likewise.
49891         * conform/data/pthread.h-data: Likewise.
49892         * conform/data/pwd.h-data: Likewise.
49893         * conform/data/signal.h-data: Likewise.
49894         * conform/data/spawn.h-data: Likewise.
49895         * conform/data/stdio.h-data: Likewise.
49896         * conform/data/stdlib.h-data: Likewise.
49897         * conform/data/stropts.h-data: Likewise.
49898         * conform/data/sys/mman.h-data: Likewise.
49899         * conform/data/sys/stat.h-data: Likewise.
49900         * conform/data/sys/types.h-data: Likewise.
49901         * conform/data/sys/wait.h-data: Likewise.
49902         * conform/data/time.h-data: Likewise.
49903         * conform/data/unistd.h-data: Likewise.
49904         * conform/data/utime.h-data: Likewise.
49906         * io/sys/stat.h: fchmod was always in POSIX.
49907         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49908         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49909         * rt/aio.h: Define __need_timespec before including <time.h>.
49910         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49911         struct.  Add forward declaration of pthread_attr_t and use it in
49912         sigevent.
49913         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49914         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49915         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49916         always remove CLK_TCK definition.
49918 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49920         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49922 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49924         * conform/run-conformtest.sh: New file.
49925         * conform/Makefile: Run run-conformtest for tests.
49926         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49927         support.
49929         * conform/data/uchar.h-data: New file.
49930         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49931         * conform/data/arpa/inet.h-data: Likewise.
49932         * conform/data/assert.h-data: Likewise.
49933         * conform/data/complex.h-data: Likewise.
49934         * conform/data/cpio.h-data: Likewise.
49935         * conform/data/ctype.h-data: Likewise.
49936         * conform/data/dirent.h-data: Likewise.
49937         * conform/data/dlfcn.h-data: Likewise.
49938         * conform/data/errno.h-data: Likewise.
49939         * conform/data/fcntl.h-data: Likewise.
49940         * conform/data/float.h-data: Likewise.
49941         * conform/data/fmtmsg.h-data: Likewise.
49942         * conform/data/fnmatch.h-data: Likewise.
49943         * conform/data/ftw.h-data: Likewise.
49944         * conform/data/glob.h-data: Likewise.
49945         * conform/data/grp.h-data: Likewise.
49946         * conform/data/iconv.h-data: Likewise.
49947         * conform/data/inttypes.h-data: Likewise.
49948         * conform/data/langinfo.h-data: Likewise.
49949         * conform/data/libgen.h-data: Likewise.
49950         * conform/data/limits.h-data: Likewise.
49951         * conform/data/locale.h-data: Likewise.
49952         * conform/data/math.h-data: Likewise.
49953         * conform/data/monetary.h-data: Likewise.
49954         * conform/data/mqueue.h-data: Likewise.
49955         * conform/data/ndbm.h-data: Likewise.
49956         * conform/data/net/if.h-data: Likewise.
49957         * conform/data/netdb.h-data: Likewise.
49958         * conform/data/netinet/in.h-data: Likewise.
49959         * conform/data/nl_types.h-data: Likewise.
49960         * conform/data/poll.h-data: Likewise.
49961         * conform/data/pthread.h-data: Likewise.
49962         * conform/data/pwd.h-data: Likewise.
49963         * conform/data/regex.h-data: Likewise.
49964         * conform/data/sched.h-data: Likewise.
49965         * conform/data/search.h-data: Likewise.
49966         * conform/data/semaphore.h-data: Likewise.
49967         * conform/data/setjmp.h-data: Likewise.
49968         * conform/data/signal.h-data: Likewise.
49969         * conform/data/spawn.h-data: Likewise.
49970         * conform/data/stdarg.h-data: Likewise.
49971         * conform/data/stdio.h-data: Likewise.
49972         * conform/data/stdlib.h-data: Likewise.
49973         * conform/data/string.h-data: Likewise.
49974         * conform/data/strings.h-data: Likewise.
49975         * conform/data/stropts.h-data: Likewise.
49976         * conform/data/sys/ipc.h-data: Likewise.
49977         * conform/data/sys/mman.h-data: Likewise.
49978         * conform/data/sys/msg.h-data: Likewise.
49979         * conform/data/sys/resource.h-data: Likewise.
49980         * conform/data/sys/select.h-data: Likewise.
49981         * conform/data/sys/sem.h-data: Likewise.
49982         * conform/data/sys/shm.h-data: Likewise.
49983         * conform/data/sys/socket.h-data: Likewise.
49984         * conform/data/sys/stat.h-data: Likewise.
49985         * conform/data/sys/statvfs.h-data: Likewise.
49986         * conform/data/sys/time.h-data: Likewise.
49987         * conform/data/sys/timeb.h-data: Likewise.
49988         * conform/data/sys/times.h-data: Likewise.
49989         * conform/data/sys/types.h-data: Likewise.
49990         * conform/data/sys/uio.h-data: Likewise.
49991         * conform/data/sys/un.h-data: Likewise.
49992         * conform/data/sys/utsname.h-data: Likewise.
49993         * conform/data/sys/wait.h-data: Likewise.
49994         * conform/data/syslog.h-data: Likewise.
49995         * conform/data/tar.h-data: Likewise.
49996         * conform/data/termios.h-data: Likewise.
49997         * conform/data/utime.h-data: Likewise.
49998         * conform/data/utmpx.h-data: Likewise.
49999         * conform/data/varargs.h-data: Likewise.
50000         * conform/data/wchar.h-data: Likewise.
50001         * conform/data/wctype.h-data: Likewise.
50002         * conform/data/wordexp.h-data: Likewise.
50004         * include/stropts.h: New file.
50005         * include/uchar.h: New file.
50006         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50007         * include/assert.h: Likewise.
50008         * include/ctype.h: Likewise.
50009         * include/dirent.h: Likewise.
50010         * include/dlfcn.h: Likewise.
50011         * include/fcntl.h: Likewise.
50012         * include/fnmatch.h: Likewise.
50013         * include/glob.h: Likewise.
50014         * include/grp.h: Likewise.
50015         * include/libio.h: Likewise.
50016         * include/locale.h: Likewise.
50017         * include/math.h: Likewise.
50018         * include/net/if.h: Likewise.
50019         * include/netdb.h: Likewise.
50020         * include/netinet/in.h: Likewise.
50021         * include/pthread.h: Likewise.
50022         * include/pwd.h: Likewise.
50023         * include/regex.h: Likewise.
50024         * include/sched.h: Likewise.
50025         * include/search.h: Likewise.
50026         * include/setjmp.h: Likewise.
50027         * include/signal.h: Likewise.
50028         * include/stdio.h: Likewise.
50029         * include/stdlib.h: Likewise.
50030         * include/string.h: Likewise.
50031         * include/sys/cdefs.h: Likewise.
50032         * include/sys/mman.h: Likewise.
50033         * include/sys/msg.h: Likewise.
50034         * include/sys/resource.h: Likewise.
50035         * include/sys/select.h: Likewise.
50036         * include/sys/socket.h: Likewise.
50037         * include/sys/stat.h: Likewise.
50038         * include/sys/statvfs.h: Likewise.
50039         * include/sys/time.h: Likewise.
50040         * include/sys/times.h: Likewise.
50041         * include/sys/uio.h: Likewise.
50042         * include/sys/utsname.h: Likewise.
50043         * include/sys/wait.h: Likewise.
50044         * include/termios.h: Likewise.
50045         * include/time.h: Likewise.
50046         * include/ulimit.h: Likewise.
50047         * include/unistd.h: Likewise.
50048         * include/utime.h: Likewise.
50049         * include/wchar.h: Likewise.
50050         * include/wctype.h: Likewise.
50051         * include/wordexp.h: Likewise.
50053         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50055         * time/time.h: TIME_UTC must be a macro.
50056         Make timespec_get available for ISO C11 only as well.
50058 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50060         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50061         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50063 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50065         * configure.in: Use -o not -a in test for unsupported multi-arch.
50067 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50069         * manual/texinfo.tex: Update to version 2012-01-19.16.
50071 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50073         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50075 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50077         [BZ #13738]
50078         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50079         * manual/fdl-1.3.texi: New file.
50080         * manual/fdl-1.1.texi: File removed.
50082         [BZ #13738]
50083         * manual/libc.texinfo (FDL_VERSION): New @set.
50084         Use it for mention of FDL in cover text.
50085         (Documentation License): Use it in @include file name.
50087 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50088             Roland McGrath  <roland@hack.frob.com>
50090         [BZ #5461]
50091         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50092         (not LONG_LONG_MAX and LONG_LONG_MIN.
50093         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50094         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50095         name.
50096         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50098 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50100         [BZ #2547]
50101         [BZ #11365]
50102         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50103         manipulate bits before adding and subtracting TWO23[sx].
50104         * math/libm-test.inc (nearbyint_test): Add more tests.
50106 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50108         [BZ #2548]
50109         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50110         bits before adding and subtracting TWO23[sx].
50111         * math/libm-test.inc (rint_test): Add more tests.
50112         (rint_test_tonearest): Likewise.
50113         (rint_test_towardzero): Likewise.
50114         (rint_test_downward): Likewise.
50115         (rint_test_upward: Likewise.
50117 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50119         [BZ #10110]
50120         * include/stdc-predef.h: New file.  Extracted from features.h.
50121         * include/features.h: Include stdc-predef.h.
50122         * Makefile (headers): Add stdc-predef.h.
50123         * CONFORMANCE (Compiler limitations): Update.
50125 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50127         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50129 2012-02-21  David S. Miller  <davem@davemloft.net>
50131         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50132         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50134 2012-02-20  David S. Miller  <davem@davemloft.net>
50136         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50137         using a normal save/restore sequence, rather than allocating a
50138         dummy stack frame just to store a frame pointer and restore.
50139         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50141 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50143         * manual/install.texi: Fix stray word in line-wrapped comment.
50145 2012-02-20  David S. Miller  <davem@davemloft.net>
50147         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50148         both binutils and gcc support GOTDATA.
50150         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50151         "rd %pc" in the PIC register setup sequences.
50153         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50154         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50155         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50156         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50157         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50158         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50159         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50160         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50161         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50162         (SYSCALL_ERROR_HANDLER): Likewise.
50163         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50164         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50165         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50166         (SYSCALL_ERROR_HANDLER): Likewise.
50168         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50169         (HAVE_GCC_GOTDATA): New.
50170         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50171         relocation support in both binutils and gcc.
50172         * sysdeps/sparc/elf/configure: Regenerate.
50174         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50175         * sysdeps/sparc/sparc32/elf/configure: Delete.
50176         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50177         * sysdeps/sparc/sparc64/elf/configure: Delete.
50178         * sysdeps/sparc/elf/configure.in: New file.
50179         * sysdeps/sparc/elf/configure: Generate.
50181         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50182         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50183         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50184         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50185         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50187 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50189         * manual/install.texi: Do not mention specific glibc version
50190         numbers.
50191         * manual/libc.texinfo (VERSION, UPDATED): Update.
50192         (@copying): Use @copyright{} and range of years.
50194 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50196         [BZ #13695]
50197         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50198         [crti.S not in sysdirs] (generated): Do not append.
50199         [crti.S not in sysdirs] (omit-deps): Likewise.
50200         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50201         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50202         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50203         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50204         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50205         Likewise.
50206         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50207         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50208         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50209         * csu/defs.awk: Remove file.
50210         * sysdeps/generic/initfini.c: Likewise.
50211         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50212         variable.
50213         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50214         Likewise.
50216 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50218         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50219         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50220         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50221         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50222         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50223         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50224         <bits/epoll.h>.
50225         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50226         (__EPOLL_PACKED): Define to empty if not defined by
50227         <bits/epoll.h>.
50228         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50229         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50230         bits/epoll.h.
50232 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50234         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50235         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50236         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50237         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50238         <bits/timerfd.h>.
50239         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50240         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50241         bits/timerfd.h.
50243 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50245         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50246         in C locale.
50247         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50248         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50249         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50252 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50254         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50255         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50257 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50259         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50260         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50261         defined.
50262         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50263         Likewise.
50264         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50265         entry for 2.16.
50267 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50269         * math/w_acos.c: Use non-signaling floating-point comparisons.
50270         * math/w_acosf.c: Likewise.
50271         * math/w_acosh.c: Likewise.
50272         * math/w_acoshf.c: Likewise.
50273         * math/w_acoshl.c: Likewise.
50274         * math/w_acosl.c: Likewise.
50275         * math/w_asin.c: Likewise.
50276         * math/w_asinf.c: Likewise.
50277         * math/w_asinl.c: Likewise.
50278         * math/w_atanh.c: Likewise.
50279         * math/w_atanhf.c: Likewise.
50280         * math/w_atanhl.c: Likewise.
50281         * math/w_exp2.c: Likewise.
50282         * math/w_exp2f.c: Likewise.
50283         * math/w_exp2l.c: Likewise.
50284         * math/w_j0.c: Likewise.
50285         * math/w_j0f.c: Likewise.
50286         * math/w_j0l.c: Likewise.
50287         * math/w_j1.c: Likewise.
50288         * math/w_j1f.c: Likewise.
50289         * math/w_j1l.c: Likewise.
50290         * math/w_jn.c: Likewise.
50291         * math/w_jnf.c: Likewise.
50292         * math/w_log.c: Likewise.
50293         * math/w_log10.c: Likewise.
50294         * math/w_log10f.c: Likewise.
50295         * math/w_log10l.c: Likewise.
50296         * math/w_log2.c: Likewise.
50297         * math/w_log2f.c: Likewise.
50298         * math/w_log2l.c: Likewise.
50299         * math/w_logf.c: Likewise.
50300         * math/w_logl.c: Likewise.
50301         * math/w_sqrt.c: Likewise.
50302         * math/w_sqrtf.c: Likewise.
50303         * math/w_sqrtl.c: Likewise.
50304         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50305         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50306         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50307         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50308         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50310 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50312         [BZ #9739]
50313         * manual/string.texi (strnlen): Use correct parameter name in
50314         equivalent expression.
50316 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50318         [BZ #11174]
50319         * manual/users.texi (seteuid): Consistently use neweuid for
50320         argument name.
50322 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50324         [BZ #13704]
50325         * manual/nss.texi (Services in the NSS configuration): Correct
50326         list of services in example configuration file.
50328 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50330         [BZ #11322]
50331         * manual/arith.texi: Remove statements about negative zero
50332         behaving identically to zero.
50334 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50336         [BZ #5993]
50337         * manual/install.texi: Do not document upgrading from libc5.
50339 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50341         [BZ #4596]
50342         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50344 2012-02-18  David S. Miller  <davem@davemloft.net>
50346         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50347         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50348         %o7 across the call.
50349         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50350         instead.
50351         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50352         SETUP_PIC_REG_LEAF.
50353         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50354         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50355         * sysdeps/sparc/crtn.S: Likewise.
50357 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50359         * aout/Makefile: Remove.
50361 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50363         [BZ #13058]
50364         * manual/examples/argp-ex1.c (main): Format definition in GNU
50365         style.
50366         * manual/examples/argp-ex2.c (main): Likewise.
50367         * manual/examples/argp-ex3.c (main): Likewise.
50368         * manual/examples/argp-ex4.c (main): Likewise.
50369         * manual/examples/longopt.c (main): Use new-style prototype
50370         definition.
50371         * manual/examples/strncat.c (main): Specify return type and use
50372         (void) for arguments.
50373         * manual/examples/subopt.c (main): Use char **argv argument.
50375 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50377         [BZ #5077]
50378         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50379         rounding modes.
50381 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50383         [BZ #6907]
50384         * manual/string.texi (strchr): Change when strchrnul is
50385         recommended.
50387 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50389         [BZ #174]
50390         * manual/locale.texi (setlocale): Document LOCPATH.
50392 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50394         [BZ #10210]
50395         * manual/process.texi (execle): Move @dots{} before last argument.
50397 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50399         [BZ #12047]
50400         * manual/charset.texi (Generic Charset Conversion): Fix typo
50401         (LC_TYPE -> LC_CTYPE).
50403 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50405         [BZ #5805]
50406         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50407         (scalbnf): Likewise.
50408         (scalbnl): Likewise.
50409         (scalbln): Likewise.
50410         (scalblnf): Likewise.
50411         (scalblnl): Likewise.
50412         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50413         (vwarnx): Likewise.
50414         (verr): Likewise.
50415         (verrx): Likewise.
50416         * manual/filesys.texi (telldir): Use braces around return type.
50417         * manual/llio.texi (mmap): Add space after comma.
50418         (mmap64): Likewise.
50419         * manual/math.texi (jn): Use @var{} on parameter names.
50420         (jnf): Likewise.
50421         (jnl): Likewise.
50422         (yn): Likewise.
50423         (ynf): Likewise.
50424         (ynl): Likewise.
50425         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50426         line.
50427         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50428         "...".
50429         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50430         (sched_get_priority_max): Likewise.
50431         * manual/signal.texi (sigvec): Add space after comma.
50432         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50433         names.
50434         (if_indextoname): Likewise.
50435         (if_freenameindex): Likewise.
50436         (sendto): Use ',' instead of '.' in prototype.
50437         * manual/startup.texi (syscall): Use @dots{} instead of literal
50438         "...".
50439         * manual/stdio.texi (__fpending): Separate initial words of
50440         paragraph from @deftypefun line.
50441         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50442         "...".
50443         (vsyslog): Use @var{} on parameter names.
50444         * manual/terminal.texi (stty): Use @var{} on parameter names.
50445         * manual/users.texi (getutmp): Use @var{} on parameter names.
50446         (getutmpx): Likewise.
50448 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50450         [BZ #6884]
50451         * manual/stdio.texi (fopen): Fix typos in description of
50452         ",ccs=STRING".
50454 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50456         [BZ #4026]
50457         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50458         get clock_id definition.
50460 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50462         [BZ #4822]
50463         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50464         (madvise): Cast every argument to void on its own.
50466 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50468         [BZ #9902]
50469         * manual/startup.texi (Exit Status): Fix typo.
50471 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50473         [BZ #10140]
50474         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50475         * manual/examples/argp-ex2.c: Likewise.
50476         * manual/examples/argp-ex3.c: Likewise.
50478 2012-02-16  Richard Henderson  <rth@redhat.com>
50480         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50481         * sysdeps/s390/s390-32/initfini.c: Remove.
50482         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50483         * sysdeps/s390/s390-64/initfini.c: Remove.
50485 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50487         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50488         compiler output for sysdeps/generic/initfini.c.
50489         * sysdeps/sh/elf/initfini.c: Remove file.
50491 2012-02-16  David S. Miller  <davem@davemloft.net>
50493         [BZ #11494]
50494         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50496         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50497         * sysdeps/sparc/crti.S: New file.
50498         * sysdeps/sparc/crtn.S: New file.
50499         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50500         * sysdeps/sparc/sparc64/Makefile: Likewise.
50502 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50504         [BZ #3335]
50505         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50507 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50509         [BZ #4822]
50510         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50512         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50513         (write, read, close): Likewise.
50514         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50516 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50518         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50519         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50520         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50521         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50522         <bits/signalfd.h>.
50523         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50524         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50525         bits/signalfd.h.
50527 2012-02-14  Marek Polacek  <polacek@redhat.com>
50529         * sysdeps/x86_64/crti.S: New file.
50530         * sysdeps/x86_64/crtn.S: New file.
50531         * sysdeps/x86_64/elf/initfini.c: Remove file.
50533 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50535         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50536         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50537         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50538         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50539         <bits/inotify.h>.
50540         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50541         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50542         bits/inotify.h.
50544 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50546         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50547         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50548         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50549         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50550         <bits/eventfd.h>.
50551         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50552         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50553         bits/eventfd.h.
50555 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50557         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50558         __feraiseexcept instead of feraiseexcept.
50560         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50561         nanosleep invocations.
50562         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50563         strings, and add error checking for a nanosleep invocations.
50565 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50567         Replace FSF snail mail address with URLs, as per GNU coding standards.
50568         Most of the snail mail addresses were wrong anyway, and omitting
50569         them makes the source code easier to maintain.  Almost all of the
50570         changes are to license notices and to locale LC_IDENTIFICATION
50571         addresses, except for this one:
50572         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50573         not its snail mail address.
50575 2012-02-09  Richard Henderson  <rth@twiddle.net>
50577         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50578         of kernel-features.h.
50580         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50582 2012-02-08  Marek Polacek  <polacek@redhat.com>
50584         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50585         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50586         * sysdeps/gnu/_G_config.h: Likewise.
50587         * sysdeps/generic/_G_config.h: Likewise.
50589 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50591         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50592         tests.
50593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50595         * sysdeps/powerpc/powerpc32/crti.S: New file.
50596         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50597         * sysdeps/powerpc/powerpc64/crti.S: New file.
50598         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50600         * Makeconfig (have-initfini): Don't set.
50601         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50602         * configure.in (nopic_initfini): Don't substitute.
50603         * config.h.in (HAVE_INITFINI): Don't #undef.
50604         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50605         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50607 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50609         Support crti.S and crtn.S provided directly by architectures.
50610         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50611         [crti.S in sysdirs] (omit-deps): Likewise.
50612         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50613         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50614         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50615         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50616         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50617         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50618         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50619         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50620         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50621         compiler output for sysdeps/generic/initfini.c.
50622         * sysdeps/i386/elf/Makefile: Remove file.
50623         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50625 2012-02-07  Marek Polacek  <polacek@redhat.com>
50627         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50628         * sysdeps/gnu/_G_config.h: Likewise.
50629         * sysdeps/mach/hurd/_G_config.h: Likewise.
50631 2012-02-07  Marek Polacek  <polacek@redhat.com>
50633         * math/Makefile (tests): Add tst-CMPLX2.
50634         * math/tst-CMPLX2.c: New file.
50636 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50638         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50640         * math/libm-test.inc (jn_test): Add missing L suffix.
50642 2012-02-06  Marek Polacek  <polacek@redhat.com>
50644         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50645         * sysdeps/i386/fpu/e_powf.S: Likewise.
50646         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50647         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50648         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50649         * sysdeps/i386/fpu/e_pow.S: Likewise.
50650         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50651         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50652         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50653         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50654         * sysdeps/i386/fpu/e_log2.S: Likewise.
50655         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50656         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50657         * sysdeps/i386/fpu/e_powl.S: Likewise.
50658         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50659         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50660         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50661         * sysdeps/i386/fpu/e_logl.S: Likewise.
50662         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50663         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50664         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50665         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50666         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50667         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50668         * sysdeps/i386/fpu/e_log.S: Likewise.
50669         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50670         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50671         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50672         * sysdeps/i386/fpu/e_logf.S: Likewise.
50673         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50674         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50675         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50676         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50677         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50678         * sysdeps/i386/fpu/e_log10.S: Likewise.
50679         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50680         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50681         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50682         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50683         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50684         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50685         * sysdeps/i386/asm-syntax.h: Likewise.
50686         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50687         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50688         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50689         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50690         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50691         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50692         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50693         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50694         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50695         * sysdeps/powerpc/sysdep.h: Likewise.
50696         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50697         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50699 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50701         [BZ #411]
50702         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50704 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50706         * sysdeps/i386/sysdep.h: Include <features.h>.
50707         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50708         version.
50710 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50712         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50713         Define.
50714         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50715         LOAD_PIC_REG_STR.
50717 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50719         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50720         (SETUP_PIC_REG): Use GET_PC_THUNK.
50721         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50722         macro.
50724 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50726         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50727         for non-PIC compilation.
50728         (SETUP_PIC_REG): Add .p2align directive.
50729         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50730         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50731         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50732         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50733         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50734         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50735         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50736         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50737         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50738         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50739         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50740         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50741         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50742         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50743         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50744         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50745         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50746         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50747         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50748         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50749         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50750         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50751         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50752         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50753         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50754         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50755         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50756         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50757         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50758         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50759         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50760         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50761         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50762         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50763         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50764         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50765         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50766         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50767         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50768         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50769         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50771 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50773         * math/tst-CMPLX.c: Include <stdio.h>.
50775 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50777         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50778         float.
50779         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50780         * sysdeps/sparc/bits/mathdef.h: Likewise.
50782 2012-01-31  Marek Polacek  <polacek@redhat.com>
50784         * libio/libio.h: Don't define _PARAMS.
50785         * locale/programs/config.h: Don't define PARAMS.
50786         * stdlib/strtol_l.c: Likewise.
50787         (__strtol_l): Remove PARAMS from the prototype.
50789 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50791         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50792         names.  Just use the correct names.  Remove unnecessary wrapper
50793         functions.
50794         * malloc/arena.c: Likewise.
50795         * malloc/hooks.c: Likewise.
50797         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50798         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50799         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50801 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50803         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50804         into tail calls.
50805         (update_get_addr): New function.
50806         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50807         GET_ADDR_MODULE parameter.
50809 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50811         * crypt/cert.c: Remove __STDC__ conditionals.
50812         * crypt/crypt-entry.c: Likewise.
50813         * crypt/crypt_util.c: Likewise.
50814         * libio/filedoalloc.c: Likewise.
50815         * libio/fileops.c: Likewise.
50816         * libio/genops.c: Likewise.
50817         * libio/iofclose.c: Likewise.
50818         * libio/iofdopen.c: Likewise.
50819         * libio/iofopen.c: Likewise.
50820         * libio/iofopen64.c: Likewise.
50821         * libio/iogetdelim.c: Likewise.
50822         * libio/iopopen.c: Likewise.
50823         * libio/obprintf.c: Likewise.
50824         * libio/oldfileops.c: Likewise.
50825         * libio/oldiofclose.c: Likewise.
50826         * libio/oldiofdopen.c: Likewise.
50827         * libio/oldiofopen.c: Likewise.
50828         * libio/oldiopopen.c: Likewise.
50829         * libio/wfiledoalloc.c: Likewise.
50830         * libio/wgenops.c: Likewise.
50831         * locale/programs/xmalloc.c: Likewise.
50832         * misc/syslog.c: Likewise.
50833         * stdio-common/xbug.c: Likewise.
50834         * string/memchr.c: Likewise.
50835         * string/memcmp.c: Likewise.
50836         * string/memrchr.c: Likewise.
50837         * string/rawmemchr.c: Likewise.
50838         * sysdeps/posix/getcwd.c: Likewise.
50839         * time/strftime_l.c: Likewise.
50841 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50843         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50844         * config.make.in (config-cflags-sse2avx): Define.
50845         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50846         Fix typo.
50848 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50850         * scripts/config.guess: Update from upstream config git repository.
50851         * scripts/config.sub: Likewise.
50853 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50855         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50856         (EM_NUM): Update.
50857         (R_TILEPRO_*, R_TILEGX_*): New macros.
50859         * scripts/firstversions.awk: Fix bug in version range handling.
50861         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50863         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50865         * include/sys/epoll.h: New file.
50866         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50867         libc_hidden_def.
50869 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50871         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50872         Avoid unnecessary __WORDSIZE == 64 test.
50873         (fmaxf): Use VEX format if possible.
50874         (fmax): Likewise.
50875         (fminf): Likewise.
50876         (fmin): Likewise.
50878         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50879         * math/math_private.h: Remove libc_fegetround* and
50880         libc_fesetround*.
50881         * sysdeps/i386/configure.in: Check for -msse2avx.
50882         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50883         also if SSE2AVX is defined.
50884         Remove libc_fegetround* and libc_fesetround*.
50885         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50886         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50887         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50888         of HAS_YMM_USABLE.
50889         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50890         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50891         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50892         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50893         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50895         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50897 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50899         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50900         size is not set.
50901         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50903 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50905         [BZ #13618]
50906         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50907         relocation.
50908         * Makeconfig (libm): Define.
50909         * elf/Makefile: Add rules to build and run tst-relsort1.
50910         * elf/tst-relsort1.c: New file.
50911         * elf/tst-relsort1mod1.c: New file.
50912         * elf/tst-relsort1mod2.c: New file.
50914 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50916         * math/s_ldexp.c: Remove __STDC__ conditionals.
50917         * math/s_ldexpf.c: Likewise.
50918         * math/s_ldexpl.c: Likewise.
50919         * math/s_nextafter.c: Likewise.
50920         * math/s_nexttowardf.c: Likewise.
50921         * math/s_significand.c: Likewise.
50922         * math/s_significandf.c: Likewise.
50923         * math/s_significandl.c: Likewise.
50924         * math/w_jnl.c: Likewise.
50925         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50926         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50927         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50928         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50929         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50930         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50931         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50932         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50933         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50934         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50935         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50936         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50937         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50938         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50939         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50940         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50941         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50942         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50943         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50944         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50945         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50946         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50947         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50948         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50949         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50950         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50951         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50952         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50953         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50954         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50955         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50956         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50957         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50958         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50959         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50960         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50961         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50962         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50963         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50964         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50965         * sysdeps/ieee754/k_standard.c: Likewise.
50966         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50967         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50968         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50969         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50970         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50971         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50972         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50973         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50974         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50975         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50976         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50977         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50978         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50979         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50980         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50981         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50982         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50983         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50984         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50985         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50986         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50987         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50988         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50989         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50990         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50991         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50992         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50993         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50994         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50995         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50996         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50997         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50998         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50999         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51000         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51001         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51002         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51003         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51004         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51005         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51006         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51007         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51008         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51009         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51010         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51011         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51012         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51013         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51014         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51015         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51016         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51017         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51018         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51019         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51020         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51021         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51022         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51023         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51024         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51025         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51026         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51027         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51028         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51029         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51030         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51031         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51032         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51033         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51034         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51035         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51036         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51037         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51038         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51039         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51040         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51041         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51042         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51043         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51044         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51045         * sysdeps/ieee754/s_matherr.c: Likewise.
51046         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51047         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51048         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51049         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51051 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51053         * crypt/md5.h: Remove __STDC__ conditionals.
51054         * libio/libioP.h: Likewise.
51055         * locale/programs/config.h: Likewise.
51056         * sysdeps/generic/sysdep.h: Likewise.
51057         * sysdeps/i386/asm-syntax.h: Likewise.
51058         * sysdeps/s390/asm-syntax.h: Likewise.
51059         * sysdeps/unix/sysdep.h: Likewise.
51060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51063 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51065         * libio/libio.h: Remove __STDC__ conditionals.
51066         * malloc/obstack.h: Likewise.
51067         * math/complex.h: Likewise.
51068         * math/math.h: Likewise.
51069         * sysdeps/generic/_G_config.h: Likewise.
51070         * sysdeps/gnu/_G_config.h: Likewise.
51071         * sysdeps/mach/hurd/_G_config.h: Likewise.
51072         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51073         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51074         * sysdeps/sparc/bits/mathdef.h: Likewise.
51076 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51078         [BZ #13583]
51079         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51080         Clean up HAS_* macros.
51081         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51082         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51083         possible.
51084         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51085         HAS_AVX.
51086         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51087         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51088         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51089         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51090         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51092 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51094         * elf/tst-unique3.cc (gets): Remove declaration.
51095         * elf/tst-unique3lib.cc (gets): Likewise.
51096         * elf/tst-unique3lib2.cc (gets): Likewise.
51097         * elf/tst-unique4.cc (gets): Likewise.
51099 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51101         * include/stdio.h: Add C++ protection.  Add gets declarations and
51102         definitions.
51103         * debug/tst-chk1.c: Don't declare gets here.
51104         * stdio-common/tst-gets.c: Likewise.
51106 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51108         * posix/glob: Remove directory.
51110 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51112         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51114 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51116         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51117         of the non-standard EPFNOSUPPORT.
51119 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51121         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51122         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51123         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51125 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51127         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51129 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51131         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51132         transient errors.
51133         * nscd/grpcache.c (cache_addgr): Likewise.
51134         * nscd/hstcache.c (cache_addhst): Likewise.
51135         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51136         * nscd/pwdcache.c (cache_addpw): Likewise.
51137         * nscd/servicescache.c (cache_addserv): Likewise.
51139 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51141         * malloc/malloc.c: Various cleanups.
51142         * malloc/hooks.c: Likewise.
51144         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51145         * stdlib/bug-fmtmsg1.c: New file.
51147         * stdlib/fmtmsg.c (init): Add missing unlock.
51148         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51150 2012-01-12  Marek Polacek  <polacek@redhat.com>
51152         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51153         and _GNU_SOURCE.
51155 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51157         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51158         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51159         macro to ensure uniqueness of label name.
51160         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51161         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51163 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51165         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51167         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51168         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51169         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51170         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51172 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51174         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51176         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51177         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51178         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51180         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51182         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51183         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51184         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51185         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51187         * math/bits/math-finite.h: Add ldexp support.
51189 2012-01-10  Marek Polacek  <polacek@redhat.com>
51191         * locale/programs/localedef.h (show_archive_content): Add noreturn
51192         attribute.
51194 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51196         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51198 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51200         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51202         * io/Makefile (headers): Add bits/poll2.h.
51204 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51207         typo #include statement.
51209 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51211         * include/sys/cdefs.h: Define __attribute_alloc_size.
51212         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51213         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51214         * elf/pldd.c: Likewise.
51215         * iconv/iconv_charmap.c: Likewise.
51216         * iconv/iconvconfig.c: Likewise.
51217         * iconv/strtab.c: Likewise.
51218         * locale/programs/locale.c: Likewise.
51219         * locale/programs/localedef.h: Likewise.
51220         * locale/programs/simple-hash.c: Likewise.
51221         * nscd/nscd.h: Likewise.
51222         * nss/makedb.c: Likewise.
51223         * sysdeps/generic/ldconfig.h: Likewise.
51224         * locale/programs/localedef.c: Remove xmalloc prototype.
51225         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51227 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51229         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51230         appropriate.
51232 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51234         * math/Makefile (tests): Add tst-CMPLX.
51235         * math/tst-CMPLX.c: New file.
51237         * math/complex.h (CMPLXL): Fix typo.
51239         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51240         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51241         GLIBC_2.16.
51242         * debug/tst-chk1.c: Add poll and ppoll tests.
51243         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51244         * include/sys/poll.h: Add hidden proto for ppoll.
51245         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51246         * sysdeps/mach/hurd/ppoll.c: Likewise.
51247         * io/ppoll.c: Likewise.
51248         * debug/poll_chk.c: New file.
51249         * debug/ppoll_chk.c: New file.
51250         * include/bits/poll2.h: New file.
51251         * io/bits/poll2.h: New file.
51253         [BZ #1350]
51254         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51256         * configure.in: static is always set to yes.  Remove.
51257         * config.make.in: Don't set build-static.
51258         * Makeconfig: Remove use of build-static.
51259         * dlfcn/Makefile: Likewise.
51260         * elf/Makefile: Likewise.
51261         * math/Makefile: Likewise.
51262         * misc/Makefile: Likewise.
51263         * nptl/Makefile: Likewise.
51264         * sysdeps/mach/hurd/Makefile: Likewise.
51266         * configure.in: PWD_P is not used anymore.
51267         * config.make.in: Remove PWD_P entry.
51269         * configure.in: Remove last remnants of RANLIB.
51270         No need to check for signed size_t anymore.
51271         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51272         and IA-64.
51273         Remove __builtin_expect test because we require at least gcc 3.4.
51274         * aclocal.m4: Likewise.
51276         * wcsmbs/mbrtoc16.c: Implement using towc function.
51277         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51278         * wcsmbs/wcsmbsload.c: Likewise.
51279         * iconv/gconv_simple.c: Likewise.
51280         * iconv/gconv_int.h: Likewise.
51281         * iconv/gconv_builtin.h: Likewise.
51282         * iconv/iconv_prog.c: Remove CHAR16 handling.
51284         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51286         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51288         * configure.in: Remove --with-elf and --enable-bounded options.
51289         Dont set base_machine for ia64.  More non-ELF conditions removed.
51290         Remove testing and setting of leading underscore information.
51291         * config.make.in (build-bounded): Set to no.
51292         * config.h.in: Remove NO_UNDERSCORES entry.
51293         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51294         them.
51295         * csu/start.c: Remove !NO_UNDERSCORE code.
51296         * locale/localeinfo.h: Likewise.
51297         * sysdeps/generic/machine-gmon.h: Likewise.
51298         * sysdeps/generic/sysdep.h: Likewise.
51299         * sysdeps/i386/sysdep.h: Likewise.
51300         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51301         * sysdeps/mach/sysdep.h: Likewise.
51302         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51303         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51304         * sysdeps/sh/sysdep.h: Likewise.
51305         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51306         * sysdeps/unix/i386/sysdep.S: Likewise.
51307         * sysdeps/unix/sparc/start.c: Likewise.
51308         * sysdeps/unix/sparc/sysdep.S: Likewise.
51309         * sysdeps/unix/sparc/sysdep.h: Likewise.
51310         * sysdeps/unix/start.c: Likewise.
51311         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51312         * sysdeps/x86_64/sysdep.h: Likewise.
51314 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51316         [BZ #13553]
51317         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51318         for non-gcc.
51319         * argp/argp-fmtstream.h: Use const instead __const.
51320         * argp/argp.h: Likewise.
51321         * assert/assert.h: Likewise.
51322         * bits/fenv.h: Likewise.
51323         * bits/sched.h: Likewise.
51324         * bits/sigset.h: Likewise.
51325         * bits/sigthread.h: Likewise.
51326         * catgets/nl_types.h: Likewise.
51327         * conform/data/pthread.h-data: Likewise.
51328         * crypt/crypt-private.h: Likewise.
51329         * crypt/crypt.h: Likewise.
51330         * crypt/crypt_util.c: Likewise.
51331         * ctype/ctype.h: Likewise.
51332         * debug/execinfo.h: Likewise.
51333         * debug/mbsnrtowcs_chk.c: Likewise.
51334         * debug/mbsrtowcs_chk.c: Likewise.
51335         * debug/wcsnrtombs_chk.c: Likewise.
51336         * debug/wcsrtombs_chk.c: Likewise.
51337         * debug/wcstombs_chk.c: Likewise.
51338         * dirent/dirent.h: Likewise.
51339         * dlfcn/dlfcn.h: Likewise.
51340         * elf/neededtest4.c: Likewise.
51341         * grp/grp.h: Likewise.
51342         * gshadow/gshadow.h: Likewise.
51343         * iconv/gconv.h: Likewise.
51344         * iconv/gconv_int.h: Likewise.
51345         * iconv/gconv_simple.c: Likewise.
51346         * iconv/iconv.h: Likewise.
51347         * iconv/loop.c: Likewise.
51348         * iconv/skeleton.c: Likewise.
51349         * include/aio.h: Likewise.
51350         * include/aliases.h: Likewise.
51351         * include/argz.h: Likewise.
51352         * include/arpa/inet.h: Likewise.
51353         * include/assert.h: Likewise.
51354         * include/dirent.h: Likewise.
51355         * include/dlfcn.h: Likewise.
51356         * include/execinfo.h: Likewise.
51357         * include/fcntl.h: Likewise.
51358         * include/fenv.h: Likewise.
51359         * include/glob.h: Likewise.
51360         * include/grp.h: Likewise.
51361         * include/libintl.h: Likewise.
51362         * include/mntent.h: Likewise.
51363         * include/netdb.h: Likewise.
51364         * include/pwd.h: Likewise.
51365         * include/rpc/netdb.h: Likewise.
51366         * include/sched.h: Likewise.
51367         * include/search.h: Likewise.
51368         * include/shadow.h: Likewise.
51369         * include/signal.h: Likewise.
51370         * include/stdio.h: Likewise.
51371         * include/stdlib.h: Likewise.
51372         * include/string.h: Likewise.
51373         * include/sys/socket.h: Likewise.
51374         * include/sys/stat.h: Likewise.
51375         * include/sys/statfs.h: Likewise.
51376         * include/sys/statvfs.h: Likewise.
51377         * include/sys/syslog.h: Likewise.
51378         * include/sys/time.h: Likewise.
51379         * include/sys/uio.h: Likewise.
51380         * include/time.h: Likewise.
51381         * include/unistd.h: Likewise.
51382         * include/utmp.h: Likewise.
51383         * include/wchar.h: Likewise.
51384         * include/wctype.h: Likewise.
51385         * inet/aliases.h: Likewise.
51386         * inet/arpa/inet.h: Likewise.
51387         * inet/netinet/ether.h: Likewise.
51388         * inet/netinet/in.h: Likewise.
51389         * intl/libintl.h: Likewise.
51390         * io/bits/fcntl2.h: Likewise.
51391         * io/fcntl.h: Likewise.
51392         * io/ftw.h: Likewise.
51393         * io/sys/poll.h: Likewise.
51394         * io/sys/stat.h: Likewise.
51395         * io/sys/statfs.h: Likewise.
51396         * io/sys/statvfs.h: Likewise.
51397         * io/utime.h: Likewise.
51398         * libio/bits/stdio.h: Likewise.
51399         * libio/bits/stdio2.h: Likewise.
51400         * libio/libio.h: Likewise.
51401         * libio/libioP.h: Likewise.
51402         * libio/stdio.h: Likewise.
51403         * locale/lc-ctype.c: Likewise.
51404         * locale/locale.h: Likewise.
51405         * login/utmp.h: Likewise.
51406         * malloc/arena.c: Likewise.
51407         * malloc/malloc.c: Likewise.
51408         * malloc/malloc.h: Likewise.
51409         * malloc/mcheck.c: Likewise.
51410         * malloc/mtrace.c: Likewise.
51411         * math/bits/mathcalls.h: Likewise.
51412         * math/fenv.h: Likewise.
51413         * math/math_private.h: Likewise.
51414         * misc/bits/error.h: Likewise.
51415         * misc/bits/syslog.h: Likewise.
51416         * misc/err.h: Likewise.
51417         * misc/error.h: Likewise.
51418         * misc/fstab.h: Likewise.
51419         * misc/mntent.h: Likewise.
51420         * misc/regexp.h: Likewise.
51421         * misc/search.h: Likewise.
51422         * misc/sgtty.h: Likewise.
51423         * misc/sys/mman.h: Likewise.
51424         * misc/sys/syslog.h: Likewise.
51425         * misc/sys/uio.h: Likewise.
51426         * misc/sys/xattr.h: Likewise.
51427         * misc/ttyent.h: Likewise.
51428         * nis/rpcsvc/ypclnt.h: Likewise.
51429         * nss/nss.h: Likewise.
51430         * posix/bits/unistd.h: Likewise.
51431         * posix/fnmatch.h: Likewise.
51432         * posix/glob.h: Likewise.
51433         * posix/sched.h: Likewise.
51434         * posix/spawn.h: Likewise.
51435         * posix/sys/wait.h: Likewise.
51436         * posix/unistd.h: Likewise.
51437         * posix/wordexp.h: Likewise.
51438         * pwd/pwd.h: Likewise.
51439         * resolv/netdb.h: Likewise.
51440         * resource/sys/resource.h: Likewise.
51441         * rt/aio.h: Likewise.
51442         * rt/bits/mqueue2.h: Likewise.
51443         * rt/mqueue.h: Likewise.
51444         * shadow/shadow.h: Likewise.
51445         * signal/signal.h: Likewise.
51446         * socket/send.c: Likewise.
51447         * socket/sendto.c: Likewise.
51448         * socket/sys/socket.h: Likewise.
51449         * stdio-common/printf.h: Likewise.
51450         * stdlib/bits/stdlib.h: Likewise.
51451         * stdlib/fmtmsg.h: Likewise.
51452         * stdlib/monetary.h: Likewise.
51453         * stdlib/stdlib.h: Likewise.
51454         * stdlib/ucontext.h: Likewise.
51455         * streams/stropts.h: Likewise.
51456         * string/argz.h: Likewise.
51457         * string/bits/string2.h: Likewise.
51458         * string/string.h: Likewise.
51459         * string/strings.h: Likewise.
51460         * sunrpc/rpc/auth.h: Likewise.
51461         * sunrpc/rpc/auth_des.h: Likewise.
51462         * sunrpc/rpc/clnt.h: Likewise.
51463         * sunrpc/rpc/netdb.h: Likewise.
51464         * sunrpc/rpc/pmap_clnt.h: Likewise.
51465         * sunrpc/rpc/xdr.h: Likewise.
51466         * sysdeps/generic/inttypes.h: Likewise.
51467         * sysdeps/generic/net/if.h: Likewise.
51468         * sysdeps/generic/sys/swap.h: Likewise.
51469         * sysdeps/gnu/net/if.h: Likewise.
51470         * sysdeps/gnu/utmpx.h: Likewise.
51471         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51472         * sysdeps/i386/i486/bits/string.h: Likewise.
51473         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51474         * sysdeps/s390/bits/string.h: Likewise.
51475         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51476         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51477         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51478         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51479         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51480         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51481         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51482         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51483         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51484         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51485         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51486         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51487         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51488         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51489         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51490         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51491         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51492         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51493         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51494         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51495         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51496         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51497         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51498         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51499         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51500         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51501         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51502         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51503         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51504         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51505         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51506         * sysvipc/sys/ipc.h: Likewise.
51507         * sysvipc/sys/msg.h: Likewise.
51508         * sysvipc/sys/sem.h: Likewise.
51509         * sysvipc/sys/shm.h: Likewise.
51510         * termios/termios.h: Likewise.
51511         * time/sys/time.h: Likewise.
51512         * time/time.h: Likewise.
51513         * wcsmbs/bits/wchar2.h: Likewise.
51514         * wcsmbs/uchar.h: Likewise.
51515         * wcsmbs/wchar.h: Likewise.
51516         * wctype/wctype.h: Likewise.
51518         [BZ #13551]
51519         * Makeconfig: Remove all but ELF support including AIX support.
51520         * Makerules: Likewise.
51521         * config.h.in: Likewise.
51522         * config.make.in: Likewise.
51523         * configure: Likewise.
51524         * configure.in: Likewise.
51525         * csu/Makefile: Likewise.
51526         * csu/version.c: Likewise.
51527         * debug/Makefile: Likewise.
51528         * dlfcn/Makefile: Likewise.
51529         * elf/Makefile: Likewise.
51530         * extra-lib.mk: Likewise.
51531         * iconv/Makefile: Likewise.
51532         * include/libc-symbols.h: Likewise.
51533         * include/shlib-compat.h: Likewise.
51534         * resolv/Makefile: Likewise.
51535         * resolv/res_libc.c: Likewise.
51536         * rt/Makefile: Likewise.
51537         * sysdeps/i386/asm-syntax.h: Likewise.
51538         * sysdeps/i386/sysdep.h: Likewise.
51539         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51540         * sysdeps/mach/sysdep.h: Likewise.
51541         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51542         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51543         * sysdeps/s390/asm-syntax.h: Likewise.
51544         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51545         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51546         * sysdeps/sh/sysdep.h: Likewise.
51547         * sysdeps/unix/sparc/sysdep.h: Likewise.
51548         * sysdeps/wordsize-32/divdi3.c: Likewise.
51549         * sysdeps/x86_64/sysdep.h: Likewise.
51551         * argp/Versions: Remove _argp_unlock_xxx.
51553         [BZ #13559]
51554         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51555         * abilist/libBrokenLocale.abilist: Likewise.
51556         * abilist/libanl.abilist: Likewise.
51557         * abilist/libc.abilist: Likewise.
51558         * abilist/libcrypt.abilist: Likewise.
51559         * abilist/libdl.abilist: Likewise.
51560         * abilist/libm.abilist: Likewise.
51561         * abilist/libnsl.abilist: Likewise.
51562         * abilist/libpthread.abilist: Likewise.
51563         * abilist/libresolv.abilist: Likewise.
51564         * abilist/librt.abilist: Likewise.
51565         * abilist/libthread_db.abilist: Likewise.
51566         * abilist/libutil.abilist: Likewise.
51567         * abilist/libnss_db.abilist: New file.
51569         * scripts/abilist.awk: Add support for indirect functions.
51571         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51573         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51575         * shlib-versions: Remove entries for ports architectures.
51577         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51578         files in ports.
51579         * elf/stackguard-macros.h: Remove support for IA-64.
51580         * elf/tst-auditmod1.c: Likewise.
51581         * sysdeps/generic/ldsodefs.h: Likewise.
51583         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51584         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51585         configure files.
51587         [BZ #13552]
51588         * configure.in: Remove --enable-omitfp support.
51589         * FAQ.in: Adjust.
51590         * config.make.in: Likewise.
51591         * Makeconfig: Likewise.
51592         * manual/install.texi: Likewise.
51594         In case anyone cares, the IA-64 architecture could move to ports.
51595         * sysdeps/ia64/*: Removed.
51596         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51597         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51599         [BZ #13555]
51600         * configure.in: Remove entries for unsupported architectures.
51602         [BZ #13533]
51603         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51604         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51605         routines.
51606         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51607         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51608         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51609         fall back to using wcrtomb.
51610         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51611         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51612         renaming.
51613         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51614         * wcsmbs/tst-c16c32-1.c: New file.
51616         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51617         local variable.
51619         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51621         * elf/tst-unique3.cc: Add explicit declaration of gets.
51622         * elf/tst-unique3lib.cc: Likewise.
51623         * elf/tst-unique3lib2.cc: Likewise.
51624         * elf/tst-unique4.cc: Likewise.
51626         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51628 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51630         [BZ #13566]
51631         * assert/assert.h (static_assert): Don't define for C++.
51632         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51633         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51635 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51637         * iconv/loop.c (single loop): Fix assertion in storing of
51638         remaining bytes.
51640         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51642 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51644         * posix/getconf.c: Update copyright year.
51645         * nss/getent.c: Likewise.
51646         * nss/makedb.c: Likewise.
51647         * iconv/iconvconfig.c: Likewise.
51648         * iconv/iconv_prog.c: Likewise.
51649         * elf/ldconfig.c: Likewise.
51650         * elf/pldd.c: Likewise.
51651         * elf/sotruss.ksh: Likewise.
51652         * catgets/gencat.c: Likewise.
51653         * csu/version.c: Likewise.
51654         * elf/ldd.bash.in: Likewise.
51655         * elf/sprof.c (print_version): Likewise.
51656         * locale/programs/locale.c: Likewise.
51657         * locale/programs/localedef.c: Likewise.
51658         * login/programs/pt_chown.c: Likewise.
51659         * nscd/nscd.c (print_version): Likewise.
51660         * debug/xtrace.sh: Likewise.
51661         * malloc/memusage.sh: Likewise.
51662         * malloc/mtrace.pl: Likewise.
51663         * debug/catchsegv.sh: Likewise.
51665 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51667         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51668         pure attribute.
51670 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51672         [BZ #13533]
51673         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51674         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51675         transformations.
51676         * iconv/gconv_int.h: Likewise.
51677         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51678         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51679         from libc for GLIBC_2.16.
51680         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51681         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51682         * wcsmbs/uchar.h: Really define mbstate_t.
51683         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51684         * wcsmbs/c16rtomb.c: New file.
51685         * wcsmbs/mbrtoc16.c: New file.
51686         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51687         for C/POSIX locale.
51688         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51689         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51691         * wcsmbs/wchar.h: Add missing __restrict.
51693 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51695         [BZ #13532]
51696         * time/Makefile (routines): Add timespec_get.
51697         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51698         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51699         timespec for ISO C11.
51700         * time/timespec_get.c: New file.
51701         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51702         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51704         [BZ #13531]
51705         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51706         * stdlib/stdlib.h: Declare aligned_alloc.
51707         * Versions.def: Add GLIBC_2.16 for libc.
51708         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51710         [BZ 13527]
51711         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51712         ISO C11.
51714         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51715         code.
51717         [BZ #13528]
51718         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51720         [BZ #13529]
51721         * assert/assert.h (static_assert): Define.
51723         * version.h: Update for 2.16 development version.
51725         [BZ #13526]
51726         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51727         _ISOC11_SOURCE.
51729         * version.h (RELEASE): Bump for 2.15 release.
51730         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51732         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51733         Patch by Marek Polacek <mpolacek@redhat.com>.
51735         * bits/byteswap.h: Protect long long constants with __extension__.
51736         * sysdeps/i386/bits/byteswap.h: Likewise.
51737         * sysdeps/ia64/bits/byteswap.h: Likewise.
51738         * sysdeps/s390/bits/byteswap.h: Likewise.
51739         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51741 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51743         [BZ #13540]
51744         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51745         destination buffer.
51746         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51748 2011-12-23  Marek Polacek  <polacek@redhat.com>
51750         * elf/dl-addr.c (determine_info): Add inline keyword.
51751         * elf/tst-auditmod4b.c (check_avx): Likewise.
51752         * elf/tst-auditmod6b.c (check_avx): Likewise.
51753         * elf/tst-auditmod6c.c (check_avx): Likewise.
51754         * elf/tst-auditmod7b.c (check_avx): Likewise.
51756 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51758         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51759         !__SSE_MATH__.
51761 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51763         [BZ #13540]
51764         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51765         processing for last bytes.
51767 2011-08-06  Bruno Haible  <bruno@clisp.org>
51769         [BZ #13061]
51770         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51771         U+0385, not to U+1FEE.
51773         [BZ #13062]
51774         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51775         entry for U+00A5 U+0301.
51777 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51779         [BZ #13166]
51780         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51781         buffer for the output is too small.
51783         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51784         optimization.
51786         [BZ #13185]
51787         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51788         SSE flags if possible.
51790 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51792         [BZ #13540]
51793         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51794         processing for last bytes.
51796 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51798         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51799         (syscall-list-default-options, syscall-list-default-condition)
51800         (syscall-list-includes): Define.
51801         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51802         list of ABIs and options and #if conditions for each ABI.  Do not
51803         handle common syscalls between ABIs specially.
51804         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51805         Remove.
51806         (syscall-list-variants, syscall-list-32bit-options)
51807         (syscall-list-32bit-condition, syscall-list-64bit-options)
51808         (syscall-list-64bit-condition): Define.
51809         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51810         (syscall-list-variants, syscall-list-32bit-options)
51811         (syscall-list-32bit-condition, syscall-list-64bit-options)
51812         (syscall-list-64bit-condition): Define.
51813         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51814         Remove.
51815         (syscall-list-variants, syscall-list-32bit-options)
51816         (syscall-list-32bit-condition, syscall-list-64bit-options)
51817         (syscall-list-64bit-condition): Define.
51818         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51819         Remove.
51820         (syscall-list-variants, syscall-list-32bit-options)
51821         (syscall-list-32bit-condition, syscall-list-64bit-options)
51822         (syscall-list-64bit-condition): Define.
51824 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51826         * locale/iso-639.def: Add brx entry.
51828         [BZ #13328]
51829         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51830         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51832         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51833         __feraiseexcept_renamed.
51835 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51837         [BZ #13538]
51838         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51839         EPOLLET with unsigned values.
51840         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51841         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51843         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51844         to large cancellation.
51845         * math/s_cacoshf.c: Likewise.
51846         * math/s_cacoshl.c: Likewise.
51848 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51850         [BZ #13305]
51851         [BZ #12786]
51852         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51853         * math/s_cacoshf.c: Likewise.
51854         * math/s_cacoshl.c: Likewise.
51856 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51858         [BZ #13439]
51859         * iconv/gconv.h: Define __GCONV_SWAP.
51860         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51861         * iconvdata/utf-16.c: Likewise.
51862         * iconvdata/utf-32.c: Likewise.
51864 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51866         [BZ #13524]
51867         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51868         numerator after shifting it by one limb.
51870 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51872         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51873         under [__USE_EXTERN_INLINES].
51875 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51877         [BZ #13446]
51878         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51880 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51882         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51883         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51884         optimized code.
51885         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51886         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51887         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51888         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51889         for strncasecmp/strncasecmp_l compilation.
51890         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51891         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51893 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51895         [BZ #13484]
51896         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51897         of __asm__.
51899 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51901         [BZ #13506]
51902         * time/tzfile.c (__tzfile_read): Check values from file header.
51904 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51906         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51907         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51908         * powerpc/powerpc32/dl-start.S: Likewise.
51909         * powerpc/powerpc32/elf/start.S: Likewise.
51910         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51911         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51912         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51913         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51914         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51915         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51916         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51917         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51918         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51919         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51920         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51921         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51922         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51923         * powerpc/powerpc32/memset.S: Likewise.
51924         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51925         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51926         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51927         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51928         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51929         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51930         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51931         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51932         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51933         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51934         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51935         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51936         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51938 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51940         * math/libm-test.inc: Added more nearbyint tests.
51941         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51942         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51943         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51944         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51946 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51948         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51949         FD_CLOEXEC.
51951 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51953         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51954         Add wcscpy-ssse3 wcscpy-c.
51955         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51956         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51957         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51958         * sysdeps/x86_64/wcschr.S: New file.
51959         * sysdeps/x86_64/wcsrchr.S: New file.
51960         * string/test-strcmp.c: Remove checking of wcscmp function for
51961         wrong alignments.
51962         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51963         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51964         wcsrchr-sse2 wcsrchr-c.
51965         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51966         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51967         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51968         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51969         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51970         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51971         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51972         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51973         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51974         * wcsmbc/wcschr.c (WCSCHR): New macro.
51976 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51978         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51979         * wcsmbs/test-wcsrchr.c: New file.
51980         * string/test-strrchr.c: Add wcsrchr support.
51981         (WIDE): New macro.
51982         * wcsmbs/test-wcscpy.c: New file.
51983         * string/test-strcpy.c: Add wcscpy support.
51984         (WIDE): New macro.
51986 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51988         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51989         the inner loop.
51991 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51993         [BZ #13472]
51994         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51996 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51998         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51999         Minor optimizations.
52001         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52002         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52003         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52005 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52007         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52008         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52009         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52010         for gcc to avoid warnings.
52011         * inet/Makefile (tests): Add tst-checks.
52012         * inet/tst-checks.c: New file.
52014         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52015         warning.
52017         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52018         __wmemcmp_sse2.
52020         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52021         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52023         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52025 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52027         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52028         problem.
52030         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52032 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52034         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52035         conditional on GCC version.
52036         (__arch_compare_and_exchange_val_8_acq)
52037         (__arch_compare_and_exchange_val_16_acq)
52038         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52039         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52040         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52042 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52044         * sysdeps/sh/backtrace.c: New file.
52046 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52048         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52049         parenthesis.
52051 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52053         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52054         falling back to utime.
52056 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52058         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52059         expectations for float.
52061 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52063         * locale/weight.h (findidx): Add parameter len.
52064         * locale/weightwc.h (findidx): Likewise.
52065         * posix/fnmatch_loop.c (FCT): Adjust caller.
52066         * posix/regcomp.c (build_equiv_class): Likewise.
52067         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52068         * posix/regexec.c (check_node_accept_bytes): Likewise.
52069         * string/strcoll_l.c (STRCOLL): Likewise.
52070         * string/strxfrm_l.c (STRXFRM): Likewise.
52072 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52074         * Makefile.in: Remove CVSOPT handling.
52075         * configure.in: Remove use of AC_REVISION.
52076         * iconvdata/Makefile (distribute): No need to filter out CVS.
52077         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52078         handling.
52080 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52082         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52083         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52084         [USE_AS_STRNCASECMP_L]: Likewise.
52085         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52086         NO_TLS_DIRECT_SEG_REFS.
52087         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52088         Fix argument offsets for non-PIC.
52089         [USE_AS_STRNCASECMP_L]: Likewise.
52090         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52091         NO_TLS_DIRECT_SEG_REFS.
52093 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52095         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52096         O_CLOEXEC.
52097         * locale/loadlocale.c (_nl_load_locale): Likewise.
52099 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52101         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52102         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52103         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52104         (SYSCALL_GETTIME): Set errno on error.
52106         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52107         count references to noai6ai_cached.
52109 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52111         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52113         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52114         FD_CLOEXEC for /proc/self/maps.
52116         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52117         FD_CLOEXEC for /proc/meminfo.
52119         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52120         gai.conf.
52122         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52123         FD_CLOEXEC for given file.
52125         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52127         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52128         FD_CLOEXEC for /etc/hosts.
52129         (_gethtent): Likewise.
52131         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52133         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52134         cancellation and set FD_CLOEXEC for /etc/netgroup.
52136         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52137         reading /etc/publickey.
52139         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52140         allow cancellation when reading /etc/group.
52142         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52143         cancellation.
52144         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52146         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52147         when using data file.
52149         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52151         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52152         (write_nis_obj): Use "c" and "e" in fopen.
52154         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52156         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52158         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52160         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52162         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52163         locale.alias.
52165         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52167         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52169         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52171         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52172         file parsing and set FD_CLOEXEC.
52174 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52176         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52178 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52180         * malloc/arena.c (arena_get2): Don't call reused_arena when
52181         _int_new_arena failed.
52183 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52185         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52186         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52187         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52188         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52189         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52190         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52191         to compile strcasecmp and strncasecmp.
52192         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52193         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52195         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52197 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52199         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52200         locale-defines.sym to gen-as-const-headers.
52201         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52202         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52203         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52204         to compile strcasecmp and strncasecmp.
52205         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52206         strcasecmp_l and strncasecmp_l.
52207         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52208         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52209         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52210         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52211         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52212         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52213         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52214         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52215         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52216         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52217         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52219 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52221         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52222         result of SYSDEP_GETTIME_CPU to retval.
52223         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52224         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52226         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52227         variable.
52229         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52230         mantissa words.
52231         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52233         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52234         from unused variable.
52236         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52237         DWARF definitions.
52238         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52239         for assembling.
52241         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52242         over namespaces.
52244         * sunrpc/rpc_prot.c (rejected): Fix case value.
52246         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52247         unsigned long long int to avoid warnings in shift.
52249         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52250         of use of trans.
52251         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52252         variable tmp.
52254         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52255         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52256         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52258         * nis/nis_table.c (nis_list): Use variable of correct type for
52259         result of __follow_path call.
52261 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52263         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52264         of math functions ceil, trunc, floor, round, and sqrt, when
52265         avaliable on the platform.
52266         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52267         name clash.
52268         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52269         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52270         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52272 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52274         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52275         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52277 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52279         * include/unistd.h: Fix __readlink return type.
52280         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52282 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52284         * stdlib/ucontext.h: Undo last change for makecontext.
52286 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52288         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52290         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52291         * setjmp/setjmp.h: Mark functions as non-leaf.
52292         * setjmp/bits/setjmp2.h: Likewise.
52293         * stdlib/ucontext.h: Likewise.
52295 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52297         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52298         (reused_arena): Don't check arena limit.
52299         (arena_get2): Atomically check arena limit.
52301 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52303         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52304         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52306         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52307         instructions.
52309 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52311         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52312         handler when locking.
52314         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52315         Fix size of allocated buffer.
52317 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52319         [BZ #10103]
52320         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52321         declarations for long double functions.
52322         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52324         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52326 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52328         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52329         installed.
52331         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52332         is disabled.
52334 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52336         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52338 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52340         * include/alloca.h (stackinfo_alloca_round): Define.
52341         (extend_alloca): Use it.
52342         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52343         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52344         here.
52346         * scripts/check-local-headers.sh: Ignore libaudit.h.
52348         * nscd/Makefile (extra-objs): Make recursively expanded.
52350 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52352         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52353         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52355         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52356         * posix/tst-rfc3484-2.c: Likewise.
52357         * posix/tst-rfc3484-3.c: Likewise.
52359         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52360         process_vm_writev.
52361         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52362         process_vm_writev.
52363         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52364         process_vm_writev from libc using GLIBC_2.15 version.
52366         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52368 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52370         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52371         stack usage.
52373 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52375         [BZ #13367]
52376         * nss/getent.c (initgroups_keys): Show error message in case no group
52377         names are given.
52379         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52380         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52381         __bump_nl_timestamp.
52382         * nscd/connections (nscd_init): When host database is served open
52383         netlink socket and request notification about configuration changes.
52384         (main_loop_poll): Track netlink file descriptor and bump timestamp
52385         in case data becomes available.
52386         (main_loop_epoll): Likewise.
52387         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52388         (database_pers_head): Add extra_data fileds.
52389         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52390         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52391         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52392         Adjust caller.
52393         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52394         in6ai data, call __free_in6ai.
52395         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52396         Add -DHAVE_NETLINK.
52397         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52398         interface information.  Reuse previous data if netlink timestamp
52399         is not changed.
52400         (__bump_nl_timestamp): New function.
52401         (__free_in6ai): New function.
52403 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52405         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52406         close_not_cancel_no_status here.
52407         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52409 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52411         [BZ #13276]
52412         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52413         return value.
52415         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52416         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52417         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52419 2011-07-03  Andreas Jaeger  <aj@suse.de>
52421         [BZ #10709]
52422         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52423         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52424         * math/libm-test.inc (sin_test): Add test case.
52426 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52428         [BZ #13337]
52429         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52430         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52432         * elf/chroot_canon.c (chroot_canon): Cleanups.
52434         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52436         [BZ #13335]
52437         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52438         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52440         * string/test-strchr.c: Make usable for strchrnul testing.
52441         * string/test-strchrnul.c: New file.
52442         * string/Makefile (strop-tests): Add strchrnul.
52444         * po/it.po: Update from translation team.
52445         * po/es.po: Likewise.
52447 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52449         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52450         the three constants needed as parameters.  Drop the others.
52451         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52452         __m128i_strloadu_tolower.
52453         Create and initialize variable zero and use it in all the places
52454         where _mm_setzero_si128 was used.
52456         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52457         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52458         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52459         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52460         anymore.
52461         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52462         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52463         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52464         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52465         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52466         __mpranred, __mptan.
52467         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52468         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52469         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52470         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52471         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52472         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52473         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52474         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52475         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52477 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52479         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52480         redefine if SHARED.
52481         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52483         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52484         wide char related routines to wcsmbs subdir.
52486 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52488         [BZ #13344]
52489         * misc/sys/cdefs.h (__THROWNL): Define.
52490         * posix/unistd.h: Use __THREADNL instead of __THREAD
52491         for memory synchronization functions.
52493 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52495         [BZ #13349]
52496         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52497         doesn't exist.
52498         * manual/stdio.texi (Obstack Streams): Node removed.
52500 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52502         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52503         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52504         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52506         * math/math_private.h (math_force_eval): Allow non-addressable
52507         arguments.
52508         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52510 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52512         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52513         file is not needed.
52515         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52516         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52517         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52518         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52519         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52520         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52521         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52522         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52523         Add AVX variants.
52524         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52525         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52526         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52527         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52528         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52529         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52530         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52531         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52532         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52533         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52534         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52535         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52536         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52537         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52538         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52539         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52540         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52541         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52542         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52544         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52545         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52547         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52548         place.  Use VEX encoding when compiling for AVX.
52550 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52552         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52553         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52555         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52557 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52559         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52560         useless if() expression.
52561         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52562         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52563         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52564         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52565         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52566         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52567         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52568         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52569         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52570         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52571         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52572         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52573         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52574         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52575         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52576         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52577         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52578         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52579         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52581         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52583 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52585         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52586         condition.
52587         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52589 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52591         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52592         .text section.  Avoid duplicate constants.
52593         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52594         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52595         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52596         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52597         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52598         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52599         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52600         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52601         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52602         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52603         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52604         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52605         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52606         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52607         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52608         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52609         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52610         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52611         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52612         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52613         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52614         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52615         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52616         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52617         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52618         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52619         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52620         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52621         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52622         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52623         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52624         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52625         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52626         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52627         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52628         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52629         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52630         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52631         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52632         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52633         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52634         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52635         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52636         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52637         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52639 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52641         * sysdeps/x86_64/dla.h: Move to ...
52642         * sysdeps/x86_64/fpu/dla.h: ...here.
52643         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52644         situations.  Use __builtin_fma only for gcc 4.6 and up.
52646         * config.make.in: Add have-mfma4 entry.
52647         * configure.in: Substitute libc_cv_cc_fma4.
52648         * math/Makefile (dbl-only-routines): Add sincostab.
52649         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52650         Use __sincostab not sincos.
52651         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52652         name is a macro.
52653         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52654         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52655         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52656         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52657         using __copysign.
52658         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52659         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52660         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52661         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52662         and __inv.
52663         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52664         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52665         __copysign.
52666         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52667         define aliases when function name is a macro.
52668         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52669         sysdeps/ieee754/dbl-64/sincos.tbl.
52670         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52671         fma4-enabled routines.
52672         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52673         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52674         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52675         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52676         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52677         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52678         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52679         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52680         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52681         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52682         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52683         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52684         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52685         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52686         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52687         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52688         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52689         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52690         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52691         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52692         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52693         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52694         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52695         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52696         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52697         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52698         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52699         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52700         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52701         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52703         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52704         rename.
52705         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52706         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52707         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52708         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52709         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52710         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52711         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52712         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52714 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52716         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52718 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52720         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52722         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52723         prediction.
52724         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52726         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52727         Remove unused variable magic_bits.
52728         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52730         * string/strnlen.c: Define and use STRNLEN macro.
52731         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52732         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52733         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52734         * wcsmbs/wcslen.c: Define and use WCSLEN.
52735         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52736         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52737         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52738         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52739         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52740         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52741         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52743 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52745         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52746         strnlen-sse2-no-bsf.
52747         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52748         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52749         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52750         Add strnlen support.
52751         (USE_AS_STRNLEN): New macro.
52752         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52753         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52754         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52755         * sysdeps/x86_64/wcslen.S: New file.
52757 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52759         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52760         XMM-moves are used for copying on small sizes.
52762 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52764         * wcsmbs/Makefile (strop-tests): Add wcschr.
52765         * wcsmbs/test-wcschr.c: New file.
52766         * string/test-strchr.c: Update.
52767         Add wcschr support.
52768         (WIDE): New macro.
52770 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52772         * wcsmbs/Makefile (strop-tests): Add wcslen.
52773         * wcsmbs/test-wcslen.c: New file.
52774         * string/test-strlen.c: Update.
52775         Add wcslen support.
52776         (WIDE): New macro.
52778 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52780         * po/it.po: Update from translation team.
52782 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52784         * sysdeps/x86_64/wcscmp.S: Update.
52785         Fix wrong comparison semantics.
52786         wcscmp shall use signed comparison not unsigned.
52787         Don't use substraction to avoid overflow bug.
52788         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52789         * wcsmbc/wcscmp.c: Likewise.
52790         * string/test-strcmp.c: Likewise.
52791         Add new tests to check cases with negative values.
52793 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52795         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52796         * sysdeps/x86_64/dla.h: ...here.  New file.
52797         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52798         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52799         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52800         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52801         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52802         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52803         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52804         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52805         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52807 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52809         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52810         __ynl_finite aliases.
52812 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52814         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52816         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52817         define DLA_FMA.
52818         [DLA_FMA] (EMULV): Use DLA_FMA.
52819         [DLA_FMA] (MUL12): Use EMULV.
52820         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52821         that are not needed.
52822         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52823         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52824         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52825         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52826         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52827         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52828         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52830 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52832         * math/s_nan.c: Undef __nan.
52833         * math/s_nanf.c: Undef __nanf.
52834         * math/s_nanl.c: Undef __nanl.
52835         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52836         "math_private.h".
52838 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52840         * math/s_catan.c: Add branch predictions.
52841         * math/s_catanf.c: Likewise.
52842         * math/s_catanh.c: Likewise.
52843         * math/s_catanhf.c: Likewise.
52844         * math/s_catanhl.c: Likewise.
52845         * math/s_catanl.c: Likewise.
52846         * math/s_cexp.c: Likewise.
52847         * math/s_cexpf.c: Likewise.
52848         * math/s_cexpl.c: Likewise.
52849         * math/s_clog.c: Likewise.
52850         * math/s_clog10.c: Likewise.
52851         * math/s_clog10f.c: Likewise.
52852         * math/s_clog10l.c: Likewise.
52853         * math/s_clogf.c: Likewise.
52854         * math/s_clogl.c: Likewise.
52855         * math/s_csqrt.c: Likewise.
52856         * math/s_csqrtf.c: Likewise.
52857         * math/s_csqrtl.c: Likewise.
52858         * math/s_ctanf.c: Likewise.
52859         * math/s_ctanh.c: Likewise.
52860         * math/s_ctanhf.c: Likewise.
52861         * math/s_ctanhl.c: Likewise.
52862         * math/s_ctanl.c: Likewise.
52864         * math/math_private.h: Define __nan, __nanf, __nanl.
52865         * math/s_cacosh.c: Include <math_private.h>.
52866         * math/s_cacoshl.c: Likewise.
52867         * math/s_casinh.c: Likewise.
52868         * math/s_casinhf.c: Likewise.
52869         * math/s_casinhl.c: Likewise.
52870         * math/s_ccos.c: Rely entire on ccosh.
52871         * math/s_ccosf.c: Rely entire on ccoshf.
52872         * math/s_ccosl.c: Rely entirely on ccoshl.
52873         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52874         Remove tests for FE_INVALID.
52875         * math/s_ccoshf.c: Likewise.
52876         * math/s_ccoshl.c: Likewise.
52877         * math/s_csin.c: Likewise.
52878         * math/s_csinf.c: Likewise.
52879         * math/s_csinh.c Likewise.
52880         * math/s_csinhf.c: Likewise.
52881         * math/s_csinhl.c: Likewise.
52882         * math/s_csinl.c: Likewise.
52883         * math/s_ctan.c: Likewise.
52884         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52885         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52886         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52888 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52890         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52891         compilation problems.
52893         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52894         __builtin_expect.
52896 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52898         * sysdeps/i386/configure.in: Test for -mfma4 option.
52899         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52900         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52901         COMMON_CPUID_INDEX_80000001.
52902         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52903         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52904         use it if FMA3 is not supported.
52905         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52907         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52908         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52910 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52912         [BZ #12892]
52913         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52914         it would create a cycle with a link time dependency.
52916 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52918         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52919         instruction.
52920         * string/Makefile (strop-tests): Add rawmemchr.
52921         * string/test-rawmemchr.c: New file.
52923         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52924         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52925         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52926         when compiling str{,n}casecmp and when AVX is available.  Hook up
52927         new optimized code in initializers.
52929 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52931         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52932         __feraiseexcept instead of feraiseexcept.
52934 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52936         * math/math_private.h: Define defaults for libc_fetestexcept and
52937         libc_feupdateenv.
52938         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52939         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52940         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52941         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52942         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52943         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52944         libc_fetestexcept and libc_feupdateenv.
52946         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52947         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52948         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52949         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52950         libc_feholdexcept_setround.
52952         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52953         Add s_nearbyint-c and s_nearbyintf-c.
52954         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52955         nearbyintf inlines.
52956         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52957         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52958         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52959         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52961         * math/math_private.h: Define defaults for libc_fegetround,
52962         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52963         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52964         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52965         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52966         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52967         standard functions.
52968         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52969         Remove comments and hacks for old compiler versions.
52970         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52971         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52972         libc_feholdexceptl.
52974 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52976         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52977         (__feraiseexcept_renamed): Add __NTH.
52978         (feraiseexcept): Add __NTH.  Rename local variables to fix
52979         namespace violations.
52981 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52983         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52985         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52987         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52988         recently added interfaces.
52989         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52991         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52992         about macro parameter expansion.
52994         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52995         __NO_MATH_INLINES is defined.  Cleanups.
52997         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52998         and __floorf is target has SSE4.1.
52999         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53000         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53001         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53002         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53004         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53005         name.
53006         (floorf): Likewise.
53008         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53010 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53012         * misc/sys/cdefs.h: Fix last change.
53014         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53015         database lookup.
53017 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53019         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53021         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53022         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53023         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53024         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53025         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53026         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53027         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53028         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53029         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53030         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53031         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53032         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53033         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53034         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53035         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53036         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53037         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53038         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53039         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53040         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53041         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53042         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53044         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53045         ceil, ceilf, floor, floorf.
53047         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53048         Perform IRELATIVE relocations last.
53050         * elf/do-rel.h: Add another parameter nrelative, replacing the
53051         local variable with the same name.  Change name of the function
53052         to end in Rel or Rela (uppercase).
53053         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53054         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53055         elf_dynamic_do_##reloc function.
53057 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53059         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53060         is sufficient, at least on modern CPUs.
53062         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53064         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53065         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53067         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53068         __expl_finite.
53069         * math/bits/math-finite.h: Add entries for exp.
53070         * math/e_expl.c: Add __*_finite alias.
53071         * sysdeps/i386/fpu/e_exp.S: Likewise.
53072         * sysdeps/i386/fpu/e_expf.S: Likewise.
53073         * sysdeps/i386/fpu/e_expl.c: Likewise.
53074         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53075         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53076         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53077         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53078         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53079         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53080         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53082         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53083         is sufficient, at least on modern CPUs.
53085         * ctype/ctype-info.c (__ctype_init): Define.
53086         * include/ctype.h (__ctype_init): Declare.
53087         (__ctype_b_loc): The variable is always initialized.
53088         (__ctype_toupper_loc): Likewise.
53089         (__ctype_tolower_loc): Likewise.
53090         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53091         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53093 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53095         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53097         * configure.in: Also look in $cxxmachine/include for C++ system
53098         headers.
53100 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53102         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53103         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53104         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53105         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53106         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53107         (USE_AS_WMEMCMP): New macro.
53108         Fixing indents.
53109         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53110         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53111         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53112         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53113         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53114         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53115         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53116         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53117         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53118         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53119         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53120         (USE_AS_WMEMCMP): New macro.
53121         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53122         * sysdeps/string/test-memcmp.c: Update.
53123         Fix simple_wmemcmp.
53124         Add new tests.
53125         * wcsmbs/wmemcmp.c: Update.
53126         (WMEMCMP): New macro.
53127         Fix overflow bug.
53129 2011-10-12  Andreas Jaeger  <aj@suse.de>
53131         [BZ #13268]
53132         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53134 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53136         * libio/iofwide.c (do_length): Avoid warning.
53138         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53140 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53142         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53144         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53145         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53146         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53147         * sysdeps/i386/i686/fpu/e_log.S: New file.
53148         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53149         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53151         * ctype/ctype.h: Add support for inlined isXXX functions when
53152         compiling C++ code.
53154 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53156         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53158         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53160 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53162         [BZ #13291]
53163         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53165 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53167         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53168         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53169         feraiseexcept.
53171         * sysdeps/x86_64/memrchr.S: Check for zero size.
53173         * string/stratcliff.c: Add memrchr tests.
53175 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53177         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53178         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53179         rawmemchr-sse2 rawmemchr-sse2-bsf.
53180         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53181         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53182         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53183         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53184         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53185         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53186         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53187         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53188         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53189         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53190         * string/memrchr.c (MEMRCHR): New macro.
53192 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53194         Add integration with gcc's -ffinite-math-only and optimize wrapper
53195         functions in libm.
53196         * Versions.def: Define GLIBC_2.15 version for libm.
53197         * math/Makefile (headers): Add bits/math-finite.h.
53198         * math/bits/math-finite.h: New file.
53199         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53200         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53201         * math/e_acoshl.c: Add __*_finite alias.
53202         * math/e_acosl.c: Likewise.
53203         * math/e_asinl.c: Likewise.
53204         * math/e_atan2l.c: Likewise.
53205         * math/e_atanhl.c: Likewise.
53206         * math/e_coshl.c: Likewise.
53207         * math/e_exp10.c: Likewise.
53208         * math/e_exp10f.c: Likewise.
53209         * math/e_exp10l.c: Likewise.
53210         * math/e_exp2l.c: Likewise.
53211         * math/e_fmodl.c: Likewise.
53212         * math/e_gammal_r.c: Likewise.
53213         * math/e_hypotl.c: Likewise.
53214         * math/e_j0l.c: Likewise.
53215         * math/e_j1l.c: Likewise.
53216         * math/e_jnl.c: Likewise.
53217         * math/e_lgammal_r.c: Likewise.
53218         * math/e_log10l.c: Likewise.
53219         * math/e_log2l.c: Likewise.
53220         * math/e_logl.c: Likewise.
53221         * math/e_powl.c: Likewise.
53222         * math/e_sinhl.c: Likewise.
53223         * math/e_sqrtl.c: Likewise.
53224         * math/e_scalb.c: Completely rewritten and optimized.
53225         * math/e_scalbf.c: Likewise.
53226         * math/e_scalbl.c: Likewise.
53227         * math/w_acos.c: Likewise.
53228         * math/w_acosf.c: Likewise.
53229         * math/w_acosl.c: Likewise.
53230         * math/w_acosh.c: Likewise.
53231         * math/w_acoshf.c: Likewise.
53232         * math/w_acoshl.c: Likewise.
53233         * math/w_asin.c: Likewise.
53234         * math/w_asinf.c: Likewise.
53235         * math/w_asinl.c: Likewise.
53236         * math/w_atan2.c: Likewise.
53237         * math/w_atan2f.c: Likewise.
53238         * math/w_atan2l.c: Likewise.
53239         * math/w_atanh.c: Likewise.
53240         * math/w_atanhf.c: Likewise.
53241         * math/w_atanhl.c: Likewise.
53242         * math/w_exp10.c: Likewise.
53243         * math/w_exp10f.c: Likewise.
53244         * math/w_exp10l.c: Likewise.
53245         * math/w_fmod.c: Likewise.
53246         * math/w_fmodf.c: Likewise.
53247         * math/w_fmodl.c: Likewise.
53248         * math/w_j0.c: Likewise.
53249         * math/w_j0f.c: Likewise.
53250         * math/w_j0l.c: Likewise.
53251         * math/w_j1.c: Likewise.
53252         * math/w_j1f.c: Likewise.
53253         * math/w_j1l.c: Likewise.
53254         * math/w_jn.c: Likewise.
53255         * math/w_jnf.c: Likewise.
53256         * math/w_log.c: Likewise.
53257         * math/w_logf.c: Likewise.
53258         * math/w_logl.c: Likewise.
53259         * math/w_log10.c: Likewise.
53260         * math/w_log10f.c: Likewise.
53261         * math/w_log10l.c: Likewise.
53262         * math/w_log2.c: Likewise.
53263         * math/w_log2f.c: Likewise.
53264         * math/w_log2l.c: Likewise.
53265         * math/w_pow.c: Likewise.
53266         * math/w_powf.c: Likewise.
53267         * math/w_powl.c: Likewise.
53268         * math/w_remainder.c: Likewise.
53269         * math/w_remainderf.c: Likewise.
53270         * math/w_remainderl.c: Likewise.
53271         * math/w_scalb.c: Likewise.
53272         * math/w_scalbf.c: Likewise.
53273         * math/w_scalbl.c: Likewise.
53274         * math/w_sqrt.c: Likewise.
53275         * math/w_sqrtf.c: Likewise.
53276         * math/w_sqrtl.c: Likewise.
53277         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53278         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53279         used.
53280         * math/math_private.h: Declare __kernel_standard_f.
53281         * math/w_cosh.c: Remove cruft and optimize a bit.
53282         * math/w_coshf.c: Likewise.
53283         * math/w_coshl.c: Likewise.
53284         * math/w_exp2.c: Likewise.
53285         * math/w_exp2f.c: Likewise.
53286         * math/w_exp2l.c: Likewise.
53287         * math/w_hypot.c: Likewise.
53288         * math/w_hypotf.c: Likewise.
53289         * math/w_hypotl.c: Likewise.
53290         * math/w_lgamma.c: Likewise.
53291         * math/w_lgamma_r.c: Likewise.
53292         * math/w_lgammaf.c: Likewise.
53293         * math/w_lgammaf_r.c: Likewise.
53294         * math/w_lgammal.c: Likewise.
53295         * math/w_lgammal_r.c: Likewise.
53296         * math/w_sinh.c: Likewise.
53297         * math/w_sinhf.c: Likewise.
53298         * math/w_sinhl.c: Likewise.
53299         * math/w_tgamma.c: Likewise.
53300         * math/w_tgammaf.c: Likewise.
53301         * math/w_tgammal.c: Likewise.
53302         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53303         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53304         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53305         Minor optimizations.  Pretty printing.  Remove cruft.
53306         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53307         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53308         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53309         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53310         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53311         * sysdeps/i386/fpu/e_asin.S: Likewise.
53312         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53313         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53314         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53315         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53316         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53317         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53318         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53319         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53320         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53321         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53322         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53323         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53324         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53325         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53326         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53327         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53328         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53329         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53330         * sysdeps/i386/fpu/e_log.S: Likewise.
53331         * sysdeps/i386/fpu/e_log10.S: Likewise.
53332         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53333         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53334         * sysdeps/i386/fpu/e_log2.S: Likewise.
53335         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53336         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53337         * sysdeps/i386/fpu/e_logf.S: Likewise.
53338         * sysdeps/i386/fpu/e_logl.S: Likewise.
53339         * sysdeps/i386/fpu/e_pow.S: Likewise.
53340         * sysdeps/i386/fpu/e_powf.S: Likewise.
53341         * sysdeps/i386/fpu/e_powl.S: Likewise.
53342         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53343         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53344         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53345         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53346         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53347         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53348         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53349         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53350         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53351         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53352         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53353         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53354         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53355         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53356         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53357         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53358         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53359         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53360         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53361         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53362         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53363         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53364         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53365         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53366         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53367         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53368         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53369         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53370         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53371         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53372         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53373         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53374         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53375         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53376         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53377         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53378         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53379         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53380         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53381         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53382         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53383         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53384         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53385         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53386         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53387         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53388         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53389         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53390         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53391         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53392         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53393         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53394         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53395         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53396         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53397         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53398         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53399         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53400         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53401         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53402         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53403         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53404         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53405         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53406         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53407         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53408         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53409         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53410         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53411         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53412         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53413         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53414         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53415         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53416         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53417         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53418         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53419         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53420         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53421         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53422         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53423         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53424         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53425         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53426         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53427         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53428         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53429         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53430         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53431         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53432         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53433         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53434         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53435         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53436         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53437         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53438         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53439         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53440         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53441         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53442         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53443         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53444         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53445         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53446         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53447         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53448         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53449         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53450         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53451         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53452         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53453         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53454         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53455         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53456         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53457         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53458         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53459         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53460         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53461         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53462         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53463         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53464         (__isnanf): Likewise.
53465         (__isinf_ns): Likewise.
53466         (__isinf_nsf): Likewise.
53467         (__finite): Likewise.
53468         (__finitef): Likewise.
53469         (__ieee754_sqrt): Define as macro.
53470         (__ieee754_sqrtf): Define as macro.
53471         (__ieee754_sqrtl): Define as macro.
53472         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53473         inlined copy.
53474         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53475         __FINITE_MATH_ONLY__ consistent.
53476         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53478 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53480         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53481         of rawmemchr.
53483         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53485 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53487         * po/ja.po: Update from translation team.
53489 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53491         * locale/programs/locarchive.c (prepare_address_space): New function.
53492         (create_archive, enlarge_archive, open_archive): Use it.
53494         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53495         inside [SHARED], where it is used.
53497         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53499         * nss/getent.c (netgroup_keys): Remove unused variable.
53500         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53502 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53504         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53505         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53506         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53507         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53508         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53509         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53510         * math/Makefile (libm-calls): Add s_isinf_ns.
53511         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53512         * math/multc3.c: Likewise.
53513         * math/s_casin.c: Likewise.
53514         * math/s_casinf.c: Likewise.
53515         * math/s_casinl.c: Likewise.
53516         * math/s_ccos.c: Likewise.
53517         * math/s_ccosf.c: Likewise.
53518         * math/s_ccosl.c: Likewise.
53519         * math/s_ctan.c: Likewise.
53520         * math/s_ctanf.c: Likewise.
53521         * math/s_ctanh.c: Likewise.
53522         * math/s_ctanhf.c: Likewise.
53523         * math/s_ctanhl.c: Likewise.
53524         * math/s_ctanl.c: Likewise.
53525         * math/w_fmod.c: Likewise.
53526         * math/w_fmodf.c: Likewise.
53527         * math/w_fmodl.c: Likewise.
53528         * math/w_remainder.c: Likewise.
53529         * math/w_remainderf.c: Likewise.
53530         * math/w_remainderl.c: Likewise.
53531         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53532         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53533         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53534         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53535         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53536         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53537         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53538         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53540         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53541         of the number.
53542         * stdio-common/printf_fphex.c: Likewise.
53543         * stdio-common/printf_size.c: Likewise.
53545         * math/e_exp10.c: Include math_private.h using <...> not "...".
53546         * math/e_exp10f.c: Likewise.
53547         * math/e_exp10l.c: Likewise.
53548         * math/e_exp2l.c: Likewise.
53549         * math/e_j0l.c: Likewise.
53550         * math/e_j1l.c: Likewise.
53551         * math/e_jnl.c: Likewise.
53552         * math/e_lgammal_r.c: Likewise.
53553         * math/e_rem_pio2l.c: Likewise.
53554         * math/e_scalb.c: Likewise.
53555         * math/e_scalbf.c: Likewise.
53556         * math/e_scalbl.c: Likewise.
53557         * math/k_cosl.c: Likewise.
53558         * math/k_sinl.c: Likewise.
53559         * math/k_tanl.c: Likewise.
53560         * math/s_cacoshf.c: Likewise.
53561         * math/s_catan.c: Likewise.
53562         * math/s_catanf.c: Likewise.
53563         * math/s_catanh.c: Likewise.
53564         * math/s_catanhf.c: Likewise.
53565         * math/s_catanhl.c: Likewise.
53566         * math/s_catanl.c: Likewise.
53567         * math/s_ccosh.c: Likewise.
53568         * math/s_ccoshf.c: Likewise.
53569         * math/s_ccoshl.c: Likewise.
53570         * math/s_cexp.c: Likewise.
53571         * math/s_cexpf.c: Likewise.
53572         * math/s_cexpl.c: Likewise.
53573         * math/s_clog.c: Likewise.
53574         * math/s_clog10.c: Likewise.
53575         * math/s_clog10f.c: Likewise.
53576         * math/s_clog10l.c: Likewise.
53577         * math/s_clogf.c: Likewise.
53578         * math/s_clogl.c: Likewise.
53579         * math/s_csin.c: Likewise.
53580         * math/s_csinf.c: Likewise.
53581         * math/s_csinh.c: Likewise.
53582         * math/s_csinhf.c: Likewise.
53583         * math/s_csinhl.c: Likewise.
53584         * math/s_csinl.c: Likewise.
53585         * math/s_csqrt.c: Likewise.
53586         * math/s_csqrtf.c: Likewise.
53587         * math/s_csqrtl.c: Likewise.
53588         * math/s_ctan.c: Likewise.
53589         * math/s_ctanf.c: Likewise.
53590         * math/s_ctanh.c: Likewise.
53591         * math/s_ctanhf.c: Likewise.
53592         * math/s_ctanhl.c: Likewise.
53593         * math/s_ctanl.c: Likewise.
53594         * math/s_ldexp.c: Likewise.
53595         * math/s_ldexpf.c: Likewise.
53596         * math/s_ldexpl.c: Likewise.
53597         * math/s_significand.c: Likewise.
53598         * math/s_significandf.c: Likewise.
53599         * math/s_significandl.c: Likewise.
53600         * math/w_acos.c: Likewise.
53601         * math/w_acosf.c: Likewise.
53602         * math/w_acosh.c: Likewise.
53603         * math/w_acoshf.c: Likewise.
53604         * math/w_acoshl.c: Likewise.
53605         * math/w_acosl.c: Likewise.
53606         * math/w_asin.c: Likewise.
53607         * math/w_asinf.c: Likewise.
53608         * math/w_asinl.c: Likewise.
53609         * math/w_atan2.c: Likewise.
53610         * math/w_atan2f.c: Likewise.
53611         * math/w_atan2l.c: Likewise.
53612         * math/w_atanh.c: Likewise.
53613         * math/w_atanhf.c: Likewise.
53614         * math/w_atanhl.c: Likewise.
53615         * math/w_cosh.c: Likewise.
53616         * math/w_coshf.c: Likewise.
53617         * math/w_coshl.c: Likewise.
53618         * math/w_dremf.c: Likewise.
53619         * math/w_exp10.c: Likewise.
53620         * math/w_exp10f.c: Likewise.
53621         * math/w_exp10l.c: Likewise.
53622         * math/w_exp2.c: Likewise.
53623         * math/w_exp2f.c: Likewise.
53624         * math/w_fmod.c: Likewise.
53625         * math/w_fmodf.c: Likewise.
53626         * math/w_fmodl.c: Likewise.
53627         * math/w_hypot.c: Likewise.
53628         * math/w_hypotf.c: Likewise.
53629         * math/w_hypotl.c: Likewise.
53630         * math/w_j0.c: Likewise.
53631         * math/w_j0f.c: Likewise.
53632         * math/w_j0l.c: Likewise.
53633         * math/w_j1.c: Likewise.
53634         * math/w_j1f.c: Likewise.
53635         * math/w_j1l.c: Likewise.
53636         * math/w_jn.c: Likewise.
53637         * math/w_jnf.c: Likewise.
53638         * math/w_jnl.c: Likewise.
53639         * math/w_lgamma.c: Likewise.
53640         * math/w_lgamma_r.c: Likewise.
53641         * math/w_lgammaf.c: Likewise.
53642         * math/w_lgammaf_r.c: Likewise.
53643         * math/w_lgammal.c: Likewise.
53644         * math/w_lgammal_r.c: Likewise.
53645         * math/w_log.c: Likewise.
53646         * math/w_log10.c: Likewise.
53647         * math/w_log10f.c: Likewise.
53648         * math/w_log10l.c: Likewise.
53649         * math/w_log2.c: Likewise.
53650         * math/w_log2f.c: Likewise.
53651         * math/w_log2l.c: Likewise.
53652         * math/w_logf.c: Likewise.
53653         * math/w_logl.c: Likewise.
53654         * math/w_pow.c: Likewise.
53655         * math/w_powf.c: Likewise.
53656         * math/w_powl.c: Likewise.
53657         * math/w_remainder.c: Likewise.
53658         * math/w_remainderf.c: Likewise.
53659         * math/w_remainderl.c: Likewise.
53660         * math/w_scalb.c: Likewise.
53661         * math/w_scalbf.c: Likewise.
53662         * math/w_scalbl.c: Likewise.
53663         * math/w_sinh.c: Likewise.
53664         * math/w_sinhf.c: Likewise.
53665         * math/w_sinhl.c: Likewise.
53666         * math/w_sqrt.c: Likewise.
53667         * math/w_sqrtf.c: Likewise.
53668         * math/w_sqrtl.c: Likewise.
53669         * math/w_tgamma.c: Likewise.
53670         * math/w_tgammaf.c: Likewise.
53671         * math/w_tgammal.c: Likewise.
53673         * po/ja.po: Update from translation team.
53675 2011-09-29  Andreas Jaeger  <aj@suse.de>
53677         [BZ #13179]
53678         * sunrpc/netname.c (netname2host): Fix logic.
53680         [BZ #6779]
53681         [BZ #6783]
53682         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53683         correctly.
53684         * math/w_remainder.c (__remainder): Likewise.
53685         * math/w_remainderf.c (__remainderf): Likewise.
53686         * math/libm-test.inc (remainder_test): Add test cases.
53688 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53690         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53691         sdiv_qrnnd.
53693 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53695         * string/test-memcmp.c: Avoid unncessary #defines.
53696         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53698 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53700         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53701         Use new sse2 version for core i3 - i7 as it's faster
53702         than sse42 version.
53703         (bit_Prefer_PMINUB_for_stringop): New.
53704         * sysdeps/x86_64/rawmemchr.S: Update.
53705         Replace with faster SSE2 version.
53706         * sysdeps/x86_64/memrchr.S: New file.
53707         * sysdeps/x86_64/memchr.S: Update.
53708         Replace with faster SSE2 version.
53710 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53712         * elf/dl-load.c (lose): Add cast to avoid warning.
53714 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53716         * po/ca.po: Update from translation team.
53718         * inet/getnetgrent_r.c: Hook up nscd.
53719         * nscd/Makefile (routines): Add nscd_netgroup.
53720         (nscd-modules): Add netgroupcache.
53721         (CFLAGS-netgroupcache.c): Define.
53722         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53723         (cache_search): Add const to second parameter.
53724         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53725         INNETGR.
53726         (dbs): Add netgrdb entry.
53727         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53728         (verify_persistent_db): Handle netgrdb.
53729         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53730         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53731         GETFDNETGR.
53732         (netgroup_response_header): Define.
53733         (innetgroup_response_header): Define.
53734         (datahead): Add netgroup_response_header and innetgroup_response_header
53735         elements.
53736         * nscd/nscd.conf: Add entries for netgroup cache.
53737         * nscd/nscd.h (dbtype): Add netgrdb.
53738         (_PATH_NSCD_NETGROUP_DB): Define.
53739         (netgroup_iov_disabled): Declare.
53740         (xmalloc, xcalloc, xrealloc): Move declarations here.
53741         (cache_search): Adjust prototype.
53742         Add netgroup-related prototypes.
53743         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53744         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53745         (__nscd_innetgr): Declare.
53746         * nscd/selinux.c (perms): Use access_vector_t as element type and
53747         add netgroup-related initializers.
53748         * nscd/netgroupcache.c: New file.
53749         * nscd/nscd_netgroup.c: New file.
53750         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53751         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53752         For four parameters use innetgr.
53753         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53754         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53755         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53756         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53758         * nscd/connections.c (register_traced_file): Don't register file
53759         for disabled databases.
53761 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53763         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53765         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53766         from tree and freeing node.
53768 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53770         * nss/nsswitch.c (__nss_database_lookup): Handle
53771         nss_parse_service_list out of memory case.
53773 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53775         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53776         out of memory case.
53778 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53780         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53781         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53782         pass it down.
53783         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53784         elf_machine_rela, elf_machine_lazy_rel.
53785         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53786         (ELF_DYNAMIC_DO_REL): Likewise.
53787         (ELF_DYNAMIC_DO_RELA): Likewise.
53788         (ELF_DYNAMIC_RELOCATE): Likewise.
53789         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53790         to ELF_DYNAMIC_DO_REL.
53791         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53792         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53793         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53794         elf_machine_rela.
53795         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53796         skip_ifunc, don't call ifunc function if non-zero.
53797         (elf_machine_rela): Likewise.
53798         (elf_machine_lazy_rel): Likewise.
53799         (elf_machine_lazy_rela): Likewise.
53800         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53801         (elf_machine_lazy_rel): Likewise.
53802         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53803         Likewise.
53804         (elf_machine_lazy_rel): Likewise.
53805         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53806         Likewise.
53807         (elf_machine_lazy_rel): Likewise.
53808         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53809         (elf_machine_lazy_rel): Likewise.
53810         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53811         (elf_machine_lazy_rel): Likewise.
53812         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53813         (elf_machine_lazy_rel): Likewise.
53814         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53815         (elf_machine_lazy_rel): Likewise.
53816         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53817         (elf_machine_lazy_rel): Likewise.
53818         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53819         (elf_machine_lazy_rel): Likewise.
53821 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53823         * nss/nss_files/files-init.c (_nss_files_init): Use static
53824         initialization for all the *_traced_file variables.
53826 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53828         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53830 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53832         [BZ #13226]
53833         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53835 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53837         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53838         Reread the line before reparsing it.
53840 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53842         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53844 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53845             Maxim Kuvyrkov  <maxim@codesourcery.com>
53846             Joseph Myers  <joseph@codesourcery.com>
53848         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53849         if needed for __stack_chk_guard.
53851 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53853         * sysdeps/posix/spawni.c (script_execute): Always define it.
53854         It will be optimized away if unused.
53855         (maybe_script_execute): New function.
53856         (__spawni): Call it.
53858         * Makerules: Don't include tls.make.
53859         (config-tls): Always set to thread.
53860         * tls.make.c: File removed.
53862 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53864         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53865         * config.make.in (CPPFLAGS-config): New substituted variable.
53867 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53869         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53871         [BZ #13192]
53872         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53873         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53875 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53877         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53878         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53879         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53880         (CALL_FAIL): Likewise.
53881         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53882         (CALL_FAIL): Macro removed.
53883         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53885 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53887         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53888         for __FINITE_MATH_ONLY__ == 1.
53890 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53892         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53893         __ieee754_sqrt instead of sqrt.
53894         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53895         __ieee754_sqrtf instead of sqrtf.
53896         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53897         __floorf instead of floorf.
53898         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53899         __floorf, __truncf instead of floorf, truncf.
53901 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53903         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53905         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53906         __extern_always_inline.
53907         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53908         32-bit.
53910 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53912         * elf/rtld.c (dl_main): Also relocate in dependency order when
53913         doing symbol dependency testing.
53915 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53917         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53918         Always define `refsym'.
53920 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53922         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53923         (__FD_ELT): Renamed from __FDELT.
53924         * misc/bits/select2.h (__FD_ELT): Likewise.
53925         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53926         __FD_MASK instead of __FDELT, __FDMASK.
53927         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53928         Likewise.
53929         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53930         Likewise.
53932         * elf/Makefile (gen-ldd): Fix pattern.
53934         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53935         (init_tls): Likewise.
53937 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53939         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53941 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53943         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53944         `struct cmsghdr *' instead of `void *'.
53945         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53946         Likewise.
53948 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53950         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53951         if non-absolute.
53952         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53953         ldd_rewrite_script.
53955 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53957         * configure.in: Remove --with-tls option.
53958         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53959         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53960         out in case it is missing.
53961         * sysdeps/ia64/elf/configure.in: Likewise.
53962         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53963         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53964         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53965         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53966         * sysdeps/sh/elf/configure.in: Likewise.
53967         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53968         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53969         * sysdeps/x86_64/elf/configure.in: Likewise.
53970         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53971         * sysdeps/mach/hurd/tls.h: Likewise.
53973         [BZ #13067]
53974         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53976         [BZ #13090]
53977         * configure.in: Fix use of AC_INIT.
53979         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53981 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53983         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53984         __set_errno.
53985         * malloc/hooks.c: Likewise.
53987         [BZ #11929]
53988         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53989         variables statically.
53990         (narenas): Initialize.
53991         (list_lock): Initialize.
53992         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53993         initializtion of main_arena and list_lock.  Small cleanups.
53994         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53995         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53996         Add initializers to main_arena and mp_.
53997         (malloc_state): Remove pagesize member.  Change all users to use
53998         GLRO(dl_pagesize).
54000         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54001         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54002         is always initialized.
54004         * malloc/malloc.c: Removed unused configurations and dead code.
54005         * malloc/arena.c: Likewise.
54006         * malloc/hooks.c: Likewise.
54007         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54009         * include/tls.h: Removed.  USE___THREAD must always be defined.
54010         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54011         * elf/dl-libc.c: Likewise.
54012         * elf/dl-tsd.c: Likewise.
54013         * include/errno.h: Likewise.
54014         * include/netdb.h: Likewise.
54015         * include/resolv.h: Likewise.
54016         * inet/herrno-loc.c: Likewise.
54017         * inet/herrno.c: Likewise.
54018         * malloc/arena.c: Likewise.
54019         * malloc/hooks.c: Likewise.
54020         * malloc/malloc.c: Likewise.
54021         * resolv/res-state.c: Likewise.
54022         * resolv/res_libc.c: Likewise.
54023         * sysdeps/i386/dl-machine.h: Likewise.
54024         * sysdeps/ia64/dl-machine.h: Likewise.
54025         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54026         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54027         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54028         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54029         * sysdeps/sh/dl-machine.h: Likewise.
54030         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54031         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54032         * sysdeps/unix/i386/sysdep.S: Likewise.
54033         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54034         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54035         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54036         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54037         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54038         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54039         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54040         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54041         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54042         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54043         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54044         * sysdeps/x86_64/dl-machine.h: Likewise.
54045         * tls.make.c: Likewise.
54047         * configure.in: Remove --with-__thread option.  Make tests for
54048         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54049         tls_model attribute fail if no support is available.  Remove
54050         USE_IN_LIBIO.
54051         * Makeconfig: Adjust for dropped configure option.  All features are
54052         now mandatory.
54053         * Makerules: Likewise.
54054         * Versions.def: Likewise.
54055         * argp/argp-fmtstream.c: Likewise.
54056         * argp/argp-fmtstream.h: Likewise.
54057         * argp/argp-help.c: Likewise.
54058         * assert/assert.c: Likewise.
54059         * config.h.in: Likewise.
54060         * config.make.in: Likewise.
54061         * configure: Likewise.
54062         * configure.in: Likewise.
54063         * csu/Versions: Likewise.
54064         * csu/init.c: Likewise.
54065         * elf/tst-audit2.c: Likewise.
54066         * elf/tst-tls10.c: Likewise.
54067         * elf/tst-tls10.h: Likewise.
54068         * elf/tst-tls11.c: Likewise.
54069         * elf/tst-tls12.c: Likewise.
54070         * elf/tst-tls14.c: Likewise.
54071         * elf/tst-tlsmod11.c: Likewise.
54072         * elf/tst-tlsmod12.c: Likewise.
54073         * elf/tst-tlsmod13.c: Likewise.
54074         * elf/tst-tlsmod13a.c: Likewise.
54075         * elf/tst-tlsmod14a.c: Likewise.
54076         * elf/tst-tlsmod15b.c: Likewise.
54077         * elf/tst-tlsmod16a.c: Likewise.
54078         * elf/tst-tlsmod16b.c: Likewise.
54079         * elf/tst-tlsmod7.c: Likewise.
54080         * elf/tst-tlsmod8.c: Likewise.
54081         * elf/tst-tlsmod9.c: Likewise.
54082         * gmon/gmon.c: Likewise.
54083         * grp/fgetgrent_r.c: Likewise.
54084         * grp/putgrent.c: Likewise.
54085         * hurd/fopenport.c: Likewise.
54086         * include/libc-symbols.h: Likewise.
54087         * include/tls.h: Likewise.
54088         * intl/gettextP.h: Likewise.
54089         * intl/loadinfo.h: Likewise.
54090         * locale/global-locale.c: Likewise.
54091         * locale/localeinfo.h: Likewise.
54092         * mach/devstream.c: Likewise.
54093         * malloc/arena.c: Likewise.
54094         * malloc/set-freeres.c: Likewise.
54095         * misc/err.c: Likewise.
54096         * misc/getttyent.c: Likewise.
54097         * misc/mntent_r.c: Likewise.
54098         * posix/getopt.c: Likewise.
54099         * posix/wordexp.c: Likewise.
54100         * pwd/fgetpwent_r.c: Likewise.
54101         * resolv/Versions: Likewise.
54102         * resolv/res_hconf.c: Likewise.
54103         * shadow/fgetspent_r.c: Likewise.
54104         * shadow/putspent.c: Likewise.
54105         * stdio-common/printf_fphex.c: Likewise.
54106         * stdio-common/tmpfile.c: Likewise.
54107         * stdlib/abort.c: Likewise.
54108         * stdlib/fmtmsg.c: Likewise.
54109         * sunrpc/auth_unix.c: Likewise.
54110         * sunrpc/clnt_perr.c: Likewise.
54111         * sunrpc/clnt_tcp.c: Likewise.
54112         * sunrpc/clnt_udp.c: Likewise.
54113         * sunrpc/clnt_unix.c: Likewise.
54114         * sunrpc/openchild.c: Likewise.
54115         * sunrpc/svc_simple.c: Likewise.
54116         * sunrpc/svc_tcp.c: Likewise.
54117         * sunrpc/svc_udp.c: Likewise.
54118         * sunrpc/svc_unix.c: Likewise.
54119         * sunrpc/xdr.c: Likewise.
54120         * sunrpc/xdr_array.c: Likewise.
54121         * sunrpc/xdr_rec.c: Likewise.
54122         * sunrpc/xdr_ref.c: Likewise.
54123         * sunrpc/xdr_stdio.c: Likewise.
54125 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54127         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54129 2011-07-03  Andreas Jaeger  <aj@suse.de>
54131         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54132         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54133         regenerate with gen-libm-tests.pl.
54135 2010-05-12  Petr Baudis  <pasky@suse.cz>
54137         [BZ #11589]
54138         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54139         around j0() zero points by switching to j1().
54140         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54141         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54142         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54143         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54145 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54147         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54148         instead of 0.
54149         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54150         instead of 0.
54151         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54152         Patch in part by Pavel Roskin <proski@gnu.org>.
54154         [BZ #13138]
54155         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54156         realloc.
54157         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54158         Free memory block if necessary.
54160         [BZ #12847]
54161         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54162         be NULL.  Don't lock in this case.
54164 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54166         * elf/elf.h (ELFOSABI_GNU): New macro.
54167         (ELFOSABI_LINUX): Define to that.
54169 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54171         * string/strncat.c (strncat): Undef the symbol in case it has been
54172         defined in bits/string.h.
54174 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54176         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54178         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54179         link map.
54181 2011-08-17  Andreas Jaeger  <aj@suse.de>
54183         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54185 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54186             Ian Lance Taylor  <iant@google.com>
54188         * math/libm-test.inc (lround_test): New testcase.
54189         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54191 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54193         * Makefile: Remove support for automatic cvs check-ins.
54194         * Makerules: Likewise.
54195         * config.make.in: Likewise.
54196         * configure.in: Likewise.
54197         * intl/Makefile: Likewise.
54198         * locale/Makefile: Likewise.
54199         * po/Makefile: Likewise.
54200         * posix/Makefile: Likewise.
54201         * sysdeps/gnu/Makefile: Likewise.
54202         * sysdeps/mach/hurd/Makefile: Likewise.
54203         * sysdeps/sparc/sparc32/Makefile: Likewise.
54205         [BZ #13118]
54206         * posix/Makefile (bug-regex32-ENV): Define.
54207         Patch by John Stanley <jpsinthemix@verizon.net>.
54209         * misc/Makefile (headers): Add bits/select2.h.
54210         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54211         * misc/bits/select2.h: New file.
54212         * include/bits/select2.h: New file.
54213         * debug/Makefile (routines): Add fdelt_chk.
54214         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54215         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54216         FD_ISSET.
54217         * debug/fdelt_chk.c: New file.
54219         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54220         * wcsmbs/test-wmemcmp.c: Likewise.
54221         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54222         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54224 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54226         * string/Makefile (strop-tests): Add memcmp.
54227         * string/test-wmemcmp.c: New file.
54228         * string/test-memcmp.c: Add wmemcmp support.
54230 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54232         [BZ #13153]
54233         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54234         2011-07-19 change.
54236         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54237         garbage value in a __mach_port_mod_refs call in the cases of the
54238         task-self and thread-self ports.
54240 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54242         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54244 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54246         * elf/dl-load.c (lose): Check for non-null L.
54248 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54250         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54252         * elf/dl-libc.c (dlerror_run): Pass back error code from
54253         dl_catch_error.
54255         [BZ #13123]
54256         * elf/dl-load.c (lose): Free l_origin if it is valid.
54258         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54259         names.
54260         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54261         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54262         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54263         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54264         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54265         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54267 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54269         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54270         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54271         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54272         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54273         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54274         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54275         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54276         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54277         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54278         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54280 2011-08-15  Alan Modra  <amodra@gmail.com>
54282         [BZ #13092]
54283         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54284         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54285         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54286         ppc_mcount to static-only-routines.
54287         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54288         __mcount_internal.
54289         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54290         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54292 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54294         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54295         for finite and infinity parameters.
54297 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54299         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54300         and add nop instructions for throughput optimization.
54301         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54303 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54305         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54306         aligned copy for power7 with vector-scalar instructions.
54307         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54309 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54311         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54312         AVX check.
54314 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54316         [BZ #13144]
54317         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54318         last change.
54320 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54322         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54323         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54324         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54325         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54326         clock_gettime.
54328 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54330         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54331         Forgot to demangle the pointer.
54333         * sysdeps/i386/sysdep.h: Define atom_text_section.
54334         * sysdeps/x86_64/sysdep.h: Likewise.
54335         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54336         section with atom_text_section.
54337         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54338         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54339         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54340         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54341         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54343         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54344         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54345         already be defined.  Change to take two parameters and don't assign
54346         result to variable.  Adjust all users.
54347         Define INTERNAL_GETTIME if not already defined.
54348         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54349         call.
54350         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54351         HAVE_CLOCK_GETTIME_VSYSCALL.
54352         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54354         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54355         gettimeofday vsyscall, just use time.
54357 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54359         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54360         <errno.h>.
54362 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54364         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54365         syscall on x86-64.
54366         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54367         syscall.
54368         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54369         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54370         syscall if possible.
54372 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54374         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54375         e_ident.  Don't pass to find_mapsXX.
54376         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54378 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54380         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54381         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54382         * sysdeps/x86_64/multiarch/strchr.S: Update.
54383         Check bit_slow_BSF bit.
54384         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54385         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54386         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54388 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54390         [BZ #13134]
54391         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54392         before glibc 2.15.
54393         (tryshell): Define.
54394         (__spawni): Change last parameter to be flag.  Test
54395         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54396         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54397         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54398         * posix/spawni.c: Likewise.
54399         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54400         * posix/spawnp.c: Likewise.  Change normal version to use
54401         SPAWN_XFLAGS_USE_PATH.
54402         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54403         SPAWN_XFLAGS_TRY_SHELL.
54405         [BZ #13150]
54406         * posix/glob.h: Remove gcc 1.x support.
54408         [BZ #13068]
54409         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54411 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54413         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54414         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54415         strrchr-sse2-bsf
54416         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54417         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54418         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54419         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54420         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54421         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54423 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54425         * sysdeps/x86_64/wcscmp.S: New file.
54427         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54428         wcscmp-c wcscmp-sse2
54429         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54430         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54431         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54432         * wcsmbs/wcscmp.c: Allow renaming.
54434 2011-09-05  David S. Miller  <davem@davemloft.net>
54436         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54437         stack slot, rather than the struct return pointer slot.
54438         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54439         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54441         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54443 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54445         * po/ja.po: Update from translation team.
54447         [BZ #13144]
54448         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54449         kernel in 64-bit binaries.
54451 2011-09-01  David S. Miller  <davem@davemloft.net>
54453         * elf/elf.h (HWCAP_SPARC_*): Move to..
54454         * sysdeps/sparc/sysdep.h: this new file and add new values.
54455         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54456         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54457         _DL_HWCAP_COUNT to 24.
54458         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54459         entries.
54460         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54461         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54462         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54463         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54464         instead of magic constants.
54465         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54467 2011-08-31  David S. Miller  <davem@davemloft.net>
54469         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54470         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54471         Reimplement to do errno handling inline.
54472         (SYSCALL_ERROR_HANDLER): New macro.
54473         (__SYSCALL_STRING): Do not do errno handling in asm.
54474         (__CLONE_SYSCALL_STRING): Delete.
54475         (__INTERNAL_SYSCALL_STRING): Delete.
54476         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54477         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54478         (PSEUDO): Reimplement to do errno handling inline.
54479         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54480         (SYSCALL_ERROR_HANDLER): New macro.
54481         (__SYSCALL_STRING): Do not do errno handling in asm.
54482         (__CLONE_SYSCALL_STRING): Delete.
54483         (__INTERNAL_SYSCALL_STRING): Delete.
54484         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54485         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54486         i386.
54487         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54488         (inline_syscall*): Add 'err' argument.
54489         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54490         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54491         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54492         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54494         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54495         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54497 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54499         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54501 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54503         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54504         directive.
54506 2011-08-24  David S. Miller  <davem@davemloft.net>
54508         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54510 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54512         * elf/Makefile: Add rules to build and run unload8 test.
54513         * elf/unload8.c: New file.
54514         * elf/unload8mod1.c: New file.
54515         * elf/unload8mod1x.c: New file.
54516         * elf/unload8mod2.c: New file.
54517         * elf/unload8mod3.c: New file.
54519         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54520         it wasn't used.
54522 2011-08-23  David S. Miller  <davem@davemloft.net>
54524         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54525         subtract stack bias.
54526         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54527         %sp not %fp in calculations.
54528         (_JMPBUF_UNWINDS_ADJ): Likewise.
54530         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54531         (aio_suspend): Call it to force an exception region around the
54532         AIO_MISC_WAIT() invocation.
54534 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54536         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54537         backslash.
54539 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54541         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54542         protection macro.
54543         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54544         and <dl-machine.h>.
54545         (Elf64_FuncDesc): Remove.
54547 2011-08-22  David S. Miller  <davem@davemloft.net>
54549         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54550         sigaltstack check, add missing cfi directives.
54551         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54552         missing cfi directives, and sigaltstack handling.
54554 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54556         [BZ #11724]
54557         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54558         object is seen twice.
54559         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54561         * elf/Makefile (distribute): Add tst-initorder2.c.
54562         (tests): Add tst-initorder2.
54563         (modules-names): Add tst-initorder2a tst-initorder2b
54564         tst-initorder2c tst-initorder2d.  Add rules to build them.
54565         ($(objpfx)tst-initorder2.out): New rule.
54566         * elf/tst-initorder2.c: New file.
54567         * elf/tst-initorder2.exp: New file.
54569 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54571         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54573         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54574         dependencies back to end of function.
54576         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54577         $(elfobjdir)/ld.so.
54579 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54581         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54582         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54583         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54584         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54585         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54586         of __vdso_gettimeofday.
54587         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54588         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54589         attribute_hidden.
54590         (_libc_vdso_platform_setup): Remove initialization of
54591         __vdso_gettimeofday and __vdso_time.
54593 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54595         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54596         and fgetc_unlocked.
54597         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54598         getc_unlocked.
54600         * elf/dl-open.c (add_to_global): Report additions to the global scope
54601         for LD_DEBUG=scopes.
54602         (dl_open_worker): Also print scope of newly loaded dependencies.
54603         (_dl_show_scope): Indicate if there is no scope.
54605         [BZ #13114]
54606         * stdio-common/Makefile (tests): Add bug24.
54607         * stdio-common/bug24.c: New file.
54609 2011-08-19  Andreas Jaeger  <aj@suse.de>
54611         [BZ #13114]
54612         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54613         non-existant file when using close-on-exec mode.
54615 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54617         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54618         the very first instruction.
54620         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54621         the CFI state in the end.
54622         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54623         inclusion of dl-trampoline.h.
54624         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54626 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54628         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54629         expectations for long double.
54631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54632         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54634 2011-08-14  David S. Miller  <davem@davemloft.net>
54636         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54637         artificual limit depends upon the system page size.
54639 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54641         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54642         * resolv/Makefile: Define CFLAGS-libresolv.
54644 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54646         * nss/makedb.c (compute_tables): Make variables used in nested
54647         function static.
54649 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54651         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54652         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54653         if buffer was too small.
54655         * elf/pldd.c (main): Attach to all threads in the process.
54656         Rewrite /proc handling to use *at functions.
54658 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54660         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54661         specifies first scope to show.
54662         (dl_open_worker): Update callers.  Move printing scope of new
54663         object to before the relocation.
54664         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54665         * sysdeps/generic/ldsodefs.h: Update declaration.
54667         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54668         string for the scope number.
54670 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54672         * nscd/servicescache.c (cache_addserv): Make sure written is always
54673         initialized.
54675 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54677         * sysdeps/i386/i486/bits/atomic.h
54678         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54679         statement expression, so as to suppress "set but not used" warning.
54680         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54682         * string/strncat.c (STRNCAT): Use prototype definition.
54684         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54685         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54686         -Iprograms here.
54687         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54688         (localedef-modules): Add localedef.
54689         (locale-modules): Add locale.
54691         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54692         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54693         to avoid a warning.
54695 2011-08-14  David S. Miller  <davem@davemloft.net>
54697         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54698         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54700 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54702         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54703         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54704         * elf/rtld.c (dl_main): Set l_name of vDSO.
54705         Call _dl_show_scope when DL_DEBUG_SCOPES.
54706         (process_dl_debug): Recognize scopes flag and also set it for all.
54707         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54708         Declare _dl_show_scope.
54710         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54711         (do_dlopen): Pass caller_dlopen to dl_open.
54712         (__libc_dlopen_mode): Initialize caller_dlopen.
54714         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54715         of libc.  Make tolower call locale-independent.  Optimize a bit by
54716         using isdigit instead of isalnum.
54717         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54719 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54721         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54722         was a dependency or dynamically loaded.
54724 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54726         * intl/l10nflist.c: Allow architecture-specific pop function.
54727         * sysdeps/x86_64/l10nflist.c: New file.
54729         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54730         classification.
54732 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54734         * include/dirent.h: Add libc_hidden_proto for scandirat and
54735         scandirat64.  Don't declare __scandirat64.
54736         * dirent/scandirat.c: Add libc_hidden_def.
54737         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54738         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54740 2011-08-10  David S. Miller  <davem@davemloft.net>
54742         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54743         enum.
54744         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54745         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54746         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54748 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54750         * Versions.def [libc]: Add GLIBC_2.15.
54751         * dirent/Makefile (routines): Add scandirat and scandirat64.
54752         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54753         GLIBC_2.15.
54754         * dirent/dirent.h: Declare scandirat and scandirat64.
54755         * dirent/scandirat.c: New file.
54756         * dirent/scandirat64.c: New file.
54757         * sysdeps/wordsize-64/scandirat.c: New file.
54758         * sysdeps/wordsize-64/scandirat64.c: New file.
54759         * dirent/opendir.c: Define opendirat.
54760         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54761         using scandirat.
54762         * dirent/scandir64.c: Adjust for scandir.c change.
54763         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54764         __scandirat64, and __scandir_cancel_handler.
54765         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54766         additional parameter and use openat instead of open (outside of ld.so).
54767         Add new __opendir as wrapper around __opendirat.
54768         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54769         here without requiring old scandirat implementation.
54771 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54773         * dirent/scandir.c (cancel_handler): Renamed to
54774         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54775         defined.  Adjust users.
54776         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54777         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54779 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54781         * string/test-string.h (IMPL): Use __STRING to expand name and then
54782         stringify it.
54784         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54785         of cleanups.
54787 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54789         * string/Makefile: Update.
54790         (strop-tests): Append strncat.
54791         * string/test-wcscmp.c: New file.
54792         New comprehensive test for wcscmp.
54793         * string/test-strcmp.c: Update.
54794         (WIDE): New define.
54796 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54798         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54799         line.
54801 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54803         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54804         encoding to ACE if AI_IDN.
54806 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54808         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54809         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54811 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54813         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54814         Fix overflow bug in strncat.
54815         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54817         * string/test-strncat.c: Update.
54818         Add new tests for checking overflow bugs.
54820 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54822         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54823         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54824         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54825         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54826         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54827         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54828         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54829         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54830         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54832         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54833         (USE_AS_STRCAT): Define.
54834         Add strcat and strncat support.
54835         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54837 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54839         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54840         __n bigger than INT_MAX+1.
54841         (__strncmp_g): Likewise.
54843 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54845         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54846         * libio/stido.h: Likewise.
54848         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54849         (AF_NFC): Define.
54850         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54851         (AF_NFC): Define.
54853         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54854         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54855         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54856         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54857         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54859         [BZ #13021]
54860         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54861         installed.
54863         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54864         typo.
54865         (_dl_x86_64_save_sse): Likewise.
54867 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54869         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54870         OSXSAVE.
54871         (_dl_x86_64_save_sse): Likewise.
54873         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54875         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54877 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54879         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54880         change.
54881         (_dl_x86_64_save_sse): Use correct AVX check.
54883 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54885         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54886         bug in strncpy/strncat.
54887         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54889 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54891         * string/tester.c (test_strcat): Add tests for different alignments
54892         of source and destination.
54893         (test_strncat): Likewise.
54895 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54897         [BZ #12852]
54898         * posix/glob.c (glob): Check passed in values before using them in
54899         expressions to avoid some overflows.
54900         (glob_in_dir): Likewise.
54902         [BZ #13007]
54903         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54904         check for AVX enablement so that we don't crash with old kernels and
54905         new hardware.
54906         * elf/tst-audit4.c: Add same checks here.
54907         * elf/tst-audit6.c: Likewise.
54909         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54911 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54913         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54915 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54917         * po/cs.po: Update from translation team.
54918         * po/bg.po: Likewise.
54920 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54922         * misc/sys/cdefs.h: Add support for const attribute.
54923         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54924         to gnu_dev_{major,minor,makedev} functions.
54926 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54928         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54930 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54932         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54933         strlen results.
54935 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54937         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54938         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54939         register in order to avoid conflicts with the soft frame pointer
54940         being held in r11 when necessary.
54941         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54942         (INTERNAL_VSYSCALL_NCS): Likewise.
54944 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54946         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54947         * elf/dl-fini.c (_dl_fini): Adjust caller.
54948         * elf/dl-close.c (_dl_close_worker): Likewise.
54949         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54951 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54953         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54954         "aux_cache->nlibs < 0".
54956         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54957         in the reload-count case.
54959 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54961         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54962         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54963         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54964         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54965         * sysdeps/x86_64/multiarch/strcat.S: New file.
54966         * sysdeps/x86_64/multiarch/strncat.S: New file.
54967         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54968         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54969         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54970         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54971         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54972         (USE_AS_STRCAT): Define.
54973         Add strcat and strncat support.
54974         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54975         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54976         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54977         * string/strncat.c: Update.
54978         (USE_AS_STRNCAT): Define.
54979         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54980         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54981         and i7.
54982         * sysdeps/x86_64/multiarch/init-arch.h
54983         (bit_Prefer_PMINUB_for_stringop): New.
54984         (index_Prefer_PMINUB_for_stringop): Likewise.
54985         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54986         bit_Prefer_PMINUB_for_stringop.
54988 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54990         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54991         buffer64.
54992         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54993         of casting of buffer.
54994         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54995         buffer32 and buffer64.
54996         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54997         writes instead of casting of buffer.
54998         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54999         buffer32.
55000         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55001         casting of buffer.
55003 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55005         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55007 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55009         * nscd/nscd.c (termination_handler): Don't do anything for a database
55010         if it has not yet been initialized.
55012 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55014         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55016 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55018         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55020 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55022         * po/nl.po: Update from translation team.
55023         * po/sv.po: Likewise.
55025 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55027         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55028         now disallowed by GCC.
55030         * configure.in (use-default-link): Default to yes if a test -shared
55031         link meets our qualifications.
55032         * configure: Regenerated.
55034         * config.make.in (output-format): New variable.
55035         * configure.in: Check for ld --print-output-format support.
55036         * configure: Regenerated.
55037         * Makerules ($(common-objpfx)format.lds)
55038         [$(output-format) != unknown]: Just use $(output-format),
55039         instead of the linker-script munging.
55041 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55043         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55044         of $(common-objpfx)shlib.lds.
55045         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55047         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55048         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55050         * configure.in (-z relro check): Adjust test code to add a large
55051         writable data section after it.
55052         * configure: Regenerated.
55054 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55056         * configure.in (-z relro check): Fix test code to make the variable
55057         truly const.
55058         * configure: Regenerated.
55060 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55062         * nscd/nscd.h (struct traced_file): Define.
55063         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55064         elements.  Add traced_files.
55065         (inotify_fd): Declare.
55066         (register_traced_file): Declare.
55067         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55068         (inotify_fd): Export.
55069         (resolv_conf_descr): Remove.
55070         (nscd_init): Move inotify descriptor creation to main.
55071         Don't register files for notification here.
55072         (register_traced_file): New function.
55073         (invalidate_cache): Don't use reset_res to determine whether to call
55074         res_init, go through the list of registered files.
55075         (main_loop_poll): The inotify descriptors are now stored in the
55076         structures for the traced files.
55077         (main_loop_epoll): Likewise
55078         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55079         to __nss_disable_nscd.
55080         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55081         for a database anymore.  Check the records for all the registered
55082         files instead.
55083         * nss/Makefile (libnss_files-routines): Add files-init.
55084         (libnss_db-routines): Add db-init.
55085         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55086         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55087         * nss/nss_db/db-init.c: New file.
55088         * nss/nss_files/files-init.c: New file.
55089         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55090         __nss_lookup_function.
55091         (__nss_lookup_function): Call nss_load_library.
55092         (nss_load_all_libraries): New function.
55093         (__nss_disable_nscd): Take parameter with callback function for files
55094         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55095         used for the cached services.
55096         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55097         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55098         options for features to all the files in nscd.
55100         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55102 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55104         * csu/elf-init.c (__libc_csu_init): Comment typo.
55106 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55108         * po/pl.po: Update from translation team.
55109         * po/ja.po: Likewise.
55110         * po/ru.po: Likewise.
55111         * po/ko.po: Likewise.
55112         * po/fr.po: Likewise.
55114 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55116         * configure.in (.ctors/.dtors header and trailer check):
55117         Use an empirical test on a built program.
55118         * configure: Regenerated.
55120         * configure.in (-z relro check): Use an empirical test on a built DSO.
55121         Detect, but do not require, on ia64.
55122         * configure: Regenerated.
55124         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55125         Update tests that use readelf to use $READELF instead.
55126         * configure: Regenerated.
55128 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55130         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55131         if the result is not used.
55133 2011-07-05  Andreas Jaeger  <aj@suse.de>
55135         [BZ#9696]
55136         * stdlib/tst-strtod.c: Add testcase.
55138 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55140         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55141         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55142         The latter has a higher limit.  Take additional parameter to pass to
55143         the new function.
55144         (__pathconf): Pass file to __statfs_link_max.
55145         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55146         __statfs_link_max.
55147         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55148         __statfs_link_max.
55150         [BZ #12868]
55151         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55152         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55153         Handle Lustre.
55154         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55155         (__statfs_filesize_max): Likewise.
55156         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55158 2011-07-05  Andreas Jaeger  <aj@suse.de>
55160         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55162 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55164         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55165         `status' variable.
55166         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55167         Likewise.
55169 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55171         * Makefile (strop-tests): Add strncat.
55172         * string/test-strncat.c: New file.
55174 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55176         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55178 2011-06-21  Andreas Jaeger  <aj@suse.de>
55180         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55181         Copy rule from iconvdata/Makefile.
55183 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55185         [BZ #12922]
55186         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55187         but no long options are defined, just return 'W'.
55189 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55191         [BZ #9696]
55192         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55194 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55196         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55197         netgroups to read.
55198         (innetgr): Likewise.
55200 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55202         * config.make.in (install_root): Default to $(DESTDIR).
55204 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55206         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55208 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55210         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55212         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55213         containing directory rather than embedding absolute directory names.
55215         * scripts/check-local-headers.sh: Rewritten using awk.
55216         Match by word, not by line.  Print error messages for matches.
55217         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55219         * Makerules [shlib-lds-flags empty]:
55220         ($(common-objpfx)libc_pic.opts): New target.
55221         ($(common-objpfx)libc_pic.os.clean): New target.
55222         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55224         * config.make.in (OBJCOPY): New variable.
55225         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55226         * configure: Regenerated.
55228         * config.make.in (use-default-link): New variable.
55229         * configure.in (use_default_link): Grok --with-default-link to set it.
55230         * configure: Regenerated.
55231         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55232         (shlib-lds, shlib-lds-flags): Define to empty.
55234         * Makerules (shlib-lds): New variable.
55235         (shlib-lds-flags): New variable.
55236         (build-shlib, build-moduile, build-module-asneeded): Use it.
55237         ($(common-objpfx)libc.so): Use $(shlib-lds).
55238         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55239         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55241         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55242         DT_FLAGS/DT_FLAGS_1 with zero flags.
55244         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55245         linker script munging.
55247 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55249         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55250         as 128-bit value.
55251         * crypt/sha512.c (sha512_process_block): Perform total addition using
55252         128-bit if possible.
55253         (__sha512_finish_ctx): Likewise.
55254         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55255         as 64-bit value.
55256         * crypt/sha256.c (SWAP64): Define.
55257         (sha256_process_block): Perform total addition using 64-bit if
55258         possible.
55259         (__sha256_finish_ctx): Likewise.
55261 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55263         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55264         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55265         * nscd/hstcache.c (cache_addhst): Likewise.
55266         * nscd/grpcache.c (cache_addgr): Likewise.
55267         * nscd/aicache.c (addhstaiX): Likewise
55268         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55270 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55272         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55273         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55274         * nscd/hstcache.c (cache_addhst): Likewise.
55275         * nscd/grpcache.c (cache_addgr): Likewise.
55276         * nscd/aicache.c (addhstaiX): Likewise
55278 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55280         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55281         domain only when needed.
55283 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55285         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55286         is always restored.
55288 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55290         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55291         are re-adding the entry.
55292         * nscd/servicescache.c (cache_addserv): Likewise.
55294 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55296         * sysdeps/generic/dl-irel.h: fix protection against multiple
55297         inclusions.
55298         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55300 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55302         [BZ #12935]
55303         * malloc/memusage.sh: Fix quoting in message.
55304         * debug/xtrace.sh: Likewise.
55306         * configure.in: Remove support for --experimental-malloc option, make
55307         it the default.
55308         * config.make.in: Likewise.
55309         * malloc/Makefile: Likewise.
55311 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55313         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55314         two-byte characters.
55316 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55318         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55319         AC_CACHE_CHECK invocation.
55320         * configure: Regenerated.
55322         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55324 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55326         [BZ #12350]
55327         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55328         bit from old_res_options.
55330         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55332         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55333         value type for setfct.
55335 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55337         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55338         __gettimeofday instead of gettimeofday.
55340 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55342         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55344 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55346         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55348         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55349         info.
55351 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55353         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55354         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55355         strcpy-sse2-unaligned strncpy-sse2-unaligned
55356         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55357         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55358         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55359         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55360         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55361         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55362         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55363         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55364         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55365         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55366         (STRCPY): Support SSE2 and SSSE3 versions.
55368 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55370         [BZ #12874]
55371         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55372         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55373         kernels which artificially limit size of requests.
55375 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55377         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55378         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55379         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55380         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55381         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55382         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55383         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55384         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55385         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55386         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55387         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55388         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55389         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55390         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55391         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55392         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55393         Enable unaligned load optimization for Intel Core i3, i5 and i7
55394         processors.
55395         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55396         Define.
55397         (index_Fast_Unaligned_Load): Define.
55398         (HAS_FAST_UNALIGNED_LOAD): Define.
55400 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55402         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55404 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55406         [BZ #12907]
55407         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55408         until it is clear that the information is realy needed.
55409         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55411 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55413         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55415 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55417         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55418         /sys/devices/system/cpu/online if it is usable.
55420         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55421         reading the information from the /proc filesystem to once a second.
55423 2011-06-21  Andreas Jaeger  <aj@suse.de>
55425         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55426         NULL after inclusion of kernel headers.
55428 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55430         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55431         calls to internal_setent.
55433         [BZ #12885]
55434         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55435         addresses using gethostbyname4_r ignore IPv4 addresses.
55437         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55438         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55440         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55442 2011-06-20  David S. Miller  <davem@davemloft.net>
55444         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55445         inclusions.
55446         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55448         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55449         (elf_irel): Use it.
55450         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55451         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55452         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55453         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55454         * sysdeps/x86_64/dl-irel.h: Likewise.
55456         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55457         * elf/dl-sym.c: Likewise.
55459 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55461         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55462         need to dereference resplen2.
55464 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55466         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55468 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55470         * Makeconfig: Define vardbdir and inst_vardbdir.
55471         * nss/Makefile: Add rules to install db-Makefile.
55473         * nss/nss_db/db-XXX.c: Cleanup.
55475         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55476         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55477         GLIBC_PRIVATE.
55478         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55479         * nss/makedb.c: Implement -g option to specify that value strings
55480         are generated and should not be added to table iterated over for
55481         get*ent calls.
55482         * nss/nss_db/db-initgroups.c: New file.
55484         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55485         interface.
55487         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55488         (internal_getgrouplist): Adjust to name change.
55489         Update use_initgroups_entry if this is not the first call.
55490         * nss/databases.def: Add initgroups entry.
55492         * nss/makedb.c (compute_tables): Check result of multiple hash table
55493         sizes to minimize maximum chain length.
55495 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55497         * Versions.def: Add entry for libnss_db.
55498         * shlib-versions: Likewise.
55499         * nss/Makefile: Add rules to build libnss_db.
55500         * nss/Versions: Add libnss_db information.  Organize libnss_files
55501         entries better.
55502         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55503         makedb progra.  Some minor improvements to generate smaller files.
55504         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55505         here from...
55506         * nss/makedb.c: ...here.
55507         Improve database format to be smaller and require less memory at
55508         runtime.
55509         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55510         db anymore.
55511         * nss/nss_db/db-netgrp.c: Likewise.
55512         * nss/nss_db/db-open.c: Likewise.
55513         * nss/nss_files/flies-XXX.x: Adjust comments.
55514         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55515         * nss/nss_files/files-grp.c: Likewise.
55516         * nss/nss_files/files-hosts.c: Likewise.
55517         * nss/nss_files/files-network.c: Likewise.
55518         * nss/nss_files/files-proto.c: Likewise.
55519         * nss/nss_files/files-pwd.c: Likewise.
55520         * nss/nss_files/files-rpc.c: Likewise.
55521         * nss/nss_files/files-service.c: Likewise.
55522         * nss/nss_files/files-sgrp.c: Likewise.
55523         * nss/nss_files/files-spwd.c: Likewise.
55524         * nss/nss_db/db-alias.c: Removed.
55525         * nss/nss_db/dummy-db.h: Removed.
55527 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55529         * nss/makedb.c: Rewritten to not use database library.
55530         * nss/Makefile: Update to build new makedb program.
55532 2011-06-14  Andreas Jaeger  <aj@suse.de>
55534         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55535         memset declaration.
55537 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55539         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55540         tmpbuf.
55542 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55544         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55545         * elf/Makefile ($(objpfx)ld.so): Likewise.
55547         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55548         Don't list ld.so twice in dependencies.
55550         * posix/bug-regex31.c: Include <stdlib.h>.
55552         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55554         * nis/nss_compat/compat-spwd.c
55555         (getspent_next_nss_netgr): Remove unused variable.
55556         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55558         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55559         nonmembers" output to use the right array.
55561         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55563         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55565         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55566         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55567         * catgets/gencat.c (read_input_file): Likewise.
55568         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55570         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55571         variable definition inside #if's controlling its use.
55573         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55575         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55577         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55579         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55580         unreachable code.
55582         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55584         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55585         * configure: Regenerated.
55587         * Makerules: Revert last change.
55588         * elf/Makefile: Likewise.
55590 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55592         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55593         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55594         (reloc-link): Likewise.
55596 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55598         * elf/Makefile: Add rules to build pldd.
55599         * elf/pldd.c: New file.
55600         * elf/pldd-xx.c: New file.
55602 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55604         * version.h: Update for 2.15 development version.
55606 2011-06-07  David S. Miller  <davem@davemloft.net>
55608         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55609         ifuncs.
55610         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55611         elf_machine_lazy_rel): Likewise.
55612         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55613         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55614         elf_machine_lazy_rel): Likewise.
55615         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55616         dl_hwcap via passed in argument.
55617         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55618         Likewise.
55620 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55622         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55624 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55626         [BZ #12849]
55627         * manual/fdl-1.1.texi: New file, verbatim from:
55628         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55629         * manual/lgpl-2.1.texi: New file, verbatim from:
55630         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55631         * manual/Makefile (licenses): New variable, list those new file names.
55632         (texis): Use it.
55633         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55635         * manual/fdl.texi: File removed.
55636         * manual/lesser.texi: File removed.
55637         * manual/libc.texinfo (Copying, Documentation License):
55638         Use new @include file names, put @appendix directive before @include.
55640 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55642         [BZ #12841]
55643         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55644         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55645         (mq_open): Add __NTH.
55647 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55649         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55650         Assume Intel Core i3/i5/i7 processor if AVX is available.
55652 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55654         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55655         typo.
55657 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55659         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55660         memory.  Use alloca_account.  Fix memory leak when retrying.
55662 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55664         * version.h (RELEASE): Bump for 2.14 release.
55665         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55667         * config.make.in (RANLIB): Remove entry.
55669 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55671         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55672         (libc.pot): Work around missing support for .ksh extension in xgettext.
55674         [BZ #12684]
55675         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55676         if both request failed.
55677         (send_dg): In case of server errors clear resplen or *resplen2.
55679         [BZ #12454]
55680         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55681         when there are multiple maps.
55682         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55683         (_dl_fini): Remove test here.
55685         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55687 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55689         [BZ #12350]
55690         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55691         bit from old_res_options.
55692         (gaih_inet): Likewise.
55694         [BZ #11099]
55695         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55696         as signed.
55698         * resolv/res_init.c (res_setoptions): Make the code more compact.
55700         [BZ #11558]
55701         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55702         set RES_USEVC.
55704         [BZ #11634]
55705         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55707         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55709         [BZ #11781]
55710         * malloc/malloc.h: Declare malloc hook variables as volatile.
55712         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55713         in last patch.
55715         [BZ #11799]
55716         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55717         raise in the comment.
55718         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55719         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55720         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55722 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55724         [BZ #12811]
55725         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55726         grow the buffers more if it already has to be sufficient.
55727         (build_wcs_upper_buffer): Likewise.
55728         * posix/regexec.c (check_matching): Likewise.
55729         (clean_state_log_if_needed): Likewise.
55730         (extend_buffers): Don't enlarge buffers beyond size of the input
55731         buffer.
55732         Patches mostly by Emil Wojak <emil@wojak.eu>.
55733         * posix/bug-regex32.c: New file.
55734         * posix/Makefile (tests): Add bug-regex32.
55736         * locale/findlocale.c (_nl_find_locale): Return right away if
55737         _nl_explode_name failed.
55738         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55740         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55742         * debug/xtrace.sh: Unify messages.
55743         * malloc/memusage.sh: Likewise.
55745         [BZ #12813]
55746         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55747         time symbol from vDSO.  Substitute with vsyscall if not available.
55748         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55749         __vdso_time.
55751         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55752         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55753         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55754         Add sendmmsg and internal_sendmmsg.
55755         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55756         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55757         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55759         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55760         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55761         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55763 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55765         [BZ #12813]
55766         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55767         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55768         available.
55769         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55770         __vdso_getcpu.
55772         [BZ #12814]
55773         * iconvdata/Makefile (tests): Add bug-iconv9.
55774         * iconvdata/bug-iconv9.c: New file.
55776 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55778         [BZ #12814]
55779         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55781 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55783         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55784         (struct user_regs_struct): Change intcs field back to cs.
55786 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55788         * po/ja.po: Update from translation team.
55790 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55792         [BZ #12795]
55793         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55794         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55796 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55798         * stdlib/longlong.h: Update from GCC.
55800 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55802         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55803         parameter name.
55804         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55805         Add parameter name.
55806         (__sysconf): Pass it down.
55808 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55810         [BZ #12671]
55811         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55812         some situations.
55813         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55814         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55815         add in in __libc_use_alloca calls.  Adjust callers.
55816         (glob): Use malloc in some situations.
55818         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55819         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55820         pltexit.
55822 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55824         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55825         and CLOCK_BOOTTIME_ALARM.
55827         [BZ #12782]
55828         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55829         is returned.
55831         * string/_strerror.c (__strerror_r): Print negative errors as signed
55832         numbers.
55834         [BZ #12777]
55835         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55836         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55837         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55839         * configure.in: Fix typo in redirection and correct removal of test
55840         files in two cases.
55842         [BZ #12788]
55843         * locale/setlocale.c (new_composite_name): Fix test to check for
55844         identical name of all categories.
55846         [BZ #12792]
55847         * libio/filedoalloc.c (local_isatty): New function.
55848         (_IO_file_doallocate): Use local_isatty.
55849         * stdio-common/perror.c (perror): In case a new stream is used
55850         forward the stream error.
55851         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55852         error flag.
55854 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55856         [BZ #11869]
55857         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55858         alloca.
55859         * include/alloca.h (extend_alloca_account): Define.
55861         [BZ #11857]
55862         * posix/regex.h: Fix comments with documentation of user-accessible
55863         fields after compilation and describe correct free'ing of pattern
55864         after re_compile_pattern.
55865         Patch by Reuben Thomas <rrt@sc3d.org>.
55867 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55869         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55870         and -mno-altivec to prevent the compiler from using Altivec and/or
55871         VSX instructions when the corresponding registers are not available.
55873 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55875         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55877 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55879         * libio/freopen.c (freopen): Use __dup2, not dup2.
55880         * libio/freopen64.c (freopen64): Likewise.
55882 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55884         [BZ #12775]
55885         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55886         * math/Makefile (tests): Add test-powl.
55887         (CFLAGS-test-powl.c): Define.
55888         * math/test-powl.c: New file.
55890 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55892         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55894 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55896         [BZ #11837]
55897         * iconvdata/gb18030.c: Update to GB18020-2005.
55899 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55901         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55902         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55903         Patch by Aharon Robbins <arnold@skeeve.com>.
55905         [BZ #11892]
55906         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55907         on the stack.
55909         [BZ #11895]
55910         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55911         through underflows.
55913         [BZ #12766]
55914         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55915         point to strings before performing equality test for error_one_per_line
55916         mode.
55918         [BZ #11697]
55919         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55921         [BZ #11820]
55922         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55923         (struct user_fpregs_struct): Avoid __uint*_t types.
55925         [BZ #6420]
55926         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55927         symbol info.  Use it instead of calling _dl_addr locally.
55928         (lock_and_info): New function.
55929         (tr_freehook): Call lock_and_info and pass symbol info as additional
55930         parameter to tr_where.
55931         (tr_mallochook): Likewise.
55932         (tr_reallochook): Likewise.
55933         (tr_memalignhook): Likewise.
55935         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55936         used and couldn't be at all thread-safe.
55938 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55940         * libio/freopen.c (freopen): Don't close old file descriptor
55941         before the new one is opened.  Instead dup the new file descriptor
55942         to the old one after the new stream is created.
55943         * libio/freopen64.c (freopen64): Likewise.
55944         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55945         * libio/fileops.c (_IO_new_file_close_it): Handle new
55946         _IO_FLAGS2_NOCLOSE flag.
55947         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55948         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55949         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55950         _IO_FLAGS2_NOCLOSE flag.
55951         * include/unistd.h: Add hidden_proto for dup3.
55952         Define __have_dup3.
55953         * io/dup3.c: Define hidden symbol.
55954         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55956         [BZ #7101]
55957         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55958         when an incomplete long option is used.
55959         * posix/tst-getopt_long1.c: New file.
55960         * posix/Makefile (tests): Add tst-getopt_long1.
55962         [BZ #10138]
55963         * scripts/config.guess: Update from autoconf-2.68.
55964         * scripts/config.sub: Likewise.
55966         [BZ #10157]
55967         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55968         tests into ...
55969         (has_cpuclock): ...this.  New function.
55970         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55971         macro here based on has_cpuclock code.
55973         [BZ #10149]
55974         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55975         First byte (not low byte) is now always NUL.
55976         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55978         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55979         Use non-cancelable interfaces.
55981         [BZ #9809]
55982         * locale/iso-639.def: Add entry for Sorani.
55984         [BZ #11901]
55985         * include/stdlib.h: Move include protection to the right place.
55986         Define abort_msg_s.  Declare __abort_msg with it.
55987         * stdlib/abort.c (__abort_msg): Adjust type.
55988         * assert/assert.c (__assert_fail_base): New function.  Majority
55989         of code from __assert_fail.  Allocate memory for __abort_msg with
55990         mmap.
55991         (__assert_fail): Now call __assert_fail_base.
55992         * assert/assert-perr.c: Remove bulk of implementation.  Use
55993         __assert_fail_base.
55994         * include/assert.hL Declare __assert_fail_base.
55995         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55996         mmap.
55997         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55999 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56001         [BZ #11952]
56002         [BZ #12453]
56003         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56004         until all modules are registered in the DTV.
56005         * elf/Makefile: Add rules to build and run tst-tls19.
56006         * elf/tst-tls19.c: New file.
56007         * elf/tst-tls19mod1.c: New file.
56008         * elf/tst-tls19mod2.c: New file.
56009         * elf/tst-tls19mod3.c: New file.
56010         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56012         [BZ #12083]
56013         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56014         correctly.
56016         [BZ #12601]
56017         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56018         two-byte sequence errors.
56019         * iconvdata/Makefile (tests): Add bug-iconv8.
56020         * iconvdata/bug-iconv8.c: New file.
56022         [BZ #12626]
56023         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56024         buf2 definition.
56026         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56028         [BZ #12432]
56029         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56030         (dummy_getcfa): New function.
56031         (init): Get _Unwind_GetCFA address, use dummy if not found.
56032         (backtrace_helper): In recursion check, also check whether CFA changes.
56033         (__backtrace): Completely initialize arg.
56035         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56036         storing incomplete byte sequence in state object.  Avoid testing for
56037         guaranteed too small input if we know there is enough data available.
56039 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56041         * Makeconfig (+link-pie): Indent.
56042         * Rules (binaries-pie): Define if $(have-fpie) and
56043         $(build-shared).
56044         (binaries-shared): Also filter out $(binaries-pie).
56045         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56046         * nscd/Makefile (others-pie): Add nscd.
56047         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56048         ($(objpfx)nscd): Remove command override.
56049         * login/Makefile (others-pie): Add pt_chown.
56050         ($(objpfx)pt_chown): Remove command override.
56051         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56052         remove command overrides.
56054 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56056         * libio/tst_putwc.c: Fix error messages.
56058         [BZ #12724]
56059         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56060         currently writing and seek to current position when not.
56061         * libio/Makefile (tests): Add bug-fclose1.
56062         * libio/bug-fclose1.c: New file.
56064 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56066         [BZ #12511]
56067         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56068         don't set DF_1_NODELETE here.
56069         (do_lookup_x): When entering new entry test for copy relocation
56070         and if necessary set DF_1_NODELETE flag.
56071         * elf/tst-unique4.cc: New file.
56072         * elf/tst-unique4.h: New file.
56073         * elf/tst-unique4lib.cc: New file.
56074         * elf/Makefile: Add rules to build and run tst-unique4.
56075         Patch by Piotr Bury <pbury@goahead.com>.
56077 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56079         [BZ #12052]
56080         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56082         [BZ #12625]
56083         * misc/mntent_r.c (addmntent): Flush the stream after the output
56085         [BZ #12393]
56086         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56087         (is_trusted_path_normalize): Skip initial colon.  Append slash
56088         to empty buffer.  Duplicate is_trusted_path code but allow
56089         constructed patch to be prefix.
56090         (is_dst): Allow $ORIGIN followed by /.
56091         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56092         Correct testing of result of is_trusted_path_normalize
56093         (decompose_rpath): Fix warning.
56095 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56097         [BZ #11257]
56098         * grp/initgroups.c (internal_getgrouplist): When we found the service
56099         list through the initgroups entry in nsswitch.conf do not always
56100         continue on a successful lookup.  Don't always use the
56101         __nss_group_database value if it is set.
56102         * nss/nsswitch.conf (initgroups): Change action for successful db
56103         lookup to continue for compatibility.
56105 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56107         [BZ #11532]
56108         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56109         and CP774 modules.
56110         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56111         and CP774 modules.
56112         * iconvdata/tst-tables.sh: Likewise.
56113         * iconvdata/cp770.c: New file.
56114         * iconvdata/cp771.c: New file.
56115         * iconvdata/cp772.c: New file.
56116         * iconvdata/cp773.c: New file.
56117         * iconvdata/cp774.c: New file.
56118         * iconvdata/testdata/CP770: New file.
56119         * iconvdata/testdata/CP770..UTF8: New file.
56120         * iconvdata/testdata/CP771: New file.
56121         * iconvdata/testdata/CP771..UTF8: New file.
56122         * iconvdata/testdata/CP772: New file.
56123         * iconvdata/testdata/CP772..UTF8: New file.
56124         * iconvdata/testdata/CP773: New file.
56125         * iconvdata/testdata/CP773..UTF8: New file.
56126         * iconvdata/testdata/CP774: New file.
56127         * iconvdata/testdata/CP774..UTF8: New file.
56129         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56130         END CHARMAP line.
56131         * iconvdata/gen-8bit-gap.sh: Likewise.
56132         * iconvdata/gen-8bit.sh: Likewise.
56134         * locale/iso-639.def: Add ary entry.
56136         [BZ #11258]
56137         * locale/C-translit.h.in: Add U20A1 transliteration.
56139         [BZ #12178]
56140         * locale/iso-639.def: Add wae entry.
56141         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56143         [BZ #12545]
56144         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56145         for n.
56147         [BZ #12711]
56148         * locale/C-translit.h.in: Add entry for U20B9.
56149         Patch by pravin.d.s@gmail.com.
56151 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56153         [BZ #12713]
56154         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56155         ENAMETOOLONG use generic getcwd.
56156         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56157         in rtld.  Use *stat64.
56158         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56159         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56160         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56161         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56162         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56163         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56164         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56165         __fstatat64 macros.
56166         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56167         * dirent/rewinddir.c: Add libc_hidden_def.
56168         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56169         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56171         * include/dirent.h (__alloc_dir): Add flags parameter.
56172         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56173         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56174         __alloc_dir.
56175         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56176         from fdopendir if O_CLOEXEC is already set.
56178 2011-03-15  Alan Modra  <amodra@gmail.com>
56180         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56181         l_tls_firstbyte_offset non-zero.  Save padding offset in
56182         l_tls_firstbyte_offset for later use.
56183         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56184         freeing static tls block.
56186 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56188         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56189         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56190         being defined by the kernel headers.
56192 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56194         [BZ #12734]
56195         * resolv/resolv.h: Define RES_NOTLDQUERY.
56196         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56197         no-tld-query and set RES_NOTLDQUERY.
56198         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56199         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56200         modern BIND to search name as TLD unless forbidden.
56202 2011-05-07  Petr Baudis  <pasky@suse.cz>
56203             Ulrich Drepper  <drepper@gmail.com>
56205         [BZ #12393]
56206         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56207         (is_trusted_path): ...to here.
56208         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56209         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56210         using is_trusted_path_normalize() in setuid scripts.
56212 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56214         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56215         __BEGIN/__END_DECLS.
56217 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56219         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56220         NSS_STATUS_NOTFOUND if no record was found.
56222 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56224         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56225         (headers-not-in-tirpc): Remove rpc/netdb.h
56226         * resolv/netdb.h: Revert last change.
56228 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56230         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56231         circular dependency between libgcc.a and libc.a.
56233 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56235         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56236         * nis/Makefile: Don't install rpcsvc/*.
56237         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56238         instead of <rpc/types.h>.
56239         (MAXHOSTNAMELEN): Define.
56241 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56243         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56245 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56247         [BZ #12714]
56248         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56249         gethostbyname4_r when IPv6 results are possible.
56251 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56253         [BZ #12723]
56254         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56255         _PC_PIPE_BUF handling.
56257 2011-04-30  Bruno Haible  <bruno@clisp.org>
56259         [BZ #12717]
56260         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56261         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56262         to 'int'.
56263         * inet/getnameinfo.c (getnameinfo): Likewise.
56265 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56267         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56268         to groups setting in database lookup.
56269         * nss/nsswitch.conf: Add initgroups entry.
56271 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56273         [BZ #12685]
56274         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56275         mode string.
56276         Patch by Eric Blake <eblake@redhat.com>.
56278 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56280         * sunrpc/Makefile (need-export-routines): Add svc_run.
56281         (routines): Remove svc_run.
56282         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56283         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56284         * sunrpc/svc_run.c (svc_run): Likewise.
56285         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56287 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56289         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56290         problem in reallocation in last patch.
56292 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56294         * sunrpc/Makefile: Move inclusion of Rules.
56296 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56298         * nss/nss_files/files-initgroups.c: New file.
56299         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56300         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56301         _nss_files_initgroups_dyn.
56303 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56305         * elf/elf.h (R_ARM_IRELATIVE): Define.
56307 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56309         * po/ru.po: Update from translation team.
56311 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56313         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56314         dependencies.
56316 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56318         [BZ #12653]
56319         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56320         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56321         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56322         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56323         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56325 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56327         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56328         differing bytes.
56329         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56330         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56331         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56333 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56335         [BZ #12420]
56336         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56337         storing it.
56338         * stdlib/bug-getcontext.c: New file.
56339         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56341 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56343         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56344         instructions into .machine "z9-109".
56345         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56346         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56348 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56350         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56351         between environment variables and auxiliary vector.
56353 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56355         * Makefile: Add rules to build linkobj/libc.so.
56356         * include/libc-symbols.h: Define libc_hidden_nolink.
56357         * include/rpc/auth.h: Mark functions which are to be hidden.
56358         * include/rpc/auth_des.h: Likewise.
56359         * include/rpc/auth_unix.h: Likewise.
56360         * include/rpc/clnt.h: Likewise.
56361         * include/rpc/des_crypt.h: Likewise.
56362         * include/rpc/key_prot.h: Likewise.
56363         * include/rpc/pmap_clnt.h: Likewise.
56364         * include/rpc/pmap_prot.h: Likewise.
56365         * include/rpc/pmap_rmt.h: Likewise.
56366         * include/rpc/rpc_msg.h: Likewise.
56367         * include/rpc/svc.h: Likewise.
56368         * include/rpc/svc_auth.h: Likewise.
56369         * include/rpc/xdr.h: Likewise.
56370         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56371         * nss/Makefile: Likewise.
56372         * sunrpc/Makefile: Don't install headers.  Build library with normal
56373         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56374         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56375         for the compat linking library.  Remove use of INTDEF/INTUSE.
56376         * sunrpc/auth_none.c: Likewise.
56377         * sunrpc/auth_unix.c: Likewise.
56378         * sunrpc/authdes_prot.c: Likewise.
56379         * sunrpc/authuxprot.c: Likewise.
56380         * sunrpc/clnt_gen.c: Likewise.
56381         * sunrpc/clnt_perr.c: Likewise.
56382         * sunrpc/clnt_raw.c: Likewise.
56383         * sunrpc/clnt_simp.c: Likewise.
56384         * sunrpc/clnt_tcp.c: Likewise.
56385         * sunrpc/clnt_udp.c: Likewise.
56386         * sunrpc/clnt_unix.c: Likewise.
56387         * sunrpc/des_crypt.c: Likewise.
56388         * sunrpc/des_soft.c: Likewise.
56389         * sunrpc/get_myaddr.c: Likewise.
56390         * sunrpc/key_call.c: Likewise.
56391         * sunrpc/key_prot.c: Likewise.
56392         * sunrpc/netname.c: Likewise.
56393         * sunrpc/pm_getmaps.c: Likewise.
56394         * sunrpc/pm_getport.c: Likewise.
56395         * sunrpc/pmap_clnt.c: Likewise.
56396         * sunrpc/pmap_prot.c: Likewise.
56397         * sunrpc/pmap_prot2.c: Likewise.
56398         * sunrpc/pmap_rmt.c: Likewise.
56399         * sunrpc/publickey.c: Likewise.
56400         * sunrpc/rpc_cmsg.c: Likewise.
56401         * sunrpc/rpc_common.c: Likewise.
56402         * sunrpc/rpc_dtable.c: Likewise.
56403         * sunrpc/rpc_prot.c: Likewise.
56404         * sunrpc/rpc_thread.c: Likewise.
56405         * sunrpc/rtime.c: Likewise.
56406         * sunrpc/svc.c: Likewise.
56407         * sunrpc/svc_auth.c: Likewise.
56408         * sunrpc/svc_authux.c: Likewise.
56409         * sunrpc/svc_raw.c: Likewise.
56410         * sunrpc/svc_run.c: Likewise.
56411         * sunrpc/svc_simple.c: Likewise.
56412         * sunrpc/svc_tcp.c: Likewise.
56413         * sunrpc/svc_udp.c: Likewise.
56414         * sunrpc/svc_unix.c: Likewise.
56415         * sunrpc/svcauth_des.c: Likewise.
56416         * sunrpc/xcrypt.c: Likewise.
56417         * sunrpc/xdr.c: Likewise.
56418         * sunrpc/xdr_array.c: Likewise.
56419         * sunrpc/xdr_float.c: Likewise.
56420         * sunrpc/xdr_intXX_t.c: Likewise.
56421         * sunrpc/xdr_mem.c: Likewise.
56422         * sunrpc/xdr_rec.c: Likewise.
56423         * sunrpc/xdr_ref.c: Likewise.
56424         * sunrpc/xdr_sizeof.c: Likewise.
56425         * sunrpc/xdr_stdio.c: Likewise.
56427 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56429         [BZ #12650]
56430         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56431         * sysdeps/ia64/dl-tls.h: Likewise.
56432         * sysdeps/powerpc/dl-tls.h: Likewise.
56433         * sysdeps/s390/dl-tls.h: Likewise.
56434         * sysdeps/sh/dl-tls.h: Likewise.
56435         * sysdeps/sparc/dl-tls.h: Likewise.
56436         * sysdeps/x86_64/dl-tls.h: Likewise.
56437         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56439 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56441         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56442         rpath element also skip the following colon.
56443         (expand_dynamic_string_token): Add is_path parameter and pass
56444         down to DL_DST_REQUIRED and _dl_dst_substitute.
56445         (decompose_rpath): Call expand_dynamic_string_token with
56446         non-zero is_path.  Ignore empty rpaths.
56447         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56448         with zero is_path.
56450 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56453         Make cancelable.
56455 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56457         [BZ #12655]
56458         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56459         Patch by Filipe David Manana <fdmanana@apache.org>.
56461 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56463         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56464         Maintain aligned stack.
56465         (CHECK_RSP): Remove unused macro.
56467 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56469         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56470         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56472 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56474         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56476         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56478 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56480         [BZ #12518]
56481         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56482         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56483         * sysdeps/x86_64/memmove.c: New file.
56484         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56485         (memcpy): Renamed to ...
56486         (__new_memcpy): This.
56487         (memcpy): Provide GLIBC_2_14 memcpy.
56488         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56489         (memcpy): Provide GLIBC_2_2_5 memcpy.
56491 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56493         [BZ #12631]
56494         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56496 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56498         * misc/syncfs.c: New file.
56499         * misc/Makefile (routines): Add syncfs.
56500         * posix/unistd.h: Declare syncfs.
56501         * sysdeps/unix/syscalls.list: Add syncfs.
56503 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56505         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56506         open_by_handle_at.
56507         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56508         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56509         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56510         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56511         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56512         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56513         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56515 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56517         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56518         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56519         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56520         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56521         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56522         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56523         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56525         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56526         sync_file_range.c with -fexceptions.
56527         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56528         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56529         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56530         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56531         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56532         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56533         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56534         sync_file_range as cancellation point
56535         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56536         now a wrapper around __call_sync_file_range with cancellation handling.
56537         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56538         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56539         function name to __call_sync_file_range.
56540         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56541         Add call_sync_file_range.
56543 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56545         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56546         bits/timex.h.
56548 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56550         * iconv/iconv.h: Fix typo in comment.
56551         * io/fcntl.h: Likewise.
56552         * libio/stdio.h: Likewise.
56553         * posix/spawn.h: Likewise.
56554         * posix/unistd.h: Likewise.
56555         * stdlib/stdlib.h: Likewise.
56556         * time/time.h: Likewise.
56557         * wcsmbs/wchar.h: Likewise.
56559         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56560         open_by_handle): Add.
56561         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56562         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56563         Augment a few comments.
56564         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56565         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56566         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56567         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56568         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56569         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56570         open_by_handle.
56572         * io/fcntl.h (AT_EMPTY_PATH): Define.
56574 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56576         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56577         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56578         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56579         to...
56580         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56581         * Versions.def: Add GLIBC_2.14.
56582         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56583         Export.
56585 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56587         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56588         round counter.
56589         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56591 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56593         [BZ #12597]
56594         * string/test-strncmp.c (do_page_test): New function.
56595         (check2): Likewise.
56596         (test_main): Call check2.
56597         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56599 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56601         [BZ #12587]
56602         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56603         Handle cache information in CPU leaf 4.
56604         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56606 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56608         [BZ #12583]
56609         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56610         character representation.
56611         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56613 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56615         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56616         END(__isnan) to END(__isnanf) to match function entry point/label
56617         EALIGN(__isnanf,...).
56619 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56621         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56623 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56625         [BZ #12510]
56626         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56627         copy from the symbol referenced in the relocation to initialize the
56628         used variable.
56629         Patch by Piotr Bury <pbury@goahead.com>.
56630         * elf/Makefile: Add rules to build and tst-unique3.
56631         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56632         * elf/tst-unique3.cc: New file.
56633         * elf/tst-unique3.h: New file.
56634         * elf/tst-unique3lib.cc: New file.
56635         * elf/tst-unique3lib2.cc: New file.
56637         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56639 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56641         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56642         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56643         to _start.
56645 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56647         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56648         to-be-loaded object along a path to loader is ld.so.
56650 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56651             Ulrich Drepper  <drepper@gmail.com>
56653         * sysdeps/x86_64/memset.S: After aligning destination, code
56654         branches to different locations depending on the value of
56655         misalignment, when multiarch is enabled. Fix this.
56657 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56659         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56660         Set _x86_64_preferred_memory_instruction for AMD processsors.
56661         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56662         Set bit_Prefer_SSE_for_memop for AMD processors.
56664 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56666         * libio/fmemopen.c (fmemopen): Optimize a bit.
56668 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56670         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56672 2011-03-03  Roland McGrath  <roland@redhat.com>
56674         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56676 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56678         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56679         __bzero_ultra1 instead of __memset_ultra1.
56681 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56682             Ulrich Drepper  <drepper@gmail.com>
56684         [BZ #12509]
56685         * include/link.h (struct link_map): Add l_orig_initfini.
56686         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56687         returning unsuccessfully.
56688         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56689         close of a file loaded at startup, restore the original l_initfini
56690         list.
56691         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56692         list, store the pointer.
56693         * elf/Makefile ($(objpfx)noload-mem): New rule.
56694         (noload-ENV): Define.
56695         (tests): Add $(objpfx)noload-mem.
56696         * elf/noload.c: Include <memcheck.h>.
56697         (main): Call mtrace.  Close all opened handles.
56699 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56701         [BZ #12454]
56702         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56703         dependencies are missing.
56705 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56707         Fix __if_freereq crash: Unlike the generic version which uses free,
56708         Hurd needs munmap.
56709         * sysdeps/mach/hurd/ifreq.h: New file.
56711 2011-01-27  Petr Baudis  <pasky@suse.cz>
56712             Ulrich Drepper  <drepper@gmail.com>
56714         [BZ 12445]#
56715         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56716         to extend_alloca().
56717         * stdio-common/bug23.c: New file.
56718         * stdio-common/Makefile (tests): Add bug23.
56720 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56721             Ulrich Drepper  <drepper@gmail.com>
56723         [BZ #12489]
56724         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56725         before performing relro protection.  At old place add assertion
56726         to make sure nothing changed.
56728 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56729             Glauber de Oliveira Costa  <glommer@gmail.com>
56731         * elf/elf.h: Add new ARM TLS relocs.
56733 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56736         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56737         cast from r3.
56738         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56739         'tests' variable.
56740         * sysdeps/wordsize-64/tst-writev.c: New file.
56742 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56744         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56745         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56746         insns in _dl_start to prevent a TOC reference before relocs are
56747         resolved.
56749 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56751         [BZ #12469]
56752         * Makeconfig: Remove RANLIB definition.
56753         * Makerules: Don't use RANLIB.
56754         * aclocal.m4: Remove ranlib test.
56755         * configure.in: No need to check for ranlib.
56756         * elf/rtld-Rules: Don't use RANLIB.
56758 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56760         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56761         protection macro.
56762         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56763         inclusion protection macro.
56765         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56766         SIGRTMIN and SIGRTMAX and print information in that case only when
56767         SIGRTMIN is defined.
56769 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56771         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56772         arginfo fn returning -1.
56774         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56775         and thousands string is zero terminated.
56777 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56779         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56780         sysdeps/unix/sysv/linux/bits/socket.h.
56782 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56784         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56785         (__CPU_COUNT): Remove old macros.
56786         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56787         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56788         (__CPU_ALLOC, __CPU_FREE): Add macros.
56789         (__sched_cpualloc, __sched_cpufree): Add declarations.
56791 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56793         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56794         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56795         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56796         (readdhstai): Return value of addhstaiX call.
56797         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56798         (addgrbyX): Return value returned by cache_addgr.
56799         (readdgrbyname): Return value returned by addgrbyX.
56800         (readdgrbygid): Likewise.
56801         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56802         (addpwbyX): Return value returned by cache_addpw.
56803         (readdpwbyname): Return value returned by addhstbyX.
56804         (readdpwbyuid): Likewise.
56805         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56806         (addservbyX): Return value returned by cache_addserv.
56807         (readdservbyname): Return value returned by addservbyX:
56808         (readdservbyport): Likewise.
56809         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56810         (addhstbyX): Return value returned by cache_addhst.
56811         (readdhstbyname): Return value returned by addhstbyX.
56812         (readdhstbyaddr): Likewise.
56813         (readdhstbynamev6): Likewise.
56814         (readdhstbyaddrv6): Likewise.
56815         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56816         (readdinitgroups): Return value returned by addinitgroupsX.
56817         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56818         (prune_cache): Keep track of timeout value of re-added entries.
56819         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56820         * nscd/nscd.h: Adjust prototypes of readd* functions.
56822 2011-02-04  Roland McGrath  <roland@redhat.com>
56824         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56825         (nis_stats): Likewise.
56826         * nis/nis_modify.c (nis_modify): Likewise.
56827         * nis/nis_remove.c (nis_remove): Likewise.
56828         * nis/nis_add.c (nis_add): Likewise.
56830         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56832         * posix/fnmatch_loop.c: Add some consts.
56834         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56836 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56838         [BZ #12460]
56839         * config.make.in (config-cflags-novzeroupper): Define.
56840         * configure.in: Substitute libc_cv_cc_novzeroupper.
56841         * elf/Makefile (AVX-CFLAGS): Define.
56842         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56843         (CFLAGS-tst-auditmod4a.c): Likewise.
56844         (CFLAGS-tst-auditmod4b.c): Likewise.
56845         (CFLAGS-tst-auditmod6b.c): Likewise.
56846         (CFLAGS-tst-auditmod6c.c): Likewise.
56847         (CFLAGS-tst-auditmod7b.c): Likewise.
56848         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56850 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56852         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56853         function to the callback.
56854         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56856 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56858         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56859         of errno.
56861 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56863         [BZ #11724]
56864         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56865         of constructors.
56866         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56867         of destructors.
56868         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56870         [BZ #11724]
56871         * elf/Makefile: Add rules to build and run new test.
56872         * elf/tst-initorder.c: New file.
56873         * elf/tst-initorder.exp: New file.
56874         * elf/tst-initordera1.c: New file.
56875         * elf/tst-initordera2.c: New file.
56876         * elf/tst-initordera3.c: New file.
56877         * elf/tst-initordera4.c: New file.
56878         * elf/tst-initorderb1.c: New file.
56879         * elf/tst-initorderb2.c: New file.
56880         * elf/tst-order-a1.c: New file.
56881         * elf/tst-order-a2.c: New file.
56882         * elf/tst-order-a3.c: New file.
56883         * elf/tst-order-a4.c: New file.
56884         * elf/tst-order-b1.c: New file.
56885         * elf/tst-order-b2.c: New file.
56886         * elf/tst-order-main.c: New file.
56887         New test case by George Gensure <werkt0@gmail.com>.
56889 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56891         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56892         decoding ACE if AI_CANONIDN.
56894 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56896         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56898 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56900         * version.h (RELEASE): Bump for 2.13 release.
56901         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56903         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56905         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56906         MADV_NOHUGEPAGE.
56907         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56908         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56909         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56910         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56911         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56912         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56914         * posix/getconf.c: Update copyright year.
56915         * catgets/gencat.c: Likewise.
56916         * csu/version.c: Likewise.
56917         * debug/catchsegv.sh: Likewise.
56918         * debug/xtrace.sh: Likewise.
56919         * elf/ldconfig.c: Likewise.
56920         * elf/ldd.bash.in: Likewise.
56921         * elf/sprof.c (print_version): Likewise.
56922         * iconv/iconv_prog.c: Likewise.
56923         * iconv/iconvconfig.c: Likewise.
56924         * locale/programs/locale.c: Likewise.
56925         * locale/programs/localedef.c: Likewise.
56926         * malloc/memusage.sh: Likewise.
56927         * malloc/mtrace.pl: Likewise.
56928         * nscd/nscd.c (print_version): Likewise.
56929         * nss/getent.c: Likewise.
56931         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56932         PF_CAIF, and PF_ALG.
56933         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56935 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56937         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56938         (modules-names): Use them.
56939         (ifunc-test-modules, ifunc-pie-tests): Define.
56940         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56941         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56942         (test-extras): Likewise.
56943         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56944         $(compile-command.c).
56945         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56946         (all-built-dso): Define.
56947         (check-textrel.out, check-execstack.out): Depend on it.
56949         * configure.in: Don't override --enable-multi-arch.
56951 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56953         [BZ #6812]
56954         * nscd/hstcache.c (tryagain): Define.
56955         (cache_addhst): Return tryagain not notfound for temporary errors.
56956         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56957         failed.
56959 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56961         [BZ #10563]
56962         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56963         to make the syscall.
56964         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56966         [BZ #12378]
56967         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56968         and fall back to matching as normal character if the string ends before
56969         the matching ']' is found.  This is what POSIX requires.
56970         * posix/testfnm.c: Adjust test result.
56971         * posix/globtest.sh: Adjust test result.  Add new test.
56972         * posix/tst-fnmatch.input: Likewise.
56973         * posix/tst-fnmatch2.c: Add new test.
56975 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56977         * elf/Makefile (check-execstack): Revert last change.  Depend on
56978         check-execstack.h.
56979         (check-execstack.h): New target.
56980         (generated): Add check-execstack.h.
56981         * elf/check-execstack.c: Include "check-execstack.h".
56982         (main): Revert last change.
56983         (handle_file): Return zero if GNU_STACK is absent and
56984         DEFAULT_STACK_PERMS doesn't include PF_X.
56986 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56988         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56989         in child fails because the descriptor is already closed.
56990         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56991         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56992         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56994         [BZ #12397]
56995         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56996         syscall.
56998         [BZ #10484]
56999         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57000         temporary buffer used to handle multi lookups locally.
57001         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57003 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57005         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57006         loader is ld.so.
57008 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57010         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57011         alignment for SSE2.
57013 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57015         [BZ #12394]
57016         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57017         characters.  When rounding increased number of integer digits recompute
57018         number of groups.
57019         * stdio-common/tst-grouping.c: New file.
57020         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57022 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57024         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57025         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57027         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57028         void.
57029         * bits/select.h: Likewise.
57031 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57033         * po/ja.po: Update from translation team.
57035 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57037         [BZ #11155]
57038         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57039         implementation just like for lxstat, fxstatat, et al.
57041 2010-12-27  Jim Meyering  <meyering@redhat.com>
57043         [BZ #12348]
57044         * posix/regexec.c (build_trtable): Return failure indication upon
57045         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57047 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57049         [BZ #12201]
57050         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57051         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57052         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57053         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57055         [BZ #12207]
57056         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57058         [BZ #12204]
57059         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57060         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57062 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57064         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57065         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57066         script has SORT_BY_INIT_PRIORITY.
57067         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57068         NO_CTORS_DTORS_SECTIONS is defined.
57069         * elf/soinit.c: Likewise.
57070         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57071         NO_CTORS_DTORS_SECTIONS is defined.
57072         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57073         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57074         * sysdeps/sh/init-first.c: Likewise.
57075         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57077 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57079         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57080         always use the slow path.
57082 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57084         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57085         similar rule which adds the sysdep directories to the header search in
57086         order to pick up the correct platform stackinfo.h.
57087         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57088         perform test if it is, otherwise return successfully without testing.
57089         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57090         DEFAULT_STACK_PERMS define in stackinfo.h.
57091         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57092         defined in stackinfo.h.
57093         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57094         DEFAULT_STACK_PERMS defined in stackinfo.h.
57095         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57096         * sysdeps/ia64/stackinfo.h: Likewise.
57097         * sysdeps/s390/stackinfo.h: Likewise.
57098         * sysdeps/sh/stackinfo.h: Likewise.
57099         * sysdeps/sparc/stackinfo.h: Likewise.
57100         * sysdeps/x86_64/stackinfo.h: Likewise.
57101         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57102         PF_X for powerpc64.  Retain PF_X for powerpc32.
57104 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57106         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57107         accurately.
57108         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57109         GETDENTS_64BIT_ALIGNED.
57111 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57113         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57115 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57117         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57118         _GNU_SOURCE.
57120         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57121         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57122         Remove __restrict.
57123         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57124         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57126 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57128         [BZ #11655]
57129         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57130         are initialized.
57132 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57134         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57136 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57138         * po/it.po: Update from translation team.
57140 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57142         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57143         unused codes.
57145 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57147         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57149 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57151         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57152         specially.
57153         (gaih_getanswer_slice): Likewise.
57155 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57157         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57159 2010-05-31  Petr Baudis  <pasky@suse.cz>
57161         [BZ #11149]
57162         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57163         silently even in the chroot mode.
57165 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57167         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57168         last patch a bit.  Pretty printing
57170 2010-05-31  Petr Baudis <pasky@suse.cz>
57172         [BZ #10085]
57173         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57174         initialization of skip_initgroups_dyn.
57176 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57178         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57179         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57181 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57183         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57185 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57187         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57188         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57189         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57190         ($(objpfx)tst-fnmatch-mem): New rule.
57191         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57192         * posix/tst-fnmatch.c (main): Call mtrace.
57194 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57196         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57197         Support Intel processor model 6 and model 0x2c.
57199 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57201         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57202           signed comparison.
57204 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57206         [BZ #12205]
57207         * string/test-strncasecmp.c (check_result): New function.
57208         (do_one_test): Use it.
57209         (check1): New function.
57210         (test_main): Use it.
57211         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57212         Support strcasecmp and strncasecmp.
57214 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57216         [BZ #12194]
57217         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57218         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57220 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57222         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57223         IFUNC support.
57224         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57225         memset-x86-64.
57226         * sysdeps/x86_64/multiarch/bzero.S: New file.
57227         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57228         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57229         * sysdeps/x86_64/multiarch/memset.S: New file.
57230         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57231         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57232         Set bit_Prefer_SSE_for_memop for Intel processors.
57233         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57234         Define.
57235         (index_Prefer_SSE_for_memop): Define.
57236         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57238 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57240         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57241         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57243 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57245         [BZ #12191]
57246         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57247         (__x86_64_raw_data_cache_size_half): Likewise.
57248         (__x86_64_raw_shared_cache_size): Likewise.
57249         (__x86_64_raw_shared_cache_size_half): Likewise.
57251         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57252         (__x86_64_raw_data_cache_size_half): Likewise.
57253         (__x86_64_raw_shared_cache_size): Likewise.
57254         (__x86_64_raw_shared_cache_size_half): Likewise.
57255         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57256         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57257         and __x86_64_raw_shared_cache_size_half.  Round
57258         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57259         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57260         to multiple of 256 bytes.
57262 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57264         [BZ #12167]
57265         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57266         of inacessible symlinks.  Verify result of symlink before returning it.
57267         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57268         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57270 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57272         * math/math.h (isinf): Fix typo in comment.
57274 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57276         * po/da.po: Update from translation team.
57278 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57280         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57281         is added to the list.
57283 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57284             Ulrich Drepper  <drepper@gmail.com>
57286         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57287         the global list here.  Move code to...
57288         (_dl_add_to_namespace_list): ...here.  New function.
57289         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57290         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57291         * elf/dl-load.c (lose): Don't remove the element from the list.
57292         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57293         (_dl_map_object): Likewise.
57295 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57297         [BZ #12159]
57298         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57299         into all bytes of SSE register.
57300         Patch by Richard Li <richardpku@gmail.com>.
57302 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57304         [BZ #12140]
57305         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57306         perturbing.
57308 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57310         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57311         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57312         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57313         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57315         submachine.
57316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57318 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57320         * include/dlfcn.h (__RTLD_SECURE): Define.
57321         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57322         mode & __RTLD_SECURE instead.
57323         (open_path): Rename preloaded parameter to secure.
57324         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57325         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57326         * elf/dl-deps.c (openaux): Likewise.
57327         * elf/rtld.c (struct map_args): Remove is_preloaded.
57328         (map_doit): Don't use it.
57329         (dl_main): Likewise.
57330         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57331         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57333 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57335         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57336         (sysd-rules-targets): Remove duplicates.
57337         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57338         rtld-%.$o dependency.
57340 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57342         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57343         _dl_map_object do it.
57345 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57347         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57348         fast fma builtins, define the macros in the C99 standard.
57349         (FP_FAST_FMAF): Likewise.
57350         (FP_FAST_FMAL): Likewise.
57351         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57353         * bits/mathdef.h: Update copyright year.
57354         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57356 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57358         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57359         builtins, define the macros in the C99 standard.
57360         (FP_FAST_FMAF): Likewise.
57361         (FP_FAST_FMAL): Likewise.
57362         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57363         multiply/add.
57364         (FP_FAST_FMAF): Likewise.
57366 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57368         [BZ #3268]
57369         * math/libm-test.inc (fma_test): Some new testcases.
57370         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57371         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57372         y and infinite z.  Do multiplication by C already in long double.
57373         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57374         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57375         y and infinite z.  Do bitwise or of inexact bit into u.d.
57376         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57377         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57378         * sysdeps/i386/fpu/s_fma.S: Removed.
57379         * sysdeps/i386/fpu/s_fmal.S: Removed.
57381 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57383         [BZ #3268]
57384         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57385         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57386         computation is not scheduled after fetestexcept.  Fix value
57387         of minimum denormal long double.
57389 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57391         [BZ #3268]
57392         * math/libm-test.inc (fma_test): Add some more tests.
57393         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57394         correctly.
57396 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57398         * scripts/data/localplt-s390-linux-gnu.data: New file.
57399         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57401 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57403         [BZ #3268]
57404         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57405         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57406         instead of dbl-64.
57407         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57408         inlines.
57409         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57410         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57411         if one of x and y is very large and the other is subnormal.
57412         * sysdeps/s390/fpu/s_fmaf.c: New file.
57413         * sysdeps/s390/fpu/s_fma.c: New file.
57414         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57415         * sysdeps/powerpc/fpu/s_fma.S: New file.
57416         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57417         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57418         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57420 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57422         [BZ #3268]
57423         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57424         fma tests.
57425         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57426         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57427         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57428         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57429         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57430         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57431         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57433 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57435         [BZ #12078]
57436         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57437         * posix/bug-regex31.input: Add test case.
57439 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57441         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57442         * posix/bug-regex31.input: New file.
57444         [BZ #12078]
57445         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57446         (parse_sub_exp): Fix last change, use postorder.
57448         * posix/bug-regex31.c: New file.
57449         * posix/Makefile: Add rules to build and run bug-regex31.
57451         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57453         [BZ #12078]
57454         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57456         [BZ #12108]
57457         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57458         to have entries in sys_siglist.
57460         [BZ #12093]
57461         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57462         be NULL.
57464 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57466         [BZ #3268]
57467         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57468         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57469         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57470         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57471         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57472         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57473         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57474         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57475         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57476         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57477         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57478         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57479         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57480         * math/ftestexcept.c (fetestexcept): Likewise.
57481         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57482         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57483         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57484         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57485         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57486         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57487         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57489 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57491         [BZ #12107]
57492         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57493         newline.
57495 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57497         * string/bug-strstr1.c: New file.
57498         * string/Makefile: Add rules to build and run bug-strstr1.
57500 2010-10-05  Eric Blake  <eblake@redhat.com>
57502         [BZ #12092]
57503         * string/str-two-way.h (two_way_long_needle): Always clear memory
57504         when skipping input due to the shift table.
57506 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57508         [BZ #12005]
57509         * malloc/mcheck.c: Handle large requests.
57511         [BZ #12077]
57512         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57513         for strncmp and strncasecmp.
57514         * string/stratcliff.c: Add tests for strcmp and strncmp.
57515         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57517 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57519         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57520         __set_fpscr.
57522 2010-09-30  Andreas Jaeger  <aj@suse.de>
57524         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57525         (CGROUP_SUPER_MAGIC): Define.
57526         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57527         Handle btrfs and cgroup file systems.
57528         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57529         Likewise.
57531 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57533         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57534         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57536 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57538         [BZ #12067]
57539         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57540         trying to locate the ELF header.
57542 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57544         [BZ #11611]
57545         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57546         Mask out sign-bit copies when constructing f_fsid.
57548 2010-09-24  Petr Baudis <pasky@suse.cz>
57550         * debug/stack_chk_fail_local.c: Add missing licence exception.
57551         * debug/warning-nop.c: Likewise.
57553 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57555         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57556         implementing getdents64 using getdents syscall, set d_type if
57557         __ASSUME_GETDENTS32_D_TYPE.
57559 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57561         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57562         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57564 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57566         [BZ #12037]
57567         * posix/unistd.h: Undo change of feature selection for ftruncate from
57568         2010-01-11.
57570 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57572         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57573         detection.
57575 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57577         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57578         fanotify_mark.
57579         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57581 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57583         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57584         variables after CHECK_SP call.
57585         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57587 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57588             Ulrich Drepper  <drepper@redhat.com>
57590         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57591         re-relocationg ld.so.
57592         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57593         _dl_init_paths call.
57594         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57595         here anymore.
57597 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57599         * resolv/res_init.c (__res_vinit): Count the default server we added.
57601 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57602             Ulrich Drepper  <drepper@redhat.com>
57604         [BZ #11968]
57605         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57606         (____longjmp_chk): Use %ebx for saving value across system call.
57607         Add unwind info.
57609 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57611         * manual/Makefile: Don't mix pattern rules with normal rules.
57613 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57615         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57616         operation.
57617         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57618         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57619         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57620         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57621         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57622         Likewise.
57624 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57626         [BZ #11979]
57627         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57628         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57630 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57632         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57633         * sysdeps/x86_64/addmul_1.S: Likewise.
57634         * sysdeps/x86_64/lshift.S: Likewise.
57635         * sysdeps/x86_64/mul_1.S: Likewise.
57636         * sysdeps/x86_64/rshift.S: Likewise.
57637         * sysdeps/x86_64/sub_n.S: Likewise.
57638         * sysdeps/x86_64/submul_1.S: Likewise.
57640 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57642         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57643         Define __sched_param instead of SCHED_* and sched_param when
57644         <bits/sched.h> is included with __need_schedparam defined.
57645         * bits/sched.h [__need_schedparam]
57646         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57647         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57648         (__defined_schedparam): Define to 1.
57649         (__sched_param): New structure, identical to sched_param.
57650         (__need_schedparam): Undefine.
57652 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57654         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57655         (epoll_create1): Declare.
57657         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57659 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57661         [BZ #7066]
57662         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57663         shifting retval into place.
57665 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57667         * nis/rpcsvc/nis.h: Update copyright notice.
57668         * nis/rpcsvc/nis.x: Likewise.
57669         * nis/rpcsvc/nis_callback.h: Likewise.
57670         * nis/rpcsvc/nis_callback.x: Likewise.
57671         * nis/rpcsvc/nis_object.x: Likewise.
57672         * nis/rpcsvc/nis_tags.h: Likewise.
57673         * nis/rpcsvc/yp.h: Likewise.
57674         * nis/rpcsvc/yp.x: Likewise.
57675         * nis/rpcsvc/ypupd.h: Likewise.
57676         * nis/yp_xdr.c: Likewise.
57677         * nis/ypupdate_xdr.c: Likewise.
57679         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57680         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57681         (pmap_getport): Use __libc_rpc_getport.
57682         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57683         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57684         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57686 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57689         fanotify_mark.
57691 2010-08-27  Roland McGrath  <roland@redhat.com>
57693         * sysdeps/i386/i686/multiarch/Makefile
57694         (CFLAGS-varshift.c): New variable.
57696 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57698         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57699         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57701         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57703         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57705 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57707         * sysdeps/x86_64/strlen.S: Unroll the loop.
57708         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57709         strlen-sse2 strlen-sse2-bsf.
57710         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57711         __strlen_no_bsf if bit_Slow_BSF is set.
57712         (__strlen_sse42): Removed.
57713         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57714         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57716 2010-08-25  Roland McGrath  <roland@redhat.com>
57718         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57719         * sysdeps/x86_64/multiarch/varshift.c: New file.
57720         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57721         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57722         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57723         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57725 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57727         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57728         strlen-sse2 strlen-sse2-bsf.
57729         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57730         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57731         (__strlen_sse2): Removed.
57732         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57733         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57734         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57735         bit_Slow_BSF for Atom.
57736         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57737         (index_Slow_BSF): Define.
57738         (HAS_SLOW_BSF): Define.
57740 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57742         [BZ #10851]
57743         * resolv/res_init.c (__res_vinit): When no server address at all
57744         is given default to loopback.
57746 2010-08-24  Roland McGrath  <roland@redhat.com>
57748         * configure.in: Remove config-name.h generation.
57749         * configure: Regenerated.
57750         * config-name.in: File removed.
57751         * scripts/config-uname.sh: New file.
57752         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57753         ($(objdir)config-name.h): New target.
57755         * sunrpc/rpc_parse.h: Avoid nested comment.
57757 2010-08-24  Richard Henderson  <rth@redhat.com>
57758             Ulrich Drepper  <drepper@redhat.com>
57759             H.J. Lu  <hongjiu.lu@intel.com>
57761         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57762         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57763         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57764         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57765         _mm_alignr_epi8 with _mm_loadu_si128.
57766         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57767         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57768         (__m128i_shift_right): Removed.
57769         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57770         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57771         * sysdeps/x86_64/multiarch/varshift.h: New file.
57772         * sysdeps/x86_64/multiarch/varshift.S: New file.
57774 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57776         * configure.in: Move assembler checks to before sysdep dir checking.
57778 2010-08-20  Petr Baudis  <pasky@suse.cz>
57780         * LICENSES: Sync the sunrpc license.
57782 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57784         * sunrpc/auth_des.c: Update copyright notice once again.
57785         * sunrpc/auth_none.c: Likewise.
57786         * sunrpc/auth_unix.c: Likewise.
57787         * sunrpc/authdes_prot.c: Likewise.
57788         * sunrpc/authuxprot.c: Likewise.
57789         * sunrpc/bindrsvprt.c: Likewise.
57790         * sunrpc/clnt_gen.c: Likewise.
57791         * sunrpc/clnt_perr.c: Likewise.
57792         * sunrpc/clnt_raw.c: Likewise.
57793         * sunrpc/clnt_simp.c: Likewise.
57794         * sunrpc/clnt_tcp.c: Likewise.
57795         * sunrpc/clnt_udp.c: Likewise.
57796         * sunrpc/clnt_unix.c: Likewise.
57797         * sunrpc/des_crypt.c: Likewise.
57798         * sunrpc/des_soft.c: Likewise.
57799         * sunrpc/get_myaddr.c: Likewise.
57800         * sunrpc/getrpcport.c: Likewise.
57801         * sunrpc/key_call.c: Likewise.
57802         * sunrpc/key_prot.c: Likewise.
57803         * sunrpc/openchild.c: Likewise.
57804         * sunrpc/pm_getmaps.c: Likewise.
57805         * sunrpc/pm_getport.c: Likewise.
57806         * sunrpc/pmap_clnt.c: Likewise.
57807         * sunrpc/pmap_prot.c: Likewise.
57808         * sunrpc/pmap_prot2.c: Likewise.
57809         * sunrpc/pmap_rmt.c: Likewise.
57810         * sunrpc/rpc/auth.h: Likewise.
57811         * sunrpc/rpc/auth_unix.h: Likewise.
57812         * sunrpc/rpc/clnt.h: Likewise.
57813         * sunrpc/rpc/des_crypt.h: Likewise.
57814         * sunrpc/rpc/key_prot.h: Likewise.
57815         * sunrpc/rpc/netdb.h: Likewise.
57816         * sunrpc/rpc/pmap_clnt.h: Likewise.
57817         * sunrpc/rpc/pmap_prot.h: Likewise.
57818         * sunrpc/rpc/pmap_rmt.h: Likewise.
57819         * sunrpc/rpc/rpc.h: Likewise.
57820         * sunrpc/rpc/rpc_des.h: Likewise.
57821         * sunrpc/rpc/rpc_msg.h: Likewise.
57822         * sunrpc/rpc/svc.h: Likewise.
57823         * sunrpc/rpc/svc_auth.h: Likewise.
57824         * sunrpc/rpc/types.h: Likewise.
57825         * sunrpc/rpc/xdr.h: Likewise.
57826         * sunrpc/rpc_clntout.c: Likewise.
57827         * sunrpc/rpc_cmsg.c: Likewise.
57828         * sunrpc/rpc_common.c: Likewise.
57829         * sunrpc/rpc_cout.c: Likewise.
57830         * sunrpc/rpc_dtable.c: Likewise.
57831         * sunrpc/rpc_hout.c: Likewise.
57832         * sunrpc/rpc_main.c: Likewise.
57833         * sunrpc/rpc_parse.c: Likewise.
57834         * sunrpc/rpc_parse.h: Likewise.
57835         * sunrpc/rpc_prot.c: Likewise.
57836         * sunrpc/rpc_sample.c: Likewise.
57837         * sunrpc/rpc_scan.c: Likewise.
57838         * sunrpc/rpc_scan.h: Likewise.
57839         * sunrpc/rpc_svcout.c: Likewise.
57840         * sunrpc/rpc_tblout.c: Likewise.
57841         * sunrpc/rpc_util.c: Likewise.
57842         * sunrpc/rpc_util.h: Likewise.
57843         * sunrpc/rpcinfo.c: Likewise.
57844         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57845         * sunrpc/rpcsvc/key_prot.x: Likewise.
57846         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57847         * sunrpc/rpcsvc/mount.x: Likewise.
57848         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57849         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57850         * sunrpc/rpcsvc/rex.x: Likewise.
57851         * sunrpc/rpcsvc/rstat.x: Likewise.
57852         * sunrpc/rpcsvc/rusers.x: Likewise.
57853         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57854         * sunrpc/rpcsvc/spray.x: Likewise.
57855         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57856         * sunrpc/rtime.c: Likewise.
57857         * sunrpc/svc.c: Likewise.
57858         * sunrpc/svc_auth.c: Likewise.
57859         * sunrpc/svc_authux.c: Likewise.
57860         * sunrpc/svc_raw.c: Likewise.
57861         * sunrpc/svc_run.c: Likewise.
57862         * sunrpc/svc_simple.c: Likewise.
57863         * sunrpc/svc_tcp.c: Likewise.
57864         * sunrpc/svc_udp.c: Likewise.
57865         * sunrpc/svc_unix.c: Likewise.
57866         * sunrpc/svcauth_des.c: Likewise.
57867         * sunrpc/xcrypt.c: Likewise.
57868         * sunrpc/xdr.c: Likewise.
57869         * sunrpc/xdr_array.c: Likewise.
57870         * sunrpc/xdr_float.c: Likewise.
57871         * sunrpc/xdr_mem.c: Likewise.
57872         * sunrpc/xdr_rec.c: Likewise.
57873         * sunrpc/xdr_ref.c: Likewise.
57874         * sunrpc/xdr_sizeof.c: Likewise.
57875         * sunrpc/xdr_stdio.c: Likewise.
57877         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57878         handling.
57880 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57882         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57884 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57886         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57887         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57888         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57889         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57890         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57891         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57892         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57893         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57894         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57895         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57896         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57897         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57898         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57899         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57901 2010-07-26  Anton Blanchard  <anton@samba.org>
57903         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57904         * malloc/arena.c (heap_trim): Likewise.
57906 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57908         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57909         here.  Not...
57910         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57911         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57913 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57915         * sysdeps/i386/elf/Makefile: New file.
57917 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57919         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57920         from fanotify_init.
57921         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57922         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57924 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57926         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57927         of strncasecmp_l.
57928         * sysdeps/multiarch/strcmp.S: Likewise.
57930 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57932         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57933         strncase_l-nonascii.
57934         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57935         Add strncase_l-ssse3.
57936         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57937         * sysdeps/x86_64/strcmp.S: Likewise.
57938         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57939         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57940         * sysdeps/x86_64/strncase.S: New file.
57941         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57942         * sysdeps/x86_64/strncase_l.S: New file.
57943         * string/Makefile (strop-tests): Add strncasecmp.
57944         * string/test-strncasecmp.c: New file.
57946         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57947         warning.
57949         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57950         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57952 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57954         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57956 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57958         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57959         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57960         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57962 2010-05-01  Alan Modra  <amodra@gmail.com>
57964         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57965         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57966         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57967         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57968         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57969         tidying.  Don't tail-call __sigjmp_save for static lib.
57970         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57971         save location.
57972         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57973         (CALL_MCOUNT): Add eh info, and nop after bl.
57974         (TAIL_CALL_SYSCALL_ERROR): New macro.
57975         (PSEUDO_RET): Use it.
57976         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57977         Correct save location of integer regs and cr.
57978         (_dl_profile_resolve): Correct cr save location.  Delete nops
57979         after bl when SHARED.  Reduce cfi size a little by better
57980         placement of cfi directives.
57981         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57982         make a stack frame.  Instead use parm save area as a temp.
57983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57984         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57986         Don't make a stack frame for parent, use parm save area.
57987         Increase child stack frame to 112 bytes.  Don't save unused reg,
57988         and adjust reg usage.  Set up cfi on error recovery and
57989         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57991         (__makecontext): Add dummy nop after jump to exit.
57992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57993         Use correct parm save area and cr save, reduce stack frame.
57994         Correct cfi for possible PSEUDO_RET frame setup.
57995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57996         Branch to local label emitted by PSEUDO_RET rather than
57997         __syscall_error.
57999 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58001         [BZ #11904]
58002         * locale/programs/locale.c (print_assignment): New function.
58003         (show_locale_vars): Use it.
58005 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58007         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58008         field.
58009         (struct statfs64): Likewise.
58010         (_STATFS_F_FLAGS): Define.
58011         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58012         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58013         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58014         (ST_VALID): Define locally.
58015         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58016         __statvfs_getflags, use the provided value.
58017         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58018         __ASSUME_STATFS_F_FLAGS.
58020         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58022         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58023         Add sys/fanotify.h.
58024         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58025         fanotify_mask for GLIBC_2.13.
58026         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58027         fanotify_init and fanotify_mark.
58028         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58029         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58031         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58032         Add prlimit.
58033         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58034         prlimit64 for GLIBC_2.13.
58035         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58036         prlimit64.
58037         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58038         syscall.
58039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58040         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58041         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58042         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58043         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58044         add prlimit alias.
58045         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58047         [BZ #11903]
58048         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58049         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58051         * nss/Makefile: Add rules to build and run tst-nss-test1.
58052         * shlib-versions: Add entry for libnss_test1.
58053         * nss/nss_test1.c: New file.
58054         * nss/tst-nss-test1.c: New file.
58056         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58057         (__nss_configure_lookup): Set appropriate entry in
58058         __nss_configure_lookup to true.
58059         * nss/nsswitch.h: Define enum with indeces of databases in
58060         databases and __nss_database_custom arrays.  Declare
58061         __nss_database_custom.
58062         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58063         to avoid using nscd when custom rules are installed.
58064         * nss/getXXbyYY_r.c: Likewise.
58065         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58067         * nss/nss_files/files-parse.c: Whitespace fixes.
58069 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58071         [BZ #11883]
58072         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58073         * posix/fnmatch_loop.c: Likewise.
58075 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58077         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58078         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58079         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58080         * Versions.def [GLIBC_2.13]: Add.
58082 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58084         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58085         Also fail if tpwd after pwuid call is NULL.
58087 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58089         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58090         when converting to ms.
58092 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58094         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58095         EOPNOTSUPP errors with ENOTTY.
58096         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58097         EOPNOTSUPP errors with ENOTTY.
58099 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58101         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58102         Add strcasecmp_l-ssse3.
58103         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58104         strcasecmp.
58105         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58106         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58107         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58109 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58111         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58113         * string/Makefile (strop-tests): Add strcasecmp.
58114         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58115         strcasecmp_l-nonascii.
58116         (gen-as-const-headers): Add locale-defines.sym.
58117         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58118         * sysdeps/x86_64/strcasecmp.S: New file.
58119         * sysdeps/x86_64/strcasecmp_l.S: New file.
58120         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58121         * sysdeps/x86_64/locale-defines.sym: New file.
58122         * string/test-strcasecmp.c: New file.
58124         * string/test-strcasestr.c: Test both ends of the range of characters.
58125         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58127 2010-07-29  Roland McGrath  <roland@redhat.com>
58129         [BZ #11856]
58130         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58132 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58134         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58135         for ld.so.
58137 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58139         * manual/memory.texi (Malloc Tunable Parameters): Document
58140         M_PERTURB.
58142 2010-07-26  Roland McGrath  <roland@redhat.com>
58144         [BZ #11840]
58145         * configure.in (-fgnu89-inline check): Set and substitute
58146         gnu89_inline, not libc_cv_gnu89_inline.
58147         * configure: Regenerated.
58148         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58150 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58152         * string/test-strnlen.c: New file.
58153         * string/Makefile (strop-tests): Add strnlen.
58154         * string/tester.c (test_strnlen): Add a few more test cases.
58155         * string/tst-strlen.c: Better error reporting.
58157         * sysdeps/x86_64/strnlen.S: New file.
58159 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58161         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58162         lower-latency instructions.
58164 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58166         * string/test-strcasestr.c: New file.
58167         * string/test-strstr.c: New file.
58168         * string/Makefile (strop-tests): Add strstr and strcasestr.
58169         * string/str-two-way.h: Don't undefine MAX.
58170         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58172 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58174         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58175         strcasestr-nonascii.
58176         (CFLAGS-strcasestr-nonascii.c): Define.
58177         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58178         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58179         Remove unused attribute.
58181 2010-07-20  Roland McGrath  <roland@redhat.com>
58183         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58184         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58185         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58186         like LD_HWCAP_MASK can disable hwcaps.
58188 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58190         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58192 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58194         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58195         call in strcasestr.
58196         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58197         __strcasestr_sse42_nonascii.
58198         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58199         strcasestr-nonascii.c.
58200         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58202 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58204         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58205         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58206         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58207         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58209 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58211         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58212         fcntl.
58214 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58216         [BZ #11577]
58217         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58218         dl_signal_cerror.
58220 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58222         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58223         _PC_PIPE_BUF using F_GETPIPE_SZ.
58225 2010-07-05  Roland McGrath  <roland@redhat.com>
58227         * manual/arith.texi (Rounding Functions): Fix rint description
58228         implicit in round description.
58230 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58232         * elf/Makefile: Fix linking for a few tests to make recent linker
58233         happy.
58235 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58237         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58238         $(common-objpfx)libc_nonshared.a.
58240 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58242         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58243         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58244         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58245         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58246         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58247         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58248         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58249         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58264         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58265         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58266         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58267         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58268         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58269         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58270         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58271         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58272         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58273         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58274         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58275         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58291 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58293         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58294         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58295         * string/memmove.c (memmove): Renamed to ...
58296         (MEMMOVE): ...this.  Default to memmove.
58297         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58298         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58299         (END_CHK): Define.
58300         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58301         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58302         mempcpy-ssse3-back memmove-ssse3-back.
58303         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58304         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58305         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58306         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58307         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58308         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58309         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58310         * sysdeps/x86_64/multiarch/memmove.c: New file.
58311         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58312         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58313         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58314         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58315         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58316         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58317         Define.
58318         (index_Fast_Copy_Backward): Define.
58319         (HAS_ARCH_FEATURE): Define.
58320         (HAS_FAST_REP_STRING): Define.
58321         (HAS_FAST_COPY_BACKWARD): Define.
58323 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58325         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58326         Restore proper fallback handling.
58328 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58330         [BZ #11701]
58331         * posix/group_member.c (__group_member): Correct checking loop.
58333         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58334         OOM in getpwuid_r correctly.  Return error number when the caller
58335         should return, otherwise -1.
58336         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58337         call returning > 0 value.
58338         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58340 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58342         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58343         libc_nonshared.a from targets in modules-names.
58345 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58347         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58348         requires it.
58350 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58352         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58353         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58354         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58355         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58357 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58359         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58361 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58363         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58364         and F_GETPIPE_SZ.
58365         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58366         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58367         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58368         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58369         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58370         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58372 2010-06-14  Roland McGrath  <roland@redhat.com>
58374         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58376 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58378         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58379         __REDIRECT followed by __THROW.
58380         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58381         * posix/getopt.h (getopt): Likewise.
58383 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58385         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58386         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58387         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58388         in AT_FLAGS.
58389         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58390         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58392 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58394         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58396 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58398         [BZ #11640]
58399         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58400         Properly check family and model.
58402 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58404         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58406 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58408         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58410 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58412         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58413         symbol reference.
58415 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58417         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58418         symbol reference.
58420 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58422         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58423         and internal_recvmmsg.
58424         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58425         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58426         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58427         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58429         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58430         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58431         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58433 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58435         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58437 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58439         POWER7 optimizations.
58440         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58441         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58443 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58445         * version.h: Update for 2.13 development version.
58447 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58449         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58450         exceptions.  Return 0.
58452 2010-05-07  Roland McGrath  <roland@redhat.com>
58454         * elf/ldconfig.c (main): Add a const.
58456 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58458         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58459         (args_options): Add no-idn option.
58460         (ahosts_keys_int): Add idn_flags to ai_flags.
58461         (parse_option): Handle 'i' option to clear idn_flags.
58463         * malloc/malloc.c (_int_free): Possible race in the most recently
58464         added check.  Only act on the data if no current modification
58465         happened.
58467 See ChangeLog.17 for earlier changes.